/* bdi-shell.css — "The Clarity Room" design system for the Best Doctors
 * Insurance proposal/roadmap site.
 *
 * Vibe: BDI's trusted healthcare blue moved into a calm, glass-and-glow
 * advisory command centre. Deep navy canvas, electric-cyan (#00CEFF, BDI's own
 * accent) as the "active / progress / ignite" signal, a warm peach note for
 * humanity. Dark-first. Quiet, physical motion. No neon, no clutter.
 *
 * Brand palette pulled from bestdoctorsinsurance.com (Elementor globals):
 *   primary #0B2159 · accent #00CEFF · supporting #007BAA/#00A4D3 · warm #FFBC7D
 */

/* ── tokens ─────────────────────────────────────────────────────────────── */
:root {
  --ink:        #070d1a;   /* deepest background */
  --bg:         #0a1428;   /* canvas */
  --bg-2:       #0c1a35;   /* raised band */
  --navy:       #0b2159;   /* BDI primary */
  --navy-lift:  #12306f;
  --cyan:       #00ceff;   /* BDI accent — the glow */
  --cyan-deep:  #0090c4;
  --azure:      #007baa;
  --peach:      #ffbc7d;   /* warm accent */
  --gold:       #ffd7a3;
  --amber:      #ff9e6b;   /* warm complement to cyan (ambient) */
  --indigo:     #6c7ce0;   /* periwinkle depth (ambient) */
  --teal:       #24e0c0;   /* cool green-teal (ambient highlight) */

  --text:       #e9f0fa;
  --muted:      #9fb3cf;
  --faint:      #6b81a3;

  --glass:      rgba(255,255,255,.045);
  --glass-2:    rgba(255,255,255,.07);
  --line:       rgba(150,185,235,.14);
  --line-soft:  rgba(150,185,235,.08);

  --cyan-glow:  0 0 0 1px rgba(0,206,255,.45), 0 0 22px -4px rgba(0,206,255,.55);
  --radius:     16px;
  --radius-s:   11px;
  --maxw:       1120px;
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(1200px 800px at 70% -10%, #10224a 0%, transparent 55%),
    radial-gradient(1000px 680px at 16% 116%, rgba(255,158,107,.12), transparent 58%),
    radial-gradient(760px 520px at 92% 108%, rgba(255,180,120,.08), transparent 60%),
    linear-gradient(180deg, #0e1730 0%, #0a1128 48%, #120f22 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}

/* ── ambient aurora — three drifting light-fields (cyan · amber · indigo) ── */
.fx { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.blob {
  position: absolute; border-radius: 50%; filter: blur(90px);
  mix-blend-mode: screen; will-change: transform, opacity;
}
/* Each blob drifts AND swells/fades in intensity, on its own out-of-phase
   timing — so the amber and blue rise and dim against each other. */
.b1 { width: 48vw; height: 48vw; top: -16%; right: -10%;   /* cyan */
  background: radial-gradient(circle at 50% 50%, rgba(0,206,255,.66), transparent 68%);
  opacity: .5; animation: drift 8s var(--ease) infinite alternate, glowCyan 6s ease-in-out infinite; }
.b2 { width: 52vw; height: 52vw; bottom: -16%; left: -12%; /* amber */
  background: radial-gradient(circle at 50% 50%, rgba(255,158,107,.66), transparent 66%);
  opacity: .85; animation: drift 10s var(--ease) infinite alternate, glowAmber 7.5s ease-in-out -3.5s infinite; }
.b3 { width: 40vw; height: 40vw; top: 32%; left: 28%;      /* indigo depth */
  background: radial-gradient(circle at 50% 50%, rgba(108,124,224,.46), transparent 70%);
  opacity: .4; animation: drift 12s var(--ease) infinite alternate, glowSoft 9s ease-in-out -5s infinite; }
.b4 { width: 34vw; height: 34vw; top: 4%; left: 2%;        /* warm support */
  background: radial-gradient(circle at 50% 50%, rgba(255,180,120,.40), transparent 70%);
  opacity: .5; animation: drift 10s var(--ease) infinite alternate, glowAmber 8.5s ease-in-out -2s infinite; }
@keyframes drift {
  0%   { transform: translate3d(0,0,0) scale(1); }
  50%  { transform: translate3d(5vw,-4vw,0) scale(1.14); }
  100% { transform: translate3d(-4vw,5vw,0) scale(0.94); }
}
@keyframes glowCyan  { 0%, 100% { opacity: .26; } 50% { opacity: .80; } }
@keyframes glowAmber { 0%, 100% { opacity: .34; } 50% { opacity: .94; } }
@keyframes glowSoft  { 0%, 100% { opacity: .20; } 50% { opacity: .52; } }

/* faint drifting constellation grid + film grain — kills the flat "plastic" look */
body::before {
  content: ""; position: fixed; inset: -2px; z-index: 0; pointer-events: none; opacity: .45;
  background-image: radial-gradient(circle at 1px 1px, rgba(160,195,245,.11) 1px, transparent 0);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 30%, #000 32%, transparent 80%);
          mask-image: radial-gradient(120% 90% at 50% 30%, #000 32%, transparent 80%);
  animation: gridDrift 13s linear infinite;
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes gridDrift { to { background-position: 46px 92px; } }

h1, h2, h3, h4 { font-weight: 600; letter-spacing: -.02em; line-height: 1.12; margin: 0; }
p { margin: 0; }
a { color: inherit; }
em { font-style: normal; color: var(--cyan); }

.wrap { width: min(var(--maxw), 92vw); margin: 0 auto; position: relative; z-index: 1; }
.measure { max-width: 62ch; }

/* ── scroll progress ────────────────────────────────────────────────────── */
#progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--azure), var(--cyan));
  box-shadow: 0 0 12px rgba(0,206,255,.6); z-index: 60; transition: width .1s linear;
}

/* ── gate ───────────────────────────────────────────────────────────────── */
#gate {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center;
  padding: 24px;
  background:
    radial-gradient(700px 460px at 76% -8%, rgba(0,206,255,.10), transparent 62%),
    linear-gradient(180deg, rgba(8,16,37,.82), rgba(6,11,23,.9));
  backdrop-filter: blur(4px);
}
.gate-card {
  width: min(440px, 94vw);
  background: linear-gradient(180deg, rgba(18,34,66,.72), rgba(10,18,38,.82));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 32px 30px;
  backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.05);
}
.gate-logo { height: 26px; width: auto; margin-bottom: 22px; opacity: .95; }
.gate-card h2 { font-size: 20px; margin-bottom: 8px; }
.gate-card p { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.gate-hint { color: var(--faint); }
.gate-card form { display: flex; gap: 10px; }
.gate-card input {
  flex: 1; min-width: 0; padding: 12px 14px; border-radius: 10px;
  border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--text);
  font-size: 15px; font-family: inherit; letter-spacing: .01em;
}
#codeInput { letter-spacing: .5em; text-align: center; font-size: 18px; }
.gate-card input:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,206,255,.18); }
.gate-card button[type=submit], .btn-primary {
  padding: 12px 18px; border: none; border-radius: 10px; cursor: pointer;
  background: linear-gradient(180deg, var(--cyan), var(--cyan-deep)); color: #052030;
  font-weight: 700; font-size: 14px; font-family: inherit; white-space: nowrap;
  transition: transform .12s var(--ease), filter .12s var(--ease);
}
.gate-card button:hover, .btn-primary:hover { filter: brightness(1.06); transform: translateY(-1px); }
.gate-card button:disabled { opacity: .6; cursor: default; transform: none; }
.gate-msg { margin-top: 12px; font-size: 13px; color: #ff9c8f; min-height: 18px; }
.gate-msg.ok { color: var(--cyan); }
.gate-link {
  background: none; border: none; color: var(--muted); cursor: pointer;
  font-size: 13px; text-decoration: underline; padding: 8px 0 0; margin-right: 14px; font-family: inherit;
}
.gate-link:hover { color: var(--text); }
.gate-preview {
  margin-top: 20px; padding-top: 16px; border-top: 1px dashed var(--line);
}
.gate-preview button {
  width: 100%; padding: 11px; border-radius: 10px; cursor: pointer; font-family: inherit;
  background: var(--glass); border: 1px solid var(--line); color: var(--muted); font-size: 13px;
}
.gate-preview button:hover { color: var(--text); border-color: var(--cyan); }
.spin { display: inline-block; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.25); border-top-color: var(--cyan); border-radius: 50%; animation: spin 1s linear infinite; vertical-align: -3px; margin-right: 8px; }
@keyframes spin { to { transform: rotate(360deg); } }
.shake { animation: shake .4s; }
@keyframes shake { 10%,90%{transform:translateX(-1px)} 30%,70%{transform:translateX(3px)} 50%{transform:translateX(-5px)} }

/* ── nav ────────────────────────────────────────────────────────────────── */
nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 20px;
  padding: 14px min(4vw, 40px);
  background: rgba(8,15,32,.68); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
nav .brand { display: flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: .04em; color: var(--muted); }
nav .brand img { height: 20px; }
nav .brand .x { color: var(--cyan); }
nav .navlinks { display: flex; gap: 22px; list-style: none; margin: 0 auto 0 12px; padding: 0; }
nav .navlinks a { color: var(--muted); text-decoration: none; font-size: 13.5px; transition: color .15s; }
nav .navlinks a:hover { color: var(--text); }
nav .lockchip { font-size: 12px; color: var(--faint); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; white-space: nowrap; }
nav .lockchip b { color: var(--cyan); font-weight: 600; }

/* ── hero ───────────────────────────────────────────────────────────────── */
.hero { position: relative; z-index: 1; padding: clamp(70px, 13vh, 150px) 0 90px; overflow: hidden; }
.hero .wrap { text-align: center; position: relative; z-index: 1; }
.eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: 12px; color: var(--cyan); margin-bottom: 18px; }
.hero h1 { font-size: clamp(38px, 6.4vw, 74px); font-weight: 600; letter-spacing: -.035em; animation: breathe 5s ease-in-out infinite; }
.hero .sub { color: var(--muted); font-size: clamp(16px, 2vw, 19px); max-width: 60ch; margin: 22px auto 0; }
.hero-meta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero-meta > div {
  background: var(--glass); border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 18px; font-size: 14px; color: var(--text); min-width: 150px;
}
.hero-meta b { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--faint); font-weight: 600; margin-bottom: 3px; }
.scrollcue { margin-top: 40px; color: var(--faint); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; animation: bob 2.4s var(--ease) infinite; }
@keyframes bob { 50% { transform: translateY(6px); } }

