:root {
  --primary: #7c3aed;
  --primary-50: #f5f3ff;
  --primary-200: #b8a8ff;
  --primary-700: #6d28d9;
  --primary-800: #5b21b6;
  --primary-text: #ffffff;
  --secondary-bg: #e9e3ff;
  --secondary-text: #5b28b5;
  --content-primary: #111827;
  --content-secondary: #4b5563;
  --content-muted: #6b7280;
  --content-tertiary: #9ca3af;
  --border-default: #e5e7eb;
  --border-strong: #6b7280;
  --app-bg: #ffffff;
  --app-bg-subtle: #f9fafb;
  --card-dark: #1a1a1a;
  --violet-50: #ede9ff;
  --violet-200: #d6ccff;
  --shadow-elevation-1: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.04);
  --shadow-elevation-2: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 8px 16px rgba(0, 0, 0, 0.08);
  --shadow-elevation-4: 0px 8px 16px rgba(0, 0, 0, 0.1), 0px 24px 48px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  color: var(--content-primary);
  background: radial-gradient(circle at 12% 8%, rgba(184, 168, 255, 0.28) 0%, transparent 40%),
    radial-gradient(circle at 85% 15%, rgba(124, 58, 237, 0.12) 0%, transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #fafaff 54%, #f8f9ff 100%);
  min-height: 100vh;
  line-height: 1.55;
}

.background-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 82%, rgba(124, 58, 237, 0.14) 0%, transparent 42%);
  z-index: -1;
}

.site-header,
.section,
.site-footer {
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0 0.4rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--content-primary);
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}

.brand-mark {
  background: linear-gradient(120deg, var(--primary) 0%, var(--primary-700) 100%);
  color: var(--primary-text);
  padding: 0.3rem 0.54rem;
  border-radius: 8px;
  font-weight: 900;
  box-shadow: var(--shadow-elevation-2);
}

.availability-pill {
  background: var(--primary-50);
  border: 1px solid var(--primary-200);
  color: var(--secondary-text);
  font-size: 0.86rem;
  padding: 0.4rem 0.68rem;
  border-radius: 999px;
}

.section {
  padding: 4rem 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.2rem;
  align-items: center;
  min-height: 72vh;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--secondary-text);
  margin-bottom: 0.85rem;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  line-height: 1.15;
  margin-top: 0;
  color: var(--content-primary);
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.65rem, 2.7vw, 2.75rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.lead {
  color: var(--content-secondary);
  max-width: 60ch;
  margin-bottom: 1.8rem;
}

.hero-cta-row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.75rem 1.15rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--primary);
  color: var(--primary-text);
  box-shadow: var(--shadow-elevation-2);
}

.btn-primary:hover {
  background: var(--primary-700);
}

.btn-ghost {
  background: var(--app-bg);
  border: 1px solid var(--border-default);
  color: var(--content-secondary);
}

.coming-soon-note {
  font-size: 0.92rem;
  color: var(--content-muted);
  margin-top: 0.8rem;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.phone-mockup {
  width: min(360px, 100%);
  border-radius: 2rem;
  background: linear-gradient(180deg, #171621 0%, #231c39 100%);
  color: #f6f4ff;
  box-shadow: var(--shadow-elevation-4);
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.phone-notch {
  width: 42%;
  height: 16px;
  background: #111827;
  border-radius: 999px;
  margin: 0 auto 0.8rem;
}

.video-card,
.ai-assistant-card {
  border-radius: 1rem;
  padding: 0.95rem;
}

.video-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.18) 0%, rgba(17, 24, 39, 0.9) 100%),
    radial-gradient(circle at 18% 24%, #7c3aed 0%, #5b21b6 45%, #312e81 100%);
}

.chip {
  display: inline-block;
  margin-bottom: 0.45rem;
  background: rgba(237, 233, 255, 0.18);
  border: 1px solid rgba(214, 204, 255, 0.56);
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
  font-size: 0.74rem;
}

.video-card h3 {
  color: #f7f6ff;
  margin-bottom: 0.2rem;
}

.video-card p {
  margin: 0.14rem 0;
}

.price {
  color: #d6ccff;
  font-weight: 700;
}

.ai-assistant-card {
  margin-top: 0.8rem;
  background: #f3f1ff;
  color: var(--content-primary);
}

.assistant-label {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--secondary-text);
}

.section-title-wrap {
  max-width: 730px;
  margin-bottom: 1.7rem;
}

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

.feature-card {
  background: var(--app-bg);
  border: 1px solid var(--border-default);
  border-radius: 1rem;
  padding: 1.2rem;
  box-shadow: var(--shadow-elevation-1);
}

.feature-card p {
  color: var(--content-secondary);
}

.showcase-panel {
  border-radius: 1.2rem;
  border: 1px solid var(--border-default);
  background: linear-gradient(120deg, #faf9ff 0%, #f4f2ff 100%);
  padding: 1.4rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: center;
}

.showcase-copy p {
  color: var(--content-secondary);
}

.showcase-feed {
  background: var(--app-bg);
  border: 1px solid var(--border-default);
  border-radius: 1rem;
  padding: 0.8rem;
  display: grid;
  gap: 0.68rem;
}

.feed-item {
  border: 1px solid #ede9fe;
  border-radius: 0.8rem;
  padding: 0.7rem;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: var(--content-secondary);
  background: #fcfbff;
}

.feed-item.active {
  border-color: var(--primary-200);
  background: var(--primary-50);
}

.play-icon {
  width: 1.45rem;
  height: 1.45rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #ddd6fe;
  color: #4c1d95;
  font-size: 0.72rem;
}

.waitlist-card {
  background: linear-gradient(160deg, #111827 0%, #1f2937 100%);
  color: #eef2ff;
  border-radius: 1.2rem;
  padding: 2rem;
  box-shadow: var(--shadow-elevation-4);
}

.waitlist-card h2 {
  color: #f8faff;
}

.waitlist-card .kicker {
  color: #c4b5fd;
}

.waitlist-card p {
  color: #d1d5db;
  max-width: 64ch;
}

.site-footer {
  padding: 0.9rem 0 2rem;
  color: var(--content-muted);
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-copy,
.feature-card,
.showcase-panel,
.waitlist-card {
  animation: rise 650ms ease both;
}

.feature-card:nth-child(2) {
  animation-delay: 90ms;
}

.feature-card:nth-child(3) {
  animation-delay: 180ms;
}

.btn.pressed {
  transform: translateY(0);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1.2rem;
  }

  .hero-visual {
    justify-content: flex-start;
  }

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

  .showcase-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header,
  .section,
  .site-footer {
    width: min(1120px, calc(100% - 1.4rem));
  }

  .section {
    padding: 3rem 0;
  }

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

  .waitlist-card {
    padding: 1.25rem;
  }

  .site-footer {
    padding-bottom: 1.3rem;
  }
}
