/* Tablet */
@media (max-width: 992px) {
  .q4w7n-header-inner {
    grid-template-columns: 160px 1fr auto;
  }

  .p7n4k-nav-menu {
    display: none;
  }

  .w6t3l-online-counter {
    display: none;
  }

  .l3q8v-burger {
    display: flex;
  }

  .h6m9k-mobile-menu {
    display: block;
  }

  .slide-title {
    font-size: 36px;
  }

  .slide-text {
    font-size: 20px;
  }

  .k5l8q-screenshot-grid {
    grid-template-columns: 1fr;
  }

  .v2b9x-screenshot-item {
    max-width: 600px;
    margin: 0 auto;
  }

  .r8d5n-tournament-grid {
    grid-template-columns: 1fr;
  }

  .p4k7m-tournament-card {
    max-width: 600px;
    margin: 0 auto;
  }

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

  .footer-col-logo {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .q4w7n-header-inner {
    grid-template-columns: 140px 1fr auto auto;
    gap: 10px;
  }

  .r5k8m-header-actions {
    gap: 8px;
  }

  .r5k8m-header-actions .btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .t4k7p-hero-slider {
    height: 350px;
  }

  .slide-title {
    font-size: 28px;
  }

  .slide-text {
    font-size: 16px;
  }

  .w9q4n-hero-btn {
    font-size: 16px;
    padding: 12px 30px;
  }

  .slider-arrow {
    width: 45px;
    height: 45px;
    font-size: 36px;
  }

  .j6p4l-main-title {
    font-size: 28px;
  }

  .k2m7n-content-wrapper h2 {
    font-size: 24px;
  }

  .xj8k2-info-table {
    padding: 20px;
    overflow-x: auto;
  }

  .q9w3r-table {
    font-size: 14px;
  }

  .q9w3r-table td {
    padding: 10px;
  }

  .n7q2x-app-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .c5w8k-app-btn {
    justify-content: center;
  }

  #wheelCanvas {
    width: 300px;
    height: 300px;
  }

  .x2v7n-spin-btn {
    font-size: 18px;
    padding: 12px 40px;
  }

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

  .payment-logos,
  .provider-logos {
    justify-content: center;
  }

  .widget-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .widget-bonus {
    justify-content: center;
  }

  .l6q9p-widget-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .q4w7n-header-inner {
    grid-template-columns: 120px 1fr auto;
  }

  .r5k8m-header-actions .btn {
    padding: 6px 12px;
    font-size: 13px;
  }

  .t4k7p-hero-slider {
    height: 280px;
  }

  .slide-title {
    font-size: 22px;
  }

  .slide-text {
    font-size: 14px;
  }

  .w9q4n-hero-btn {
    font-size: 14px;
    padding: 10px 25px;
  }

  .j6p4l-main-title {
    font-size: 24px;
  }

  .xj8k2-info-table,
  .b8m5t-app-section,
  .y6t3m-wheel-section {
    padding: 15px;
  }

  #wheelCanvas {
    width: 250px;
    height: 250px;
  }
}
