/* SBCMSP Marketing — unified stylesheet (v2 handoff, #352). Regenerated
   from prototype tokens+components+home+pages. Do not hand-edit. */

/* ============================================================
   SBCMSP — Unified Design System  ·  Tokens & Base
   Type:  Space Grotesk (display) · IBM Plex Sans (body) · IBM Plex Mono (data)
   ============================================================ */

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

:root {
  /* ---- Light surfaces (cool paper white) ---- */
  --bg:        #F5F8FC;
  --surface:   #FFFFFF;
  --surface-2: #EDF2F8;
  --surface-3: #E3EBF4;

  /* ---- Ink (cool near-black) ---- */
  --ink:    #0B1220;
  --ink-2:  #41506A;
  --ink-3:  #7C8BA1;

  /* ---- Lines ---- */
  --border: #E1E8F1;
  --line:   #D2DCE9;

  /* ---- Dark sections (matches app shell) ---- */
  --dark:        #0A0F1C;
  --dark-2:      #111A2B;
  --dark-3:      #18233A;
  --dark-border: #223149;
  --on-dark:     #E7EEF8;
  --on-dark-2:   #93A4BD;

  /* ---- Brand ---- */
  --brand:      #0B5BD3;   /* primary azure — buttons, links on light */
  --brand-700:  #0A4CB0;   /* hover / pressed */
  --brand-50:   #EAF1FE;   /* tint fill */
  --cyan:       #00C2E0;   /* energy accent — dark sections, gradients */
  --cyan-neon:  #2BE3FF;   /* glow on dark */
  --gold:       #C9952A;   /* premium spark — sparing */
  --gold-50:    #FBF3E0;
  --grad: linear-gradient(135deg, var(--cyan) 0%, var(--brand) 92%);

  /* ---- Semantic / status (consistent across compliance) ---- */
  --pass:      #15803D;  --pass-bg:   #E8F8EE;  --pass-on-dark: #34D399;
  --partial:   #B45309;  --partial-bg:#FCF1DC;  --partial-on-dark:#FBBF55;
  --fail:      #C0322B;  --fail-bg:   #FCECEA;  --fail-on-dark: #F87171;
  --info:      #1D4ED8;  --info-bg:   #EAF1FE;

  /* ---- Type ---- */
  --font-display: 'Space Grotesk', sans-serif;
  --font-body:    'IBM Plex Sans', sans-serif;
  --font-mono:    'IBM Plex Mono', monospace;

  /* ---- Radius ---- */
  --r-xs: 6px; --r-sm: 8px; --r: 12px; --r-lg: 16px; --r-xl: 22px; --r-2xl: 28px; --pill: 999px;

  /* ---- Shadow (subtle, cool) ---- */
  --sh-sm: 0 1px 2px rgba(11,18,32,.05), 0 1px 3px rgba(11,18,32,.06);
  --sh-md: 0 4px 12px rgba(11,18,32,.06), 0 2px 4px rgba(11,18,32,.04);
  --sh-lg: 0 16px 40px rgba(11,18,32,.10), 0 4px 12px rgba(11,18,32,.06);
  --sh-brand: 0 12px 30px rgba(11,91,211,.22);

  /* ---- Layout ---- */
  --container: 1200px;
  --content:   1080px;
  --prose:     720px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ---- Type primitives ---- */
.display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.04;
}
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.015em; line-height: 1.1; color: var(--ink); }
h1 { font-size: clamp(38px, 5vw, 66px); letter-spacing: -0.025em; line-height: 1.03; }
h2 { font-size: clamp(28px, 3.4vw, 44px); }
h3 { font-size: clamp(20px, 1.6vw, 25px); }
h4 { font-size: 18px; }
p  { color: var(--ink-2); text-wrap: pretty; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brand);
  display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow::before {
  content: ""; width: 18px; height: 1.5px; background: var(--brand); display: inline-block; border-radius: 2px;
}
.eyebrow.on-dark { color: var(--cyan-neon); }
.eyebrow.on-dark::before { background: var(--cyan-neon); }
.eyebrow.plain::before { display: none; }
.eyebrow.dual::after { content: ""; width: 18px; height: 1.5px; background: var(--brand); display: inline-block; border-radius: 2px; }
.eyebrow.dual.on-dark::after { background: var(--cyan-neon); }

.lead { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.62; color: var(--ink-2); }
.mono { font-family: var(--font-mono); }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.gold-text { color: var(--gold); }

/* ---- Layout helpers ---- */
.container { max-width: var(--container); margin: 0 auto; padding-inline: 28px; }
.content   { max-width: var(--content);   margin: 0 auto; padding-inline: 28px; }
.section   { padding-block: clamp(64px, 9vw, 112px); }
.section-sm{ padding-block: clamp(48px, 6vw, 76px); }
.section.alt  { background: var(--surface-2); }
.section.dark { background: var(--dark); color: var(--on-dark); position: relative; overflow: hidden; }
.section.dark h1,.section.dark h2,.section.dark h3 { color: #fff; }
.section.dark p { color: var(--on-dark-2); }

.center { text-align: center; }
.stack-sm > * + * { margin-top: 12px; }
.stack    > * + * { margin-top: 18px; }
.stack-lg > * + * { margin-top: 28px; }
.measure  { max-width: 640px; }
.measure-c{ max-width: 640px; margin-inline: auto; }

/* dotted grid texture for dark sections */
.dotgrid::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(120,160,220,.10) 1px, transparent 1px);
  background-size: 26px 26px; -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000, transparent 75%);
          mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000, transparent 75%);
}
.glow {
  position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; opacity: .5;
}
.glow.cyan { background: radial-gradient(circle, rgba(0,194,224,.55), transparent 70%); }
.glow.blue { background: radial-gradient(circle, rgba(11,91,211,.5), transparent 70%); }

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
  [data-reveal].in { opacity: 1; transform: none; }
}

