/* ═══════════════════════════════════════════════════════════════════════════
   AIUXQA — Shared Site Stylesheet (site.css)
   All pages link here. Page-specific CSS lives in each page's <style> block.
   ─────────────────────────────────────────────────────────────────────────
   GUTTER / LAYOUT STANDARD
   • Horizontal content gutter: var(--pad) = 48px desktop / var(--pad-sm) = 20px mobile
   • All sections use .container for centering + horizontal padding
   • .hero-inner uses the same var(--pad) — hero content aligns with body content
   • Max content width: var(--max-w) = 1200px — enforced on every section
   • Never add ad-hoc left/right padding outside this system
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
img,svg{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{border:none;background:none;cursor:pointer;font:inherit}

/* ── TOKENS ── */
:root{
  /* Brand blue — site-wide primary brand mark color */
  --blue:#00AEEF; --blue-dk:#0096CC; --blue-lt:#E8F7FD;
  /* Coral — standard site CTA register (index, services, blog) */
  --coral:#F26854; --coral-dk:#D4503D;
  --teal:#007586; --teal-lt:#52AFE2;
  /* Enterprise register — purple is main, chartreuse is highlight, dark-purple is on-chartreuse text */
  --purple:#3D2E80; --purple-md:#5B4DB0; --purple-lt:#8B7FD4; --purple-dk:#1B0E4A; --purple-darker:#06030F;
  --chartreuse:#DFFF00; --chartreuse-dk:#B8D400;
  /* Score-band colors — reused everywhere a fail/act/pass banded score appears */
  --band-fail:#FF6B9E; --band-act:#FFAB4D; --band-pass:#7BDDB8;
  --near-black:#231F20;
  --bg-dark:#000413; --bg-dark2:#0D1B38;
  --gauge-red:#E53935; --gauge-orange:#E8602A;
  --gauge-amber:#F5A623; --gauge-green:#43A047;
  --white:#ffffff; --off-white:#F8FAFC;
  --gray-lt:#E2E8F0; --gray-md:#64748B; --gray-dk:#334155;
  --muted:#94A3B8; --border:rgba(255,255,255,0.20);
  --font-head:'Barlow Condensed',sans-serif;
  --font-subhead:'Barlow Semi Condensed',sans-serif; /* Pass v24 — italic subheads switched from Condensed to SemiCondensed to restore visual breathing room. */
  --font-body:'Barlow',sans-serif;
  --radius:12px; --radius-sm:8px;
  --max-w:1200px;
  --pad:48px;    /* canonical horizontal gutter — use everywhere */
  --pad-sm:20px; /* mobile gutter */
  --first-section-pad:52px; /* top padding of first section below hero — averaged across pages */
  --nav-h:60px;             /* main nav height — subnav top offset derives from this. SINGLE SOURCE. */
  --sticky-offset:130px;    /* scroll-margin-top to clear site nav + color sub-nav */
  --shadow-standout:0 18px 44px rgba(40,30,85,0.20); /* raised "top layer" shadow — explainer block + path cards */
  --grad-blue:linear-gradient(160deg,#0094c9 0%,#0a5e87 100%); /* standard blue gradient — gap, guarantee, measure bands. SINGLE SOURCE. */
}

/* ── BASE ── */
body{font-family:var(--font-body);background:var(--white);color:var(--near-black);font-size:17px;line-height:1.6}
.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad)}
section{padding:80px 0}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:700;line-height:1.05;letter-spacing:0.01em}
h2{font-size:clamp(36px,5vw,52px)}
h3{font-size:clamp(24px,3vw,32px)}
.eyebrow{font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--blue)}
.section-header{text-align:center;margin-bottom:56px}
/* .section-header p — generic paragraph inside a section header (non-role). 
   Pass v61: only applies to paragraphs WITHOUT a role class so it can't override role specs. */
.section-header p:not(.section-subtitle):not(.section-tertiary):not(.section-quaternary):not(.section-desc) {
  color: var(--gray-md);
  font-size: 17px;
  max-width: 580px;
  margin: 12px auto 0;
}

