/* =====================================================================
   home.css — Codreum home page (PRESENTATION ONLY · light · v: rd9)
   Scoped to body.page-home so the black header (.topbar) and black
   footer (.site-footer) are NOT affected. Styles the .cd-* markup
   emitted by home-page.js. Loads after style.css + theme.modern.css.
   Fonts: Space Grotesk (display) · Inter (body) · JetBrains Mono (code/data).
   ===================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');

body.page-home{
  --indigo:#5B4BE6; --violet:#8B3FD0; --magenta:#C13DA6; --teal:#0A8C99; --cyan:#14B8C4;
  --text:#101426; --muted:#5A6378; --faint:#8A93A8; --line:#E7E9F2; --line2:#D8DBEA;
  --grad:linear-gradient(95deg,#5B4BE6,#8B3FD0 48%,#C13DA6);
  --disp:"Space Grotesk",system-ui,sans-serif;
  --body:"Inter",system-ui,sans-serif;
  --mono:"JetBrains Mono",ui-monospace,monospace;
  --sh:0 1px 2px rgba(16,22,42,.04),0 12px 30px rgba(16,22,42,.07);
  --shlg:0 24px 60px rgba(16,22,42,.13);
  --r:16px; --rlg:22px;
  background:
    radial-gradient(1100px 520px at 86% 1%,rgba(193,61,166,.06),transparent 60%),
    radial-gradient(900px 460px at -6% 0%,rgba(91,75,230,.07),transparent 55%),
    #F6F7FB;
}

/* strip old section "card" chrome off the JS mount points */
body.page-home .home-hero,
body.page-home .home-section,
body.page-home .home-ctaStrip{
  background:none!important;border:none!important;box-shadow:none!important;
  padding:0!important;margin:0!important;border-radius:0!important;display:block!important;
}
body.page-home .cd-mount{font-family:var(--body);color:var(--text)}
body.page-home main.wrap{max-width:none;width:100%;margin:0;padding:0}
body.page-home .cd-inner{max-width:1180px;margin:0 auto;width:100%;
  padding-left:clamp(20px,4vw,28px);padding-right:clamp(20px,4vw,28px);box-sizing:border-box}

/* ---------- shared atoms ---------- */
body.page-home .cd-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);
  font-weight:500;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--teal)}
body.page-home .cd-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;
  background:var(--cyan);box-shadow:0 0 0 3px rgba(20,184,196,.18)}
body.page-home .cd-gtext{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}

body.page-home .cd-section{padding:64px 0}
body.page-home .cd-head{max-width:50rem;margin-bottom:38px}
body.page-home .cd-head h2{font-family:var(--disp);font-weight:700;letter-spacing:-.02em;line-height:1.1;
  font-size:clamp(1.7rem,3.2vw,2.3rem);margin:14px 0 0;color:var(--text)}
body.page-home .cd-head p{color:var(--muted);font-size:1.02rem;margin:12px 0 0;max-width:44rem}

body.page-home .cd-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--body);
  font-weight:600;font-size:.95rem;padding:13px 22px;border-radius:12px;border:1px solid var(--line2);
  background:#fff;color:var(--text);cursor:pointer;text-decoration:none;transition:.16s;box-shadow:var(--sh)}
body.page-home .cd-btn:hover{transform:translateY(-1px);border-color:var(--indigo)}
body.page-home .cd-btn--primary{background:var(--grad);border:none;color:#fff;box-shadow:0 10px 28px rgba(123,58,208,.32)}
body.page-home .cd-btn--primary:hover{box-shadow:0 16px 38px rgba(123,58,208,.46)}
body.page-home .cd-btn--sm{padding:9px 15px;font-size:.86rem}
body.page-home .cd-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(91,75,230,.4)}

/* ---------- hero ---------- */
body.page-home .cd-hero{display:grid;grid-template-columns:1.04fr .96fr;gap:50px;align-items:center;padding:60px 0 30px}
body.page-home .cd-h1{font-family:var(--disp);font-weight:700;letter-spacing:-.02em;line-height:1.08;
  font-size:clamp(2.5rem,5vw,3.7rem);margin:18px 0 0;color:var(--text)}