/* ============================================================
   SBCMSP — Unified Design System  ·  Components
   ============================================================ */

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245,248,252,.55);
  backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid rgba(225,232,241,.6);
}
.nav-inner { max-width: var(--container); margin: 0 auto; padding: 12px 28px;
  display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 30px; width: auto; }
.brand .wordmark { font-family: var(--font-display); font-weight: 600; font-size: 18px; letter-spacing: -.02em; color: var(--ink); }
.brand .wordmark b { color: var(--brand); font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav-link {
  font-size: 14.5px; font-weight: 500; color: var(--ink-2);
  padding: 8px 12px; border-radius: var(--r-sm); display: inline-flex; align-items: center; gap: 5px;
  transition: color .15s, background .15s;
}
.nav-link:hover { color: var(--ink); background: var(--surface-2); }
.nav-link svg { width: 14px; height: 14px; opacity: .55; }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }

/* ---------- NAV DROPDOWNS ---------- */
.nav-drop { position: relative; }
.nav-drop > button.nav-link { border: 0; background: transparent; cursor: pointer; }
.nav-drop > .nav-link svg { transition: transform .15s; }
.nav-drop:hover > .nav-link svg, .nav-drop.open > .nav-link svg { transform: rotate(180deg); }
.nav-menu { display: none; position: absolute; top: calc(100% + 10px); left: -8px; min-width: 480px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--sh-lg); padding: 10px; z-index: 70; }
.nav-drop:hover .nav-menu, .nav-drop.open .nav-menu { display: block; animation: navmenu-in .15s ease; }
.nav-drop::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 12px; } /* hover bridge */
@keyframes navmenu-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.nav-menu-head { display: flex; align-items: center; gap: 7px; font-weight: 600; font-size: 13.5px; color: var(--brand); padding: 9px 12px; border-radius: var(--r-sm); }
.nav-menu-head:hover { background: var(--brand-50); }
.nav-menu-head svg { width: 13px; height: 13px; }
.nav-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 4px; padding-top: 6px; border-top: 1px solid var(--border); }
.nav-menu-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); padding: 9px 12px; border-radius: var(--r-sm); transition: background .12s, color .12s; }
.nav-menu-item:hover { background: var(--surface-2); color: var(--ink); }
.nav-menu-item svg { width: 16px; height: 16px; color: var(--brand); flex: none; }
@media (max-width: 760px) { .nav-menu { min-width: 0; width: min(440px, 92vw); } .nav-menu-grid { grid-template-columns: 1fr; } }

/* dark nav variant */
.nav.on-dark .nav-menu { background: var(--dark-2); border-color: var(--dark-border); }
.nav.on-dark .nav-menu-head { color: var(--cyan-neon); }
.nav.on-dark .nav-menu-head:hover { background: rgba(0,194,224,.1); }
.nav.on-dark .nav-menu-grid { border-top-color: var(--dark-border); }
.nav.on-dark .nav-menu-item { color: var(--on-dark-2); }
.nav.on-dark .nav-menu-item:hover { background: rgba(255,255,255,.06); color: #fff; }
.nav.on-dark .nav-menu-item svg { color: var(--cyan-neon); }

/* ---------- MOBILE NAV (burger + drawer) — #352 ---------- */
/* The desktop link bar can't fit a phone width, so below 980px it collapses to
   a hamburger that reveals a full-width drawer. Dropdowns become inline
   accordions (the existing bindNavDropdowns() click-toggle still drives them).
   Sign in / Get started stay in the bar (they fit next to a shield-only brand). */
.nav-burger { display: none; }
@media (max-width: 980px) {
  .nav-inner { gap: 12px; }
  .nav-burger {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 40px; padding: 9px 11px; flex: none;
    border: 1px solid var(--border); border-radius: var(--r-sm);
    background: var(--surface); color: var(--ink); cursor: pointer;
  }
  .nav-burger span { display: block; height: 2px; width: 100%; background: currentColor; border-radius: 2px; transition: transform .22s ease, opacity .15s ease; }
  .nav.open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .nav-burger span:nth-child(2) { opacity: 0; }
  .nav.open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* desktop link bar -> full-width drawer below the sticky bar */
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 2px; margin: 0;
    padding: 10px 18px 18px;
    background: var(--surface); border-bottom: 1px solid var(--border);
    box-shadow: var(--sh-lg); max-height: calc(100vh - 60px); overflow-y: auto;
  }
  .nav.open .nav-links { display: flex; }
  .nav-links > .nav-link,
  .nav-drop > .nav-link { width: 100%; justify-content: space-between; padding: 13px 12px; font-size: 15.5px; }

  /* dropdowns expand inline (accordion) rather than floating panels */
  .nav-drop { position: static; }
  .nav-drop::after { display: none; }
  .nav-drop:hover > .nav-menu { display: none; }
  .nav-menu {
    position: static; min-width: 0; width: auto; margin: 0 0 4px; padding: 0 0 6px 10px;
    border: 0; border-radius: 0; box-shadow: none; background: transparent;
  }
  .nav-drop.open > .nav-menu { display: block; animation: none; }
  .nav-menu-grid { grid-template-columns: 1fr; margin-top: 0; padding-top: 0; border-top: 0; }
  .nav-menu-head { padding-left: 12px; }

  .nav-actions { gap: 8px; }
  .nav-actions .btn-sm { padding: 8px 12px; }

  /* on-dark nav (home only): keep the drawer + burger dark to match the bar,
     so the light on-dark link text stays readable and the submenu blends in */
  .nav.on-dark .nav-links { background: var(--dark); border-bottom-color: var(--dark-border); }
  .nav.on-dark .nav-burger { background: rgba(255,255,255,.06); border-color: var(--dark-border); color: #fff; }
}
@media (max-width: 620px) {
  .brand .wordmark { display: none; }              /* shield-only on phones */
  .nav-inner { padding-left: 16px; padding-right: 16px; }
  .nav-actions .btn-ghost { padding: 8px 10px; }
}

/* dark nav variant */
.nav.on-dark { background: rgba(7,11,20,.92); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%); border-bottom-color: rgba(34,49,73,.8); }
.nav.on-dark .nav-link { color: var(--on-dark-2); }
.nav.on-dark .nav-link:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav.on-dark .brand .wordmark { color: #fff; }
.nav.on-dark .brand .wordmark b { color: var(--cyan-neon); }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 14.5px;
  padding: 11px 20px; border-radius: var(--r-sm); border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .15s, background .15s, border-color .15s, color .15s;
  white-space: nowrap; cursor: pointer;
}
.btn svg { width: 16px; height: 16px; }
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 14px 26px; font-size: 16px; border-radius: var(--r); }
.btn-sm { padding: 8px 14px; font-size: 13.5px; }

