/* TrustedAIGov® — V2 (product-io.io) shared stylesheet
   Reuses the established product-io brand system: same colour tokens, Inter + JetBrains Mono,
   dark theme, nav, buttons, and footer. V2 adds economics/governance components in the same
   visual language. This is a positioning/content evolution, not a redesign. */

*{margin:0;padding:0;box-sizing:border-box}
:root{
  --black:#04060e;--navy:#080f1e;--navy2:#0d1830;--navy3:#111f38;
  --blue:#2563eb;--blue2:#1d4ed8;--blue-glow:rgba(37,99,235,0.35);
  --teal:#0d9488;--teal2:#0f766e;--teal-glow:rgba(13,148,136,0.35);
  --purple:#7c3aed;--purple2:#6d28d9;
  --green:#10b981;--amber:#f59e0b;--orange:#f97316;--red:#ef4444;
  --text:#0f172a;--muted:#64748b;--muted2:#94a3b8;--border:#e2e8f0;
  --white:#ffffff;--surface:#f8fafc;
  --mono:'JetBrains Mono',monospace;
}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#e5ecf5;background:var(--black);line-height:1.6;overflow-x:hidden}
a{color:inherit}
.wrap{max-width:1280px;margin:0 auto;padding:0 28px}
.section{padding:92px 28px;position:relative}
.section-inner{max-width:1280px;margin:0 auto}
.section.alt{background:linear-gradient(180deg,var(--black),#060a16)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:100px;padding:6px 16px;margin-bottom:22px;font-size:11px;font-weight:600;color:rgba(255,255,255,0.6);letter-spacing:.08em;text-transform:uppercase}
.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.8)}}
h2.sh{font-size:clamp(28px,3.6vw,42px);font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.08;margin-bottom:16px}
p.sl{font-size:clamp(16px,1.7vw,19px);color:rgba(255,255,255,0.52);max-width:720px;line-height:1.6;margin-bottom:8px}
.grad-blue{background:linear-gradient(135deg,#60a5fa,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.grad-teal{background:linear-gradient(135deg,#2dd4bf,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* ---------- NAV (reused from product-io) ---------- */
nav{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(4,6,14,0.88);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,0.05)}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 28px;height:66px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-logo-img{height:40px;width:auto}
.nav-links{display:flex;align-items:center;gap:2px}
.nav-links a{color:rgba(255,255,255,0.62);text-decoration:none;font-size:13px;font-weight:500;padding:6px 11px;border-radius:6px;transition:all .2s;white-space:nowrap}
.nav-links a:hover{color:#fff;background:rgba(255,255,255,0.07)}
.nav-links a.active{color:#60a5fa}
.nav-divider{width:1px;height:20px;background:rgba(255,255,255,0.08);margin:0 6px}
.nav-cta{background:var(--blue)!important;color:#fff!important;border-radius:8px!important;padding:8px 16px!important;font-weight:700!important;box-shadow:0 0 20px rgba(37,99,235,0.3)}
.nav-cta:hover{background:var(--blue2)!important;box-shadow:0 0 28px rgba(37,99,235,0.5)!important}
.nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;color:#fff;font-size:1.5rem;line-height:1}

/* ---------- BUTTONS (reused) ---------- */
.btn-blue{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff;text-decoration:none;padding:14px 28px;border-radius:10px;font-weight:700;font-size:15px;transition:all .25s;box-shadow:0 0 24px rgba(37,99,235,0.4)}
.btn-blue:hover{background:var(--blue2);transform:translateY(-2px);box-shadow:0 4px 32px rgba(37,99,235,0.6)}
.btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:rgba(255,255,255,0.7);text-decoration:none;padding:14px 28px;border-radius:10px;font-weight:600;font-size:15px;border:1px solid rgba(255,255,255,0.14);transition:all .25s}
.btn-ghost:hover{color:#fff;border-color:rgba(255,255,255,0.3);background:rgba(255,255,255,0.05)}
.btn-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}

/* ---------- HERO ---------- */
.hero{min-height:88vh;display:flex;align-items:center;padding:120px 28px 80px;background:var(--black);position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;pointer-events:none}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,0.04) 1px,transparent 1px);background-size:60px 60px}
.hero-glow1{position:absolute;top:-200px;left:-100px;width:900px;height:900px;background:radial-gradient(ellipse,rgba(37,99,235,0.12) 0%,transparent 65%)}
.hero-glow2{position:absolute;bottom:-200px;right:-100px;width:800px;height:800px;background:radial-gradient(ellipse,rgba(13,148,136,0.1) 0%,transparent 65%)}
.hero-inner{max-width:980px;margin:0 auto;width:100%;position:relative;z-index:1;text-align:center}
.hero h1{font-size:clamp(34px,4.6vw,56px);font-weight:900;color:#fff;line-height:1.05;letter-spacing:-.04em;margin-bottom:22px}
.hero-sub{font-size:clamp(17px,2vw,21px);color:rgba(255,255,255,0.55);max-width:720px;margin:0 auto 22px;line-height:1.6}
.hero-body{font-size:15px;color:rgba(255,255,255,0.42);max-width:680px;margin:0 auto 36px;line-height:1.7}
.hero .btn-row{justify-content:center;margin-bottom:40px}
.trust-strip{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.trust-chip{font-size:11px;font-weight:600;color:rgba(255,255,255,0.45);background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.07);border-radius:7px;padding:6px 12px;letter-spacing:.02em}


/* ---------- HOMEPAGE HERO ONLY (scoped via .hero-glow2 — present only on index.html) ----------
   ~20-25% shorter hero so the four-question section begins sooner. Inner/legal pages unaffected. */
.hero:has(.hero-glow2){min-height:68vh;padding:96px 28px 48px}
.hero:has(.hero-glow2) h1{font-size:clamp(34px,4.6vw,56px);line-height:1.05;margin-bottom:18px}
.hero:has(.hero-glow2) .eyebrow{margin-bottom:14px}
.hero:has(.hero-glow2) .hero-sub{margin:0 auto 14px;line-height:1.55}
.hero:has(.hero-glow2) .hero-body{margin:0 auto 22px;line-height:1.6}
.hero:has(.hero-glow2) .btn-row{margin-bottom:22px}

/* ---------- GRID + CARDS ---------- */
.grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:linear-gradient(160deg,var(--navy2),var(--navy));border:1px solid rgba(255,255,255,0.07);border-radius:16px;padding:26px;transition:all .25s}
.card:hover{border-color:rgba(37,99,235,0.35);transform:translateY(-3px)}
.card h3{font-size:17px;font-weight:800;color:#fff;margin-bottom:8px;letter-spacing:-.01em}
.card p{font-size:14px;color:rgba(255,255,255,0.5);line-height:1.6}
.card .q{font-size:12px;font-weight:600;color:rgba(255,255,255,0.4);font-family:var(--mono);margin-bottom:12px;letter-spacing:.01em}
.card .ico{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px;background:rgba(37,99,235,0.12);border:1px solid rgba(37,99,235,0.22)}
.verb{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#60a5fa;margin-bottom:10px}
.start-here{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);background:rgba(13,148,136,0.12);border:1px solid rgba(13,148,136,0.3);border-radius:6px;padding:3px 8px;margin-left:8px}

/* disposition badges */
.badge{display:inline-block;border-radius:6px;padding:3px 9px;font-size:11px;font-weight:800;letter-spacing:.04em;color:#fff}
.b-keep{background:var(--green)}.b-scale{background:var(--blue)}.b-monitor{background:var(--amber);color:#1a1305}
.b-review{background:var(--orange)}.b-retire{background:var(--red)}

/* offer cards */
.offer{position:relative;display:flex;flex-direction:column}
.offer .tag{font-size:11px;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.offer ul{list-style:none;margin:14px 0 20px}
.offer li{font-size:13px;color:rgba(255,255,255,0.55);padding:5px 0 5px 20px;position:relative}
.offer li:before{content:"→";position:absolute;left:0;color:var(--blue)}
.offer .btn-blue,.offer .btn-ghost{margin-top:auto;justify-content:center}

/* proof / sample assets */
.proof-card{display:flex;flex-direction:column;gap:6px}
.proof-card .ph{font-size:11px;font-weight:700;color:rgba(255,255,255,0.35);text-transform:uppercase;letter-spacing:.06em}
.dl-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.dl{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:#cdd9ea;text-decoration:none;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:9px 13px;transition:all .2s}
.dl:hover{border-color:var(--blue);color:#fff}

/* tables */
.tbl{width:100%;border-collapse:collapse;font-size:13px;margin-top:8px}
.tbl th,.tbl td{border:1px solid rgba(255,255,255,0.08);padding:9px 11px;text-align:left;color:rgba(255,255,255,0.65)}
.tbl th{background:rgba(255,255,255,0.04);color:#fff;font-weight:700;font-size:12px}
.tbl td.num{text-align:right;font-variant-numeric:tabular-nums}

/* role lanes / list */
.lane{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.06)}
.lane:last-child{border-bottom:none}
.lane .who{min-width:200px;font-weight:800;color:#fff;font-size:14px}
.lane .what{font-size:14px;color:rgba(255,255,255,0.5)}
.lane .who small{display:block;font-weight:600;color:var(--teal);font-size:11px;letter-spacing:.04em;text-transform:uppercase;margin-top:3px}

/* note / disclaimer */
.note{background:rgba(37,99,235,0.06);border-left:3px solid var(--blue);border-radius:6px;padding:12px 16px;font-size:13px;color:rgba(255,255,255,0.6);margin-top:18px}

/* CTA band */
.cta-band{text-align:center;background:linear-gradient(160deg,#0a1530,#060a16);border:1px solid rgba(37,99,235,0.2);border-radius:22px;padding:54px 28px;margin:0 auto;max-width:1000px}

/* trust band */
.trust-band{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:10px}
.trust-pill{font-size:12px;font-weight:600;color:rgba(255,255,255,0.55);background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:8px;padding:9px 15px}

/* ---------- FOOTER (reused from product-io) ---------- */
footer{background:#030509;border-top:1px solid rgba(255,255,255,0.04);padding:72px 28px 28px}
.footer-inner{max-width:1280px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:48px}
.footer-brand-name{font-size:14px;font-weight:800;color:#fff;margin-bottom:4px}
.footer-brand-sub{font-size:11px;font-weight:500;color:rgba(255,255,255,0.28);letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px}
.footer-brand-desc{font-size:13px;color:rgba(255,255,255,0.3);line-height:1.65;margin-bottom:18px}
.footer-trust{font-size:11px;color:rgba(255,255,255,0.28);line-height:1.6}
.footer-col h4{font-size:11px;font-weight:700;color:rgba(255,255,255,0.38);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}
.footer-col a{display:block;color:rgba(255,255,255,0.4);text-decoration:none;font-size:13px;margin-bottom:9px;transition:color .2s}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.05);padding-top:18px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
.footer-bottom-left{font-size:11px;color:rgba(255,255,255,0.25);max-width:760px;line-height:1.6}
.footer-bottom-right{display:flex;gap:14px}
.footer-bottom-right a{font-size:11px;color:rgba(255,255,255,0.3);text-decoration:none}
.footer-bottom-right a:hover{color:#fff}

/* ---------- RESPONSIVE ---------- */
@media(max-width:900px){
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
  .nav-links{display:none;position:absolute;top:66px;left:0;right:0;flex-direction:column;align-items:stretch;background:rgba(4,6,14,0.98);padding:14px 20px;gap:4px;border-bottom:1px solid rgba(255,255,255,0.08)}
  .nav-links.nav-open{display:flex}
  .nav-mobile-toggle{display:block}
  .lane{flex-direction:column;gap:4px}.lane .who{min-width:0}
}
@media(max-width:560px){.footer-top{grid-template-columns:1fr}.section{padding:64px 20px}}

/* ---------- LEAD FORM (Contact) ---------- */
.lead-form{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.lead-form .form-row{display:flex;gap:14px}
.lead-form label{flex:1;display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600;color:rgba(255,255,255,0.55);text-align:left}
.lead-form input,.lead-form textarea{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.12);border-radius:9px;padding:11px 13px;color:#fff;font-family:inherit;font-size:14px}
.lead-form input:focus,.lead-form textarea:focus{outline:none;border-color:var(--blue)}
@media(max-width:560px){.lead-form .form-row{flex-direction:column}}

/* ---------- LEGAL / COMPANY CONTENT PAGES ---------- */
.legal{max-width:860px;margin:0 auto}
.legal .updated{font-size:12px;color:rgba(255,255,255,0.4);margin-bottom:18px}
.legal .toc{background:linear-gradient(160deg,var(--navy2),var(--navy));border:1px solid rgba(255,255,255,0.07);border-radius:14px;padding:18px 22px;margin-bottom:28px}
.legal .toc h4{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,0.4);margin-bottom:10px}
.legal .toc a{display:inline-block;font-size:13px;color:#9db4d6;text-decoration:none;margin:3px 14px 3px 0}
.legal .toc a:hover{color:#fff}
.legal h2{font-size:20px;color:#fff;font-weight:800;margin:30px 0 10px;letter-spacing:-.01em;scroll-margin-top:90px}
.legal h3{font-size:15px;color:#cdd9ea;font-weight:700;margin:18px 0 8px}
.legal p,.legal li{font-size:14.5px;color:rgba(255,255,255,0.62);line-height:1.7}
.legal ul{margin:8px 0 10px 20px}
.legal li{margin-bottom:6px}
.legal a{color:#9db4d6}

/* ---------- AVAILABILITY BADGES ---------- */
.cap{display:inline-block;font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-radius:6px;padding:2px 7px;margin-left:8px;vertical-align:middle;white-space:nowrap}
.cap-today{color:#7ee2b8;background:rgba(16,185,129,0.14);border:1px solid rgba(16,185,129,0.35)}
.cap-dp{color:#5eead4;background:rgba(13,148,136,0.14);border:1px solid rgba(13,148,136,0.35)}
.cap-roadmap{color:#93b4f5;background:rgba(37,99,235,0.14);border:1px solid rgba(37,99,235,0.35)}
.cap-soon{color:#f5c97a;background:rgba(245,158,11,0.14);border:1px solid rgba(245,158,11,0.35)}
.avail-note{font-size:12px;color:rgba(255,255,255,0.42);max-width:860px;margin:20px auto 0;text-align:center;line-height:1.6}
.avail-key{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:10px}
