*{box-sizing:border-box}
:root{--bg:#070810;--text:#f7f7fb;--muted:#c1c3cf;--purple:#8b4cff;--violet:#6f5cff}
html{scroll-behavior:smooth}
body{margin:0;background:#070810;color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:
radial-gradient(circle at 72% 23%,rgba(93,48,205,.16),transparent 27%),
linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
background-size:auto,52px 52px,52px 52px}
.shell{width:min(1260px,calc(100% - 48px));margin:auto}
.hero{min-height:min(760px,100vh);overflow:hidden;background:radial-gradient(circle at 70% 50%,rgba(87,42,192,.13),transparent 34%)}
header{height:104px;display:flex;align-items:center;justify-content:space-between}
.brand-logo{width:170px;height:52px;object-fit:contain;object-position:left center}
.platform-pill{border:1px solid rgba(163,103,255,.55);border-radius:999px;padding:10px 17px;color:#d9baff;font-size:12px;font-weight:600;letter-spacing:1.5px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:54px;min-height:620px;padding-bottom:30px}
.copy{padding-bottom:20px}
.eyebrow,.signup-title{margin:0;color:#a45cff;font-size:14px;font-weight:800;letter-spacing:.25px}
h1{margin:25px 0 25px;font-size:clamp(54px,5.2vw,78px);line-height:1.02;letter-spacing:-4px}
h1 span{background:linear-gradient(90deg,#8d4cff,#655cff);-webkit-background-clip:text;color:transparent}
.lead{max-width:600px;margin:0 0 43px;color:#e1e2e9;font-size:19px;line-height:1.65}
.signup{max-width:610px}
.signup-text{margin:11px 0 18px;max-width:520px;color:#d1d3dc;font-size:16px;line-height:1.55}
form{display:flex;border:1px solid rgba(135,78,232,.35);border-radius:11px;overflow:hidden;background:rgba(10,11,23,.85)}
input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:white;padding:17px 18px;font:inherit}
input::placeholder{color:#858897}
button{border:0;background:linear-gradient(90deg,#7b38ee,#6558ff);color:white;padding:0 23px;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap}
button span{margin-left:8px}.note{margin:12px 0 0;color:#9498a7;font-size:12px}
.success{display:none;margin-top:14px;border:1px solid rgba(139,76,255,.35);border-radius:10px;padding:13px 15px;background:rgba(139,76,255,.08)}
.success strong,.success span{display:block}.success span{margin-top:4px;color:#bec1cc;font-size:13px}
.visual{position:relative;height:600px;display:grid;place-items:center}
.orbit{position:absolute;border-radius:50%;pointer-events:none}
.orbit-a{width:470px;height:470px;background:radial-gradient(circle,rgba(124,58,237,.20),transparent 64%)}
.orbit-b{width:540px;height:540px;border:1px solid rgba(124,58,237,.08);box-shadow:0 0 0 60px rgba(124,58,237,.018)}
.phone{position:relative;z-index:2;width:285px;height:570px;border-radius:46px;padding:10px;background:linear-gradient(145deg,#5b5d6c,#1b1c28 25%,#090a10 68%,#565866);box-shadow:0 34px 75px rgba(0,0,0,.55),0 0 36px rgba(124,58,237,.16)}
.phone:after{content:"";position:absolute;inset:4px;border:1px solid rgba(255,255,255,.13);border-radius:43px;pointer-events:none}
.notch{position:absolute;z-index:4;top:14px;left:50%;transform:translateX(-50%);width:82px;height:23px;background:#03040a;border-radius:0 0 15px 15px}
.screen{height:100%;border-radius:37px;border:1px solid rgba(122,77,224,.20);background:radial-gradient(circle at 50% 47%,rgba(117,53,232,.12),transparent 32%),linear-gradient(#090a13,#05060b);padding:51px 20px 23px;text-align:center;display:flex;flex-direction:column;align-items:center}
.icon-glow{
  width:184px;
  height:184px;
  border-radius:44px;
  display:grid;
  place-items:center;
  margin-top:66px;
  filter:drop-shadow(0 0 26px rgba(126,62,245,.34))
}
.app-icon{
  width:164px;
  height:164px;
  border-radius:36px;
  object-fit:cover
}
.pillars{
  margin-top:auto;
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  align-items:start
}
.pillar-item{
  min-width:0;
  display:grid;
  grid-template-rows:38px 18px;
  justify-items:center;
  align-items:center
}
.pillar-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:#a65cff
}
.pillar-icon svg{
  width:24px;
  height:24px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}
.pillar-item small{
  display:block;
  width:100%;
  color:#cfd1d9;
  font-size:8px;
  line-height:18px;
  text-align:center;
  white-space:nowrap
}
.closing{padding-top:36px}
.closing-card{max-width:1040px;margin:auto;display:flex;align-items:center;gap:22px;padding:27px 34px;border:1px solid rgba(125,64,226,.25);border-radius:17px;background:radial-gradient(circle at 82% 30%,rgba(124,58,237,.15),transparent 38%),linear-gradient(135deg,rgba(18,17,36,.95),rgba(10,10,20,.96))}
.arrow{width:64px;height:64px;flex:0 0 64px;border:1px solid rgba(161,100,255,.40);border-radius:50%;display:grid;place-items:center;color:#ae73ff;font-size:26px;background:rgba(124,58,237,.10)}
.closing h2{margin:0 0 6px;font-size:28px}.closing h2 span{color:#9454ff}.closing p{margin:0;color:#c7c9d2;font-size:15px}
footer{margin-top:34px;padding:28px 0 35px;border-top:1px solid rgba(255,255,255,.055);display:flex;align-items:center;justify-content:center}
footer p{margin:0;color:#767a88;font-size:11px}
@media(max-width:900px){
.hero{min-height:auto}.shell{width:min(760px,calc(100% - 30px))}
header{height:90px}.brand-logo{width:150px}
.hero-grid{grid-template-columns:1fr;gap:20px;padding-top:25px}
h1{font-size:clamp(52px,10vw,72px)}
.visual{height:555px}.phone{width:270px;height:540px}
.closing{padding-top:24px}
}
@media(max-width:600px){
.shell{width:calc(100% - 24px)}header{height:78px}.brand-logo{width:128px}.platform-pill{font-size:9px;padding:8px 10px;letter-spacing:1px}
.hero-grid{padding-top:18px}.eyebrow{font-size:12px}h1{margin-top:20px;font-size:clamp(43px,14vw,59px);line-height:1.01;letter-spacing:-2.7px}
.lead{font-size:16px;line-height:1.55;margin-bottom:34px}.signup-title{font-size:12px}.signup-text{font-size:15px}
form{border:0;background:none;overflow:visible;display:grid;gap:9px}input,button{height:54px;border-radius:10px}input{border:1px solid rgba(135,78,232,.35);background:rgba(10,11,23,.9)}
.visual{height:510px}.phone{width:250px;height:500px;border-radius:40px}.screen{border-radius:32px;padding-top:47px}.icon-glow{width:154px;height:154px;margin-top:54px}.app-icon{width:138px;height:138px;border-radius:30px}.pillar-icon{width:32px;height:32px}.pillar-icon svg{width:22px;height:22px}.pillar-item{grid-template-rows:36px 18px}
.closing-card{padding:22px 18px;gap:16px}.arrow{width:52px;height:52px;flex-basis:52px}.closing h2{font-size:21px}.closing p{font-size:13px}
footer{justify-content:center}
}

.bot-field{
  position:absolute;
  overflow:hidden;
  clip:rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}
button:disabled{opacity:.72;cursor:wait}


/* Footer links */
.site-footer{gap:18px;flex-wrap:wrap}
.site-footer a,.legal-footer a{color:#9295a3;font-size:11px;text-decoration:none}
.site-footer a:hover,.back-link:hover,.legal-card a:hover{text-decoration:underline}

/* Privacy page */
.legal-page{min-height:100vh;padding-bottom:34px}
.legal-shell{width:min(920px,calc(100% - 48px));margin:auto}
.legal-header{height:104px;display:flex;align-items:center;justify-content:space-between}
.legal-brand{display:inline-flex;align-items:center}
.back-link{color:#b9bbc6;font-size:13px;text-decoration:none}
.legal-card{margin:26px auto 0;padding:52px 58px;border:1px solid rgba(125,64,226,.22);border-radius:18px;background:linear-gradient(145deg,rgba(18,17,36,.90),rgba(9,10,18,.96));box-shadow:0 28px 80px rgba(0,0,0,.28)}
.legal-kicker{margin:0 0 15px;color:#a45cff;font-size:12px;font-weight:800;letter-spacing:1.5px}
.legal-card h1{margin:0 0 8px;font-size:clamp(42px,6vw,64px);line-height:1.05;letter-spacing:-2.8px}
.legal-updated{margin:0 0 38px;color:#858897;font-size:13px}
.legal-card h2{margin:34px 0 10px;font-size:18px;letter-spacing:-.2px}
.legal-card p{margin:0 0 16px;color:#cfd1da;font-size:15px;line-height:1.75}
.legal-card a{color:#a973ff;text-decoration:none}
.legal-footer{padding:28px 0 0;text-align:center}
.legal-footer p{margin:0;color:#767a88;font-size:11px}
@media(max-width:600px){
  .legal-shell{width:calc(100% - 24px)}
  .legal-header{height:78px}
  .legal-card{margin-top:18px;padding:32px 22px;border-radius:15px}
  .legal-card h1{font-size:42px;letter-spacing:-2px}
  .legal-updated{margin-bottom:28px}
  .back-link{font-size:11px}
}