.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--sh-brand); }
.btn-primary:hover { background: var(--brand-700); box-shadow: 0 16px 36px rgba(11,91,211,.3); }
.btn-secondary { background: var(--surface); color: var(--ink); border-color: var(--line); box-shadow: var(--sh-sm); }
.btn-secondary:hover { border-color: var(--ink-3); background: #fff; }
.btn-ghost { background: transparent; color: var(--ink-2); }
.btn-ghost:hover { color: var(--ink); background: var(--surface-2); }

/* on-dark buttons */
.on-dark .btn-primary, .btn-primary.on-dark { background: var(--cyan); color: var(--dark); box-shadow: 0 12px 30px rgba(0,194,224,.25); }
.on-dark .btn-primary:hover { background: var(--cyan-neon); }
.on-dark .btn-secondary, .btn-secondary.on-dark { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.18); box-shadow: none; }
.on-dark .btn-secondary:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); }
.on-dark .btn-ghost { color: var(--on-dark-2); }
.on-dark .btn-ghost:hover { color: #fff; background: rgba(255,255,255,.06); }

/* ---------- BADGES / PILLS ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 12px; border-radius: var(--pill); border: 1px solid;
}
.badge svg { width: 13px; height: 13px; }
.badge-brand { background: var(--brand-50); color: var(--brand); border-color: #C9DCFB; }
.badge-gold  { background: var(--gold-50); color: var(--gold); border-color: #ECD79E; }
.badge-neutral { background: var(--surface-2); color: var(--ink-2); border-color: var(--border); }
.badge.on-dark { background: rgba(0,194,224,.1); color: var(--cyan-neon); border-color: rgba(0,194,224,.28); }
.badge.on-dark.gold { background: rgba(201,149,42,.12); color: #E7B85B; border-color: rgba(201,149,42,.4); }

/* status pills (compliance) */
.pill { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-mono);
  font-size: 11px; font-weight: 600; letter-spacing: .05em; padding: 3px 9px; border-radius: var(--r-xs); }
.pill-pass    { background: var(--pass-bg); color: var(--pass); }
.pill-partial { background: var(--partial-bg); color: var(--partial); }
.pill-fail    { background: var(--fail-bg); color: var(--fail); }
.pill-info    { background: var(--info-bg); color: var(--info); }
.dark .pill-pass { background: rgba(52,211,153,.14); color: var(--pass-on-dark); }
.dark .pill-partial { background: rgba(251,191,85,.14); color: var(--partial-on-dark); }
.dark .pill-fail { background: rgba(248,113,113,.14); color: var(--fail-on-dark); }

/* ---------- CARDS ---------- */
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 26px; box-shadow: var(--sh-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
}
.card.hover:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); border-color: var(--line); }
.card-icon {
  width: 46px; height: 46px; border-radius: var(--r); display: grid; place-items: center;
  background: var(--brand-50); color: var(--brand); margin-bottom: 18px; border: 1px solid #D8E5FB;
}
.card-icon svg { width: 23px; height: 23px; }
.card-icon.gold { background: var(--gold-50); color: var(--gold); border-color: #ECD79E; }
.card h3, .card h4 { margin-bottom: 9px; }
.card p { font-size: 14.5px; line-height: 1.62; }

.dark .card { background: var(--dark-2); border-color: var(--dark-border); box-shadow: none; color: var(--on-dark); }
.dark .card h3, .dark .card h4 { color: #fff; }
.dark .card p { color: var(--on-dark-2); }
.dark .card-icon { background: rgba(0,194,224,.1); color: var(--cyan-neon); border-color: rgba(0,194,224,.22); }

.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 920px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* stat */
.stat-num { font-family: var(--font-display); font-weight: 600; font-size: clamp(34px, 4vw, 50px); color: var(--brand); line-height: 1; letter-spacing: -.02em; }
.dark .stat-num { color: var(--cyan-neon); }
.stat-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--ink-3); margin-top: 8px; }
.dark .stat-label { color: var(--on-dark-2); }

/* ---------- SCAN / PRODUCT CARD (signature) ---------- */
.scan {
  background: var(--dark-2); border: 1px solid var(--dark-border); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh-lg); color: var(--on-dark); font-family: var(--font-body);
}
.scan-head { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--dark-border); background: rgba(255,255,255,.02); }
.scan-dots { display: flex; gap: 6px; }
.scan-dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.scan-title { font-family: var(--font-mono); font-size: 12.5px; color: var(--on-dark-2); letter-spacing: .02em; }
.scan-score { margin-left: auto; font-family: var(--font-mono); font-size: 12px; color: var(--cyan-neon); background: rgba(0,194,224,.1); padding: 3px 10px; border-radius: var(--pill); border: 1px solid rgba(0,194,224,.25); }
.scan-body { padding: 8px 0; }
.scan-row { display: flex; align-items: center; gap: 12px; padding: 11px 18px; border-bottom: 1px solid rgba(255,255,255,.04); }
.scan-row:last-child { border-bottom: 0; }
.scan-code { font-family: var(--font-mono); font-size: 12px; color: var(--on-dark-2); min-width: 56px; }
.scan-name { font-size: 13.5px; color: var(--on-dark); flex: 1; }
.scan-row .pill { margin-left: auto; }

