/* Mobile-specific styles for VitiRev */

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero {
        padding: 4rem 0;
        padding-top: 100px;
        min-height: 400px;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .features,
    .game-showcase,
    .faq-section {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .feature-card,
    .game-card,
    .faq-item {
        padding: 1.5rem;
    }

    .game-image {
        height: 180px;
    }
}

@media (max-width: 320px) {
    .logo h1 {
        font-size: 1.2rem;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 0.85rem;
    }

    .feature-card,
    .game-card,
    .faq-item {
        padding: 1.25rem;
    }

    .page-content {
        padding: 1.5rem 15px;
    }

    .page-content h1,
    .page-content article h1 {
        font-size: 1.5rem;
    }

    .page-content h2,
    .page-content article h2 {
        font-size: 1.3rem;
    }

    .page-content h3,
    .page-content article h3 {
        font-size: 1.1rem;
    }

    .contact-form {
        padding: 1.5rem;
        margin: 1.5rem 0;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group textarea {
        font-size: 16px; /* Prevents zoom on iOS */
    }

    .contact-form .btn {
        width: 100%;
        max-width: 100%;
    }

    .cookie-banner {
        bottom: 0;
        right: 0;
        left: 0;
        max-width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}
