/* Train With Okey – Hero Contrast (applied automatically on homepage) */

/* Try to cover common hero wrappers */
.hero, .hero-section, .section-hero, .site-hero, .wp-block-cover {
  position: relative;
}

/* Overlay for contrast */
.hero::before, .hero-section::before, .section-hero::before, .site-hero::before, .wp-block-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 0;
  pointer-events: none;
}

/* Ensure content sits over overlay */
.hero *, .hero-section *, .section-hero *, .site-hero *,
.wp-block-cover .wp-block-cover__inner-container * {
  position: relative;
  z-index: 1;
}

/* Headline */
.hero h1, .hero .hero-title, .hero-section h1, .hero-section .hero-title,
.section-hero h1, .section-hero .hero-title, .site-hero h1, .site-hero .hero-title,
.wp-block-cover .wp-block-cover__inner-container h1 {
  color: #FFFFFF;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

/* Subheading */
.hero p, .hero .hero-subtitle, .hero-section p, .hero-section .hero-subtitle,
.section-hero p, .section-hero .hero-subtitle, .site-hero p, .site-hero .hero-subtitle,
.wp-block-cover .wp-block-cover__inner-container p {
  color: #F2F4F7;
  text-shadow: 0 1px 4px rgba(0,0,0,.35);
  line-height: 1.5;
}