/* score ring */
.ring { --p: 82; --c: var(--cyan); width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center; position: relative;
  background: conic-gradient(var(--c) calc(var(--p) * 1%), rgba(255,255,255,.08) 0); }
.ring::after { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--dark-2); }
.ring span { position: relative; z-index: 1; font-family: var(--font-display); font-weight: 600; font-size: 26px; color: #fff; }

/* ---------- CTA BAND ---------- */
.cta-band { background: var(--dark); color: #fff; border-radius: var(--r-2xl); padding: clamp(40px, 6vw, 72px); text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p { color: var(--on-dark-2); max-width: 560px; margin: 0 auto 30px; font-size: 17px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; }

/* ---------- FOOTER ---------- */
.footer { background: var(--dark); color: var(--on-dark-2); padding: 64px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 36px; }
.footer-brand .wordmark { color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 18px; }
.footer p { font-size: 13.5px; line-height: 1.7; color: var(--on-dark-2); max-width: 280px; }
.footer-col h5 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #6F829C; margin-bottom: 16px; font-weight: 500; }
.footer-col a { display: block; font-size: 14px; color: var(--on-dark-2); padding: 5px 0; transition: color .15s; }
.footer-col a:hover { color: var(--cyan-neon); }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--dark-border); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: #6F829C; font-family: var(--font-mono); }
.footer-tag { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .03em; color: #6F829C; margin-bottom: 14px; }
@media (max-width: 820px) { .footer-top { grid-template-columns: 1fr 1fr; } }

/* ---------- COMPARISON TABLE (vs) ---------- */
.cmp { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); }
.cmp th, .cmp td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--border); }
.cmp thead th { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); background: var(--surface-2); }
.cmp tbody td { font-size: 14.5px; color: var(--ink-2); }
.cmp tbody td:first-child { font-weight: 600; color: var(--ink); }
.cmp .col-us { background: var(--brand-50); border-left: 1px solid #C9DCFB; border-right: 1px solid #C9DCFB; }
.cmp thead .col-us { background: var(--brand); color: #fff; }
.cmp tr:last-child td { border-bottom: 0; }
.ic-yes { color: var(--pass); } .ic-no { color: var(--ink-3); } .ic-yes svg,.ic-no svg { width: 19px; height: 19px; }

/* ---------- FRAMEWORK CHIPS ---------- */
.fw-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
@media (max-width: 760px) { .fw-grid { grid-template-columns: repeat(2, 1fr); } }
.fw {
  display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: var(--r);
  background: var(--surface); border: 1px solid var(--border); font-weight: 600; font-size: 14px; color: var(--ink);
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.fw:hover { border-color: var(--brand); box-shadow: var(--sh-sm); transform: translateY(-2px); }
.fw .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--grad); flex: none; }

/* ---------- SOURCE BADGE ---------- */
.source {
  display: inline-flex; align-items: center; gap: 9px; background: var(--info-bg); color: var(--info);
  border: 1px solid #C9DCFB; padding: 8px 14px; border-radius: var(--r-sm); font-size: 13px; font-weight: 500;
}
.source svg { width: 15px; height: 15px; flex: none; }
.source a { color: var(--info); text-decoration: underline; font-weight: 600; }

/* ---------- PRICING ---------- */
.price-card { position: relative; }
.price-card.featured { border-color: var(--brand); box-shadow: var(--sh-lg); }
.price-amt { font-family: var(--font-display); font-weight: 600; font-size: 46px; color: var(--ink); letter-spacing: -.02em; }
.price-amt small { font-family: var(--font-mono); font-size: 14px; color: var(--ink-3); font-weight: 400; }
.price-feat { list-style: none; margin-top: 18px; }
.price-feat li { display: flex; gap: 10px; align-items: flex-start; padding: 7px 0; font-size: 14.5px; color: var(--ink-2); }
.price-feat li svg { width: 17px; height: 17px; color: var(--pass); flex: none; margin-top: 2px; }

/* ---------- DIVIDER / KICKER ROW ---------- */
.kicker-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }

/* ---------- CHECK LIST ---------- */
.checklist { list-style: none; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; font-size: 15.5px; color: var(--ink-2); }
.checklist li svg { width: 20px; height: 20px; color: var(--brand); flex: none; margin-top: 2px; }
.dark .checklist li { color: var(--on-dark-2); }
.dark .checklist li svg { color: var(--cyan-neon); }

/* Home page layouts + hero-direction switcher */

/* hero switcher control */
.hero-switch { position: sticky; top: 55px; z-index: 40; display: flex; align-items: center; gap: 8px;
  background: rgba(11,18,32,.55); backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%); color: #fff; padding: 8px 16px; border-bottom: 1px solid rgba(255,255,255,.06); }