/* The headline breathes a soft cyan glow (see .hero h1 rule). */
@keyframes breathe {
  0%, 100% { text-shadow: 0 0 0 rgba(0,206,255,0); }
  50%      { text-shadow: 0 0 34px rgba(0,206,255,.28); }
}

/* ── bands / sections ───────────────────────────────────────────────────── */
.band { position: relative; z-index: 1; padding: clamp(64px, 9vh, 110px) 0; }
.band--raised { background: linear-gradient(180deg, rgba(12,26,53,.55), rgba(10,20,40,.2)); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.sec-head { margin-bottom: 42px; }
.sec-head .eyebrow { margin-bottom: 12px; }
.sec-head h2 { font-size: clamp(28px, 4vw, 44px); }
.sec-head .lead { color: var(--muted); font-size: 17px; margin-top: 16px; }

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

/* ── the builder (centrepiece) ──────────────────────────────────────────── */
.builder-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 10px; }
.maturity { flex: 1; min-width: 260px; }
.maturity-label { display: flex; justify-content: space-between; font-size: 12px; color: var(--faint); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 8px; }
.maturity-track { height: 8px; border-radius: 999px; background: rgba(255,255,255,.06); overflow: hidden; border: 1px solid var(--line-soft); }
.maturity-fill { height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--azure), var(--cyan)); box-shadow: 0 0 16px rgba(0,206,255,.5); transition: width .7s var(--ease); }
.maturity-stops { display: flex; justify-content: space-between; font-size: 11px; color: var(--faint); margin-top: 6px; }
.maturity-stops span.active { color: var(--cyan); }

