/* Media Queries for Cyberpunk Neon Theme */

@media (max-width: 1200px) {
  .casino-item {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 992px) {
  .header-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section.head h1 {
    font-size: 3.5rem;
  }

  .section header h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .section.head {
    padding: 6rem 0;
  }

  .section.head h1 {
    font-size: 2.8rem;
  }

  .section {
    padding: 4rem 0;
  }

  .casino-item {
    width: 100%;
    max-width: 400px;
  }

  .casino-logo {
    width: 100%;
    height: 100px;
  }

  .footer-columns {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .footer-links ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-nav ul {
    flex-direction: column;
    width: 100%;
  }

  .site-nav a {
    margin-right: 0;
    margin-bottom: 1px;
  }
}

@media (max-width: 480px) {
  .section.head h1 {
    font-size: 2.2rem;
  }

  .section header h2 {
    font-size: 2rem;
  }

  .text-content {
    padding: 2rem;
  }

  .casino-button {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }

  .bonus-amount {
    font-size: 1.5rem;
  }
}
