/*
 * Adsrek Pay — Redesign v1.10.6
 * Fix only headline rendering. Card composition stays untouched.
 */

/* Kill inherited gradient-text mechanics completely */
.ap-landing .ap-hero h1 strong{
  display:inline!important;
  background:none!important;
  background-image:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  color:inherit!important;
  -webkit-text-fill-color:currentColor!important;
  text-shadow:none!important;
  opacity:1!important;
  filter:none!important;
}

/* Light — readable, calm blue */
html[data-theme="light"] .ap-landing .ap-hero h1{
  color:#102744!important;
}
html[data-theme="light"] .ap-landing .ap-hero h1 strong{
  color:#4f88b5!important;
  -webkit-text-fill-color:#4f88b5!important;
}

/* Dark — preserve current successful look */
html[data-theme="dark"] .ap-landing .ap-hero h1{
  color:#f3f7fb!important;
}
html[data-theme="dark"] .ap-landing .ap-hero h1 strong{
  color:#79b4cf!important;
  -webkit-text-fill-color:#79b4cf!important;
}
