:root {
  --ink: #111c2a;
  --navy: #15283c;
  --navy-deep: #0d1a28;
  --paper: #f5f1e9;
  --cream: #fcfaf5;
  --red: #e4523f;
  --red-dark: #c83f2f;
  --green: #2f725b;
  --line: rgba(17, 28, 42, 0.16);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; }
img { max-width: 100%; }
.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; }
.sr-only-focusable { position: fixed; z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; margin: 0; padding: 11px 15px; clip: auto; color: white; background: var(--navy-deep); text-decoration: none; transform: translateY(-160%); }
.sr-only-focusable:focus { transform: translateY(0); outline: 3px solid var(--red); outline-offset: 2px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-header { min-height: 86px; padding: 15px clamp(24px, 6vw, 88px); display: flex; align-items: center; justify-content: space-between; background: var(--navy-deep); color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { color: white; text-decoration: none; display: inline-flex; flex-direction: column; line-height: 1; }
.brand-mark { font-family: Georgia, serif; font-size: 25px; letter-spacing: .06em; }
.brand-subline { margin-top: 7px; font-size: 9px; letter-spacing: .32em; opacity: .72; }
.header-call { color: white; text-decoration: none; text-align: right; display: grid; gap: 3px; }
.header-call span { color: #c9d1d8; font-size: 12px; }
.header-call strong { font-size: 16px; letter-spacing: .02em; }

.hero { min-height: calc(100vh - 133px); padding: clamp(44px, 6vw, 82px) clamp(24px, 6vw, 88px) 66px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(490px, 1.04fr); align-items: center; gap: clamp(48px, 7vw, 108px); background: radial-gradient(circle at 8% 20%, rgba(228,82,63,.09), transparent 26%), linear-gradient(105deg, var(--paper), #f9f6f0 60%, #efebe3); }
.hero-copy { max-width: 660px; }
.eyebrow, .question-kicker { margin: 0 0 17px; color: var(--red-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; max-width: 760px; color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 5vw, 73px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
h1 em { color: var(--red); font-weight: 500; }
.intro { max-width: 610px; margin: 27px 0 24px; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55; color: #364657; }
.benefits { list-style: none; padding: 0; margin: 0 0 27px; display: grid; gap: 11px; }
.benefits li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; }
.benefits li::before { content: "✓"; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: rgba(228,82,63,.12); color: var(--red-dark); font-size: 13px; }
.expert-mini { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid var(--line); }
.expert-mini img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; filter: grayscale(8%); }
.expert-mini p { margin: 0; display: grid; gap: 4px; font-size: 13px; }
.expert-mini span { color: #65707b; font-size: 12px; }

.check-card { width: 100%; max-width: 660px; min-height: 560px; justify-self: end; align-self: center; position: relative; display: flex; flex-direction: column; background: white; border-radius: 3px; box-shadow: 0 22px 70px rgba(20,36,54,.16); border: 1px solid rgba(17,28,42,.08); overflow: hidden; scroll-margin-top: 20px; }
.progress-row { padding: 18px 28px 12px; display: flex; justify-content: space-between; gap: 20px; color: #64707b; font-size: 11px; font-weight: 700; }
.progress-track { height: 4px; background: #e8e6e1; }
.progress-track span { display: block; height: 100%; background: var(--red); transition: width .28s ease; }
.question-block { flex: 1; padding: clamp(27px, 3.4vw, 43px); }
.step-fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.question-kicker { margin-bottom: 10px; }
h2 { margin: 0; color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 3vw, 42px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h2:focus { outline: none; }
.question-help { margin: 13px 0 24px; color: #65717c; font-size: 14px; line-height: 1.5; }
.answer-grid { display: grid; gap: 10px; }
.answer { min-height: 69px; padding: 11px 16px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 12px; color: var(--navy); text-align: left; background: #faf9f6; border: 1px solid #d9d7d2; border-radius: 2px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.answer:hover, .answer:focus-visible { transform: translateY(-2px); border-color: var(--red); box-shadow: 0 8px 24px rgba(20,36,54,.09); outline: 3px solid rgba(228,82,63,.14); outline-offset: 1px; }
.answer[aria-pressed="true"] { border-color: var(--red); background: #fff4f1; box-shadow: inset 3px 0 0 var(--red); }
.answer-primary { border-color: rgba(228,82,63,.5); background: #fff9f7; }
.answer-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: white; border: 1px solid #d5d3cf; color: var(--red); font-weight: 900; }
.answer span:nth-child(2) { display: grid; gap: 3px; }
.answer strong { font-size: 14px; }
.answer small { color: #737c85; font-size: 11px; }
.inline-warning { margin: 17px 0 0; padding: 11px 13px; background: #fff2ef; color: #7b3429; border-left: 3px solid var(--red); font-size: 11px; line-height: 1.45; }
.privacy-note { margin: auto 0 0; padding: 14px 28px 16px; background: #f7f6f3; color: #707983; text-align: center; font-size: 10px; border-top: 1px solid #ece9e3; }
.back-button { align-self: flex-start; margin: 0 0 12px 28px; padding: 4px 0; color: #66717c; background: none; border: 0; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }

.date-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 19px; }
.chip { min-height: 38px; padding: 8px 13px; color: var(--navy); background: #f5f3ef; border: 1px solid #d8d5ce; border-radius: 999px; font-size: 12px; font-weight: 700; }
.chip:hover, .chip:focus-visible, .chip.selected { color: white; background: var(--navy); border-color: var(--navy); outline: none; }
.input-label, .money-field > label { display: block; margin-bottom: 7px; color: #4e5964; font-size: 12px; font-weight: 700; }
.text-input, .money-field input, .duration-grid input, .lead-form input, .lead-form select { width: 100%; min-height: 52px; padding: 11px 13px; color: var(--ink); background: white; border: 1px solid #c9c7c2; border-radius: 2px; font-size: 16px; }
.text-input:focus, .money-field input:focus, .duration-grid input:focus, .lead-form input:focus, .lead-form select:focus { border-color: var(--red); outline: 3px solid rgba(228,82,63,.13); }
.text-input:disabled { color: #9ba2a9; background: #f3f2ef; }
.deadline-hint { margin: 12px 0 0; padding: 10px 12px; background: #eff6f2; color: #315c4c; font-size: 12px; line-height: 1.45; border-left: 3px solid var(--green); }
.deadline-hint.urgent { color: #7b3429; background: #fff1ee; border-color: var(--red); }
.continue-button { width: 100%; min-height: 54px; margin-top: 21px; padding: 13px 18px; display: flex; align-items: center; justify-content: center; gap: 13px; color: white; background: var(--red); border: 1px solid var(--red); border-radius: 2px; font-size: 14px; font-weight: 800; transition: background .18s ease, transform .18s ease, box-shadow .18s ease; }
.continue-button:hover, .continue-button:focus-visible { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 9px 24px rgba(200,63,47,.22); outline: 3px solid rgba(228,82,63,.15); outline-offset: 2px; }
.continue-button:disabled { cursor: wait; opacity: .7; transform: none; }
.money-field > div { display: grid; grid-template-columns: 1fr 50px; }
.money-field input { border-radius: 2px 0 0 2px; }
.money-field > div > span { display: grid; place-items: center; color: white; background: var(--navy); border-radius: 0 2px 2px 0; font-weight: 800; }
.money-field + .date-chips { margin-top: 13px; }
.duration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.duration-grid label { color: #4e5964; font-size: 12px; font-weight: 700; }
.duration-grid input { margin-top: 7px; }
.live-summary { margin: 13px 0 0; padding: 11px 13px; color: #4d5964; background: #f6f4f0; font-size: 12px; }
.form-error { margin: 12px 0 0; padding: 10px 12px; color: #8c2c20; background: #fff0ed; border-left: 3px solid var(--red); font-size: 12px; line-height: 1.45; }
.form-error a { font-weight: 800; }

.result-view .question-kicker { margin-bottom: 7px; }
.result-amount { margin: 13px 0 5px; color: var(--red-dark); font-family: Georgia, serif; font-size: clamp(46px, 5vw, 69px); line-height: 1; letter-spacing: -.045em; }
.result-formula { margin: 0 0 19px; color: #66717c; font-size: 12px; }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.scenario-grid div { padding: 11px 8px; display: grid; gap: 5px; text-align: center; background: #f5f3ef; border: 1px solid transparent; }
.scenario-grid div.active { color: white; background: var(--navy); }
.scenario-grid span { font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.scenario-grid strong { font-size: 14px; }
.result-disclaimer { margin: 14px 0; color: #6f7881; font-size: 10px; line-height: 1.5; }
.qualified-box, .neutral-box { padding: 14px; display: flex; gap: 12px; background: #eef6f2; border: 1px solid #c7dfd3; }
.neutral-box { display: block; background: #f6f3ee; border-color: #ddd7ce; }
.qualified-icon { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-weight: 900; }
.qualified-box strong, .neutral-box strong { font-size: 13px; }
.qualified-box p, .neutral-box p { margin: 4px 0 0; color: #59666d; font-size: 11px; line-height: 1.45; }
.lead-button { margin-top: 14px; }
.cta-microcopy, .submit-note { margin: 8px 0 0; color: #757e87; text-align: center; font-size: 10px; line-height: 1.45; }
.quiet-link { display: inline-block; margin-top: 17px; color: var(--navy); font-size: 12px; font-weight: 800; }

.lead-form { margin-top: 16px; padding-top: 18px; border-top: 1px solid #dedbd5; display: grid; gap: 11px; }
.lead-form-head h3 { margin: 0; color: var(--navy-deep); font-family: Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1.1; }
.lead-form-head > p:last-child { margin: 8px 0 3px; color: #68737d; font-size: 11px; line-height: 1.45; }
.lead-form label { display: grid; gap: 6px; color: #46515c; font-size: 11px; font-weight: 700; }
.lead-form label span { color: #7a838b; font-weight: 400; }
.lead-form input, .lead-form select { min-height: 46px; padding: 9px 11px; }
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.privacy-check { grid-template-columns: 20px 1fr !important; align-items: start; gap: 8px !important; font-weight: 400 !important; line-height: 1.4; }
.privacy-check input { width: 18px; min-height: 18px; margin: 0; accent-color: var(--red); }
.privacy-check span { color: #656f78 !important; }
.privacy-check a { font-weight: 700; }
.lead-form .continue-button { margin-top: 2px; }

.callback-picker { min-width: 0; margin: 3px 0 0; padding: 0; border: 0; }
.callback-picker legend { margin-bottom: 8px; color: #46515c; font-size: 13px; font-weight: 700; }
.callback-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.callback-option { min-width: 0; min-height: 76px; padding: 11px; display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; color: #45515c; background: #fff; border: 1px solid #cbc9c4; border-radius: 2px; text-align: left; cursor: pointer; }
.callback-option:hover { border-color: #9eaaa4; background: #fafbf9; }
.callback-option.active { color: var(--navy-deep); background: #f2f7f4; border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.callback-option > span:last-child { min-width: 0; display: grid; gap: 4px; }
.callback-option strong { font-size: 13px; line-height: 1.25; }
.callback-option small { color: #626d75; font-size: 11px; line-height: 1.4; }
.availability-dot { width: 10px; height: 10px; margin: 3px 0 0 2px; display: inline-block; flex: 0 0 auto; background: #22a06b; border: 2px solid #d8f2e7; border-radius: 50%; box-shadow: 0 0 0 2px rgba(34,160,107,.12); }
.callback-calendar { width: 18px; height: 18px; display: grid; place-items: center; color: var(--red); font-size: 18px; line-height: 1; }
.callback-assurance { margin: 8px 0 0; color: #59656e; font-size: 11px; line-height: 1.45; }
.callback-picker > .callback-assurance { display: flex; gap: 7px; align-items: flex-start; }
.callback-picker > .callback-assurance .availability-dot { margin-top: 1px; }
.schedule-panel { margin-top: 9px; padding: 11px; background: #f7f5f1; border: 1px solid #dedbd5; }
.schedule-label { margin: 0 0 7px; color: #56616b; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.schedule-label:not(:first-child) { margin-top: 12px; }
.callback-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.callback-day, .callback-slot { min-width: 0; min-height: 42px; padding: 7px 5px; color: #4f5a63; background: white; border: 1px solid #c9c6bf; border-radius: 2px; cursor: pointer; }
.callback-day { display: grid; gap: 2px; }
.callback-day strong { overflow: hidden; font-size: 11px; line-height: 1.2; text-overflow: ellipsis; }
.callback-day small { color: #626d76; font-size: 10px; }
.callback-day:hover, .callback-slot:hover { border-color: var(--red); }
.callback-day.active, .callback-slot.active { color: white; background: var(--navy); border-color: var(--navy); }
.callback-day.active small { color: rgba(255,255,255,.75); }
.callback-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.callback-slot { min-height: 37px; font-size: 11px; font-weight: 800; }
.callback-error { margin-top: 8px; }
.data-protection-note { padding: 11px 12px; color: #626d77; background: #f6f4f0; border-left: 3px solid #9aa3aa; font-size: 9px; font-weight: 400; line-height: 1.5; }
.data-protection-note strong { display: block; margin-bottom: 4px; color: #3e4b57; font-size: 10px; }
.data-protection-note p { margin: 0; }
.data-protection-note a { font-weight: 700; text-underline-offset: 2px; }
.upload-data-protection { margin: 14px 0 5px; text-align: left; }

.success-view { text-align: center; }
.success-mark { width: 58px; height: 58px; margin: 0 auto 14px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 28px; font-weight: 900; }
.success-view > p:not(.question-kicker):not(.reference) { color: #5f6b76; font-size: 13px; line-height: 1.5; }
.reference { display: inline-block; margin: 13px 0 4px; padding: 7px 11px; color: #4d5963; background: #f4f2ee; font-size: 11px; }
.upload-form { margin-top: 17px; display: grid; gap: 9px; text-align: left; }
.file-picker { min-height: 62px; padding: 10px 13px; display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: center; color: var(--navy); background: #faf9f6; border: 1px dashed #bdbab3; cursor: pointer; }
.file-picker:hover, .file-picker:focus-within { border-color: var(--red); background: #fff8f6; }
.file-picker input { position: absolute; opacity: 0; pointer-events: none; }
.file-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: white; border: 1px solid #d7d4cd; font-size: 20px; }
.file-picker > span:nth-child(2) { display: grid; gap: 3px; }
.file-picker strong { overflow: hidden; text-overflow: ellipsis; font-size: 12px; }
.file-picker small { color: #747d86; font-size: 10px; }
.upload-help { margin: 2px 0 0; color: #737d85; font-size: 10px; line-height: 1.45; }
.upload-form .continue-button { margin-top: 3px; }
.upload-success { margin: 18px 0; padding: 16px; display: grid; gap: 5px; color: #285846; background: #edf6f1; border: 1px solid #c7dfd3; font-size: 12px; }
.direct-call-box { margin-top: 15px; padding: 13px; display: grid; gap: 4px; color: white; background: var(--navy); text-decoration: none; }
.direct-call-box span { font-size: 10px; }
.direct-call-box strong { font-size: 17px; }

.deadline-bar { padding: 14px 24px; color: white; background: var(--red); text-align: center; font-size: 12px; line-height: 1.45; }
.deadline-bar strong { margin-right: 4px; }
.trust-strip { padding: 25px clamp(24px, 6vw, 88px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; color: white; background: var(--navy-deep); }
.trust-strip div { padding: 7px 22px; display: grid; gap: 5px; text-align: center; border-right: 1px solid rgba(255,255,255,.15); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.trust-strip span { color: #aeb8c1; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.content-section { padding: clamp(70px, 9vw, 130px) clamp(24px, 8vw, 120px); display: grid; grid-template-columns: .82fr 1fr; gap: clamp(48px, 9vw, 140px); }
.section-index { margin: 0 0 42px; color: #87909a; font-size: 10px; letter-spacing: .12em; }
.content-section h2, .process-section > h2 { max-width: 650px; font-size: clamp(37px, 4.2vw, 60px); }
.deadline-section { color: white; background: var(--navy-deep); }
.deadline-section h2 { color: white; }
.deadline-section .eyebrow { color: #ff7665; }
.deadline-copy { align-self: end; }
.deadline-copy p { color: #aeb8c1; font-size: 14px; line-height: 1.7; }
.deadline-copy .large-copy, .large-copy { color: inherit; font-family: Georgia, serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.45; }
.deadline-copy a { display: inline-block; margin-top: 15px; color: white; font-size: 12px; font-weight: 700; text-underline-offset: 4px; }
.expert-section { align-items: center; background: #f8f5ef; }
.expert-visual { position: relative; }
.expert-visual img { width: 100%; display: block; object-fit: cover; filter: grayscale(8%); }
.expert-visual > span { position: absolute; right: -24px; bottom: -24px; padding: 17px 19px; color: white; background: var(--red); font-family: Georgia, serif; font-size: 18px; line-height: 1.2; }
.expert-section .large-copy { color: #384957; font-size: clamp(18px, 1.7vw, 24px); }
.expert-facts { margin: 28px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.expert-facts div { padding: 16px 10px 0 0; }
.expert-facts dt { margin-bottom: 6px; color: #7b848c; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.expert-facts dd { margin: 0; font-size: 11px; font-weight: 700; line-height: 1.4; }
.process-section { padding: clamp(70px, 9vw, 125px) clamp(24px, 8vw, 120px); background: var(--paper); }
.process-section > .eyebrow { margin-bottom: 11px; }
.process-grid { list-style: none; margin: 52px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(17,28,42,.16); border: 1px solid rgba(17,28,42,.16); }
.process-grid li { min-height: 230px; padding: 30px; background: var(--paper); }
.process-grid li > span { color: var(--red); font-size: 11px; font-weight: 800; }
.process-grid h3 { margin: 35px 0 10px; color: var(--navy-deep); font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.process-grid p { margin: 0; color: #65717b; font-size: 13px; line-height: 1.55; }
.faq-section { background: white; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; min-height: 74px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--navy-deep); font-family: Georgia, serif; font-size: 18px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-family: Arial, sans-serif; font-size: 22px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 24px; color: #65717b; font-size: 13px; line-height: 1.65; }

.site-footer { padding: 42px clamp(24px, 6vw, 88px); display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 25px 45px; align-items: start; color: #c8d0d7; background: #08121e; font-size: 11px; line-height: 1.6; }
.footer-brand { display: grid; gap: 7px; color: white; }
.footer-brand .brand-mark { font-size: 22px; }
.footer-brand > span:last-child { color: #8f9aa4; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer address { font-style: normal; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer nav a { text-underline-offset: 3px; }
.site-footer > p { grid-column: 1 / -1; margin: 10px 0 0; padding-top: 20px; color: #77838e; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-action { display: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy, .check-card { max-width: 720px; justify-self: center; }
  .content-section { grid-template-columns: 1fr; gap: 40px; }
  .expert-section { grid-template-columns: .8fr 1fr; gap: 50px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { justify-self: end; }
}

@media (max-width: 680px) {
  body { padding-bottom: env(safe-area-inset-bottom); }
  .site-header { min-height: 64px; padding: 10px 17px; }
  .brand-mark { font-size: 18px; }
  .brand-subline { margin-top: 5px; font-size: 7px; }
  .header-call span { display: none; }
  .header-call strong { font-size: 12px; }
  .hero { min-height: 0; padding: 20px 13px 34px; gap: 14px; align-items: start; }
  .hero-copy { padding: 0 5px; }
  .eyebrow { margin-bottom: 9px; font-size: 9px; }
  h1 { font-size: clamp(33px, 10vw, 40px); line-height: .99; }
  .hero-copy .intro, .hero-copy .benefits, .expert-mini { display: none; }
  .check-card { min-height: 0; border-radius: 2px; box-shadow: 0 14px 38px rgba(20,36,54,.15); }
  .progress-row { padding: 12px 16px 9px; font-size: 9px; }
  .progress-row span:last-child { text-align: right; }
  .question-block { padding: 19px 16px 20px; }
  .question-kicker { margin-bottom: 7px; font-size: 9px; }
  h2 { font-size: 28px; line-height: 1.04; }
  .question-help { margin: 9px 0 14px; font-size: 11px; line-height: 1.4; }
  .answer-grid { gap: 7px; }
  .answer { min-height: 57px; padding: 8px 10px; grid-template-columns: 27px 1fr auto; gap: 9px; }
  .answer-icon { width: 26px; height: 26px; }
  .answer strong { font-size: 12px; }
  .answer small { font-size: 9px; }
  .inline-warning { margin-top: 10px; padding: 8px 10px; font-size: 9px; }
  .privacy-note { padding: 10px 14px; font-size: 8px; }
  .back-button { margin: 0 0 9px 16px; }
  .date-chips { gap: 6px; margin-bottom: 13px; }
  .chip { min-height: 36px; padding: 7px 10px; font-size: 10px; }
  .continue-button { min-height: 50px; margin-top: 15px; font-size: 12px; }
  .duration-grid, .lead-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .result-amount { font-size: 48px; }
  .scenario-grid span { font-size: 8px; }
  .scenario-grid strong { font-size: 11px; }
  .lead-form-head h3 { font-size: 23px; }
  .callback-options { grid-template-columns: 1fr; }
  .callback-option { min-height: 64px; }
  .callback-days, .callback-slots { grid-template-columns: repeat(2, 1fr); }
  .data-protection-note { padding: 9px 10px; font-size: 8px; }
  .deadline-bar { padding: 12px 17px; text-align: left; font-size: 10px; }
  .trust-strip { padding: 18px 14px; }
  .trust-strip div { padding: 9px 7px; }
  .trust-strip div:nth-child(1), .trust-strip div:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .trust-strip strong { font-size: 15px; }
  .trust-strip span { font-size: 8px; }
  .content-section, .process-section { padding: 66px 19px; }
  .section-index { margin-bottom: 27px; }
  .content-section h2, .process-section > h2 { font-size: 38px; }
  .deadline-copy .large-copy, .large-copy { font-size: 20px; }
  .expert-section { grid-template-columns: 1fr; gap: 52px; }
  .expert-visual > span { right: 10px; bottom: -24px; }
  .expert-facts { grid-template-columns: 1fr; }
  .expert-facts div { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .process-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .process-grid li { min-height: 0; padding: 25px; }
  .process-grid h3 { margin-top: 18px; }
  .faq-list summary { min-height: 66px; font-size: 16px; }
  .site-footer { padding: 36px 20px 80px; grid-template-columns: 1fr; }
  .site-footer nav { justify-self: start; }
  .mobile-action { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr .42fr; gap: 7px; background: rgba(8,18,30,.96); box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
  .mobile-action button, .mobile-action a { min-height: 45px; display: grid; place-items: center; border: 0; text-decoration: none; font-size: 11px; font-weight: 800; }
  .mobile-action button { color: white; background: var(--red); }
  .mobile-action a { color: white; background: #26384a; }
}

@media (max-width: 390px) {
  .question-help { display: none; }
  .duration-grid, .lead-grid { grid-template-columns: 1fr; }
  .answer small { display: none; }
  .answer { min-height: 51px; }
}

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

@media print {
  .site-header, .hero-copy, .deadline-bar, .trust-strip, .content-section, .process-section, .site-footer, .mobile-action, .back-button, .privacy-note, .lead-form, .lead-button, .cta-microcopy { display: none !important; }
  .hero { display: block; padding: 0; background: white; }
  .check-card { max-width: none; min-height: 0; border: 0; box-shadow: none; }
}
