
*{
  box-sizing:border-box;
  font-family: 'Segoe UI', Tahoma, sans-serif;
}

body{
  margin:0;
  background:#05010f;
  color:#fff;
  overflow-x:hidden;
}

.glow-bg{
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, #00f6ff33, transparent 40%),
    radial-gradient(circle at 80% 60%, #ff00ff33, transparent 40%);
  z-index:-1;
}

.container{
  max-width:520px;
  margin:40px auto;
  padding:30px;
  background:#0b0820cc;
  border-radius:18px;
  box-shadow:0 0 40px #00f6ff44;
  text-align:center;
}

.badge{
  display:inline-block;
  background:#ff00ff;
  color:#000;
  padding:6px 14px;
  border-radius:20px;
  font-weight:700;
  margin-bottom:15px;
}

h1{
  font-size:2.4rem;
  margin:10px 0;
}

.neon{
  color:#00f6ff;
  text-shadow:0 0 15px #00f6ff;
}

.sub{
  opacity:.9;
  margin-bottom:25px;
}

.cta-box{
  margin:25px 0;
}

.question{
  font-weight:600;
  margin-bottom:12px;
}

.cta{
  display:block;
  text-decoration:none;
  margin:12px 0;
  padding:16px;
  border-radius:14px;
  background:linear-gradient(135deg,#00f6ff,#ff00ff);
  color:#000;
  font-weight:700;
  transition:.25s;
}

.cta:hover{
  transform:scale(1.05);
  box-shadow:0 0 20px #00f6ffaa;
}

.proof{
  font-size:.9rem;
  opacity:.85;
  margin-top:20px;
}

.timer{
  margin-top:18px;
  font-weight:700;
  color:#ff00ff;
}

footer{
  font-size:.7rem;
  opacity:.6;
  margin-top:25px;
}
