:root{
  --bg:#0b1220; --bg2:#0f1a33;
  --text:#e9eefc; --muted:rgba(233,238,252,.72);
  --card:rgba(255,255,255,.08); --card2:rgba(255,255,255,.06);
  --border:rgba(255,255,255,.14); --dim:rgba(233,238,252,.14);
  --primary:#7c5cff; --primary2:#38bdf8;
  --radius:20px; --shadow:0 18px 60px rgba(0,0,0,.35);
  --max:1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: linear-gradient(180deg, var(--bg), var(--bg2));
  color:var(--text);
}
a{color:inherit}
.wrap{width:min(var(--max), calc(100% - 36px)); margin:0 auto}

/* Nav */
.nav{
  position:sticky; top:0; z-index:50;
  background: rgba(11,18,32,.75);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none; font-weight:800; letter-spacing:-.2px}
.mark{width:34px; height:34px; border-radius:10px; background: linear-gradient(135deg, var(--primary), var(--primary2)); box-shadow: 0 10px 30px rgba(124,92,255,.18); position:relative}
.mark:after{content:""; position:absolute; inset:9px; border-radius:8px; background: rgba(6,16,34,.25); border:1px solid rgba(255,255,255,.18)}
.navlinks{display:none; gap:18px; color:var(--muted); font-size:14px}
.navlinks a{text-decoration:none; border-bottom:1px solid transparent; padding-bottom:2px}
.navlinks a:hover{border-bottom-color: rgba(233,238,252,.35)}

.btn{display:inline-flex; align-items:center; justify-content:center; height:42px; padding:0 14px; border-radius:999px; text-decoration:none; font-weight:650; letter-spacing:.2px; border:1px solid transparent; transition: transform .08s ease, background .2s ease, border-color .2s ease, filter .2s ease; user-select:none; white-space:nowrap}
.btn:active{transform:translateY(1px)}
.btn--primary{background: linear-gradient(135deg, var(--primary), var(--primary2)); color:#061022; box-shadow: 0 10px 30px rgba(124,92,255,.22)}
.btn--primary:hover{filter:brightness(1.03)}
.btn--ghost{background: rgba(255,255,255,.04); border-color: var(--dim); color: var(--text)}
.btn--ghost:hover{background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.20)}
.btnrow{display:flex; gap:10px; align-items:center}

/* Mobile menu */
.menuBtn{
  display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:999px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--dim);
  color: var(--text);
}
.menuBtn:hover{background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.20)}
.menuBtn svg{width:18px; height:18px}
.menuPanel{
  display:none;
  padding: 0 0 14px;
}
.menuPanel a{
  display:block;
  padding: 12px 0;
  text-decoration:none;
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,.08);
}
.menuPanel a:hover{color: rgba(233,238,252,.92)}
@media (min-width: 860px){
  .navlinks{display:flex;}
  .menuBtn{display:none;}
  .menuPanel{display:none !important;}
}

/* HERO */
.hero{position:relative; overflow:hidden; padding: clamp(26px, 5vw, 64px) 0; background:
  radial-gradient(1100px 650px at 18% 10%, rgba(124,92,255,.30), transparent 60%),
  radial-gradient(900px 520px at 85% 30%, rgba(56,189,248,.25), transparent 55%),
  linear-gradient(180deg, rgba(11,18,32,0), rgba(11,18,32,.15));
}
.hero__grid{display:grid; gap:22px; align-items:start}
@media (min-width: 960px){.hero__grid{grid-template-columns: 1.2fr .9fr; gap:34px; align-items:center}}
.kicker{display:inline-flex; align-items:center; gap:10px; font-size:14px; color:var(--muted); padding:8px 12px; border:1px solid var(--dim); background: rgba(255,255,255,.04); border-radius:999px}
.dot{width:10px; height:10px; border-radius:999px; background: linear-gradient(135deg, var(--primary), var(--primary2)); box-shadow: 0 0 0 4px rgba(124,92,255,.15)}

h1{margin:14px 0 8px; font-size: clamp(34px, 6vw, 60px); line-height:1.02; letter-spacing:-.8px}
.tagline{margin:0 0 12px; font-size: clamp(18px, 2.2vw, 24px); line-height:1.25; color: rgba(233,238,252,.92); font-weight:800}
.sub{margin:0 0 18px; font-size:16px; line-height:1.6; color: var(--muted); max-width: 62ch}

.proof{margin: 14px 0 0; padding:0; list-style:none; display:grid; gap:8px; color: var(--muted); font-size:14px}
.proof li{display:flex; gap:10px; align-items:center}
.proof li::before{content:"✓"; display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px; border-radius:999px; background: rgba(255,255,255,.06); border:1px solid var(--dim); color: rgba(233,238,252,.92); font-weight:900; font-size:12px; flex: 0 0 auto}

