/* V298 — specialist service hero contrast hotfix
   Fixes dark/unreadable unaccented hero-heading text on the four premium
   specialist-service pages while preserving their blue accent word/phrase,
   imagery, sticky navigation and existing layout. */

body.service-detail-page:not(.seo250-page) .service-detail-hero h1 {
  color: #f7fbff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.10);
}

body.service-detail-page:not(.seo250-page) .service-detail-hero h1 span {
  background: linear-gradient(90deg,#64b8ff,#1390f2 55%,#8fd8ff) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

body.service-detail-page:not(.seo250-page) .service-detail-hero > .container > .service-detail-hero__grid > div:first-child > p {
  color: #d2e1ef !important;
}

body.service-detail-page:not(.seo250-page) .service-detail-hero > .container > .service-detail-hero__grid > div:first-child > p a {
  color: #83c9ff !important;
}
