* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #080915;
  color: #ffffff;
  line-height: 1.5;
}

a {
  color: inherit;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 4%, rgba(124, 58, 237, 0.40), transparent 35%),
    radial-gradient(circle at 8% 82%, rgba(236, 72, 153, 0.26), transparent 30%),
    linear-gradient(180deg, #080915 0%, #0b0d1f 100%);
}

.section {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
}

.site-header {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.logo span {
  color: #a78bfa;
}

.site-nav {
  display: flex;
  gap: 22px;
  align-items: center;
}

.site-nav a {
  text-decoration: none;
  color: #d6d8ea;
  font-weight: 800;
  font-size: 15px;
}

.nav-button {
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  color: #fff !important;
}

.hero {
  padding: 62px 0 50px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 15px;
  border: 1px solid rgba(167, 139, 250, 0.45);
  border-radius: 999px;
  color: #c4b5fd;
  background: rgba(167, 139, 250, 0.12);
  font-weight: 900;
}

.hero h1 {
  max-width: 900px;
  margin: 0 auto 24px;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.hero-subtitle {
  max-width: 740px;
  margin: 0 auto;
  color: #c7c9da;
  font-size: clamp(18px, 2.2vw, 23px);
}

.hero-buttons {
  margin: 34px 0 16px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 900;
}

.primary {
  background: linear-gradient(135deg, #ec4899, #6366f1);
  color: #fff;
}

.secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
}

.small-note {
  color: #9ca3c7;
  font-size: 14px;
}

.product-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
  margin-bottom: 74px;
}

.preview-card,
.feature-card,
.step-card,
.price-card,
.ethics,
.waitlist,
.audience,
.how,
.pricing {
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(16, 18, 40, 0.78);
  box-shadow: 0 24px 80px rgba(0,0,0,0.26);
  border-radius: 28px;
}

.preview-card {
  min-height: 330px;
  padding: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(124, 58, 237, 0.30), transparent 38%),
    rgba(16, 18, 40, 0.82);
}

.preview-label {
  color: #fb6bb7;
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 900;
  margin-bottom: 18px;
}

.preview-card h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.preview-card p,
.feature-card p,
.step-card p,
.ethics p,
.section-heading p {
  margin: 0;
  color: #c7c9da;
}

.score-box {
  margin: 22px 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  color: #c7c9da;
}

.score-box strong {
  font-size: 34px;
  color: #5eead4;
}

.mini-result,
.chat-bubble {
  padding: 15px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.chat-bubble {
  margin-top: 14px;
}

.chat-bubble.muted {
  opacity: 0.68;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 26px;
}

.section-heading h2,
.ethics h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.features,
.audience,
.how,
.pricing,
.ethics,
.waitlist {
  margin-bottom: 74px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.step-card,
.price-card {
  padding: 26px;
}

.feature-card h3,
.step-card h3,
.price-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  letter-spacing: -0.03em;
}

.audience,
.how,
.pricing,
.waitlist,
.ethics {
  padding: 34px 30px;
}

.pill-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.pill-grid span {
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.07);
  border-radius: 999px;
  color: #d6d8ea;
  font-weight: 800;
}

.step-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #7c3aed;
  font-weight: 900;
}

.price-card.featured {
  border-color: rgba(236, 72, 153, 0.48);
  background: linear-gradient(180deg, rgba(236,72,153,0.14), rgba(99,102,241,0.08));
}

.price {
  margin: 8px 0 16px;
  font-size: 30px;
  font-weight: 900;
}

.price-card ul {
  margin: 0;
  padding-left: 18px;
  color: #c7c9da;
}

.ethics {
  max-width: 920px;
}

.waitlist {
  max-width: 920px;
}

.waitlist-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
}

.waitlist-form input {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  background: #111326;
  color: #fff;
  padding: 16px;
  border-radius: 14px;
  font-size: 16px;
}

.waitlist-form button {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  color: #fff;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.form-message {
  margin-top: 14px;
  font-weight: 800;
  color: #c7c9da;
}

.form-message.success {
  color: #5eead4;
}

.form-message.error {
  color: #fb7185;
}

.site-footer {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 26px 0 34px;
  display: flex;
  justify-content: space-between;
  color: #8d91ad;
}

.site-footer a {
  color: #8d91ad;
  text-decoration: none;
  margin-left: 18px;
}

@media (max-width: 900px) {
  .product-preview,
  .grid-3,
  .waitlist-form {
    grid-template-columns: 1fr;
  }

  .site-nav a:not(.nav-button) {
    display: none;
  }

  .hero {
    padding-top: 34px;
  }

  .site-footer {
    flex-direction: column;
    gap: 12px;
  }

  .site-footer a {
    margin-left: 0;
    margin-right: 18px;
  }
}
