:root{
  --bg: #0b1220;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.08);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --muted2: rgba(255,255,255,.60);
  --border: rgba(255,255,255,.12);
  --blue: #3B9BFF;
  --blue2: #0A2E70;
  --orange: #FF8A2A;
  --shadow: 0 18px 70px rgba(0,0,0,.45);
  --radius: 18px;
}

*{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, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--text);
  background:
    radial-gradient(1200px 700px at 25% 0%, rgba(59,155,255,.18), transparent 60%),
    radial-gradient(900px 600px at 85% 25%, rgba(255,138,42,.14), transparent 55%),
    linear-gradient(180deg, #070B13 0%, var(--bg) 45%, #070B13 100%);
}

a{color:inherit}
.container{max-width:1120px; margin:0 auto; padding:0 20px}
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:20px; top:14px; width:auto; height:auto; padding:10px 12px;
  background:#111827; border:1px solid var(--border); border-radius:12px; z-index:9999;
}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,11,19,.68);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none}
.brand__icon{width:28px; height:28px; border-radius:8px; box-shadow: 0 8px 22px rgba(0,0,0,.25)}
.brand__name{font-weight:800; letter-spacing:.2px}
.nav{display:flex; align-items:center; gap:16px}
.nav__link{opacity:.82; text-decoration:none; font-size:14px}
.nav__link:hover{opacity:1}
.nav__cta{
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}
.nav__cta:hover{background: rgba(255,255,255,.10)}

