@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    height: auto;
    padding: 12px 0;
    gap: 10px;
  }

  .nav-links {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-links a {
    font-size: 0.75rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero {
    padding: 60px 0 48px;
  }

  .hero-carousel {
    min-height: 400px;
  }

  .carousel-content h1 {
    font-size: 2rem;
  }

  .carousel-content {
    padding: 60px 24px 60px;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .ticket-layout {
    grid-template-columns: 1fr;
  }

  .type-selector {
    grid-template-columns: 1fr;
  }

  .category-row {
    flex-wrap: wrap;
  }

  .category-price {
    min-width: auto;
  }

  .page-header h1 {
    font-size: 1.8rem;
  }

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

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .hero h1 {
    font-size: 1.6rem;
  }

  .hero-carousel {
    min-height: 360px;
  }

  .carousel-content h1 {
    font-size: 1.6rem;
  }

  .btn {
    padding: 12px 24px;
    font-size: 0.8rem;
  }
}