.hero-switch > span.mono { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #93A4BD; }
.hsw-btn { width: 30px; height: 26px; border-radius: 6px; border: 1px solid rgba(255,255,255,.18); background: transparent; color: #cdd8e8; font-family: var(--font-mono); font-weight: 600; font-size: 13px; }
.hsw-btn.on { background: var(--cyan); color: var(--dark); border-color: var(--cyan); }
.hsw-note { margin-left: auto; font-size: 11px; color: #93A4BD; }
@media (max-width:600px){ .hsw-note { display:none; } }

/* HERO A */
.hero-a { padding: clamp(48px,7vw,96px) 0; background:
  radial-gradient(ellipse 60% 70% at 88% 30%, rgba(0,194,224,.07), transparent 60%), var(--bg); }
.hero-a-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-a-art { position: relative; }
@media (max-width:880px){ .hero-a-grid { grid-template-columns: 1fr; gap: 40px; } }
.trustline { font-size: 13.5px; color: var(--ink-3); display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); }
.trustline svg { color: var(--brand); } .trustline b { color: var(--ink-2); }

/* HERO B */
.hero-b { padding-block: clamp(64px,8vw,104px); }
.hero-b-console { margin-top: 52px; }
.console { background: var(--dark-2); border: 1px solid var(--dark-border); border-radius: var(--r-lg); padding: 8px; box-shadow: var(--sh-lg); max-width: 760px; margin: 0 auto; }
.console-head { display: flex; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid var(--dark-border); }
.console-head .scan-score { background: rgba(0,194,224,.1); }
.console-row { display: grid; grid-template-columns: 1fr 200px 40px; gap: 16px; align-items: center; padding: 13px 14px; border-bottom: 1px solid rgba(255,255,255,.04); }
.console-row:last-child { border-bottom: 0; }
.console-host { display: flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 13.5px; color: var(--on-dark); }
.console-host svg { color: var(--on-dark-2); }
.console-bar { height: 7px; border-radius: 4px; background: rgba(255,255,255,.07); overflow: hidden; }
.console-bar i { display: block; height: 100%; border-radius: 4px; }
.console-score { font-family: var(--font-mono); font-weight: 600; font-size: 14px; text-align: right; }
.st-pass { background: var(--pass-on-dark); color: var(--pass-on-dark); }
.st-partial { background: var(--partial-on-dark); color: var(--partial-on-dark); }
.st-fail { background: var(--fail-on-dark); color: var(--fail-on-dark); }
.console-bar i.st-pass { background: var(--pass-on-dark); }
.console-bar i.st-partial { background: var(--partial-on-dark); }
.console-bar i.st-fail { background: var(--fail-on-dark); }
@media (max-width:600px){ .console-row { grid-template-columns: 1fr 90px 34px; gap: 10px; } }

/* HERO C */
.hero-c { padding: clamp(44px,6vw,80px) 0; }
.hero-c-top { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: end; padding-bottom: 44px; border-bottom: 1px solid var(--border); }
.hero-c-side { padding-bottom: 6px; }
@media (max-width:880px){ .hero-c-top { grid-template-columns: 1fr; gap: 24px; } }
.hero-c-proof { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: center; padding-top: 44px; }
.hero-c-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
@media (max-width:880px){ .hero-c-proof { grid-template-columns: 1fr; gap: 36px; } }

/* TRUST STRIP */
.trust-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.trust-eyebrow { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.trust-tools { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 14px; color: var(--ink-3); }
.trust-tools span { font-family: var(--font-mono); }
.trust-tools i { color: var(--line); font-style: normal; }
.trust-tools i.arrow { color: var(--brand); display: inline-flex; }
.trust-tools b.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-family: var(--font-display); font-size: 17px; font-weight: 600; }
@media (max-width:680px){ .trust-tools { display:none; } }

/* FOUNDERS */
.founders { position: relative; overflow: hidden; background: linear-gradient(135deg, #14110A 0%, #0A0F1C 60%); border: 1px solid #2A2415; border-radius: var(--r-2xl); padding: clamp(32px,4vw,52px); display: flex; flex-direction: column; gap: 14px; }
.founders h3 { font-size: clamp(22px,2.4vw,30px); }

/* HERO D — dark command center, stats-led */
.hero-d { padding-block: clamp(56px,7vw,96px); }
.hero-d .content { position: relative; }
.hero-d-top { max-width: 760px; }
.founders-badge { position: absolute; top: 60px; right: 0; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px;
  background: linear-gradient(135deg, rgba(201,149,42,.16), rgba(10,15,28,.6)); border: 1px solid rgba(201,149,42,.45);
  border-radius: 14px; padding: 16px; width: clamp(190px, 20vw, 250px); backdrop-filter: blur(8px); transition: transform .15s, border-color .15s; }
.founders-badge:hover { transform: translateY(-2px); border-color: rgba(201,149,42,.7); }
.fb-spark { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex: none;
  background: rgba(201,149,42,.18); color: #E7B85B; border: 1px solid rgba(201,149,42,.4); }
.fb-text { display: flex; flex-direction: column; align-items: center; line-height: 1.3; }
.fb-text b { color: #fff; font-size: 15px; font-family: var(--font-display); font-weight: 600; white-space: nowrap; }
.fb-sub { font-size: 11px; color: #E7B85B; letter-spacing: .01em; margin-top: 4px; line-height: 1.4; }
.fb-go { position: absolute; top: 14px; right: 14px; color: var(--on-dark-2); display: flex; }
@media (max-width:880px){ .founders-badge { position: static; margin: 0 auto 22px; width: fit-content; max-width: 300px; } }
.hero-d-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin: 44px 0; }
@media (max-width:760px){ .hero-d-stats { grid-template-columns: 1fr 1fr; gap: 16px; } }
.hero-d-stat { border-left: 2px solid rgba(0,194,224,.4); padding-left: 16px; }
.hero-d-num { font-family: var(--font-display); font-weight: 600; font-size: clamp(34px,4.4vw,54px); line-height: 1; letter-spacing: -.02em; }
.hero-d-lbl { color: #fff; font-size: 15px; font-weight: 600; margin-top: 10px; }
.hero-d-sub { color: var(--on-dark-2); font-size: 12px; margin-top: 4px; }
.hero-d-console { display: grid; grid-template-columns: 1.6fr 1fr; gap: 28px; align-items: center; }
@media (max-width:820px){ .hero-d-console { grid-template-columns: 1fr; gap: 22px; } }
.hero-d-cta { display: flex; flex-direction: column; gap: 12px; }
.hero-d-cta .btn { width: 100%; }

/* HERO E — free-scan-led */
.hero-e { padding: clamp(44px,6vw,80px) 0 0; background:
  radial-gradient(ellipse 60% 60% at 50% -10%, rgba(0,194,224,.08), transparent 60%), var(--bg); }
.hero-e .fscan-section { padding-top: clamp(32px,4vw,48px); }

/* LIVE COUNTER */
.counter-band { background: var(--surface); border-bottom: 1px solid var(--border); }
.counter-row { display: grid; grid-template-columns: repeat(3,1fr); }
.counter { text-align: center; padding: 8px 16px; }
.counter + .counter { border-left: 1px solid var(--border); }
.counter-num { font-family: var(--font-display); font-weight: 600; font-size: clamp(32px,4.2vw,50px); color: var(--ink); letter-spacing: -.02em; line-height: 1; }
.counter-plus { color: var(--brand); }
.counter .stat-label { margin-top: 12px; }
.counter-live { text-align: center; margin-top: 26px; font-size: 12px; color: var(--ink-3); display: flex; align-items: center; justify-content: center; gap: 8px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pass); animation: livepulse 2s infinite; }
@keyframes livepulse { 0%{box-shadow:0 0 0 0 rgba(21,128,61,.5)} 70%{box-shadow:0 0 0 8px rgba(21,128,61,0)} 100%{box-shadow:0 0 0 0 rgba(21,128,61,0)} }
@media (max-width:680px){ .counter-row { grid-template-columns: 1fr; } .counter + .counter { border-left: 0; border-top: 1px solid var(--border); padding-top: 24px; margin-top: 8px; } }

/* ============================================================
   Page-template styles: feature · compliance · vs · blog · about · dashboard
   ============================================================ */

/* ---------- shared ---------- */
.feat-link { display: inline-flex; align-items: center; gap: 5px; color: var(--brand); font-weight: 600; font-size: 14px; margin-top: 14px; }
.feat-link svg { transition: transform .15s; }
.feat-link:hover svg { transform: translateX(3px); }

/* ---------- FEATURE ---------- */
.feat-hero { position: relative; overflow: hidden; padding: clamp(44px,6vw,88px) 0; background: radial-gradient(ellipse 60% 70% at 90% 20%, rgba(0,194,224,.07), transparent 60%), var(--bg); }
.feat-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.feat-hero-art { position: relative; }
@media (max-width:880px){ .feat-hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.feat-metric-row { display: flex; gap: 36px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--border); }
.back-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); cursor: pointer; }
.back-eyebrow svg { transform: rotate(180deg); }
.back-eyebrow:hover { color: var(--brand); }
.feat-metric-row > div { display: flex; flex-direction: column; }
.feat-metric-row .stat-label { margin-top: 4px; }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; counter-reset: step; }
@media (max-width:880px){ .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width:520px){ .steps { grid-template-columns: 1fr; } }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px; position: relative; }
.step-num { font-size: 13px; color: var(--brand); font-weight: 600; letter-spacing: .1em; }
.step h4 { margin: 14px 0 8px; }
.step p { font-size: 14px; line-height: 1.6; }

/* ---------- COMPLIANCE ---------- */
.cmp-hero { padding: clamp(44px,6vw,84px) 0; background: radial-gradient(ellipse 55% 65% at 12% 30%, rgba(11,91,211,.06), transparent 60%), var(--bg); }
.cmp-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.cmp-hero-art { position: relative; }
@media (max-width:880px){ .cmp-hero-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ---------- VS ---------- */
.vs-hero { padding: clamp(48px,6vw,80px) 0 clamp(20px,3vw,32px); }
.vs-logos { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.vs-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--pill); padding: 9px 18px; font-weight: 600; font-size: 14px; color: var(--ink-2); box-shadow: var(--sh-sm); }
.vs-chip.on { border-color: var(--brand); color: var(--ink); }
.vs-x { color: var(--ink-3); font-size: 12px; }
.vs-table-wrap { overflow-x: auto; }

/* ---------- BLOG / ARTICLE ---------- */
.article-wrap { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 56px; padding-block: clamp(40px,5vw,68px); align-items: start; }
@media (max-width:920px){ .article-wrap { grid-template-columns: 1fr; gap: 36px; } }
.article-main { max-width: 760px; }
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-3); margin-bottom: 18px; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-meta svg { color: var(--ink-3); }
.article-title { font-size: clamp(30px,4vw,46px); line-height: 1.08; }
.prose { margin-top: 30px; }
.prose h2 { font-size: clamp(22px,2.4vw,28px); margin: 38px 0 14px; }
.prose p { font-size: 16.5px; line-height: 1.75; margin-bottom: 16px; color: var(--ink-2); }
.prose .article-lede { font-size: 19px; line-height: 1.7; color: var(--ink); }
.prose .checklist { margin: 6px 0 18px; }
.auto-badge { background: var(--pass-bg); color: var(--pass); font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; padding: 2px 7px; border-radius: 4px; }
.manual-badge { background: var(--surface-2); color: var(--ink-3); font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; padding: 2px 7px; border-radius: 4px; }
.check-table-wrap { border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; margin: 18px 0 22px; }
.check-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.check-table th { background: var(--surface-2); text-align: left; padding: 11px 16px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; }
.check-table td { padding: 12px 16px; border-top: 1px solid var(--border); color: var(--ink-2); }
.check-table td.mono { color: var(--brand); font-weight: 500; }
.check-table .check-group td { background: var(--surface-2); font-family: var(--font-mono); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-2); font-weight: 600; padding: 9px 16px; }

