/* ============================================================
   Glute Max — "Plum Noir" design system
   ============================================================ */

:root {
  --cream: #FBF6F1;
  --ink: #2A1A2E;
  --berry: #C43E6B;
  --coral: #F26B4E;
  --gold: #E0A458;
  --rose: #B76E79;
  --green: #3F9E7C;
  --plum-deep: #1C1220;
  --plum-deep-2: #221527;
  --hairline: #EFE4DC;
  --ink-soft: rgba(42, 26, 46, 0.72);
  --cream-soft: rgba(251, 246, 241, 0.72);
  --grad-cta: linear-gradient(90deg, #C43E6B, #F26B4E);
  --radius-card: 20px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--berry); }

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Type ---------- */

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.4rem, 6vw, 3.9rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
h3 { font-size: 1.25rem; }

.eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.eyebrow--berry { color: var(--berry); }

.lede {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--ink-soft);
  max-width: 34em;
}

.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head p { margin-top: 14px; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary {
  background: var(--grad-cta);
  color: #fff;
  box-shadow: 0 10px 28px rgba(196, 62, 107, 0.35);
}

.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(196, 62, 107, 0.45); }

.btn-ghost {
  color: var(--cream);
  border: 1px solid rgba(251, 246, 241, 0.3);
}

.btn-ghost:hover { border-color: rgba(251, 246, 241, 0.6); }

/* ---------- App Store badge ---------- */

.appstore-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  padding: 9px 18px 9px 14px;
  text-decoration: none;
  line-height: 1.15;
}

.appstore-badge svg { width: 26px; height: 26px; flex: none; }
.appstore-badge .small { display: block; font-size: 10px; font-weight: 400; letter-spacing: 0.2px; }
.appstore-badge .big { display: block; font-size: 18px; font-weight: 600; letter-spacing: -0.2px; }

/* ---------- Header / nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(28, 18, 32, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(251, 246, 241, 0.08);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--cream);
}

.brand img { width: 34px; height: 34px; }

.brand .wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.site-nav { display: flex; align-items: center; gap: 26px; }

.site-nav a {
  color: var(--cream-soft);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.site-nav a:hover { color: var(--cream); }

.site-nav .btn { padding: 9px 18px; font-size: 0.9rem; }

@media (max-width: 720px) {
  .site-nav a:not(.btn) { display: none; }
}

/* ---------- Dark sections ---------- */

.dark {
  background: linear-gradient(180deg, var(--plum-deep) 0%, var(--plum-deep-2) 100%);
  color: var(--cream);
}

.dark .lede { color: var(--cream-soft); }
.dark h1, .dark h2 { color: var(--cream); }

/* ---------- Hero ---------- */

.hero { padding: 80px 0 0; overflow: hidden; }

.hero .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.hero-logo { width: 88px; height: 88px; margin-bottom: 28px; }

.hero-copy .tagline {
  margin-top: 20px;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.score-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(251, 246, 241, 0.06);
  border: 1px solid rgba(224, 164, 88, 0.35);
  font-size: 0.95rem;
  font-weight: 600;
}

.score-chip .from { color: var(--cream-soft); }
.score-chip .arrow { color: var(--gold); }
.score-chip .to { color: var(--gold); font-size: 1.1rem; }
.score-chip .label { color: var(--cream-soft); font-weight: 400; font-size: 0.8rem; }

.hero-phone { align-self: end; }

@media (max-width: 860px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-phone { margin: 0 auto; }
}

/* ---------- Phone frame + screenshot placeholders ---------- */

.phone {
  width: min(300px, 78vw);
  aspect-ratio: 300 / 620;
  border-radius: 44px;
  padding: 12px;
  background: #0d0710;
  border: 1px solid rgba(251, 246, 241, 0.14);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  margin: 0 auto;
}

.phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background: var(--plum-deep-2);
}

.phone-screen img { width: 100%; height: 100%; object-fit: cover; }

.shot-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 24px;
  border: 2px dashed rgba(224, 164, 88, 0.4);
  border-radius: 34px;
  color: var(--cream-soft);
  font-size: 0.8rem;
  line-height: 1.5;
}

.shot-placeholder .tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
}

.phone--light .phone-screen { background: var(--cream); }
.phone--light .shot-placeholder { color: var(--ink-soft); border-color: rgba(196, 62, 107, 0.35); }
.phone--light .shot-placeholder .tag { color: var(--berry); }

/* ---------- Generic sections ---------- */

