/* Make links at the bottom of each service or card clearly visible on light backgrounds */
.card a:not(.btn),
.pkg a:not(.btn),
.content-card a:not(.btn),
.feature-card a:not(.btn),
.foot-help a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(37,99,235,.25);
}
.card a:not(.btn):hover,
.pkg a:not(.btn):hover,
.content-card a:not(.btn):hover,
.feature-card a:not(.btn):hover,
.foot-help a:hover {
  text-decoration: underline;
  border-bottom-color: transparent;
}

/* Ensure CTA buttons remain readable on light cards */
.card .btn, .pkg .btn {
  color: #ffffff;
}
