/* SEPINDAR R12.23 — Home hero color correction only.
   Scoped to Home premium hero. No sizing/layout/backend changes. */

.home-page .premium-hero-v37,
.home-page .premium-hero-v37-copy{
  color:#fff!important;
}

.home-page .premium-hero-v37 h1{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 3px 24px rgba(0,0,0,.24)!important;
}

.home-page .premium-hero-v37-lead,
.home-page .premium-hero-v37-lead p{
  color:#f2f6fb!important;
}

.home-page .premium-hero-v37 .eyebrow,
.home-page .premium-hero-v37 .premium-hero-v37-kicker{
  color:#f0c64a!important;
}

.home-page .premium-hero-v37-actions .glass{
  color:#fff!important;
  border-color:rgba(255,255,255,.42)!important;
  background:rgba(255,255,255,.08)!important;
}

.home-page .premium-hero-v37-actions .glass:hover{
  color:#fff!important;
  background:rgba(255,255,255,.15)!important;
  border-color:rgba(255,255,255,.62)!important;
}

/* RTL/LTR behave identically for text color. */
html[dir="rtl"] .home-page .premium-hero-v37 h1,
html[dir="ltr"] .home-page .premium-hero-v37 h1{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
