/*
 * Coaching page styles
 */

.page-hero--coaching {
  background: linear-gradient(135deg, var(--color-purple-dark) 0%, var(--color-prussian) 100%);
  min-height: 70vh;
}

.page-hero--coaching::before {
  content: '';
  position: absolute;
  left: -5%;
  top: -30%;
  width: 50%;
  height: 160%;
  background: radial-gradient(ellipse at center, rgba(169, 150, 197, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* Hero vertical rhythm. This hero is unique among inner pages in carrying a
   subtitle + CTA, and the matching margins live in home.css (front page only),
   so restate them here using the same tokens. Scoped to --coaching so the other
   .page-hero pages (eyebrow + title only) are untouched. */
.page-hero--coaching .hero__eyebrow  { margin-bottom: var(--space-5); }
.page-hero--coaching .hero__title    { margin-bottom: var(--space-6); }
.page-hero--coaching .hero__subtitle { margin-bottom: var(--space-8); max-width: var(--measure-sm); }
.page-hero--coaching .hero__cta      { margin-top: var(--space-2); }
