/* Template 6 - Professional Purple/Gray Theme - Responsive Styles */

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

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

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

  .casino_list {
    gap: 1.5rem;
  }

  .casino-item {
    width: calc(50% - 0.75rem);
    min-width: 280px;
  }

  .casino-logo {
    width: 320px;
    height: 107px;
  }

  .text-content {
    padding: 2.5rem;
  }
}

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

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

  .site-nav a {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }

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

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

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

  .section {
    padding: 4rem 0;
  }

  .section header {
    margin-bottom: 3rem;
  }

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

  .casino_list {
    gap: 1.2rem;
  }

  .casino-item {
    width: 100%;
    min-width: auto;
  }

  .casino-logo {
    width: 280px;
    height: 93px;
  }

  .casino-header {
    padding: 1.5rem;
  }

  .casino-body {
    padding: 1.5rem;
  }

  .casino-bonus {
    padding: 1.2rem;
  }

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

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

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

  .text-content {
    padding: 2rem;
  }

  .text-content h3 {
    font-size: 1.3rem;
  }
}

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

  .site-logo {
    gap: 0.8rem;
  }

  .site-logo img {
    width: 40px;
    height: 40px;
  }

  .site-name {
    font-size: 1.5rem;
  }

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

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

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

  .section {
    padding: 3rem 0;
  }

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

  .casino-logo {
    width: 240px;
    height: 80px;
  }

  .casino-name {
    font-size: 1.2rem;
  }

  .casino-header {
    padding: 1.2rem;
  }

  .casino-body {
    padding: 1.2rem;
  }

  .casino-bonus {
    padding: 1rem;
  }

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

  .detail-item {
    padding: 0.8rem 1.2rem;
    flex-direction: column;
    gap: 0.3rem;
    text-align: center;
  }

  .accordion-question {
    padding: 1.2rem 1.5rem;
    font-size: 1rem;
  }

  .text-content {
    padding: 1.5rem;
  }

  .text-content h3 {
    font-size: 1.2rem;
  }

  .footer {
    padding: 2rem 0 1rem;
  }

  .footer-links a {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}