.article-aside { position: sticky; top: calc(var(--proto-bar) + 72px); display: flex; flex-direction: column; gap: 18px; }
@media (max-width:920px){ .article-aside { position: static; } }
.aside-card { background: var(--brand); color: #fff; border-radius: var(--r-lg); padding: 24px; box-shadow: var(--sh-brand); }
.aside-card h4 { color: #fff; margin: 4px 0 8px; }
.aside-card p { color: rgba(255,255,255,.85); font-size: 14px; margin-bottom: 16px; }
.aside-btn { display: flex; align-items: center; justify-content: center; gap: 7px; background: #fff; color: var(--brand); padding: 11px; border-radius: var(--r-sm); font-weight: 600; font-size: 14px; }
.toc { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); padding: 20px; }
.toc h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; font-weight: 500; }
.toc-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.toc-list a { font-size: 14px; color: var(--ink-2); display: inline-flex; align-items: center; gap: 5px; }
.toc-list a:hover { color: var(--brand); }
.toc-list svg { opacity: .5; }

/* ---------- ABOUT ---------- */
.about-hero { padding: clamp(52px,7vw,96px) 0 clamp(40px,5vw,64px); background: radial-gradient(ellipse 60% 60% at 50% -10%, rgba(0,194,224,.07), transparent 60%), var(--bg); }

/* ---------- DASHBOARD ---------- */
.app { display: flex; min-height: calc(100vh - var(--proto-bar)); background: var(--bg); }
.app-side { width: 232px; flex: none; background: var(--surface); border-right: 1px solid var(--border); padding: 18px 14px; display: flex; flex-direction: column; position: sticky; top: var(--proto-bar); height: calc(100vh - var(--proto-bar)); }
.app-nav { display: flex; flex-direction: column; gap: 2px; }
.app-nav-link { display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: var(--r-sm); font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.app-nav-link:hover { background: var(--surface-2); color: var(--ink); }
.app-nav-link.on { background: var(--brand-50); color: var(--brand); }
.app-nav-link svg { opacity: .8; }
.app-side-foot { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 8px; }
.app-plan { padding: 6px 12px; }
@media (max-width:760px){ .app-side { display: none; } }

.app-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.app-top { height: 60px; flex: none; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.7); backdrop-filter: blur(8px); display: flex; align-items: center; gap: 16px; padding: 0 24px; position: sticky; top: var(--proto-bar); z-index: 20; }
.app-tenant { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink-2); padding: 7px 12px; border: 1px solid var(--border); border-radius: var(--r-sm); }
.app-tenant b { color: var(--ink); }
.app-search { flex: 1; max-width: 420px; display: flex; align-items: center; gap: 9px; background: var(--surface-2); border: 1px solid transparent; border-radius: var(--r-sm); padding: 0 12px; color: var(--ink-3); }
.app-search input { flex: 1; border: 0; background: transparent; padding: 9px 0; font-family: inherit; font-size: 14px; color: var(--ink); outline: none; }
.app-top-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.app-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 12.5px; font-weight: 700; font-family: var(--font-mono); }
@media (max-width:600px){ .app-search { display: none; } }

