:root {
  --bg: #140818;
  --surface: rgba(26, 10, 32, 0.92);
  --text: #f2f0e8;
  --muted: rgba(255, 220, 205, 0.72);
  --red: #c0392b;
  --purple: #7f77dd;
  --gold: #c8a96e;
  --border: rgba(127, 119, 221, 0.35);
}

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

body {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(192, 57, 43, 0.35), transparent 45%),
    radial-gradient(circle at 90% 20%, rgba(127, 119, 221, 0.25), transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(200, 169, 110, 0.12), transparent 35%);
  pointer-events: none;
  z-index: 0;
}

.wrap {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.brand {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: var(--red);
  margin-bottom: 8px;
}

h1 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(36px, 8vw, 52px);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.updated {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 32px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 20px;
}

h2 {
  font-size: 18px;
  margin: 24px 0 10px;
  color: #fff;
}

h2:first-child { margin-top: 0; }

p, li {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 12px;
}

ul { padding-left: 20px; margin-bottom: 12px; }

a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

.nav {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.strip {
  height: 4px;
  display: flex;
  margin-bottom: 32px;
  border-radius: 2px;
  overflow: hidden;
}

.strip span { flex: 1; }
.strip .r { background: var(--red); }
.strip .p { background: var(--purple); }
.strip .o { background: #ef9f27; }
.strip .g { background: var(--gold); }

.contact-box {
  background: rgba(192, 57, 43, 0.12);
  border: 1px solid rgba(255, 120, 90, 0.25);
  border-radius: 12px;
  padding: 16px 18px;
}

.contact-box a { font-weight: 500; }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 8px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 12px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
}

.cta:hover { text-decoration: none; filter: brightness(1.06); }

.cta-primary {
  background: var(--red);
  color: #fff;
}

.cta-secondary {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.hero-line {
  color: var(--text);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  max-width: 34rem;
}

.steps {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
}

.steps li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 14px;
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: rgba(192, 57, 43, 0.25);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}

.waitlist-wrap {
  padding-top: 40px;
}

.waitlist-card {
  margin-top: 24px;
}

.waitlist-sub {
  margin-top: -4px;
  margin-bottom: 18px;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.waitlist-form input {
  width: 100%;
  appearance: none;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  border-radius: 12px;
  padding: 14px 16px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
}

.waitlist-form input::placeholder {
  color: rgba(255, 220, 205, 0.42);
}

.waitlist-form input:focus {
  outline: none;
  border-color: rgba(239, 159, 39, 0.7);
}

.waitlist-submit {
  width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 4px;
}

.waitlist-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.waitlist-legal {
  font-size: 12px;
  color: rgba(255, 220, 205, 0.5);
  margin: 4px 0 0;
}

.waitlist-success-title {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 6px;
}

.waitlist-error {
  margin-top: 12px;
  color: #ffb4a8;
  font-size: 14px;
}

.share-card p {
  margin-bottom: 14px;
}

.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.share-btn {
  border: none;
  cursor: pointer;
  font: inherit;
}

.share-status {
  margin-top: 10px;
  color: var(--gold);
  font-size: 13px;
  font-family: "DM Sans", system-ui, sans-serif;
}
