/* BRAVE RENDER — final about-title safe color fix v5 — 2026-05-11 */

/* Only the real home hero title stays white forever. */
section#home.hero .hero-title-white,
section#home.hero [data-home-hero-final-white="true"],
.hero .br-home-hero-title-always-white-v5 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

/* Same title outside hero, especially About section/page, returns to theme color. */
[data-about-title-theme-safe="true"] {
  color: var(--text-color) !important;
  -webkit-text-fill-color: var(--text-color) !important;
  opacity: 1 !important;
}

/* Services requested editorial block: always #676767 */
.br-services-info-final-grey,
.br-services-info-final-grey p,
.br-services-info-final-grey h3,
.br-services-info-final-grey span,
.br-services-info-final-grey [data-final-color-lock="grey"] {
  color: #676767 !important;
  -webkit-text-fill-color: #676767 !important;
  opacity: 1 !important;
}

/* Footer is theme-reactive again. */
footer, footer * {
  color: var(--text-color) !important;
  -webkit-text-fill-color: var(--text-color) !important;
}