/* tier "walls" */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 30px 0 44px; }
.tier {
  position: relative; text-align: left; cursor: pointer; font-family: inherit;
  background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 22px 20px; color: var(--text); transition: transform .15s var(--ease), border-color .15s, background .15s;
}
.tier:hover { transform: translateY(-3px); border-color: rgba(0,206,255,.5); }
.tier.active { border-color: var(--cyan); background: rgba(0,206,255,.07); box-shadow: var(--cyan-glow); }
.tier .t-name { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--cyan); }
.tier.gold .t-name { color: var(--gold); }
.tier .t-head { font-size: 30px; font-weight: 600; letter-spacing: -.02em; margin: 6px 0 4px; }
.tier .t-tag { color: var(--muted); font-size: 14px; min-height: 40px; }
.tier ul { list-style: none; padding: 0; margin: 14px 0 0; }
.tier li { font-size: 13.5px; color: var(--text); padding-left: 20px; position: relative; margin: 7px 0; }
.tier li::before { content: "→"; position: absolute; left: 0; color: var(--cyan); }
.tier .t-pick { margin-top: 16px; font-size: 12px; color: var(--faint); text-transform: uppercase; letter-spacing: .1em; }
.tier.active .t-pick { color: var(--cyan); }
.tier .t-pick b { font-weight: 600; }