.app-body { padding: 28px 24px 40px; max-width: 1200px; width: 100%; }
.app-head-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; gap: 16px; flex-wrap: wrap; }
.stat-card-app { display: flex; flex-direction: column; gap: 4px; padding: 20px; }
.stat-card-app .stat-num { line-height: 1.1; }
.app-delta { font-size: 12px; color: var(--ink-3); font-family: var(--font-mono); }

.app-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; }
@media (max-width:980px){ .app-grid { grid-template-columns: 1fr; } }
.app-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--border); }
.app-panel-head h4 { font-size: 15px; }
.app-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.app-table th { text-align: left; padding: 10px 20px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; background: var(--surface-2); }
.app-table td { padding: 13px 20px; border-top: 1px solid var(--border); color: var(--ink-2); }
.app-host { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); font-family: var(--font-mono); font-size: 13px; }
.app-host svg { color: var(--ink-3); }
.app-muted { color: var(--ink-3); }
.app-bar { height: 7px; border-radius: 4px; background: var(--surface-3); overflow: hidden; }
.app-bar i { display: block; height: 100%; border-radius: 4px; }
.st-pass-l { background: var(--pass); } .st-partial-l { background: var(--partial); } .st-fail-l { background: var(--fail); }

.app-find { display: flex; flex-direction: column; }
.app-find-row { display: flex; align-items: center; gap: 12px; padding: 13px 20px; border-top: 1px solid var(--border); }
.app-find-row:first-child { border-top: 0; }
.app-find-row > svg { margin-left: auto; color: var(--ink-3); flex: none; }
.app-find-t { font-size: 14px; font-weight: 500; color: var(--ink); }

.app-cta { display: flex; align-items: center; gap: 22px; margin-top: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 22px 26px; box-shadow: var(--sh-sm); flex-wrap: wrap; }
.app-cta h4 { font-size: 16px; }
.app-cta p { margin-top: 4px; }

/* ---------- FREE 8-POINT SCAN WIDGET ---------- */
/* No bottom padding (#352): the trust strip that follows has its own symmetric
   top/bottom padding, so this section's bottom padding would make the gap ABOVE
   the trust strip much larger than the gap below it. Dropping it lets the trust
   strip's padding define both gaps equally. */
