/* ============================================================
   Social Onboard — Premium corporate-blue landing system
   ============================================================ */

:root {
  /* Brand — clean royal blue (overridable via Tweaks) */
  --brand:        #1b50e5;
  --brand-strong: #1438b8;
  --brand-deep:   #0f2a8c;
  --brand-tint:   #e9efff;
  --brand-tint-2: #f4f7fe;
  --accent:       #3b82f6;

  /* Ink + neutrals */
  --navy:    #0a1430;
  --navy-2:  #0e1b3d;
  --ink:     #111c38;
  --ink-soft:#4a5573;
  --ink-mute:#76819c;
  --line:    #e4e9f4;
  --line-2:  #eef2fb;
  --white:   #ffffff;
  --bg-tint: #f5f8ff;

  /* Type */
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans:  "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  /* Geometry */
  --maxw: 1200px;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(16,28,56,.06), 0 4px 14px rgba(16,28,56,.05);
  --shadow-md: 0 8px 30px rgba(20,45,120,.10), 0 2px 8px rgba(20,45,120,.06);
  --shadow-lg: 0 30px 70px -20px rgba(15,42,140,.35), 0 10px 30px -12px rgba(15,42,140,.22);
  --shadow-glow: 0 24px 60px -18px rgba(27,80,229,.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.01em; line-height: 1.08; color: var(--ink); text-wrap: balance; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* ---------- Shared atoms ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--brand);
}
.eyebrow::before {
  content: ""; width: 22px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), transparent);
}
.eyebrow.center::before { display: none; }
.eyebrow.dim { color: #8ea6ff; }

.section-head { max-width: 720px; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 { font-size: clamp(30px, 4vw, 50px); }
.section-head .lede { margin-top: 18px; font-size: 18px; color: var(--ink-soft); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-weight: 600; font-size: 16px;
  padding: 15px 26px; border-radius: 12px; cursor: pointer; border: 1px solid transparent;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s, background .2s, color .2s;
  white-space: nowrap;
}
.btn .arrow { transition: transform .25s cubic-bezier(.2,.7,.2,1); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary {
  background: var(--brand); color: #fff;
  box-shadow: 0 10px 24px -10px rgba(27,80,229,.7), inset 0 1px 0 rgba(255,255,255,.18);
}
.btn-primary:hover { background: var(--brand-strong); transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(27,80,229,.8); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: #c8d3ec; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-light { background: #fff; color: var(--brand-strong); }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -14px rgba(0,0,0,.5); }
.btn-lg { padding: 18px 32px; font-size: 17px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  transition: background .35s, box-shadow .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled { background: rgba(255,255,255,.82); backdrop-filter: blur(14px) saturate(1.4); border-bottom-color: var(--line); box-shadow: 0 1px 20px rgba(16,28,56,.05); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--sans); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; color: var(--ink); white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; border-radius: 9px; position: relative; flex: none; display: inline-block; overflow: visible; filter: drop-shadow(0 6px 16px rgba(27,80,229,.45)); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.brand-mark::before { content: ""; position: absolute; inset: 0; display: grid; place-items: center; }
.brand-mark svg { position: absolute; inset: 0; margin: auto; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-family: var(--sans); font-weight: 500; font-size: 15px; color: var(--ink-soft); position: relative; transition: color .2s; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--brand); border-radius: 2px; transition: width .25s; }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-cta .btn { padding: 11px 20px; font-size: 15px; }
@media (max-width: 880px) { .nav-links { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 150px 0 90px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(120% 90% at 78% 8%, #000 0%, transparent 62%);
  -webkit-mask-image: radial-gradient(120% 90% at 78% 8%, #000 0%, transparent 62%);
  opacity: .8;
}
.glow { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; }
.glow.g1 { width: 620px; height: 620px; top: -240px; right: -160px; background: radial-gradient(circle, rgba(27,80,229,.30), transparent 65%); }
.glow.g2 { width: 460px; height: 460px; top: 120px; left: -180px; background: radial-gradient(circle, rgba(59,130,246,.20), transparent 65%); }

.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px 7px 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 100px; box-shadow: var(--shadow-sm);
  font-family: var(--sans); font-weight: 600; font-size: 13.5px; color: var(--ink-soft); margin-bottom: 26px;
}
.hero-pill .tag { background: var(--brand-tint); color: var(--brand-strong); font-weight: 700; font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; padding: 4px 9px; border-radius: 100px; }
.hero h1 { font-size: clamp(38px, 5.4vw, 66px); letter-spacing: -0.025em; }
.hero h1 .accent { font-style: italic; color: var(--brand); }
.hero-sub { margin-top: 24px; font-size: 19px; line-height: 1.55; color: var(--ink-soft); max-width: 560px; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-trust { margin-top: 26px; display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink-mute); }
.hero-trust .dot { width: 7px; height: 7px; border-radius: 50%; background: #18b56a; box-shadow: 0 0 0 4px rgba(24,181,106,.16); }

@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 124px; }
}

/* ---------- Hero dashboard card ---------- */
.hero-visual { position: relative; }
.dash {
  position: relative; z-index: 2; background: #fff; border: 1px solid var(--line);
  border-radius: 22px; box-shadow: var(--shadow-lg); padding: 22px; overflow: hidden;
}
.dash::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dash-title { font-family: var(--sans); font-weight: 700; font-size: 15px; color: var(--ink); display: flex; align-items: center; gap: 9px; }
.live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--sans); font-size: 12px; font-weight: 600; color: #18b56a; background: rgba(24,181,106,.10); padding: 5px 10px; border-radius: 100px; }
.live .ping { width: 7px; height: 7px; border-radius: 50%; background: #18b56a; position: relative; }
.live .ping::after { content: ""; position: absolute; inset: -3px; border-radius: 50%; border: 2px solid rgba(24,181,106,.5); animation: ping 1.8s ease-out infinite; }
@keyframes ping { 0% { transform: scale(.7); opacity: 1; } 100% { transform: scale(2.1); opacity: 0; } }

.dash-hero-metric { background: linear-gradient(160deg, #0e1b3d, #15276a); border-radius: 16px; padding: 20px; color: #fff; position: relative; overflow: hidden; }
.dash-hero-metric .label { font-family: var(--sans); font-size: 13px; color: #aebbe6; font-weight: 500; }
.dash-hero-metric .value { font-family: var(--serif); font-size: 40px; font-weight: 500; letter-spacing: -.02em; margin-top: 4px; }
.dash-hero-metric .delta { display: inline-flex; align-items: center; gap: 5px; margin-top: 8px; font-family: var(--sans); font-size: 13px; font-weight: 600; color: #6ee7a8; }
.dash-hero-metric .spark { position: absolute; right: 16px; bottom: 14px; display: flex; align-items: flex-end; gap: 5px; height: 56px; }
.dash-hero-metric .spark i { width: 9px; background: linear-gradient(180deg, #4f8cff, #2a5bff); border-radius: 3px; display: block; transform-origin: bottom; animation: grow 1.1s cubic-bezier(.2,.7,.2,1) backwards; }
@keyframes grow { from { transform: scaleY(0); } }

.dash-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.dchip { background: var(--bg-tint); border: 1px solid var(--line-2); border-radius: 12px; padding: 13px 14px; }
.dchip .k { font-family: var(--sans); font-size: 12px; color: var(--ink-mute); font-weight: 500; }
.dchip .v { font-family: var(--sans); font-size: 21px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; margin-top: 2px; }
.dchip .v small { font-size: 13px; color: #18b56a; font-weight: 600; margin-left: 4px; }

.float-card { position: absolute; z-index: 3; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-md); padding: 12px 15px; display: flex; align-items: center; gap: 11px; font-family: var(--sans); }
.float-card .ic { width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.float-card .ttl { font-size: 13px; font-weight: 700; color: var(--ink); }
.float-card .desc { font-size: 11.5px; color: var(--ink-mute); }
.float-1 { left: -26px; top: 38px; animation: floaty 6s ease-in-out infinite; }
.float-2 { right: -22px; bottom: 30px; animation: floaty 7s ease-in-out infinite .8s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (max-width: 1080px) { .float-card { display: none; } }

/* ============================================================
   STATS BAR
   ============================================================ */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-tint); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 40px 28px; text-align: center; border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat .num { font-family: var(--serif); font-size: clamp(34px, 4vw, 48px); font-weight: 500; color: var(--brand-strong); letter-spacing: -.02em; line-height: 1; }
.stat .cap { margin-top: 10px; font-family: var(--sans); font-size: 14px; color: var(--ink-soft); font-weight: 500; }
@media (max-width: 760px) { .stats-grid { grid-template-columns: 1fr 1fr; } .stat:nth-child(3) { border-left: none; } .stat:nth-child(odd) { border-left: none; } .stat:nth-child(even){border-top:none;} }

/* ============================================================
   GENERIC SECTION
   ============================================================ */
section { position: relative; }
.band { padding: 116px 0; }
.band.tint { background: var(--bg-tint); }
.band.center { text-align: center; }
.band.center .section-head { margin: 0 auto; }

/* ---------- New Model ---------- */
.model-top { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: end; }
.model-statement { font-family: var(--serif); font-size: clamp(26px, 3.2vw, 38px); line-height: 1.18; color: var(--ink); }
.model-statement em { font-style: italic; color: var(--brand); }
.have-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 54px; align-items: stretch; }
.have-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); position: relative; }
.have-card.need { background: linear-gradient(165deg, var(--brand), var(--brand-deep)); color: #fff; border-color: transparent; box-shadow: var(--shadow-glow); }
.have-card .step-ic { display: block; width: auto; height: 124px; border-radius: 12px; background: linear-gradient(160deg, var(--brand-tint), #fff); border: 1px solid var(--line); color: var(--brand-strong); margin: -8px -8px 18px; overflow: hidden; position: relative; }
.have-card .step-ic svg { width: 100%; height: 100%; display: block; }
.have-card.need .step-ic { background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(255,255,255,.04)); border-color: rgba(255,255,255,.18); color: #fff; }
.have-card h3 { font-family: var(--sans); font-weight: 700; font-size: 18px; letter-spacing: -.01em; }
.have-card.need h3 { color: #fff; }
.have-card p { margin-top: 7px; font-size: 14.5px; color: var(--ink-soft); }
.have-card.need p { color: #d6e0ff; }
@media (max-width: 920px) { .model-top { grid-template-columns: 1fr; gap: 26px; } .have-row { grid-template-columns: 1fr 1fr; } }

/* ---------- Who We Work With ---------- */
.who-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.who-copy .lede { margin-top: 18px; font-size: 18px; color: var(--ink-soft); }
.who-note { margin-top: 26px; padding: 18px 22px; background: var(--brand-tint-2); border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: 12px; font-size: 15.5px; color: var(--ink); font-weight: 500; }
.checklist { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 12px; }
.checklist .ch-head { padding: 16px 18px 12px; font-family: var(--sans); font-weight: 700; font-size: 14px; color: var(--ink-mute); letter-spacing: .02em; text-transform: uppercase; }
.check-item { display: flex; align-items: center; gap: 14px; padding: 17px 18px; border-top: 1px solid var(--line-2); }
.check-item .tick { width: 28px; height: 28px; border-radius: 8px; background: var(--brand-tint); color: var(--brand-strong); display: grid; place-items: center; flex: none; }
.check-item span { font-family: var(--sans); font-size: 16px; font-weight: 500; color: var(--ink); }
.who-right { display: flex; flex-direction: column; gap: 22px; }

.industries { margin-top: 28px; }
.industries .ind-label { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px; }
.ind-row { display: flex; flex-wrap: wrap; gap: 8px; }
.ind-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--ink); box-shadow: var(--shadow-sm); transition: transform .25s ease, border-color .25s, color .25s; }
.ind-pill svg { color: var(--brand); }
.ind-pill:hover { transform: translateY(-2px); border-color: var(--brand); color: var(--brand-strong); }

.stage-gauge { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 24px 22px; box-shadow: var(--shadow-md); }
.sg-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.sg-head { font-family: var(--sans); font-size: 13px; font-weight: 700; color: var(--ink-mute); letter-spacing: .12em; text-transform: uppercase; }
.sg-tag { font-family: var(--sans); font-size: 12.5px; font-weight: 700; color: var(--brand-strong); background: var(--brand-tint); padding: 5px 11px; border-radius: 999px; }
.sg-track { position: relative; height: 8px; background: var(--brand-tint); border-radius: 999px; margin: 30px 6px 22px; }
.sg-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 62%; background: linear-gradient(90deg, var(--brand), var(--brand-strong)); border-radius: 999px; box-shadow: 0 4px 14px -4px rgba(27,80,229,.6); }
.sg-tick { position: absolute; top: 50%; width: 2px; height: 14px; background: #cdd9f4; transform: translate(-50%, -50%); border-radius: 2px; }
.sg-marker { position: absolute; top: -28px; transform: translateX(-50%); }
.sg-marker::after { content: ""; position: absolute; left: 50%; bottom: -16px; width: 10px; height: 10px; background: #fff; border: 2px solid var(--brand); border-radius: 50%; transform: translate(-50%, 0); box-shadow: 0 4px 10px -2px rgba(27,80,229,.45); }
.sg-pill { display: inline-block; font-family: var(--sans); font-size: 11.5px; font-weight: 800; letter-spacing: .08em; color: #fff; background: linear-gradient(160deg, var(--brand), var(--brand-deep)); padding: 6px 10px; border-radius: 999px; white-space: nowrap; }
.sg-labels { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; font-family: var(--sans); font-size: 11.5px; font-weight: 600; color: var(--ink-mute); text-align: center; letter-spacing: .04em; }
.sg-labels span:first-child { text-align: left; }
.sg-labels span:last-child { text-align: right; }
.sg-labels span.active { color: var(--brand-strong); font-weight: 800; }

.who-strip { margin-top: 48px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 0; padding: 26px 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.ws-tile { text-align: center; padding: 4px 18px; }
.ws-num { font-family: var(--serif); font-size: clamp(28px, 3.4vw, 38px); font-weight: 600; color: var(--brand-strong); letter-spacing: -.01em; }
.ws-lbl { font-family: var(--sans); font-size: 13px; color: var(--ink-soft); margin-top: 4px; }
.ws-sep { width: 1px; height: 44px; background: var(--line); }

@media (max-width: 920px) {
  .who-grid { grid-template-columns: 1fr; gap: 36px; }
  .who-strip { grid-template-columns: 1fr 1fr; padding: 22px; gap: 18px 0; }
  .ws-sep { display: none; }
  .sg-labels { font-size: 10.5px; }
}

/* ---------- Differentiators ---------- */
.diff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 56px; }
.diff-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s, border-color .3s; position: relative; overflow: hidden; }
.diff-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d3def6; }
.diff-card .d-num { font-family: var(--serif); font-size: 15px; color: var(--brand); font-weight: 600; }
.diff-ic { display: block; width: auto; height: 148px; border-radius: 14px; background: linear-gradient(160deg, var(--brand-tint), #fff); border: 1px solid var(--line); color: var(--brand-strong); margin: -12px -12px 22px; overflow: hidden; position: relative; }
.diff-ic svg { width: 100%; height: 100%; display: block; }
.diff-card h3 { font-family: var(--sans); font-weight: 700; font-size: 22px; letter-spacing: -.015em; }
.diff-card p { margin-top: 12px; font-size: 16px; color: var(--ink-soft); }
.diff-card .pull { margin-top: 16px; font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--brand-strong); }
@media (max-width: 820px) { .diff-grid { grid-template-columns: 1fr; } }

/* ---------- How It Works (timeline) ---------- */
.timeline { position: relative; margin-top: 60px; padding-left: 0; }
.tl-track { position: absolute; left: 27px; top: 8px; bottom: 8px; width: 2px; background: var(--line); border-radius: 2px; }
.tl-fill { position: absolute; left: 0; top: 0; width: 100%; background: linear-gradient(180deg, var(--brand), var(--accent)); border-radius: 2px; height: 0; transition: height .15s linear; }
.tl-step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 26px; padding: 0 0 46px; }
.tl-step:last-child { padding-bottom: 0; }
.tl-node { width: 56px; height: 56px; border-radius: 50%; background: #fff; border: 2px solid var(--line); display: grid; place-items: center; font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--ink-mute); z-index: 2; transition: all .4s; }
.tl-step.active .tl-node { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 10px 24px -8px rgba(27,80,229,.7); }
.tl-body { padding-top: 8px; }
.tl-body h3 { font-family: var(--sans); font-weight: 700; font-size: 22px; letter-spacing: -.015em; }
.tl-body p { margin-top: 10px; font-size: 16.5px; color: var(--ink-soft); max-width: 620px; }
.tl-body .watch { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.tl-body .watch span { font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--brand-strong); background: var(--brand-tint); padding: 6px 12px; border-radius: 100px; }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.quote .mark { font-family: var(--serif); font-size: 54px; line-height: .6; color: var(--brand-tint); height: 26px; }
.quote p { font-family: var(--serif); font-size: 18px; line-height: 1.5; color: var(--ink); font-weight: 400; }
.quote .who { margin-top: auto; padding-top: 22px; display: flex; align-items: center; gap: 12px; }
.quote .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(150deg, var(--brand), var(--brand-deep)); color: #fff; display: grid; place-items: center; font-family: var(--sans); font-weight: 700; font-size: 15px; flex: none; }
.quote .nm { font-family: var(--sans); font-weight: 700; font-size: 15px; color: var(--ink); }
.quote .rl { font-family: var(--sans); font-size: 13px; color: var(--ink-mute); }
@media (max-width: 900px) { .quotes { grid-template-columns: 1fr; } }

/* ---------- Fit / Not a fit ---------- */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 54px; }
.fit-col { border-radius: var(--radius); padding: 34px; border: 1px solid var(--line); }
.fit-col.yes { background: #fff; box-shadow: var(--shadow-md); }
.fit-col.no { background: var(--bg-tint); }
.fit-col .fh { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.fit-col .fh .badge { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.fit-col.yes .badge { background: rgba(24,181,106,.12); color: #14935a; }
.fit-col.no .badge { background: rgba(146,158,184,.16); color: #76819c; }
.fit-col .fh h3 { font-family: var(--sans); font-weight: 700; font-size: 20px; }
.fit-list { display: flex; flex-direction: column; gap: 14px; }
.fit-list li { list-style: none; display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--ink); }
.fit-list .m { flex: none; margin-top: 3px; }
.fit-col.no .fit-list li { color: var(--ink-soft); }
@media (max-width: 820px) { .fit-grid { grid-template-columns: 1fr; } }

/* ---------- Final CTA ---------- */
.cta-band { position: relative; background: radial-gradient(120% 140% at 80% 0%, #16307f 0%, #0a1430 55%); color: #fff; overflow: hidden; padding: 120px 0; }
.cta-band .glow.cg { width: 600px; height: 600px; top: -200px; right: -120px; background: radial-gradient(circle, rgba(59,130,246,.35), transparent 65%); opacity: .8; }
.cta-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(100% 90% at 50% 0%, #000, transparent 70%); -webkit-mask-image: radial-gradient(100% 90% at 50% 0%, #000, transparent 70%); }
.cta-inner { position: relative; z-index: 2; text-align: center; max-width: 760px; margin: 0 auto; }
.cta-inner .eyebrow { color: #8ea6ff; justify-content: center; margin-bottom: 22px; }
.cta-inner h2 { color: #fff; font-size: clamp(34px, 4.6vw, 58px); }
.cta-inner h2 em { font-style: italic; color: #7fa0ff; }
.cta-inner p { margin-top: 22px; font-size: 19px; color: #c2cdee; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-actions { margin-top: 38px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-win { margin-top: 26px; font-family: var(--serif); font-style: italic; font-size: 18px; color: #9db3ee; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #060d22; color: #aeb8d4; padding: 64px 0 34px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer .brand { color: #fff; }
.footer-tag { margin-top: 14px; font-size: 15px; max-width: 320px; color: #8b97b8; }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.footer-col h4 { font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #6c7aa0; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 15px; color: #aeb8d4; margin-bottom: 11px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { padding-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: #6c7aa0; }

/* ---------- Tweaks root reset ---------- */
#tweaks-root { font-family: var(--sans); }
