/* ============================================================================
   StrikeList AI — design system
   Brand: navy #1B2838 · gold #C9A96E · strike red #C0392B (sampled from logo files)
   ========================================================================== */
:root {
  --navy: #1B2838;
  --navy-2: #24344A;
  --navy-deep: #121C29;
  --gold: #C9A96E;
  --gold-soft: #E8DCC2;
  --gold-tint: #F7F2E7;
  --gold-text: #86704A;      /* AA-contrast gold for small text on light backgrounds */
  --red: #C0392B;
  --red-soft: #E74C3C;
  --paper: #FAF9F6;
  --white: #FFFFFF;
  --ink: #1B2838;
  --ink-2: #3A4757;
  --muted: #5F6B7A;
  --line: #E7E3DA;
  --line-2: #D9D3C6;
  --ok: #2E7D5B;

  --font: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-1: 0 1px 2px rgba(27,40,56,.06), 0 8px 24px -12px rgba(27,40,56,.18);
  --shadow-2: 0 2px 6px rgba(27,40,56,.08), 0 30px 60px -24px rgba(27,40,56,.35);
  --wrap: 1180px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -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(--font); color: var(--ink); background: var(--white);
  font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  font-feature-settings: "cv11", "ss01", "ss03";
}
body.no-scroll { overflow: hidden; }
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p a, .prose li a, .prose a, .faq li a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
p a:hover, .prose li a:hover { text-decoration-color: var(--navy); }
h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; color: var(--navy); }
h1 { font-weight: 800; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.3em; }
small { font-size: .85em; }
strong { font-weight: 650; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
.sr, .skip { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip:focus { position: fixed; left: 16px; top: 16px; width: auto; height: auto; clip: auto; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 1000; }
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 820px; }
.wrap-wide { max-width: 1320px; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-tight { padding: clamp(40px, 6vw, 72px) 0; }
.section-paper { background: var(--paper); }
.section-dark { background: var(--navy); color: #E6EAF0; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p { color: #C9D1DC; }
.section-dark .eyebrow { color: var(--gold); }
.section-gold { background: var(--gold-tint); }
.center { text-align: center; }
.stack > * + * { margin-top: 1rem; }

/* typography ---------------------------------------------------------------- */
.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-text); margin: 0 0 14px; }
.h-display { font-size: clamp(2.5rem, 5.4vw, 4.35rem); line-height: 1.02; letter-spacing: -0.035em; text-wrap: balance; }
.h-1 { font-size: clamp(2.1rem, 4.2vw, 3.3rem); letter-spacing: -0.03em; text-wrap: balance; }
.h-2 { font-size: clamp(1.75rem, 3.2vw, 2.6rem); letter-spacing: -0.025em; text-wrap: balance; }
.h-3 { font-size: clamp(1.15rem, 1.6vw, 1.35rem); letter-spacing: -0.01em; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.55; color: var(--ink-2); max-width: 44ch; }
.section-dark .lead { color: #C9D1DC; }
.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head.center { margin-left: auto; margin-right: auto; }
.section-head .lead { margin-top: 18px; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }
.muted { color: var(--muted); }
.fine { font-size: .84rem; color: var(--muted); line-height: 1.55; }
.section-dark .fine { color: #9AA6B5; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: .86rem; font-weight: 600; color: var(--ink-2); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px 7px 9px; }
.kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red-soft); box-shadow: 0 0 0 4px rgba(231,76,60,.15); }

/* brand strike rule: gold line with the red strike from the logo --------------- */
.strike-rule { border: 0; height: 3px; width: 88px; margin: 26px 0; border-radius: 3px;
  background: linear-gradient(90deg, var(--gold) 0 34%, var(--red) 34% 66%, var(--gold) 66% 100%); }
.strike-rule.center { margin-left: auto; margin-right: auto; }
.strike-rule.left { margin-left: 0; }
.mark-lines { display: inline-flex; flex-direction: column; gap: 6px; width: 34px; }
.mark-lines i { display: block; height: 4px; border-radius: 3px; background: var(--gold); }
.mark-lines i.red { background: var(--red-soft); width: 100%; position: relative; }

/* buttons --------------------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 999px;
  font-weight: 600; font-size: .98rem; line-height: 1; border: 1.5px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .18s var(--ease), background .18s, color .18s, border-color .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 16px; height: 16px; }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 6px 18px -8px rgba(27,40,56,.6); }
.btn-primary:hover { background: var(--navy-2); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #D6B87E; }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--navy); }
.section-dark .btn-ghost, .cta-banner .btn-ghost, .article-cta .btn-ghost, .plan.featured .btn-ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.section-dark .btn-ghost:hover, .cta-banner .btn-ghost:hover, .article-cta .btn-ghost:hover { border-color: #fff; }
.btn-lg { padding: 16px 28px; font-size: 1.05rem; }
.btn-sm { padding: 9px 16px; font-size: .88rem; }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--navy); }
.link-arrow svg { width: 16px; height: 16px; transition: transform .18s var(--ease); }
.link-arrow:hover svg { transform: translateX(3px); }
.section-dark .link-arrow { color: var(--gold); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cta-row.center { justify-content: center; }
.cta-note { width: 100%; margin: 6px 0 0; font-size: .86rem; color: var(--muted); }
.section-dark .cta-note { color: #9AA6B5; }

/* header ---------------------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.82); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .2s, background .2s; }
.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(255,255,255,.92); }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 68px; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 30px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 8px 12px; border-radius: 8px; font-weight: 500; font-size: .95rem; color: var(--ink-2); }
.site-nav a:hover { color: var(--navy); background: var(--paper); }
.site-nav a[aria-current="page"] { color: var(--navy); font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions .signin { font-weight: 600; font-size: .93rem; padding: 8px 12px; color: var(--ink-2); }
.header-actions .signin:hover { color: var(--navy); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 10px; cursor: pointer; padding: 0; position: relative; }
.nav-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.nav-toggle span:nth-child(1) { top: 15px; } .nav-toggle span:nth-child(2) { top: 21px; } .nav-toggle span:nth-child(3) { top: 27px; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 960px) {
  .site-nav a { padding: 8px 9px; font-size: .9rem; }
  .header-actions .btn-buy { display: none; }
}
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .site-nav, .header-actions .signin, .header-actions .btn-demo { display: none; }
  .nav-open .site-nav { display: flex; flex-direction: column; align-items: stretch; position: fixed; inset: 68px 0 0 0; background: #fff; padding: 16px 24px 32px; gap: 2px; overflow: auto; border-top: 1px solid var(--line); }
  .nav-open .site-nav a { font-size: 1.15rem; padding: 14px 10px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-open .site-nav .nav-mobile-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
  .nav-open .site-nav .nav-mobile-actions a { border: 0; text-align: center; }
}
.nav-mobile-actions { display: none; }

/* hero ------------------------------------------------------------------------ */
.hero { padding: clamp(56px, 8vw, 104px) 0 clamp(40px, 6vw, 72px); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero .lead { margin-top: 22px; }
.hero .cta-row { margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--muted); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--gold-text); }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } .hero .lead { max-width: none; } }

