/* CTA final: contraste alto para reconhecer imediatamente onde clicar. */
.service-card .service-cta,
.service-card.featured .service-cta {
  background: #3155e7 !important;
  color: #fff !important;
  border-color: #3155e7 !important;
  box-shadow: 0 6px 0 #193dbb !important;
}

.service-card .service-cta .cta-copy small,
.service-card.featured .service-cta .cta-copy small {
  color: #e7ebff !important;
}

.service-card:hover .service-cta,
.service-card.featured:hover .service-cta {
  background: #2346cf !important;
  color: #fff !important;
  border-color: #2346cf !important;
  box-shadow: 0 8px 0 #a8ff36 !important;
}
