*{box-sizing:border-box}
:root{
  --bg:#05050a;
  --panel:rgba(255,255,255,.055);
  --panel2:rgba(255,255,255,.08);
  --text:#fff;
  --muted:rgba(255,255,255,.72);
  --soft:rgba(255,255,255,.12);
  --pink:#f32ca7;
  --violet:#a947f5;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}
.bg-grid{
  position:fixed;inset:0;z-index:-3;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.48;
}
.glow{position:fixed;z-index:-2;border-radius:999px;filter:blur(70px);opacity:.45}
.glow-1{width:460px;height:460px;background:#b01771;top:120px;left:-170px}
.glow-2{width:420px;height:420px;background:#3f2edb;right:-170px;top:260px}
a{color:inherit}
.site-header{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  display:flex;align-items:center;gap:14px;
  text-decoration:none;font-weight:900;font-size:1.45rem;letter-spacing:.02em;
}
.brand img{width:54px;height:54px;object-fit:contain}
nav{display:flex;align-items:center;gap:24px}
nav a{
  text-decoration:none;
  color:rgba(255,255,255,.82);
  font-weight:700;
  font-size:.96rem;
}
main{width:min(1180px,calc(100% - 40px));margin:0 auto}
.hero{
  min-height:calc(100vh - 92px);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:48px;
  padding:48px 0 70px;
}
.eyebrow{
  display:flex;align-items:center;gap:10px;
  color:#ffd7f0;
  font-weight:900;
  letter-spacing:.12em;
  font-size:.82rem;
  text-transform:uppercase;
}
.eyebrow:before{
  content:"";width:10px;height:10px;border-radius:999px;
  background:linear-gradient(135deg,var(--pink),var(--violet));
  box-shadow:0 0 18px rgba(243,44,167,.55);
}
h1,h2,h3,p{margin-top:0}
h1{
  margin:18px 0 18px;
  font-size:clamp(3.1rem,7vw,6.5rem);
  line-height:.95;
  letter-spacing:-.065em;
}
.lead{
  max-width:720px;
  color:var(--muted);
  font-size:clamp(1.12rem,2vw,1.45rem);
  line-height:1.5;
}
.download-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}
.download-actions.center{justify-content:center}
.store-btn{
  min-width:220px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:15px 20px;
  border-radius:999px;
  text-decoration:none;
  background:linear-gradient(135deg,var(--pink),var(--violet));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 14px 30px rgba(169,71,245,.20);
  font-weight:900;
  font-size:1.05rem;
}
.store-btn small{
  display:block;
  font-size:.75rem;
  opacity:.8;
  font-weight:800;
  margin-bottom:2px;
}
.store-icon{
  width:36px;height:36px;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(0,0,0,.22);
  font-size:1.25rem;
}
.android{background:linear-gradient(135deg,#23242b,#3a3544)}
.privacy-strip{
  margin-top:22px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted);
  display:inline-flex;
  gap:8px;
  flex-wrap:wrap;
}
.privacy-strip a,.privacy-link{
  color:#fff;
  font-weight:900;
  text-decoration:underline;
  text-decoration-color:rgba(255,255,255,.35);
  text-underline-offset:4px;
}
.trust-points{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.trust-points div,.steps article,.check-card,.cta-card{
  background:var(--panel);
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  backdrop-filter:blur(10px);
}
.trust-points div{padding:18px}
.trust-points strong{display:block;margin-bottom:7px}
.trust-points span{color:var(--muted);font-size:.92rem}
.hero-visual{
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero-visual img{
  width:min(100%,540px);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 25px 55px rgba(0,0,0,.55));
}
.section{padding:90px 0}
.section-title{text-align:center;max-width:760px;margin:0 auto 34px}
.section-title .eyebrow{justify-content:center}
h2{
  font-size:clamp(2.2rem,4.4vw,4rem);
  line-height:1;
  letter-spacing:-.055em;
  margin:14px 0 14px;
}
.section p{color:var(--muted);font-size:1.1rem;line-height:1.65}
.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.steps article{padding:26px}
.steps span{
  display:inline-grid;place-items:center;width:42px;height:42px;border-radius:999px;
  background:linear-gradient(135deg,var(--pink),var(--violet));
  font-weight:900;margin-bottom:16px;
}
.steps h3{font-size:1.28rem;margin-bottom:10px}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  align-items:center;
}
.check-card{padding:22px}
.check-card div{
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.90);
  font-weight:800;
}
.check-card div:last-child{border-bottom:0}
.cta-card{
  text-align:center;
  padding:50px 28px;
  margin:50px 0 70px;
  background:
    radial-gradient(circle at top right,rgba(243,44,167,.22),transparent 40%),
    rgba(255,255,255,.055);
}
.cta-card p{color:var(--muted)}
.cta-card .privacy-link{display:inline-block;margin-top:22px}
footer{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:30px 0 46px;
  display:flex;gap:18px;flex-wrap:wrap;
  color:rgba(255,255,255,.62);
}
footer a{text-decoration:none;color:rgba(255,255,255,.72)}
@media(max-width:860px){
  .site-header{height:82px;width:calc(100% - 28px)}
  nav{display:none}
  .brand img{width:48px;height:48px}
  main{width:calc(100% - 28px)}
  .hero{grid-template-columns:1fr;min-height:auto;text-align:center;padding:38px 0 56px}
  .eyebrow{justify-content:center}
  .lead{margin-left:auto;margin-right:auto}
  .download-actions{justify-content:center}
  .privacy-strip{justify-content:center}
  .trust-points,.steps,.split{grid-template-columns:1fr}
  .section{padding:62px 0}
  .hero-visual img{width:min(100%,410px)}
}
@media(max-width:520px){
  .site-header{
    justify-content:center;
    height:78px;
  }
  .brand span{font-size:1.5rem}
  .brand img{width:58px;height:58px}
  h1{font-size:3.15rem}
  .store-btn{
    width:100%;
    justify-content:center;
  }
  .trust-points div,.steps article{border-radius:20px}
}

/* Android closed beta form */
.beta-grid{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap:28px;
  align-items:center;
  text-align:left;
}
.beta-copy .standalone{
  margin-top:22px;
  display:inline-flex;
}
.android-form{
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 70px rgba(0,0,0,.35);
}
.android-form h3{
  font-size:1.6rem;
  margin-bottom:10px;
}
.android-form p{
  color:var(--muted);
  line-height:1.55;
  margin-bottom:22px;
}
.android-form label{
  display:block;
  font-weight:900;
  margin:16px 0 8px;
  color:rgba(255,255,255,.9);
}
.android-form input{
  width:100%;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(0,0,0,.22);
  color:#fff;
  font-size:1rem;
  outline:none;
}
.android-form input:focus{
  border-color:rgba(243,44,167,.75);
  box-shadow:0 0 0 4px rgba(243,44,167,.10);
}
.android-form button{
  width:100%;
  margin-top:20px;
  padding:17px 20px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--pink),var(--violet));
  color:#fff;
  font-weight:950;
  font-size:1rem;
  cursor:pointer;
}
.android-form small{
  display:block;
  margin-top:16px;
  color:rgba(255,255,255,.62);
  line-height:1.5;
}
.android-form small span{
  color:rgba(255,255,255,.86);
  word-break:break-all;
}
@media(max-width:860px){
  .beta-grid{
    grid-template-columns:1fr;
    text-align:center;
  }
  .android-form{
    text-align:left;
  }
  .beta-copy .standalone{
    display:flex;
    width:100%;
  }
}
