:root {
  --ink: #06152e;
  --ink-2: #0b2348;
  --blue: #175cf5;
  --blue-2: #0f49d8;
  --sky: #eaf1ff;
  --mint: #6ee7c4;
  --paper: #f7f9fd;
  --white: #ffffff;
  --text: #15233b;
  --muted: #63718a;
  --line: #dfe6f1;
  --danger: #a72e42;
  --radius: 22px;
  --shadow: 0 18px 60px rgba(6, 21, 46, .12);
  --content: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
body.landing-v2 { overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-blue { color: var(--white); background: var(--blue); }
.section-white { background: var(--white); }
.muted { color: var(--muted); }
.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-dark .eyebrow, .section-blue .eyebrow { color: var(--mint); }
h1, h2, h3 { margin: 0; color: inherit; line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(43px, 6.5vw, 83px); max-width: 980px; }
h2 { font-size: clamp(34px, 4.7vw, 60px); max-width: 900px; }
h3 { font-size: clamp(22px, 2.1vw, 30px); }
.lead { max-width: 790px; margin: 24px 0 0; font-size: clamp(19px, 2vw, 24px); line-height: 1.45; }
.section-head { display: grid; gap: 18px; margin-bottom: 48px; }
.section-head p { max-width: 760px; margin: 0; color: var(--muted); font-size: 19px; }
.section-dark .section-head p, .section-blue .section-head p { color: rgba(255,255,255,.74); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 76px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(6,21,46,.9);
  backdrop-filter: blur(18px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 22px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 174px; height: 54px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 25px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; transition: color .2s ease; }
.nav-links a:hover { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-text { color: var(--white); font-size: 14px; font-weight: 700; text-decoration: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: transparent; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; content: ""; background: currentColor; transition: transform .2s ease; }

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 23px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-2); box-shadow: 0 12px 30px rgba(23,92,245,.25); }
.button-small { min-height: 44px; padding-inline: 17px; border-radius: 12px; font-size: 14px; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--ink); background: #eef3ff; }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.section-dark .button-outline, .section-blue .button-outline { color: var(--white); border-color: rgba(255,255,255,.32); }
.button-outline:hover { background: rgba(23,92,245,.08); box-shadow: none; }
.button-ghost { min-height: 44px; padding: 0; color: var(--blue); background: transparent; }
.button-ghost:hover { transform: none; background: transparent; box-shadow: none; text-decoration: underline; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  padding: 78px 0 72px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 23%, rgba(23,92,245,.35), transparent 27%),
    radial-gradient(circle at 42% 90%, rgba(110,231,196,.12), transparent 28%),
    var(--ink);
}
.hero::after { position: absolute; right: -8%; bottom: -44%; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr); gap: 60px; align-items: end; }
.hero h1 span { color: var(--mint); }
.hero .lead { color: rgba(255,255,255,.76); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.trust-pill { padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.79); font-size: 13px; font-weight: 700; background: rgba(255,255,255,.05); }
.dual-visual { position: relative; min-height: 470px; }
.layer-card { position: absolute; right: 0; width: min(100%, 370px); padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(9,36,79,.72); box-shadow: 0 24px 80px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.layer-card:first-child { top: 30px; right: 42px; transform: rotate(-3deg); }
.layer-card:last-child { top: 204px; border-color: rgba(110,231,196,.42); transform: rotate(2deg); }
.layer-label { display: flex; justify-content: space-between; margin-bottom: 18px; color: var(--mint); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.layer-card h3 { margin-bottom: 14px; }
.layer-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; }
.layer-line { width: 84%; height: 7px; margin-top: 20px; border-radius: 99px; background: linear-gradient(90deg,var(--blue),var(--mint)); }

.question-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.question-mark { color: var(--blue); font-size: clamp(110px, 18vw, 240px); font-weight: 900; line-height: .75; letter-spacing: -.1em; }
.pain-list, .check-list { display: grid; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; }
.pain-list li, .check-list li { position: relative; padding: 18px 0 18px 38px; border-top: 1px solid var(--line); }
.pain-list li::before { position: absolute; left: 2px; top: 22px; width: 10px; height: 10px; border: 3px solid var(--blue); border-radius: 50%; content: ""; }
.check-list li::before { position: absolute; left: 3px; top: 19px; color: var(--blue); content: "✓"; font-weight: 900; }
.quote { max-width: 920px; margin: 46px auto 0; padding: 30px; border-left: 5px solid var(--blue); border-radius: 0 18px 18px 0; background: var(--sky); font-size: clamp(21px,2.5vw,31px); font-weight: 750; line-height: 1.35; }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 40px rgba(6,21,46,.05); }
.section-dark .card { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.055); box-shadow: none; }
.card p { margin: 14px 0 0; color: var(--muted); }
.section-dark .card p { color: rgba(255,255,255,.67); }
.number { display: inline-grid; width: 42px; height: 42px; margin-bottom: 24px; place-items: center; border-radius: 13px; color: var(--blue); background: var(--sky); font-weight: 900; }
.section-dark .number { color: var(--mint); background: rgba(110,231,196,.1); }

