/* Media Queries for Template 6 - Modern Card Grid Dark Theme */

@media (max-width: 1200px) {
  .casino_list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
  }
}

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

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

  .section {
    padding: 4rem 0;
  }
}

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

  .site-nav ul {
    gap: 0.5rem;
  }

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

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

  .section {
    padding: 3rem 0;
  }

  .casino_list {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

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

  .section.head p {
    font-size: 1rem;
  }

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

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

  .casino-features {
    flex-direction: column;
    align-items: center;
  }
}
