:root {
  --ink: #353a40;
  --ink-soft: #5b6770;
  --blue: #8097ac;
  --blue-dark: #5f758a;
  --blue-pale: #edf3f6;
  --gold: #ce9c2f;
  --gold-text: #805b16;
  --gold-light: #e4bb50;
  --paper: #f7f8f7;
  --white: #fff;
  --line: #dce3e6;
  --serif: "Sitka Display", "Source Serif 4", Cambria, Georgia, serif;
  --sans: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(45, 58, 68, 0.14);
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 1.02rem; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: 0; }
h1 { font-size: 4.4rem; line-height: 1.02; }
h2 { font-size: 3.1rem; line-height: 1.08; }
h3 { font-size: 1.4rem; line-height: 1.2; }

.skip-link { position: absolute; top: -60px; left: 16px; z-index: 100; padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 0 0 6px 6px; font-weight: 700; transition: top 160ms ease; }
.skip-link:focus { top: 0; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--gold-text); outline-offset: 2px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 30;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px;
  min-height: 80px; padding: 12px clamp(18px, 4vw, 60px);
  background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 54px; height: 54px; object-fit: contain; }
.brand-type { display: grid; gap: 2px; }
.brand-wordmark { display: flex; align-items: baseline; font: 800 2.1rem/0.88 "Sitka Display", Cambria, Georgia, serif; letter-spacing: 0; }
.brand-wordmark span:nth-child(1) { color: var(--ink); }
.brand-wordmark span:nth-child(2) { color: var(--blue-dark); }
.brand-wordmark span:nth-child(3) { color: var(--gold); }
.brand-descriptor { color: var(--blue-dark); font-size: 0.66rem; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.nav-links { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 38px); color: var(--ink-soft); font-size: 0.95rem; font-weight: 600; }
.nav-links a { padding: 6px 2px; border-bottom: 2px solid transparent; transition: color 160ms ease, border-color 160ms ease; }
.nav-links a:hover { color: var(--ink); border-color: var(--gold); }

.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 700; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.header-cta { min-height: 46px; color: var(--white); background: var(--ink); }
.header-cta:hover, .button:hover { transform: translateY(-1px); }
.eyebrow, .form-label, .option-kicker { margin-bottom: 14px; color: var(--gold-text); font-size: 0.78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.full-review .eyebrow { color: var(--gold-light); }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.93) 42%, rgba(255,255,255,0.3) 74%, rgba(255,255,255,0.06) 100%); content: ""; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 425px); gap: clamp(34px, 6vw, 88px); align-items: center; width: min(1220px, calc(100% - 40px)); min-height: min(calc(100vh - 80px), 840px); margin: auto; padding: clamp(60px, 8vw, 96px) 0; }
.hero-copy { max-width: 660px; }
.hero-copy h1 { margin-bottom: 20px; }
.hero-lede { max-width: 580px; margin-bottom: 30px; color: var(--ink-soft); font-size: 1.2rem; line-height: 1.55; }
.hero-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 600px; }
.hero-benefits span { padding-top: 15px; color: var(--ink-soft); border-top: 2px solid var(--gold); font-size: 0.93rem; }
.hero-benefits strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 1.02rem; }

.quick-form { padding: 32px 30px; background: rgba(255, 255, 255, 0.98); border-top: 5px solid var(--gold); border-radius: var(--radius); box-shadow: var(--shadow); }
.quick-form h2 { margin-bottom: 20px; font-size: 1.85rem; }
.quick-form label, .lead-form label { display: block; margin: 14px 0 7px; font-weight: 700; font-size: 0.95rem; }
.quick-form input, .quick-form select, .lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 52px; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid #c6d1d7; border-radius: var(--radius); }
.quick-form input:focus, .quick-form select:focus, .lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 3px solid rgba(206, 156, 47, 0.22); border-color: var(--gold); }
.button-primary { width: 100%; margin-top: 20px; color: var(--ink); background: var(--gold-light); box-shadow: 0 8px 22px rgba(206, 156, 47, 0.24); }
.button-primary:hover { background: #e9c660; }
.button-primary[disabled] { opacity: 0.6; cursor: wait; transform: none; }
.privacy-note { margin: 12px 0 0; color: #6b767e; font-size: 0.79rem; }

.reassurance-bar { display: flex; justify-content: center; gap: clamp(28px, 7vw, 90px); padding: 22px 20px; color: var(--ink-soft); background: var(--blue-pale); border-bottom: 1px solid var(--line); font-weight: 650; }
.reassurance-bar span::before { margin-right: 10px; color: var(--gold); content: "\2713"; }

/* ---------- Sections ---------- */
.section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: clamp(84px, 9vw, 124px) 0; }
.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.1rem; }

