:root{
  --bg:#0b0b0d;
  --panel:#111114;
  --text:#f5f5f7;
  --muted:#b9b9c2;
  --line:#24242a;
  --gold:#c9a227;
  --gold2:#f2d36b;
  --shadow: 0 10px 30px rgba(0,0,0,.45);
  --radius:16px;
  --max:1100px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  background: radial-gradient(1200px 700px at 20% -10%, rgba(201,162,39,.20), transparent 55%),
              radial-gradient(1000px 600px at 90% 10%, rgba(242,211,107,.12), transparent 60%),
              linear-gradient(180deg, #070708 0%, #0b0b0d 55%, #09090b 100%);
  color:var(--text);
  line-height:1.5;
}
a{color:inherit; text-decoration:none}
.wrap{max-width:var(--max); margin:0 auto; padding:0 20px}
.top{
  position:sticky; top:0; z-index:10;
  backdrop-filter: blur(10px);
  background: rgba(11,11,13,.65);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.row{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:12px;
}
.brand{display:flex; align-items:center; gap:12px; font-weight:800; letter-spacing:.3px}
.brand img{height:34px; width:auto; display:block}
.brand a{font-weight:900}
.nav{display:flex; gap:18px; align-items:center; color:var(--muted); font-size:14px}
.nav a:hover{color:var(--text)}
.cta-mini{
  padding:10px 14px; border-radius:12px;
  border:1px solid rgba(201,162,39,.35);
  background: rgba(201,162,39,.10);
  font-weight:700;
}
.cta-mini:hover{background: rgba(201,162,39,.16)}
.hero{padding:64px 0 24px}
.hero-grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:28px; align-items:start}
@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.nav{display:none}}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color:var(--muted); font-size:13px; margin-bottom:16px;
}
.dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(201,162,39,.12)}
h1{margin:0 0 12px; font-size:44px; letter-spacing:-.6px; line-height:1.1}
@media (max-width:520px){h1{font-size:36px}}
.sub{margin:0 0 22px; color:var(--muted); font-size:17px; max-width:60ch}
.btns{display:flex; gap:12px; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px; border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  font-weight:800; min-width:170px;
}
.btn:hover{background: rgba(255,255,255,.07)}
.btn.primary{
  border:1px solid rgba(201,162,39,.45);
  background: linear-gradient(135deg, rgba(201,162,39,.22), rgba(242,211,107,.10));
}
.btn.primary:hover{background: linear-gradient(135deg, rgba(201,162,39,.30), rgba(242,211,107,.12))}
.card{
  background: rgba(17,17,20,.72);
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.pad{padding:18px}
.stat{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px; border-radius:14px;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  margin-bottom:12px;
}
.stat b{font-size:14px}
.stat span{color:var(--muted); font-size:13px}
.badge{
  font-size:12px; font-weight:900;
  padding:7px 10px; border-radius:999px;
  border:1px solid rgba(201,162,39,.45);
  background: rgba(201,162,39,.12);
  color:var(--gold2);
  text-transform:uppercase;
}
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:14px}
@media (max-width:900px){.grid3{grid-template-columns:1fr}}
section{padding:22px 0}
.section-title{display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; margin:8px 0 14px}
.section-title h2{margin:0; font-size:18px}
.section-title p{margin:0; color:var(--muted); font-size:14px; max-width:70ch}
.box{
  padding:18px; border-radius: var(--radius);
  background: rgba(17,17,20,.60);
  border:1px solid rgba(255,255,255,.08);
}
.box h3{margin:0 0 8px; font-size:15px}
.box p{margin:0; color:var(--muted); font-size:14px}
.strip{
  margin-top:12px;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:18px; border-radius: var(--radius);
  border:1px solid rgba(201,162,39,.30);
  background: linear-gradient(135deg, rgba(201,162,39,.14), rgba(255,255,255,.03));
  flex-wrap:wrap;
}
.strip b{font-size:16px}
.strip small{display:block; color:var(--muted); margin-top:4px}
.mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}
.page{padding:34px 0}
.page h1{font-size:34px}
.page p{color:var(--muted); max-width:80ch}
ul{color:var(--muted); max-width:85ch}
footer{
  padding:26px 0 36px;
  border-top:1px solid rgba(255,255,255,.06);
  margin-top:26px;
  color:var(--muted); font-size:13px;
}
.foot{display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap}
.small{font-size:13px;color:var(--muted)}