.section { padding: 96px 0; }

/* ---------- How it works ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.step { text-align: center; }

.step .phone { margin-bottom: 24px; }

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grad-cta);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.step p { color: var(--ink-soft); font-size: 0.95rem; margin-top: 8px; }

@media (max-width: 860px) {
  .steps { grid-template-columns: 1fr; gap: 48px; }
}

/* ---------- Score section ---------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
}

.metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 28px 0;
  list-style: none;
}

.metrics li {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 0.92rem;
  font-weight: 600;
}

.metrics li span { color: var(--gold); margin-right: 8px; }

.privacy-callout {
  display: flex;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--hairline);
  border-left: 4px solid var(--green);
  border-radius: 14px;
  padding: 18px 20px;
  margin-top: 28px;
}

.privacy-callout .icon { color: var(--green); font-size: 1.3rem; line-height: 1.3; }
.privacy-callout p { font-size: 0.95rem; color: var(--ink-soft); }
.privacy-callout strong { color: var(--ink); }

/* ---------- Game layer ---------- */

.rank-strip {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 32px 24px 40px;
  scrollbar-width: thin;
  scrollbar-color: rgba(251,246,241,0.2) transparent;
}

.rank-strip .rank {
  flex: none;
  text-align: center;
}

.rank-strip img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(251, 246, 241, 0.12);
}

.rank-strip .rank-name {
  display: block;
  margin-top: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  color: var(--cream-soft);
}

.game-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 26px;
}

.game-card {
  background: rgba(251, 246, 241, 0.05);
  border: 1px solid rgba(251, 246, 241, 0.1);
  border-radius: var(--radius-card);
  padding: 26px;
}

.game-card h3 { margin-bottom: 8px; color: var(--cream); }
.game-card p { color: var(--cream-soft); font-size: 0.95rem; }
.game-card .icon { font-size: 1.6rem; display: block; margin-bottom: 14px; }

@media (max-width: 860px) {
  .game-features { grid-template-columns: 1fr; }
}

.game-shots {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 64px;
  flex-wrap: wrap;
}

/* ---------- Programs ---------- */

.covers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.covers-grid img {
  border-radius: 14px;
  border: 1px solid var(--hairline);
  transition: transform 0.2s ease;
}

.covers-grid img:hover { transform: translateY(-4px); }

@media (max-width: 860px) {
  .covers-grid { grid-template-columns: repeat(3, 1fr); }
  .covers-grid img:nth-child(n+10) { display: none; }
}

.programs-note {
  margin-top: 28px;
  color: var(--ink-soft);
}

/* ---------- Pricing ---------- */

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 380px));
  gap: 24px;
  justify-content: center;
}

.price-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-card);
  padding: 34px 30px;
  position: relative;
  text-align: center;
}

.price-card--featured { border: 2px solid var(--berry); box-shadow: 0 18px 44px rgba(196, 62, 107, 0.14); }

.trial-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad-cta);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

.price-card .plan { font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }

.price-card .price {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 600;
}

.price-card .per { color: var(--ink-soft); font-size: 1rem; }
.price-card .terms-line { color: var(--ink-soft); font-size: 0.9rem; margin-top: 10px; }
.price-card .btn { margin-top: 24px; }

.pricing-fineprint {
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.85rem;
  margin-top: 28px;
}

@media (max-width: 720px) {
  .pricing-cards { grid-template-columns: minmax(0, 380px); }
}

/* ---------- FAQ ---------- */

.faq { max-width: 720px; margin: 0 auto; }

.faq details {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 12px;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--berry);
  flex: none;
}

.faq details[open] summary::after { content: "–"; }

.faq details p { margin-top: 12px; color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Final CTA ---------- */

.final-cta { text-align: center; }
.final-cta .hero-ctas { justify-content: center; }
.final-cta img { width: 72px; margin: 0 auto 24px; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--plum-deep);
  color: var(--cream-soft);
  padding: 64px 0 40px;
  font-size: 0.9rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(251, 246, 241, 0.1);
}

.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }

.footer-links a { color: var(--cream-soft); text-decoration: none; }
.footer-links a:hover { color: var(--cream); }

.footer-legal { margin-top: 28px; font-size: 0.8rem; color: rgba(251, 246, 241, 0.45); }
.footer-legal p { margin-top: 6px; }

/* ============================================================
   Legal / prose pages (privacy, terms, support)
   ============================================================ */

.prose-page { padding: 72px 0 96px; }

