:root{
  --bg:#0b1220;
  --panel:#0f1b33;
  --text:#eaf0ff;
  --muted:#a9b7d6;
  --line: rgba(255,255,255,.10);
  --accent:#4f8cff;
  --accent2:#22c55e;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 18px;
  --max: 1120px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1000px 500px at 15% 5%, rgba(79,140,255,.20), transparent 55%),
    radial-gradient(800px 400px at 85% 15%, rgba(34,197,94,.15), transparent 60%),
    linear-gradient(180deg, #070b14 0%, #0b1220 60%, #070b14 100%);
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.95}
small{color:var(--muted)}
.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.nav{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(7,11,20,.65);
  border-bottom:1px solid var(--line);
}
.nav-inner{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px}
.logo{
  width:36px; height:36px; border-radius:12px;
  background: linear-gradient(135deg, var(--accent), rgba(79,140,255,.25));
  box-shadow: 0 10px 30px rgba(79,140,255,.25);
  display:grid; place-items:center; font-weight:800;
}
.brand b{letter-spacing:.2px}
.menu{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.menu a{color:var(--muted); font-weight:600; font-size:14px; padding:10px 10px; border-radius:12px}
.menu a.active{color:var(--text); background: rgba(255,255,255,.06)}
.menu a:hover{color:var(--text); background: rgba(255,255,255,.04)}
.cta-row{display:flex; gap:10px; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:11px 14px; border-radius:14px; font-weight:700; font-size:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
}
.btn.primary{background: linear-gradient(135deg, var(--accent), rgba(79,140,255,.6)); border-color: rgba(79,140,255,.35)}
.btn.secondary{background: rgba(255,255,255,.04)}
.btn:hover{transform: translateY(-1px); transition: .15s ease; box-shadow: 0 10px 30px rgba(0,0,0,.25)}
.hero{padding:56px 0 26px}
.badge{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px; border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--muted); font-weight:700; font-size:13px;
}
.hgrid{display:grid; grid-template-columns: 1.15fr .85fr; gap:22px; align-items:stretch; margin-top:18px}
@media(max-width:960px){ .hgrid{grid-template-columns:1fr} .menu{display:none} }
h1{font-size:44px; line-height:1.05; margin:16px 0 10px; letter-spacing:-.8px}
p.lead{color:var(--muted); font-size:18px; line-height:1.6; margin:0 0 18px}
.panel{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-left{padding:28px}
.hero-right{padding:22px}
.kpis{display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px}
.kpi{padding:14px; border-radius:16px; background: rgba(255,255,255,.04); border:1px solid var(--line)}
.kpi b{display:block; font-size:18px}
.kpi span{color:var(--muted); font-size:13px}
.section{padding:26px 0}
.section h2{margin:0 0 12px; font-size:26px; letter-spacing:-.2px}
.grid3{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:14px}
@media(max-width:960px){ .grid3{grid-template-columns:1fr} }
.card{padding:16px; border-radius:18px; background: rgba(255,255,255,.04); border:1px solid var(--line)}
.card h3{margin:4px 0 8px; font-size:16px}
.card p{margin:0; color:var(--muted); line-height:1.55; font-size:14px}
.meta{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.pill{font-size:12px; color:var(--muted); border:1px solid var(--line); background: rgba(255,255,255,.03); padding:7px 10px; border-radius:999px}
.split{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
@media(max-width:960px){ .split{grid-template-columns:1fr} }
.list{margin:8px 0 0; padding-left:18px; color:var(--muted); line-height:1.7}
.footer{padding:28px 0 36px; border-top:1px solid var(--line); margin-top:26px; color:var(--muted)}
.footer a{color:var(--muted); text-decoration:underline; text-underline-offset:3px}
.notice{padding:14px 16px; border-radius:18px; border:1px dashed rgba(255,255,255,.18); background: rgba(255,255,255,.03); color:var(--muted); font-size:14px; line-height:1.6}
.table{width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border-radius:18px; border:1px solid var(--line)}
.table th,.table td{padding:12px 12px; text-align:left; border-bottom:1px solid var(--line); vertical-align:top}
.table th{color:var(--text); background: rgba(255,255,255,.04); font-size:13px}
.table td{color:var(--muted); font-size:14px}
.table tr:last-child td{border-bottom:none}
.small{font-size:13px; color:var(--muted); line-height:1.6}
hr.sep{border:0; border-top:1px solid var(--line); margin:18px 0}