:root{
  --bg-app:#EEF2F6;
  --panel-bg:#FFFFFF;
  --border:#C9D4E2;
  --text:#111827;
  --text-muted:#6B7280;
  --header:#3E6F92;
  --accent:#2F6FED;
  --accent-soft:#E3ECFF;

  --bg-dark:#0B0F14;
  --bg-darker:#070A0E;
  --card:#0F1722;
  --card-2:#0C131D;
  --line:rgba(255,255,255,.10);
  --soft:rgba(255,255,255,.72);
  --muted:rgba(255,255,255,.56);
  --shadow:0 18px 60px rgba(0,0,0,.45);
  --radius:18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Inter Tight",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;
  color:var(--text);
  background:var(--bg-app);
}

a{color:inherit;text-decoration:none}
.muted{color:var(--muted)}
.w-100{width:100%}

/* ==========================
   Site (Landing)
========================== */
body.site{
  background:radial-gradient(1200px 700px at 20% -10%, rgba(47,111,237,.35), transparent 60%),
             radial-gradient(900px 600px at 90% 10%, rgba(62,111,146,.28), transparent 55%),
             linear-gradient(180deg, var(--bg-darker), var(--bg-dark));
  color:#fff;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:saturate(140%) blur(8px);
  background:rgba(7,10,14,.35);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.site-header.scrolled{
  background:rgba(7,10,14,.70);
  border-bottom:1px solid rgba(255,255,255,.10);
}

.nav{
  max-width:1200px;
  margin:0 auto;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:650;
  letter-spacing:-.02em;
}
.brand-mark{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(47,111,237,.95), rgba(62,111,146,.85));
  box-shadow:0 10px 30px rgba(47,111,237,.28);
  font-size:14px;
}
.brand-text{font-size:16px;color:var(--soft)}
.brand-footer .brand-text{color:rgba(255,255,255,.85)}

.nav-links{
  display:flex;
  align-items:center;
  gap:14px;
}
.nav-links a{
  color:rgba(255,255,255,.80);
  font-weight:520;
  font-size:14px;
  padding:10px 10px;
  border-radius:999px;
}
.nav-links a:hover{color:#fff;background:rgba(255,255,255,.06)}

.nav-toggle{
  display:none;
  width:42px;height:42px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  cursor:pointer;
}
.nav-toggle span{
  display:block;
  width:18px;height:2px;
  background:rgba(255,255,255,.85);
  margin:4px auto;
  border-radius:2px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  padding:10px 14px;
  font-weight:650;
  font-size:14px;
  border:1px solid transparent;
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg, rgba(47,111,237,.95), rgba(62,111,146,.85));
  color:#fff;
  box-shadow:0 14px 40px rgba(47,111,237,.22);
}
.btn-primary:hover{box-shadow:0 18px 50px rgba(47,111,237,.28)}
.btn-ghost{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
}
.btn-ghost:hover{background:rgba(255,255,255,.08)}

.hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 24px;
}
.hero-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 18px;
  display:grid;
  grid-template-columns:1.25fr .95fr;
  gap:22px;
  align-items:center;
}
.hero-copy h1{
  margin:16px 0 10px;
  font-size:52px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.hero-sub{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.55;
  max-width:56ch;
}
.badge-row{display:flex;flex-wrap:wrap;gap:8px}
.badge{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:7px 10px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.88);
  font-size:12px;
  font-weight:650;
}
.badge-soft{
  background:rgba(47,111,237,.12);
  border-color:rgba(47,111,237,.22);
}

.hero-cta{display:flex;gap:10px;margin:18px 0 10px;flex-wrap:wrap}

.hero-metrics{
  display:flex;
  gap:16px;
  margin-top:16px;
  flex-wrap:wrap;
}
.metric{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:12px 14px;
  min-width:170px;
}
.metric-num{
  font-weight:750;
  letter-spacing:-.02em;
}
.metric-label{
  margin-top:4px;
  color:rgba(255,255,255,.62);
  font-size:13px;
}

.hero-panel{display:flex;justify-content:flex-end}
.panel-card{
  width:100%;
  max-width:420px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(15,23,34,.92), rgba(12,19,29,.92));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.panel-top{
  display:flex;
  align-items:center;
  gap:8px;
  padding:14px 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.panel-dot{
  width:10px;height:10px;border-radius:50%;
  background:rgba(255,255,255,.20);
}
.panel-title{margin-left:6px;color:rgba(255,255,255,.78);font-weight:650;font-size:13px}
.panel-body{padding:16px 16px 18px}
.panel-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:10px 0;
  border-bottom:1px dashed rgba(255,255,255,.10);
  color:rgba(255,255,255,.68);
  font-size:13px;
}
.panel-row:last-of-type{border-bottom:none}
.panel-strong{color:#fff;font-weight:650}
.panel-accent{color:#A7C4FF}

.spark{display:flex;gap:6px;align-items:flex-end;height:74px;margin:14px 0 6px}
.spark-bar{
  width:8px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(47,111,237,.95), rgba(62,111,146,.75));
  opacity:.85;
}
.panel-foot{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.pill{
  font-size:12px;
  color:rgba(255,255,255,.78);
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
}

.hero-glow{
  position:absolute;
  inset:auto -20% -40% -20%;
  height:520px;
  background:radial-gradient(closest-side, rgba(47,111,237,.25), transparent 70%);
  filter:blur(18px);
  pointer-events:none;
}

.section{padding:56px 0}
.section-alt{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section-inner{max-width:1200px;margin:0 auto;padding:0 18px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}
.section-head h2{margin:0;font-size:28px;letter-spacing:-.03em}
.section-head p{margin:0;color:rgba(255,255,255,.64);max-width:60ch}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}

.card{
  border-radius:22px;
  background:rgba(15,23,34,.70);
  border:1px solid rgba(255,255,255,.10);
  padding:18px;
  box-shadow:0 12px 40px rgba(0,0,0,.25);
}
.card-muted{background:rgba(12,19,29,.60)}
.card-highlight{
  border-color:rgba(47,111,237,.30);
  box-shadow:0 18px 60px rgba(47,111,237,.16);
}
.card-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-weight:750;
  letter-spacing:-.02em;
  margin-bottom:12px;
}
.list{margin:0;padding-left:18px;color:rgba(255,255,255,.70);line-height:1.6}
.list li{margin:6px 0}
.card-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}