.prose { max-width: 720px; margin: 0 auto; }

.prose h1 { font-size: clamp(2rem, 5vw, 2.8rem); margin-bottom: 10px; }

.prose .updated { color: var(--ink-soft); font-size: 0.9rem; margin-bottom: 40px; }

.prose h2 {
  font-size: 1.45rem;
  margin: 44px 0 14px;
}

.prose h3 { margin: 28px 0 10px; font-size: 1.1rem; }

.prose p, .prose li { color: var(--ink-soft); margin-bottom: 14px; }

.prose strong { color: var(--ink); }

.prose ul, .prose ol { padding-left: 24px; margin-bottom: 14px; }
.prose li { margin-bottom: 8px; }

.prose .meta-block {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 36px;
}

.prose .meta-block p { margin-bottom: 4px; font-size: 0.95rem; }

.prose .shout {
  background: #fff;
  border: 1px solid var(--hairline);
  border-left: 4px solid var(--green);
  border-radius: 14px;
  padding: 20px 24px;
  margin: 20px 0;
}

/* Bracketed fill-me-in placeholders — visually flagged until replaced */
.fill {
  background: rgba(224, 164, 88, 0.22);
  border-radius: 4px;
  padding: 0 4px;
  font-style: normal;
  color: var(--ink);
}

/* ============================================================
   Motion — only when JS adds .anim to <html> (skipped entirely
   for prefers-reduced-motion users and without JS)
   ============================================================ */

@media (prefers-reduced-motion: no-preference) {

  /* ---- Scroll reveals (elements tagged by js/main.js) ---- */

  .anim .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    /* transition-delay set inline per element for stagger */
  }

  .anim .reveal.in {
    opacity: 1;
    transform: none;
  }

  /* restore hover transforms after reveal locks transform to none */
  .anim .covers-grid img.reveal.in:hover { transform: translateY(-4px); }

  /* ---- Hero entrance (pure CSS, plays on load) ---- */

  @keyframes rise-in {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: none; }
  }

  @keyframes phone-in {
    from { opacity: 0; transform: translateY(70px); }
    to   { opacity: 1; transform: none; }
  }

  .anim .hero-copy > * {
    animation: rise-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .anim .hero-copy > :nth-child(1) { animation-delay: 0.05s; }
  .anim .hero-copy > :nth-child(2) { animation-delay: 0.18s; }
  .anim .hero-copy > :nth-child(3) { animation-delay: 0.28s; }
  .anim .hero-copy > :nth-child(4) { animation-delay: 0.4s; }
  .anim .hero-copy > :nth-child(5) { animation-delay: 0.52s; }
  .anim .hero-copy > :nth-child(6) { animation-delay: 0.64s; }

  .anim .hero-phone {
    animation: phone-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
  }

  /* ---- Floating peach ---- */

  @keyframes peach-bob {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-9px) rotate(-2deg); }
  }

  .anim .hero-logo,
  .anim .final-cta img {
    animation: rise-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both,
               peach-bob 5s ease-in-out 1.2s infinite;
  }

  /* ---- Score chip arrow nudge ---- */

  @keyframes arrow-nudge {
    0%, 100% { transform: translateX(0); opacity: 0.85; }
    50%      { transform: translateX(4px); opacity: 1; }
  }

  .anim .score-chip .arrow {
    display: inline-block;
    animation: arrow-nudge 1.8s ease-in-out infinite;
  }

  /* ---- Rank emblems: lift on hover ---- */

  .anim .rank-strip img {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .anim .rank-strip .rank:hover img {
    transform: translateY(-6px) scale(1.06);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.45);
  }

  /* ---- CTA shine sweep on hover ---- */

  .anim .btn-primary {
    position: relative;
    overflow: hidden;
  }

  .anim .btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.35) 50%, transparent 65%);
    transform: translateX(-120%);
  }

  .anim .btn-primary:hover::after {
    transform: translateX(120%);
    transition: transform 0.6s ease;
  }

  /* ---- Card hovers ---- */

  .anim .game-card,
  .anim .price-card {
    transition-property: opacity, transform, box-shadow;
  }

  .anim .game-card.reveal.in:hover,
  .anim .game-card:hover { transform: translateY(-4px); }
  .anim .price-card.reveal.in:hover,
  .anim .price-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(42, 26, 46, 0.12); }

  /* ---- FAQ marker rotation ---- */

  .anim .faq summary::after { transition: transform 0.25s ease; }
  .anim .faq details[open] summary::after { transform: rotate(180deg); }
}

