/* MEJORAS.CSS — Optimización PageSpeed: hero sin 404, contraste y objetivos táctiles */
.carousel__slide--hero { background: linear-gradient(135deg, #00526D 0%, #003B4F 100%) !important; }
.btn--primary { color: #003B4F !important; }
.btn--primary:hover { color: #003B4F !important; }
.schedule-card__time { color: #9A6700 !important; }
.social-card small { opacity: .85 !important; }
.footer__copyright { color: rgba(255, 255, 255, .8) !important; }
.carousel__dot { width: 24px !important; height: 24px !important; padding: 7px !important; background-clip: content-box !important; border-radius: 50% !important; }
.carousel__dot.is-active { width: 38px !important; border-radius: 6px !important; }
@media (max-width: 767px) {
    .carousel__dot { padding: 8px !important; }
    .carousel__dot.is-active { width: 36px !important; }
}