.status{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.80);
  font-weight:700;
}
.status-live{
  border-color:rgba(70, 255, 170, .25);
  background:rgba(70,255,170,.08);
}
.status-soon{
  border-color:rgba(255, 210, 120, .25);
  background:rgba(255,210,120,.08);
}

.price{
  font-size:36px;
  font-weight:800;
  letter-spacing:-.04em;
  margin:6px 0 10px;
}
.price span{font-size:14px;color:rgba(255,255,255,.60);font-weight:650}

.waitlist{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:12px}
.input{
  flex:1 1 220px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#fff;
  outline:none;
}
.input::placeholder{color:rgba(255,255,255,.45)}
.form-note{width:100%;color:rgba(255,255,255,.68);font-size:13px;margin-top:6px}

.faq details{
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:12px 14px;
  background:rgba(255,255,255,.03);
  margin-bottom:10px;
}
.faq summary{
  cursor:pointer;
  font-weight:750;
  color:rgba(255,255,255,.88);
}
.details-body{margin-top:10px;color:rgba(255,255,255,.68);line-height:1.6}

.footer{
  border-top:1px solid rgba(255,255,255,.08);
  padding:28px 0 18px;
}
.footer-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 18px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  align-items:flex-start;
}
.footer-right{display:flex;gap:12px;flex-wrap:wrap}
.footer-right a{color:rgba(255,255,255,.70);padding:8px 10px;border-radius:999px}
.footer-right a:hover{background:rgba(255,255,255,.06);color:#fff}
.footer-bottom{
  max-width:1200px;
  margin:14px auto 0;
  padding:0 18px;
  color:rgba(255,255,255,.45);
  font-size:12px;
}

/* Mobile nav */
@media (max-width: 900px){
  .hero-inner{grid-template-columns:1fr;gap:14px}
  .hero-copy h1{font-size:42px}
  .hero-panel{justify-content:flex-start}
  .grid-2{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center}
  .nav-links{
    position:fixed;
    inset:64px 14px auto 14px;
    background:rgba(7,10,14,.92);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:12px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    box-shadow:var(--shadow);
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:12px 12px}
}

/* ==========================
   Login (existing)
========================== */
.login-box{
  background:var(--panel-bg);
  border:1px solid var(--border);
  border-radius:16px;
  width:min(420px, calc(100% - 32px));
  margin:60px auto;
  padding:28px 28px 24px;
  box-shadow:0 10px 30px rgba(17,24,39,.08);
  color:var(--text);
  position:relative;
}
.back-link{
  position:absolute;
  top:14px;
  left:16px;
  font-size:13px;
  color:var(--text-muted);
}
.back-link:hover{color:var(--text)}
.logo-box{
  width:56px;
  height:56px;
  border-radius:18px;
  background:linear-gradient(135deg, var(--accent), var(--header));
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:800;
  letter-spacing:-.04em;
  margin:0 auto 10px;
  box-shadow:0 12px 30px rgba(47,111,237,.22);
}
h1{margin:8px 0 6px;text-align:center;letter-spacing:-.03em}
.subtitle{margin:0 0 18px;text-align:center;color:var(--text-muted)}
.form-row{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
label{font-size:13px;color:var(--text-muted)}
input[type="text"],input[type="password"]{
  border:1px solid var(--border);
  border-radius:12px;
  padding:12px 12px;
  font-size:14px;
  outline:none;
}
input[type="text"]:focus,input[type="password"]:focus{
  border-color:rgba(47,111,237,.55);
  box-shadow:0 0 0 3px rgba(47,111,237,.12);
}
.login-btn{
  width:100%;
  border:none;
  border-radius:999px;
  padding:12px 14px;
  font-weight:800;
  letter-spacing:-.02em;
  background:linear-gradient(135deg, var(--accent), var(--header));
  color:#fff;
  cursor:pointer;
}
.login-btn:hover{filter:brightness(1.02)}
.error-msg{margin-top:12px;color:#B91C1C;font-size:13px;text-align:center}
