[data-reveal][data-delay="4"] { transition-delay: 0.48s; }
.sport-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.sport-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(27,58,45,0.16) !important; }
.sport-arrow { transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease; }
.sport-arrow:hover { background: #1B3A2D !important; color: #fff !important; border-color: #1B3A2D !important; }
.sport-arrow:active { transform: scale(0.94); }
.sport-dot:hover { opacity: 0.75; }
@media (max-width: 768px) {
      .two-col { grid-template-columns: 1fr !important; }
      .three-col { grid-template-columns: 1fr !important; }
      .footer-cols { grid-template-columns: 1fr !important; text-align: center; }
      .hero-actions { flex-direction: column; align-items: flex-start; }
    }