.hybrid { display: grid; grid-template-columns: 1fr 140px 1fr; gap: 18px; align-items: stretch; }
.channel { padding: 36px; border-radius: 26px; }
.channel h3 { margin-bottom: 25px; font-size: 34px; }
.channel ul { margin: 0; padding: 0; list-style: none; }
.channel li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.12); }
.channel-ozon { color: white; background: var(--blue); }
.channel-own { color: white; background: var(--ink-2); }
.plus { display: grid; place-items: center; color: var(--blue); font-size: 70px; font-weight: 300; }
.route { display: flex; gap: 0; padding: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.route-step { display: flex; min-width: 160px; flex: 1; align-items: center; color: var(--ink); font-weight: 800; }
.route-step:not(:last-child)::after { margin: 0 20px; color: var(--blue); content: "→"; font-size: 26px; }

.calc-preview { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; padding: 44px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(135deg,rgba(255,255,255,.08),rgba(23,92,245,.12)); }
.metric-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.metric { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(6,21,46,.45); }
.metric strong { display: block; color: var(--mint); font-size: 25px; }
.metric span { color: rgba(255,255,255,.62); font-size: 13px; }
.disclaimer { margin: 24px 0 0; color: var(--muted); font-size: 13px; }
.section-dark .disclaimer { color: rgba(255,255,255,.55); }

.timeline { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.timeline::before { position: absolute; top: 31px; right: 12%; left: 12%; height: 2px; content: ""; background: var(--line); }
.month { position: relative; padding: 0 16px; }
.month-dot { display: grid; position: relative; z-index: 1; width: 64px; height: 64px; margin-bottom: 26px; place-items: center; border: 8px solid var(--paper); border-radius: 50%; color: white; background: var(--blue); font-weight: 900; }
.month p { color: var(--muted); }
.result { margin-top: 20px; padding: 16px; border-radius: 14px; color: var(--ink); background: var(--sky); font-weight: 750; }

.fit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-card { padding: 34px; border-radius: 24px; }
.fit-card.good { border: 1px solid rgba(19,150,116,.25); background: #edfbf6; }
.fit-card.early { border: 1px solid #f0d9de; background: #fff3f5; }
.fit-card h3 { margin-bottom: 18px; }
.fit-card ul { margin: 0; padding-left: 22px; }
.fit-card li { margin: 10px 0; }

.price-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; padding: 48px; border-radius: 30px; color: white; background: var(--ink); }
.price { display: block; margin: 12px 0; color: var(--mint); font-size: clamp(40px,6vw,68px); font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.price-note { color: rgba(255,255,255,.66); }
.price-panel .check-list { margin: 0; }
.price-panel .check-list li { border-color: rgba(255,255,255,.12); }
.price-panel .check-list li::before { color: var(--mint); }

.faq { max-width: 900px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 48px 24px 0; color: var(--ink); font-size: 20px; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; right: 5px; content: "+"; color: var(--blue); font-size: 30px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; margin: 0; padding: 0 0 25px; color: var(--muted); }

.proposal-choice .card { display: flex; flex-direction: column; min-height: 330px; }
.proposal-choice .card .button { align-self: flex-start; margin-top: auto; }
.tag { align-self: flex-start; margin-bottom: 22px; padding: 6px 10px; border-radius: 999px; color: var(--blue); background: var(--sky); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.contact-card { position: relative; display: flex; min-width: 0; min-height: 430px; padding: 24px; flex-direction: column; align-items: flex-start; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 12px 42px rgba(6,21,46,.07); }
.contact-card::after { position: absolute; z-index: 0; top: -70px; right: -70px; width: 180px; height: 180px; border-radius: 50%; content: ""; background: radial-gradient(circle,rgba(23,92,245,.13),transparent 68%); }
.contact-card > * { position: relative; z-index: 1; }
.contact-icon { position: relative; display: grid; width: 62px; height: 62px; margin-bottom: 22px; flex: 0 0 auto; place-items: center; border-radius: 19px; color: white; background: linear-gradient(120deg,#175cf5,#6ee7c4,#7856ff,#175cf5); background-size: 300% 300%; box-shadow: 0 12px 28px rgba(23,92,245,.25); animation: icon-flow 4s ease-in-out infinite; }
.contact-icon::before { position: absolute; z-index: -1; inset: 8px; border-radius: inherit; content: ""; background: inherit; filter: blur(18px); opacity: .48; animation: icon-pulse 2.4s ease-in-out infinite; }
.contact-icon svg { width: 31px; height: 31px; fill: currentColor; }
.contact-card:nth-child(2) .contact-icon { animation-delay: -.9s; }
.contact-card:nth-child(3) .contact-icon { animation-delay: -1.8s; }
.contact-card:nth-child(4) .contact-icon { animation-delay: -2.7s; }
@keyframes icon-flow { 0%,100% { background-position: 0% 50%; transform: translateY(0); } 50% { background-position: 100% 50%; transform: translateY(-3px); } }
@keyframes icon-pulse { 0%,100% { opacity: .3; transform: scale(.9); } 50% { opacity: .64; transform: scale(1.15); } }
.contact-card h3 { margin-bottom: 6px; font-size: 24px; }
.contact-card p { min-height: 48px; margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.qr-frame { width: 148px; margin: auto auto 18px; padding: 10px; align-self: center; border: 1px solid var(--line); border-radius: 17px; background: white; }
.qr-frame img { width: 100%; aspect-ratio: 1; }
.contact-direct { display: inline-flex; width: 100%; min-height: 46px; padding: 10px 12px; align-items: center; justify-content: center; border: 1px solid rgba(23,92,245,.2); border-radius: 12px; color: var(--blue); background: var(--sky); font-size: 13px; font-weight: 850; line-height: 1.25; text-align: center; text-decoration: none; overflow-wrap: anywhere; }
.contact-direct:hover { border-color: var(--blue); background: #dfeaff; }
.final-cta { position: relative; overflow: hidden; padding: 70px; border-radius: 32px; color: white; background: var(--blue); }
.final-cta::after { position: absolute; right: -80px; bottom: -150px; width: 370px; height: 370px; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.final-cta h2, .final-cta p, .final-cta .actions { position: relative; z-index: 1; }
.final-cta p { max-width: 720px; color: rgba(255,255,255,.82); font-size: 20px; }

.site-footer { padding: 54px 0 26px; color: rgba(255,255,255,.66); background: #031025; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr .8fr; gap: 45px; padding-bottom: 38px; }
.footer-brand img { width: 180px; margin-bottom: 18px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }

.page-hero { padding: 92px 0 70px; color: white; background: var(--ink); }
.page-hero h1 { font-size: clamp(42px,6vw,72px); }
.breadcrumb { display: flex; gap: 9px; margin-bottom: 28px; color: rgba(255,255,255,.58); font-size: 14px; }
.breadcrumb a { color: var(--mint); }
.document-shell { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 52px; align-items: start; }
.document-nav { position: sticky; top: 100px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.document-nav a { display: block; padding: 8px 0; color: var(--muted); font-size: 14px; text-decoration: none; }
.document-nav a:hover { color: var(--blue); }
.document { padding: 56px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.document h2 { margin: 48px 0 20px; font-size: 34px; }
.document h2:first-child { margin-top: 0; }
.document h3 { margin: 32px 0 12px; font-size: 24px; }
.document p, .document li { color: #45536b; }
.document-callout { margin: 28px 0; padding: 24px; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: var(--sky); }
.sticky-actions { position: sticky; z-index: 20; bottom: 20px; display: flex; max-width: 700px; margin: 36px auto 0; padding: 10px; justify-content: center; gap: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(16px); }

.wizard-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.65fr); gap: 30px; align-items: start; }
.wizard { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.progress { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-bottom: 34px; }
.progress i { height: 5px; border-radius: 99px; background: var(--line); }
.progress i.active { background: var(--blue); }
.form-step { display: none; }
.form-step.active { display: block; animation: fade .24s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(5px); } }
.form-step h2 { margin-bottom: 10px; font-size: 34px; }
.form-step > p { margin-top: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 28px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label, .fieldset-label { color: var(--ink); font-size: 14px; font-weight: 800; }
.field small { color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #cfd8e7;
  border-radius: 12px;
  color: var(--ink);
  background: white;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(23,92,245,.12); }
.choices { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.choice { display: flex; gap: 10px; padding: 14px; align-items: flex-start; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.choice:has(input:checked) { border-color: var(--blue); background: var(--sky); }
.choice input { margin-top: 4px; accent-color: var(--blue); }
.wizard-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; }
.wizard-summary { position: sticky; top: 100px; padding: 28px; border-radius: 22px; color: white; background: var(--ink); }
.wizard-summary h3 { margin-bottom: 18px; }
.summary-list { display: grid; gap: 13px; margin: 0; }
.summary-row { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.summary-row dt { color: rgba(255,255,255,.57); }
.summary-row dd { margin: 0; font-weight: 800; text-align: right; }
.privacy-note { margin-top: 20px; color: rgba(255,255,255,.55); font-size: 12px; }

.personal-result { display: none; }
.personal-result.active { display: block; }
.result-sheet { padding: 56px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.result-brand { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 2px solid var(--ink); }
.result-brand img { width: 180px; padding: 5px; background: var(--ink); }
.result-kicker { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.result-sheet h1 { margin: 36px 0 14px; color: var(--ink); font-size: 46px; }
.result-sheet h2 { margin: 42px 0 16px; color: var(--ink); font-size: 30px; }
.result-sheet p, .result-sheet li { color: #45536b; }
.result-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 28px 0; }
.result-fact { padding: 18px; border-radius: 14px; background: var(--sky); }
.result-fact strong { display: block; color: var(--blue); font-size: 22px; }
.result-next { padding: 26px; border-radius: 18px; color: white; background: var(--blue); }
.print-only { display: none; }

.legal { max-width: 900px; }
.legal h2 { margin: 44px 0 16px; font-size: 30px; }
.legal p, .legal li { color: #4e5c73; }
.legal .placeholder { padding: 20px; border: 1px solid #f1c8d0; border-radius: 14px; color: var(--danger); background: #fff5f7; }
.notice { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: 420px; padding: 18px 48px 18px 20px; border-radius: 16px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.notice button { position: absolute; top: 9px; right: 9px; color: white; border: 0; background: transparent; cursor: pointer; }

@media (max-width: 1040px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .dual-visual { min-height: 420px; max-width: 500px; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .document-shell { grid-template-columns: 1fr; }
  .document-nav { display: none; }
  .wizard-layout { grid-template-columns: 1fr; }
  .wizard-summary { position: static; }
  .contact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--content)); }
  .section { padding: 72px 0; }
  .section-sm { padding: 54px 0; }
  .site-header .nav-actions .nav-text, .site-header .nav-actions .button { display: none; }
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    z-index: 60;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    color: white;
    background: var(--ink);
  }
  body.menu-open .nav-links { display: flex; }
  .nav-links a { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 18px; }
  .hero { min-height: auto; padding-top: 55px; }
  .hero-grid { gap: 30px; }
  .dual-visual { min-height: 360px; }
  .layer-card { width: 88%; padding: 22px; }
  .layer-card:first-child { right: 10%; }
  .layer-card:last-child { top: 180px; }
  .question-panel, .calc-preview, .price-panel { grid-template-columns: 1fr; gap: 30px; }
  .question-mark { display: none; }
  .grid-2, .grid-3, .grid-4, .fit-columns, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .hybrid { grid-template-columns: 1fr; }
  .plus { height: 70px; }
  .timeline::before { display: none; }
  .month { padding: 0; }
  .month-dot { border-color: var(--paper); }
  .price-panel, .calc-preview { padding: 28px; }
  .final-cta { padding: 38px 28px; }
  .footer-grid { gap: 30px; }
  .document { padding: 28px 22px; }
  .sticky-actions { position: static; flex-direction: column; }
  .sticky-actions .button { width: 100%; }
  .wizard { padding: 25px 20px; }
  .form-grid, .choices { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .result-sheet { padding: 28px 21px; }
  .result-brand { align-items: flex-start; flex-direction: column; }
  .result-facts { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 390px; }
}

@media print {
  @page { size: A4; margin: 15mm; }
  body { color: #111; background: white; font-size: 11pt; }
  .site-header, .site-footer, .page-hero, .no-print, .sticky-actions, .wizard-layout { display: none !important; }
  .section { padding: 0; }
  .container { width: 100%; }
  .personal-result { display: block !important; }
  .result-sheet, .document { padding: 0; border: 0; box-shadow: none; }
  .result-sheet h1 { font-size: 28pt; }
  .result-sheet h2 { break-after: avoid; font-size: 18pt; }
  .result-fact, .result-next, .document-callout { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .print-only { display: block; }
  a { text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
