*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#050510;
  color:white;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at 50% 0%,rgba(168,85,247,.22),transparent 34%),
    radial-gradient(circle at 90% 18%,rgba(56,189,248,.14),transparent 30%),
    linear-gradient(180deg,#050510,#09091a 45%,#050510);
  z-index:-1;
}
a{text-decoration:none;color:inherit}

.topbar{
  height:86px;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(5,5,16,.88);
  backdrop-filter:blur(22px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand{
  display:flex;
  align-items:center;
  gap:15px;
  font-weight:900;
  letter-spacing:7px;
  font-size:25px;
}
.brand img{
  width:58px;
  height:58px;
  object-fit:contain;
}
.menu{
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:white;
  font-size:30px;
  line-height:1;
}

main{
  padding:0 26px 56px;
}

.hero{
  min-height:calc(100vh - 86px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  padding:36px 0 34px;
}
.hero h1{
  font-size:54px;
  line-height:.95;
  letter-spacing:-4px;
  margin:0 0 24px;
}
.hero h1 span{
  background:linear-gradient(90deg,#8b5cf6,#ec4899,#38bdf8);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero p{
  color:#c9c4d8;
  font-size:20px;
  line-height:1.55;
  margin:0 0 34px;
}
.btn{
  height:62px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:18px;
  background:linear-gradient(135deg,#7c3aed,#c084fc);
  box-shadow:0 18px 60px rgba(124,58,237,.42);
}

.shot,
.feature,
.cta{
  margin:34px 0;
}
.shot img,
.feature img{
  width:100%;
  display:block;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 26px 90px rgba(0,0,0,.58),0 0 70px rgba(168,85,247,.14);
}

.feature{
  padding:30px 0 12px;
}
.feature h2{
  font-size:40px;
  line-height:1.05;
  letter-spacing:-2px;
  margin:0 0 16px;
}
.feature p{
  color:#c9c4d8;
  font-size:19px;
  line-height:1.55;
  margin:0 0 24px;
}

.cta{
  text-align:center;
  padding:36px 26px;
  border-radius:32px;
  background:linear-gradient(135deg,rgba(168,85,247,.16),rgba(56,189,248,.06));
  border:1px solid rgba(255,255,255,.12);
}
.cta img{
  width:72px;
  height:72px;
  object-fit:contain;
  margin-bottom:18px;
}
.cta h2{
  font-size:34px;
  line-height:1.1;
  margin:0 0 14px;
}
.cta p{
  color:#c9c4d8;
  font-size:18px;
  line-height:1.55;
  margin:0 0 24px;
}

@media(max-width:430px){
  main{padding:0 20px 48px}
  .topbar{padding:0 22px}
  .brand{font-size:22px;letter-spacing:6px}
  .brand img{width:52px;height:52px}
  .hero h1{font-size:46px}
  .hero p{font-size:18px}
  .feature h2{font-size:35px}
  .feature p{font-size:17px}
}

/* Final mobile polish */
.hero{
  min-height:78vh!important;
  padding-top:70px!important;
  padding-bottom:24px!important;
}

.hero h1{
  margin-bottom:22px!important;
}

.hero p{
  margin-bottom:28px!important;
}

.shot{
  margin-top:0!important;
  margin-bottom:56px!important;
}

.shot img{
  width:100%!important;
  max-width:430px!important;
  margin:0 auto!important;
  display:block!important;
  border-radius:26px!important;
}

.feature{
  margin:72px 0!important;
}

.feature img{
  width:100%!important;
  max-width:430px!important;
  margin:0 auto!important;
  display:block!important;
  border-radius:24px!important;
}

.menu{
  width:56px!important;
  height:56px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.055)!important;
  backdrop-filter:blur(20px)!important;
}

@media(max-width:430px){
  .hero{
    min-height:74vh!important;
    padding-top:56px!important;
  }

  .hero h1{
    font-size:44px!important;
  }

  .shot{
    margin-top:-6px!important;
  }
}

/* Final hero spacing + screenshot polish */
.topbar{
  height:84px!important;
  padding:0 24px!important;
}

.brand img{
  width:52px!important;
  height:52px!important;
}

.brand{
  font-size:24px!important;
}

.menu{
  width:52px!important;
  height:52px!important;
}

.hero{
  min-height:auto!important;
  padding-top:92px!important;
  padding-bottom:18px!important;
}

.hero h1{
  font-size:48px!important;
  line-height:.94!important;
  margin-bottom:20px!important;
}

.hero p{
  font-size:19px!important;
  line-height:1.5!important;
  margin-bottom:26px!important;
}

.btn{
  height:58px!important;
  border-radius:18px!important;
}

.shot{
  margin-top:12px!important;
  margin-bottom:64px!important;
}

.shot img{
  filter:brightness(1.16) contrast(1.05)!important;
  box-shadow:0 0 46px rgba(168,85,247,.24),0 24px 80px rgba(0,0,0,.55)!important;
}

.feature{
  margin:64px 0!important;
}

.feature img{
  filter:brightness(1.12) contrast(1.04)!important;
}

@media(max-width:430px){
  .hero{
    padding-top:80px!important;
  }

  .hero h1{
    font-size:43px!important;
  }

  .hero p{
    font-size:17px!important;
  }
}

/* More breathing room after hero screenshot */
.shot{
  margin-bottom:100px!important;
}

.feature:first-of-type{
  padding-top:30px!important;
}

/* Slightly smaller first feature title so it doesn't hide behind Safari bar */
.feature h2{
  font-size:36px!important;
}

@media(max-width:430px){
  .shot{
    margin-bottom:110px!important;
  }

  .feature:first-of-type{
    padding-top:38px!important;
  }
}
