:root {
  --bg: #060914;
  --bg-elevated: rgba(11, 16, 31, 0.8);
  --surface: rgba(14, 21, 39, 0.74);
  --surface-strong: rgba(18, 26, 48, 0.92);
  --line: rgba(185, 199, 255, 0.14);
  --line-strong: rgba(243, 202, 122, 0.26);
  --text: #f7f6fd;
  --muted: #b4bdd8;
  --muted-strong: #dce2ff;
  --accent: #f3ca7a;
  --accent-2: #8e7cff;
  --accent-3: #5ee1ff;
  --success: #9af2bf;
  --danger: #ffb0c7;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  --radius: 28px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100% - 1.5rem));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 15%, rgba(94, 225, 255, 0.12), transparent 18rem),
    radial-gradient(circle at 85% 12%, rgba(142, 124, 255, 0.18), transparent 22rem),
    radial-gradient(circle at 50% 80%, rgba(243, 202, 122, 0.08), transparent 18rem),
    linear-gradient(180deg, #05070f 0%, #070b16 38%, #0a1020 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

body::before {
  top: 8%;
  left: -8rem;
  background: rgba(94, 225, 255, 0.08);
}

body::after {
  right: -6rem;
  bottom: -8rem;
  background: rgba(142, 124, 255, 0.12);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
iframe {
  max-width: 100%;
  border: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-frame {
  position: relative;
  z-index: 1;
}

.site-shell {
  width: var(--container);
  margin: 0 auto;
  padding-bottom: 4rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: var(--container);
  margin: 0 auto;
  padding: 1rem 0;
  backdrop-filter: blur(18px);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  background: rgba(6, 9, 20, 0.52);
  z-index: -1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding-left: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-mark {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #ffffff 0 18%, transparent 19%),
    radial-gradient(circle, rgba(243, 202, 122, 0.92) 0 34%, rgba(142, 124, 255, 0.25) 35% 62%, transparent 63%);
  box-shadow:
    0 0 25px rgba(243, 202, 122, 0.4),
    0 0 40px rgba(94, 225, 255, 0.14);
}

.nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  flex-wrap: wrap;
  padding-right: 0.5rem;
}

.nav a {
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  color: var(--muted);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.nav-link-emphasis {
  color: var(--text);
  border: 1px solid rgba(243, 202, 122, 0.18);
  background: rgba(243, 202, 122, 0.08);
}

.hero,
.hero-split,
.product-hero {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.hero,
.hero-split {
  min-height: calc(100vh - 6.5rem);
}

.hero {
  grid-template-columns: 1.15fr 0.85fr;
}

.hero-split,
.product-hero {
  grid-template-columns: 1fr;
}

.section {
  padding: 2rem 0;
}

.page-hero {
  padding: 4.25rem 0 1.2rem;
  max-width: 54rem;
}

.eyebrow,
.meta-label,
.status-pill,
.countdown-label,
.list-label,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  font-size: 0.76rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

h1,
h2,
h3 {
  margin-top: 0;
}

.display,
.page-hero h1,
.product-hero h1,
.section-heading h2,
.cta-panel h2,
.waitlist-card h2,
.faq-card h2,
.product-card h3,
.stat-quote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.display {
  margin-bottom: 1rem;
  font-size: clamp(3.6rem, 10vw, 6.8rem);
  max-width: 10ch;
}

.page-hero h1,
.product-hero h1 {
  font-size: clamp(2.9rem, 8vw, 5.2rem);
  margin-bottom: 1rem;
}

.section-heading h2,
.cta-panel h2,
.waitlist-card h2,
.faq-card h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.lead,
.body-copy,
.text-muted,
.section p,
.feature-card p,
.faq-answer p,
.field-note,
.waitlist-success {
  color: var(--muted);
  line-height: 1.75;
}

.hero-copy > .lead {
  max-width: 40rem;
}

.hero-copy > .body-copy {
  max-width: 36rem;
}

.hero-actions,
.inline-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.button,
.button-link,
.faq-toggle {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
}

.button:hover,
.button-link:hover,
.faq-toggle:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #120d1f;
  background: linear-gradient(135deg, #f3ca7a 0%, #f8dfaa 60%, #b79df7 100%);
  box-shadow: 0 18px 44px rgba(183, 157, 247, 0.2);
}

.button-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.button-ghost {
  color: var(--muted-strong);
  border-color: rgba(94, 225, 255, 0.16);
  background: rgba(94, 225, 255, 0.06);
}

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.card,
.feature-card,
.product-card,
.countdown-card,
.media-card,
.stat-card,
.testimonial-card,
.waitlist-card,
.faq-card,
.data-card,
.steps-card,
.cta-panel,
.footer-card,
.notice-card,
.review-strip,
.form-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 26, 48, 0.7) 0%, rgba(10, 15, 28, 0.78) 100%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.card::before,
.feature-card::before,
.product-card::before,
.countdown-card::before,
.media-card::before,
.stat-card::before,
.testimonial-card::before,
.waitlist-card::before,
.faq-card::before,
.data-card::before,
.steps-card::before,
.cta-panel::before,
.footer-card::before,
.notice-card::before,
.review-strip::before,
.form-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 40%),
    linear-gradient(180deg, transparent 68%, rgba(255, 255, 255, 0.025));
  pointer-events: none;
}

.card,
.feature-card,
.product-card,
.countdown-card,
.media-card,
.stat-card,
.testimonial-card,
.waitlist-card,
.faq-card,
.data-card,
.steps-card,
.cta-panel,
.footer-card,
.notice-card,
.review-strip,
.form-shell {
  padding: 1.4rem;
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.orbital-stage {
  min-height: 21rem;
}

.constellation {
  position: relative;
  min-height: 20rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background:
    radial-gradient(circle at 50% 50%, rgba(142, 124, 255, 0.16), transparent 36%),
    radial-gradient(circle at 32% 40%, rgba(243, 202, 122, 0.15), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.constellation::before,
.constellation::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.constellation::before {
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.constellation::after {
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(243, 202, 122, 0.2);
}

.orbit-dot,
.constellation-point {
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.32);
}

.orbit-dot {
  width: 0.9rem;
  height: 0.9rem;
}

.orbit-dot.gold {
  background: var(--accent);
}

.orbit-dot.cyan {
  background: var(--accent-3);
}

.orbit-dot.violet {
  background: #c7beff;
}

.constellation-point {
  width: 0.45rem;
  height: 0.45rem;
}

.orbit-arc {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.stat-quote {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.stat-grid,
.feature-grid,
.products-grid,
.steps-grid,
.data-grid,
.testimonial-grid,
.faq-grid,
.footer-grid,
.mini-product-grid,
.details-grid,
.review-grid {
  display: grid;
  gap: 1rem;
}

.stat-grid,
.steps-grid {
  grid-template-columns: 1fr;
}

.feature-grid,
.products-grid,
.mini-product-grid,
.testimonial-grid,
.faq-grid,
.details-grid {
  grid-template-columns: 1fr;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 1.2rem;
}

.section-heading .lead {
  max-width: 38rem;
}

.feature-card h3,
.product-card h3,
.testimonial-card h3,
.steps-card h3,
.faq-toggle span,
.data-card h3,
.stat-card h3,
.review-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.15rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-card .price-line,
.product-price {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.product-price strong,
.price {
  font-size: 1.85rem;
  color: var(--text);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
}

.countdown-card {
  display: grid;
  gap: 1rem;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.countdown-block {
  padding: 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.countdown-value {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--text);
}

.countdown-key {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.countdown-status {
  color: var(--muted-strong);
  font-weight: 700;
}

.countdown-status.is-open {
  color: var(--success);
}

.text-link {
  color: var(--accent);
}

.check-list,
.info-list,
.compact-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.info-list li,
.compact-list li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--muted);
  line-height: 1.7;
}

.check-list li::before,
.info-list li::before,
.compact-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
}

.steps-card {
  min-height: 100%;
}

.steps-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.9rem;
  border-radius: 50%;
  color: #130f20;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), #f8e6bf);
}

.media-card iframe,
.video-placeholder {
  width: 100%;
  min-height: 18rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at 40% 35%, rgba(243, 202, 122, 0.15), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.brand-image {
  width: 100%;
  display: block;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.video-placeholder {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  padding: 1.5rem;
}

.testimonial-card small {
  display: block;
  margin-top: 0.75rem;
  color: var(--muted);
}

.faq-card {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  color: var(--text);
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.faq-answer {
  display: none;
  padding: 0 1.2rem 1.2rem;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.is-open .faq-icon {
  background: rgba(243, 202, 122, 0.12);
}

.waitlist-layout,
.product-layout,
.data-layout,
.cta-layout {
  display: grid;
  gap: 1rem;
}

.field-grid {
  display: grid;
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field label {
  color: var(--muted-strong);
  font-size: 0.95rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.95rem 1rem;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.field textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #8893b6;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.checkbox-field input {
  width: 1.1rem;
  min-height: 1.1rem;
  margin-top: 0.15rem;
}

.form-shell.is-disabled {
  opacity: 0.72;
}

.is-hidden {
  display: none !important;
}

.form-note,
.privacy-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.waitlist-success {
  display: none;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(154, 242, 191, 0.18);
  background: rgba(154, 242, 191, 0.08);
}

.waitlist-success.is-visible {
  display: block;
}

.product-summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mini-product-grid .product-card,
.review-grid .testimonial-card {
  min-height: 100%;
}

.footer {
  padding-top: 1rem;
}

.footer-card {
  padding: 1.6rem;
}

.footer-grid {
  grid-template-columns: 1fr;
}

.footer-copy {
  max-width: 28rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--text);
}

.centered {
  text-align: center;
}

.section-spacer {
  margin-top: 1.2rem;
}

.hero-product-anchor {
  margin-top: 1.3rem;
  color: var(--muted-strong);
}

.review-strip {
  display: grid;
  gap: 1rem;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 18px rgba(255, 176, 199, 0.4);
}

.status-dot.open {
  background: var(--success);
  box-shadow: 0 0 18px rgba(154, 242, 191, 0.4);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 700px) {
  .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-grid .field.is-full {
    grid-column: 1 / -1;
  }

  .countdown {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stat-grid,
  .steps-grid,
  .feature-grid,
  .details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

@media (min-width: 920px) {
  .hero,
  .hero-split,
  .product-hero,
  .waitlist-layout,
  .cta-layout {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .products-grid,
  .mini-product-grid,
  .testimonial-grid,
  .faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .data-layout,
  .product-layout {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

@media (max-width: 760px) {
  .topbar {
    position: static;
    width: var(--container);
    flex-direction: column;
    align-items: stretch;
  }

  .brand,
  .nav {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .nav {
    justify-content: flex-start;
  }

  .display {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .button,
  .button-link {
    width: 100%;
  }
}