/* year lanes */
.lanes { display: grid; gap: 18px; }
.lane { border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; background: rgba(8,16,34,.4); }
.lane-head { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-bottom: 1px solid var(--line-soft); }
.lane-node { width: 32px; height: 32px; border-radius: 50%; flex: none; display: grid; place-items: center; font-weight: 700; font-size: 13px; border: 2px solid var(--faint); color: var(--faint); transition: all .4s var(--ease); }
.lane.lit .lane-node { border-color: var(--cyan); color: #052030; background: var(--cyan); box-shadow: 0 0 18px rgba(0,206,255,.6); }
.lane-title { font-size: 18px; font-weight: 600; }
.lane-title span { color: var(--faint); font-weight: 400; font-size: 14px; margin-left: 8px; }
.lane-sum { margin-left: auto; font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.lane-sum b { color: var(--cyan); font-weight: 600; }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; padding: 16px; }
.fa {
  position: relative; text-align: left; cursor: pointer; font-family: inherit;
  background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius-s);
  padding: 15px 15px 14px; color: var(--text); transition: transform .14s var(--ease), border-color .14s, background .14s;
}
.fa:hover { transform: translateY(-2px); border-color: rgba(0,206,255,.45); }
.fa.selected { border-color: var(--cyan); background: rgba(0,206,255,.08); box-shadow: var(--cyan-glow); }
.fa .fa-tag { display: inline-block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--cyan); border: 1px solid rgba(0,206,255,.3); border-radius: 999px; padding: 2px 9px; margin-bottom: 9px; }
.fa.comp .fa-tag { color: var(--peach); border-color: rgba(255,188,125,.4); }
.fa .fa-title { font-size: 15px; font-weight: 600; line-height: 1.25; }
.fa .fa-blurb { font-size: 12.5px; color: var(--muted); margin-top: 7px; }
.fa .fa-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.fa .fa-flag { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--faint); }
.fa.is-core .fa-flag { color: var(--cyan); }
.fa.comp .fa-flag { color: var(--peach); }
.fa .fa-check { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--faint); display: grid; place-items: center; font-size: 12px; color: transparent; transition: all .2s; }
.fa.selected .fa-check { background: var(--cyan); border-color: var(--cyan); color: #052030; }
/* Core (default) items read solid; optional bolt-ons are lighter/italic/dashed
   until chosen — the partners' "regular vs. light/italics" distinction. */
.fa.is-option { opacity: .8; }
.fa.is-option:not(.selected) { border-style: dashed; }
.fa.is-option .fa-title { font-weight: 500; font-style: italic; }
.fa.is-option.selected { opacity: 1; }
/* drag-to-move between year lanes */
.fa { cursor: grab; }
.fa:active { cursor: grabbing; }
.fa-grip { position: absolute; top: 12px; right: 12px; color: var(--faint); font-size: 12px; letter-spacing: -2px; opacity: 0; transition: opacity .15s; }
.fa:hover .fa-grip, .fa:focus-visible .fa-grip { opacity: .6; }
.fa.dragging { opacity: .4; }
.lane.drop-target { outline: 2px dashed var(--cyan); outline-offset: -5px; background: rgba(0,206,255,.06); }
.move-hint { font-size: 12.5px; color: var(--faint); margin: -6px 0 18px; }
.move-hint b { color: var(--muted); font-weight: 600; }

/* sticky pricing dock */
.dock {
  position: sticky; bottom: 16px; z-index: 40; margin-top: 30px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(16,32,64,.92), rgba(9,17,36,.94));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 22px; backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px -28px rgba(0,0,0,.7);
}
.dock .d-label { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--faint); }
.dock .d-total { font-size: 30px; font-weight: 600; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.dock .d-total .cur { color: var(--cyan); }
.dock .d-count { font-size: 13px; color: var(--muted); }
.dock .d-cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.btn-primary.rise { animation: rise .5s var(--ease); }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } }
.btn-ghost { background: var(--glass); border: 1px solid var(--line); color: var(--muted); padding: 12px 16px; border-radius: 10px; cursor: pointer; font-family: inherit; font-size: 13px; }
.btn-ghost:hover { color: var(--text); border-color: var(--cyan); }