.fscan-section { padding-bottom: 0; }
.fscan-card { position: relative; overflow: hidden; background: var(--dark); border: 1px solid var(--dark-border); border-radius: var(--r-2xl); padding: clamp(28px,4vw,46px); }
.fscan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; position: relative; z-index: 2; }
@media (max-width:880px){ .fscan-grid { grid-template-columns: 1fr; gap: 30px; } }
.fscan-intro h2 { color: #fff; }
.fscan-form { display: flex; align-items: center; gap: 8px; margin-top: 24px; background: var(--dark-2); border: 1px solid var(--dark-border); border-radius: var(--r); padding: 6px 6px 6px 14px; max-width: 460px; }
.fscan-prefix { color: var(--on-dark-2); font-size: 13px; flex: none; }
.fscan-input { flex: 1; min-width: 0; background: transparent; border: 0; outline: none; color: #fff; font-family: var(--font-mono); font-size: 14px; padding: 9px 0; }
.fscan-form .btn { flex: none; }
.fscan-note { display: block; margin-top: 12px; font-size: 11.5px; color: var(--on-dark-2); }
.fscan-result { background: var(--dark-2); border: 1px solid var(--dark-border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); }
.fscan-head { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; border-bottom: 1px solid var(--dark-border); }
.fscan-head .scan-title { color: var(--on-dark-2); }
.fscan-rows { padding: 4px 0; }
.fscan-row { display: flex; align-items: center; gap: 12px; padding: 9px 16px; }
.fscan-row.show { animation: fscanin .4s ease both; }
@keyframes fscanin { from{opacity:0;transform:translateY(7px)} to{opacity:1;transform:none} }
.fscan-ic { color: var(--cyan-neon); display: inline-flex; flex: none; }
.fscan-t { flex: 1; color: var(--on-dark); font-size: 13.5px; display: flex; flex-direction: column; }
.fscan-t small { color: var(--on-dark-2); font-size: 11.5px; font-family: var(--font-mono); margin-top: 1px; }
.fscan-row .pill { margin-left: auto; }
.fscan-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 13px 16px; border-top: 1px solid var(--dark-border); font-size: 12px; color: var(--on-dark-2); flex-wrap: wrap; }

/* ---------- PRICING ---------- */
.pricing-hero { padding: clamp(48px,6vw,84px) 0 clamp(18px,3vw,26px); background: radial-gradient(ellipse 60% 60% at 50% -10%, rgba(0,194,224,.07), transparent 60%), var(--bg); }
.bill-toggle { display: flex; width: fit-content; align-items: center; gap: 4px; background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--pill); padding: 4px; margin: 0 auto 30px; }
.bill-opt { border: 0; background: transparent; padding: 8px 18px; border-radius: var(--pill); font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--ink-2); display: inline-flex; align-items: center; gap: 8px; }
.bill-opt.on { background: var(--surface); color: var(--ink); box-shadow: var(--sh-sm); }
.bill-save { background: var(--pass-bg); color: var(--pass); font-family: var(--font-mono); font-size: 10px; font-weight: 600; padding: 2px 7px; border-radius: var(--pill); }
.price-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; align-items: stretch; }
@media (max-width:1000px){ .price-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:560px){ .price-grid { grid-template-columns: 1fr; } }
.price-card { display: flex; flex-direction: column; position: relative; padding: 24px 22px; }
.price-card .btn { width: 100%; margin-top: 2px; }
.price-tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--brand); color: #fff; font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 4px 12px; border-radius: var(--pill); white-space: nowrap; }
.price-head { margin-bottom: 14px; }
.price-name { display: block; color: var(--brand); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.price-sub { display: block; color: var(--ink-3); font-size: 12.5px; margin-top: 5px; min-height: 32px; }
.price-amt { font-family: var(--font-display); font-weight: 600; font-size: 38px; color: var(--ink); letter-spacing: -.02em; line-height: 1; }
.price-amt small { font-family: var(--font-mono); font-size: 13px; color: var(--ink-3); font-weight: 400; }
.price-billed { display: block; font-size: 11.5px; color: var(--ink-3); margin: 8px 0 16px; min-height: 15px; }
.price-feat { list-style: none; margin-top: 16px; display: flex; flex-direction: column; }
.price-feat li { display: flex; gap: 9px; align-items: flex-start; padding: 8px 0; font-size: 13.5px; color: var(--ink-2); border-top: 1px solid var(--border); }
.price-feat li:first-child { border-top: 0; }
.price-feat li svg { width: 16px; height: 16px; color: var(--pass); flex: none; margin-top: 1px; }
.pricing-fine { text-align: center; font-size: 12px; color: var(--ink-3); margin-top: 22px; }

/* ---------- THE CYCLE ---------- */
.cycle-tagline { color: #fff; }
.cycle { display: flex; align-items: stretch; margin-top: 38px; }
.cycle-step { flex: 1; background: var(--dark-2); border: 1px solid var(--dark-border); border-radius: var(--r-lg); padding: 22px 18px; display: flex; flex-direction: column; }
.cycle-arrow { flex: none; width: 36px; display: flex; align-items: center; justify-content: center; color: var(--cyan); }
.cycle-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.cycle-num { font-size: 12px; color: var(--on-dark-2); }
.cycle-verb { font-size: 10px; letter-spacing: .1em; color: var(--cyan-neon); background: rgba(0,194,224,.1); border: 1px solid rgba(0,194,224,.25); padding: 2px 8px; border-radius: var(--pill); }
.cycle-ic { width: 44px; height: 44px; border-radius: var(--r); display: grid; place-items: center; background: rgba(0,194,224,.1); color: var(--cyan-neon); border: 1px solid rgba(0,194,224,.22); margin-bottom: 14px; }
.cycle-step h4 { color: #fff; margin-bottom: 7px; }
.cycle-step p { color: var(--on-dark-2); font-size: 13px; line-height: 1.55; }
.cycle-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 14px; }
.cycle-chips span { font-family: var(--font-mono); font-size: 10.5px; color: var(--on-dark); background: rgba(255,255,255,.05); border: 1px solid var(--dark-border); padding: 3px 8px; border-radius: var(--r-xs); }
.cycle-loop { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 26px; font-size: 12px; color: var(--cyan-neon); }
@media (max-width:900px){
  .cycle { flex-direction: column; align-items: stretch; }
  .cycle-arrow { width: auto; height: 30px; transform: rotate(90deg); }
}

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--border); }
.faq-item { padding: 22px 2px; border-bottom: 1px solid var(--border); }
.faq-item h4 { font-size: 17px; margin-bottom: 8px; }
.faq-item p { font-size: 15px; line-height: 1.68; }

/* --- production overrides --- */
:root { --proto-bar: 0px; }
.hero-switch { display: none !important; }
