/* ==========================================================================
   Online Trust Attorney — Delta option
   Design system re-calibrated against the real Delta Webflow template
   (references/delta): a stark white canvas with a very-dark royal-blue ink
   (#0a1330), a single self-hosted grotesque typeface (Overusedgrotesk in the
   source; substituted here with the freely-licensed Space Grotesk, used for
   BOTH headings and body copy, just as Delta does), a gold primary accent
   (#b2823a) with a deep dark royal-blue secondary accent (#132a63) used
   sparingly, a wide 1680px container (Delta's real container-large is
   105rem), tiny 6/8/10px corner radii (Delta's tokens are .3rem/.5rem —
   never a rounded-card look), hairline 1px borders in a near-white grey
   used mostly as row dividers rather than boxed cards, a bold outsized type
   scale (84/56/36 for h1/h2/h3, matching Delta's 5.5/3.5/2.25rem), a
   full-bleed dark-image hero with a nav that floats transparently on top of
   it, and snappy linear color-invert button fills instead of Conselo's
   radial magnetic fill or a marquee ticker.
   Content and section order follow the OTA content brief.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root{
  /* --- Delta color tokens --- */
  --bg:#ffffff;
  --ink:#0a1330;
  --surface-tint:#f7f7f7;
  --surface-tint-2:#eeeeee;
  --ink-on-dark:#ffffff;
  --ink-muted:#5b5b5b;
  --ink-muted-on-dark:rgba(255,255,255,.68);
  --accent:#b2823a;
  --accent-hover:#976e31;
  --accent-tint:rgba(178,130,58,.08);
  --accent-tint-soft:rgba(178,130,58,.05);
  --accent-2:#132a63;
  --border:#ececec;
  --border-strong:#e0e0e0;
  --border-on-dark:rgba(255,255,255,.14);
  --good:#8a6423;
  --good-tint:rgba(178,130,58,.14);
  --bad:#6b6b6b;
  --bad-tint:#f0f0f0;

  /* --- radii: small, consistent, never a pill on structural elements
     (Delta's real tokens are .3rem / .5rem — a whisper of a corner, not
     a rounded-card look) --- */
  --r-ui:6px;
  --r-card:8px;
  --r-image:10px;
  --r-pill:100px;

  /* --- shadows: Delta leans on hairline borders, not drop shadows —
     these are only ever a faint, almost-invisible lift --- */
  --shadow-card:0 1px 1px rgba(10,19,48,.03), 0 6px 20px rgba(10,19,48,.04);
  --shadow-panel:0 20px 48px rgba(10,19,48,.12);
  --shadow-nav:0 1px 0 rgba(10,19,48,.04);

  /* --- layout: Delta's real container-large is 105rem/1680px — this is
     the single biggest miss vs. the reference, everything reads cramped
     next to it at 1240px --- */
  --container:1600px;
  --container-big:1680px;
  --gutter:40px;

  /* --- easing: snappy & linear (Delta's real transitions are plain
     linear/ease, never a bouncy expo curve) --- */
  --ease-delta:cubic-bezier(.4,0,.2,1);
  --ease-linear:linear;

  /* --- fonts: one grotesque face for everything, per source --- */
  --font-heading:'Space Grotesk', Arial, sans-serif;
  --font-body:'Space Grotesk', Arial, sans-serif;

  /* --- nav geometry (used by the hero overlap trick below) --- */
  --nav-h:104px;
  --nav-h-sm:84px;
}

*, *::before, *::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  letter-spacing:-0.005em;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
h1,h2,h3,h4,h5,h6,p{ margin:0; }

.container{ max-width:var(--container); margin:0 auto; padding:0 var(--gutter); }
.container-big{ max-width:var(--container-big); margin:0 auto; padding:0 var(--gutter); }

section{ position:relative; }
[id]{ scroll-margin-top:96px; }

