body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #05050a;
  color: white;
  text-align: center;
  overflow-x: hidden;
}

.glow-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top, #6a00ff33, transparent 60%),
              radial-gradient(circle at bottom, #00d4ff22, transparent 60%);
  z-index: -1;
}

header {
  padding: 60px 20px 20px;
}

.logo {
  font-size: 42px;
  font-weight: bold;
}

.logo span {
  color: #00d4ff;
}

.tagline {
  opacity: 0.7;
}

.hero {
  padding: 60px 20px;
}

button {
  padding: 12px 24px;
  border: none;
  background: #00d4ff;
  color: black;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 15px;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px;
}

.stats div h3 {
  font-size: 28px;
  margin: 0;
}

.vision, .roadmap, .disclaimer {
  padding: 40px 20px;
}

ul {
  list-style: none;
  padding: 0;
}

footer {
  padding: 20px;
  opacity: 0.5;
  font-size: 12px;
}
