/* DELTA-SIERRA MARS — UX CTA visited-state fix
   Public CTA/button surfaces must not inherit editorial visited-link colors.
   Normal and :visited states keep the same strong contrast.
*/

html body .mars-portal-main .mars-hero .mars-hero__actions a,
html body .mars-portal-main .mars-hero .mars-hero__actions a:visited,
html body .mars-portal-main .mars-system-hero .mars-hero__actions a,
html body .mars-portal-main .mars-system-hero .mars-hero__actions a:visited{
  background:#ffffff !important;
  color:#102c4e !important;
  border:2px solid #ffffff !important;
  text-decoration:none !important;
  font-weight:850 !important;
  transition:transform .14s ease, background-color .14s ease, color .14s ease,
             border-color .14s ease, box-shadow .14s ease;
}

html body .mars-portal-main .mars-hero .mars-hero__actions a:hover,
html body .mars-portal-main .mars-hero .mars-hero__actions a:focus-visible,
html body .mars-portal-main .mars-hero .mars-hero__actions a:visited:hover,
html body .mars-portal-main .mars-hero .mars-hero__actions a:visited:focus-visible,
html body .mars-portal-main .mars-system-hero .mars-hero__actions a:hover,
html body .mars-portal-main .mars-system-hero .mars-hero__actions a:focus-visible,
html body .mars-portal-main .mars-system-hero .mars-hero__actions a:visited:hover,
html body .mars-portal-main .mars-system-hero .mars-hero__actions a:visited:focus-visible{
  background:#ffd88b !important;
  color:#071829 !important;
  border-color:#fff0c7 !important;
  transform:translateY(-2px);
  box-shadow:0 9px 22px rgba(5,25,48,.24);
  outline:3px solid #ffbf47 !important;
  outline-offset:3px !important;
}