body.page-home .cd-h1 .cd-l2{display:block}
body.page-home .cd-hero__sub{margin:20px 0 0;font-size:1.1rem;color:var(--muted);max-width:34rem}
body.page-home .cd-hero__sub b{color:var(--text);font-weight:600}
body.page-home .cd-hero__cta{display:flex;gap:13px;flex-wrap:wrap;margin-top:26px}
body.page-home .cd-hero__note{margin-top:18px;font-family:var(--mono);font-size:.82rem;line-height:1.6;color:var(--faint)}
body.page-home .cd-hero__note b{color:var(--muted);font-weight:500}
body.page-home .cd-hero__chips{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}
body.page-home .cd-chip{font-family:var(--body);font-size:.78rem;color:var(--muted);
  border:1px solid var(--line);border-radius:999px;padding:7px 13px;background:#fff;box-shadow:var(--sh)}

/* signature: light perimeter card, dark console inside */
body.page-home .cd-boundary{position:relative;border:1.5px solid var(--line2);border-radius:var(--rlg);
  padding:30px 18px 18px;background:linear-gradient(180deg,#fff,#fafaff);box-shadow:var(--shlg)}
body.page-home .cd-boundary__tag{position:absolute;top:-12px;left:22px;font-family:var(--mono);font-weight:600;
  font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);background:#fff;
  padding:3px 11px;border:1px solid var(--line2);border-radius:999px}
body.page-home .cd-boundary__out{position:absolute;top:-12px;right:20px;font-family:var(--mono);font-size:.62rem;
  color:var(--faint);background:#fff;padding:3px 9px;border:1px solid var(--line);border-radius:999px}
body.page-home .cd-flow{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-family:var(--mono);font-size:.66rem;color:#8b93a8;flex-wrap:wrap}
body.page-home .cd-flow__node{border:1px solid #1f2742;border-radius:8px;padding:6px 9px;background:#0F1626;color:#cdd6f5}
body.page-home .cd-flow__node--live{border-color:rgba(94,234,212,.4);color:#5eead4;background:rgba(20,184,196,.1)}
body.page-home .cd-flow__arrow{color:var(--faint)}
/* dark console */
body.page-home .cd-screen{border-radius:14px;border:1px solid #1d2540;background:#0B0F1A;overflow:hidden;box-shadow:0 18px 44px rgba(8,11,22,.22)}
/* console contents */
body.page-home .cd-cons{padding:14px;display:flex;flex-direction:column;gap:12px}
body.page-home .cd-cons__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
body.page-home .cd-cons__card{border:1px solid #1f2742;border-radius:12px;padding:14px;background:#0F1626;min-width:0}
body.page-home .cd-cons__head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:var(--mono);font-size:.62rem;letter-spacing:.06em;color:#9aa3bd;text-transform:uppercase}
body.page-home .cd-pill{font-family:var(--mono);font-size:.56rem;letter-spacing:.06em;padding:3px 7px;border-radius:999px;text-transform:uppercase;white-space:nowrap}
body.page-home .cd-pill--ok{color:#34d399;background:rgba(52,211,153,.13);border:1px solid rgba(52,211,153,.3)}
body.page-home .cd-pill--warn{color:#fbbf24;background:rgba(251,191,36,.13);border:1px solid rgba(251,191,36,.3)}
body.page-home .cd-cons__chart{height:46px;margin:12px 0 10px}
body.page-home .cd-cons__chart svg{width:100%;height:100%;display:block}
body.page-home .cd-bars{display:flex;align-items:flex-end;gap:5px;height:46px;margin:12px 0 10px}
body.page-home .cd-bars i{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#6d8bff,#8b5cf6)}
body.page-home .cd-cons__stats{display:flex;gap:16px}
body.page-home .cd-cons__stats div{min-width:0}
body.page-home .cd-cons__stats b{font-family:var(--disp);font-weight:700;font-size:1.15rem;color:#eef1f8;display:block;line-height:1}
body.page-home .cd-cons__stats span{font-family:var(--mono);font-size:.54rem;letter-spacing:.08em;color:#7c849c;text-transform:uppercase;display:block;margin-top:5px}
body.page-home .cd-cons__alarm{border:1px solid #2a2138;border-radius:10px;background:rgba(40,24,32,.5);padding:10px 12px;font-family:var(--mono);font-size:.62rem;color:#b9a7b3;line-height:1.5;word-break:break-word}
body.page-home .cd-cons__alarm b{color:#ef6b75;font-weight:600;letter-spacing:.05em}
body.page-home .cd-cons__alarm i{color:#8b93a8;font-style:normal}
/* one-line license pill */
body.page-home .cd-leave{display:flex;align-items:center;gap:10px;margin-top:14px}
body.page-home .cd-leave__ln{flex:0 0 34px;border-top:2px dashed rgba(139,92,214,.55);position:relative}
body.page-home .cd-leave__ln::after{content:"";position:absolute;right:-2px;top:-4px;width:7px;height:7px;border-radius:50%;background:var(--violet)}
body.page-home .cd-leave__pill{flex:1 1 auto;min-width:0;border:1px dashed rgba(139,92,214,.4);border-radius:999px;padding:6px 12px;
  font-family:var(--mono);font-size:.6rem;letter-spacing:.02em;color:#9aa3bd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.page-home .cd-leave__pill b{color:var(--violet);font-weight:600}

/* ---------- built-on strip ---------- */
body.page-home .cd-builton{padding:34px 0 0}
body.page-home .cd-builton__row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
body.page-home .cd-builton__lbl{font-family:var(--mono);font-weight:500;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-right:6px}

/* ---------- stats band ---------- */
body.page-home .cd-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:44px 0 0}
body.page-home .cd-stat{border:1px solid var(--line);border-radius:var(--r);padding:26px;background:#fff;box-shadow:var(--sh)}
body.page-home .cd-stat b{font-family:var(--disp);font-weight:700;font-size:clamp(1.9rem,3vw,2.4rem);line-height:1;display:block;
  background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
body.page-home .cd-stat span{display:block;margin-top:10px;color:var(--muted);font-size:.93rem}

/* ---------- bento ---------- */
body.page-home .cd-bento{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
body.page-home .cd-cell{border:1px solid var(--line);border-radius:var(--r);background:#fff;padding:24px;box-shadow:var(--sh);transition:.18s;display:flex;flex-direction:column}
body.page-home .cd-cell:hover{transform:translateY(-3px);box-shadow:var(--shlg)}
body.page-home .cd-cell .cd-eyebrow{margin-bottom:11px;color:var(--indigo)}
body.page-home .cd-cell .cd-eyebrow::before{display:none}
body.page-home .cd-cell h3{font-family:var(--disp);font-weight:600;font-size:1.04rem;margin:0 0 7px;color:var(--text)}
body.page-home .cd-cell p{color:var(--muted);font-size:.92rem;margin:0}
body.page-home .cd-cell--xl{grid-column:span 4}
body.page-home .cd-cell--w{grid-column:span 2}
body.page-home .cd-cell--accent{background:linear-gradient(180deg,rgba(91,75,230,.06),rgba(193,61,166,.04)),#fff;border-color:rgba(91,75,230,.25)}
body.page-home .cd-mini{margin-top:15px;border:1px solid var(--line);border-radius:10px;background:#fbfbfe;padding:11px 13px}
body.page-home .cd-kv{display:flex;justify-content:space-between;font-family:var(--mono);font-weight:500;font-size:.75rem;color:var(--muted);padding:5px 0;border-bottom:1px dashed var(--line)}
body.page-home .cd-kv:last-child{border-bottom:0}
body.page-home .cd-kv em{font-style:normal;color:#16a34a}
body.page-home .cd-kv em.x{color:#dc2626}

/* ---------- steps ---------- */
body.page-home .cd-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
body.page-home .cd-step{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--r);background:#fff;padding:24px;box-shadow:var(--sh)}
body.page-home .cd-step__n{font-family:var(--mono);font-weight:600;font-size:.8rem;color:var(--teal)}
body.page-home .cd-step h3{font-family:var(--disp);font-weight:600;font-size:1.02rem;margin:12px 0 7px;color:var(--text)}
body.page-home .cd-step p{color:var(--muted);font-size:.9rem;margin:0}
body.page-home .cd-code{margin-top:auto;align-self:flex-start;font-family:var(--mono);font-size:.76rem;color:#9fc3ff;background:#0E1525;border-radius:8px;padding:8px 10px}

/* ---------- security split ---------- */
body.page-home .cd-secsplit{display:grid;grid-template-columns:1fr 1fr;gap:18px}
body.page-home .cd-lc{border:1px solid var(--line);border-radius:var(--r);background:#fff;padding:26px;box-shadow:var(--sh)}
body.page-home .cd-lc h3{font-family:var(--disp);font-weight:600;font-size:1.02rem;margin-bottom:16px;display:flex;align-items:center;gap:10px}
body.page-home .cd-lc--ok h3{color:#16a34a}
body.page-home .cd-lc--no h3{color:#dc2626}
body.page-home .cd-lc ul{list-style:none;margin:0;padding:0}
body.page-home .cd-lc li{font-family:var(--body);font-size:.9rem;color:var(--muted);padding:8px 0;border-bottom:1px dashed var(--line);display:flex;gap:10px}
body.page-home .cd-lc li:last-child{border-bottom:0}
body.page-home .cd-lc--ok li::before{content:"\2192";color:#16a34a;font-weight:700}
body.page-home .cd-lc--no li::before{content:"\2715";color:#dc2626;font-weight:700}

/* ---------- product tour ---------- */
body.page-home .cd-tour{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center}
body.page-home .cd-tour__frame{border-radius:var(--rlg);border:1px solid var(--line);background:#fff;overflow:hidden;box-shadow:var(--shlg)}
body.page-home .cd-tour__shot{aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;position:relative;
  background:radial-gradient(500px 240px at 30% 20%,rgba(91,75,230,.1),transparent 60%),radial-gradient(420px 220px at 90% 90%,rgba(193,61,166,.09),transparent 60%),#fbfbff}
body.page-home .cd-tour__mock{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:80%}
body.page-home .cd-tour__mock>div{height:52px;border:1px solid var(--line);border-radius:8px;background:#fff}
body.page-home .cd-tour__cap{position:absolute;bottom:14px;left:16px;font-family:var(--mono);font-size:.76rem;color:var(--muted)}
body.page-home .cd-tour__list{display:flex;flex-direction:column;gap:10px}
body.page-home .cd-tour__item{text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 16px;cursor:pointer;transition:.16s;box-shadow:var(--sh);font:inherit;color:inherit}
body.page-home .cd-tour__item:hover{border-color:var(--line2)}
body.page-home .cd-tour__item.is-active{border-color:transparent;background:linear-gradient(135deg,rgba(91,75,230,.1),rgba(193,61,166,.07));box-shadow:inset 0 0 0 1.5px rgba(91,75,230,.5)}
body.page-home .cd-tour__item .cd-tour__k{font-family:var(--mono);font-size:.66rem;color:var(--teal);text-transform:uppercase;letter-spacing:.1em;display:block}
body.page-home .cd-tour__item strong{display:block;font-family:var(--disp);font-weight:600;font-size:1rem;margin-top:4px;color:var(--text)}

/* ---------- track explorer + live ---------- */
body.page-home .cd-tracks{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
body.page-home .cd-track{border:1px solid var(--line);border-radius:var(--r);padding:22px;background:#fff;box-shadow:var(--sh);transition:.18s}
body.page-home .cd-track:hover{transform:translateY(-3px);box-shadow:var(--shlg)}
body.page-home .cd-track__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}
body.page-home .cd-track h3{font-family:var(--disp);font-weight:600;font-size:.96rem;margin:0 0 6px;color:var(--text)}
body.page-home .cd-track p{color:var(--muted);font-size:.86rem;margin:0}
body.page-home .cd-badge{font-family:var(--mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;padding:4px 9px;border-radius:999px;border:1px solid var(--line2);color:var(--muted)}
body.page-home .cd-badge--live{color:#16a34a;border-color:rgba(22,163,74,.35);background:rgba(22,163,74,.08)}

body.page-home .cd-lives{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
body.page-home .cd-live{border:1px solid var(--line);border-radius:var(--r);padding:22px;background:#fff;box-shadow:var(--sh);transition:.18s;display:flex;flex-direction:column}
body.page-home .cd-live:hover{transform:translateY(-3px);box-shadow:var(--shlg)}
body.page-home .cd-live__k{font-family:var(--mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--indigo);background:rgba(91,75,230,.08);padding:4px 9px;border-radius:999px;align-self:flex-start}
body.page-home .cd-live h3{font-family:var(--disp);font-weight:600;font-size:1.02rem;margin:12px 0 7px;color:var(--text)}
body.page-home .cd-live p{color:var(--muted);font-size:.9rem;margin:0 0 16px}
body.page-home .cd-live__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}
body.page-home .cd-live__live{font-family:var(--mono);font-size:.7rem;color:#16a34a;text-transform:uppercase;letter-spacing:.08em}

/* ---------- CTA band ---------- */
body.page-home .cd-ctaCard{border-radius:var(--rlg);padding:48px 54px;text-align:left;position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;
  background:linear-gradient(135deg,rgba(91,75,230,.1),rgba(193,61,166,.07));border:1px solid rgba(91,75,230,.3);margin:0 0 8px}
body.page-home .cd-ctaCard::before{content:"";position:absolute;inset:0;background:radial-gradient(560px 240px at 90% 0,rgba(193,61,166,.14),transparent 60%);pointer-events:none}
body.page-home .cd-ctaCard>*{position:relative}
body.page-home .cd-ctaCard__copy{flex:1 1 360px}
body.page-home .cd-ctaCard h2{font-family:var(--disp);font-weight:700;letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2rem);margin:0;color:var(--text)}
body.page-home .cd-ctaCard p{color:var(--muted);max-width:48ch;margin:10px 0 0}
body.page-home .cd-ctaRow{display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap}

/* ---------- pricing ---------- */
body.page-home .cd-prices{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
body.page-home .cd-pr{border:1px solid var(--line);border-radius:var(--r);background:#fff;padding:22px 18px;box-shadow:var(--sh);position:relative;transition:.16s;display:flex;flex-direction:column}
body.page-home .cd-pr:hover{transform:translateY(-3px);box-shadow:var(--shlg)}
body.page-home .cd-pr--flag{border:1.5px solid transparent;background:linear-gradient(#fff,#fff) padding-box,var(--grad) border-box;box-shadow:0 14px 44px rgba(123,58,208,.2)}
body.page-home .cd-pr__tag{position:absolute;top:-11px;left:16px;background:var(--grad);color:#fff;font-family:var(--mono);font-weight:600;font-size:.58rem;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:999px}
body.page-home .cd-pr__nm{font-family:var(--disp);font-weight:600;font-size:1rem}
body.page-home .cd-pr__amt{font-family:var(--disp);font-weight:700;font-size:1.6rem;margin:10px 0 0;letter-spacing:-.02em;color:var(--text)}
body.page-home .cd-pr__amt small{font-family:var(--mono);font-weight:500;font-size:.68rem;color:var(--faint)}
body.page-home .cd-pr__amt.free{color:#16a34a}
body.page-home .cd-pr__per{font-family:var(--mono);font-weight:500;font-size:.72rem;color:var(--muted);margin-top:3px}
body.page-home .cd-priceNote{margin-top:22px;color:var(--muted);font-size:.92rem}
body.page-home .cd-priceNote a{color:var(--indigo);font-weight:600;text-decoration:none}
body.page-home .cd-priceNote a:hover{text-decoration:underline}

/* ---------- reveal ---------- */
body.page-home .cd-reveal{opacity:0;transform:translateY(16px)}
body.page-home .cd-reveal.cd-in{opacity:1;transform:none;transition:opacity .6s ease,transform .7s cubic-bezier(.22,.61,.36,1)}

/* ---------- responsive ---------- */
@media (max-width:1000px){
  body.page-home .cd-hero,body.page-home .cd-tour{grid-template-columns:1fr;gap:36px}
  body.page-home .cd-stats,body.page-home .cd-steps{grid-template-columns:1fr 1fr}
  body.page-home .cd-bento{grid-template-columns:1fr 1fr}
  body.page-home .cd-cell--xl{grid-column:span 2}
  body.page-home .cd-tracks,body.page-home .cd-lives{grid-template-columns:1fr 1fr}
  body.page-home .cd-secsplit{grid-template-columns:1fr}
  body.page-home .cd-prices{grid-template-columns:repeat(2,1fr)}
  body.page-home .cd-cons__row{grid-template-columns:1fr}
}
@media (max-width:620px){
  body.page-home .cd-stats,body.page-home .cd-steps,body.page-home .cd-bento,
  body.page-home .cd-tracks,body.page-home .cd-lives,body.page-home .cd-prices{grid-template-columns:1fr}
  body.page-home .cd-cell--xl,body.page-home .cd-cell--w{grid-column:span 1}
  body.page-home .cd-ctaCard{padding:34px 22px}
}
@media (prefers-reduced-motion:reduce){
  body.page-home .cd-reveal{opacity:1;transform:none}
  body.page-home *{transition:none!important}
}

/* =====================================================================
   home.css — DARK MODE override (v: rd-dark1)
   Scoped to body.page-home ONLY, appended last so it wins over the
   light defaults above. The black header (.topbar) and footer
   (.site-footer) are NOT touched. Palette mirrors index_1_.html.
   ===================================================================== */
body.page-home{
  --text:#E6EDF7; --muted:#94A3B8; --faint:#5B6B82;
  --line:rgba(148,163,184,.14); --line2:rgba(148,163,184,.24);
  --panel:#0C1322; --panel2:#101A30;
  --indigo:#2979FF; --violet:#8B5CF6; --magenta:#8B5CF6; --teal:#94A3B8; --cyan:#34D399;
  --grad:linear-gradient(95deg,#2979FF 0%,#8B5CF6 100%);
  --sh:0 1px 2px rgba(0,0,0,.30),0 12px 30px rgba(0,0,0,.35);
  --shlg:0 24px 60px rgba(0,0,0,.45);
  background:
    radial-gradient(900px 520px at 12% 0%,rgba(41,121,255,.12),transparent 60%),
    radial-gradient(900px 520px at 88% 6%,rgba(139,92,246,.12),transparent 60%),
    #070B14 !important;
}
/* eyebrow: dim text + green pulse dot (sample) */
body.page-home .cd-eyebrow{color:var(--muted)}
body.page-home .cd-eyebrow::before{background:#34D399;box-shadow:0 0 10px #34D399}
/* ghost button */
body.page-home .cd-btn:not(.cd-btn--primary){background:rgba(255,255,255,.03);color:var(--text);border-color:var(--line2)}
/* every white surface → dark panel */
body.page-home .cd-chip,
body.page-home .cd-stat,
body.page-home .cd-cell,
body.page-home .cd-step,
body.page-home .cd-lc,
body.page-home .cd-track,
body.page-home .cd-live,
body.page-home .cd-pr,
body.page-home .cd-tour__frame,
body.page-home .cd-tour__item{background:var(--panel);border-color:var(--line)}
body.page-home .cd-tour__mock>div{background:var(--panel2);border-color:var(--line)}
body.page-home .cd-boundary{background:linear-gradient(180deg,#101A30,#0C1322);border-color:var(--line2)}
body.page-home .cd-boundary__tag,
body.page-home .cd-boundary__out{background:#070B14}
body.page-home .cd-cell--accent{background:linear-gradient(180deg,rgba(41,121,255,.10),rgba(139,92,246,.06)),var(--panel);border-color:rgba(139,92,246,.40)}
body.page-home .cd-pr--flag{background:linear-gradient(var(--panel),var(--panel)) padding-box,var(--grad) border-box}
/* console tiles inside the boundary, if untinted */
body.page-home .cd-cons__card{background:var(--panel2);border:1px solid var(--line)}
/* CTA band — solid dark base (was a light tint with no base) */
body.page-home .cd-ctaCard{background:linear-gradient(135deg,rgba(41,121,255,.14),rgba(139,92,246,.10)),var(--panel2);border-color:var(--line2)}
body.page-home .cd-ctaCard::before{background:radial-gradient(560px 240px at 90% 0,rgba(139,92,246,.18),transparent 60%)}

/* hero highlights as a plain muted line (sample style) + bento eyebrow accent */
body.page-home .cd-heroSub{color:var(--faint);font-size:.92rem;letter-spacing:.01em;margin:18px 0 0;font-family:var(--mono,ui-monospace,monospace)}
body.page-home .cd-heroSub strong{color:var(--muted)}
body.page-home .cd-cell .cd-eyebrow{color:var(--violet)}

/* ===== kill light-theme decorative overlays on the hero + CTA mounts =====
   style.css paints body.page-home .home-hero:before / .home-ctaStrip:before
   with a near-opaque WHITE linear-gradient and side glows. On dark mode those
   show as light bands around the cards. Make them fully transparent so the
   surround is uniform #070B14. */
body.page-home .home-hero::before,
body.page-home .home-hero::after,
body.page-home .home-ctaStrip::before,
body.page-home .home-ctaStrip::after{
  background:none !important;
  background-image:none !important;
  opacity:0 !important;
}

/* bento card: bold title + quote block (match index_1_.html structure) */
body.page-home .cd-cell__title{font-family:var(--disp);font-weight:700;color:var(--text);font-size:1.06rem;letter-spacing:-.01em;line-height:1.3;margin:2px 0 8px}
body.page-home .cd-cell p{color:var(--muted)}
body.page-home .cd-cell__quote{margin:14px 0 0;padding:8px 0 8px 16px;border-left:2px solid var(--violet);color:var(--muted);font-family:var(--mono,ui-monospace,monospace);font-size:.84rem;line-height:1.55}

/* the dashboards data table was white (#fbfbfe) — darken to match the sample */
body.page-home .cd-mini{background:rgba(2,6,16,.55) !important;border-color:var(--line) !important}

/* clip the pre-existing footer horizontal overflow (keeps sticky header working) */
body.page-home{overflow-x:clip}

/* ===== homepage video section (admin-driven; 16:9 reserved) ===== */
body.page-home .cd-videos{display:grid;grid-template-columns:1fr 1fr;gap:18px}
body.page-home .cd-video{margin:0}
body.page-home .cd-video figcaption{color:var(--muted);font-family:var(--mono,ui-monospace,monospace);font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;margin:0 0 9px}
body.page-home .cd-video__slot{position:relative;aspect-ratio:16/9;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:var(--panel)}
body.page-home .cd-video__slot iframe,body.page-home .cd-video__slot video{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}
body.page-home .cd-video__slot--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding:18px;border-style:dashed;border-color:var(--line2)}
body.page-home .cd-video__slot--empty span{color:var(--text);font-weight:600}
body.page-home .cd-video__slot--empty small{color:var(--faint);font-size:.8rem}
@media(max-width:820px){body.page-home .cd-videos{grid-template-columns:1fr}}

/* security: sent-column subhead + closing value callout */
body.page-home .cd-lc__sub{color:var(--muted);font-size:.85rem;margin:0 0 12px}
body.page-home .cd-secnote{margin:18px 0 0;text-align:center;color:var(--text);font-weight:600;font-size:1.02rem;letter-spacing:-.01em;border:1px solid var(--line2);border-radius:var(--r);padding:16px 22px;background:linear-gradient(135deg,rgba(41,121,255,.10),rgba(139,92,246,.08)),var(--panel)}