*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  height: 100%;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  background: #0a0820;
  color: #d7d2f0;
  overflow: hidden;
}

#vanta-bg { position: fixed; inset: 0; z-index: 0; }

main {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  height: 100vh; gap: 1.3rem; text-align: center; padding: 2rem;
}

.badge {
  font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: #b3a6ff; padding: 0.4rem 1.1rem; border-radius: 999px;
  background: rgba(140, 120, 255, 0.1);
  border: 1px solid rgba(140, 120, 255, 0.28);
  backdrop-filter: blur(4px);
}

.title {
  font-size: clamp(3rem, 13vw, 9.5rem); font-weight: 800;
  letter-spacing: -0.04em; line-height: 1; color: #f1eeff;
  text-shadow: 0 8px 40px rgba(90, 60, 200, 0.5);
}
.title span { color: #9d86ff; }

.subtitle {
  font-size: clamp(0.85rem, 2.2vw, 1.05rem); letter-spacing: 0.06em;
  color: #9890c0; font-weight: 300;
}

@media (prefers-reduced-motion: reduce) {
  #vanta-bg { display: none; }
  body { background: radial-gradient(ellipse at center, #241a55 0%, #0a0820 70%); }
}
