:root {
  --bg: #0b0a09;
  --bg-soft: #131110;
  --panel: #0b0a09;
  --panel-2: #1a1715;
  --paper: #f5f0e8;
  --paper-soft: #c7bfb2;
  --ink: #111315;
  --muted: #8a8175;
  --line: #3d362e;
  --line-soft: #2a2520;
  --red: #9d2b2b;
  --red-bright: #b83b3b;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--paper); font-family: Geist, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, select { color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; background: var(--paper); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-footer, .view { width: min(100%, var(--max)); margin-inline: auto; padding-inline: 32px; }
.site-header { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 32px)); border-bottom: 1px solid var(--line-soft); background: rgba(11,10,9,.94); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); text-decoration: none; font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.brand i { width: 8px; height: 8px; border-radius: 50%; background: var(--red-bright); box-shadow: 0 0 16px rgba(184,59,59,.55); }
.header-nav { display: flex; align-items: center; gap: 28px; }
.header-nav a { color: var(--paper); font-size: 14px; line-height: 1.5; text-decoration: none; }
.header-nav a:hover { color: var(--red-bright); }
.header-nav .header-cta { padding: 14px 20px; background: var(--red); color: #fff; }
.header-nav .header-cta:hover { background: var(--red-bright); color: #fff; }
.view { min-height: calc(100vh - 156px); }

.eyebrow, .report-kicker { margin: 0 0 20px; color: var(--red-bright); font-size: 12px; font-weight: 500; letter-spacing: .04em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 em, h2 em { color: var(--red-bright); font-family: "Instrument Serif", Georgia, serif; font-weight: 400; font-style: italic; }
#result-title:focus { outline: none; }

.landing-view { display: block; padding-block: 88px 64px; border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 86% 3%, rgba(184,59,59,.13), transparent 32%); }
.hero-badge { width: fit-content; display: inline-flex; align-items: center; gap: 9px; margin: 0 0 40px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px; color: var(--paper-soft); font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: .04em; }
.hero-badge i { width: 6px; height: 6px; border-radius: 50%; background: #5a8f4a; box-shadow: 0 0 11px rgba(90,143,74,.55); }
.landing-copy h1 { max-width: 1100px; margin-bottom: 28px; font-size: clamp(56px, 6.875vw, 88px); font-weight: 600; letter-spacing: -.04em; line-height: .98; }
.landing-copy .lead { max-width: 760px; margin-bottom: 30px; color: var(--paper-soft); font-size: 18px; line-height: 1.6; }
.landing-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-bottom: 40px; }
.landing-actions > span { color: var(--muted); font-size: 12px; }
.deliverables { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; margin-top: 48px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverables > div { min-height: 120px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--line); }
.deliverables > div:first-child { border-left: 1px solid var(--line); }
.deliverables b { margin-bottom: auto; color: var(--red-bright); font-size: 11px; }
.deliverables strong { font-size: 13px; }
.deliverables span { color: var(--muted); font-size: 10px; }
.method-note { max-width: 720px; margin: 25px 0 0; color: var(--muted); font-size: 12px; }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 0; padding: 16px 28px; cursor: pointer; font-size: 15px; font-weight: 500; letter-spacing: -.01em; line-height: 1.5; text-decoration: none; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover:not(:disabled) { background: var(--red-bright); }
.button:focus-visible, .answer-card:has(input:focus-visible), input:focus-visible, select:focus-visible { outline: 3px solid rgba(189,58,54,.45); outline-offset: 3px; }
.button:disabled { cursor: not-allowed; opacity: .38; }
.button-large { min-height: 56px; padding: 16px 28px; }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover:not(:disabled) { background: var(--red-bright); }
.button-quiet { border-color: var(--line); background: transparent; }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button-light:hover:not(:disabled) { border-color: var(--paper); background: transparent; color: var(--paper); }
.button-outline-light { border-color: var(--line); background: transparent; color: var(--paper); }
.button-wide { width: 100%; }

.zone-preview { margin-top: 64px; border: 1px solid var(--line); background: transparent; box-shadow: none; }
.zone-preview-head, .zone-preview-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.zone-preview-head strong { color: var(--paper); }
.zone-preview ol, .zone-progress, .number-list, .check-list { margin: 0; padding: 0; list-style: none; }
.zone-preview ol { display: grid; grid-template-columns: repeat(4, 1fr); }
.zone-preview li { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; min-height: 150px; padding: 32px; border-right: 1px solid var(--line); }
.zone-preview li:last-child { border-right: 0; }
.zone-preview li > span { color: var(--red-bright); font-family: "Geist Mono", monospace; font-size: 12px; font-style: normal; }
.zone-preview li div { display: grid; gap: 3px; }
.zone-preview li strong { font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.zone-preview li small { color: var(--muted); }
.zone-preview-foot { align-items: flex-start; border-bottom: 0; }
.zone-preview-foot strong { max-width: 230px; color: var(--paper-soft); font-size: 10px; font-weight: 600; letter-spacing: 0; text-align: right; text-transform: none; }

.quiz-view { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: clamp(46px, 8vw, 110px); padding-block: clamp(46px, 7vw, 84px); }
.quiz-rail { position: sticky; top: 24px; align-self: start; border-top: 1px solid var(--line); }
.rail-head { display: flex; justify-content: space-between; padding: 18px 0 14px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.rail-head strong { color: var(--paper); }
.progress-track { height: 3px; overflow: hidden; background: rgba(245,240,232,.12); }
.progress-track i { display: block; width: 0; height: 100%; background: var(--red-bright); transition: width .25s ease; }
.zone-progress { margin-top: 34px; }
.zone-progress li { position: relative; padding: 14px 10px 14px 46px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.zone-progress li::before { content: attr(data-index); position: absolute; left: 7px; color: #5f5953; }
.zone-progress li.active { color: var(--paper); }
.zone-progress li.active::before { color: var(--red-bright); }
.zone-progress li.complete::after { content: "✓"; position: absolute; right: 8px; color: var(--red-bright); }
.quiz-rail > p { margin: 27px 0 0; color: var(--muted); font-size: 12px; }
.question-panel { max-width: 830px; }
.question-meta { min-height: 56px; display: flex; justify-content: space-between; align-items: flex-start; }
.question-number { color: rgba(245,240,232,.14); font-family: "Instrument Serif", Georgia, serif; font-size: 70px; font-style: italic; line-height: .8; }
.question-panel h2 { max-width: 820px; margin: 6px 0 36px; font-size: clamp(30px, 4.2vw, 52px); font-weight: 570; letter-spacing: -.045em; line-height: 1.08; }
.answer-options { display: grid; gap: 0; margin: 0; padding: 0; border: 1px solid var(--line); }
.answer-card { position: relative; display: grid; grid-template-columns: 28px 1fr; gap: 15px; align-items: center; min-height: 76px; padding: 18px 24px; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; }
.answer-card:last-child { border-bottom: 0; }
.answer-card:hover { border-color: rgba(245,240,232,.38); }
.answer-card:has(input:checked) { border-color: var(--red-bright); background: rgba(157,43,43,.12); }
.answer-card input { position: absolute; opacity: 0; }
.radio-mark { width: 20px; height: 20px; border: 1px solid #756e67; border-radius: 50%; }
.answer-card:has(input:checked) .radio-mark { border: 6px solid var(--red-bright); }
.answer-text { font-size: 15px; }
.quiz-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 31px; }

.result-view { padding-block: 88px 96px; }
.result-hero { display: grid; grid-template-columns: 1fr 290px; gap: 60px; align-items: end; min-height: 430px; padding-bottom: 55px; }
.result-hero h1, .result-hero h2 { max-width: 900px; margin-bottom: 22px; font-size: clamp(56px, 6.875vw, 88px); font-weight: 600; letter-spacing: -.04em; line-height: .98; }
.result-summary { max-width: 760px; margin: 0; color: var(--paper-soft); font-size: 19px; }
.score-card { min-height: 300px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); background: transparent; }
.score-card > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.score-card > strong { display: flex; align-items: baseline; margin: auto 0; font-weight: 500; }
.score-card b { font-size: 84px; letter-spacing: -.07em; }
.score-card small { color: var(--muted); font-size: 20px; }
.score-card em { color: var(--paper-soft); font-size: 12px; font-style: normal; }
.score-breakdown { display: grid; gap: 7px; margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }
.score-breakdown div { display: flex; justify-content: space-between; gap: 12px; }
.score-breakdown dt, .score-breakdown dd { margin: 0; color: var(--muted); font-size: 10px; }
.score-breakdown dd { color: var(--paper); font-family: "Geist Mono", monospace; }
.safety-note { display: grid; grid-template-columns: 105px 1fr; gap: 30px; padding: 18px 22px; border-block: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.safety-note strong { color: var(--red-bright); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.result-quick-actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 28px; }
.result-section { padding-block: 96px; border-bottom: 1px solid var(--line-soft); }
.section-heading { display: grid; grid-template-columns: 70px 1fr; align-items: start; margin-bottom: 36px; }
.section-heading > span { color: var(--red-bright); font-family: "Geist Mono", monospace; font-size: 12px; font-style: normal; }
.section-heading h2 { max-width: 900px; margin: 0; font-size: clamp(40px, 4.375vw, 56px); font-weight: 600; letter-spacing: -.03em; line-height: 1.05; }
.section-heading.compact { grid-template-columns: 55px 1fr; margin-bottom: 26px; }
.section-heading.compact h2 { font-size: clamp(26px, 3.2vw, 38px); }
.priority-grid, .data-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--line); }
.priority-card, .data-card, .empty-card { padding: 40px; border: 0; background: transparent; }
.priority-card + .priority-card, .data-card + .data-card { border-left: 1px solid var(--line); }
.priority-card header, .data-card header { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.priority-card h3, .data-card h3 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.priority-card header span, .data-card header span { color: var(--red-bright); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.priority-card h4 { margin: 28px 0 12px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.reason-list, .recommendation-list { display: grid; gap: 12px; margin: 0; padding-left: 18px; color: var(--paper-soft); font-size: 14px; }
.recommendation-list { color: var(--muted); }
.data-card p { margin: 0; color: var(--paper-soft); }
.tie-note { margin: 20px 0 0; border-left: 2px solid var(--red-bright); padding: 12px 0 12px 18px; color: var(--muted); font-size: 12px; }
.tie-note p { margin-bottom: 10px; }
.tie-note ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.tie-note li { border: 1px solid var(--line); padding: 5px 9px; color: var(--paper-soft); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 110px); }
.number-list, .check-list { display: grid; gap: 18px; counter-reset: num; }
.number-list li, .check-list li { position: relative; padding: 0 0 18px 43px; border-bottom: 1px solid var(--line); color: var(--paper-soft); }
.number-list li { counter-increment: num; }
.number-list li::before { content: counter(num, decimal-leading-zero); position: absolute; left: 0; color: var(--red-bright); font-family: "Geist Mono", monospace; font-style: normal; font-size: 12px; }
.check-list li::before { content: "→"; position: absolute; left: 0; color: var(--red-bright); }
.diagnostic-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; margin: 96px 0; padding: 48px 40px; border: 1px solid rgba(198,64,73,.45); border-radius: 18px; background: transparent; }
.diagnostic-card h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: -.045em; }
.diagnostic-card .eyebrow { color: var(--red-bright); }
.diagnostic-card > p { align-self: end; margin: 0; color: #f5e9e4; font-size: 16px; }

.commercial-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 7vw, 88px); padding: 48px 40px; border: 1px solid rgba(198,64,73,.45); border-radius: 18px; background: transparent; }
.commercial-copy h2 { margin-bottom: 22px; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.055em; line-height: .98; }
.commercial-copy > p:not(.eyebrow) { max-width: 680px; color: var(--paper-soft); font-size: 17px; }
.commercial-copy ul { display: grid; gap: 10px; margin: 26px 0 34px; padding-left: 20px; color: var(--muted); }
.commercial-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.lead-form { display: grid; gap: 16px; padding: 0; background: transparent; color: var(--paper); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-head { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.form-head span { font-weight: 800; }
.form-head strong { color: var(--muted); font-size: 10px; font-weight: 400; }
.lead-form > label:not(.consent) { display: grid; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 400; }
.lead-form input:not([type="checkbox"]), .lead-form select { width: 100%; min-height: 54px; border: 1px solid #4a4039; border-radius: 12px; padding: 0 18px; background: #13100f; color: var(--paper); }
.lead-form select { border-color: rgba(245,240,232,.2); background: #15110f; color: #a79e92; }
.lead-form input::placeholder { color: #756c62; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 10px; }
.consent input { width: 16px; height: 16px; margin: 0; accent-color: var(--red); }
.consent a { text-decoration: underline; }
.form-status { min-height: 18px; margin: 0; color: var(--muted); font-size: 11px; }
.form-status.success { color: #255c40; }
.form-status.error { color: var(--red); }
.direct-contacts { display: flex; flex-wrap: wrap; gap: 20px 32px; padding: 26px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.direct-contacts a { color: var(--paper); text-underline-offset: 4px; }
.restart-link { display: block; margin: 28px auto 0; border: 0; border-bottom: 1px solid var(--muted); padding: 4px 0; background: transparent; color: var(--muted); cursor: pointer; }

.mobile-sticky-cta { display: none; }
.cookie-banner { position: fixed; z-index: 100; right: 24px; bottom: 24px; left: 24px; max-width: 1120px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); padding: 18px 20px; background: #171411; box-shadow: 0 18px 50px rgba(0,0,0,.45); }
.cookie-banner p { max-width: 760px; margin: 0; color: var(--paper-soft); font-size: 13px; }
.cookie-banner p strong { color: var(--paper); }
.cookie-banner > div { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-banner .button { min-height: 44px; padding: 11px 17px; font-size: 12px; }

.site-footer { min-height: 72px; display: flex; justify-content: space-between; gap: 20px; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.report-mode > .site-header, .report-mode > .site-footer { display: none; }

.report-shell { position: relative; width: 100%; min-height: 100vh; background: #bbb7b1; color: var(--ink); }
.report-toolbar { position: sticky; z-index: 20; top: 0; display: flex; justify-content: center; align-items: center; gap: 24px; min-height: 76px; padding: 10px 24px; background: var(--bg); color: var(--paper); }
.report-toolbar span { color: var(--muted); font-size: 11px; }
.print-report { width: 210mm; margin: 28px auto; background: var(--paper); box-shadow: 0 18px 70px rgba(0,0,0,.3); }
.report-cover, .report-page { position: relative; min-height: 297mm; padding: 22mm 19mm; overflow: hidden; background: var(--paper); color: var(--ink); page-break-after: always; }
.report-cover { display: flex; flex-direction: column; background: var(--bg); color: var(--paper); }
.report-cover::after { content: ""; position: absolute; right: -45mm; bottom: -55mm; width: 145mm; height: 145mm; border: 1px solid rgba(189,58,54,.5); transform: rotate(16deg); }
.report-brand { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.report-cover-copy { margin: auto 0; }
.report-cover-copy > p { color: var(--red-bright); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.report-cover h1, .report-cover h2 { max-width: 170mm; margin-bottom: 35px; font-size: 50px; font-weight: 600; line-height: .98; letter-spacing: -.055em; }
.report-cover-copy > span { color: var(--muted); font-size: 12px; }
.report-cover-meta { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.report-cover-meta div { display: grid; gap: 10px; padding: 18px 0; }
.report-cover-meta div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.report-cover-meta span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.report-cover-meta strong { font-size: 18px; }
.report-page h2 { margin-bottom: 24px; font-size: 36px; line-height: 1.02; letter-spacing: -.045em; }
.report-overview { display: flex; flex-direction: column; justify-content: center; }
.report-overview > p:not(.report-kicker) { max-width: 155mm; color: #514943; font-size: 21px; line-height: 1.55; }
.report-disclaimer { margin-top: 30px; padding: 18px; border-left: 3px solid var(--red); background: #e8e0d7; color: #5f554d; font-size: 12px; }
.report-priorities, .report-data { display: grid; gap: 15px; }
.report-priority, .report-data-card { padding: 18px; border: 1px solid #c9c0b6; }
.report-priority header, .report-data-card header { display: flex; justify-content: space-between; gap: 20px; }
.report-priority h3, .report-data-card h3 { margin-bottom: 12px; font-size: 22px; }
.report-priority header span, .report-data-card header span { color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.report-priority ul { margin: 0; padding-left: 18px; color: #5f554d; font-size: 12px; }
.report-priority h4 { margin: 16px 0 8px; color: var(--red); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.report-data-card p { margin: 0; color: #514943; font-size: 13px; }
.report-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18mm; }
.report-columns h2 { font-size: 27px; }
.report-columns ol, .report-columns ul { padding-left: 18px; color: #514943; font-size: 13px; }
.report-columns li { margin-bottom: 14px; }
.report-decision { margin-top: 20mm; padding: 20px; background: var(--red); color: white; }
.report-decision span { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; opacity: .75; }
.report-decision p { margin: 12px 0 0; }
.report-final { display: flex; flex-direction: column; justify-content: center; background: var(--bg); color: var(--paper); }
.report-final h2 { font-size: 43px; }
.report-final > p:not(.report-kicker) { color: var(--paper-soft); font-size: 18px; }
.report-contacts { display: grid; gap: 10px; margin: 26px 0 80px; color: var(--red-bright); font-size: 20px; }
.report-final small { color: var(--muted); }

@media (max-width: 980px) {
  .landing-copy { max-width: 850px; }
  .zone-preview ol { grid-template-columns: repeat(2, 1fr); }
  .zone-preview li:nth-child(2) { border-right: 0; }
  .zone-preview li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quiz-view { grid-template-columns: 235px 1fr; gap: 40px; }
  .result-hero { grid-template-columns: 1fr 220px; }
  .commercial-card { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .site-header, .site-footer, .view { width: 100%; padding-inline: 20px; }
  .site-header { min-height: 64px; }
  .header-nav { display: none; }
  .landing-view { padding-block: 48px; background: radial-gradient(circle at 100% 0, rgba(184,59,59,.12), transparent 28%); }
  .hero-badge { margin-bottom: 28px; }
  .landing-copy h1 { font-size: 44px; line-height: .98; letter-spacing: -.04em; }
  .landing-copy .lead { font-size: 17px; }
  .deliverables { grid-template-columns: 1fr 1fr; }
  .deliverables > div { min-height: 112px; padding: 18px; border-bottom: 1px solid var(--line); }
  .zone-preview { margin-top: 48px; }
  .zone-preview ol { grid-template-columns: 1fr; }
  .zone-preview li { min-height: auto; padding: 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .zone-preview li:last-child { border-bottom: 0; }
  .quiz-view { display: block; padding-block: 28px 55px; }
  .quiz-rail { position: static; margin-bottom: 36px; }
  .zone-progress, .quiz-rail > p { display: none; }
  .question-number { font-size: 54px; }
  .question-panel h2 { font-size: 31px; }
  .answer-card { min-height: 66px; padding: 13px; }
  .quiz-actions { position: sticky; bottom: 0; z-index: 5; margin-inline: -16px; padding: 12px 16px; background: rgba(11,10,9,.94); backdrop-filter: blur(8px); }
  .result-hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding-bottom: 38px; }
  .result-hero h1, .result-hero h2 { max-width: 100%; font-size: clamp(40px, 11.2vw, 48px); overflow-wrap: anywhere; }
  .score-card { min-height: 190px; }
  .score-card b { font-size: 68px; }
  .safety-note { grid-template-columns: 1fr; gap: 7px; }
  .result-section { padding-block: 64px; }
  .section-heading { grid-template-columns: 45px 1fr; }
  .section-heading h2 { font-size: 32px; line-height: 1.05; letter-spacing: -.03em; }
  .priority-grid, .data-grid, .split-section, .diagnostic-card { grid-template-columns: 1fr; }
  .priority-card, .data-card, .empty-card { padding: 28px; }
  .priority-card + .priority-card, .data-card + .data-card { border-left: 0; border-top: 1px solid var(--line); }
  .diagnostic-card { gap: 24px; margin-block: 55px; padding: 28px; }
  .commercial-card { padding: 28px; }
  .commercial-actions { display: grid; }
  .direct-contacts { display: grid; gap: 10px; }
  .site-footer { align-items: flex-start; padding-block: 20px; flex-direction: column; }
  body.active-view-result { padding-bottom: 74px; }
  body.active-view-result .mobile-sticky-cta:not([hidden]) { position: fixed; z-index: 70; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: center; min-height: 54px; background: var(--red); color: #fff; text-decoration: none; box-shadow: 0 14px 36px rgba(0,0,0,.42); }
  .cookie-banner { right: 14px; bottom: 14px; left: 14px; align-items: stretch; flex-direction: column; }
  .cookie-banner > div { display: grid; grid-template-columns: 1fr 1fr; }
  .report-toolbar { justify-content: space-between; }
  .report-toolbar span { display: none; }
  .print-report { width: 100%; margin: 0; box-shadow: none; }
  .report-cover, .report-page { min-height: auto; padding: 32px 24px; }
  .report-cover { min-height: calc(100vh - 76px); }
  .report-cover h1, .report-cover h2 { font-size: 42px; }
  .report-columns { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 480px) {
  .landing-copy h1 { font-size: 42px; }
  .result-hero h1, .result-hero h2 { font-size: 40px; }
  .result-quick-actions { display: grid; }
  .score-card { min-height: 270px; }
  .cookie-banner > div { grid-template-columns: 1fr; }
}

@page { size: A4; margin: 0; }
@media print {
  body { background: white !important; }
  body > .site-header, body > main > .view, body > .site-footer, .report-toolbar { display: none !important; }
  body > main > #report-view { display: block !important; }
  .report-shell { background: white; }
  .print-report { width: 210mm; margin: 0; box-shadow: none; }
  .report-cover, .report-page { width: 210mm; height: 297mm; min-height: 297mm; page-break-after: always; break-after: page; }
  .report-final { page-break-after: auto; break-after: auto; }
}
