:root{
  --bg:#0a0e15;
  --bg-2:#101725;
  --bg-3:#141d2d;
  --panel:#121925;
  --panel-2:#192232;
  --line:#283446;
  --text:#edf1f6;
  --muted:#aeb8c7;
  --faint:#718094;
  --amber:#f2a900;
  --blue:#5f8fcb;
  --cyan:#4fd1c5;
  --green:#63b35d;
  --red:#e85b61;
  --paper:#0a0e15;
  --disp:"Bricolage Grotesque", serif;
  --body:"Hanken Grotesk", sans-serif;
  --mono:"JetBrains Mono", monospace;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 82% 0, rgba(242,169,0,.11), transparent 30%),
    radial-gradient(circle at 0 18%, rgba(95,143,203,.12), transparent 32%),
    var(--bg);
  color:var(--text);
  font:17px/1.58 var(--body);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(var(--max), calc(100% - 44px));margin:0 auto}
.eyebrow,.mono{font-family:var(--mono)}
.eyebrow{
  color:var(--amber);
  font-size:12px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.muted{color:var(--muted)}
.faint{color:var(--faint)}

.site-nav{
  position:sticky;
  top:0;
  z-index:40;
  border-bottom:1px solid var(--line);
  background:rgba(10,14,21,.88);
  backdrop-filter:blur(18px);
}
.nav-in{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand-logo-full{width:166px;height:auto}
.nav-links{
  display:flex;
  align-items:center;
  gap:18px;
  color:var(--muted);
  font-size:14px;
  font-weight:800;
}
.nav-links a:hover{color:var(--text)}
.locale-switcher{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 10px 0 12px;
  min-height:40px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(18,25,37,.82);
}
.locale-switcher__label{
  color:var(--faint);
  font:800 11px var(--mono);
  letter-spacing:.08em;
  text-transform:uppercase;
}
.locale-switcher__select{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--text);
  font:800 13px var(--body);
  outline:none;
  cursor:pointer;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(18,25,37,.82);
  color:var(--text);
  font-size:14px;
  font-weight:800;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover{transform:translateY(-1px);border-color:rgba(242,169,0,.65)}
.btn.primary{
  background:linear-gradient(180deg, rgba(242,169,0,.92), rgba(219,148,0,.92));
  border-color:rgba(242,169,0,.95);
  color:#151007;
}
.btn.subtle{
  background:transparent;
}

.page-hero,
.page-section{
  border-bottom:1px solid var(--line);
}
.page-hero{padding:78px 0 48px}
.page-section{padding:72px 0}
.hero-grid,
.split-grid,
.cta-grid{
  display:grid;
  gap:28px;
}
.hero-grid{grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);align-items:center}
.split-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.cta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}

h1,h2,h3{
  margin:0;
  font-family:var(--disp);
  letter-spacing:-.045em;
  line-height:1.02;
}
h1{font-size:clamp(46px, 7.6vw, 88px);margin-top:16px}
h2{font-size:clamp(32px, 5vw, 58px);margin-bottom:14px}
h3{font-size:25px}
p{margin:0}
.lede{
  max-width:760px;
  color:var(--muted);
  font-size:21px;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.trust-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}
.trust-chip{
  padding:8px 12px;
  border:1px solid rgba(95,143,203,.32);
  border-radius:999px;
  background:rgba(95,143,203,.12);
  color:#c7d9f5;
  font:700 12px var(--mono);
}

.proof-frame{
  border:1px solid var(--line);
  border-radius:20px;
  padding:16px;
  background:linear-gradient(180deg, rgba(20,29,45,.88), rgba(10,14,21,.96));
  box-shadow:0 26px 80px rgba(0,0,0,.34);
}
.proof-frame img{
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
}
.proof-caption{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:12px;
  color:var(--muted);
  font:700 12px var(--mono);
}

