/* ============================================================
   SPEAKING — page-specific CSS
   Shared components come from their canonical section files.
   ============================================================ */

.hero-pulse-bold {
  font-weight: 700;
  color: var(--white);
}

/* Video poster — gradient curtain line */
.video-curtain-line.grad-blue-purple {
  background: linear-gradient(135deg, var(--electric-blue) 0%, #6e40f0 50%, var(--electric-purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
