/* ==========================================================================
   SLIDE — SUPAMOE (the SaaS counterpart, live-demo handoff)
   Stands on its OWN slide right before the ad reel, so the auto-playing video
   never covers it. Big reveal type + positioning + a live link button. Modeled
   on the Martin demo slide's scale, red-keyed (the deck's product accent).
   ========================================================================== */

.nc-supamoe__slide { justify-content: center; }
.nc-supamoe__stage { max-width: 60ch; }

.nc-supamoe__eyebrow { margin-bottom: var(--space-lg); }
.nc-supamoe__eyebrow .idx { color: var(--accent); }

.reveal .nc-supamoe__title {
  font-family: var(--font-display);
  font-size: var(--fs-display);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin: 0 0 var(--space-lg);
}

.nc-supamoe__lead {
  font-family: var(--font-body);
  font-size: var(--fs-body-lg);
  line-height: 1.5;
  color: var(--text-muted);
  max-width: 54ch;
  margin: 0 0 var(--space-xl);
}
.nc-supamoe__lead strong { color: var(--text-primary); font-weight: 600; }

.nc-supamoe__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 0 var(--space-2xl);
}

/* the CTA is a touch larger than the inline demo links — it's the focal action */
.nc-supamoe__cta { padding: 0.95em 1.4em; }
