.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #bbf7d0;
  border-radius: 9999px;
  background: #f0fdf4;
  color: #166534;
  font-size: 0.8rem;
  font-weight: 700;
}

.launch-status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.waitlist-hero {
  min-height: 82vh;
  padding: 120px 0 4rem;
}

.release-pill {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid #bfdbfe;
  border-radius: 9999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-content h1 .brand-green {
  color: #22c55e !important;
  -webkit-text-fill-color: #22c55e !important;
}

.waitlist-form {
  width: min(640px, 100%);
  margin: 0 auto;
}

.waitlist-form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
  padding: 0.5rem;
  border: 1px solid var(--border-subtle);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(12px);
}

.waitlist-form input {
  min-width: 0;
  padding: 0.85rem 1.15rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text-primary);
  font: inherit;
  font-size: 1rem;
}

.waitlist-form input::placeholder { color: #94a3b8; }

.waitlist-form input:focus-visible {
  border-radius: 9999px;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.waitlist-form .btn-green {
  min-width: 175px;
  padding: 0.9rem 1.5rem;
  white-space: nowrap;
}

.waitlist-message {
  min-height: 1.3rem;
  margin: 0.9rem 0 0 !important;
  color: var(--text-secondary) !important;
  font-size: 0.82rem !important;
}

.waitlist-message.error { color: #dc2626 !important; }
.waitlist-message.success-message { color: #15803d !important; font-weight: 700; }
.waitlist-form.success .waitlist-form-row { border-color: #86efac; }

.launch-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.75rem;
  margin-top: 2rem;
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 600;
}

.point-check { color: #22c55e; margin-right: 0.25rem; }

.waitlist-footer .footer-launch-note {
  justify-self: end;
  color: #15803d;
  font-size: 0.85rem;
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .waitlist-hero { min-height: 78vh; padding-top: 110px; }
  .waitlist-form-row { grid-template-columns: 1fr; border-radius: 18px; }
  .waitlist-form .btn-green { width: 100%; }
  .launch-points { gap: 0.75rem 1.25rem; }
  .waitlist-footer .footer-launch-note { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .scroller-track { animation: none; }
}