/* Hero */
.hero{padding:54px 0 26px}
.hero__grid{display:grid; grid-template-columns: 1.15fr .85fr; gap:34px; align-items:center}
.pill{
  display:inline-flex; align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,138,42,.14);
  border: 1px solid rgba(255,138,42,.25);
  color: rgba(255,255,255,.90);
  font-weight:700;
  font-size:13px;
}
h1{
  margin:14px 0 10px;
  font-size: clamp(32px, 4.1vw, 56px);
  line-height: 1.04;
  letter-spacing:-.8px;
}
.hero__sub{margin:0; color:var(--muted); font-size:18px; line-height:1.5; max-width:52ch}
.hero__bullets{
  margin:14px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 60ch;
}
.hero__bullets li{margin: 6px 0}
.hero__actions{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 14px;
  border-radius:14px;
  text-decoration:none;
  font-weight:800;
  border:1px solid transparent;
  box-shadow: 0 10px 34px rgba(0,0,0,.25);
}
.btn--primary{
  background: linear-gradient(180deg, #FF9B47 0%, var(--orange) 100%);
  color:#1B1208;
}
.btn--primary:hover{filter: brightness(1.03)}
.btn--secondary{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
  color: var(--text);
  box-shadow:none;
}
.btn--secondary:hover{background: rgba(255,255,255,.10)}
.btn.is-disabled{
  opacity: .55;
  cursor: not-allowed;
  pointer-events: none;
  filter: saturate(.85);
}
.microtrust{margin:12px 0 0; color: var(--muted2); font-size:13px}

/* Phone mock */
.hero__visual{position:relative}
.phone{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.phone__top{
  display:flex; gap:8px; padding:12px 14px;
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.dot{width:9px; height:9px; border-radius:50%; background: rgba(255,255,255,.22)}
.phone__screen{padding:14px}
.card{
  border-radius: 18px;
  padding:14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.card--grad{
  background: linear-gradient(135deg, rgba(59,155,255,.95) 0%, rgba(10,46,112,.95) 65%, rgba(10,46,112,.90) 100%);
  border-color: rgba(255,255,255,.18);
}
.card__kicker{font-size:12px; opacity:.9; font-weight:800; letter-spacing:.2px}
.card__amount{font-size:34px; font-weight:900; margin-top:6px}
.card__meta{font-size:12px; opacity:.85}
.stats{display:grid; grid-template-columns: repeat(3,1fr); gap:10px; margin-top:12px}
.stat{background: rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.10); border-radius:14px; padding:10px; text-align:center}
.stat__v{font-weight:900}
.stat__l{font-size:11px; opacity:.78; margin-top:2px}
.row{display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:10px}
.mini{
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:12px;
}
.mini__t{font-size:12px; opacity:.78; font-weight:800}
.mini__v{font-size:18px; font-weight:900; margin-top:8px}
.mini__s{font-size:11px; opacity:.72; margin-top:2px}
.glow{
  position:absolute; inset:auto; filter: blur(26px); opacity:.65; pointer-events:none;
}
.glow--a{width:220px; height:220px; right:-44px; top:10px; background: rgba(255,138,42,.35)}
.glow--b{width:240px; height:240px; left:-70px; bottom:-40px; background: rgba(59,155,255,.35)}

/* Sections */
section{padding:54px 0}
h2{
  margin:0 0 12px;
  font-size: clamp(24px, 2.7vw, 36px);
  letter-spacing:-.4px;
}
.sectionhead p{margin:0; color: var(--muted); max-width:72ch; line-height:1.55}

.legal h1{
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: -.6px;
}
.legal__card{
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
}
.legal__card h2{
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 18px;
}
.legal__card p{color: var(--muted); line-height: 1.65}
.legal__card li{color: var(--muted); line-height: 1.65}
.legal__card code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.demo{
  padding-top: 34px;
  padding-bottom: 34px;
}

.waitlist{
  padding-top: 34px;
  padding-bottom: 34px;
}
.waitlist__card{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:14px;
  align-items:start;
  background: linear-gradient(135deg, rgba(255,138,42,.10), rgba(59,155,255,.08));
  border:1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding:18px;
}
.waitlist__copy p{margin:0 0 12px; color: var(--muted); line-height:1.55; max-width:70ch}
.waitlist__bullets{margin:0; padding-left:18px; color: var(--muted); line-height:1.7}
.waitlist__bullets li{margin:6px 0}
.waitlist__form{
  background: rgba(0,0,0,.14);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding:14px;
}
.waitlist__row{display:flex; gap:10px; align-items:center}
.waitlist__input{
  flex:1;
  min-width: 0;
  height: 46px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: var(--text);
  outline: none;
}
.waitlist__input::placeholder{color: rgba(255,255,255,.55)}
.waitlist__input:focus-visible{
  outline: 3px solid rgba(255,255,255,.18);
  outline-offset: 2px;
}
.waitlist__btn{height:46px; white-space:nowrap}
.waitlist__fineprint{margin:10px 0 0; color: var(--muted2); font-size: 12px; line-height:1.45}
.waitlist__fineprint a{color: rgba(255,255,255,.82)}
.waitlist__fineprint a:hover{color: rgba(255,255,255,.95)}
.waitlist__fineprintlinks{white-space:nowrap; margin-left:8px}
.waitlist__success{margin:10px 0 0; font-weight:900}

.demo__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  align-items:start;
  margin-top:16px;
}
.demo__controls{
  background: rgba(255,255,255,.04);
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding:16px;
}
.toggle{
  display:grid;
  grid-template-columns: 110px 1fr;
  gap:10px;
  align-items:center;
  padding:10px 0;
}
.toggle + .toggle{border-top: 1px solid rgba(255,255,255,.08)}
.toggle__label{font-weight:900; letter-spacing:-.2px}
.seg{
  display:inline-flex;
  gap:0;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.14);
  padding:3px;
  width: fit-content;
  max-width:100%;
  overflow:auto;
}
.seg__btn{
  appearance:none;
  border:0;
  background:transparent;
  color: rgba(255,255,255,.84);
  padding:10px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
  line-height:1;
  white-space:nowrap;
}
.seg__btn:hover{background: rgba(255,255,255,.08)}
.seg__btn.is-on{
  background: rgba(255,255,255,.12);
  color:#fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
}
.seg__btn:focus-visible{
  outline: 3px solid rgba(255,255,255,.22);
  outline-offset: 2px;
}
.demo__note{
  margin:12px 0 0;
  color: var(--muted2);
  font-size:13px;
  line-height:1.45;
}
.demo__panel{
  position:relative;
  overflow:hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding:16px;
}
.demo__panel::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(600px 180px at 30% 0%, rgba(255,138,42,.18), transparent 55%),
    radial-gradient(600px 180px at 70% 100%, rgba(59,155,255,.14), transparent 55%);
  pointer-events:none;
}
.demo__card{
  position:relative;
  background: rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding:16px;
}
.demo__kicker{font-size:12px; opacity:.82; font-weight:900; letter-spacing:.2px}
.demo__big{font-size: clamp(34px, 4.4vw, 46px); font-weight:900; margin-top:6px; letter-spacing:-.6px}
.demo__sub{font-size:12px; opacity:.82; margin-top:4px}
.demo__rows{
  position:relative;
  margin-top:12px;
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
}
.demo__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px;
  background: rgba(0,0,0,.12);
  border:1px solid rgba(255,255,255,.08);
  border-radius: 16px;
}
.demo__rowlabel{font-size:12px; opacity:.78; font-weight:900}
.demo__rowvalue{font-weight:900}
.demo__accent{color: rgba(255,204,160,.98)}

