:root {
  --navy: #102a43;
  --navy-deep: #091c2e;
  --navy-soft: #183b59;
  --green: #65d33b;
  --green-dark: #3c9f21;
  --green-pale: #eaf8e5;
  --ink: #142331;
  --muted: #5d6d79;
  --line: #dce5df;
  --surface: #ffffff;
  --cream: #f7f9f6;
  --danger: #b42318;
  --warning: #f5b942;
  --shadow: 0 24px 70px rgba(16, 42, 67, .13);
  --radius: 22px;
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.wizard-open, body.camera-open { overflow: hidden; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.25em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; color: #fff; background: var(--navy); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 4px solid rgba(101, 211, 59, .5); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; min-height: 78px; padding: 14px clamp(18px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-header nav { display: none; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.brand img { width: 45px; height: 45px; object-fit: contain; }
.brand strong { color: var(--green-dark); }
.brand-light { color: #fff; }
.brand-light strong { color: var(--green); }

.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 2px solid transparent; border-radius: 14px; font-weight: 800; line-height: 1.15; text-align: center; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { color: #0b2112; background: var(--green); box-shadow: 0 12px 30px rgba(74, 170, 43, .2); }
.button-primary:hover { background: #76df4e; box-shadow: 0 16px 36px rgba(74, 170, 43, .28); }
.button-dark { color: #fff; background: var(--navy); }
.button-light { color: var(--navy); background: #fff; }
.button-outline { color: var(--navy); background: transparent; border-color: #b9c8c0; }
.button-outline:hover { background: #f1f5f2; border-color: var(--navy); }
.button-small { min-height: 45px; padding: 0 16px; border-radius: 12px; font-size: 14px; }
.button-large { width: 100%; min-height: 62px; padding: 0 25px; font-size: 17px; }
.button-full { width: 100%; }
.button[disabled] { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }

.hero { min-height: 100svh; padding: 112px 20px 48px; display: grid; align-items: center; gap: 45px; overflow: hidden; background: radial-gradient(circle at 5% 12%, rgba(101,211,59,.14), transparent 28%), var(--cream); }
.hero-copy { width: 100%; max-width: 680px; margin: 0 auto; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #98eb76; }
.hero h1, .section h2, .final-cta h2 { margin: 0; color: var(--navy-deep); font-size: clamp(43px, 11vw, 70px); line-height: 1.02; letter-spacing: -.06em; }
.hero h1 em, .section h2 em { color: var(--green-dark); font-style: normal; font-weight: 800; }
.hero-lead { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 5vw, 21px); line-height: 1.55; }
.hero-actions { margin-top: 30px; display: flex; flex-direction: column; align-items: stretch; gap: 17px; }
.hero-note { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 14px; font-weight: 700; }
.hero-note svg { color: var(--green-dark); }
.hero-proof { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-proof div { min-width: 0; padding: 19px 8px 0 0; }
.hero-proof div + div { padding-left: 12px; border-left: 1px solid var(--line); }
.hero-proof strong { display: block; color: var(--navy); font-size: 19px; line-height: 1.2; }
.hero-proof span { margin-top: 5px; display: block; color: var(--muted); font-size: 11px; line-height: 1.35; }
.hero-visual { position: relative; width: 100%; max-width: 680px; margin: 0 auto; }
.hero-image-wrap { aspect-ratio: 1.13; overflow: hidden; background: #dfe7e1; border-radius: 26px; box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.pickup-card { position: absolute; right: 12px; bottom: -24px; left: 12px; min-height: 74px; padding: 13px 15px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 12px; background: rgba(255,255,255,.96); border: 1px solid rgba(16,42,67,.08); border-radius: 17px; box-shadow: 0 16px 45px rgba(16,42,67,.18); backdrop-filter: blur(12px); }
.pickup-card .pickup-icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--navy); background: var(--green-pale); border-radius: 13px; }
.pickup-card .pickup-icon svg { width: 24px; }
.pickup-card span:nth-child(2) { color: var(--muted); font-size: 12px; line-height: 1.35; }
.pickup-card strong { display: block; color: var(--navy); font-size: 15px; }
.pickup-card b { width: 28px; height: 28px; display: grid; place-items: center; color: #133619; background: var(--green); border-radius: 50%; }

.trust-strip { padding: 48px 20px 26px; display: grid; gap: 13px; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > div { max-width: 500px; padding: 17px; display: flex; align-items: center; gap: 14px; background: var(--cream); border: 1px solid var(--line); border-radius: 15px; }
.trust-strip svg { width: 30px; flex: 0 0 auto; color: var(--green-dark); }
.trust-strip span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.trust-strip strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 14px; }

.section { padding: 90px 20px; }
.section-heading { max-width: 620px; }
.section-heading h2 { font-size: clamp(41px, 10vw, 64px); }
.section-heading > p:last-child { max-width: 540px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.steps { margin-top: 48px; display: grid; gap: 14px; }
.steps article { position: relative; min-height: 280px; padding: 26px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.steps article:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(16,42,67,.09); }
.step-number { position: absolute; top: 24px; right: 24px; color: #b2bdb7; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.step-icon { width: 57px; height: 57px; display: grid; place-items: center; color: var(--navy); background: var(--green-pale); border-radius: 17px; }
.step-icon svg { width: 27px; }
.steps h3 { margin: 55px 0 10px; color: var(--navy); font-size: 24px; line-height: 1.2; letter-spacing: -.03em; }
.steps p { margin: 0; color: var(--muted); font-size: 15px; }

.smart-offer { padding-top: 10px; }
.smart-card { max-width: var(--max); margin: 0 auto; overflow: hidden; display: grid; background: var(--navy-deep); border-radius: 28px; box-shadow: var(--shadow); }
.smart-copy { padding: 50px 24px; color: #fff; }
.smart-copy h2 { color: #fff; font-size: clamp(40px, 10vw, 65px); }
.smart-copy h2 em { color: var(--green); }
.smart-copy > p:not(.eyebrow) { margin: 23px 0; color: #c1ced8; font-size: 17px; }
.smart-copy ul { margin: 0 0 30px; padding: 0; display: grid; gap: 12px; list-style: none; }
.smart-copy li { display: flex; gap: 11px; color: #e7eef3; font-weight: 700; }
.smart-copy li span { color: var(--green); }
.offer-preview { margin: 0 16px 16px; padding: 24px; align-self: center; color: var(--ink); background: #fff; border-radius: 21px; box-shadow: 0 22px 55px rgba(0,0,0,.25); }
.preview-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { padding: 7px 9px; color: #245e16; background: var(--green-pale); border-radius: 999px; letter-spacing: 0; text-transform: none; }
.offer-preview > p { margin: 30px 0 0; color: var(--muted); font-size: 15px; }
.offer-preview > strong { display: block; margin: 2px 0 26px; color: var(--navy); font-size: clamp(58px, 16vw, 82px); line-height: 1; letter-spacing: -.07em; }
.preview-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.preview-benefits span { min-height: 58px; padding: 9px 5px; display: grid; place-items: center; color: var(--muted); background: var(--cream); border-radius: 9px; font-size: 10px; font-weight: 700; text-align: center; }
.preview-button { min-height: 55px; margin-top: 17px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: #102414; background: var(--green); border-radius: 12px; font-weight: 800; }
.offer-preview small { margin-top: 13px; display: block; color: #74818b; font-size: 10px; line-height: 1.4; text-align: center; }

.for-every-car { max-width: var(--max); margin: 0 auto; }
.condition-grid { margin-top: 48px; display: grid; gap: 12px; }
.condition-grid > div { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.condition-grid span { color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.condition-grid strong { margin: 36px 0 8px; display: block; color: var(--navy); font-size: 22px; }
.condition-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.faq { max-width: var(--max); margin: 0 auto; display: grid; gap: 50px; }
.faq-heading h2 { font-size: clamp(42px, 10vw, 64px); }
.faq-heading .button { margin-top: 28px; }
.faq-list { border-top: 1px solid #cbd7d0; }
.faq details { border-bottom: 1px solid #cbd7d0; }
.faq summary { min-height: 82px; padding: 20px 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font-size: 18px; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 33px; height: 33px; flex: 0 0 auto; display: grid; place-items: center; color: var(--navy); background: var(--green-pale); border-radius: 50%; font-size: 22px; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -3px 0 24px; padding-right: 45px; color: var(--muted); font-size: 15px; }

.final-cta { margin: 15px 14px; padding: 52px 24px; display: grid; gap: 30px; color: #fff; background: var(--navy); border-radius: 25px; }
.final-cta h2 { color: #fff; font-size: clamp(42px, 10vw, 66px); }
.final-cta p:not(.eyebrow) { max-width: 630px; margin: 16px 0 0; color: #c5d2dc; }
.site-footer { margin-top: 80px; padding: 55px 20px calc(30px + env(safe-area-inset-bottom)); color: #d4dee5; background: var(--navy-deep); }
.footer-main { display: grid; gap: 20px; }
.footer-main > p { margin: 0; color: #91a3b1; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-main nav a, .footer-main nav button { padding: 0; color: #dfe7ec; background: none; border: 0; font-weight: 700; cursor: pointer; }
.footer-main nav a:hover, .footer-main nav button:hover { color: var(--green); }
.footer-legal { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: grid; gap: 8px; color: #7f929f; font-size: 11px; }
.footer-legal p { margin: 0; }

/* Full-screen offer flow */
.wizard { position: fixed; z-index: 100; inset: 0; background: var(--cream); }
.wizard-surface { width: 100%; height: 100%; display: flex; flex-direction: column; overflow: hidden; }
.wizard-header { min-height: 68px; padding: 9px 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); }
.wizard-brand { font-size: 18px; }
.wizard-brand img { width: 36px; height: 36px; }
.wizard-header-actions { display: flex; align-items: center; gap: 10px; }
.wizard-header-actions > span { display: none; color: var(--muted); font-size: 11px; }
.icon-button { width: 46px; height: 46px; padding: 0; display: grid; place-items: center; color: var(--navy); background: #f0f5f1; border: 0; border-radius: 50%; cursor: pointer; }
.icon-button svg { width: 22px; }
.progress-wrap { padding: 12px 18px 0; background: #fff; }
.progress-meta { max-width: 760px; margin: 0 auto 10px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 700; }
.progress-meta button { min-height: 36px; padding: 0; color: var(--navy); background: none; border: 0; font-weight: 800; cursor: pointer; }
.progress-track { height: 6px; max-width: 760px; margin: 0 auto; overflow: hidden; background: #e3eae5; border-radius: 999px; }
.progress-track span { width: 10%; height: 100%; display: block; background: var(--green); border-radius: inherit; transition: width .28s ease; }
.wizard-stage { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; }
.question-view { width: 100%; max-width: 720px; min-height: 100%; margin: 0 auto; padding: 36px 18px calc(55px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; }
.question-copy { margin-bottom: 26px; }
.question-kicker { margin: 0 0 10px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.question-view h1 { margin: 0; color: var(--navy-deep); font-size: clamp(34px, 9vw, 52px); line-height: 1.07; letter-spacing: -.05em; }
.question-view h1 em { color: var(--green-dark); font-style: normal; }
.question-help { max-width: 590px; margin: 14px 0 0; color: var(--muted); font-size: 16px; }
.question-body { width: 100%; }
.question-actions { margin-top: auto; padding-top: 30px; display: grid; gap: 10px; }
.field { display: grid; gap: 8px; }
.field + .field { margin-top: 18px; }
.field label, .field-label { color: var(--navy); font-size: 14px; font-weight: 800; }
.field input, .field select, .field textarea, .money-field input { width: 100%; min-height: 60px; padding: 13px 16px; color: var(--ink); background: #fff; border: 2px solid #ccd8d1; border-radius: 13px; outline: none; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .money-field input:focus { border-color: var(--green-dark); box-shadow: 0 0 0 4px rgba(101,211,59,.16); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--danger); }
.field-row { display: grid; gap: 14px; }
.input-note { color: var(--muted); font-size: 12px; }
.error-message { margin: 8px 0 0; color: var(--danger); font-size: 14px; font-weight: 700; }
.choice-grid { display: grid; gap: 11px; }
.choice { position: relative; width: 100%; min-height: 70px; padding: 15px 17px; display: flex; align-items: center; gap: 14px; color: var(--navy); background: #fff; border: 2px solid #d4dfd8; border-radius: 15px; cursor: pointer; text-align: left; }
.choice:hover { border-color: #95aaa0; }
.choice.selected { background: var(--green-pale); border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(101,211,59,.12); }
.choice-icon { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; color: var(--navy); background: #f0f5f1; border-radius: 11px; font-size: 18px; font-weight: 900; }
.choice.selected .choice-icon { color: #183d11; background: var(--green); }
.choice-copy { min-width: 0; flex: 1; }
.choice strong { display: block; font-size: 17px; line-height: 1.25; }
.choice small { margin-top: 3px; display: block; color: var(--muted); font-size: 12px; line-height: 1.35; }
.choice-check { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #b9c7c0; border-radius: 50%; }
.choice.selected .choice-check { color: #15340f; background: var(--green); border-color: var(--green); }
.choice.selected .choice-check::before { content: "✓"; font-size: 14px; font-weight: 900; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.or-divider { margin: 21px 0; display: flex; align-items: center; gap: 12px; color: #86938c; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.or-divider::before, .or-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.vin-entry { display: grid; gap: 12px; }
.vin-input-wrap { position: relative; }
.vin-input-wrap input { padding-right: 54px; text-transform: uppercase; letter-spacing: .08em; }
.vin-count { position: absolute; top: 50%; right: 15px; color: var(--muted); font-size: 11px; font-weight: 800; transform: translateY(-50%); }
.scan-button { min-height: 57px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--navy); background: #fff; border: 2px solid var(--navy); border-radius: 13px; font-weight: 800; cursor: pointer; }
.scan-button svg { width: 23px; }
.decoded-card { margin-top: 18px; padding: 17px; display: flex; align-items: center; gap: 13px; background: var(--green-pale); border: 1px solid #b9dfae; border-radius: 14px; }
.decoded-card span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--green); border-radius: 50%; font-weight: 900; }
.decoded-card strong { display: block; color: var(--navy); }
.decoded-card small { color: var(--muted); }
.damage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.damage-grid .choice { min-height: 92px; padding: 13px; align-items: flex-start; flex-direction: column; gap: 9px; }
.damage-grid .choice-check { align-self: flex-end; margin-top: -34px; }
.damage-grid .choice strong { font-size: 14px; }
.photo-drop { padding: 24px 16px; display: grid; place-items: center; text-align: center; background: #fff; border: 2px dashed #b8c7bf; border-radius: 17px; cursor: pointer; }
.photo-drop:hover { border-color: var(--green-dark); background: #fbfefa; }
.photo-drop input { position: absolute; opacity: 0; pointer-events: none; }
.photo-drop svg { width: 38px; color: var(--green-dark); }
.photo-drop strong { margin-top: 10px; display: block; color: var(--navy); }
.photo-drop small { max-width: 390px; margin-top: 5px; display: block; color: var(--muted); }
.photo-previews { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.photo-thumb { position: relative; aspect-ratio: 1; overflow: hidden; background: #e6ece8; border-radius: 11px; }
.photo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.photo-thumb button { position: absolute; top: 5px; right: 5px; width: 29px; height: 29px; padding: 0; color: #fff; background: rgba(7,25,40,.83); border: 0; border-radius: 50%; font-size: 17px; cursor: pointer; }
.review-list { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.review-row { min-height: 66px; padding: 13px 15px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.review-row:last-child { border: 0; }
.review-row span { display: block; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.review-row strong { display: block; margin-top: 2px; color: var(--navy); font-size: 15px; }
.review-row button { min-height: 40px; padding: 0 9px; color: var(--green-dark); background: none; border: 0; font-size: 13px; font-weight: 800; text-decoration: underline; cursor: pointer; }
.estimate-note { margin-top: 15px; padding: 14px; display: flex; gap: 10px; color: #4d5e69; background: #eef3ef; border-radius: 12px; font-size: 12px; }
.estimate-note svg { width: 20px; flex: 0 0 auto; }
.loading-view { min-height: 66svh; display: grid; place-items: center; text-align: center; }
.loading-ring { width: 74px; height: 74px; margin: 0 auto 24px; border: 7px solid #dfe8e2; border-top-color: var(--green-dark); border-radius: 50%; animation: spin .85s linear infinite; }
.loading-view h1 { font-size: 38px; }
.loading-view p { color: var(--muted); }
@keyframes spin { to { transform: rotate(360deg); } }

/* Offer, counteroffer, and scheduling views */
.offer-view { max-width: 880px; padding-top: 25px; }
.offer-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.offer-celebration { padding: 30px 20px 24px; color: #fff; background: var(--navy); text-align: center; }
.guarantee-badge { padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; color: #16370f; background: var(--green); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.offer-celebration > p, .question-view .offer-title { margin: 20px 0 0; color: #b9cad6; font-size: 15px; }
.question-view .offer-title { font-weight: 500; line-height: 1.4; letter-spacing: 0; }
.offer-amount { margin: 0; display: block; color: #fff; font-size: clamp(70px, 20vw, 112px); line-height: .98; letter-spacing: -.075em; }
.offer-vehicle { margin: 12px 0 0; color: #fff; font-size: 16px; font-weight: 800; }
.offer-expiration { margin: 26px auto 0; padding-top: 18px; max-width: 550px; display: grid; gap: 3px; border-top: 1px solid rgba(255,255,255,.16); }
.offer-expiration strong { color: #fff; font-size: 15px; }
.offer-expiration span { color: #a9bdca; font-size: 12px; }
.countdown { color: var(--green) !important; font-weight: 800; }
.offer-benefits { padding: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.offer-benefits div { min-height: 83px; padding: 10px 6px; display: grid; place-items: center; align-content: center; gap: 4px; background: var(--cream); border-radius: 11px; text-align: center; }
.offer-benefits svg { width: 23px; color: var(--green-dark); }
.offer-benefits strong { font-size: 11px; line-height: 1.25; }
.offer-main-actions { padding: 0 18px 20px; display: grid; gap: 10px; }
.text-button { min-height: 48px; color: var(--navy); background: none; border: 0; font-weight: 800; text-decoration: underline; cursor: pointer; }
.offer-disclaimer { margin: 0; padding: 15px 18px; color: var(--muted); background: #f0f4f1; font-size: 11px; line-height: 1.5; }
.save-offer { margin-top: 16px; padding: 22px 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.save-offer h2, .counter-panel h2, .accept-panel h2 { margin: 0; color: var(--navy); font-size: 27px; line-height: 1.15; letter-spacing: -.04em; }
.save-offer > p, .counter-panel > p, .accept-panel > p { margin: 9px 0 19px; color: var(--muted); font-size: 14px; }
.contact-grid { display: grid; gap: 12px; }
.consent-list { margin: 16px 0; display: grid; gap: 10px; }
.check-line { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; cursor: pointer; }
.check-line input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--green-dark); }
.form-status { min-height: 22px; margin: 10px 0 0; color: var(--green-dark); font-size: 13px; font-weight: 700; }
.counter-panel, .accept-panel { padding: 24px 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.money-field { position: relative; }
.money-field span { position: absolute; top: 50%; left: 17px; color: var(--navy); font-size: 23px; font-weight: 900; transform: translateY(-50%); }
.money-field input { padding-left: 38px; font-size: 23px; font-weight: 800; }
.panel-actions { margin-top: 22px; display: grid; gap: 10px; }
.accept-progress { margin-bottom: 25px; display: flex; align-items: center; gap: 7px; }
.accept-progress span { height: 7px; flex: 1; background: #dfe7e2; border-radius: 99px; }
.accept-progress span.active { background: var(--green); }
.account-note { margin: 18px 0 0; padding: 14px; display: flex; gap: 10px; color: #465965; background: var(--green-pale); border-radius: 12px; font-size: 12px; }
.account-note svg { flex: 0 0 auto; }
.schedule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.schedule-choice { min-height: 82px; padding: 11px; display: grid; place-items: center; background: #fff; border: 2px solid #d1ddd5; border-radius: 13px; text-align: center; cursor: pointer; }
.schedule-choice strong { display: block; color: var(--navy); font-size: 14px; }
.schedule-choice small { color: var(--muted); font-size: 11px; }
.schedule-choice.selected { background: var(--green-pale); border-color: var(--green-dark); }
.confirmation { text-align: center; }
.confirmation-icon { width: 82px; height: 82px; margin: 0 auto 23px; display: grid; place-items: center; color: #15360f; background: var(--green); border-radius: 50%; font-size: 40px; font-weight: 900; }
.confirmation-code { margin: 23px 0; padding: 18px; background: var(--cream); border-radius: 13px; }
.confirmation-code span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.confirmation-code strong { display: block; margin-top: 3px; color: var(--navy); font-size: 22px; letter-spacing: .08em; }
.confirmation-list { margin: 0 0 24px; padding: 0; list-style: none; text-align: left; }
.confirmation-list li { padding: 12px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.confirmation-list strong { color: var(--navy); text-align: right; }

.camera-modal { position: fixed; z-index: 120; inset: 0; padding: 12px; display: grid; place-items: center; background: rgba(4,15,24,.88); }
.camera-dialog { width: min(600px, 100%); max-height: calc(100svh - 24px); padding: 18px; overflow-y: auto; color: #fff; background: var(--navy-deep); border-radius: 20px; }
.camera-head { display: flex; justify-content: space-between; gap: 18px; }
.camera-head span { color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.camera-head h2 { margin: 3px 0 17px; font-size: 24px; line-height: 1.2; }
.camera-head .icon-button { color: #fff; background: rgba(255,255,255,.12); }
.camera-view { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #02090e; border-radius: 14px; }
.camera-view video { width: 100%; height: 100%; object-fit: cover; }
.scan-frame { position: absolute; inset: 25% 8%; border: 3px solid var(--green); border-radius: 12px; box-shadow: 0 0 0 999px rgba(0,0,0,.28); }
.scan-frame i { position: absolute; top: 50%; right: 8px; left: 8px; height: 2px; background: var(--green); box-shadow: 0 0 12px var(--green); animation: scan 1.8s ease-in-out infinite alternate; }
@keyframes scan { from { transform: translateY(-38px); } to { transform: translateY(38px); } }
.camera-dialog > p { color: #b8c8d3; font-size: 13px; }
.camera-dialog .button-outline { color: #fff; border-color: rgba(255,255,255,.35); }
.toast { position: fixed; z-index: 150; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); left: 14px; max-width: 480px; margin: auto; padding: 14px 17px; color: #fff; background: var(--navy); border-radius: 12px; box-shadow: var(--shadow); font-size: 14px; font-weight: 700; transform: translateY(140%); opacity: 0; transition: transform .25s, opacity .25s; }
.toast.show { transform: none; opacity: 1; }
.toast.error { background: #7a271a; }

/* Prototype privacy and offer terms */
.legal-header { position: relative; }
.legal-page { min-height: 70svh; padding: 48px 18px 80px; background: var(--cream); }
.legal-card { max-width: 820px; margin: 0 auto; padding: clamp(26px, 5vw, 58px); background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.legal-card h1 { margin: 14px 0 6px; font-size: clamp(38px, 8vw, 62px); }
.legal-card h2 { margin: 34px 0 9px; font-size: 23px; }
.legal-card p { color: var(--muted); line-height: 1.75; }
.legal-card .legal-updated { margin-top: 0; font-size: 13px; }
.legal-alert { margin: 28px 0 34px; padding: 18px; color: #16370f; background: var(--green-pale); border-left: 5px solid var(--green-dark); border-radius: 10px; line-height: 1.55; }
.legal-footer a { color: #d7e5dd; text-decoration: underline; text-underline-offset: 3px; }

@media (min-width: 600px) {
  .site-header { min-height: 88px; }
  .button-large { width: auto; min-width: 255px; }
  .hero { padding-right: 32px; padding-left: 32px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-note { justify-content: flex-start; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); padding: 34px 28px; }
  .trust-strip > div { padding: 10px; background: transparent; border: 0; }
  .section { padding: 110px 32px; }
  .steps, .condition-grid { grid-template-columns: 1fr 1fr; }
  .smart-copy { padding: 65px 45px; }
  .offer-preview { margin: 0 35px 35px; padding: 34px; }
  .final-cta { margin: 24px; padding: 64px 45px; }
  .site-footer { padding-right: 32px; padding-left: 32px; }
  .wizard-header { min-height: 76px; padding: 10px 24px; }
  .wizard-header-actions > span { display: block; }
  .question-view { padding: 52px 26px 65px; }
  .field-row, .contact-grid { grid-template-columns: 1fr 1fr; }
  .choice-grid.two-col { grid-template-columns: 1fr 1fr; }
  .choice-grid.three-col { grid-template-columns: repeat(3, 1fr); }
  .choice-grid.three-col .choice { min-height: 125px; align-items: flex-start; flex-direction: column; }
  .choice-grid.three-col .choice-check { margin-top: auto; }
  .photo-previews { grid-template-columns: repeat(5, 1fr); }
  .question-actions, .panel-actions { grid-template-columns: 1fr auto; align-items: center; }
  .question-actions .button-primary, .panel-actions .button-primary { grid-column: 2; min-width: 220px; }
  .question-actions .button-outline, .panel-actions .button-outline { grid-column: 1; grid-row: 1; }
  .offer-celebration { padding: 42px 35px 32px; }
  .offer-benefits { padding: 24px 30px; gap: 12px; }
  .offer-main-actions { padding: 0 30px 28px; grid-template-columns: 1fr 1fr; }
  .offer-main-actions .button-primary { grid-column: 1 / -1; }
  .save-offer, .counter-panel, .accept-panel { padding: 30px; }
}

@media (min-width: 900px) {
  .site-header { padding-right: clamp(32px, 5vw, 75px); padding-left: clamp(32px, 5vw, 75px); }
  .site-header nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
  .site-header nav a { color: var(--navy); font-size: 14px; font-weight: 750; }
  .hero { min-height: 780px; padding: 130px clamp(32px, 5vw, 75px) 75px; grid-template-columns: minmax(420px, .95fr) minmax(400px, 1.05fr); gap: clamp(45px, 6vw, 95px); }
  .hero-copy { margin: 0; }
  .hero-visual { max-width: 760px; }
  .hero-image-wrap { aspect-ratio: .98; }
  .hero-image-wrap img { object-position: 68% center; }
  .pickup-card { right: -22px; bottom: 28px; left: auto; width: 330px; }
  .trust-strip { padding-right: clamp(32px, 7vw, 110px); padding-left: clamp(32px, 7vw, 110px); }
  .trust-strip > div { justify-content: center; }
  .how { max-width: var(--max); margin: 0 auto; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .smart-card { grid-template-columns: 1.05fr .95fr; align-items: center; }
  .offer-preview { margin: 50px; transform: rotate(1.5deg); }
  .condition-grid { grid-template-columns: repeat(4, 1fr); }
  .faq { grid-template-columns: .8fr 1.2fr; align-items: start; }
  .faq-heading { position: sticky; top: 35px; }
  .final-cta { max-width: calc(var(--max) + 80px); margin: 30px auto; padding: 70px; grid-template-columns: 1fr auto; align-items: center; }
  .footer-main, .footer-legal { max-width: var(--max); margin-right: auto; margin-left: auto; }
  .footer-main { grid-template-columns: 1fr auto; align-items: center; }
  .footer-main > p { grid-column: 1; }
  .footer-main nav { grid-column: 2; grid-row: 1 / span 2; }
  .footer-legal { grid-template-columns: 1fr 1fr; }
  .footer-legal p:last-child { text-align: right; }
}

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