
:root{
  --bg:#050812;
  --bg2:#111633;
  --panel:rgba(9,15,31,.94);
  --panel2:rgba(14,22,43,.90);
  --text:#f7f9ff;
  --muted:#bfc9e4;
  --red:#ff304b;
  --red2:#ff6074;
  --blue:#52c7ff;
  --line:rgba(255,255,255,.10);
  --line2:rgba(255,255,255,.18);
  --shadow:0 28px 70px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.68;
  background:
    radial-gradient(circle at 10% 0%,rgba(72,117,255,.16),transparent 30%),
    radial-gradient(circle at 92% 8%,rgba(255,43,72,.14),transparent 25%),
    linear-gradient(180deg,var(--bg2),var(--bg));
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}
.alert{
  padding:8px 16px;text-align:center;
  color:#dce6ff;background:rgba(255,255,255,.025);
  border-bottom:1px solid var(--line);font-size:14px;
}
header{
  position:sticky;top:0;z-index:50;
  background:rgba(4,8,18,.90);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{
  min-height:88px;
  display:grid;
  grid-template-columns:minmax(190px,250px) 1fr;
  gap:24px;
  align-items:center;
}
.brand{
  display:flex;align-items:center;font-size:0!important;color:transparent!important;
}
.brand img{
  width:185px;max-width:185px;max-height:48px;
  height:auto;object-fit:contain;object-position:left center;
}
.brand span{display:none!important}
nav{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}
nav a{
  padding:10px 13px;border-radius:999px;
  color:var(--muted);font-size:14px;font-weight:800;
  border:1px solid transparent;
}
nav a:hover{color:#fff;background:rgba(255,255,255,.055);border-color:var(--line)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 22px;border-radius:16px;
  background:linear-gradient(135deg,var(--red),var(--red2));
  color:#fff!important;font-weight:900;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 14px 30px rgba(0,0,0,.20);
  text-decoration:none!important;
}
.btn.alt{background:rgba(255,255,255,.04);border-color:var(--line2);box-shadow:none}
.crumbs{padding:14px 0;color:var(--muted);font-size:14px}
.hero{padding:30px 0 12px}
.hero-grid{display:block}
.kicker{
  display:inline-flex;align-items:center;
  min-height:36px;padding:0 13px;border-radius:999px;
  background:rgba(255,255,255,.045);border:1px solid var(--line);
  color:#dce6ff;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;
}
.hero h1{
  max-width:980px;margin:14px 0;
  font-size:clamp(42px,5.8vw,68px);
  line-height:1.02;letter-spacing:-.035em;
}
.lead{max-width:900px;color:var(--muted);font-size:clamp(17px,1.8vw,21px)}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.hero-banner{
  margin-top:26px;overflow:hidden;border-radius:28px;
  background:#070b17;border:1px solid var(--line2);
  box-shadow:var(--shadow);
}
.hero-banner img{
  width:100%;height:auto!important;aspect-ratio:1280/440;object-fit:cover;
}
main{padding:24px 0 66px}
main section{margin:0 0 18px}
.box{
  padding:27px 29px;border-radius:22px;
  background:linear-gradient(180deg,var(--panel),rgba(6,10,21,.96));
  border:1px solid var(--line);
  box-shadow:0 18px 45px rgba(0,0,0,.16);
}
.box h2{margin:0 0 14px;font-size:clamp(27px,3vw,37px);line-height:1.14}
.box h3{margin:24px 0 10px;font-size:21px;line-height:1.22}
.box p,.box li{color:var(--muted);font-size:17px}
.box p{margin:0 0 14px}
.box ul,.box ol{padding-left:22px}
.box a:not(.btn){color:#8fdcff;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(143,220,255,.35)}
.cta-inline{display:flex;justify-content:center;margin:22px 0 26px}
.cta-inline a{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 24px;border-radius:16px;
  background:linear-gradient(135deg,var(--red),var(--red2));
  color:#fff!important;font-weight:900;text-decoration:none!important;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}
footer{
  margin-top:30px;padding:34px 0 44px;
  border-top:1px solid var(--line);
  background:rgba(4,7,14,.92);color:var(--muted);
}
/* old decorative/navigation junk */
.console,.band{display:none!important}
@media(max-width:960px){
  .nav{grid-template-columns:1fr}
  nav{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding-bottom:4px}
  nav a{white-space:nowrap}
}
@media(max-width:680px){
  .wrap{width:min(100% - 20px,1180px)}
  .nav{min-height:auto;padding:14px 0}
  .brand img{width:160px;max-width:160px}
  .hero{padding-top:22px}
  .hero h1{font-size:40px}
  .lead{font-size:17px}
  .hero-banner{border-radius:20px}
  .box{padding:21px 18px;border-radius:18px}
}