/* ---- How-it-works animated flow cards (replace screenshots) ---- */
.flow-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-card);
  padding: 22px 20px;
  margin: 0 auto 24px;
  max-width: 260px;
  min-height: 208px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 12px 32px rgba(42, 26, 46, 0.08);
}
.flow-q {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow-spark {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--berry);
  background: rgba(196, 62, 107, 0.1);
  padding: 3px 9px;
  border-radius: 999px;
  animation: flowPulse 2.4s ease-in-out infinite;
}

/* Step 1 — options that select themselves */
.flow-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1.5px solid var(--hairline);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--ink-soft);
  animation: flowSelect 5.4s infinite;
  animation-delay: calc(var(--i) * 1.8s);
}
.flow-pill .dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 1.5px solid var(--hairline);
  animation: flowDot 5.4s infinite;
  animation-delay: calc(var(--i) * 1.8s);
}
@keyframes flowSelect {
  0%, 24%, 100% { border-color: var(--hairline); color: var(--ink-soft); background: transparent; }
  6%, 18% { border-color: var(--berry); color: var(--berry); background: rgba(196, 62, 107, 0.07); }
}
@keyframes flowDot {
  0%, 24%, 100% { background: transparent; border-color: var(--hairline); }
  6%, 18% { background: var(--berry); border-color: var(--berry); }
}

/* Step 2 — week rows assembling */
.flow-row {
  display: flex;
  align-items: center;
  gap: 10px;
  animation: flowRise 6s infinite backwards;
  animation-delay: calc(var(--i) * 0.55s);
}
.flow-row .day {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink-soft);
  width: 30px;
}
.flow-row .bar {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--berry), var(--coral));
  width: var(--w);
}
.flow-row .bar--rest { background: var(--hairline); }
@keyframes flowRise {
  0% { opacity: 0; transform: translateY(8px); }
  8%, 88% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(8px); }
}

/* Step 3 — XP filling + chips popping */
.flow-xpbar {
  height: 10px;
  border-radius: 999px;
  background: var(--hairline);
  overflow: hidden;
}
.flow-xpbar .fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--coral));
  animation: flowFill 4.5s ease-in-out infinite;
}
.flow-chip {
  align-self: flex-start;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: var(--gold);
  padding: 6px 12px;
  border-radius: 999px;
  animation: flowPop 4.5s infinite backwards;
  animation-delay: 1.4s;
}
.flow-chip--peach {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--hairline);
  animation-delay: 2.1s;
}
@keyframes flowFill {
  0% { width: 8%; }
  55%, 90% { width: 86%; }
  100% { width: 8%; }
}
@keyframes flowPop {
  0%, 28% { opacity: 0; transform: scale(0.7); }
  36%, 88% { opacity: 1; transform: scale(1); }
  96%, 100% { opacity: 0; transform: scale(0.7); }
}
@keyframes flowPulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .flow-pill, .flow-pill .dot, .flow-row, .flow-xpbar .fill,
  .flow-chip, .flow-spark { animation: none; }
  .flow-pill:first-of-type { border-color: var(--berry); color: var(--berry); }
  .flow-pill:first-of-type .dot { background: var(--berry); border-color: var(--berry); }
  .flow-xpbar .fill { width: 86%; }
}

/* ---- Waitlist form + coming-soon (replaces pricing/purchase) ---- */
.section-sub {
  max-width: 520px;
  margin: 12px auto 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.5;
}
.waitlist-form {
  display: flex;
  gap: 10px;
  max-width: 460px;
  margin: 32px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
.waitlist-form input[type="email"] {
  flex: 1 1 240px;
  min-width: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 14px 18px;
  border: 1.5px solid var(--hairline);
  border-radius: 999px;
  color: var(--ink);
  background: var(--cream);
  outline: none;
  transition: border-color 0.15s ease;
}
.waitlist-form input[type="email"]:focus { border-color: var(--berry); }
.waitlist-form .btn { flex: 0 0 auto; }
.waitlist-status {
  text-align: center;
  margin: 16px auto 0;
  min-height: 1.2em;
  font-size: 0.95rem;
  font-weight: 600;
}
.waitlist-status--ok { color: var(--green); }
.waitlist-status--err { color: var(--berry); }
.coming-soon-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--cream-soft);
  font-size: 0.9rem;
  font-weight: 600;
}
.coming-soon-note svg { width: 16px; height: 16px; flex: 0 0 auto; }
