:root{
  --bg:#070A10;
  --panel:#0D1220;
  --panel2:#0A1020;
  --text:#E8EEF8;
  --muted:#A6B3CC;
  --brand:#3B82F6;
  --brand2:#0EA5E9;
  --good:#22C55E;
  --warn:#F59E0B;
  --border: rgba(148, 163, 184, .18);
  --shadow: 0 14px 36px rgba(0,0,0,.45);
  --radius: 18px;
  --max: 1120px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(900px 420px at 10% -5%, rgba(59,130,246,.35), transparent 60%),
    radial-gradient(900px 420px at 95% 0%, rgba(14,165,233,.25), transparent 55%),
    radial-gradient(1200px 600px at 50% 120%, rgba(34,197,94,.10), transparent 55%),
    linear-gradient(180deg, #050814 0%, #070A10 100%);
  color: var(--text);
  line-height: 1.55;
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:0 20px}
.nav{
  position: sticky; top:0; z-index:30;
  backdrop-filter: blur(14px);
  background: rgba(7,10,16,.55);
  border-bottom: 1px solid var(--border);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:14px}
.brand{display:flex;align-items:center;gap:12px;min-width:220px}
.brand img{width:200px;height:auto;border-radius:14px;box-shadow:0 10px 30px rgba(59,130,246,.25)
}
.brand .title{display:flex;flex-direction:column;line-height:1.1}
.brand .title strong{letter-spacing:.3px}
.brand .title span{font-size:12px;color:var(--muted)}
.nav-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.pill{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(13,18,32,.45);
}
.pill:hover{border-color: rgba(59,130,246,.45); background: rgba(13,18,32,.75)}
.cta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 14px;border-radius:999px;
  border:1px solid var(--border);
  background: rgba(13,18,32,.65);
  font-weight:700;
}
.btn.primary{
  border-color: rgba(59,130,246,.55);
  background: linear-gradient(135deg, rgba(59,130,246,.95), rgba(14,165,233,.85));
  color:#041022;
}
.btn.primary:hover{filter:brightness(1.07)}
.btn:hover{border-color: rgba(148,163,184,.35)}
.hero{padding:56px 0 30px}
.hero-grid{display:grid;grid-template-columns: 1.2fr .8fr; gap:22px; align-items:stretch}
.card{
  background: linear-gradient(180deg, rgba(13,18,32,.85), rgba(10,16,32,.65));
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card.pad{padding:22px}
.kicker{
  display:inline-flex;gap:8px;align-items:center;
  font-weight:800; letter-spacing:.25px;
  color: rgba(232,238,248,.92);
  padding:8px 10px;border-radius:999px;
  border:1px solid var(--border);
  background: rgba(13,18,32,.5);
}
.kicker .dot{
  width:10px;height:10px;border-radius:999px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 0 0 4px rgba(59,130,246,.16);
}
h1{margin:14px 0 10px;font-size:42px;line-height:1.08}
.lead{color:var(--muted);font-size:16px;margin:0 0 18px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 12px;border-radius:999px;
  border:1px solid var(--border);
  background: rgba(10,16,32,.6);
  color: rgba(232,238,248,.9);
  font-weight:700;
}
.badge small{display:block;color:var(--muted);font-weight:600}
.side{
  display:flex;flex-direction:column;gap:12px;height:100%
}
.side .stat{
  display:flex;gap:12px;align-items:flex-start;
  padding:16px;border-radius:var(--radius);
  background: rgba(13,18,32,.55);
  border:1px solid var(--border);
}
.icon{
  width:42px;height:42px;border-radius:14px;
  background: rgba(59,130,246,.15);
  border:1px solid rgba(59,130,246,.35);
  display:flex;align-items:center;justify-content:center;
  flex:0 0 auto;
}
.icon svg{width:20px;height:20px;fill: rgba(232,238,248,.95)}
.stat b{display:block;margin-bottom:2px}
.section{padding:22px 0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.tile{padding:18px;border-radius:var(--radius);border:1px solid var(--border);background: rgba(13,18,32,.55)}
.tile h3{margin:0 0 8px}
.tile p{margin:0;color:var(--muted)}
.ul{margin:10px 0 0;padding-left:18px;color:var(--muted)}
.hr{height:1px;background: var(--border); margin:20px 0}
.footer{
  padding:30px 0 40px;
  border-top:1px solid var(--border);
  color: var(--muted);
}
.footer a{color: rgba(232,238,248,.88)}
.footer .cols{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:start}
.small{font-size:13px;color:var(--muted)}
form{
  display:grid;gap:10px;margin-top:10px
}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(10,16,32,.65);
  color: var(--text);
  outline:none;
}
textarea{min-height:120px;resize:vertical}
input:focus, textarea:focus{border-color: rgba(59,130,246,.55)}
label{font-size:13px;color:var(--muted)}
.notice{
  padding:14px;border-radius:var(--radius);
  border:1px solid rgba(245,158,11,.35);
  background: rgba(245,158,11,.08);
  color: rgba(232,238,248,.9);
}
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  h1{font-size:36px}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .brand{min-width:auto}
}