.features__grid{display:grid; grid-template-columns: repeat(4, 1fr); gap:14px; margin-top:18px}
.feature{
  background: var(--panel);
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding:16px;
}
.feature__icon{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background: rgba(255,138,42,.16);
  border:1px solid rgba(255,138,42,.26);
  margin-bottom:12px;
  font-weight:900;
  letter-spacing:-.3px;
}
.feature h3{margin:0 0 8px; font-size:16px}
.feature p{margin:0; color:var(--muted); line-height:1.5}

.steps{list-style:none; padding:0; margin:18px 0 0; display:grid; grid-template-columns: repeat(3,1fr); gap:14px}
.step{
  background: var(--panel);
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding:16px;
  display:flex;
  gap:12px;
}
.step__n{
  width:34px; height:34px; border-radius:12px;
  display:grid; place-items:center;
  background: rgba(59,155,255,.18);
  border:1px solid rgba(59,155,255,.28);
  font-weight:900;
}
.step h3{margin:0 0 6px; font-size:16px}
.step p{margin:0; color:var(--muted); line-height:1.5}

.trust__grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:start}
.trust__lead{color:var(--muted); margin:0 0 12px; line-height:1.55}
.trust__list{margin:0; padding-left:18px; color:var(--muted); line-height:1.7}
.trust__list strong{color:var(--text)}
.trust__meta{margin:12px 0 0}
.trust__link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color: rgba(255,255,255,.86);
  text-decoration:none;
  font-weight:900;
  padding:10px 12px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}
.trust__link:hover{background: rgba(255,255,255,.10)}
.trust__card{
  background: rgba(255,255,255,.04);
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding:16px;
}
.trust__card h3{margin:0 0 10px}
details{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding:10px 12px;
  margin-bottom:10px;
}
summary{cursor:pointer; font-weight:800}
details p{margin:8px 0 0; color:var(--muted); line-height:1.5}

.final{padding:42px 0 60px}
.final__inner{
  display:flex; justify-content:space-between; align-items:center; gap:16px;
  background: linear-gradient(135deg, rgba(255,138,42,.16), rgba(59,155,255,.12));
  border:1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding:18px;
}
.final__copy p{margin:6px 0 0; color:var(--muted)}
.final__actions{display:flex; gap:12px; flex-wrap:wrap}

/* Footer */
.footer{
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(7,11,19,.55);
}
.footer__inner{
  display:flex; justify-content:space-between; align-items:flex-start; gap:16px;
  padding:18px 0 22px;
  flex-wrap:wrap;
}
.footer__brand{display:flex; gap:10px; align-items:center}
.footer__icon{width:32px; height:32px; border-radius:10px}
.footer__name{font-weight:900}
.footer__sub{font-size:12px; color:var(--muted2)}
.footer__end{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  min-width:0;
}
.footer__links{display:flex; flex-wrap:wrap; gap:14px; justify-content:flex-end}
.footer__links a{color:var(--muted); text-decoration:none; font-size:14px}
.footer__links a:hover{color:var(--text)}
.footer__mail{
  font-size:13px;
  color:var(--muted);
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.22);
  padding-bottom:1px;
}
.footer__mail:hover{color:var(--text); border-bottom-color:rgba(255,255,255,.45)}

/* Mobile sticky CTA */
.mobile-cta{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  background: rgba(7,11,19,.78);
  border-top: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  z-index: 60;
  display: none;
}
.mobile-cta__inner{
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr; gap:24px}
  .nav__link{display:none}
  .demo__grid{grid-template-columns:1fr}
  .waitlist__card{grid-template-columns:1fr}
  .waitlist__row{flex-direction:column; align-items:stretch}
  .features__grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}
  .trust__grid{grid-template-columns:1fr}
  .final__inner{flex-direction:column; align-items:flex-start}
  .mobile-cta{display:block}
  body{padding-bottom: 78px}
  .footer__inner{align-items:flex-start}
  .footer__end{align-items:flex-start}
  .footer__links{justify-content:flex-start}
}

@media (max-width: 520px){
  .features__grid{grid-template-columns:1fr}
  .row{grid-template-columns:1fr}
  .btn{width:100%}
  .nav__cta{padding:10px 12px}
}