/* ---------- Typography scale (Delta) ---------- */
.h1{ font-family:var(--font-heading); font-size:64px; line-height:1.1; font-weight:500; letter-spacing:-.01em; }
.h2{ font-family:var(--font-heading); font-size:56px; line-height:1.15; font-weight:400; letter-spacing:-.02em; }
.h3{ font-family:var(--font-heading); font-size:36px; line-height:1.2; font-weight:400; letter-spacing:-.01em; }
.h4{ font-family:var(--font-heading); font-size:22px; line-height:1.4; font-weight:500; letter-spacing:-.005em; }
.h5{ font-family:var(--font-heading); font-size:18px; line-height:1.5; font-weight:500; }
.lead{ font-size:19px; line-height:1.6; color:var(--ink-muted); }
.body-s{ font-size:14px; line-height:1.5; color:var(--ink-muted); }
.text-muted{ color:var(--ink-muted); }
.accent{ color:var(--accent); }

@media (max-width:991px){
  .h1{ font-size:46px; }
  .h2{ font-size:38px; }
  .h3{ font-size:28px; }
}
@media (max-width:479px){
  .h1{ font-size:36px; }
  .h2{ font-size:30px; }
}

.eyebrow{
  display:inline-flex; align-items:center; gap:9px;
  font-family:var(--font-heading);
  font-size:13px; font-weight:500; letter-spacing:.07em;
  text-transform:uppercase; color:var(--accent);
  margin:0 0 18px;
}
.eyebrow::before{ content:""; width:7px; height:7px; border-radius:2px; background:var(--accent); flex:none; }

