:root {
  --ink: #0a2432;
  --ink-2: #163746;
  --ink-3: #52656d;
  --paper: #fffdf8;
  --cream: #f7f2e8;
  --cream-2: #eee6d8;
  --sand: #e9dfd0;
  --coral: #f36f4b;
  --coral-dark: #dd5b39;
  --coral-bg: #d9876a;
  --gold: #d4a64b;
  --green: #2f9e63;
  --white: #ffffff;
  --line: rgba(10, 36, 50, 0.14);
  --line-light: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 70px rgba(10, 36, 50, 0.13);
  --radius: 24px;
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --gutter: clamp(16px, 4vw, 48px);
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 8px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.05; letter-spacing: -0.02em; margin: 0; }
h1 em, h2 em { font-style: italic; color: var(--coral); }
p { margin: 0; }
:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 6px; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 var(--gutter); }
.sr-only, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--coral); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 12px; }
.muted { color: var(--ink-3); }
.small { font-size: 13px; }
.ic { width: 1em; height: 1em; flex: none; }

/* ---------- Eyebrows ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--coral { color: var(--coral); }
.eyebrow--light { color: rgba(255, 255, 255, 0.85); }
.eyebrow--plain::before { display: none; }
.eyebrow--plain { margin-bottom: 4px; font-size: 11px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 28px; border-radius: 999px; font-weight: 600; font-size: 15px; line-height: 1; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease; white-space: nowrap; }
.btn .ic { width: 16px; height: 16px; transition: transform .2s ease; }
.btn:hover .ic { transform: translate(2px, -2px); }
.btn--coral { background: var(--coral); color: #fff; box-shadow: 0 12px 30px rgba(243, 111, 75, 0.35); }
.btn--coral:hover { background: var(--coral-dark); transform: translateY(-1px); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--cream); }
.btn--outline { border: 1px solid var(--line); background: #fff; }
.btn--sm { padding: 10px 16px; font-size: 12px; }
.btn[aria-disabled="true"] { cursor: default; }

.link-underline { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; padding-bottom: 6px; border-bottom: 1.5px solid currentColor; }
.link-underline .ic { width: 14px; height: 14px; }
.link-underline--coral { color: var(--coral); }
.text-link { color: var(--coral); font-size: 12px; font-weight: 600; }

/* ---------- Nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--nav-h); transition: background-color .3s ease, box-shadow .3s ease, color .3s ease; color: #fff; }
.nav__inner { height: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; gap: 32px; }
.nav.is-scrolled { background: rgba(255, 253, 248, 0.94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); color: var(--ink); }
.nav.is-scrolled .nav__cta { background: var(--ink); color: #fff; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: 0.22em; font-size: 16px; }
.logo__mark { width: 26px; height: 17px; color: var(--coral); }
.logo--sm { font-size: 13px; }
.logo--sm .logo__mark { width: 22px; height: 14px; }
.nav__links { display: flex; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 500; }
.nav__links a:not(.btn) { opacity: .88; transition: opacity .2s; }
.nav__links a:not(.btn):hover { opacity: 1; }
.nav__cta { padding: 12px 22px; font-size: 14px; }
.nav__cta-mobile { display: none; }
.nav__toggle { display: none; width: 44px; height: 44px; margin-left: auto; position: relative; }
.nav__toggle span { position: absolute; left: 11px; right: 11px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .25s ease, top .25s ease; }
.nav__toggle span:first-child { top: 17px; }
.nav__toggle span:last-child { top: 25px; }
.nav.is-open .nav__toggle span:first-child { top: 21px; transform: rotate(45deg); }
.nav.is-open .nav__toggle span:last-child { top: 21px; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: min(100vh, 900px); background: var(--ink); color: #fff; }
.hero__copy { padding: calc(var(--nav-h) + clamp(48px, 8vh, 96px)) clamp(24px, 4vw, 64px) 48px max(var(--gutter), calc((100vw - 1440px) / 2 + var(--gutter))); display: flex; flex-direction: column; justify-content: center; border-top: 1px solid var(--line-light); }
.hero h1 { font-size: clamp(44px, 5.6vw, 84px); margin-bottom: 28px; }
.hero__lede { font-size: clamp(16px, 1.4vw, 19px); color: rgba(255, 255, 255, 0.78); max-width: 34em; margin-bottom: 40px; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; margin-bottom: 56px; }
.hero__proof { display: flex; align-items: center; gap: 16px; padding-top: 28px; border-top: 1px solid var(--line-light); font-size: 13px; }
.hero__proof strong { display: block; font-size: 14px; }
.hero__proof span { color: rgba(255, 255, 255, 0.6); }
.avatars { display: flex; }
.avatars span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 600; color: var(--ink); border: 2px solid var(--ink); margin-left: -8px; }
.avatars span:first-child { margin-left: 0; background: #f0b89c; }
.avatars span:nth-child(2) { background: #e8d4b4; }
.avatars span:nth-child(3) { background: #b8d0d4; }
.hero__media { position: relative; overflow: hidden; }
.hero__media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero__media::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 180px; z-index: 1; background: linear-gradient(to bottom, rgba(10, 36, 50, 0.55), rgba(10, 36, 50, 0)); pointer-events: none; }
.hero__media > .chip, .hero__media > .visit-card { z-index: 2; }
.chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.92); color: var(--ink); font-size: 12px; font-weight: 600; padding: 9px 14px; border-radius: 999px; box-shadow: var(--shadow); }
.chip--live { top: calc(var(--nav-h) + 24px); right: clamp(16px, 3vw, 40px); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: inline-block; flex: none; }
.chip--live .dot { box-shadow: 0 0 0 0 rgba(47, 158, 99, 0.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(47, 158, 99, 0); } 100% { box-shadow: 0 0 0 0 rgba(47, 158, 99, 0); } }
.visit-card { position: absolute; left: clamp(16px, 4vw, 40px); bottom: clamp(16px, 4vw, 40px); display: flex; gap: 14px; align-items: center; background: #fff; color: var(--ink); padding: 16px 22px 16px 16px; border-radius: 16px; box-shadow: var(--shadow); }
.visit-card__icon { width: 36px; height: 36px; border-radius: 50%; background: #e4f3ea; color: var(--green); display: grid; place-items: center; flex: none; }
.visit-card__icon .ic { width: 18px; height: 18px; }
.visit-card__icon--lg { width: 56px; height: 56px; margin-bottom: 20px; }
.visit-card__icon--lg .ic { width: 26px; height: 26px; }
.visit-card__label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green); }
.visit-card__title { font-weight: 600; font-size: 14px; }
.visit-card__meta { font-size: 12px; color: var(--ink-3); }

/* ---------- Trust strip ---------- */
.trust { background: var(--cream); border-bottom: 1px solid var(--line); }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__grid > div { padding: 28px 24px; border-left: 1px solid var(--line); }
.trust__grid > div:first-child { border-left: 0; padding-left: 0; }
.trust strong { display: block; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.trust span { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }

/* ---------- Sections ---------- */
.section { padding: clamp(72px, 10vw, 128px) 0; position: relative; }
.section h2 { font-size: clamp(38px, 4.6vw, 64px); }
.section--ink { background: var(--ink); color: #fff; overflow: hidden; }
.section--cream { background: var(--cream); }
.section--sand { background: var(--sand); }
.section--coral { background: linear-gradient(160deg, #e0886a 0%, #d67c5e 100%); color: #fff; }
.section__head { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: end; margin-bottom: 56px; }
.section__intro { color: var(--ink-3); font-size: 17px; max-width: 30em; }
.watermark { position: absolute; color: #fff; opacity: .04; width: 720px; height: 450px; right: -160px; bottom: -120px; pointer-events: none; }

/* ---------- Services ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.service { padding: 32px; display: flex; flex-direction: column; border-left: 1px solid var(--line); border-top: 1px solid var(--line); min-height: 300px; transition: background-color .25s ease; }
.service:hover { background: var(--paper); }
.service--feature { grid-row: span 2; background: var(--ink); color: #fff; border: 0; }
.service--feature:hover { background: var(--ink-2); }
.services .service:nth-child(2), .services .service:nth-child(3) { border-top: 0; }
.service__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: auto; padding-bottom: 32px; }
.service__num { font-size: 12px; color: var(--ink-3); letter-spacing: .08em; }
.service--feature .service__num { color: rgba(255, 255, 255, 0.5); }
.service__icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #fdebe4; color: var(--coral); }
.service__icon .ic { width: 20px; height: 20px; }
.service--feature .service__icon { background: rgba(255, 255, 255, 0.08); }
.service h3 { font-size: clamp(26px, 2.4vw, 32px); margin-bottom: 14px; }
.service p { font-size: 15px; color: var(--ink-3); margin-bottom: 24px; }
.service--feature p { color: rgba(255, 255, 255, 0.72); font-size: 16px; }
.service__link { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service__link .ic { width: 16px; height: 16px; color: var(--ink-3); transition: transform .2s ease, color .2s ease; }
.service__link:hover .ic { transform: translate(2px, -2px); color: var(--coral); }
.service--feature .service__link { border-color: var(--line-light); color: var(--coral); }
.service--feature .service__link .ic { color: var(--coral); }
.ticks { list-style: none; padding: 0; margin: 0 0 28px; }
.ticks li { display: flex; gap: 10px; align-items: center; padding: 11px 0; border-top: 1px solid var(--line-light); font-size: 14px; }
.ticks .ic { color: var(--coral); width: 15px; height: 15px; }
.ticks--ink li { border-color: var(--line); }
.ticks--ink .ic { color: var(--green); }

/* ---------- How it works ---------- */
.how { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 8vw, 120px); align-items: center; position: relative; }
.how__copy p { color: rgba(255, 255, 255, 0.72); margin: 24px 0 36px; max-width: 28em; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: flex; gap: 28px; padding: 32px 0; border-top: 1px solid var(--line-light); }
.steps li:first-child { border-top: 0; }
.steps__num { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.25); display: grid; place-items: center; font-size: 12px; color: var(--coral); flex: none; }
.steps h3 { font-size: clamp(24px, 2.4vw, 30px); margin-bottom: 10px; }
.steps p { color: rgba(255, 255, 255, 0.62); font-size: 15px; }

/* ---------- Report ---------- */
.report { display: grid; grid-template-columns: 220px 1fr; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.report__side { background: var(--ink); color: #fff; padding: 24px 16px; display: flex; flex-direction: column; }
.report__side .logo { padding: 0 8px; margin-bottom: 32px; }
.report__side-label { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); padding: 0 8px; margin-bottom: 10px; }
.report__tabs { display: flex; flex-direction: column; gap: 4px; }
.report__tabs button { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 10px; font-size: 13px; text-align: left; color: rgba(255, 255, 255, 0.72); transition: background-color .2s, color .2s; }
.report__tabs button span { flex: 1; }
.report__tabs button b { font-weight: 500; font-size: 11px; width: 22px; height: 22px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); display: grid; place-items: center; }
.report__tabs button:hover { color: #fff; background: rgba(255, 255, 255, 0.05); }
.report__tabs button[aria-selected="true"] { background: rgba(255, 255, 255, 0.1); color: #fff; }
.report__help { margin-top: auto; padding: 16px; border: 1px solid var(--line-light); border-radius: 14px; font-size: 12px; }
.report__help strong { font-size: 13px; }
.report__help p { color: rgba(255, 255, 255, 0.55); margin: 4px 0 12px; }
.report__help-link { color: var(--coral); font-weight: 600; }
.report__main { padding: 24px clamp(20px, 3vw, 36px) 36px; min-width: 0; }
.report__bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.report__bar > div { display: flex; align-items: center; gap: 12px; }
.report__id { font-size: 12px; color: var(--ink-3); }
.badge { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: #e4f3ea; color: var(--green); padding: 5px 10px; border-radius: 999px; }
.badge--coral { background: #fdebe4; color: var(--coral-dark); }
.report__title { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.report__title h3 { font-size: clamp(26px, 2.6vw, 34px); margin-bottom: 6px; }
.report__title .muted { font-size: 12px; }
.rep { display: flex; align-items: center; gap: 10px; }
.rep small { display: block; font-size: 10px; color: var(--ink-3); }
.rep strong { font-size: 13px; }
.rep__avatar { width: 40px; height: 40px; border-radius: 50%; background: #d7e6e8; color: var(--ink); display: grid; place-items: center; font-size: 12px; font-weight: 600; flex: none; }
.rep__avatar--ink { background: var(--ink); color: #fff; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 18px; }
.stat { border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.stat small { font-size: 11px; color: var(--ink-3); }
.stat strong { display: flex; align-items: center; gap: 8px; font-family: var(--serif); font-size: 30px; font-weight: 500; margin: 6px 0 8px; line-height: 1.1; }
.stat p { font-size: 12px; color: var(--ink-3); }
.dot--green { width: 7px; height: 7px; }
.report__row { display: grid; grid-template-columns: 1.1fr 1fr; gap: 14px; }
.report__photo { margin: 0; position: relative; border-radius: 16px; overflow: hidden; min-height: 240px; }
.report__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.report__photo figcaption { position: absolute; right: 12px; bottom: 12px; background: rgba(10, 36, 50, 0.7); color: #fff; font-size: 11px; padding: 4px 10px; border-radius: 999px; }
.findings { border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.findings__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.findings h4 { font-size: 20px; }
.findings__list { list-style: none; margin: 0; padding: 0; }
.findings__list li { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.findings__list li:first-child { border-top: 0; }
.findings__list strong { display: block; font-size: 14px; }
.findings__list small { font-size: 12px; color: var(--ink-3); }
.findings__list p { font-size: 13px; color: var(--ink-3); margin-top: 6px; }
.findings__list--full li { padding: 20px 0; }
.f-icon { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; flex: none; }
.f-icon--warn { background: #fdf1d9; color: #b7811b; }
.f-icon--ok { background: #e4f3ea; color: var(--green); }
.f-icon--info { background: #e2edf0; color: var(--ink-2); }
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 12px; }
.media-grid figure { margin: 0; }
.media-grid img, .media-grid .ph span { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 14px; }
.media-grid .ph span { display: grid; place-items: center; background: repeating-linear-gradient(135deg, var(--cream), var(--cream) 10px, var(--cream-2) 10px, var(--cream-2) 20px); color: var(--ink-3); font-size: 13px; font-weight: 600; }
.media-grid figcaption { font-size: 12px; color: var(--ink-3); margin-top: 8px; }
.expenses { width: 100%; border-collapse: collapse; font-size: 14px; }
.expenses th { text-align: left; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; padding: 0 0 12px; }
.expenses td { padding: 14px 0; border-top: 1px solid var(--line); }
.expenses .num { text-align: right; font-variant-numeric: tabular-nums; }
.expenses tfoot td { font-weight: 700; border-top: 2px solid var(--ink); }
.disclaimer { text-align: center; font-size: 12px; color: var(--ink-3); margin-top: 24px; }

/* ---------- Testimonial ---------- */
.testimonial { display: grid; grid-template-columns: 80px 1fr; gap: 0 24px; max-width: 1000px; }
.testimonial__mark { font-family: var(--serif); font-size: 120px; line-height: .8; color: var(--coral); }
.testimonial figure { margin: 0; }
.testimonial blockquote { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(24px, 2.8vw, 36px); line-height: 1.3; letter-spacing: -0.01em; }
.testimonial figcaption { display: flex; align-items: center; gap: 14px; }
.testimonial figcaption strong { display: block; font-size: 14px; }
.testimonial figcaption small { font-size: 12px; color: var(--ink-3); }
.rating { grid-column: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 28px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.rating strong { font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: 1; }
.rating > div > span { color: var(--ink-3); font-size: 18px; }
.rating > div small { display: block; font-size: 11px; color: var(--ink-3); margin-top: 4px; }
.stars { color: var(--gold); letter-spacing: 3px; }

/* ---------- Plan ---------- */
.plan { position: relative; overflow: hidden; background: var(--ink); color: #fff; border-radius: calc(var(--radius) + 8px); padding: clamp(40px, 6vw, 88px); display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.watermark--plan { left: -200px; bottom: -200px; right: auto; }
.plan__copy { position: relative; }
.plan__copy > p:not(.eyebrow):not(.waitlist__msg) { color: rgba(255, 255, 255, 0.72); margin: 24px 0 32px; max-width: 30em; }
.waitlist { display: flex; gap: 8px; flex-wrap: wrap; max-width: 520px; }
.waitlist input { flex: 1 1 220px; min-width: 0; padding: 15px 22px; border-radius: 999px; border: 1px solid var(--line-light); background: rgba(255, 255, 255, 0.06); color: #fff; font: inherit; font-size: 15px; }
.waitlist input::placeholder { color: rgba(255, 255, 255, 0.45); }
.waitlist input:focus { outline: none; border-color: var(--coral); }
.waitlist__msg { font-size: 12px; color: rgba(255, 255, 255, 0.5); margin-top: 14px; }
.waitlist__msg.is-ok { color: #9fe0bb; }
.waitlist__msg.is-err { color: #ffb4a0; }
.plan__card { position: relative; background: #fff; color: var(--ink); border-radius: 20px; padding: 28px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3); transform: rotate(1.5deg); max-width: 380px; justify-self: end; width: 100%; }
.plan__card-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
.plan__card-head small { display: block; font-size: 12px; color: var(--ink-3); }
.plan__card h3 { font-size: 34px; margin-bottom: 20px; }
.plan__card .ticks { margin-bottom: 16px; }
.plan__card .ticks li:last-child { border-bottom: 1px solid var(--line); }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(40px, 8vw, 120px); }
.faq__intro h2 { margin-bottom: 24px; }
.faq__intro p:not(.eyebrow) { color: var(--ink-3); margin-bottom: 16px; }
.faq__list details { border-top: 1px solid var(--line); }
.faq__list details:last-child { border-bottom: 1px solid var(--line); }
.faq__list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0; font-weight: 600; font-size: 17px; cursor: pointer; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { content: "+"; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-weight: 400; font-size: 18px; flex: none; transition: transform .25s ease, background-color .2s; }
.faq__list details[open] summary::after { content: "−"; background: var(--ink); color: #fff; border-color: var(--ink); }
.faq__list details p { color: var(--ink-3); padding: 0 48px 26px 0; }

/* ---------- Request form ---------- */
.request { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.request__copy h2 { color: #fff; margin-bottom: 24px; }
.request__copy h2 em { color: var(--ink); }
.request__copy p:not(.eyebrow) { font-size: 17px; color: rgba(255, 255, 255, 0.88); max-width: 26em; }
.form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: clamp(24px, 3.5vw, 40px); box-shadow: 0 30px 80px rgba(10, 36, 50, 0.2); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 13px 15px; transition: border-color .2s, box-shadow .2s; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2352656d' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px; }
.field select:invalid { color: var(--ink-3); }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 3px rgba(243, 111, 75, 0.18); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #d0442a; }
.field__err { font-size: 12px; color: #c23b22; min-height: 0; }
.field__err:empty { display: none; }
.form__foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 24px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ink-3); max-width: 280px; cursor: pointer; }
.check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--coral); flex: none; }
.check.has-error { color: #c23b22; }
.form__msg { font-size: 14px; margin-top: 14px; }
.form__msg:empty { display: none; }
.form__msg.is-err { color: #c23b22; }
.form button[type="submit"][disabled] { opacity: .7; cursor: progress; }
.form--success { text-align: left; }
.form--success h3 { font-size: 36px; margin-bottom: 12px; }
.form--success p { color: var(--ink-3); margin-bottom: 24px; }

/* ---------- Footer ---------- */
.footer { background: #071b26; color: #fff; padding: 72px 0 28px; }
.footer__top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid var(--line-light); }
.footer__tag { font-family: var(--serif); font-size: clamp(24px, 2.4vw, 32px); line-height: 1.2; margin: 24px 0 20px; max-width: 16em; }
.footer__kicker { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer__cols p { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); margin-bottom: 16px; }
.footer__cols a { display: block; font-size: 14px; color: rgba(255, 255, 255, 0.8); padding: 5px 0; }
.footer__cols a:hover { color: var(--coral); }
.footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: 12px; color: rgba(255, 255, 255, 0.45); }
.footer__bottom div { display: flex; gap: 24px; }
.footer__bottom a:hover { color: #fff; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Simple pages (legal, 404) ---------- */
.page { padding: calc(var(--nav-h) + 72px) 0 96px; min-height: 70vh; }
.page .container { max-width: 760px; }
.page h1 { font-size: clamp(40px, 5vw, 60px); margin-bottom: 24px; }
.page h2 { font-size: 26px; margin: 40px 0 12px; }
.page p, .page li { color: var(--ink-3); margin-bottom: 14px; }
.nav--solid { background: var(--paper); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.nav--solid .nav__cta { background: var(--ink); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .services { grid-template-columns: 1fr 1fr; }
  .service--feature { grid-row: auto; grid-column: 1 / -1; min-height: 0; }
  .services .service:nth-child(3) { border-top: 1px solid var(--line); }
  .services .service:nth-child(2) { border-left: 0; }
  .services .service:nth-child(4) { border-left: 0; }
  .report { grid-template-columns: 1fr; }
  .report__side { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px; padding: 14px; }
  .report__side .logo, .report__side-label, .report__help { display: none; }
  .report__tabs { flex-direction: row; overflow-x: auto; width: 100%; }
  .report__tabs button { white-space: nowrap; }
}

@media (max-width: 900px) {
  :root { --nav-h: 64px; }
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: block; }
  .nav.is-open { background: var(--paper); color: var(--ink); }
  .nav.is-open .nav__links { display: flex; position: fixed; top: var(--nav-h); left: 0; right: 0; flex-direction: column; gap: 0; padding: 8px var(--gutter) 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); font-size: 18px; }
  .nav.is-open .nav__links a:not(.btn) { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav.is-open .nav__cta-mobile { display: inline-flex; margin-top: 20px; background: var(--ink); color: #fff; }

  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero__copy { padding: calc(var(--nav-h) + 48px) var(--gutter) 40px; }
  .hero__media { min-height: 420px; }
  .chip--live { top: 20px; }

  .trust__grid { grid-template-columns: 1fr 1fr; }
  .trust__grid > div { padding: 20px 16px; }
  .trust__grid > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .trust__grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }

  .section__head, .how, .faq, .request, .plan, .footer__top { grid-template-columns: 1fr; }
  .section__head { gap: 20px; margin-bottom: 40px; }
  .plan__card { justify-self: start; transform: none; }
  .report__row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .services { grid-template-columns: 1fr; }
  .services .service { border-left: 0; border-top: 1px solid var(--line); min-height: 0; }
  .service--feature { border-top: 0 !important; }
  .service { padding: 26px 22px; }
  .service__top { padding-bottom: 24px; }
  .hero__actions .btn { width: 100%; }
  .hero__media { min-height: 360px; }
  .visit-card { right: 16px; }
  .stats { grid-template-columns: 1fr; }
  .report__bar { flex-wrap: wrap; }
  .report__title { flex-direction: column; }
  .media-grid { grid-template-columns: 1fr; }
  .testimonial { grid-template-columns: 1fr; }
  .testimonial__mark { font-size: 90px; height: 56px; }
  .rating { grid-column: 1; }
  .form__grid { grid-template-columns: 1fr; }
  .form__foot .btn { width: 100%; }
  .check { max-width: none; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .faq__list details p { padding-right: 0; }
  .steps li { gap: 18px; }
}
