:root {
  color-scheme: light;
  --navy: #071f4a;
  --navy-soft: #20355f;
  --muted: #66708a;
  --cream: #fff8ef;
  --cream-deep: #f4eadc;
  --paper: rgba(255, 251, 244, 0.78);
  --lavender: #8c85c8;
  --lavender-soft: #ece9ff;
  --blue-soft: #dbe9ff;
  --peach: #f4d5bd;
  --green: #7fa885;
  --line: rgba(115, 113, 156, 0.16);
  --shadow: 0 24px 70px rgba(31, 40, 78, 0.13);
  --shadow-card: 0 18px 46px rgba(31, 40, 78, 0.1);
  --serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 82% 6%, rgba(219, 233, 255, 0.9), transparent 34rem),
    radial-gradient(circle at 15% 10%, rgba(244, 213, 189, 0.74), transparent 30rem),
    radial-gradient(circle at 50% 55%, rgba(236, 233, 255, 0.88), transparent 42rem),
    linear-gradient(180deg, #fff9f0 0%, #f8f1e8 50%, #f5efff 100%);
  min-height: 100vh;
}

a { color: inherit; }
.ambient { position: fixed; border-radius: 999px; pointer-events: none; filter: blur(4px); z-index: -1; }
.ambient-one { width: 22rem; height: 22rem; right: -7rem; top: 9rem; background: rgba(140, 133, 200, 0.14); }
.ambient-two { width: 22rem; height: 22rem; left: -8rem; bottom: 20rem; background: rgba(244, 213, 189, 0.24); }

.topbar {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1.1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 0.45rem; text-decoration: none; }
.brand-name { font-family: var(--serif); font-size: 1.7rem; line-height: 1; font-weight: 700; letter-spacing: -0.025em; }
.brand-stars { color: var(--lavender); font-size: 0.95rem; }
nav { display: flex; gap: 1rem; align-items: center; }
nav a { text-decoration: none; color: var(--navy-soft); font-weight: 720; font-size: 0.94rem; opacity: 0.86; }
.nav-pill { padding: 0.68rem 1rem; border-radius: 999px; background: rgba(255, 251, 244, 0.72); box-shadow: var(--shadow-card); border: 1px solid rgba(255,255,255,0.7); }

main { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.hero {
  min-height: min(820px, calc(100vh - 88px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.2rem);
  padding: clamp(2.4rem, 6vw, 5.4rem) 0 clamp(3rem, 7vw, 6rem);
}
.hero-copy { max-width: 620px; }
.eyebrow {
  margin: 0 0 0.9rem;
  color: #7168b1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 780;
  font-size: 0.76rem;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); color: var(--navy); font-weight: 700; letter-spacing: -0.035em; }
h1 { margin-bottom: 1.2rem; font-size: clamp(3.45rem, 7.3vw, 6.25rem); line-height: 0.9; max-width: 700px; }
h2 { margin-bottom: 1rem; font-size: clamp(2.45rem, 5.2vw, 4.55rem); line-height: 0.94; max-width: 780px; }
h3 { margin-bottom: 0.35rem; font-size: 1.55rem; line-height: 1.05; }
p { color: var(--muted); line-height: 1.68; font-size: 1rem; }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.25rem); color: #4f5b78; max-width: 610px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1.8rem 0 1.15rem; }
.button, .waitlist button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.22rem;
  font-weight: 820;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}
.button.primary, .waitlist button { color: #fff; background: linear-gradient(135deg, #182a5a, #8278c6); box-shadow: 0 18px 36px rgba(24, 42, 90, 0.24); }
.button.ghost { color: var(--navy-soft); background: rgba(255, 251, 244, 0.68); border: 1px solid rgba(255,255,255,0.8); box-shadow: var(--shadow-card); }
.proof-row { display: flex; flex-wrap: wrap; gap: 0.62rem; }
.proof-row span, .role-chips span, .tag-row span {
  border-radius: 999px;
  padding: 0.52rem 0.72rem;
  background: rgba(255, 251, 244, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 26px rgba(31, 40, 78, 0.07);
  color: #40506f;
  font-size: 0.88rem;
  font-weight: 720;
}

.mockup-stage { position: relative; display: grid; place-items: center; min-height: 640px; }
.mockup-stage::before {
  content: "";
  position: absolute;
  width: 88%;
  height: 76%;
  border-radius: 44% 56% 52% 48%;
  background: radial-gradient(circle at 50% 20%, rgba(255,255,255,0.82), transparent 22%), linear-gradient(160deg, rgba(219,233,255,0.8), rgba(236,233,255,0.7), rgba(244,213,189,0.35));
  box-shadow: 0 34px 90px rgba(31, 40, 78, 0.12);
}
.approved-mockup {
  position: relative;
  width: min(100%, 430px);
  max-height: 760px;
  object-fit: contain;
  border-radius: 3rem;
  filter: drop-shadow(0 30px 60px rgba(19, 30, 68, 0.22));
}
.moon-scene { position: absolute; inset: 0; pointer-events: none; color: rgba(114, 104, 177, 0.48); }
.moon { position: absolute; right: 5%; top: 10%; font-size: 4rem; color: rgba(7, 31, 74, 0.13); }
.star { position: absolute; font-size: 1.2rem; }
.s1 { display: none; }
.s2 { right: 11%; bottom: 18%; opacity: 0.55; }
.cloud { position: absolute; border-radius: 999px; background: rgba(255,255,255,0.54); box-shadow: 0 16px 40px rgba(31,40,78,0.08); }
.c1 { width: 8rem; height: 2.6rem; left: 0; bottom: 22%; }
.c2 { width: 5.8rem; height: 2rem; right: 1rem; top: 30%; }

.section {
  position: relative;
  margin: 1rem 0 1.4rem;
  padding: clamp(2.2rem, 5vw, 4.6rem);
  border-radius: 2.3rem;
  background: var(--paper);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.section::after {
  content: "";
  position: absolute;
  inset: auto -8rem -12rem auto;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(219,233,255,0.52), transparent 62%);
  pointer-events: none;
}
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr); gap: clamp(2rem, 5vw, 4.2rem); align-items: center; }
.reverse { grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1fr); }
.centered { text-align: center; }
.centered > p, .centered > h2 { margin-left: auto; margin-right: auto; }
.soft-grid, .steps, .trust-grid { display: grid; gap: 1rem; }
.compare-grid { grid-template-columns: 1fr; }
.steps { grid-template-columns: repeat(3, 1fr); margin-top: 2rem; text-align: left; }
.trust-grid { grid-template-columns: repeat(4, 1fr); margin-top: 2rem; text-align: left; }
.soft-card, .step-card, .trust-grid article, .voice-card, .library-phone, .waitlist {
  position: relative;
  padding: 1.2rem;
  border-radius: 1.45rem;
  background: rgba(255, 251, 244, 0.72);
  border: 1px solid rgba(255,255,255,0.82);
  box-shadow: var(--shadow-card);
}
.highlighted { background: linear-gradient(135deg, rgba(255,248,239,0.88), rgba(236,233,255,0.88)); }
.card-icon, .step-card span, .trust-grid span {
  display: inline-grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(236,233,255,0.94), rgba(219,233,255,0.82));
  color: #665eb0;
  margin-bottom: 0.9rem;
  font-family: var(--sans);
  font-weight: 850;
}
.step-card span { border-radius: 999px; }

