
:root{
  --bg:#0b0c10;
  --card:#11131a;
  --muted:#98a2b3;
  --text:#e6e8ee;
  --accent:#7dd3fc;
  --line:rgba(255,255,255,.10);
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 18px;
  --wrap: 1120px;
}
*{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;
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(125,211,252,.18), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(167,139,250,.12), transparent 55%),
    var(--bg);
  line-height:1.55;
}
a{color:inherit}
.wrap{max-width:var(--wrap); margin:0 auto; padding:0 20px}
.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{left:20px; top:20px; width:auto; height:auto; padding:10px 12px; background:#000; border:1px solid var(--line); border-radius:10px; z-index:9999}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(11,12,16,.55);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:40px; height:40px; border-radius:12px;
  display:grid; place-items:center;
  background: rgba(125,211,252,.18);
  border:1px solid rgba(125,211,252,.28);
  font-weight:800;
}
.brand__name{font-weight:800; letter-spacing:.2px}
.brand__tag{font-size:12px; color:var(--muted)}
.nav{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.nav a{
  text-decoration:none;
  color:rgba(230,232,238,.92);
  font-size:14px;
  padding:8px 10px;
  border-radius:10px;
}
.nav a:hover{background:rgba(255,255,255,.06)}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  border:1px solid rgba(125,211,252,.30);
  background: rgba(125,211,252,.18);
  text-decoration:none;
  font-weight:700;
  letter-spacing:.2px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.btn:hover{filter:brightness(1.05)}
.btn--ghost{
  background:transparent;
  border:1px solid var(--line);
  box-shadow:none;
}
.btn--sm{padding:9px 12px; font-size:14px}

.hero{padding:56px 0 26px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:28px;
  align-items:center;
}
.kicker{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
  margin:0 0 14px;
}
h1{font-size:42px; line-height:1.08; margin:0 0 14px}
.lead{font-size:18px; color:rgba(230,232,238,.92); max-width:60ch; margin:0 0 18px}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin:0 0 18px}
.hero__meta{display:flex; gap:10px; flex-wrap:wrap}
.pill{
  font-size:12px; color:rgba(230,232,238,.92);
  padding:6px 10px; border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.hero__media img{
  width:100%;
  height:auto;
  border-radius: var(--radius);
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  display:block;
}

.section{padding:56px 0}
.section--alt{
  background: rgba(255,255,255,.03);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
h2{font-size:28px; margin:0 0 10px}
.muted{color:var(--muted); margin:0 0 18px}
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:18px;
}
.grid2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
  margin-top:18px;
}
.card{
  background: rgba(17,19,26,.70);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 10px 35px rgba(0,0,0,.22);
}
.card h3{margin:0 0 8px}
.card p{margin:0}
.split{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  margin-top:22px;
  align-items:start;
}
.split--reverse{grid-template-columns: .9fr 1.1fr}
.media img{
  width:100%;
  height:auto;
  border-radius: var(--radius);
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  display:block;
  background:#0b0c10;
}
.list{margin:10px 0 0; padding-left:18px; color:rgba(230,232,238,.92)}
.list li{margin:8px 0}
.ctaBox{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.fine{font-size:12px; color:var(--muted); margin-top:10px}
.faq{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:12px 14px;
  background: rgba(17,19,26,.55);
}
.faq summary{cursor:pointer; font-weight:700}
.form{display:grid; gap:10px}
label{display:grid; gap:6px; font-size:14px}
input,textarea{
  width:100%;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  color: var(--text);
  outline:none;
}
input:focus,textarea:focus{border-color: rgba(125,211,252,.55)}
.footer{margin-top:26px; padding-top:18px; border-top:1px solid var(--line); display:flex; justify-content:space-between; align-items:center}

@media (max-width: 980px){
  .hero__grid, .split, .split--reverse{grid-template-columns:1fr}
  h1{font-size:34px}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .topbar__inner{align-items:flex-start}
}