/* ---------- Offer explorer ---------- */
.offer-explorer { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: 0 18px 55px rgba(55, 69, 79, 0.09); }
.offer-visual { position: relative; min-height: 430px; overflow: hidden; }
.offer-visual img { width: 100%; height: 430px; object-fit: cover; filter: saturate(0.84); }
.offer-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(47,55,61,0.24), rgba(47,55,61,0.05), rgba(47,55,61,0.22)); }
.offer-result { position: absolute; bottom: 32px; width: min(310px, calc(50% - 44px)); padding: 18px 20px; background: rgba(255, 255, 255, 0.97); border-radius: var(--radius); border-top: 3px solid transparent; box-shadow: 0 12px 35px rgba(38, 49, 57, 0.18); transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease, border-color 360ms ease; }
.offer-result small, .offer-result span { display: block; color: #69767f; font-size: 0.85rem; }
.offer-result strong { display: block; margin: 4px 0; font: 600 1.4rem/1.15 var(--serif); }
.offer-result-now { left: 32px; }
.offer-result-later { right: 32px; }
.offer-result.is-dominant { border-top-color: var(--gold); }
.offer-control { display: grid; grid-template-columns: minmax(230px, 0.72fr) minmax(340px, 1.28fr) auto; gap: 30px; align-items: center; padding: 30px 34px; }
.offer-control-copy h3 { margin-bottom: 6px; font-size: 1.85rem; }
.offer-control-copy p:last-child { margin: 0; color: var(--ink-soft); }
.range-label { display: block; margin: 0 0 12px; color: var(--ink-soft); font-size: 0.78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.offer-tabs { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 5px; background: var(--blue-pale); border: 1px solid var(--line); border-radius: 8px; }
.offer-tab { position: relative; overflow: hidden; min-height: 52px; padding: 0 18px; color: var(--ink-soft); background: transparent; border: 0; border-radius: 6px; font-weight: 700; transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease; }
.offer-tab:hover { color: var(--ink); }
.offer-tab.is-active { color: var(--ink); background: var(--white); box-shadow: 0 6px 18px rgba(45, 58, 68, 0.14), inset 0 -3px 0 var(--gold); }
.offer-tab .tab-progress { position: absolute; bottom: 0; left: 0; height: 3px; width: 0; background: var(--gold); opacity: 0.55; }
.offer-tab-hint { margin: 10px 0 0; color: #7d8992; font-size: 0.76rem; font-style: italic; transition: opacity 300ms ease; }
.offer-tab-hint.is-hidden { opacity: 0; }
.offer-playback { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.offer-toggle { padding: 4px 0; color: var(--blue-dark); background: transparent; border: 0; font-size: 0.78rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.offer-toggle[disabled] { color: #748087; cursor: default; text-decoration: none; }

.button-dark { color: var(--white); background: var(--ink); white-space: nowrap; }
.offer-disclosure { margin: 0; padding: 15px 24px; color: #68747c; background: #f6f8f8; border-top: 1px solid var(--line); font-size: 0.78rem; }

/* ---------- Process ---------- */
.process-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(45px, 8vw, 110px); padding: clamp(84px, 9vw, 124px) max(20px, calc((100vw - 1180px) / 2)); background: var(--blue-pale); }
.process-intro { max-width: 470px; }
.process-flow { position: relative; display: grid; margin: 0; padding: 0; list-style: none; }
.process-flow::before { position: absolute; top: 30px; bottom: 30px; left: 25px; width: 2px; background: linear-gradient(180deg, var(--gold), #b7c4cc); content: ""; }
.process-flow li { position: relative; z-index: 1; display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 0 0 40px; }
.process-flow li:last-child { padding-bottom: 0; }
.process-flow > li > span { display: grid; place-items: center; width: 52px; height: 52px; color: var(--ink); background: var(--white); border: 2px solid var(--gold); border-radius: 50%; font-weight: 800; }
.process-flow h3 { margin-bottom: 6px; }
.process-flow p { max-width: 520px; margin: 0; color: var(--ink-soft); }

/* ---------- Situations ---------- */
.support-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 92px); align-items: center; width: min(1180px, calc(100% - 40px)); margin: auto; padding: clamp(84px, 9vw, 130px) 0; }
.support-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.support-copy > p:not(.eyebrow):not(.support-note) { color: var(--ink-soft); font-size: 1.08rem; }
.support-copy ul { display: grid; gap: 12px; margin: 26px 0; padding: 0; list-style: none; }
.support-copy li { position: relative; padding-left: 26px; font-weight: 650; }
.support-copy li::before { position: absolute; left: 0; color: var(--gold); content: "\2713"; }
.support-note { color: #748087; font-size: 0.83rem; }

/* ---------- Lead form ---------- */
.full-review { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(40px, 7vw, 92px); padding: clamp(78px, 9vw, 116px) max(20px, calc((100vw - 1180px) / 2)); color: var(--white); background: linear-gradient(160deg, #3a4046, var(--ink) 55%, #2e3338); }
.review-intro h2 { color: var(--white); }
.review-intro > p:not(.eyebrow) { color: #c6d0d5; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 30px; color: var(--ink); background: var(--white); border-radius: 8px; }
.lead-form label { margin-top: 0; }
.lead-form textarea { resize: vertical; }
.field-span-2, .form-submit, .form-status { grid-column: 1 / -1; }
.lead-form .form-submit { width: fit-content; margin-top: 4px; }
.form-status { min-height: 22px; margin: 0; font-weight: 700; }
.form-status.is-success { color: #2e7d4f; }
.form-status.is-error { color: #b3541e; }

.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.consent-row { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; margin-top: 4px; color: #5d6a72; font-size: 0.82rem; font-weight: 400; line-height: 1.5; }
.consent-row input { width: 19px; min-height: 0; height: 19px; margin-top: 2px; accent-color: var(--gold); }
.consent-row a { color: var(--blue-dark); text-decoration: underline; }

/* ---------- FAQ / buyer network / footer ---------- */
.faq-section { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 60px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: box-shadow 180ms ease; }
.faq-list details[open] { box-shadow: 0 10px 30px rgba(55, 69, 79, 0.08); }
.faq-list summary { padding: 20px 22px; cursor: pointer; font-weight: 700; list-style-position: outside; }
.faq-list details p { padding: 0 22px 20px; margin: 0; color: var(--ink-soft); }

.buyer-invite { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 56px max(20px, calc((100vw - 1180px) / 2)); background: var(--paper); border-top: 1px solid var(--line); }
.buyer-invite h2 { margin-bottom: 9px; font-size: 2.6rem; }
.buyer-invite p:last-child { margin-bottom: 0; color: #69757d; }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); white-space: nowrap; }
.button-outline:hover { color: var(--white); background: var(--ink); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 36px clamp(20px, 4vw, 60px); color: #d8dee2; background: #292e33; }
.footer-brand .brand-descriptor { color: #bdc9d0; }
.site-footer > p { max-width: 420px; margin: 0; color: #aebbc2; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: 0.88rem; }
.site-footer nav a:hover { color: var(--gold-light); }
.site-footer > small { grid-column: 1 / -1; padding-top: 20px; color: #8f9da5; border-top: 1px solid rgba(255, 255, 255, 0.12); line-height: 1.6; }

/* ---------- Legal pages ---------- */
.legal-page { width: min(760px, calc(100% - 40px)); margin: auto; padding: clamp(56px, 7vw, 90px) 0 90px; }
.legal-page h1 { margin-bottom: 10px; font-size: 3rem; }
.legal-page .updated { margin-bottom: 38px; color: #74818a; font-size: 0.88rem; }
.legal-page h2 { margin: 40px 0 12px; font-size: 1.5rem; }
.legal-page p, .legal-page li { color: #4b565e; }
.legal-page a { color: var(--blue-dark); text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero-inner, .process-section, .support-section, .full-review, .faq-section { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; padding: 64px 0 84px; }
  .hero::after { background: linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.8)); }
  .quick-form { max-width: 600px; }
  .offer-control { grid-template-columns: 1fr; gap: 22px; }
  .offer-control .button { width: fit-content; }
  .process-section, .full-review { padding-right: 20px; padding-left: 20px; }
  .buyer-invite, .site-footer { display: grid; grid-template-columns: 1fr; }
  .site-footer > small { grid-column: 1; }
}

@media (max-width: 640px) {
  .site-header { min-height: 68px; padding: 10px 15px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-wordmark { font-size: 1.65rem; }
  .brand-descriptor { font-size: 0.55rem; }
  .header-cta { min-height: 42px; padding: 0 13px; font-size: 0.8rem; }
  .hero-inner, .section, .support-section { width: calc(100% - 30px); }
  .hero-inner { padding-top: 48px; }
  .hero::after { background: rgba(255, 255, 255, 0.9); }
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.4rem; }
  .buyer-invite h2 { font-size: 2.4rem; }
  .hero-benefits { grid-template-columns: 1fr; }
  .quick-form { padding: 24px 19px; }
  .reassurance-bar { align-items: flex-start; flex-direction: column; gap: 10px; }
  .offer-visual, .offer-visual img { min-height: 400px; height: 400px; }
  .offer-result { width: calc(100% - 40px); }
  .offer-result-now { top: 22px; bottom: auto; left: 20px; }
  .offer-result-later { right: 20px; bottom: 22px; }
  .offer-control { padding: 24px 20px; }
  .offer-playback { align-items: flex-start; flex-direction: column; gap: 4px; }
  .process-section { gap: 26px; }
  .lead-form { grid-template-columns: 1fr; padding: 22px 18px; }
  .field-span-2, .form-submit, .form-status { grid-column: 1; }
  .lead-form .form-submit, .buyer-invite .button { width: 100%; }
  .faq-section { gap: 20px; }
  .site-footer nav { display: grid; gap: 12px; }
  .footer-brand { width: max-content; }
}

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