/* WCAG AA fix: #5a6278 (4.38:1) → #4a5568 (5.9:1 on white) */
.si-hero__sub,
.pr-hero__sub,
.feat-hero__sub,
.page-intro__subtitle,
[style*="color: #5a6278"],
[style*="color:#5a6278"] {
    color: #4a5568 !important;
}