


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }


*, *::before, *::after { box-sizing: border-box; }


.cc-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.cc-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 99999; background: #1a253b; box-shadow: 0 -4px 20px rgba(0,0,0,0.5); transform: translateY(100%); opacity: 0; visibility: hidden; transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease; font-family: 'Merriweather Sans', sans-serif; font-size: 16px; line-height: 1.5; color: #e2e8f0; }
.cc-banner.cc-visible { transform: translateY(0); opacity: 1; visibility: visible; }
.cc-banner-container { max-width: 1200px; margin: 0 auto; padding: 1.5rem 2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; }
.cc-banner-content { flex: 1 1 auto; min-width: 280px; max-width: 700px; }
.cc-title { font-size: 1.125rem; font-weight: 600; margin: 0 0 0.5rem 0; color: #e2e8f0; }
.cc-description { margin: 0; font-size: 0.9375rem; color: #94a3b8; line-height: 1.6; }
.cc-link { color: #3b82f6; text-decoration: underline; text-underline-offset: 2px; }
.cc-link:hover { text-decoration: none; }
.cc-banner-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; flex-shrink: 0; }
.cc-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.85rem 1.6rem; font-size: 0.9375rem; font-weight: 600; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; border: 2px solid transparent; min-height: 48px; line-height: 1.2; font-family: inherit; }
.cc-btn:focus-visible { outline: 2px solid #3b82f6; outline-offset: 2px; }
.cc-btn-primary { background: #3b82f6; color: #ffffff; border-color: #3b82f6; }
.cc-btn-primary:hover { background: #60a5fa; border-color: #60a5fa; }
.cc-btn-secondary { background: transparent; color: #e2e8f0; border-color: rgba(255, 255, 255, 0.2); }
.cc-btn-secondary:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.35); }
.cc-btn-link { background: transparent; color: #3b82f6; border-color: transparent; padding: 0.75rem 1rem; text-decoration: underline; text-underline-offset: 2px; }
.cc-btn-link:hover { text-decoration: none; background: #3b82f61A; }
.cc-settings-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; font-family: 'Merriweather Sans', sans-serif; font-size: 16px; line-height: 1.5; color: #e2e8f0; }
.cc-settings-modal.cc-visible { opacity: 1; visibility: visible; }
.cc-settings-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); cursor: pointer; }
.cc-settings-container { position: relative; background: #1a253b; border-radius: 14px; max-width: 600px; width: 90%; max-height: 90vh; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); transform: scale(0.95); transition: transform 0.3s ease; }
.cc-settings-modal.cc-visible .cc-settings-container { transform: scale(1); }
.cc-settings-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.cc-settings-title { font-size: 1.25rem; font-weight: 600; margin: 0; color: #e2e8f0; }
.cc-settings-close { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: transparent; border: none; border-radius: 50%; cursor: pointer; color: #94a3b8; transition: all 0.3s ease; }
.cc-settings-close:hover { background: rgba(255, 255, 255, 0.08); color: #e2e8f0; }
.cc-settings-close:focus { outline: 2px solid #3b82f6; outline-offset: 2px; }
.cc-settings-body { flex: 1; overflow-y: auto; padding: 1.5rem; }
.cc-settings-description { margin: 0 0 1.5rem 0; font-size: 0.9375rem; color: #94a3b8; }
.cc-settings-footer { padding: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: flex-end; gap: 0.75rem; }
.cc-category { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.cc-category:last-child { border-bottom: none; }
.cc-category-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.cc-category-info { flex: 1; }
.cc-category-title { font-size: 1rem; font-weight: 600; margin: 0 0 0.25rem 0; color: #e2e8f0; }
.cc-category-description { font-size: 0.875rem; color: #94a3b8; margin: 0; line-height: 1.5; }
.cc-toggle { flex-shrink: 0; }
.cc-toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.cc-toggle-label { display: block; width: 52px; height: 28px; background: rgba(255, 255, 255, 0.15); border-radius: 14px; position: relative; cursor: pointer; transition: background 0.3s ease; }
.cc-toggle-label::after { content: ''; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; background: #ffffff; border-radius: 50%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease; }
.cc-toggle input:checked + .cc-toggle-label { background: #3b82f6; }
.cc-toggle input:checked + .cc-toggle-label::after { transform: translateX(24px); }
.cc-toggle input:focus-visible + .cc-toggle-label { box-shadow: 0 0 0 3px #3b82f64D; }
.cc-toggle-disabled .cc-toggle-label { opacity: 0.7; cursor: not-allowed; }
.cc-toggle-disabled input:checked + .cc-toggle-label { background: #3b82f6; }
.cc-footer-link { color: inherit; text-decoration: underline; text-underline-offset: 2px; opacity: 0.8; transition: opacity 0.3s ease; cursor: pointer; font-size: 0.875rem; }
.cc-footer-link:hover { opacity: 1; }
.cc-footer-separator { opacity: 0.5; }
@media (max-width: 768px) {
  .cc-banner-container { flex-direction: column; align-items: stretch; padding: 1.25rem 1rem; gap: 1.25rem; }
  .cc-banner-content { max-width: 100%; min-width: auto; }
  .cc-title { font-size: 1rem; }
  .cc-description { font-size: 0.875rem; }
  .cc-banner-actions { flex-direction: column; gap: 0.5rem; }
  .cc-btn { width: 100%; justify-content: center; }
  .cc-btn-primary, .cc-btn-secondary { order: 0; }
  .cc-btn-link { order: 1; }
  .cc-settings-container { width: 100%; max-width: 100%; height: 100%; max-height: 100%; border-radius: 0; }
  .cc-settings-body { padding: 1rem; }
  .cc-category-header { flex-direction: column; gap: 0.75rem; }
  .cc-toggle { align-self: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .cc-banner, .cc-settings-modal, .cc-settings-container, .cc-btn, .cc-toggle-label, .cc-toggle-label::after, .cc-settings-close { transition: none; }
}
@media print { .cc-banner, .cc-settings-modal { display: none !important; } }


[data-mm-header]{position:relative}
[data-mm-toggle]{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}
[data-mm-toggle] span{display:block;width:24px;height:2px;background:#e2e8f0;transition:0.3s ease}
[data-mm-menu]{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#111a2e;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;z-index:1100;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px}
[data-mm-menu].mm-open{opacity:1;visibility:visible}
[data-mm-menu] ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:8px}
[data-mm-menu] ul li a{display:block;padding:12px 24px;color:#e2e8f0;text-decoration:none;font-size:22px;font-weight:500;transition:color 0.3s ease}
[data-mm-menu] ul li a:hover{color:#3b82f6}
[data-mm-close]{position:absolute;top:20px;right:20px;background:none;border:none;font-size:32px;line-height:1;cursor:pointer;color:#e2e8f0;padding:4px 8px;z-index:1101}
@media(min-width:768px){[data-mm-toggle]{display:none!important}[data-mm-menu]{position:static!important;width:auto!important;height:auto!important;background:transparent!important;opacity:1!important;visibility:visible!important;padding:0!important;flex-direction:row!important;justify-content:flex-end!important}[data-mm-menu] ul{flex-direction:row;gap:0;align-items:center}[data-mm-menu] ul li a{padding:8px 16px;font-size:inherit;font-weight:inherit}[data-mm-close]{display:none!important}}
@media(prefers-reduced-motion:reduce){[data-mm-menu],[data-mm-toggle] span{transition:none!important}}



html { scroll-behavior: smooth; }

body {
  background: #0b1220;
  color: #e2e8f0;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 84px; 
}

h1, h2, h3, h4 {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.2rem); line-height: 1.15; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p { font-size: 1rem; line-height: 1.7; color: #cbd5e1; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.siteWrapper {
  width: min(94%, 1200px);
  margin: 0 auto;
}
.siteWrapperNarrow {
  width: min(92%, 900px);
  margin: 0 auto;
}


.layout { display: block; }
.layoutBody {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.layoutMain {
  flex: 1 1 auto;
  min-width: 0;
}
.layoutSidebar {
  display: none; 
}


.siteHeader {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(17, 26, 46, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.siteHeaderInner {
  width: min(94%, 1200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0.9rem 0;
  gap: 1.5rem;
}
.siteHeaderLogo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.siteHeaderLogoMark { height: 2.1rem; width: auto; }
.siteHeaderLogoText {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 900;
  font-size: 1.35rem;
  color: #ffffff;
  letter-spacing: 0.01em;
}
.siteHeaderLogoText span { color: #60a5fa; }

.siteHeaderNav ul { display: flex; }
.siteHeaderLink {
  font-size: 0.95rem;
  font-weight: 500;
  color: #cbd5e1;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  transition: color 0.25s ease, background 0.25s ease;
}
.siteHeaderLink:hover { color: #ffffff; background: rgba(59, 130, 246, 0.14); }

.siteHeaderToggle { margin-left: auto; }
.siteHeaderToggle span { border-radius: 2px; }
.siteHeaderClose { line-height: 1; }
.big-splash, .plot-twist, .magic-we-make, .drop-a-line, .curious-minds { scroll-margin-top: 5rem; }


.heroSection {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4rem) 1rem clamp(3.5rem, 8vw, 6rem);
  background-image: linear-gradient(180deg, rgba(11,18,32,0.55), rgba(11,18,32,0.88)), url('/public/media/hero.jpg');
  background-size: cover;
  background-position: center;
}
.heroBox {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(17, 26, 46, 0.72);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.45);
  padding: clamp(2rem, 5vw, 3.6rem);
  text-align: center;
}
.heroEyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 1rem;
}
.heroSubtitle {
  max-width: 640px;
  margin: 1.1rem auto 1.8rem;
  color: #cbd5e1;
  font-size: 1.05rem;
}
.heroBadges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.6rem 0 2rem;
}
.heroBadgeItem {
  font-size: 0.82rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 0.5rem 1rem;
}
.heroPriceRow {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1.6rem;
}
.heroOldPrice {
  color: #64748b;
  text-decoration: line-through;
  font-size: 1.1rem;
}
.heroNewPrice {
  color: #ffffff;
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.heroSavePill {
  background: rgba(244,117,33,0.18);
  color: #ffb27a;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}


.btnPrimary {
  display: inline-block;
  background: #3b82f6;
  color: #ffffff;
  border: none;
  padding: 1rem 2.1rem;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transform: skewX(-10deg);
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(244, 117, 33, 0.4);
  transition: box-shadow 0.3s ease, transform 0.25s ease, background 0.25s ease;
}
.btnPrimary span { display: inline-block; transform: skewX(10deg); }
.btnPrimary:hover {
  background: #60a5fa;
  box-shadow: 0 6px 25px rgba(244, 117, 33, 0.5);
  transform: skewX(-10deg) translateY(-2px);
}
.btnGhost {
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.25);
  color: #e2e8f0;
  border-radius: 4px;
  transform: skewX(-10deg);
}
.btnGhost span { display: inline-block; transform: skewX(10deg); }


.section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}
.section--alt { background: #111a2e; }
.section--odd { background: #0e1626; }
.sectionHead {
  text-align: center;
  max-width: 700px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}
.sectionKicker {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 0.6rem;
}


.curveTop {
  position: relative;
  border-top-left-radius: 50% 60px;
  border-top-right-radius: 50% 60px;
}


.accordionHead { cursor: default; }
@media (max-width: 767px) {
  .accordionSection .accordionHead {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .accordionSection .accordionIcon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(59,130,246,0.16);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
  }
  .accordionSection.isOpen .accordionIcon { transform: rotate(45deg); }
  .accordionSection .accordionBody { display: none; }
  .accordionSection.isOpen .accordionBody { display: block; }
}


.problemGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
}
.problemGrid > .problemText { flex: 1 1 320px; }
.problemGrid > .problemMedia { flex: 1 1 320px; }
.problemMedia img {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.problemList { display: flex; flex-direction: column; gap: 1rem; margin-top: 1rem; }
.problemItem {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 1rem 1.2rem;
}
.problemItemMark {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(244,117,33,0.22);
  color: #ffb27a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}


.benefitsGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.benefitCard {
  flex: 1 1 calc(33.333% - 1.5rem);
  min-width: 260px;
  background: #1a253b;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 1.8rem 1.6rem;
  box-shadow: 0 4px 20px rgba(244, 117, 33, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.benefitCard:hover {
  box-shadow: 0 8px 40px rgba(244, 117, 33, 0.25);
  transform: translateY(-4px);
}
.benefitCardIcon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(59,130,246,0.16);
  color: #60a5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.benefitCardTitle { font-size: 1.1rem; margin-bottom: 0.5rem; }
.benefitCardText { font-size: 0.95rem; }


.compositionIntro { max-width: 720px; margin: 0 auto 2.2rem; text-align: center; }
.compositionLayout { display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: flex-start; }
.compositionMedia { flex: 1 1 280px; position: sticky; top: 6.5rem; }
.compositionMedia img { border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.compositionGrid {
  flex: 2 1 480px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.compositionCard {
  position: relative;
  flex: 1 1 calc(50% - 1.25rem);
  min-width: 260px;
  padding: 1.8rem 1.6rem 1.6rem;
  border-radius: 16px;
  background: #1a253b;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(244, 117, 33, 0.1);
}
.compositionCard::before {
  content: attr(data-step);
  position: absolute;
  top: -0.3em;
  right: 0.3em;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(59, 130, 246, 0.12);
}
.compositionCardText {
  position: relative;
  font-size: 0.95rem;
}
.compositionMeta {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.92rem;
  color: #94a3b8;
  border-top: 1px dashed rgba(255,255,255,0.12);
  padding-top: 1.5rem;
}


.guaranteesGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.guaranteesItem {
  flex: 1 1 calc(33.333% - 1.25rem);
  min-width: 240px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 1.5rem;
}
.guaranteesItemTitle {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  font-size: 1.02rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.guaranteesItemText { font-size: 0.92rem; }


.howtoSteps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.75rem;
}
.howtoStep {
  position: relative;
  flex: 1 1 calc(33.333% - 1.75rem);
  min-width: 240px;
  background: #1a253b;
  border-radius: 16px;
  padding: 2rem 1.5rem 1.6rem;
  text-align: center;
  overflow: hidden;
}
.howtoStep::before {
  content: attr(data-step);
  position: absolute;
  top: -0.35em;
  right: 0.15em;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 4.2rem;
  font-weight: 900;
  color: rgba(59, 130, 246, 0.12);
}
.howtoStepImg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
  border: 2px solid rgba(59,130,246,0.4);
}
.howtoStepImg img { width: 100%; height: 100%; object-fit: cover; }


.orderLayout {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: flex-start;
}
.orderInfo { flex: 1 1 320px; }
.orderStepList { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.4rem; }
.orderStepItem { display: flex; gap: 0.9rem; align-items: flex-start; }
.orderStepNum {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.orderFormCard {
  flex: 1 1 360px;
  background: #1a253b;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: clamp(1.8rem, 4vw, 2.6rem);
  box-shadow: 0 0 60px rgba(244, 117, 33, 0.15);
}
.orderFormPrice {
  text-align: center;
  margin-bottom: 1.6rem;
}
.formGroup { margin-bottom: 1.1rem; }
.formLabel {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #cbd5e1;
  margin-bottom: 0.4rem;
}
.formInput {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  background: #111a2e;
  color: #e2e8f0;
  font-size: 1rem;
}
.formInput:focus { outline: none; border-color: #3b82f6; }
.formCheckboxRow {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 1.2rem 0 1.4rem;
}
.formCheckboxRow input { margin-top: 0.2rem; }
.formSubmit { width: 100%; text-align: center; }
.formNote { font-size: 0.8rem; color: #64748b; margin-top: 0.9rem; text-align: center; }
.formSuccess {
  text-align: center;
  padding: 2rem 1rem;
  color: #86efac;
}
.formErrorText { color: #fca5a5; font-size: 0.8rem; margin-top: 0.3rem; }


.faqGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .faqGrid { grid-template-columns: repeat(3, 1fr); }
}
.faqCard {
  background: #1a253b;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 1.6rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}
.faqQuestion { font-size: 1.02rem; margin-bottom: 0.55rem; }
.faqAnswer { font-size: 0.92rem; }

.orderWidget {
  position: sticky;
  top: 6rem;
  background: #1a253b;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 1.6rem;
  box-shadow: 0 0 60px rgba(244, 117, 33, 0.2);
}
.orderWidgetLabel { font-size: 0.78rem; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.08em; }
.orderWidgetPriceRow { display: flex; align-items: baseline; gap: 0.6rem; margin: 0.4rem 0 1rem; }
.orderWidgetOld { color: #64748b; text-decoration: line-through; font-size: 0.95rem; }
.orderWidgetNew { font-family: 'Merriweather', Georgia, serif; font-weight: 900; font-size: 1.7rem; color: #fff; }
.orderWidgetBadges { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.2rem; }
.orderWidgetBadge { font-size: 0.82rem; color: #cbd5e1; display: flex; gap: 0.5rem; align-items: center; }
.orderWidgetBadge::before { content: '\2713'; color: #60a5fa; font-weight: 700; }
.orderWidgetCta { display: block; text-align: center; }


.floatingBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  background: rgba(17, 26, 46, 0.97);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 -8px 30px rgba(0,0,0,0.4);
}
.floatingBarPrice { font-family: 'Merriweather', Georgia, serif; font-weight: 900; color: #fff; font-size: 1.05rem; }
.floatingBarPrice small { display: block; font-family: 'Merriweather Sans', sans-serif; font-weight: 400; font-size: 0.7rem; color: #94a3b8; }
.floatingBar .btnPrimary { padding: 0.75rem 1.4rem; font-size: 0.9rem; }


.siteFooter {
  text-align: center;
  background: #0b1220;
  color: #64748b;
  padding: clamp(2rem, 5vw, 2.8rem) 1rem;
  font-size: 0.88rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.siteFooterBrand { font-family: 'Merriweather', Georgia, serif; font-weight: 700; color: #cbd5e1; margin-bottom: 0.6rem; }
.siteFooterLinks a { color: #94a3b8; margin: 0 0.6rem; }
.siteFooterLinks a:hover { color: #e2e8f0; }
.siteFooterDisclaimer { max-width: 700px; margin: 1rem auto 0; font-size: 0.78rem; color: #64748b; }
.siteFooterCopyright { margin-top: 0.9rem; }


.legalMain { padding: clamp(2.5rem, 6vw, 4rem) 0; }
.legalMain h1 { margin-bottom: 1.5rem; }
.legalMain h2 { font-size: 1.3rem; margin-top: 2.2rem; }
.legalMain p, .legalMain li { color: #cbd5e1; margin-bottom: 0.9rem; }
.legalMain ul { list-style: disc; padding-left: 1.4rem; }
.legalMeta { color: #64748b; font-size: 0.85rem; margin-bottom: 2rem; }
.legalBack { display: inline-block; margin-bottom: 1.5rem; color: #60a5fa; font-weight: 600; }


@media (min-width: 640px) {
  .heroBadges { gap: 1rem; }
}

@media (min-width: 900px) {
  .problemGrid > .problemMedia { order: 2; }
}

@media (min-width: 1024px) {
  .layoutBody { gap: 3rem; }
  .layoutSidebar {
    display: block;
    flex: 0 0 300px;
    padding: clamp(3rem, 6vw, 4rem) 0;
  }
  .floatingBar { display: none; }
  body { padding-bottom: 0; }
}

