@media (max-width: 1200px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .burger-menu {
    display: inline-flex;
  }

  .nav-overlay {
    display: block;
  }
}

@media (max-width: 1024px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .play-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .team-grid-about {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-stats {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    gap: 1.5rem;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .hero-visual {
    order: -1;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .players-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.75rem;
    max-height: none;
    padding-bottom: 0.5rem;
  }

  .player-card {
    flex: 0 0 62vw;
    max-width: 240px;
    scroll-snap-align: start;
  }

  .slider-controls.mobile-only {
    display: flex;
  }

  .team-slots {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .team-slot {
    flex: 0 0 75vw;
    max-width: 280px;
    scroll-snap-align: start;
  }

  .predictions-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-map iframe {
    height: 100px;
  }

  .cookie-content {
    grid-template-columns: 1fr;
  }

  .ai-agent-fab .fab-label {
    display: none;
  }
}

@media (max-width: 480px) {
  .team-grid-about {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}