.section-head{ max-width:680px; margin:0 0 56px; }
.section-head h2{ margin:0 0 20px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head.center .eyebrow{ justify-content:center; }
.section-head.wide{ max-width:880px; }

/* ---------- Buttons (Delta: sharp rectangle, linear color-invert fill) ---------- */
.btn{
  position:relative;
  display:inline-flex; align-items:center; gap:12px;
  background:transparent;
  color:var(--ink);
  font-family:var(--font-heading);
  font-size:15px; font-weight:500;
  padding:14px 24px;
  border:1px solid var(--ink);
  border-radius:var(--r-ui);
  white-space:nowrap;
  transition:background-color .22s var(--ease-linear), color .22s var(--ease-linear), border-color .22s var(--ease-linear);
}
.btn:hover{ background:var(--ink); color:var(--ink-on-dark); }
.btn .btn-icon{ display:flex; transition:transform .22s var(--ease-delta); }
.btn .btn-icon svg{ width:16px; height:16px; }
.btn:hover .btn-icon{ transform:translateX(3px); }

.btn-solid{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
}
.btn-solid:hover{ background:var(--accent-hover); border-color:var(--accent-hover); color:#fff; }

.btn.small{ padding:11px 18px; font-size:13px; gap:8px; }

.text-link{
  display:inline-flex; align-items:center; gap:9px;
  font-family:var(--font-heading);
  font-weight:500; font-size:15px; color:var(--ink);
  border-bottom:1.5px solid var(--ink);
  padding-bottom:3px;
  transition:color .2s var(--ease-linear), border-color .2s var(--ease-linear), gap .2s var(--ease-delta);
}
.text-link:hover{ color:var(--accent); border-color:var(--accent); gap:13px; }
.text-link svg{ width:15px; height:15px; flex:none; }

/* ---------- Top utility bar ---------- */
.topbar{ background:var(--ink); }
.topbar .container{
  display:flex; align-items:center; justify-content:space-between; gap:26px;
  padding-top:9px; padding-bottom:9px;
  font-size:13px; color:rgba(255,255,255,.72);
}
.topbar a{ display:inline-flex; align-items:center; gap:7px; transition:color .2s var(--ease-linear); }
.topbar a:hover{ color:#fff; }
.topbar svg{ width:14px; height:14px; }
.topbar-contact{ display:flex; align-items:center; gap:26px; }
.topbar-cta{ flex:none; padding:7px 16px; font-size:12.5px; border-color:rgba(255,255,255,.55); color:#fff; }
.topbar-cta:hover{ background:#fff; color:var(--ink); border-color:#fff; }

@media (max-width:600px){ .topbar-cta{ display:none; } }
@media (max-width:479px){ .topbar-contact a[href^="mailto"]{ display:none; } }

/* ---------- Nav (Delta: transparent, floats over the hero, then solid) ---------- */
.nav-wrap{ position:sticky; top:0; z-index:60; }
.navbar{
  max-width:var(--container-big);
  margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  min-height:var(--nav-h);
  padding:0 var(--gutter);
  background:transparent;
  border-bottom:1px solid transparent;
  color:#fff;
  transition:background-color .25s var(--ease-delta), border-color .25s var(--ease-delta), color .25s var(--ease-delta), min-height .25s var(--ease-delta), box-shadow .25s var(--ease-delta);
}
.navbar.is-scrolled{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  border-color:var(--border);
  color:var(--ink);
  min-height:76px;
  box-shadow:var(--shadow-nav);
}
.logo-brand{ display:flex; align-items:center; gap:12px; flex:none; color:inherit; margin-right:28px; white-space:nowrap; }
.logo-brand svg{ width:32px; height:32px; flex:none; }
.logo-brand .brand-name{ font-family:var(--font-heading); font-weight:600; font-size:16px; line-height:20px; color:inherit; }
.logo-brand .brand-name small{ display:block; font-family:var(--font-body); font-weight:400; font-size:10px; color:inherit; opacity:.66; white-space:nowrap; }

.nav-menu{ display:flex; align-items:center; gap:18px; flex-wrap:nowrap; }
.nav-link{ font-size:14px; font-weight:400; color:inherit; opacity:.78; transition:opacity .2s var(--ease-linear); position:relative; white-space:nowrap; }
.nav-link:hover{ opacity:1; }

.menu-burger{ display:none; flex-direction:column; gap:5px; background:none; border:none; padding:8px; }
.menu-burger span{ width:22px; height:2px; background:currentColor; border-radius:1px; transition:transform .2s ease, opacity .2s ease; }
.menu-burger.is-open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.menu-burger.is-open span:nth-child(2){ opacity:0; }
.menu-burger.is-open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

@media (max-width:991px){
  .nav-menu{
    position:fixed; inset:80px 20px auto 20px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:var(--r-card);
    box-shadow:var(--shadow-panel);
    flex-direction:column; align-items:stretch; padding:12px; gap:2px;
    transform:translateY(-10px); opacity:0; pointer-events:none;
    transition:opacity .25s var(--ease-delta), transform .25s var(--ease-delta);
    color:var(--ink);
  }
  .nav-menu.is-open{ opacity:1; transform:translateY(0); pointer-events:auto; }
  .nav-link{ padding:14px 12px; color:var(--ink); opacity:.82; }
  .menu-burger{ display:flex; }
}

/* ---------- Hero (Delta: full-bleed dark image, nav overlaps on top) ---------- */
.hero{
  position:relative;
  min-height:100vh;
  min-height:100svh;
  margin-top:calc(-1 * var(--nav-h));
  display:flex;
  overflow:hidden;
}
.hero-media{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 40%; }
.hero-scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,19,48,.55) 0%, rgba(10,19,48,.28) 34%, rgba(10,19,48,.9) 100%); }
.hero-inner{
  position:relative; z-index:2; width:100%; align-self:flex-end;
  max-width:var(--container-big); margin:0 auto;
  padding:0 var(--gutter) 72px;
  display:flex; justify-content:space-between; align-items:flex-end; gap:40px;
}
.hero-copy{ max-width:640px; }
.hero-copy .eyebrow{ color:#fff; }
.hero-copy .eyebrow::before{ background:#fff; }
.hero-copy h1{ color:#fff; margin:0 0 22px; }
.hero-copy .accent{ color:#e0b96c; }
.hero-copy p{ color:rgba(255,255,255,.82); max-width:52ch; margin:0 0 32px; font-size:18px; }
.hero-cta-row{ display:flex; align-items:center; gap:26px; flex-wrap:wrap; }
.hero-cta-row .text-link{ color:#fff; border-color:rgba(255,255,255,.4); }
.hero-cta-row .text-link:hover{ color:#e0b96c; border-color:#e0b96c; }

.hero-video-badge{
  flex:none; display:flex; align-items:center; gap:16px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.3);
  border-radius:var(--r-pill);
  padding:8px 22px 8px 8px;
  cursor:pointer;
  transition:background-color .2s var(--ease-linear), border-color .2s var(--ease-linear);
}
.hero-video-badge:hover{ background:rgba(255,255,255,.16); border-color:#fff; }
.play-btn{ flex:none; width:46px; height:46px; border-radius:50%; background:var(--accent); display:flex; align-items:center; justify-content:center; }
.play-btn::after{ content:""; width:0; height:0; margin-left:3px; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:13px solid #fff; }
.hero-video-caption{ color:#fff; font-size:14px; font-weight:400; max-width:148px; line-height:1.4; }

@media (max-width:767px){
  .hero{ margin-top:calc(-1 * var(--nav-h-sm)); min-height:92vh; }
  .hero-inner{ flex-direction:column; align-items:flex-start; padding:0 24px 44px; gap:26px; }
}

/* ---------- Feature strip (Delta: open grid, a hairline divider between
   items — never a boxed table of filled cells) ---------- */
.feature-strip{ padding:72px 0; background:var(--bg); border-bottom:1px solid var(--border); }
.feature-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:48px; }
.feature-card{
  padding:0 0 0 40px;
  border-left:1px solid var(--border);
  display:flex; gap:18px; align-items:flex-start;
}
.feature-card:first-child{ padding-left:0; border-left:none; }
.icon-chip{ flex:none; width:44px; height:44px; border-radius:var(--r-ui); background:var(--accent-tint); display:flex; align-items:center; justify-content:center; }
.icon-chip svg{ width:19px; height:19px; stroke:var(--accent); }
.feature-card h4{ margin:0 0 6px; }
.feature-card p{ font-size:14px; line-height:1.6; color:var(--ink-muted); }

@media (max-width:767px){
  .feature-grid{ grid-template-columns:1fr; gap:28px; }
  .feature-card{ padding:28px 0 0; border-left:none; border-top:1px solid var(--border); }
  .feature-card:first-child{ padding-top:0; border-top:none; }
}

/* ---------- Generic section rhythm ---------- */
.section{ padding:120px 0; }
.section.tight{ padding:80px 0; }
.section.on-surface{ background:var(--surface-tint); }
@media (max-width:991px){ .section{ padding:76px 0; } .section.tight{ padding:56px 0; } }

/* ---------- Why It Matters ---------- */
.why-grid{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.why-media{ border-radius:var(--r-image); overflow:hidden; aspect-ratio:4/5; border:1px solid var(--border); position:sticky; top:120px; }
.why-media img{ width:100%; height:100%; object-fit:cover; }
.why-copy .section-head{ margin-bottom:22px; max-width:none; }

/* Reasons stack as one divided list inside the copy column, not a
   separate full-width row of cards. */
.reason-grid{ display:flex; flex-direction:column; margin-top:36px; border-top:1px solid var(--border); }
.reason-card{ display:flex; gap:20px; align-items:flex-start; padding:28px 0; border-bottom:1px solid var(--border); }
.reason-card .icon-chip{ margin-top:2px; }
.reason-card h4{ margin:0 0 8px; }
.reason-card p{ font-size:15px; line-height:1.6; color:var(--ink-muted); }

@media (max-width:991px){
  .why-grid{ grid-template-columns:1fr; gap:32px; }
  .why-media{ aspect-ratio:16/9; order:-1; position:static; }
  .reason-grid{ margin-top:28px; }
  .reason-card{ padding:22px 0; gap:16px; }
}

/* ---------- Process (Delta numbered timeline) ---------- */
.process-wrap{ display:grid; grid-template-columns:1fr .85fr; gap:60px; align-items:start; }
.process-steps{ display:flex; flex-direction:column; }
.process-step{ position:relative; display:flex; gap:24px; padding-bottom:44px; }
.process-step:last-child{ padding-bottom:0; }
.process-track{ flex:none; display:flex; flex-direction:column; align-items:center; width:48px; }
.process-num{
  width:48px; height:48px; border-radius:var(--r-ui);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-heading); font-weight:500; font-size:15px;
  background:var(--bg); color:var(--ink-muted);
  border:1px solid var(--border);
}
.process-step.is-active .process-num{ background:var(--accent); color:#fff; border-color:var(--accent); }
.process-line{ width:1px; flex:1; background:var(--border); margin-top:10px; }
.process-card h3{ margin:0 0 10px; }
.process-card p{ color:var(--ink-muted); font-size:15px; line-height:1.6; max-width:44ch; }
.process-media{ border-radius:var(--r-image); overflow:hidden; aspect-ratio:4/5; border:1px solid var(--border); }
.process-media img{ width:100%; height:100%; object-fit:cover; }
.section-foot-link{ margin-top:8px; display:inline-flex; }

@media (max-width:900px){
  .process-wrap{ grid-template-columns:1fr; gap:32px; }
  .process-media{ order:-1; aspect-ratio:16/9; }
}

/* ---------- Comparison ---------- */
.compare-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.compare-card{ background:var(--bg); border:1px solid var(--border); border-radius:var(--r-card); padding:40px; display:flex; flex-direction:column; }
.compare-card.is-recommended{ background:var(--surface-tint); border-color:var(--accent); }
.compare-card-head{ display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px; }
.compare-card-head h3{ font-size:21px; }
.badge{
  display:inline-flex; align-items:center; font-family:var(--font-heading);
  font-size:12px; font-weight:500; letter-spacing:.03em; text-transform:uppercase;
  color:#fff; background:var(--accent); padding:6px 13px; border-radius:var(--r-pill);
  white-space:nowrap;
}
.compare-intro{ color:var(--ink-muted); font-size:15px; line-height:1.6; margin-bottom:26px; }
.compare-rows{ display:flex; flex-direction:column; gap:18px; }
.compare-row{ display:flex; gap:14px; align-items:flex-start; padding-top:18px; border-top:1px solid var(--border); }
.compare-rows .compare-row:first-child{ padding-top:0; border-top:none; }
.compare-row-icon{ flex:none; width:24px; height:24px; border-radius:var(--r-ui); display:flex; align-items:center; justify-content:center; margin-top:1px; }
.compare-card:not(.is-recommended) .compare-row-icon{ background:var(--bad-tint); color:var(--bad); }
.compare-card.is-recommended .compare-row-icon{ background:var(--good-tint); color:var(--good); }
.compare-row-icon svg{ width:13px; height:13px; }
.compare-row-text label{ display:block; font-family:var(--font-heading); font-weight:500; font-size:14px; margin-bottom:4px; }
.compare-row-text p{ font-size:14px; color:var(--ink-muted); line-height:1.5; }

@media (max-width:900px){ .compare-grid{ grid-template-columns:1fr; } }

/* ---------- Your Attorney ---------- */
.attorney-grid{ display:grid; grid-template-columns:.78fr 1.22fr; gap:60px; align-items:center; }
.attorney-media{ border-radius:var(--r-image); overflow:hidden; aspect-ratio:4/5; border:1px solid var(--border); }
.attorney-media img{ width:100%; height:100%; object-fit:cover; }
.attorney-meta{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; color:var(--ink-muted); font-size:14px; margin-bottom:22px; }
.attorney-copy .bio{ color:var(--ink-muted); font-size:16px; line-height:1.7; margin-bottom:22px; max-width:56ch; }

@media (max-width:900px){ .attorney-grid{ grid-template-columns:1fr; gap:32px; } .attorney-media{ aspect-ratio:16/9; } }

/* ---------- Pricing ---------- */
.pricing-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; }
.price-card{
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:var(--r-card);
  padding:34px 30px 42px;
  display:flex; flex-direction:column;
  transition:border-color .2s var(--ease-linear), box-shadow .2s var(--ease-linear);
}
.price-card:hover{ border-color:var(--accent); box-shadow:var(--shadow-card); }
.price-card.is-featured{ background:var(--ink); border-color:var(--ink); color:#fff; }
.price-card.is-featured .best-for,
.price-card.is-featured .plan-desc,
.price-card.is-featured .label{ color:rgba(255,255,255,.66); }
.price-card .badge{ align-self:flex-start; margin-bottom:20px; }
.price-card.is-featured .badge{ background:#fff; color:var(--ink); }
.price-card h3{ font-size:22px; margin-bottom:6px; }
.price-card .plan-kicker{ font-size:14px; font-weight:500; color:var(--accent); margin-bottom:16px; font-family:var(--font-heading); }
.price-card.is-featured .plan-kicker{ color:#e0b96c; }
.price-card .best-for{ font-size:13px; color:var(--ink-muted); margin-bottom:12px; }
.price-card .plan-desc{ font-size:15px; line-height:1.6; color:var(--ink-muted); margin-bottom:24px; }
.price-tiles{ display:flex; gap:10px; margin-bottom:24px; }
.price-tile{ flex:1; background:var(--surface-tint); border:1px solid var(--border); border-radius:var(--r-ui); padding:15px; text-align:center; }
.price-card.is-featured .price-tile{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.16); }
.price-tile.single-price{ flex:none; padding:15px 26px; }
.price-tile .amount{ font-family:var(--font-heading); font-weight:600; font-size:22px; color:inherit; }
.price-tile .label{ font-size:12px; color:var(--ink-muted); margin-top:2px; }
.plan-features{ display:flex; flex-direction:column; gap:13px; margin-bottom:28px; flex:1; }
.plan-features li{ display:flex; align-items:flex-start; gap:10px; font-size:14px; line-height:1.5; color:var(--ink-muted); }
.plan-features li svg{ flex:none; width:15px; height:15px; stroke:var(--accent); margin-top:2px; }
.price-card.is-featured .plan-features li svg{ stroke:#e0b96c; }
.plan-features.trigger-note{ font-size:13px; color:var(--ink-muted); font-style:italic; }
.price-card .btn{ justify-content:center; align-self:stretch; }
.price-card.is-featured .btn{ border-color:#fff; color:#fff; }
.price-card.is-featured .btn:hover{ background:#fff; color:var(--ink); }
.price-card.is-featured .btn-solid{ background:var(--accent); border-color:var(--accent); color:#fff; }
.price-card.is-featured .btn-solid:hover{ background:var(--accent-hover); border-color:var(--accent-hover); }

@media (max-width:991px){ .pricing-grid{ grid-template-columns:1fr; } .price-card.is-featured{ order:-1; } }

/* ---------- Flat Fee Means Flat Fee ---------- */
.flatfee-intro{ max-width:740px; font-size:18px; line-height:1.6; color:var(--ink-muted); margin-bottom:52px; }
.flatfee-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-bottom:52px; }
.flatfee-col{ background:var(--bg); border:1px solid var(--border); border-radius:var(--r-card); padding:34px; }
.flatfee-col h4{ margin-bottom:20px; }
.flatfee-col ul{ display:flex; flex-direction:column; gap:15px; }
.flatfee-col li{ display:flex; align-items:flex-start; gap:12px; font-size:15px; line-height:1.5; color:var(--ink-muted); }
.flatfee-col li svg{ flex:none; width:16px; height:16px; margin-top:3px; }
.flatfee-col.bad{ background:var(--bad-tint); border-color:transparent; }
.flatfee-col.bad li svg{ stroke:var(--bad); }
.flatfee-col.good{ background:var(--good-tint); border-color:transparent; }
.flatfee-col.good li svg{ stroke:var(--good); }
/* Full-bleed pull-quote band, edge to edge on the dark ink surface. */
.quote-band{ background:var(--ink); padding:150px 0; }
.flatfee-quote{ max-width:840px; margin:0 auto; text-align:center; }
.flatfee-quote-mark{
  display:block;
  font-family:var(--font-heading); font-weight:600;
  font-size:72px; line-height:1;
  color:var(--accent);
  margin-bottom:12px;
}
.flatfee-quote blockquote{
  margin:0 0 28px;
  font-family:var(--font-heading); font-size:42px; font-weight:500;
  line-height:1.3; letter-spacing:-.01em; color:#fff;
}
.flatfee-quote figcaption{ font-size:15px; color:rgba(255,255,255,.6); }

@media (max-width:767px){
  .quote-band{ padding:88px 0; }
  .flatfee-quote-mark{ font-size:56px; }
  .flatfee-quote blockquote{ font-size:27px; }
}

/* ---------- Additional costs (note + image) ---------- */
.fee-note-grid{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.fee-note-media{ border-radius:var(--r-image); overflow:hidden; aspect-ratio:4/5; border:1px solid var(--border); }
.fee-note-media img{ width:100%; height:100%; object-fit:cover; }
.fee-note-copy .section-head{ margin-bottom:22px; max-width:none; }
.flatfee-note a{ color:var(--accent); border-bottom:1px solid var(--accent); }

@media (max-width:991px){
  .fee-note-grid{ grid-template-columns:1fr; gap:32px; }
  .fee-note-media{ aspect-ratio:16/9; order:-1; }
}

@media (max-width:900px){ .flatfee-grid{ grid-template-columns:1fr; } }

/* ---------- Discovery CTA band ---------- */
.discovery-band{
  display:grid; grid-template-columns:1.1fr .9fr; gap:0; align-items:stretch;
  background:var(--ink); color:#fff;
  border-radius:var(--r-image); overflow:hidden;
}
.discovery-copy{ padding:60px; display:flex; flex-direction:column; justify-content:center; gap:20px; }
.discovery-copy h2{ color:#fff; }
.discovery-copy p{ color:rgba(255,255,255,.7); font-size:16px; line-height:1.7; max-width:52ch; }
.discovery-copy .btn:not(.btn-solid){ border-color:#fff; color:#fff; }
.discovery-copy .btn:not(.btn-solid):hover{ background:#fff; color:var(--ink); }
.discovery-copy .btn-solid{ background:var(--accent); border-color:var(--accent); color:#fff; }
.discovery-copy .btn-solid:hover{ background:var(--accent-hover); border-color:var(--accent-hover); }
.discovery-media{ min-height:320px; }
.discovery-media img{ width:100%; height:100%; object-fit:cover; object-position:25% center; }

@media (max-width:900px){
  .discovery-band{ grid-template-columns:1fr; border-radius:var(--r-card); }
  .discovery-copy{ padding:40px 28px; }
  .discovery-media{ order:-1; min-height:220px; }
}

/* ---------- FAQ ---------- */
.faq-wrap{ display:grid; grid-template-columns:1.15fr .85fr; gap:60px; align-items:start; }
.faq-list{ display:flex; flex-direction:column; }
.faq-row{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:22px 4px; border-bottom:1px solid var(--border);
  font-family:var(--font-heading); font-weight:500; font-size:17px; color:var(--ink);
  transition:color .2s var(--ease-linear), padding-left .2s var(--ease-delta);
}
.faq-row svg{ flex:none; width:16px; height:16px; stroke:var(--accent); transition:transform .22s var(--ease-delta); }
.faq-row:hover{ color:var(--accent); padding-left:10px; }
.faq-row:hover svg{ transform:translateX(4px); }
.faq-more{ margin-top:26px; }
.advisor-callout{
  margin-top:46px; padding:26px; background:var(--surface-tint);
  border:1px solid var(--border); border-radius:var(--r-card);
}
.advisor-callout h4{ margin-bottom:14px; }
.faq-media{ border-radius:var(--r-image); overflow:hidden; aspect-ratio:1/1; border:1px solid var(--border); }
.faq-media img{ width:100%; height:100%; object-fit:cover; }

@media (max-width:900px){ .faq-wrap{ grid-template-columns:1fr; gap:32px; } .faq-media{ order:-1; aspect-ratio:16/9; } }

/* ---------- Resources ---------- */
.resource-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; }
.resource-card{
  display:flex; flex-direction:column;
  border:1px solid var(--border); border-radius:var(--r-card); overflow:hidden;
  background:var(--bg);
  transition:border-color .2s var(--ease-linear), box-shadow .2s var(--ease-linear);
}
.resource-card:hover{ border-color:var(--accent); box-shadow:var(--shadow-card); }
.resource-media{ aspect-ratio:4/3; overflow:hidden; }
.resource-media img{ width:100%; height:100%; object-fit:cover; transition:transform .4s var(--ease-delta); }
.resource-card:hover .resource-media img{ transform:scale(1.05); }
.resource-body{ padding:24px; display:flex; flex-direction:column; gap:10px; }
.resource-body p{ color:var(--ink-muted); font-size:14px; }

@media (max-width:900px){ .resource-grid{ grid-template-columns:1fr; } }

/* ---------- Final CTA ---------- */
.final-cta{ text-align:center; background:var(--surface-tint); }
.final-cta p{ color:var(--ink-muted); font-size:18px; max-width:52ch; margin:0 auto 40px; }
.final-cta-row{ display:flex; align-items:center; justify-content:center; gap:18px; flex-wrap:wrap; }

/* ---------- Footer ---------- */
.site-footer{ background:var(--ink); color:#fff; padding-top:76px; }
.footer-top{ display:grid; grid-template-columns:1.2fr 2fr; gap:60px; padding-bottom:52px; border-bottom:1px solid var(--border-on-dark); }
.footer-brand p{ margin-top:20px; color:rgba(255,255,255,.62); font-size:15px; line-height:1.6; max-width:42ch; }
.footer-cols{ display:grid; grid-template-columns:repeat(3, 1fr); gap:32px; }
.footer-col h5{ font-family:var(--font-heading); font-size:13px; letter-spacing:.05em; text-transform:uppercase; color:rgba(255,255,255,.5); margin-bottom:18px; font-weight:500; }
.footer-col ul{ display:flex; flex-direction:column; gap:12px; }
.footer-col a{ font-size:15px; color:#fff; opacity:.86; transition:opacity .2s var(--ease-linear); }
.footer-col a:hover{ opacity:1; color:#e0b96c; }
.footer-col .addr{ font-size:15px; color:#fff; opacity:.86; line-height:1.5; }

.footer-bottom{ padding:34px 0 40px; }
.footer-firmline{ font-size:12px; color:rgba(255,255,255,.5); line-height:1.6; margin-bottom:16px; }
.footer-disclaimer{ font-size:11px; color:rgba(255,255,255,.4); line-height:1.6; margin-bottom:20px; }
.footer-legal-row{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; font-size:12px; color:rgba(255,255,255,.5); }
.footer-legal-row a{ color:rgba(255,255,255,.5); }
.footer-legal-row a:hover{ color:#e0b96c; }
.footer-legal-row .dot{ width:3px; height:3px; border-radius:50%; background:rgba(255,255,255,.3); }

@media (max-width:900px){
  .footer-top{ grid-template-columns:1fr; gap:36px; }
  .footer-cols{ grid-template-columns:1fr 1fr; }
}
@media (max-width:479px){ .footer-cols{ grid-template-columns:1fr; } }

/* ---------- Reveal-on-scroll (progressive enhancement only) ---------- */
.reveal{ opacity:1; transform:none; }
html.js .reveal{ opacity:0; transform:translateY(22px); transition:opacity .55s var(--ease-delta), transform .55s var(--ease-delta); }
html.js .reveal.is-visible{ opacity:1; transform:translateY(0); }
