
/* Lighthouse accessibility fixes — homepage */
.trust-card-title{
  margin:0 0 .35rem;
  font-size:1.02rem;
  line-height:1.35;
  font-weight:800;
  color:#0b2345;
}

/* Improve contrast for the colored links shown in the Lighthouse report. */
.why-network-link{
  color:#084c8d !important;
  font-weight:800;
}
.home-why-card:nth-child(2) .why-network-link,
.home-why-card:nth-child(3) .why-network-link,
.home-why-card:nth-child(4) .why-network-link{
  color:#084c8d !important;
}

/* Google-review CTA */
.review-google-link{
  color:#084c8d !important;
  font-weight:800;
}

/* White text on stronger green backgrounds for WCAG AA contrast. */
.review-whatsapp-btn,
a.review-whatsapp-btn{
  background:#087a36 !important;
  color:#fff !important;
  font-weight:800;
}

/* Footer / floating WhatsApp text links where present */
a[href*="wa.me"] span,
a[href*="wa.me"].whatsapp-btn,
.whatsapp-btn{
  color:#fff;
}

/* Stronger contrast for cyan/teal ticket buttons shown in the audit. */
.ticket-btn,
a.ticket-btn,
.book-ticket-btn,
a.book-ticket-btn{
  background:#075985 !important;
  color:#fff !important;
  font-weight:800;
}

/* Keep generic muted copy readable against pale card backgrounds. */
.home-why-card p,
.review-three-card p,
.trust-card p{
  color:#334155;
}