/* Cards */
.card{background: linear-gradient(180deg, var(--card), var(--card2)); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; backdrop-filter: blur(10px)}
.cardtop{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; padding-bottom:14px; border-bottom:1px solid rgba(255,255,255,.10); margin-bottom:14px}
.label{font-size:13px; color:var(--muted); margin-bottom:4px}
.title{font-size:16px; font-weight:900; letter-spacing:.2px}
.pill{font-size:12px; padding:6px 10px; border-radius:999px; border:1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: rgba(233,238,252,.90); flex:0 0 auto}
.grid{display:grid; grid-template-columns:1fr; gap:10px}
@media (min-width: 520px){ .grid{grid-template-columns: 1fr 1fr;} }
.metric{border:1px solid rgba(255,255,255,.10); background: rgba(0,0,0,.12); border-radius:14px; padding:12px}
.mname{font-size:13px; color:var(--muted); margin-bottom:6px}
.mval{font-size:15px; font-weight:900; letter-spacing:.2px}
.cardfoot{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:14px; padding-top:14px; border-top:1px solid rgba(255,255,255,.10)}
.footnote{font-size:12px; color:var(--muted)}
.link{font-size:13px; text-decoration:none; border-bottom:1px solid rgba(233,238,252,.28); padding-bottom:2px}
.link:hover{border-bottom-color: rgba(233,238,252,.55)}

/* Sections */
section{padding: clamp(34px, 5vw, 70px) 0}
.section__head{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-bottom: 16px}
h2{margin:0; font-size: clamp(22px, 3vw, 34px); letter-spacing:-.3px}
.lead{margin:8px 0 0; color:var(--muted); line-height:1.6; max-width: 70ch}

.cols{display:grid; gap:14px; grid-template-columns: 1fr; margin-top:16px}
@media (min-width: 900px){ .cols{grid-template-columns: 1fr 1fr 1fr;} }

.mini{padding:16px; border-radius: 18px; border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.04)}
.mini h3{margin:0 0 8px; font-size:16px}
.mini p{margin:0; color:var(--muted); line-height:1.6; font-size:14px}

.steps{display:grid; gap:12px; grid-template-columns: 1fr; margin-top: 18px}
@media (min-width: 900px){ .steps{grid-template-columns: 1fr 1fr;} }
.step{display:flex; gap:12px; align-items:flex-start; padding:16px; border-radius: 18px; border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.04)}
.num{width:34px; height:34px; border-radius:12px; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14); display:flex; align-items:center; justify-content:center; font-weight:950; flex:0 0 auto}
.step h3{margin:0 0 6px; font-size:16px}
.step p{margin:0; color:var(--muted); line-height:1.6; font-size:14px}

/* CTA */
.cta{background:
  radial-gradient(900px 420px at 20% 10%, rgba(124,92,255,.22), transparent 60%),
  radial-gradient(700px 380px at 85% 30%, rgba(56,189,248,.18), transparent 55%),
  linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-top:1px solid rgba(255,255,255,.10);
  border-bottom:1px solid rgba(255,255,255,.10);
}
form{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px}

/* Form helpers */
.al-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.al-form input[type="text"],
.al-form input[type="email"]{
  flex: 1 1 240px;
  min-width: 220px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
  color: var(--text);
  padding: 0 14px;
  outline: none;
}
.al-form input[type="text"]::placeholder,
.al-form input[type="email"]::placeholder{color: rgba(233,238,252,.55);}

input::placeholder{color: rgba(233,238,252,.55)}
.fine{margin:10px 0 0; color:var(--muted); font-size:12px; line-height:1.5}

/* Simple content pages */
.page{
  padding: 34px 0 70px;
}
.content{
  max-width: 80ch;
}
.content h1{font-size: clamp(28px, 4vw, 44px)}
.content h2{margin-top: 22px; font-size: 20px}
.content p, .content li{color: var(--muted); line-height:1.75}
.content ul{padding-left: 18px}

footer{padding: 26px 0 40px; color: rgba(233,238,252,.60); font-size: 13px}
.footergrid{display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; align-items:center; border-top:1px solid rgba(255,255,255,.08); padding-top: 18px}

/* Mobile menu */
.hamburger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--text);
}
.hamburger:hover{background: rgba(255,255,255,.07)}
.hamburger svg{width:20px; height:20px}

@media (min-width: 860px){
  .hamburger{display:none}
}

.menu-overlay{
  display:none;
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.55);
  z-index:60;
}

.menu{
  position:fixed;
  top:0;
  right:0;
  height:100%;
  width:min(320px, 90vw);
  background: rgba(11,18,32,.97);
  border-left:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  z-index:70;
  transform: translateX(105%);
  transition: transform .2s ease;
  padding: 18px;
}
.menu[data-open="true"]{transform: translateX(0)}
.menu__head{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px}
.menu__title{font-weight:800; letter-spacing:-.2px}
.menu__close{border:1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); color:var(--text); border-radius:999px; height:38px; padding:0 12px; cursor:pointer}
.menu__close:hover{background: rgba(255,255,255,.07)}
.menu__links{display:grid; gap:10px; margin-top:12px}
.menu__links a{display:flex; padding:10px 12px; border-radius:12px; text-decoration:none; border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.03); color: rgba(233,238,252,.92)}
.menu__links a:hover{background: rgba(255,255,255,.06)}

/* Simple content pages (privacy/terms) */
.page-hero{padding: 34px 0 8px}
.page-hero h1{margin: 8px 0 6px; font-size: clamp(28px, 4.2vw, 44px)}
.page-hero p{margin:0; color: var(--muted); line-height:1.6}

.content{
  padding: 18px 0 50px;
}
.content .card{padding: 22px}
.content h2{margin-top: 18px}
.content h3{margin: 16px 0 8px}
.content p, .content li{color: var(--muted); line-height:1.75}
.content ul{padding-left: 18px}