.live-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:1px;
  margin-top:26px;
  border:1px solid var(--line);
  background:var(--line);
}
.live-card{
  min-height:132px;
  padding:18px;
  background:var(--panel);
}
.live-card b{
  display:block;
  font:800 clamp(26px, 3.6vw, 40px)/1 var(--disp);
  letter-spacing:-.05em;
  color:var(--amber);
}
.live-card span{
  display:block;
  margin-top:10px;
  color:var(--text);
  font-weight:700;
}
.live-card small{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font:700 11px var(--mono);
}
.live-state{
  margin-top:16px;
  color:var(--faint);
  font:700 12px var(--mono);
}

.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:26px;
  margin-bottom:26px;
}
.section-head p{max-width:640px;color:var(--muted)}

.card-grid-2,
.card-grid-3,
.card-grid-4{
  display:grid;
  gap:16px;
}
.card-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}

.card,
.list-card,
.callout,
.metric-panel{
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(18,25,37,.94), rgba(12,18,29,.98));
}
.card{padding:22px}
.card strong,
.list-card strong,
.metric-panel strong{
  display:block;
  color:var(--amber);
  font:800 11px var(--mono);
  letter-spacing:.11em;
  text-transform:uppercase;
}
.card p,
.list-card p,
.callout p{color:var(--muted)}

.list-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:220px;
  padding:22px;
}
.list-card h3{margin:14px 0 10px}
.list-card .tag{
  color:#c6d5ee;
  font:700 12px var(--mono);
}
.list-card:hover{border-color:rgba(242,169,0,.55)}

.rail-list{
  display:grid;
  gap:10px;
}
.rail-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
}
.rail-item:first-child{padding-top:0;border-top:0}
.rail-item span{color:var(--muted)}
.rail-item b{font:800 12px var(--mono);color:#c8d8f4}

.bullet-list{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.bullet-item{
  padding-left:18px;
  position:relative;
  color:var(--muted);
}
.bullet-item:before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--amber);
}

.pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.pill{
  padding:9px 12px;
  border:1px solid rgba(95,143,203,.32);
  border-radius:999px;
  background:rgba(95,143,203,.1);
  color:#d5e2f6;
  font:700 12px var(--mono);
}

.metric-panel{padding:22px}
.metric-list{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.metric-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
}
.metric-row:first-child{padding-top:0;border-top:0}
.metric-row span{color:var(--muted)}
.metric-row b{font:800 13px var(--mono);color:#dce6f8}

.kpi-stack{
  display:grid;
  gap:1px;
  border:1px solid var(--line);
  background:var(--line);
}
.kpi-stack .live-card{min-height:106px}

.evidence-band{
  padding:24px;
  border:1px solid rgba(95,143,203,.35);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(45,95,154,.24), rgba(17,26,39,.92));
}
.evidence-band h3{margin:10px 0 12px}

.footer{
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  padding:30px 0 36px;
  color:var(--muted);
  font:700 12px var(--mono);
}
.footer nav{display:flex;gap:14px;flex-wrap:wrap}

@media (max-width: 1024px){
  .hero-grid{grid-template-columns:1fr}
  .live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card-grid-3,
  .split-grid,
  .cta-grid{grid-template-columns:1fr}
}

@media (max-width: 720px){
  body{font-size:16px}
  .wrap{width:min(100% - 28px, var(--max))}
  .nav-in{height:auto;padding:16px 0;align-items:flex-start}
  .nav-links{gap:10px;flex-wrap:wrap}
  .nav-links a:not(.btn){display:none}
  .locale-switcher{order:-1}
  .brand-logo-full{width:142px}
  .page-hero{padding:48px 0 34px}
  h1{font-size:42px}
  .lede{font-size:18px}
  .live-grid,
  .card-grid-4,
  .card-grid-3,
  .card-grid-2{grid-template-columns:1fr}
  .section-head{display:block}
  .hero-actions{display:grid}
  .hero-actions .btn{width:100%}
}