/* ── generic content grids ──────────────────────────────────────────────── */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.card {
  background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; transition: border-color .15s, transform .15s;
}
.card:hover { border-color: rgba(0,206,255,.3); }
.card h3 { font-size: 17px; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 14px; }
.v-outcome { margin-top: 14px !important; padding-top: 12px; border-top: 1px solid var(--line-soft); color: var(--text) !important; font-size: 13.5px !important; }
.v-outcome .vo-lbl { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--peach); margin-bottom: 4px; }

/* operator inline edit */
.edit-toggle {
  position: fixed; bottom: 18px; right: 18px; z-index: 46; font-family: inherit; cursor: pointer;
  background: var(--glass); border: 1px solid var(--line); color: var(--muted);
  padding: 10px 16px; border-radius: 999px; font-size: 13px; backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px -12px rgba(0,0,0,.6); transition: color .15s, border-color .15s, background .15s;
}
.edit-toggle:hover { color: var(--text); border-color: var(--cyan); }
.edit-toggle.is-on { background: rgba(0,206,255,.14); border-color: var(--cyan); color: var(--cyan); }
body.editing .editable { outline: 1px dashed rgba(0,206,255,.5); outline-offset: 3px; border-radius: 4px; cursor: text; transition: background .15s; }
body.editing .editable:hover { background: rgba(0,206,255,.07); }
body.editing .editable:focus { outline: 2px solid var(--cyan); background: rgba(0,206,255,.1); }

/* value case — "a team, not a body" */
.tvb { text-align: center; max-width: 820px; margin: 0 auto; }
.tvb-head { font-size: clamp(30px, 5vw, 52px); letter-spacing: -.03em; margin: 8px 0 18px; }
.tvb-head::after { content: ""; display: block; width: 64px; height: 3px; margin: 18px auto 0; border-radius: 3px; background: linear-gradient(90deg, var(--peach), var(--cyan)); }
.tvb-body { color: var(--muted); font-size: 17px; margin: 0 auto; }

/* SOW outcomes — "what this buys you" */
.sow-value { margin: 20px 0 4px; padding: 16px; border: 1px solid rgba(255,188,125,.28); border-radius: var(--radius-s); background: rgba(255,188,125,.05); }
.sow-value-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--peach); margin: 0 0 8px; }
.sow-outcomes { list-style: none; padding: 0; margin: 0; }
.sow-outcomes li { font-size: 13.5px; color: var(--text); padding: 5px 0; }
.sow-outcomes .so-year { display: inline-block; min-width: 92px; color: var(--peach); font-weight: 600; }

