@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }

    .main-nav {
        display: none;
    }

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

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-section {
        padding: 60px 0;
    }

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

    .content-wrapper h3 {
        font-size: 22px;
    }

    .pros-cons-block {
        flex-direction: column;
    }

    .winners-list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .author-block {
        flex-direction: column;
        text-align: center;
    }

    .author-social {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }

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

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        text-align: center;
    }

    .hero-section {
        padding: 40px 0;
    }

    .content-wrapper {
        padding: 25px;
    }

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

    .content-wrapper h3 {
        font-size: 20px;
    }

    .winners-list {
        grid-template-columns: 1fr;
    }

    .download-buttons {
        flex-direction: column;
    }

    .btn-download {
        width: 100%;
        text-align: center;
    }

    .slot-reels {
        gap: 10px;
    }

    .slot-reel {
        width: 60px;
        height: 80px;
        font-size: 36px;
    }

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

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

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

    .widget-btn {
        width: 100%;
        text-align: center;
    }

    .footer-main {
        padding: 30px 0 15px;
    }

    .content-wrapper table {
        font-size: 14px;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .content-wrapper th,
    .content-wrapper td {
        padding: 10px;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .k7x9m2p {
        padding: 10px 0;
    }

    .logo-img {
        max-width: 140px;
    }

    .btn-login,
    .btn-register {
        padding: 8px 15px;
        font-size: 13px;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 13px;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 12px 25px;
        font-size: 16px;
    }

    .content-wrapper {
        padding: 20px;
    }

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

    .content-wrapper h3 {
        font-size: 18px;
    }

    .content-wrapper p,
    .content-wrapper li {
        font-size: 14px;
    }

    .pros-column,
    .cons-column {
        padding: 20px;
    }

    .winners-block {
        padding: 20px;
    }

    .app-info-block {
        padding: 20px;
    }

    .video-block {
        padding: 20px;
    }

    .slot-game-block {
        padding: 20px;
    }

    .slot-machine {
        padding: 20px;
    }

    .slot-reels {
        gap: 5px;
    }

    .slot-reel {
        width: 50px;
        height: 70px;
        font-size: 28px;
        padding: 10px;
    }

    .btn-spin {
        padding: 10px 25px;
        font-size: 16px;
    }

    .slot-result {
        font-size: 18px;
    }

    .author-block {
        padding: 20px;
    }

    .author-photo {
        width: 100px;
        height: 100px;
    }

    .author-info h4 {
        font-size: 20px;
    }

    .author-social {
        flex-wrap: wrap;
    }

    .fixed-widget {
        padding: 10px 15px;
    }

    .widget-text {
        font-size: 12px;
    }

    .widget-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .hero-title {
        font-size: 20px;
    }

    .hero-subtitle {
        font-size: 12px;
    }

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

    .content-wrapper h3 {
        font-size: 16px;
    }

    .slot-reels {
        gap: 3px;
    }

    .slot-reel {
        width: 45px;
        height: 60px;
        font-size: 24px;
        padding: 8px;
    }
}

@media print {
    .header-main,
    .fixed-widget,
    .burger-menu,
    .mobile-menu {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }

    .content-wrapper {
        box-shadow: none;
        padding: 0;
    }
}