/* ── BUTTONS — pill-shaped, coral baseline ── */
/* Button base — text bumped to 16px (close to body 17px). Single source of truth; per-section sizes override only if needed. */
.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:700;font-size:16px;letter-spacing:0.05em;text-transform:uppercase;padding:14px 22px 14px 28px;border-radius:100px;transition:all .22s;white-space:nowrap;background:var(--coral);color:#fff;box-shadow:0 4px 16px rgba(242,104,84,0.35)}
.btn:hover{background:var(--coral-dk);box-shadow:0 6px 24px rgba(242,104,84,0.5);transform:translateY(-1px)}
.btn-outline{background:none;border:2px solid var(--coral);color:var(--coral);box-shadow:none;border-radius:100px}
.btn-outline:hover{background:var(--coral);color:#fff;box-shadow:0 4px 16px rgba(242,104,84,0.35);transform:translateY(-1px)}
.btn-outline-white{background:none;border:2px solid rgba(255,255,255,0.5);color:#fff;border-radius:100px;box-shadow:none}
.btn-outline-white:hover{background:rgba(255,255,255,0.08);border-color:#fff;transform:translateY(-1px)}
.btn-outline-blue{background:none;border:2px solid var(--coral);color:var(--coral);border-radius:100px;box-shadow:none}
.btn-outline-blue:hover{background:var(--coral);color:#fff}
.btn-white{background:#fff;color:var(--coral);box-shadow:0 4px 16px rgba(0,0,0,0.15);border-radius:100px}
.btn-white:hover{background:rgba(255,255,255,0.92);box-shadow:0 6px 24px rgba(0,0,0,0.2);transform:translateY(-1px)}
/* Standard-register filled variants (index/services/certified/blog).
   --coral is the primary CTA; --blue is the brand mark. .btn-coral restates the
   coral baseline explicitly; .btn-blue is the brand-blue fill (e.g. Subscribe).
   Locked 2026-05-22 — blue/coral live here; purple/chartreuse stay enterprise-only. */
.btn-coral{background:var(--coral);color:#fff;box-shadow:0 4px 16px rgba(242,104,84,0.35)}
.btn-coral:hover{background:var(--coral-dk);color:#fff;box-shadow:0 6px 24px rgba(242,104,84,0.5);transform:translateY(-1px)}
.btn-blue{background:var(--blue);color:#fff;box-shadow:0 4px 16px rgba(0,174,239,0.30)}
.btn-blue:hover{background:var(--blue-dk);color:#fff;box-shadow:0 6px 24px rgba(0,174,239,0.45);transform:translateY(-1px)}
.btn-full{width:100%;justify-content:center}

/* COMPACT BUY/ADD buttons — lifted from services.html inline style block so they're
   site-wide (used on services.html, enterprise.html, and intake upgrade cards).
   Coral filled (BUY = "I want this") + coral outlined (ADD = "I want this too"). */
.svc-fm-buy-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:700;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:#fff;background:var(--coral);padding:5px 13px;border:0;border-radius:100px;text-decoration:none;cursor:pointer;box-shadow:0 2px 6px rgba(242,104,84,0.28);transition:all .18s;white-space:nowrap;min-width:56px}
.svc-fm-buy-btn:hover{background:var(--coral-dk);box-shadow:0 4px 10px rgba(242,104,84,0.40);transform:translateY(-1px)}
.svc-fm-add-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:700;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--coral);background:transparent;border:1.5px solid var(--coral);padding:4px 12px;border-radius:100px;text-decoration:none;cursor:pointer;transition:all .18s;white-space:nowrap;min-width:56px}
.svc-fm-add-btn:hover{background:var(--coral);color:#fff}
/* Enterprise compact BUY — chartreuse on purple. Lifted from enterprise.html inline style block so intake pages share it. */
.fm3-buy-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:700;font-size:14px;letter-spacing:0.10em;text-transform:uppercase;color:var(--chartreuse);background:var(--purple-md);padding:10px 24px;border:0;border-radius:100px;text-decoration:none;cursor:pointer;transition:all .18s;white-space:nowrap;min-width:90px}
.fm3-buy-btn:hover{background:var(--purple);color:var(--chartreuse);transform:translateY(-1px)}
/* Pill-arrow inside buttons */
.btn-arr{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.btn-arr svg{width:38px;height:24px}
/* Double-arrow modifier — wider container so meet-scaling lands the inner pill at the same rendered height as the single-arrow case (single rect renders ~21.6px tall in 38×24; double needs ~48×24 to render rect ~21.4px tall). Add to any .btn-arr svg that uses #pill-arrow-double. */
.btn-arr svg.dbl{width:48px;height:24px}

/* Brand pill-arrow helper — used anywhere a "→→" appears in copy or UI.
   Always pair with <svg class="brand-arr"><use href="#pill-arrow"/></svg>. */
.brand-arr{display:inline-block;width:30px;height:16px;vertical-align:middle;color:currentColor;flex-shrink:0}
.brand-arr.xs{width:18px;height:10px}
.brand-arr.sm{width:22px;height:12px}
.brand-arr.md{width:30px;height:16px}
.brand-arr.lg{width:60px;height:32px}
.brand-arr.xl{width:100px;height:54px}
/* Headline-scaling brand arrow — sits inline in H1/H2, scales with parent font-size. */
.brand-arr.head{width:0.85em;height:0.45em;vertical-align:-0.05em}

/* Enterprise button variants — chartreuse + dark-purple text; full-purple alt with chartreuse text/arrow. */
.btn-chartreuse{background:var(--chartreuse);color:var(--purple-dk);border:0;box-shadow:0 4px 16px rgba(223,255,0,0.22)}
.btn-chartreuse:hover{background:var(--chartreuse-dk);color:var(--purple-dk);box-shadow:0 6px 24px rgba(223,255,0,0.35);transform:translateY(-1px)}
.btn-purple{background:var(--purple-md);color:#fff;border:0;box-shadow:0 4px 16px rgba(91,77,176,0.32)}
.btn-purple:hover{background:var(--purple);color:#fff;box-shadow:0 6px 24px rgba(91,77,176,0.50);transform:translateY(-1px)}
/* Purple button with chartreuse text + chartreuse arrow */
.btn-purple-chartreuse{background:var(--purple-md);color:var(--chartreuse);border:0;box-shadow:0 4px 16px rgba(91,77,176,0.32)}
.btn-purple-chartreuse:hover{background:var(--purple);color:var(--chartreuse);box-shadow:0 6px 24px rgba(91,77,176,0.50);transform:translateY(-1px)}

/* ── NAV ── */
.nav{position:sticky;top:0;z-index:100;background:rgba(0,4,19,0.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.38)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);max-width:var(--max-w);margin:0 auto;padding:0 var(--pad)}
.logo{display:inline-flex;align-items:center;line-height:1;text-decoration:none}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{font-family:var(--font-head);font-size:14px;font-weight:500;letter-spacing:0.04em;color:var(--muted);transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:#fff}
.nav-cart{color:var(--muted);transition:color .2s}.nav-cart:hover{color:#fff}
.nav-cart svg,.nav-cart img{width:20px;height:20px}
.hamburger{display:none;align-items:center;justify-content:center;padding:4px;cursor:pointer;background:transparent;border:none;color:#fff}
.hamburger img{width:22px;height:22px;display:block}
.mobile-menu{display:none;flex-direction:column;background:rgba(0,4,19,0.98);padding:16px var(--pad-sm) 24px;border-bottom:1px solid var(--border)}
.mobile-menu a{font-family:var(--font-head);font-size:18px;font-weight:600;letter-spacing:0.04em;color:var(--muted);padding:10px 22px;border-bottom:1px solid rgba(255,255,255,0.06);display:block}
.mobile-menu a:last-child{border-bottom:none;padding-top:16px}
.mobile-menu a.nav-book-btn, .mobile-menu a.nav-book-btn:last-child{display:inline-flex;width:auto;align-self:flex-start;margin:14px 0 0;padding:10px 22px !important;color:#fff !important;border-bottom:none}
.mobile-menu.open{display:flex}
.mobile-menu a.active{color:#fff}
.hamburger.open img{display:none}
.hamburger.open::before{content:'\2715';color:#fff;font-size:22px;font-weight:700;line-height:1}

/* ── STANDARD SUBNAV — sticky topic/section navigator (pins under the 60px main nav).
   Visual twin of the enterprise .ent-subnav, in the standard blue register.
   Use on light-body pages (blog, etc.) that need a sticky filter/section bar.
   Enterprise keeps its purple-skinned .ent-subnav; this is the blue-skin standard. */
/* SINGLE SOURCE for subnav sticky layout — both standard (.subnav) and enterprise (.ent-subnav)
   pin here, derived from --nav-h. Page rules below add color skin ONLY. Don't re-declare
   position/top/z-index per page — that's what caused enterprise to cover the nav. */
.subnav,.ent-subnav{position:sticky;top:var(--nav-h);z-index:99;box-shadow:0 2px 14px rgba(0,0,0,0.30)}
.subnav{background:#04101F;border-bottom:2px solid rgba(0,174,239,0.55)}
.subnav-inner{max-width:var(--max-w);margin:0 auto;padding:14px 28px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.subnav-lbl{font-family:var(--font-head);font-weight:700;font-size:13px;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.55);margin-right:18px;flex-shrink:0}
.subnav-link{display:inline-flex;align-items:center;gap:8px;padding:9px 20px;border-radius:100px;font-family:var(--font-head);font-weight:700;font-size:15px;letter-spacing:0.05em;color:rgba(255,255,255,0.78);text-decoration:none;transition:all .18s;border:1px solid transparent;line-height:1;cursor:pointer;background:none}
.subnav-link:hover{color:#fff;background:rgba(255,255,255,0.06);border-color:rgba(0,174,239,0.30)}
.subnav-link.is-active{color:#fff;background:rgba(0,174,239,0.18);border-color:rgba(0,174,239,0.55)}
/* Subnav framework label as a link → jumps to the page's calculation/equation section. */
a.subnav-lbl{text-decoration:none;transition:color .2s}
a.subnav-lbl:hover{color:#fff}
@media(max-width:760px){.subnav-inner{padding:8px 16px;gap:4px}.subnav-lbl{width:100%;text-align:center;margin:0 0 4px}.subnav-link{padding:6px 12px;font-size:12px}}

/* ── ENT-CERT-BAR — completion pill with diagonal-fill background + label inside.
   SINGLE SOURCE. Originally in enterprise.html for portfolio Certification %;
   now lifted here so intake factors strip and any other progress indicator
   reuses the same visual. */
.ent-cert-bar{position:relative;margin:24px 30px 0;height:46px;border-radius:100px;border:2.5px solid #ffffff;overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.03)}
.ent-cert-bar-fill{position:absolute;left:0;top:0;bottom:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,0.18) 0,rgba(255,255,255,0.18) 4px,rgba(255,255,255,0.08) 4px,rgba(255,255,255,0.08) 8px);border-right:1px solid rgba(255,255,255,0.40);transition:width .25s ease}
.ent-cert-bar-lbl{position:relative;z-index:1;font-family:var(--font-head);font-weight:700;font-size:clamp(14px,1.6vw,17px);color:#fff;letter-spacing:0.14em;text-transform:uppercase;line-height:1}

/* ── HERO ── */
/* GUTTER ALIGNMENT: hero-inner carries NO horizontal padding.
   hero-layout gets padding:0 var(--pad) + max-width + margin:auto —
   identical to .container — so hero content left/right edges align
   exactly with every body section's .container content edges. */
.hero{background:linear-gradient(140deg,#000413 0%,#070c24 45%,#0d1a3a 100%);color:#fff;padding:0;position:relative;overflow:hidden;display:flex;flex-direction:column;border-bottom:1px solid var(--border)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:0.22;pointer-events:none;mix-blend-mode:screen}
.hero-glow-a{position:absolute;top:-15%;right:5%;width:560px;height:560px;background:radial-gradient(ellipse,rgba(0,174,239,0.16) 0%,transparent 68%);pointer-events:none}
.hero-glow-b{position:absolute;bottom:-20%;left:10%;width:400px;height:400px;background:radial-gradient(ellipse,rgba(39,36,81,0.6) 0%,transparent 70%);pointer-events:none}
.hero-inner{position:relative;z-index:1;flex:1;padding:76px 0 60px}
.hero-layout{display:grid;grid-template-columns:1fr 400px;gap:64px;align-items:center;max-width:var(--max-w);margin:0 auto;padding:0 var(--pad)}
/* ══════════════════════════════════════════════════════════════════════════════
   LOCKED ROLE SPEC — HERO H1 (Pass v59)
   ALL page-hero H1 classes use IDENTICAL type spec.
   Classes: .hero h1  .page-hero h1  .ent-hero h1  .cert-hero-h1
   ══════════════════════════════════════════════════════════════════════════════ */
.hero h1,
.page-hero h1,
.cert-hero-h1 {
  font-family: var(--font-head) !important;
  font-size: clamp(40px, 5.4vw, 68px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  color: #fff;
  margin: 8px auto 4px;
  max-width: 780px;
}
/* ENTERPRISE REGISTER — H1 slightly larger for register gravitas (Pass v63). Tightened bottom margin Pass v64. */
.ent-page .ent-hero h1 {
  font-family: var(--font-head) !important;
  font-size: clamp(44px, 5.8vw, 72px) !important;
  font-weight: 700 !important;
  line-height: 1.0 !important;
  letter-spacing: -0.01em !important;
  color: #fff;
  margin: 0 auto 6px;
  max-width: 820px;
}
.hero h1 .pill-arrow-wrap{display:inline-flex;align-items:center;vertical-align:middle;margin:0 6px}
.hero h1 .pill-arrow-wrap svg{height:0.55em;width:auto}
.hero-sub{font-size:clamp(18px,2.5vw,24px);font-weight:400;color:#fff;margin-bottom:12px;max-width:520px;line-height:1.45}
.hero-entity{font-size:17px;color:rgba(255,255,255,0.90);max-width:520px;line-height:1.75;margin-bottom:32px}
/* ══════════════════════════════════════════════════════════════════════════════
   LOCKED ROLE SPEC — LEDE / DESCRIPTION (Pass v59)
   ALL description-paragraph classes use IDENTICAL type spec. Color only varies per register.
   Classes: .hero-lede  .page-hero-lede  .cert-hero-sub
   Spacing rhythm: 0 0 30px.
   ══════════════════════════════════════════════════════════════════════════════ */
.hero-lede,
.page-hero-lede,
.cert-hero-sub {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 auto 30px;
  max-width: 620px;
}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.hero-guarantee{font-size:13px;color:rgba(255,255,255,0.75);display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hero-guarantee .trust-dots{color:rgba(255,255,255,0.35);font-size:11px;letter-spacing:0.06em;margin-left:4px}
/* Hero buttons — inherit pill shape from .btn, override for dark bg */
.hero .btn{background:var(--coral);color:#fff;box-shadow:0 4px 16px rgba(242,104,84,0.35)}
.hero .btn:hover{background:var(--coral-dk);box-shadow:0 6px 24px rgba(242,104,84,0.5);transform:translateY(-1px)}
.hero .btn-outline{background:none;border:2px solid var(--coral);color:var(--coral);box-shadow:none}
.hero .btn-outline:hover{background:var(--coral);color:#fff;box-shadow:0 4px 16px rgba(242,104,84,0.35);transform:translateY(-1px)}
/* Hero right — Human Readiness score card */
.hero-score-card{background:rgba(10,18,42,0.88);border:1px solid rgba(0,174,239,0.22);border-radius:16px;padding:24px 22px;backdrop-filter:blur(20px);box-shadow:0 32px 72px rgba(0,0,0,0.55),0 0 0 1px rgba(255,255,255,0.04),inset 0 1px 0 rgba(255,255,255,0.05)}
.hsc-header{display:flex;align-items:center;margin-bottom:14px}
.hsc-title{font-family:var(--font-head);font-size:13px;font-weight:700;letter-spacing:0.10em;color:rgba(255,255,255,0.5);text-transform:uppercase}
.hsc-section-head{font-family:var(--font-head);font-size:13px;font-weight:700;letter-spacing:0.10em;color:rgba(255,255,255,0.5);text-transform:uppercase;margin:14px 0 10px}
.hsc-gauge-ticks{display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,0.25);margin-bottom:4px;padding:0 1px}
.hsc-gauge-bar{display:flex;height:30px;border-radius:6px;overflow:hidden;position:relative;margin-bottom:0}
.hsc-zone{display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:11px;font-weight:700;color:rgba(255,255,255,0.85);letter-spacing:0.02em}
.hsc-zone.red{background:var(--gauge-red);flex:0 0 40%;border-radius:6px 0 0 6px}
.hsc-zone.amb{background:var(--gauge-amber);flex:0 0 30%}
.hsc-zone.grn{background:var(--gauge-green);flex:0 0 30%;border-radius:0 6px 6px 0}
.hsc-score-row{position:relative;height:46px;margin-top:5px;margin-bottom:14px}
.hsc-bubble{position:absolute;left:46%;transform:translateX(-50%);top:13px;background:var(--gauge-amber);border-radius:0 0 6px 6px;padding:4px 14px;font-family:var(--font-head);font-size:20px;font-weight:700;color:#fff;white-space:nowrap;box-shadow:0 6px 16px rgba(0,0,0,0.3)}
.hsc-bubble::before{content:'';position:absolute;top:-13px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-bottom:13px solid var(--gauge-amber)}
.hsc-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:8px 14px 8px 18px;border-radius:100px;border:1.5px solid var(--coral);color:var(--coral);transition:all .22s;width:100%}
.hsc-cta-btn:hover{background:var(--coral);color:#fff}
.hsc-cta-btn .btn-arr svg{width:26px;height:16px}
.hsc-findings{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;margin-bottom:14px}
.hsc-finding{border-radius:8px;padding:10px 6px;text-align:center}
.hsc-finding.crit{background:rgba(229,57,53,0.14);border:1px solid rgba(229,57,53,0.28)}
.hsc-finding.imp{background:rgba(245,166,35,0.10);border:1px solid rgba(245,166,35,0.22)}
.hsc-finding.minr{background:rgba(67,160,71,0.08);border:1px solid rgba(67,160,71,0.18)}
.hsc-f-num{font-family:var(--font-head);font-size:22px;font-weight:700;line-height:1}
.hsc-f-num.crit{color:var(--gauge-red)}.hsc-f-num.imp{color:var(--gauge-amber)}.hsc-f-num.minr{color:var(--gauge-green)}
.hsc-f-label{font-size:11px;letter-spacing:0.05em;color:rgba(255,255,255,0.4);text-transform:uppercase;margin-top:3px}
.hsc-finding.crit .hsc-f-label{color:var(--gauge-red)}
.hsc-finding.imp .hsc-f-label{color:var(--gauge-amber)}
.hsc-finding.minr .hsc-f-label{color:var(--gauge-green)}
.hsc-next{background:rgba(0,174,239,0.08);border:1px solid rgba(0,174,239,0.18);border-radius:8px;padding:10px 13px;margin-bottom:14px;line-height:1.5}
.hsc-next-val{font-family:var(--font-head);font-size:13px;font-weight:700;color:var(--blue)}
.hsc-cta-link{display:block;text-align:center;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:0.06em;color:var(--coral);text-transform:uppercase;padding-top:2px;transition:color .2s}
.hsc-cta-link:hover{color:var(--coral-dk)}

/* ── SECTION SEPARATORS — reusable rule between content sections ── */
/* Use section-sep on light backgrounds, section-sep-dark on dark backgrounds.
   Every page transition between major sections MUST use one of these. */
.section-rule{border:none;border-top:2px solid var(--gray-lt);margin:0}
.section-sep{border:none;border-top:1px solid var(--gray-lt);margin:0}
.section-sep-dark{border:none;border-top:1px solid var(--border);margin:0}

/* ── HERO H1 STANDARD ── The index hero h1 is the canonical standard.
   All dark-bg hero h1 should use the same font-size, weight, line-height. */
/* Already defined as .hero h1 in site.css — enterprise adopts the same values:
   font-size:clamp(34px,4.8vw,62px); font-weight:700; line-height:1.0; letter-spacing:-0.01em */

/* ── HERO TAGLINE — short italic sub headline under h1 ── */
/* Standard: 20% smaller than hero-sub, italic, Barlow Condensed 700
   Use on all pages. Override color inline (white default, blue on index). */
.hero-tagline{font-family:var(--font-head);font-size:clamp(15px,2vw,20px);font-weight:700;font-style:italic;color:#fff;line-height:1.3;margin-bottom:14px;max-width:540px}
/* Shared equation statement (2-part) — sits below the equation on home (The Factor) and
   enterprise (brand-equation/calculation). Larger-than-body; part 1 larger than part 2.
   Reusable + easily changeable. Color inherits from the section. Locked 2026-05-22. */
.eq-statement{max-width:780px;margin:30px auto 0;text-align:center;border:1.5px solid;border-radius:16px;padding:26px clamp(22px,3vw,34px)}
.eq-statement-1{font-family:var(--font-body);font-size:clamp(20px,2.3vw,26px);font-weight:500;line-height:1.5;margin:0 0 14px}
.eq-statement-2{font-family:var(--font-body);font-size:clamp(16px,1.7vw,19px);font-weight:400;line-height:1.6;margin:0;opacity:0.9}
.eq-statement-2 strong{font-weight:700}
/* Headline (tagline) tier above the two parts — brand head font. Inherits color from section. */
.eq-statement-head{font-family:var(--font-head);font-weight:700;font-size:clamp(22px,2.6vw,30px);line-height:1.05;letter-spacing:-0.01em;margin:0 0 18px}
/* Short accent divider between the claim (part 1) and the mechanism (part 2). */
.eq-statement-div{width:54px;height:2px;border:0;border-radius:2px;margin:20px auto;opacity:0.55}
.eq-statement-2 .eq-close{font-weight:700}
/* Frame border + divider color adapt per context; both blocks get a drop shadow so they read as a
   raised top layer above the section. Enterprise gets a buffer below before the equation pill. */
.factor-sec .eq-statement{border-color:#aaa4c2;background:#fff;box-shadow:var(--shadow-standout)}
/* Index path cards — same standout shadow as the explainer block (shared token). */
.path-door{box-shadow:var(--shadow-standout)}
.path-door:hover{box-shadow:0 26px 60px rgba(40,30,85,0.28)}
.factor-sec .eq-statement-div{background:var(--blue)}
.ent-brand-eq .eq-statement{border-color:rgba(255,255,255,0.55);background:rgba(255,255,255,0.07);box-shadow:0 18px 44px rgba(0,0,0,0.34);margin-bottom:24px}
.ent-brand-eq .eq-statement-div{background:var(--chartreuse)}

/* Standard hero cascade — italic sub-question + punch tertiary (index/services).
   Standard-register twins of enterprise .ent-hero-q / .ent-hero-roi. Locked 2026-05-22. */
/* ══════════════════════════════════════════════════════════════════════════════
   LOCKED ROLE SPEC — SUBTITLE (Pass v59)
   ALL subtitle-role classes use IDENTICAL type spec. Color only varies per register.
   Classes: .hero-q  .page-hero-sub  .section-subtitle  (+ .ent-hero-q via register override)
   Spacing rhythm: 0 0 24px (transitions to content below).
   ══════════════════════════════════════════════════════════════════════════════ */
.hero-q,
.page-hero-sub,
.section-subtitle,
p.section-subtitle,
.ent-r-head .section-subtitle,
.ent-cta h2 em {
  font-family: var(--font-subhead) !important;
  font-size: clamp(28px, 3.4vw, 42px) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  color: #fff;
  margin: 0 auto 20px !important;
  max-width: 780px;
}
/* ══════════════════════════════════════════════════════════════════════════════
   LOCKED ROLE SPEC — TERTIARY / PUNCH (Pass v59)
   ALL tertiary-role classes use IDENTICAL type spec. Color only varies per register.
   Classes: .hero-punch  .page-hero-tertiary  .section-tertiary  (+ .ent-hero-roi via override)
   Spacing rhythm: 0 0 24px (transitions to content below).
   ══════════════════════════════════════════════════════════════════════════════ */
.hero-punch,
.page-hero-tertiary,
.section-tertiary,
p.section-tertiary,
.ent-r-head .section-tertiary {
  font-family: var(--font-head) !important;
  font-size: clamp(26px, 3vw, 36px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.005em !important;
  color: var(--blue);
  margin: 0 auto 14px;
  max-width: 780px;
}
/* Standard centered hero — slim, centered cascade. Reusable across standard pages. */
.hero-centered{max-width:760px;margin:0 auto;text-align:center}
.hero-centered .hero-q,.hero-centered .hero-punch,.hero-centered .hero-entity{margin-left:auto;margin-right:auto}
.hero-centered .hero-ctas,.hero-centered .hero-guarantee{justify-content:center}

/* ── SECTION PILL LABELS — numbered pill at top of every enterprise section ── */
/* Standard: pill with "01 · Section Name" in large condensed text */
/* Section name pill — outline + 30% same-color fill (locked rule).
   Color/border swap per variant; fill is 30% of the same hue.
   Includes hero "The New Enterprise Equation" pill, the in-section .sec-pill on every section. */
.sec-pill{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-head);font-size:clamp(15px,1.7vw,20px);font-weight:700;letter-spacing:0.13em;text-transform:uppercase;padding:11px 24px;border-radius:100px;border:2px solid currentColor;margin-bottom:24px;line-height:1}
.sec-pill .sec-pill-num{font-weight:700}
.sec-pill .sec-pill-divider{opacity:0.55;font-weight:400}
/* Frame portion of sec-pill (the "— The New Enterprise Equation" repeat after the dash) — regular weight + title case (no uppercase). Brent v27 lock 2026-05-19: keep all 4 instances but visually de-emphasize so destination noun stays dominant. */
.sec-pill .sec-pill-frame{font-weight:400;opacity:0.92;text-transform:none;letter-spacing:0.02em}
/* Variants — color drives text+border; bg is same hue at 20% (locked). */
.sec-pill.on-dark{color:#8B7FD4;border-color:rgba(139,127,212,0.70);background:rgba(139,127,212,0.20)}
.sec-pill.on-light{color:#5B4DB0;border-color:rgba(91,77,176,0.55);background:rgba(91,77,176,0.20)}
/* Standard-register (brand-blue) section pill — for index/services/blog. Add .std to .on-dark/.on-light. */
.sec-pill.on-dark.std{color:var(--blue);border-color:rgba(0,174,239,0.65);background:rgba(0,174,239,0.18)}
.sec-pill.on-light.std{color:var(--blue-dk);border-color:rgba(0,174,239,0.50);background:rgba(0,174,239,0.12)}
.sec-pill .sec-pill-frame.std{color:inherit}
/* Section pill used as a link (e.g. hero theme pill → calculation section). Look unchanged; hover only. */
a.sec-pill{text-decoration:none;cursor:pointer;transition:transform .2s,filter .2s}
a.sec-pill:hover{transform:translateY(-1px);filter:brightness(1.14)}
/* Risk section pill — sits on cyan-blue bg, white pill. */
.ent-risk-light .sec-pill.on-light{color:#fff;border-color:rgba(255,255,255,0.70);background:rgba(255,255,255,0.20)}
.ent-risk-light .sec-pill.on-light .sec-pill-num{color:#fff}

/* ── UNIFIED SECTION TITLE / SUBTITLE / DESC (site-wide) ──
   Use these on every section header. Do NOT author per-section font-size.
   Locked in AIUXQA-DESIGN-RULES.md. */
/* ══════════════════════════════════════════════════════════════════════════════
   LOCKED ROLE SPEC — SECTION TITLE (H2) (Pass v60)
   Spacing rhythm: 0 0 8px (TIGHT to subtitle). Max-width 780 (matches subtitle/tertiary).
   Margin auto for centered context.
   ══════════════════════════════════════════════════════════════════════════════ */
.section-title {
  font-family: var(--font-head) !important;
  font-size: clamp(40px, 5.4vw, 64px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.005em !important;
  color: var(--near-black);
  margin: 0 auto 4px !important;
  max-width: 780px;
}
.section-title em{font-style:italic}
/* Section subtitle — LOCKED spec. Italic, doubled size. Same on every section.
   !important on typography because per-section .ent-X .ent-r-head p rules have
   higher specificity (0,2,1) and would otherwise win. This is a locked design rule. */
/* .section-subtitle now consolidated in the SUBTITLE LOCKED ROLE SPEC above (Pass v58). */
.section-subtitle em{font-style:italic;font-weight:inherit}
.section-desc{font-family:var(--font-body);font-size:17px;line-height:1.65;margin:0 0 22px}
/* Section TERTIARY — the third-line treatment (e.g., hero "Your ROI will prove it.").
   Reused on Unlimit tertiary lines, Reward CTA tertiary, Reach CTA tertiary, Compare CTA tertiary.
   Size bumped 2026-05-17 — must read as clearly tertiary, not a body subline. */
/* .section-tertiary now consolidated in the TERTIARY LOCKED ROLE SPEC above (Pass v58). */
.section-tertiary.on-chartreuse{color:var(--chartreuse)}
.section-tertiary.on-purple{color:var(--purple-lt)}
.section-tertiary.on-blue{color:var(--blue)}
/* Quaternary — tertiary at regular weight, 2px smaller. Same color-variant system. */
/* ══════════════════════════════════════════════════════════════════════════════
   LOCKED ROLE SPEC — SECTION QUATERNARY (Pass v61)
   Lighter weight echo line. Same container width as subtitle/tertiary.
   ══════════════════════════════════════════════════════════════════════════════ */
.section-quaternary,
p.section-quaternary,
.ent-r-head .section-quaternary {
  font-family: var(--font-head) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.005em !important;
  color: var(--blue);
  margin: 0 auto 14px;
  max-width: 780px;
}
.section-quaternary.on-chartreuse{color:var(--chartreuse)}
.section-quaternary.on-purple{color:var(--purple-lt)}
.section-quaternary.on-blue{color:var(--blue)}
.section-quaternary.on-light.std{color:var(--blue)}
.section-quaternary.on-dark{color:#fff !important}
.section-quaternary.on-dark.std{color:#fff !important}
/* Color modifiers — keep size/weight constant, swap color */
.section-title.on-dark,.section-subtitle.on-dark,.section-desc.on-dark{color:#fff}
.section-title.on-light{color:var(--near-black)}
.section-subtitle.on-light{color:#5B4DB0}
/* Centered section header: the max-width subtitle must center as a block (a later
   p.section-subtitle margin rule otherwise anchors it left). Locked 2026-05-22. */
/* .section-header child max-width override REMOVED Pass v60 — role specs (max-width:780, margin:auto) now apply uniformly. */
/* Standard-register (brand-blue) subtitle/tertiary — index/services/blog. Add .std. */
.section-subtitle.on-light.std{color:var(--blue-dk)}
.section-subtitle.on-dark.std{color:rgba(255,255,255,0.92)}
.section-tertiary.on-light.std{color:var(--blue)}
.section-desc.on-light{color:var(--gray-dk)}

/* ── FOOTER / CLOSE CTA — standard close-CTA. Mirrors the enterprise .ent-cta
   layout (radial glow, large H2 with italic block-sub, centered) in the
   standard blue register. Used site-wide on standard pages. ── */
.footer-cta{background:linear-gradient(160deg,#000413 0%,#070c24 50%,#0d1a3a 100%);padding:80px 0;text-align:center;color:#fff;position:relative;overflow:hidden}
.footer-cta::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 50% 100%,rgba(0,174,239,0.14) 0%,transparent 70%);pointer-events:none}
.footer-cta .container{position:relative;z-index:1}
.footer-cta h2{font-family:var(--font-head);font-size:clamp(40px,5.4vw,64px);font-weight:700;line-height:1.05;letter-spacing:-0.005em;margin-bottom:14px;color:#fff}
.footer-cta h2 em{font-family:var(--font-head);font-size:clamp(28px,3.4vw,42px);font-weight:600;font-style:italic;line-height:1.25;color:var(--blue);display:block;margin-top:8px}
.footer-cta p,.footer-cta-sub{font-size:17px;color:rgba(255,255,255,0.75);max-width:620px;margin:0 auto 36px;line-height:1.65}
.footer-cta-btns{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
/* When buttons follow the H2 directly (no sub paragraph), restore breathing room. */
.footer-cta h2 + .footer-cta-btns{margin-top:32px}

/* ── GUARANTEE SECTION — consistent across pages ── */
.guarantee-section{background:var(--off-white);padding:48px 0}
.guarantee-inner{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;text-align:center}
.guarantee-inner img{flex-shrink:0}
.guarantee-text{max-width:780px;text-align:center}
.guarantee-text h3{font-size:clamp(20px,2.2vw,26px);color:var(--near-black);margin-bottom:8px;text-align:center}
.guarantee-text p{font-size:16px;color:var(--gray-dk);line-height:1.65}
/* Guarantee band — standard standout treatment (blue gradient, stacked, 1.5x shielded logo). Index + services. */
.guarantee-band{background:var(--grad-blue);padding:64px 0}
.guarantee-band .guarantee-inner{flex-direction:column;align-items:center;gap:20px;justify-content:center;text-align:center}
.guarantee-band .guarantee-inner img{width:60px;height:72px;filter:drop-shadow(0 16px 32px rgba(0,0,0,0.38))}
.guarantee-band .guarantee-text h3{color:#fff}
.guarantee-band .guarantee-text p{font-size:18px;color:#fff;line-height:1.6;margin-bottom:8px}
.guarantee-band .guarantee-h3-sec{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.30)}

/* ── FOOTER ── */
footer{background:var(--bg-dark);padding:32px 0;border-top:1px solid var(--border)}
.footer-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;text-align:center}
.footer-about{font-size:13px;color:var(--muted);max-width:480px;line-height:1.6}
.footer-about strong{color:rgba(255,255,255,0.6)}
.footer-about a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}
.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}
/* Footer nav — opacity matches top nav (.nav-links uses var(--muted) ≈ 60% on dark). Locked 2026-05-17. */
.footer-links a{font-size:14px;color:var(--muted);transition:color .2s}
.footer-links a:hover{color:#fff}
/* Footer copyright — site-wide page-template standard. Sits full-width below .footer-inner row. */
.footer-copyright{flex-basis:100%;width:100%;margin:18px 0 0;padding-top:14px;border-top:1px solid rgba(255,255,255,0.10);text-align:center;font-size:12px;color:rgba(255,255,255,0.45);letter-spacing:0.02em}

/* ── UNIFIED SERVICE NAV GRID (shared: services.html + index.html) ── */
.svc-unified-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:0;border:1px solid var(--gray-lt);border-radius:var(--radius);background:var(--white);overflow:hidden;align-items:stretch}
.svc-unified-sep{display:flex;align-items:center;justify-content:center;padding:0 14px;color:#CBD5E1;font-size:18px;background:var(--white);border-left:1px solid var(--gray-lt);border-right:1px solid var(--gray-lt)}
.svc-unified-col{display:flex;flex-direction:column}
.svc-unified-btn{display:flex;flex-direction:column;gap:7px;padding:20px 24px 28px;text-decoration:none;transition:filter .18s;position:relative;min-height:120px}
.svc-unified-btn.blue{background:#00AEEF}
.svc-unified-btn.fix{background:#00A7A7}
.svc-unified-btn.forge{background:#007A8D}
.svc-unified-btn:hover{filter:brightness(1.08)}
.svc-unified-tier-pill{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-family:var(--font-head);font-size:17px;font-weight:700;letter-spacing:0.10em;text-transform:uppercase;padding:6px 16px 6px 12px;border-radius:100px;border:1.5px solid rgba(255,255,255,0.5);color:#fff;white-space:nowrap}
.svc-unified-tier-pill svg{width:26px;height:16px;flex-shrink:0}
.svc-unified-btn-label{font-family:var(--font-head);font-size:22px;font-weight:700;letter-spacing:0.01em;line-height:1.3;color:#fff;padding-right:16px}
.svc-unified-body{padding:18px 24px;flex:1;display:flex;flex-direction:column;gap:10px}
.svc-unified-orient{font-size:17px;color:var(--gray-md);line-height:1.55;margin-bottom:8px}
.svc-intro-items{display:flex;flex-direction:column;gap:5px}
.svc-intro-item{display:flex;justify-content:space-between;align-items:center;padding:7px 10px;border-radius:6px;border:1px solid var(--gray-lt);text-decoration:none;gap:8px;transition:all .15s}
.svc-intro-item.blue:hover{border-color:#00AEEF;transform:translateX(2px)}
.svc-intro-item.coral:hover{border-color:#00A7A7;transform:translateX(2px)}
.svc-intro-item.green:hover{border-color:#007A8D;transform:translateX(2px)}
.svc-intro-item-name{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--near-black)}
.svc-intro-item-price{font-family:var(--font-head);font-size:15px;font-weight:700;white-space:nowrap}
.svc-intro-item-price.blue{color:#00AEEF}
.svc-intro-item-price.coral{color:#00A7A7}
.svc-intro-item-price.green{color:#007A8D}
.svc-intro-guarantee{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--gray-dk);margin-top:20px;flex-wrap:wrap}
.svc-intro-guarantee a{color:#00A7A7;font-weight:600;text-decoration:underline;text-underline-offset:2px}

/* ── SHARED MOBILE ── */
@media(max-width:900px){
  :root{--pad:var(--pad-sm)}
  .hero-inner{padding-top:48px;padding-bottom:40px}
  .hero-layout{grid-template-columns:1fr}
  .hero-right{display:none}
  .hero h1{font-size:clamp(32px,9vw,64px)}
  .nav-links{display:none}
  .hamburger{display:flex}
  section{padding:52px 0}
  .svc-unified-grid{grid-template-columns:1fr;border:none;background:transparent;gap:8px}
  .svc-unified-sep{display:none}
  .svc-unified-col{border:1px solid var(--gray-lt);border-radius:var(--radius-sm);overflow:hidden;background:var(--white)}
}
@media(max-width:480px){
  .hero h1{font-size:clamp(26px,8vw,48px)}
}
@media(max-width:600px){
  .footer-inner{flex-direction:column}
}

/* ═══════════════════════════════════════════════════════════════════════════
   ENTERPRISE PAGE — body class .ent-page scoping (the "money color" register)
   Coral stays as default site-wide CTA. Teal (--blue #00AEEF) is the premium
   ROI register used on enterprise.html only. Apply via body.ent-page.
   ─────────────────────────────────────────────────────────────────────────── */

/* Buttons — teal across all enterprise.html buttons */
/* Enterprise default button — PURPLE body with CHARTREUSE text + arrow + glow.
   Locked 2026-05-17 (was chartreuse-bg, swapped to purple per "too loud" feedback).
   Override per section with .btn-chartreuse if a section needs the inverse. */
.ent-page .btn{background:var(--purple-md);color:var(--chartreuse);box-shadow:0 4px 18px rgba(91,77,176,0.40),0 0 24px rgba(223,255,0,0.10)}
.ent-page .btn:hover{background:var(--purple);color:var(--chartreuse);box-shadow:0 6px 28px rgba(91,77,176,0.55),0 0 32px rgba(223,255,0,0.18);transform:translateY(-1px)}
/* Variants — explicit opt-in. */
.ent-page .btn-chartreuse{background:var(--chartreuse);color:var(--purple-dk);box-shadow:0 4px 16px rgba(223,255,0,0.22)}
.ent-page .btn-chartreuse:hover{background:var(--chartreuse-dk);color:var(--purple-dk);box-shadow:0 6px 24px rgba(223,255,0,0.35);transform:translateY(-1px)}
.ent-page .btn-purple{background:var(--purple-md);color:#fff}
.ent-page .btn-purple:hover{background:var(--purple);color:#fff}
.ent-page .btn-purple-chartreuse{background:var(--purple-md);color:var(--chartreuse);box-shadow:0 4px 18px rgba(91,77,176,0.40),0 0 24px rgba(223,255,0,0.10)}
.ent-page .btn-purple-chartreuse:hover{background:var(--purple);color:var(--chartreuse);box-shadow:0 6px 28px rgba(91,77,176,0.55),0 0 32px rgba(223,255,0,0.18);transform:translateY(-1px)}
/* Outline variant — empty body, purple border, chartreuse text. Used in hero (quieter than filled). */
.ent-page .btn-outline-purple{background:transparent;color:var(--chartreuse);border:2px solid var(--purple-md);box-shadow:none}
.ent-page .btn-outline-purple:hover{background:var(--purple-md);color:var(--chartreuse);border-color:var(--purple-md);box-shadow:0 4px 16px rgba(91,77,176,0.32);transform:translateY(-1px)}
.ent-page .btn-outline,.ent-page .btn-outline-blue{background:none;border:2px solid var(--blue);color:var(--blue);box-shadow:none}
.ent-page .btn-outline:hover,.ent-page .btn-outline-blue:hover{background:var(--blue);color:#fff;box-shadow:0 4px 16px rgba(0,174,239,0.32)}
.ent-page .btn-outline-white{background:none;border:2px solid var(--blue);color:var(--blue);box-shadow:none}
.ent-page .btn-outline-white:hover{background:var(--blue);color:#fff}
.ent-page .btn-white{background:#fff;color:var(--blue);box-shadow:0 4px 16px rgba(0,0,0,0.15)}

/* Hero pill — inherits .sec-pill.on-dark spec (purple 20% fill). Do NOT set background here. */
.ent-page .ent-hero-rise{margin-bottom:28px;font-size:clamp(20px,2.2vw,28px);padding:14px 28px}

/* Hero h1 — WHITE + locked size (display headline). "AI built it — humans buy it." */
/* .ent-hero h1 now consolidated in HERO H1 LOCKED ROLE SPEC above (Pass v59). */
.ent-page .ent-hero h1 em{color:#fff;font-style:italic}

/* Hero question sub — WHITE italic, +30% over previous (was clamp 24-34, now 31-44). */
/* ENTERPRISE REGISTER — .ent-hero-q matches SUBTITLE LOCKED ROLE SPEC weight 500 for consistency with section subtitles (Pass v71). Size slightly larger for register gravitas only. */
.ent-page .ent-hero-q {
  font-family: var(--font-subhead) !important;
  font-size: clamp(31px, 3.8vw, 46px) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  color: #fff;
  margin: 0 auto 20px;
  max-width: 820px;
}

/* Hero tertiary ROI line — teal #00AEEF, the punch line */
/* Hero ROI line — chartreuse, matches .section-tertiary spec exactly. */
/* ENTERPRISE REGISTER — tertiary chartreuse for register gravitas. Weight 500 (Pass v64 — matched subtitle weight). */
.ent-page .ent-hero-roi {
  font-family: var(--font-head) !important;
  font-size: clamp(28px, 3.2vw, 40px) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.005em !important;
  color: var(--chartreuse);
  margin: 0 auto 24px;
  max-width: 820px;
}

/* Hero description paragraph — full size + bright */
/* Hero description — body-standard 17px (rule: body min 17px) at 70% opacity. */
.ent-page .ent-hero-desc{font-family:var(--font-body);font-size:17px;color:rgba(255,255,255,0.70);max-width:580px;line-height:1.65;margin:0 0 28px}
.ent-page .ent-hero-desc a.ent-hero-desc-arr{display:inline-flex;align-items:center;color:var(--chartreuse);margin-left:8px;vertical-align:middle;border:0;padding:0;text-decoration:none}
.ent-page .ent-hero-desc a.ent-hero-desc-arr svg{width:28px;height:14px}

/* Section pill SPLIT — pill contains only "1 : Risk", frame text sits NEXT to pill (not inside) */
.ent-page .ent-section-pill-row{display:inline-flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}
.ent-page .ent-section-pill-row .sec-pill{margin-bottom:0}
.ent-page .ent-section-pill-frame{font-family:var(--font-head);font-size:clamp(15px,1.7vw,20px);font-weight:700;letter-spacing:0.005em;color:#5B4DB0}
.ent-page .ent-section-pill-frame.on-dark{color:#8B7FD4}

/* Service card identity pill — quick-reference "Solves:" pill matching Risk scenario color */
.ent-page .ent-svc-solves{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:0.10em;text-transform:uppercase;padding:5px 12px;border-radius:100px;color:#fff;white-space:nowrap;line-height:1}
.ent-page .ent-svc-solves.lost-conversions{background:#D63A3A}
.ent-page .ent-svc-solves.rework{background:#F08524}
.ent-page .ent-svc-solves.governance{background:#E55230}
.ent-page .ent-svc-solves.stage{background:#5B4DB0}

/* Resolution "hidden mistakes" reminder — a small purple-bordered callout above React/Repair/Render block */
.ent-page .ent-hidden-mistakes{margin-bottom:32px;padding:18px 24px;background:rgba(91,77,176,0.06);border-left:3px solid #5B4DB0;border-radius:0 var(--radius) var(--radius) 0;font-size:17px;color:var(--gray-dk);line-height:1.55;max-width:840px}
.ent-page .ent-hidden-mistakes strong{color:#5B4DB0;font-weight:700}
.ent-page .ent-hidden-mistakes em{color:#5B4DB0;font-style:italic;font-weight:600}

/* ═══════════════════════════════════════════════════════════════════════════
   ENTERPRISE DASHBOARD — "Human Ready Assurance" (shared so the home dashboard
   modal can reproduce it). enterprise.html is the single source of the markup;
   these styles are shared here so both the enterprise page and the home modal
   render identically. (enterprise.html still carries an inline copy — dedupe later.)
   ═══════════════════════════════════════════════════════════════════════════ */
.ent-reward-frame{background:linear-gradient(180deg,#0A0520 0%,#06030F 100%);border:1px solid rgba(255,255,255,0.18);border-radius:22px;padding:40px 44px 36px;margin-top:32px;position:relative;overflow:hidden;color:#fff;box-shadow:0 16px 48px rgba(0,0,0,0.18)}
.ent-reward-frame::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(91,77,176,0.10) 0%,transparent 70%);pointer-events:none;border-radius:18px}
.ent-reward-frame > *{position:relative}
@media(max-width:900px){.ent-reward-frame{padding:24px 20px;border-radius:14px}}
.ent-dash-header{display:flex;flex-direction:column;gap:10px;padding:0 0 18px;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,0.18)}
.ent-dash-title{font-family:var(--font-head);font-weight:700;font-size:clamp(26px,3vw,34px);color:#fff;line-height:1.05;letter-spacing:-0.005em;margin:0;text-align:center}
.ent-dash-header-row{display:flex;justify-content:space-between;align-items:baseline;gap:14px;flex-wrap:wrap}
.ent-dash-header-org{font-family:var(--font-head);font-weight:500;font-size:15px;color:rgba(255,255,255,0.78);letter-spacing:0.02em;line-height:1.2}
.ent-dash-cycle{font-family:var(--font-head);font-style:italic;font-weight:600;font-size:15px;color:rgba(255,255,255,0.78);letter-spacing:0.02em;line-height:1.2}
.ent-scoring-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:0 0 18px}
.ent-scoring-head .ent-ar-section-title{grid-column:2;justify-self:center}
.ent-scoring-head .ent-keybar{grid-column:3;justify-self:end}
.ent-keybar{display:inline-flex;align-items:stretch;gap:0;border-radius:100px;overflow:hidden;font-family:var(--font-head);font-weight:700;font-size:11px;letter-spacing:0.06em;line-height:1}
.ent-keychip{padding:5px 11px;color:#1a0a2e;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.ent-keychip.fail{background:#FF6B9E}
.ent-keychip.act{background:#FFAB4D}
.ent-keychip.pass{background:#7BDDB8}
.ent-rollup-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;column-gap:18px;margin:0 0 22px;padding:14px 50px 0}
.ent-rollup-tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}
.ent-rollup-eyebrow{font-family:var(--font-head);font-weight:500;font-size:13px;color:rgba(255,255,255,0.78);letter-spacing:0.02em;line-height:1.1;margin-bottom:2px}
.ent-rollup-label{font-family:var(--font-head);font-weight:700;font-size:clamp(22px,2.4vw,28px);color:#fff;letter-spacing:0.005em;line-height:1;margin-bottom:8px}
.ent-rollup-shape{position:relative;padding:14px 24px;border:2px solid currentColor;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;min-width:96px;background:transparent}
.ent-rollup-shape::after{content:'';position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);width:0;height:0;border-left:24px solid transparent;border-right:24px solid transparent;border-top:24px solid currentColor;z-index:0}
.ent-rollup-shape::before{content:'';position:absolute;left:50%;bottom:-18px;transform:translateX(-50%);width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #0A0520;z-index:1}
.ent-rollup-num{font-family:var(--font-head);font-weight:700;font-size:clamp(46px,5.4vw,58px);line-height:1;letter-spacing:-0.005em;color:currentColor;position:relative;z-index:2}
.ent-rollup-tile.overall .ent-rollup-shape{border:0;padding:6px 12px;background:transparent}
.ent-rollup-tile.overall .ent-rollup-shape::after,.ent-rollup-tile.overall .ent-rollup-shape::before{display:none}
.ent-rollup-tile.overall .ent-rollup-num{font-size:clamp(64px,7.6vw,84px)}
.score-fail{color:var(--band-fail) !important}
.score-act{color:var(--band-act) !important}
.score-pass{color:var(--band-pass) !important}
.ent-loop-stage{position:relative;padding:0;margin:0 0 8px}
.ent-loop-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:18px;position:relative;z-index:3;padding:14px 50px 0;margin:0}
.ent-loop-half{background:#3A3548;color:#fff;font-family:var(--font-head);font-weight:700;font-size:clamp(20px,2.2vw,26px);padding:18px 28px;border-radius:8px;text-align:center;display:flex;align-items:center;justify-content:center;gap:18px;letter-spacing:0.01em;line-height:1}
.ent-loop-half .ax{display:inline-flex;align-items:center;color:#fff;opacity:0.90}
.ent-loop-half .ax svg{width:24px;height:16px}
.ent-loop-link{display:inline-flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;opacity:1;position:relative;z-index:3;background:#0A0520;padding:16px 14px}
.ent-loop-link svg{width:40px;height:20px}
.ent-loop-bracket{position:absolute;left:30px;right:30px;top:45px;bottom:-14px;border:2.5px solid #ffffff;border-radius:16px;pointer-events:none;z-index:1}
.ent-loop-bracket-arrow{position:absolute;left:50%;bottom:-14px;transform:translateX(-50%);z-index:2;background:#06030F;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;line-height:0}
.ent-loop-bracket-arrow svg,.ent-loop-bracket-arrow img{width:40px;height:18px;display:block}
.ent-facets-row{display:grid;grid-template-columns:1fr 1px 1fr;column-gap:32px;margin:0;padding:22px 50px;position:relative;z-index:2}
.ent-facets-divider{background:rgba(255,255,255,0.18);width:1px;height:auto;align-self:stretch}
.ent-facets-col{padding:0}
.ent-facet{display:grid;grid-template-columns:1fr auto;column-gap:32px;align-items:baseline;max-width:260px;margin-left:auto;margin-right:auto;width:100%;padding:7px 0}
.ent-facet-lbl{font-family:var(--font-head);font-weight:600;font-size:clamp(17px,1.7vw,20px);color:#fff;line-height:1.2;letter-spacing:0.005em}
.ent-facet-num{font-family:var(--font-head);font-weight:700;font-size:clamp(24px,2.6vw,30px);line-height:1;letter-spacing:-0.005em;color:currentColor;text-align:right}
.ent-ws-grid{display:grid;grid-template-columns:1fr 1px 1fr;column-gap:32px;align-items:start;padding:0 50px}
.ent-ws-divider{background:rgba(255,255,255,0.18);width:1px;height:auto;align-self:stretch}
.ent-ws-col{display:flex;flex-direction:column;gap:14px}
.ent-ws-line{display:grid;grid-template-columns:1fr auto;column-gap:32px;align-items:baseline;max-width:260px;margin-left:auto;margin-right:auto;width:100%}
.ent-ws-lbl-wrap{display:flex;flex-direction:column;gap:3px}
.ent-ws-lbl{font-family:var(--font-head);font-weight:700;font-size:clamp(17px,1.7vw,20px);color:#fff;letter-spacing:0.06em;text-transform:uppercase;line-height:1}
.ent-ws-sub{font-family:var(--font-head);font-weight:500;font-size:13px;color:rgba(255,255,255,0.62);letter-spacing:0.005em;line-height:1.1}
.ent-ws-val{font-family:var(--font-head);font-weight:700;font-size:clamp(28px,3.2vw,38px);color:#fff;line-height:1;letter-spacing:-0.005em;justify-self:end}
.ent-ws-val.change{color:#7BDDB8}
.ent-ws-val.change .ar{font-size:0.7em;margin-right:4px;vertical-align:0.08em}
.ent-ws-cert-line{display:grid;grid-template-columns:1fr auto;column-gap:32px;align-items:center;padding:10px 22px;border:1.5px solid rgba(255,255,255,0.70);border-radius:100px;max-width:260px;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}
.ent-ws-cert-line .ent-ws-lbl{font-size:14px;letter-spacing:0.10em}
.ent-ws-cert-line .ent-ws-val{font-size:clamp(22px,2.4vw,28px)}
.ent-cert-bar{position:relative;margin:24px 30px 0;height:46px;border-radius:100px;border:2.5px solid #ffffff;overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.03)}
.ent-cert-bar-fill{position:absolute;left:0;top:0;bottom:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,0.18) 0,rgba(255,255,255,0.18) 4px,rgba(255,255,255,0.08) 4px,rgba(255,255,255,0.08) 8px);border-right:1px solid rgba(255,255,255,0.40)}
.ent-cert-bar-lbl{position:relative;z-index:1;font-family:var(--font-head);font-weight:700;font-size:clamp(14px,1.6vw,17px);color:#fff;letter-spacing:0.14em;text-transform:uppercase;line-height:1}
.ent-dash-brandfoot{display:flex;align-items:flex-start;justify-content:center;gap:48px;padding:34px 8px 8px;flex-wrap:wrap}
.ent-dash-brandfoot-col{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:140px}
.ent-dash-brandfoot-mark{height:48px;display:flex;align-items:center;justify-content:center}
.ent-dash-brandfoot-mark img{height:48px;width:auto;display:block}
.ent-dash-brandfoot-mark .aiuxqa-mark{height:30px}
.ent-dash-brandfoot-name{font-family:var(--font-head);font-weight:700;font-size:13px;color:#fff;letter-spacing:0.10em;text-transform:uppercase;line-height:1.15;text-align:center}
.ent-ar-section{padding:22px 4px 26px;border-bottom:1px solid rgba(255,255,255,0.18);position:relative}
.ent-ar-section:last-child{border-bottom:0;padding-bottom:0}
.ent-ar-section-title{font-family:var(--font-head);font-weight:700;font-size:clamp(28px,3.2vw,36px);color:#fff;line-height:1.05;margin:0 0 18px;letter-spacing:-0.005em;white-space:nowrap;text-align:center}
.ent-ar-calcref-intro{font-size:13px;color:rgba(255,255,255,0.62);text-align:center;margin:-8px 0 5px;line-height:1.4}
.ent-ar-calcref{font-family:var(--font-head);font-size:clamp(13px,1.5vw,16px);font-weight:600;color:rgba(255,255,255,0.86);text-align:center;letter-spacing:0.02em;line-height:1.5;margin:0 0 20px}
.ent-ar-calcref .op{color:#8B7FD4;font-weight:700;margin:0 7px}
.ent-ar-tiles{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;column-gap:28px;align-items:start;margin-top:8px}
.ent-ar-tile{padding:6px 8px;display:flex;flex-direction:column;gap:18px;border:0}
.ent-ar-tile-divider{background:rgba(255,255,255,0.18);width:1px;height:auto;align-self:stretch}
.ent-ar-tile-h{text-align:center;margin-bottom:6px}
.ent-ar-tile-eyebrow{font-family:var(--font-head);font-weight:500;font-size:14px;color:rgba(255,255,255,0.78);line-height:1.1;margin-bottom:4px}
.ent-ar-tile-title{font-family:var(--font-head);font-weight:700;font-size:clamp(22px,2.4vw,28px);color:#fff;letter-spacing:0.04em;line-height:1}
.ent-ar-tile-fpp{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;text-align:center}
.ent-ar-fpp-col{display:flex;flex-direction:column;align-items:center;gap:4px}
.ent-ar-fpp-lbl{font-family:var(--font-head);font-weight:500;font-size:13px;color:rgba(255,255,255,0.78);letter-spacing:0.02em;line-height:1.2}
.ent-ar-fpp-num{font-family:var(--font-head);font-weight:700;font-size:clamp(28px,3.2vw,36px);line-height:1;letter-spacing:-0.005em}
.ent-ar-tile-fpp.risk .ent-ar-fpp-num{color:#FF6B9E}
.ent-ar-tile-fpp.opp .ent-ar-fpp-num{color:#7BDDB8}
.ent-ar-tile-opp-band{padding:14px 12px 12px;display:flex;flex-direction:column;gap:10px;border-top:1px solid rgba(255,255,255,0.18)}
.ent-ar-tile-opp-h{font-family:var(--font-head);font-weight:700;font-size:13px;color:#fff;text-align:center;letter-spacing:0.14em;text-transform:uppercase}
.ent-ar-tile-money{display:flex;flex-direction:column;gap:18px;padding:8px 0}
.ent-ar-money-row{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}
.ent-ar-money-lbl{font-family:var(--font-head);font-weight:600;font-size:15px;color:#fff;letter-spacing:0.005em;line-height:1.2}
.ent-ar-money-via{font-family:var(--font-head);font-weight:500;font-size:13px;color:rgba(255,255,255,0.65);letter-spacing:0.005em;line-height:1.25;font-style:italic}
.ent-ar-money-val{font-family:var(--font-head);font-weight:700;font-size:clamp(30px,3.6vw,42px);color:#7BDDB8;line-height:1;letter-spacing:-0.005em;margin-top:6px}
@media(max-width:900px){.ent-ar-tiles{grid-template-columns:1fr}.ent-ar-tiles .ent-ar-tile-divider{display:none}}
@media(max-width:760px){
  .ent-rollup-row{padding-left:10px;padding-right:10px;column-gap:10px}
  .ent-facets-row{padding-left:12px;padding-right:12px;column-gap:16px}
  .ent-rollup-shape{min-width:0;padding:12px 16px}
  .ent-loop-bar{grid-template-columns:1fr auto 1fr;column-gap:8px;padding-left:8px;padding-right:8px}
  .ent-loop-half{font-size:clamp(13px,3.4vw,18px);padding:11px 10px;gap:6px;flex-wrap:wrap}
  .ent-loop-half .ax svg{width:18px;height:12px}
  .ent-loop-link{padding:12px 8px}
  .ent-loop-bracket{left:3px;right:3px}
  .ent-ws-grid{padding-left:6px;padding-right:6px;column-gap:12px}
  .ent-ws-line,.ent-ws-cert-line{column-gap:8px}
  .ent-ws-lbl{font-size:14px;letter-spacing:0.03em}
  .ent-ws-val{font-size:clamp(22px,6vw,32px)}
  .ent-ws-sub{font-size:10px}
  .ent-ws-cert-line{padding:7px 12px}
  .ent-ws-cert-line .ent-ws-lbl{font-size:11px;letter-spacing:0.04em}
  .ent-ws-cert-line .ent-ws-val{font-size:22px}
  .ent-dash-brandfoot{flex-direction:column;align-items:center;gap:24px}
}
@media(max-width:560px){
  .ent-rollup-row{padding-left:4px;padding-right:4px;column-gap:6px}
  .ent-facets-row{padding-left:6px;padding-right:6px;column-gap:10px}
}

/* ═══════════════════════════════════════════════════════════════════════════
   CHAMPION'S BRIEF MODAL — opens on every Champion's Brief download button.
   Two-card layout: (left) Free Brief PDF download · (right) Champion
   Presentation $145 upgrade add-to-cart. Markup once per page, controlled
   by AiuxqaChampionModal in /champion-modal.js. Follows db-modal overlay
   pattern from index.html for visual consistency.
   ═════════════════════════════════════════════════════════════════════════ */
.cb-modal{position:fixed;inset:0;z-index:1100;background:rgba(0,4,19,0.82);backdrop-filter:blur(6px);display:none;align-items:flex-start;justify-content:center;padding:48px 16px;overflow-y:auto}
.cb-modal.open{display:flex}
.cb-modal-inner{position:relative;background:var(--white);border:1px solid var(--gray-lt);border-radius:var(--radius);max-width:900px;width:100%;padding:36px clamp(24px,3.4vw,42px) 32px;box-shadow:0 24px 60px rgba(0,0,0,0.45)}
.cb-modal-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:50%;background:var(--gray-lt);color:var(--near-black);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:24px;line-height:1;cursor:pointer;border:0;transition:background .2s,color .2s}
.cb-modal-close:hover{background:var(--near-black);color:#fff}
.cb-modal-head{text-align:center;max-width:680px;margin:0 auto 28px;padding-right:32px;padding-left:32px}
.cb-modal-eye{font-family:var(--font-head);font-size:13px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--blue-dk);margin:0 0 8px}
.cb-modal-title{font-family:var(--font-head);font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--near-black);line-height:1.12;margin:0 0 10px}
.cb-modal-sub{font-family:var(--font-subhead);font-style:italic;font-size:17px;color:var(--gray-md);line-height:1.5;margin:0}
.cb-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}
.cb-modal-card{display:flex;flex-direction:column;background:var(--off-white);border:1px solid var(--gray-lt);border-radius:var(--radius);padding:24px 22px 22px;transition:border-color .2s,box-shadow .2s}
.cb-modal-card:hover{border-color:var(--gray-md);box-shadow:0 6px 18px rgba(0,0,0,0.06)}
.cb-modal-card--upgrade{background:#fff;border:1.5px solid var(--coral);box-shadow:0 4px 14px rgba(242,104,84,0.10)}
.cb-modal-card--upgrade:hover{border-color:var(--coral-dk);box-shadow:0 8px 22px rgba(242,104,84,0.20)}
.cb-modal-card-tag{display:inline-flex;align-items:center;align-self:flex-start;font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:4px 12px;border-radius:100px;background:var(--gray-lt);color:var(--gray-dk);margin-bottom:14px;line-height:1}
.cb-modal-card--upgrade .cb-modal-card-tag{background:var(--coral);color:#fff}
.cb-modal-card-q{font-family:var(--font-subhead);font-style:italic;font-size:18px;font-weight:500;color:var(--gray-md);line-height:1.35;margin:0 0 8px}
.cb-modal-card--upgrade .cb-modal-card-q{color:var(--near-black)}
.cb-modal-card-h{font-family:var(--font-head);font-size:22px;font-weight:700;color:var(--near-black);line-height:1.15;margin:0 0 8px;letter-spacing:-0.005em}
.cb-modal-card-p{font-size:15px;color:var(--gray-dk);line-height:1.55;margin:0 0 16px}
.cb-modal-card-guards{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:6px}
.cb-modal-card-guards li{font-size:13px;color:var(--gray-md);line-height:1.45;padding-left:16px;position:relative}
.cb-modal-card-guards li::before{content:'\2022';color:var(--blue-dk);position:absolute;left:4px;top:0;font-weight:700}
.cb-modal-card-guards li em{font-style:italic;color:var(--gray-md);display:block;margin-top:2px;font-size:12.5px;line-height:1.4}
.cb-modal-card-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:700;font-size:15px;letter-spacing:0.02em;padding:13px 22px;border-radius:100px;text-decoration:none;line-height:1;margin-top:auto;transition:all .18s;text-align:center}
.cb-modal-card-btn--free{background:var(--gray-lt);color:var(--near-black);border:1.5px solid var(--gray-md);flex-direction:column;gap:3px;padding:12px 22px}
.cb-modal-card-btn--free:hover{background:var(--near-black);color:#fff;border-color:var(--near-black)}
.cb-modal-card-btn-line1{font-family:var(--font-head);font-size:13px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--blue-dk);line-height:1.1;transition:color .18s}
.cb-modal-card-btn--free:hover .cb-modal-card-btn-line1{color:var(--blue)}
.cb-modal-card-btn-line2{font-family:var(--font-head);font-size:18px;font-weight:700;line-height:1.05;letter-spacing:-0.005em}
.cb-modal-card-btn-line3{font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;line-height:1.1;opacity:0.72}
/* Enterprise (purple) register flips line-1 color to the purple accent */
body.ent-page .cb-modal-card-btn-line1,
.cb-modal.ent-register .cb-modal-card-btn-line1{color:var(--purple-md)}
body.ent-page .cb-modal-card-btn--free:hover .cb-modal-card-btn-line1,
.cb-modal.ent-register .cb-modal-card-btn--free:hover .cb-modal-card-btn-line1{color:#C5BCEB}
.cb-modal-card-btn--upgrade{background:var(--coral);color:#fff;border:1.5px solid var(--coral);box-shadow:0 3px 10px rgba(242,104,84,0.30)}
.cb-modal-card-btn--upgrade:hover{background:var(--coral-dk);border-color:var(--coral-dk);box-shadow:0 5px 14px rgba(242,104,84,0.42);transform:translateY(-1px)}
.cb-modal-footnote{margin:24px auto 0;max-width:680px;text-align:center;font-size:13px;color:var(--gray-md);line-height:1.55;padding:0 16px}
.cb-modal-footnote a{color:var(--coral);text-decoration:underline;text-underline-offset:2px}

/* Enterprise register variant — purple accent on the upgrade card to match the page register */
body.ent-page .cb-modal-card--upgrade,
.cb-modal.ent-register .cb-modal-card--upgrade{border-color:var(--purple-md);box-shadow:0 4px 14px rgba(91,77,176,0.12)}
body.ent-page .cb-modal-card--upgrade:hover,
.cb-modal.ent-register .cb-modal-card--upgrade:hover{border-color:var(--purple);box-shadow:0 8px 22px rgba(91,77,176,0.24)}
body.ent-page .cb-modal-card--upgrade .cb-modal-card-tag,
.cb-modal.ent-register .cb-modal-card--upgrade .cb-modal-card-tag{background:var(--purple-md);color:#fff}
body.ent-page .cb-modal-card-btn--upgrade,
.cb-modal.ent-register .cb-modal-card-btn--upgrade{background:var(--purple-md);border-color:var(--purple-md);box-shadow:0 3px 10px rgba(91,77,176,0.32)}
body.ent-page .cb-modal-card-btn--upgrade:hover,
.cb-modal.ent-register .cb-modal-card-btn--upgrade:hover{background:var(--purple);border-color:var(--purple);box-shadow:0 5px 14px rgba(91,77,176,0.44)}
body.ent-page .cb-modal-eye,
.cb-modal.ent-register .cb-modal-eye{color:var(--purple-md)}
body.ent-page .cb-modal-card-guards li::before,
.cb-modal.ent-register .cb-modal-card-guards li::before{color:var(--purple-md)}
body.ent-page .cb-modal-footnote a,
.cb-modal.ent-register .cb-modal-footnote a{color:var(--purple-md)}

@media (max-width:760px){
  .cb-modal{padding:24px 12px}
  .cb-modal-inner{padding:32px 20px 24px}
  .cb-modal-head{padding-right:8px;padding-left:8px;margin-bottom:22px}
  .cb-modal-grid{grid-template-columns:1fr;gap:14px}
  .cb-modal-card{padding:22px 18px 20px}
}

/* ═══════════════════════════════════════════════════════════════════════════
   PROOF BAR — "tagged copy" of the home dashboard. Lifted from index.html so
   any page (home, blog article, future pages) can render the same .proof-bar
   markup and have it populated by dashboard-data.js (the SSOT for #dash-score,
   #dash-findings, #dash-cost, #dash-revenue).
   ═════════════════════════════════════════════════════════════════════════ */
.proof-bar{width:fit-content;max-width:94%;margin:44px auto 0;border:1.5px solid rgba(255,255,255,0.5);border-radius:18px;padding:18px clamp(20px,2.4vw,30px);display:flex;align-items:center;gap:clamp(16px,2.6vw,30px);flex-wrap:wrap}
.proof-metric{display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}
.proof-metric-label{font-family:var(--font-head);font-size:15px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:#fff;line-height:1}
.proof-metric-sub{font-size:12px;color:rgba(255,255,255,0.62);letter-spacing:0.03em;line-height:1}
.proof-metric-val{font-family:var(--font-head);font-size:clamp(22px,2.3vw,28px);font-weight:700;line-height:1}
.proof-metric-val.risk{color:var(--band-fail)}
.proof-metric-val.good{color:var(--gauge-green)}
.proof-scorebox{position:relative;display:inline-flex;align-items:center;justify-content:center;width:62px;height:52px}
.proof-scorebox img{height:50px;width:auto;display:block;transform:rotate(-90deg)}
.proof-scorebox span{position:absolute;top:50%;left:44%;transform:translate(-50%,-50%);font-family:var(--font-head);font-size:22px;font-weight:700;color:var(--gauge-amber)}
.proof-div{display:flex;align-items:center}
.proof-div img{height:50px;width:auto;opacity:0.9}
.proof-divline{width:2px;height:50px;background:rgba(255,255,255,0.56);flex-shrink:0;align-self:center}
@media(max-width:760px){
  .proof-bar{flex-direction:column;align-items:center;gap:18px;padding:24px 30px}
  .proof-div,.proof-divline{display:none}
  .proof-scorebox img{transform:none}
  .proof-scorebox span{top:42%;left:50%}
}

/* ═══════════════════════════════════════════════════════════════════════════
   STATS ACCORDION — "Real numbers behind these results?"
   Native <details>; no JS. Trigger = skeleton button (outlined .btn pattern),
   centered. Standard chevron indicator (▼ → ▲ on open).
   ─────────────────────────────────────────────────────────────────────────
   DEFAULT styling (text colors) tuned for DARK-bg placement (index.html proof-sec).
   The body.ent-page override below flips colors for the LIGHT-bg ent-reward
   section (#F1F2F4) on enterprise.html.
   Content mirrors top 6 stats from /UX-STATS.md.
   ═════════════════════════════════════════════════════════════════════════ */
.stats-accordion{max-width:780px;margin:36px auto;display:block;text-align:center}
.stats-accordion summary{list-style:none;cursor:pointer;outline:none;display:inline-block}
.stats-accordion summary::-webkit-details-marker{display:none}

/* TRIGGER — skeleton/outlined button. Matches site .btn-outline pattern. */
.stats-accordion-trigger{
  display:inline-flex;align-items:center;gap:14px;
  font-family:var(--font-head);font-weight:700;font-size:17px;letter-spacing:0.05em;text-transform:uppercase;
  color:var(--blue);background:transparent;border:2px solid var(--blue);
  padding:15px 32px;border-radius:100px;
  transition:background .18s,color .18s,transform .18s;
}
.stats-accordion-trigger:hover{background:var(--blue);color:#fff;transform:translateY(-1px)}
.stats-accordion-caret{
  display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;line-height:1;transition:transform .25s;
}
.stats-accordion[open] .stats-accordion-caret{transform:rotate(180deg)}

/* BODY — clean panel, no left-edge stripe. */
.stats-accordion-body{
  margin-top:22px;padding:32px 36px;
  background:rgba(255,255,255,0.04);
  border-radius:10px;
  text-align:left;
}
.stats-accordion-body ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:22px}
.stats-accordion-body li{padding-left:24px;position:relative}
.stats-accordion-body li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:var(--blue)}
.stats-accordion-body .stat{font-size:18px;color:#fff;font-weight:600;line-height:1.5;margin:0 0 6px}
.stats-accordion-body .source{font-size:16px;color:var(--blue);font-weight:700;font-style:italic;line-height:1.4;margin:0}

.stats-accordion-foot{
  margin-top:26px;padding-top:20px;
  border-top:1px solid rgba(255,255,255,0.18);
  font-size:17px;color:#fff;font-style:italic;line-height:1.55;text-align:center;
}
.stats-accordion-foot a{color:var(--blue);font-weight:700;text-decoration:underline;font-style:normal}
.stats-accordion-foot a:hover{color:#fff}

/* ENTERPRISE PURPLE REGISTER — scoped to body.ent-page. The accordion sits in
   the LIGHT GREY .ent-reward section (#F1F2F4 bg). Text MUST be dark, not white.
   Source attribution + Book-a-call link use enterprise purple-md. */
body.ent-page .stats-accordion-trigger{color:var(--purple-md);border-color:var(--purple-md)}
body.ent-page .stats-accordion-trigger:hover{background:var(--purple-md);color:#fff}
body.ent-page .stats-accordion-body{background:rgba(91,77,176,0.06)}
body.ent-page .stats-accordion-body li::before{background:var(--purple-md)}
body.ent-page .stats-accordion-body .stat{color:var(--near-black)}
body.ent-page .stats-accordion-body .source{color:var(--purple-md);font-weight:700}
body.ent-page .stats-accordion-foot{border-top-color:rgba(91,77,176,0.22);color:var(--gray-dk)}
body.ent-page .stats-accordion-foot a{color:var(--purple-md)}
body.ent-page .stats-accordion-foot a:hover{color:#3D2E80}

/* ── Header slogan + nav Book-a-Call button (site-wide, locked 2026-07-07) ── */
.logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo-slogan{font-family:var(--font-body);font-style:italic;font-size:15px;color:var(--blue,#00AEEF);white-space:nowrap;letter-spacing:0.01em}
.nav-book-btn{display:inline-flex;align-items:center;background:var(--coral,#F26854);color:#fff !important;font-weight:700;padding:7px 18px;border-radius:100px;line-height:1;margin-left:6px}
.nav-book-btn:hover{filter:brightness(1.08)}
.ent-page .nav-book-btn{background:var(--purple-md);color:var(--chartreuse) !important}
.ent-page .nav-book-btn:hover{background:var(--purple);filter:none}
@media (max-width:900px){.logo{flex-direction:column;align-items:center;gap:2px}.logo-slogan{font-size:13px}}
@media (max-width:600px){.logo-slogan{display:none}}