.library-phone { background: linear-gradient(180deg, rgba(255,248,239,0.9), rgba(236,233,255,0.76)); }
.mini-app-header { display: flex; justify-content: space-between; color: #5a6480; font-weight: 720; margin-bottom: 1rem; }
.player-card, .personal-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 1.35rem;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 14px 34px rgba(31,40,78,0.08);
  margin-bottom: 1rem;
}
.cover-art { width: 5.5rem; height: 5.5rem; border-radius: 1.2rem; display: grid; place-items: center; background: linear-gradient(155deg, #dbe9ff, #f4d5bd); color: var(--navy); font-size: 2rem; }
.player-card button { width: 3.1rem; height: 3.1rem; border: 0; border-radius: 999px; color: white; background: #8278c6; box-shadow: 0 12px 26px rgba(130,120,198,0.28); }
.tiny { margin: 0 0 0.35rem; color: #7168b1; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.72rem; font-weight: 780; }
.waveform { display: flex; gap: 0.22rem; align-items: center; height: 2.5rem; }
.waveform i { width: 0.4rem; border-radius: 1rem; background: linear-gradient(180deg, #8278c6, #f4d5bd); }
.waveform i:nth-child(1), .waveform i:nth-child(6) { height: 0.8rem; }
.waveform i:nth-child(2), .waveform i:nth-child(5) { height: 1.5rem; }
.waveform i:nth-child(3), .waveform i:nth-child(4) { height: 2.2rem; }
.personal-card { grid-template-columns: 1fr; }
.tag-row, .role-chips { display: flex; flex-wrap: wrap; gap: 0.55rem; }

.voice-card { display: grid; gap: 0.75rem; background: linear-gradient(180deg, rgba(255,248,239,0.92), rgba(236,233,255,0.78)); }
.voice-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.8rem; padding: 0.9rem; border-radius: 1.2rem; background: rgba(255,255,255,0.68); color: #344566; }
.voice-option span { display: grid; place-items: center; width: 2.45rem; height: 2.45rem; border-radius: 999px; background: var(--lavender-soft); }
.voice-option em { font-style: normal; font-size: 0.82rem; color: var(--green); font-weight: 740; }
.voice-option.active { outline: 2px solid rgba(140,133,200,0.35); }

.cta { background: linear-gradient(135deg, rgba(255,248,239,0.88), rgba(236,233,255,0.82)); }
.waitlist { display: grid; gap: 0.85rem; }
.waitlist label { display: grid; gap: 0.35rem; color: #344566; font-weight: 760; text-align: left; }
.waitlist input { width: 100%; border: 1px solid rgba(115,113,156,0.18); border-radius: 1rem; padding: 0.9rem 1rem; color: var(--navy); background: rgba(255,255,255,0.74); font: inherit; }
.text-link { display: inline-flex; margin-top: 0.4rem; color: #675fb4; font-weight: 820; }
.footer { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 2rem 0 3rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: 0.92rem; }

@media (max-width: 920px) {
  nav { display: none; }
  .hero, .split, .reverse { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 2rem; }
  .mockup-stage { min-height: 520px; }
  .approved-mockup { width: min(88vw, 340px); }
  .steps, .trust-grid { grid-template-columns: 1fr; }
  .player-card { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
}

@media (max-width: 560px) {
  main, .topbar, .footer { width: min(100% - 22px, 1120px); }
  h1 { font-size: clamp(3rem, 17vw, 4.4rem); }
  h2 { font-size: 2.5rem; }
  .section { padding: 1.4rem; border-radius: 1.6rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .proof-row span, .role-chips span, .tag-row span { font-size: 0.82rem; }
}