/* people */
.person { text-align: left; }
.avatar { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--navy-lift), var(--azure)); color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 12px; box-shadow: inset 0 1px 0 rgba(255,255,255,.15); }
.person h3 { font-size: 16px; }
.person .p-role { color: var(--cyan); font-size: 12.5px; margin-top: 3px; }
.person .p-bio { color: var(--muted); font-size: 13.5px; margin-top: 9px; }

/* references */
.quote { border-left: 2px solid var(--cyan); padding: 6px 0 6px 20px; }
.quote p { font-size: 15.5px; line-height: 1.6; }
.quote .who { color: var(--faint); font-size: 13px; margin-top: 12px; font-style: normal; }

/* investment strip */
.invest { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.invest .big { font-size: clamp(34px, 6vw, 56px); font-weight: 600; color: var(--peach); letter-spacing: -.03em; }
.invest ul { list-style: none; margin: 0; padding: 0; flex: 1; min-width: 280px; }
.invest li { padding-left: 22px; position: relative; margin: 8px 0; font-size: 14px; color: var(--text); }
.invest li::before { content: "✦"; position: absolute; left: 0; color: var(--peach); }

/* ── SOW modal ──────────────────────────────────────────────────────────── */
.modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 24px; background: rgba(4,8,18,.72); backdrop-filter: blur(6px); }
.modal[hidden] { display: none; }
.modal-card { width: min(640px, 96vw); max-height: 88vh; overflow: auto; background: linear-gradient(180deg, rgba(16,32,64,.96), rgba(9,17,36,.98)); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 40px 100px -30px rgba(0,0,0,.8); }
.modal-card h3 { font-size: 22px; }
.modal-card .m-sub { color: var(--muted); font-size: 14px; margin-top: 6px; }
.sow-list { list-style: none; padding: 0; margin: 22px 0; }
.sow-year { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--cyan); margin: 16px 0 6px; }
.sow-item { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.sow-item .si-price { color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.sow-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.sow-total .st-lbl { font-size: 13px; color: var(--faint); text-transform: uppercase; letter-spacing: .1em; }
.sow-total .st-val { font-size: 26px; font-weight: 600; color: var(--cyan); font-variant-numeric: tabular-nums; }
.modal-actions { display: flex; gap: 12px; margin-top: 24px; }
.modal-actions .btn-primary { flex: 1; justify-content: center; }
.sow-note { font-size: 12px; color: var(--faint); margin-top: 18px; line-height: 1.6; }
.accept-done { text-align: center; padding: 20px 0; }
.accept-done .big-check { width: 64px; height: 64px; border-radius: 50%; background: rgba(0,206,255,.15); border: 2px solid var(--cyan); display: grid; place-items: center; margin: 0 auto 18px; font-size: 30px; color: var(--cyan); box-shadow: 0 0 30px rgba(0,206,255,.4); }

/* ── footer ─────────────────────────────────────────────────────────────── */
footer { position: relative; z-index: 1; padding: 50px 0; border-top: 1px solid var(--line-soft); text-align: center; color: var(--faint); font-size: 13px; }
footer .disclaimer { max-width: 76ch; margin: 0 auto 18px; line-height: 1.7; }
footer img { height: 22px; opacity: .8; margin-bottom: 16px; }

/* ── completion flourish ────────────────────────────────────────────────── */
.done-toast {
  position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%) translateY(20px);
  background: rgba(0,206,255,.12); border: 1px solid var(--cyan); color: var(--cyan);
  padding: 12px 22px; border-radius: 999px; font-size: 14px; z-index: 45; opacity: 0;
  pointer-events: none; transition: opacity .4s, transform .4s var(--ease); backdrop-filter: blur(10px);
}
.done-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 860px) {
  nav .navlinks { display: none; }
  .tiers { grid-template-columns: 1fr; }
  .dock { flex-direction: column; align-items: flex-start; }
  .dock .d-cta { margin-left: 0; width: 100%; }
  .dock .d-cta .btn-primary { flex: 1; justify-content: center; }
}

