@media (max-width: 1440px) {
    .about-wrapper {
        gap: 3rem;
    }

    .providers-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1024px) {
    .scroll-container {
        scroll-snap-type: none;
    }

    .section {
        min-height: auto;
        scroll-snap-align: none;
        padding: 5rem 2rem;
    }

    .section-hero {
        min-height: 100vh;
    }

    .side-dots {
        display: none;
    }

    .hero-headline {
        font-size: clamp(2.5rem, 6vw, 4.5rem);
    }

    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }

    .about-content {
        max-width: 100%;
    }

    .section-tag {
        padding-left: 0;
    }

    .section-tag::before {
        display: none;
    }

    .about-image {
        order: -1;
    }

    .about-image img {
        max-width: 400px;
    }

    .about-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .game-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .providers-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid .testimonial-card:last-child {
        grid-column: 1 / -1;
        max-width: 500px;
        margin: 0 auto;
    }

    .app-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .app-mockup {
        order: -1;
    }

    .app-content {
        max-width: 100%;
    }

    .app-features li {
        justify-content: center;
    }

    .app-badges {
        justify-content: center;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .footer-brand {
        max-width: 100%;
        margin: 0 auto;
    }

    .footer-logo {
        margin: 0 auto 1rem;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 4rem 1.5rem;
    }

    .section-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }

    .hero-headline {
        font-size: clamp(2.2rem, 7vw, 3.5rem);
    }

    .hero-logo {
        max-width: 200px;
    }

    .hero-sub {
        font-size: 1rem;
    }

    .btn {
        padding: 0.85rem 2rem;
        font-size: 0.85rem;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .about-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .feature-card {
        padding: 1.5rem 1rem;
    }

    .game-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .game-tabs {
        gap: 0.3rem;
    }

    .tab-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
    }

    .providers-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .provider-card {
        padding: 1.25rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonials-grid .testimonial-card:last-child {
        max-width: 100%;
    }

    .testimonial-card {
        padding: 2rem 1.5rem;
    }

    .phone-frame {
        max-width: 240px;
    }

    .footer-nav {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

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

    .hero-character {
        opacity: 0.3;
        max-width: 60%;
        right: -10%;
    }
}

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

    .section-hero {
        padding: 0;
    }

    .hero-content {
        padding: 1rem;
    }

    .hero-headline {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .hero-logo {
        max-width: 160px;
        margin-bottom: 1.5rem;
    }

    .hero-sub {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: center;
    }

    .hero-ctas .btn {
        width: 100%;
        max-width: 280px;
    }

    .section-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .stat-number {
        font-size: 1.75rem;
    }

    .stat-item {
        padding: 1rem;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .game-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .game-card h4 {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
    }

    .game-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tab-btn {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }

    .providers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .provider-card {
        padding: 1rem;
        min-height: 70px;
    }

    .provider-card img {
        max-height: 35px;
    }

    .testimonial-card {
        padding: 1.5rem 1.25rem;
    }

    .phone-frame {
        max-width: 200px;
    }

    .app-features li {
        font-size: 0.9rem;
    }

    .app-badges {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.75rem;
    }

    .payment-icons {
        gap: 1rem;
    }

    .payment-icons img {
        height: 24px;
    }

    .scroll-indicator {
        display: none;
    }

    .hero-character {
        opacity: 0.2;
        max-width: 70%;
        right: -15%;
    }
}

@media (max-width: 375px) {
    .hero-headline {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .about-stats {
        grid-template-columns: 1fr 1fr;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .game-grid {
        grid-template-columns: 1fr 1fr;
    }
}