/* product mock (representative interface) ------------------------------------- */
.app-frame { background: var(--navy-deep); border-radius: var(--radius-lg); padding: 12px; box-shadow: var(--shadow-2); color: #E6EAF0; font-size: 13px; position: relative;
  border: 1px solid rgba(255,255,255,.06); }
.app-bar { display: flex; align-items: center; gap: 6px; padding: 4px 6px 12px; color: #9AA6B5; font-size: 12px; }
.app-bar span { width: 10px; height: 10px; border-radius: 50%; background: #3A4757; }
.app-bar b { margin-left: 10px; font-weight: 500; color: #B8C2CF; }
.app { display: grid; grid-template-columns: 1.15fr .95fr; gap: 10px; }
.app-panel { background: var(--navy); border-radius: 12px; padding: 12px; border: 1px solid rgba(255,255,255,.06); }
.app-panel-title { display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #9AA6B5; margin-bottom: 8px; }
.app-panel-title em { font-style: normal; color: var(--gold); letter-spacing: 0; text-transform: none; font-weight: 600; }
.juror-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.juror { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 10px; background: rgba(255,255,255,.04); border-radius: 9px; padding: 8px 10px; position: relative; }
.juror .seat { width: 26px; height: 26px; border-radius: 7px; background: rgba(255,255,255,.08); display: grid; place-items: center; font-weight: 600; font-size: 12px; color: #C9D1DC; }
.juror .jname { display: grid; gap: 2px; min-width: 0; }
.juror .jname b { font-weight: 600; color: #fff; }
.juror .jname small { color: #8F9BAA; font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.juror .score { font-weight: 700; font-variant-numeric: tabular-nums; padding: 4px 8px; border-radius: 7px; font-size: 12px; background: rgba(201,169,110,.16); color: var(--gold); }
.juror .score.low { background: rgba(192,57,43,.18); color: #F0968D; }
.juror .score.mid { background: rgba(255,255,255,.08); color: #C9D1DC; }
.juror.struck::after { content: ""; position: absolute; left: 44px; right: 96px; top: 50%; height: 2px; background: var(--red-soft); border-radius: 2px; transform: translateY(-50%); }
.juror.struck .jname { opacity: .55; }
.juror .badge { font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 7px; border-radius: 6px; }
.badge.strike { background: var(--red); color: #fff; }
.badge.cause { background: rgba(201,169,110,.2); color: var(--gold); }
.badge.seat { background: rgba(46,125,91,.28); color: #8FD4B4; }
.whisper { background: linear-gradient(160deg, #26364C, #1E2C3E); border: 1px solid rgba(201,169,110,.35); border-radius: 12px; padding: 12px 12px 10px; }
.whisper-head { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--gold); font-size: 12px; letter-spacing: .04em; margin-bottom: 8px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(201,169,110,.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(201,169,110,.55); } 70% { box-shadow: 0 0 0 9px rgba(201,169,110,0); } 100% { box-shadow: 0 0 0 0 rgba(201,169,110,0); } }
.whisper p { color: #E6EAF0; margin: 0 0 8px; font-size: 12.5px; line-height: 1.5; }
.whisper-q { background: rgba(0,0,0,.25); border-left: 2px solid var(--gold); padding: 8px 10px; border-radius: 6px; color: #C9D1DC; font-size: 12px; line-height: 1.45; }
.whisper-q b { color: var(--gold); font-weight: 600; display: block; font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 3px; }
.app-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.stat { background: rgba(255,255,255,.04); border-radius: 10px; padding: 10px; }
.stat b { display: block; font-size: 17px; font-weight: 700; color: #fff; letter-spacing: -.01em; }
.stat span { display: block; font-size: 10.5px; color: #8F9BAA; margin-top: 2px; line-height: 1.3; }
.app-note { font-size: .8rem; color: var(--muted); margin: 12px 4px 0; text-align: center; }
@media (max-width: 560px) { .app { grid-template-columns: 1fr; } .juror .jname small { white-space: normal; } .app-stats { grid-template-columns: repeat(3, 1fr); } .juror.struck::after { right: 80px; } }

/* cards & grids -------------------------------------------------------------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 960px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-1); transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s; }
a.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--line-2); }
.feature { padding: 28px 26px; }
.feature .icon { width: 44px; height: 44px; border-radius: 12px; background: var(--gold-tint); color: var(--navy); display: grid; place-items: center; margin-bottom: 18px; }
.feature .icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-size: 1.12rem; margin-bottom: 8px; }
.feature p { margin: 0; color: var(--ink-2); font-size: .97rem; }
.section-dark .card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); box-shadow: none; }
.section-dark .feature .icon { background: rgba(201,169,110,.15); color: var(--gold); }
.section-dark .feature p { color: #B8C2CF; }
.problem { padding: 30px 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.problem .num { font-weight: 800; color: var(--gold-text); font-size: .85rem; letter-spacing: .1em; }
.problem h3 { margin: 10px 0 8px; font-size: 1.15rem; }
.problem p { margin: 0; color: var(--ink-2); }

/* workflow steps -------------------------------------------------------------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
@media (max-width: 960px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .steps { grid-template-columns: 1fr; } }
.step { counter-increment: step; padding: 26px 26px 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); position: relative; }
.step::before { content: counter(step, decimal-leading-zero); font-weight: 800; letter-spacing: .05em; color: var(--gold-text); font-size: .85rem; display: block; margin-bottom: 14px; }
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { margin: 0; color: var(--ink-2); font-size: .96rem; }
.step-list { display: grid; gap: 0; counter-reset: s; }
.step-row { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); counter-increment: s; align-items: start; }
.step-row:first-child { border-top: 1px solid var(--line); }
.step-row .n { width: 52px; height: 52px; border-radius: 14px; background: var(--navy); color: var(--gold); font-weight: 800; display: grid; place-items: center; font-size: 1.05rem; }
.step-row h3 { font-size: 1.3rem; margin-bottom: 8px; }
.step-row p { color: var(--ink-2); max-width: 64ch; }
.step-row .detail { margin-top: 12px; display: grid; gap: 8px; }
.step-row .detail li { color: var(--ink-2); font-size: .96rem; }
@media (max-width: 620px) { .step-row { grid-template-columns: 1fr; gap: 12px; } }

/* split feature rows ----------------------------------------------------------- */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 6vw, 88px); align-items: center; }
.split + .split { margin-top: clamp(64px, 9vw, 120px); }
.split.flip > :first-child { order: 2; }
.split .lead { margin-top: 14px; }
.split ul.checks { margin-top: 20px; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split.flip > :first-child { order: 0; } }
ul.checks { list-style: none; padding: 0; display: grid; gap: 12px; }
ul.checks li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; color: var(--ink-2); }
ul.checks li::before { content: ""; width: 22px; height: 22px; border-radius: 50%; background: var(--gold-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B2838' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; margin-top: 2px; }
.section-dark ul.checks li { color: #C9D1DC; }
.section-dark ul.checks li::before { background-color: rgba(201,169,110,.2); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A96E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E"); }

/* video ------------------------------------------------------------------------ */
.video { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius-lg); overflow: hidden; background: var(--navy-deep); box-shadow: var(--shadow-2); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* judgment / trust block --------------------------------------------------------- */
.judgment { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
@media (max-width: 860px) { .judgment { grid-template-columns: 1fr; } }
.principles { display: grid; gap: 14px; }
.principle { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 20px; border-radius: var(--radius); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.principle .icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(201,169,110,.15); color: var(--gold); display: grid; place-items: center; }
.principle .icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.principle h3 { color: #fff; font-size: 1.02rem; margin-bottom: 4px; }
.principle p { margin: 0; font-size: .93rem; color: #B8C2CF; }
.disclaimer-box { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 12px; padding: 20px 22px; font-size: .95rem; color: var(--ink-2); }
.section-dark .disclaimer-box { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); border-left-color: var(--gold); color: #C9D1DC; }

/* comparison table ---------------------------------------------------------------- */
.table-wrap { position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
table { width: 100%; border-collapse: collapse; font-size: .93rem; }
th, td { padding: 13px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
thead th { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); background: var(--paper); position: sticky; top: 0; z-index: 1; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody th { font-weight: 600; color: var(--navy); }
table.compare { min-width: 980px; }
table.compare tbody th { position: sticky; left: 0; background: #fff; z-index: 2; box-shadow: 1px 0 0 var(--line); min-width: 240px; }
table.compare thead th:first-child { position: sticky; left: 0; z-index: 3; }
table.compare td { text-align: center; }
table.compare .us { background: var(--gold-tint); }
table.compare thead th.us { color: var(--navy); }
table.compare td small { display: block; font-size: .72rem; color: var(--muted); margin-top: 4px; line-height: 1.3; }
.cmp { position: relative; display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; }
.cmp svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.cmp-yes { background: var(--navy); color: var(--gold); }
.us .cmp-yes { background: var(--navy); color: var(--gold); }
.cmp-partial { background: var(--gold-soft); color: var(--navy); }
.cmp-no { background: #F1EFEA; color: #A9A39A; }
.cmp-unknown { background: #F1EFEA; color: #8F8A82; font-weight: 700; font-size: .85rem; }
.legend { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 14px 0 0; font-size: .85rem; color: var(--muted); align-items: center; }
.legend span { display: inline-flex; align-items: center; gap: 8px; }
table.pricing-landscape .us th, table.pricing-landscape .us td { background: var(--gold-tint); }
table.pricing-landscape td.note { color: var(--muted); font-size: .88rem; }
table.pricing-landscape { min-width: 820px; }

/* pricing ---------------------------------------------------------------------- */
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
@media (max-width: 960px) { .plans { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }
.plan { padding: 32px 30px; display: flex; flex-direction: column; gap: 18px; }
.plan h3 { font-size: 1.2rem; }
.plan .price { font-size: 2.7rem; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--navy); }
.plan .price small { font-size: 1rem; font-weight: 500; color: var(--muted); letter-spacing: 0; margin-left: 6px; }
.plan .sub { color: var(--muted); margin: -8px 0 0; font-size: .95rem; }
.plan ul.checks { margin: 4px 0 0; }
.plan .btn { margin-top: auto; }
.plan.featured { background: var(--navy); color: #E6EAF0; border-color: var(--navy); position: relative; box-shadow: var(--shadow-2); }
.plan.featured h3, .plan.featured .price { color: #fff; }
.plan.featured .price small, .plan.featured .sub { color: #9AA6B5; }
.plan.featured ul.checks li { color: #C9D1DC; }
.plan.featured ul.checks li::before { background-color: rgba(201,169,110,.2); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A96E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E"); }
.plan .ribbon { position: absolute; top: -13px; left: 30px; background: var(--gold); color: var(--navy); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.included { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 40px; }
@media (max-width: 720px) { .included { grid-template-columns: 1fr; } }

/* FAQ --------------------------------------------------------------------------- */
.faq { display: grid; gap: 10px; max-width: 820px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 22px; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 600; font-size: 1.02rem; display: flex; justify-content: space-between; gap: 16px; align-items: center; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 12px; height: 12px; flex: none; border-right: 2px solid var(--gold-text); border-bottom: 2px solid var(--gold-text); transform: rotate(45deg); transition: transform .2s var(--ease); margin-right: 4px; }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details > div { padding: 0 0 20px; color: var(--ink-2); }
.faq details > div p:last-child { margin-bottom: 0; }

/* forms -------------------------------------------------------------------------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow-1); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid .span-2 { grid-column: 1 / -1; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--navy); }
.field label .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 1rem; padding: 12px 14px; border: 1.5px solid var(--line-2); border-radius: 10px; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(201,169,110,.25); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--red); }
.field-error { display: block; min-height: 1.1em; font-size: .82rem; color: var(--red); margin-top: 5px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-foot { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin-top: 22px; }
.form-foot .fine { max-width: 48ch; margin: 0; }
.success { background: var(--gold-tint); border: 1px solid var(--gold-soft); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px); }
.success h2 { margin-bottom: 8px; }
.next-steps { list-style: none; padding: 0; display: grid; gap: 14px; counter-reset: ns; }
.next-steps li { display: grid; grid-template-columns: 30px 1fr; gap: 14px; counter-increment: ns; color: var(--ink-2); }
.next-steps li::before { content: counter(ns); width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: var(--gold); font-weight: 700; font-size: .85rem; display: grid; place-items: center; }

/* resources ----------------------------------------------------------------------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip { border: 1.5px solid var(--line-2); background: #fff; color: var(--ink-2); border-radius: 999px; padding: 8px 14px; font-size: .88rem; font-weight: 600; cursor: pointer; transition: all .15s; }
.chip:hover { border-color: var(--navy); color: var(--navy); }
.chip.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.article-card { display: flex; flex-direction: column; overflow: hidden; }
.card-media { aspect-ratio: 16 / 9; background: var(--navy); display: grid; place-items: center; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-mark { width: 62px; height: 78px; border-radius: 10px; background: var(--gold); display: grid; place-items: center; box-shadow: 0 16px 30px -18px rgba(0,0,0,.7); }
.card-mark .mark-lines i { background: var(--navy); height: 5px; }
.card-mark .mark-lines i.red { background: var(--red); }
.card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 6px; }
.card-body .eyebrow { margin: 0 0 4px; font-size: .72rem; }
.card-body h3 { font-size: 1.15rem; line-height: 1.3; }
.card-body .excerpt { color: var(--ink-2); font-size: .95rem; margin: 4px 0 0; flex: 1; }
.card-body .meta { color: var(--muted); font-size: .83rem; margin: 10px 0 0; }

/* article ------------------------------------------------------------------------- */
.article-head { padding: clamp(48px, 7vw, 88px) 0 clamp(28px, 4vw, 48px); }
.article-head h1 { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.03em; max-width: 22ch; text-wrap: balance; }
.article-head .lead { margin-top: 18px; max-width: 60ch; }
.byline { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .9rem; margin-top: 22px; }
.byline b { color: var(--navy); font-weight: 600; }
.prose { font-size: 1.08rem; line-height: 1.72; color: var(--ink-2); }
.prose h2 { font-size: 1.7rem; margin: 2.2em 0 .7em; color: var(--navy); }
.prose h3 { font-size: 1.25rem; margin: 1.8em 0 .5em; color: var(--navy); }
.prose h4 { font-size: 1.05rem; margin: 1.5em 0 .4em; }
.prose p, .prose ul, .prose ol { margin-bottom: 1.25em; }
.prose li + li { margin-top: .4em; }
.prose blockquote { margin: 1.6em 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--gold); color: var(--navy); font-size: 1.15rem; font-weight: 500; letter-spacing: -.01em; }
.prose blockquote p:last-child { margin-bottom: 0; }
.prose img { border-radius: var(--radius); border: 1px solid var(--line); margin: 1.5em 0; }
.prose pre { background: var(--navy-deep); color: #E6EAF0; padding: 18px 20px; border-radius: 12px; overflow: auto; font-size: .9rem; }
.prose code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em; background: var(--paper); border: 1px solid var(--line); padding: 1px 6px; border-radius: 6px; }
.prose pre code { background: none; border: 0; padding: 0; }
.prose .video { margin: 1.8em 0; }
.prose .table-wrap { margin: 1.6em 0; }
.prose hr.strike-rule { margin: 2.4em 0; }
.callout { border-radius: 12px; padding: 18px 22px; margin: 1.6em 0; border: 1px solid var(--line); background: var(--paper); font-size: .98rem; }
.callout p:last-child { margin-bottom: 0; }
.callout-note { border-left: 4px solid var(--gold); }
.callout-tip { border-left: 4px solid var(--ok); }
.callout-warning, .callout-caution { border-left: 4px solid var(--red); }
.callout-disclaimer { border-left: 4px solid var(--navy); font-size: .9rem; color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 0; }
.tag { font-size: .8rem; font-weight: 600; color: var(--ink-2); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; }
.article-cta { margin-top: clamp(40px, 6vw, 64px); background: var(--navy); color: #fff; border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.article-cta h2 { color: #fff; font-size: 1.5rem; max-width: 24ch; }
.article-cta p { color: #C9D1DC; margin: 6px 0 0; max-width: 46ch; }

/* final CTA banner ----------------------------------------------------------------- */
.cta-banner { background: var(--navy); border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 64px); color: #fff; position: relative; overflow: hidden; }
.cta-banner::before { content: ""; position: absolute; right: -120px; top: -160px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(closest-side, rgba(201,169,110,.28), transparent); }
.cta-banner h2 { color: #fff; }
.cta-banner p { color: #C9D1DC; }
.cta-banner .cta-row { margin-top: 26px; }

/* footer ---------------------------------------------------------------------------- */
.site-footer { background: var(--navy-deep); color: #B8C2CF; padding: clamp(48px, 6vw, 72px) 0 32px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { height: 30px; width: auto; margin-bottom: 16px; }
.footer-brand p { color: #8F9BAA; max-width: 34ch; }
.site-footer h4 { color: #fff; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { color: #C9D1DC; text-decoration: none; }
.site-footer p a { text-decoration: underline; }
.site-footer a:hover { color: var(--gold); }
.footer-legal { border-top: 1px solid rgba(255,255,255,.08); margin-top: 40px; padding-top: 22px; display: grid; gap: 10px; color: #8F9BAA; font-size: .82rem; line-height: 1.6; }
.footer-legal .row { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: space-between; }

/* reveal ----------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-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; }

/* page-level utilities ------------------------------------------------------------------ */
.page-head { padding: clamp(56px, 8vw, 96px) 0 clamp(32px, 5vw, 56px); }
.page-head .lead { margin-top: 18px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.two-col-demo { grid-template-columns: 1.15fr .85fr; }
@media (max-width: 860px) { .two-col, .two-col-demo { grid-template-columns: 1fr; } }
.quote { font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 500; letter-spacing: -.02em; line-height: 1.35; color: var(--navy); max-width: 30ch; text-wrap: balance; }
.section-dark .quote { color: #fff; }
.cost-compare { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 720px) { .cost-compare { grid-template-columns: 1fr; } }
.cost { padding: 24px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.cost .label { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.cost .amt { font-size: 1.9rem; font-weight: 800; letter-spacing: -.03em; color: var(--navy); margin: 8px 0 4px; }
.cost p { margin: 0; color: var(--ink-2); font-size: .93rem; }
.cost.us { background: var(--navy); border-color: var(--navy); }
.cost.us .label { color: var(--gold); } .cost.us .amt { color: #fff; } .cost.us p { color: #C9D1DC; }
.legal-page .prose h2 { font-size: 1.35rem; margin-top: 1.8em; }
.draft-banner { background: #FFF6E5; border: 1px solid #F1D9A6; color: #7A5A1E; border-radius: 12px; padding: 14px 18px; font-size: .92rem; margin-bottom: 28px; }

/* ==========================================================================
   HELP CENTER
   ========================================================================== */
.help-body { background: var(--paper); }
.help-header { background: var(--navy); color: #fff; }
.help-header .header-in { height: 64px; }
.help-header .brand { gap: 12px; color: #fff; font-weight: 700; letter-spacing: -.01em; }
.help-header .brand img { height: 34px; width: 34px; border-radius: 9px; }
.help-header .brand span small { display: block; font-weight: 500; font-size: .74rem; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; }
.help-actions { display: flex; gap: 8px; align-items: center; }
.help-actions a { color: #C9D1DC; font-weight: 600; font-size: .9rem; padding: 8px 12px; border-radius: 8px; }
.help-actions a:hover { color: #fff; background: rgba(255,255,255,.06); }
.help-actions .btn-gold { color: var(--navy); }
.help-hero { background: var(--navy); color: #fff; padding: clamp(36px, 5vw, 64px) 0 clamp(56px, 7vw, 88px); text-align: center; }
.help-hero h1 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); letter-spacing: -.03em; }
.help-hero p { color: #B8C2CF; margin: 10px auto 0; max-width: 52ch; }
.search-box { position: relative; max-width: 640px; margin: 28px auto 0; }
.search-box input { width: 100%; font: inherit; font-size: 1.05rem; padding: 16px 20px 16px 52px; border-radius: 14px; border: 1.5px solid rgba(255,255,255,.14); background: #fff; color: var(--ink); box-shadow: var(--shadow-2); }
.search-box input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,169,110,.3); }
.search-box svg { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--muted); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.search-box kbd { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font: 600 .72rem var(--font); color: var(--muted); border: 1px solid var(--line-2); border-radius: 6px; padding: 3px 7px; background: var(--paper); }
.search-results { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-2); text-align: left; overflow: hidden; z-index: 20; max-height: 60vh; overflow-y: auto; }
.search-results a { display: grid; gap: 2px; padding: 14px 18px; border-bottom: 1px solid var(--line); color: var(--ink-2); font-size: .92rem; }
.search-results a:last-child { border-bottom: 0; }
.search-results a:hover, .search-results a:focus { background: var(--gold-tint); }
.search-results a strong { color: var(--navy); font-size: 1rem; }
.search-results a .cat { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-text); }
.search-results .empty { padding: 18px; margin: 0; color: var(--muted); font-size: .92rem; }
.help-hero-inline .search-box { margin: 0; max-width: none; }
.help-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); padding: clamp(36px, 5vw, 64px) 0; align-items: start; }
@media (max-width: 860px) { .help-layout { grid-template-columns: 1fr; } .help-side { order: 2; } }
.help-side { position: sticky; top: 84px; }
@media (max-width: 860px) { .help-side { position: static; } }
.help-side details { border-bottom: 1px solid var(--line); }
.help-side summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 12px 6px; cursor: pointer; font-weight: 600; font-size: .93rem; color: var(--navy); }
.help-side summary::-webkit-details-marker { display: none; }
.help-side summary a:hover { color: var(--gold-text); }
.help-side .count { font-size: .74rem; font-weight: 600; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 2px 8px; }
.help-side ul { list-style: none; margin: 0; padding: 0 0 12px 6px; display: grid; gap: 2px; }
.help-side ul a { display: block; padding: 7px 10px; border-radius: 8px; font-size: .9rem; color: var(--ink-2); }
.help-side ul a:hover { background: #fff; color: var(--navy); }
.help-side ul a[aria-current="page"] { background: var(--navy); color: #fff; font-weight: 600; }
.help-cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 620px) { .help-cats { grid-template-columns: 1fr; } }
.help-cat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: grid; gap: 6px; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.help-cat:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.help-cat-icon { width: 42px; height: 42px; border-radius: 11px; background: var(--gold-tint); color: var(--navy); display: grid; place-items: center; margin-bottom: 8px; }
.help-cat-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.help-cat h3 { font-size: 1.08rem; }
.help-cat p { margin: 0; color: var(--ink-2); font-size: .93rem; }
.help-cat .count { color: var(--muted); font-size: .82rem; margin-top: 6px; }
.help-recent { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin-top: 28px; }
.help-recent h2 { font-size: 1.1rem; margin-bottom: 12px; }
.help-recent ul { list-style: none; padding: 0; margin: 0; }
.help-recent li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.help-recent li:last-child { border-bottom: 0; }
.help-recent li .meta { color: var(--muted); font-size: .82rem; white-space: nowrap; }
.help-recent a { color: var(--navy); font-weight: 500; }
.help-card { display: grid; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.help-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-1); }
.help-card h3 { font-size: 1.05rem; }
.help-card p { margin: 0; color: var(--ink-2); font-size: .93rem; }
.help-card .meta { color: var(--muted); font-size: .8rem; }
.help-cards { display: grid; gap: 12px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: .86rem; color: var(--muted); margin-bottom: 18px; }
.crumbs a { color: var(--ink-2); } .crumbs a:hover { color: var(--navy); }
.crumbs svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }
.help-article-body { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 48px); }
.help-article-body h1 { font-size: clamp(1.7rem, 3vw, 2.3rem); letter-spacing: -.03em; }
.help-article-body .summary { color: var(--ink-2); font-size: 1.08rem; margin: 12px 0 0; }
.help-article-body .updated { color: var(--muted); font-size: .85rem; margin: 14px 0 0; }
.help-article-body .prose { margin-top: 28px; font-size: 1.02rem; }
.help-article-body .video { margin: 26px 0 0; }
.help-more { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 720px) { .help-more { grid-template-columns: 1fr; } }
.help-more > div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.help-more h2 { font-size: 1rem; margin-bottom: 10px; }
.help-more ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: .93rem; }
.help-more p { margin: 0 0 12px; color: var(--ink-2); font-size: .93rem; }
.help-footer { padding: 28px 0 40px; color: var(--muted); font-size: .84rem; border-top: 1px solid var(--line); }
.help-footer .row { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: space-between; }
.help-footer a { color: var(--ink-2); }

/* ==========================================================================
   Revision 2: dark header, hero video, founder, section marks, motion
   ========================================================================== */
.site-header-dark { background: rgba(27,40,56,.94); border-bottom-color: rgba(255,255,255,.06); }
.site-header-dark.is-scrolled { background: rgba(19,28,41,.96); border-bottom-color: rgba(255,255,255,.1); }
.site-header-dark .site-nav a { color: #C9D1DC; }
.site-header-dark .site-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.site-header-dark .site-nav a[aria-current="page"] { color: #fff; box-shadow: inset 0 -2px 0 var(--gold); border-radius: 8px 8px 0 0; }
.site-header-dark .header-actions .signin { color: #C9D1DC; }
.site-header-dark .header-actions .signin:hover { color: #fff; }
.site-header-dark .btn-ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.site-header-dark .btn-ghost:hover { border-color: #fff; }
.site-header-dark .nav-toggle span { background: #fff; }
@media (max-width: 820px) {
  .site-header-dark.nav-open .site-nav { background: var(--navy); border-top-color: rgba(255,255,255,.08); }
  .site-header-dark.nav-open .site-nav a { color: #fff; border-bottom-color: rgba(255,255,255,.08); }
  .site-header-dark.nav-open .site-nav .btn-ghost { border: 1.5px solid rgba(255,255,255,.28); }
}

/* hero with video */
.hero { position: relative; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-bg::before { content: ""; position: absolute; right: -240px; top: -260px; width: 720px; height: 720px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(201,169,110,.22), rgba(201,169,110,0)); animation: drift 14s ease-in-out infinite alternate; }
.hero-bg::after { content: ""; position: absolute; left: -200px; bottom: -300px; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(27,40,56,.08), rgba(27,40,56,0)); }
@keyframes drift { from { transform: translate(0,0); } to { transform: translate(-40px, 30px); } }
.hero-grid > * { position: relative; }
.hero-video-layout .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; }
@media (max-width: 960px) { .hero-video-layout .hero-grid { grid-template-columns: 1fr; } }
.hero-video-frame { padding: 10px; border-radius: calc(var(--radius-lg) + 8px); background: linear-gradient(160deg, rgba(201,169,110,.55), rgba(27,40,56,.9)); box-shadow: var(--shadow-2); }
.hero-video-frame .video { border-radius: var(--radius-lg); box-shadow: none; }

/* section identity: strike mark above every eyebrow in a section head */
.section-head .eyebrow::before, .split .eyebrow::before, .judgment .eyebrow::before, .founder .eyebrow::before {
  content: ""; display: block; width: 56px; height: 3px; border-radius: 3px; margin-bottom: 14px;
  background: linear-gradient(90deg, var(--gold) 0 34%, var(--red) 34% 66%, var(--gold) 66% 100%); }
.section + .section, .section + .section-tight, .section-tight + .section { border-top: 1px solid var(--line); }
.section-dark + .section, .section + .section-dark, .section-dark + .section-tight, .section-tight + .section-dark { border-top: 0; }
.section-paper + .section-paper { border-top: 1px solid var(--line-2); }

/* bridge line under the problem cards */
.bridge { margin-top: 28px; padding: 22px 26px; border-radius: var(--radius); background: var(--navy); color: #E6EAF0; border-left: 4px solid var(--gold); }
.bridge p { margin: 0; color: #E6EAF0; font-size: 1.05rem; line-height: 1.55; }
.bridge strong { color: #fff; }

/* suite grid: eight cards */
.suite-grid .feature h3 { font-size: 1.04rem; }
.suite-grid .feature p { font-size: .93rem; }
@media (min-width: 961px) and (max-width: 1180px) { .suite-grid .feature { padding: 22px 20px; } }

/* founder */
.founder { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (max-width: 720px) { .founder { grid-template-columns: 1fr; } }
.founder-mark img { width: 140px; height: 140px; border-radius: 32px; box-shadow: var(--shadow-2); }
.founder-text { margin-top: 18px; max-width: 70ch; }
.founder-text p { font-size: 1.08rem; line-height: 1.65; color: var(--ink-2); }
.founder-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
@media (max-width: 620px) { .founder-facts { grid-template-columns: 1fr; } }
.founder-facts > div { padding: 18px 20px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.founder-facts b { display: block; font-size: 1.45rem; font-weight: 800; letter-spacing: -.02em; color: var(--navy); }
.founder-facts span { display: block; color: var(--muted); font-size: .9rem; margin-top: 4px; line-height: 1.4; }

/* loom grid */
.loom-grid .video { box-shadow: var(--shadow-1); }

/* motion: staggered card reveals, gentle lift on interactive cards */
.reveal[data-delay="4"] { transition-delay: .32s; }
.grid .reveal:nth-child(4n+2) { transition-delay: .08s; }
.grid .reveal:nth-child(4n+3) { transition-delay: .16s; }
.grid .reveal:nth-child(4n+4) { transition-delay: .24s; }
.card.feature, .problem, .step, .cost { transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s; }
.card.feature:hover, .problem:hover, .step:hover, .cost:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--gold-soft); }
.feature .icon { transition: transform .25s var(--ease), background .25s; }
.card.feature:hover .icon { transform: scale(1.06); background: var(--gold-soft); }