/* ── proposal sections ─────────────────────────────────────────────────── */
.needs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.needs-col ul { list-style: none; padding: 0; margin: 12px 0 0; }
.needs-col li { position: relative; padding-left: 20px; margin: 9px 0; font-size: 14px; color: var(--text); }
.needs-col li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--faint); }
.needs-col h3 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; }
.nc-chal h3 { color: var(--muted); } .nc-chal li { color: var(--muted); } .nc-chal li::before { background: #ff9c8f; }
.nc-part h3 { color: var(--cyan); } .nc-part li::before { background: var(--cyan); }
.nc-out  h3 { color: var(--peach); } .nc-out li::before { background: var(--peach); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.stat { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.stat-n { display: block; font-size: 30px; font-weight: 600; color: var(--cyan); letter-spacing: -.02em; }
.stat-l { display: block; font-size: 12.5px; color: var(--muted); margin-top: 6px; }

.c-tag { display: inline-block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--cyan); border: 1px solid rgba(0,206,255,.3); border-radius: 999px; padding: 2px 10px; margin-bottom: 10px; }

.domains { margin-top: 22px; }
.domains-lbl { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--faint); margin-bottom: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span { font-size: 13px; color: var(--text); background: var(--glass); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; }

.phases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.phase { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.phase--beyond { border-color: rgba(255,215,163,.4); background: rgba(255,215,163,.05); }
.phase-h { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.phase .pn { font-size: 13px; font-weight: 700; color: var(--cyan); }
.phase--beyond .pn { color: var(--gold); }
.phase .pt { font-size: 15px; font-weight: 600; }
.phase ul { list-style: none; padding: 0; margin: 0; }
.phase li { font-size: 13px; color: var(--muted); padding-left: 16px; position: relative; margin: 8px 0; }
.phase li::before { content: "\203A"; position: absolute; left: 0; color: var(--cyan); }

.horizon { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hz-col { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.hz-h { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line-soft); padding-bottom: 10px; margin-bottom: 12px; }
.hz-y { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--faint); }
.hz-t { font-size: 16px; font-weight: 600; color: var(--cyan); }
.hz-col ul { list-style: none; padding: 0; margin: 0; }
.hz-col li { font-size: 13.5px; color: var(--muted); padding-left: 18px; position: relative; margin: 9px 0; }
.hz-col li::before { content: "\2192"; position: absolute; left: 0; color: var(--cyan); }

.invest-lbl { color: var(--muted); font-size: 13px; margin-top: 6px; max-width: 32ch; }
.pricing { margin-top: 22px; }
.pricing-note { font-size: 13.5px; color: var(--muted); margin-bottom: 12px; }
.pricing-areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.parea { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius-s); padding: 14px; }
.pa-name { display: block; font-size: 14px; font-weight: 600; }
.pa-range { display: block; font-size: 13px; color: var(--cyan); margin-top: 4px; font-variant-numeric: tabular-nums; }

.assump-d { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 2px 20px; }
.assump-d summary { cursor: pointer; padding: 15px 0; font-size: 14px; color: var(--cyan); }
.assump-d ul { margin: 0 0 14px; padding-left: 20px; }
.assump-d li { font-size: 13px; color: var(--muted); margin: 9px 0; }

.band--accept { text-align: center; }
.band--accept .wrap { max-width: 640px; }
.band--accept h2 { font-size: clamp(28px, 4vw, 42px); }
.band--accept p { color: var(--muted); font-size: 17px; margin: 16px auto 26px; }
.band--accept .btn-primary { font-size: 15px; padding: 14px 26px; text-decoration: none; }

@media (max-width: 860px) {
  .needs-grid, .stats, .phases, .horizon, .pricing-areas { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  /* freeze the aurora in a pleasing static composition rather than mid-drift */
  .blob { transform: none !important; }
}
