/* ============================================================================
   Responsive Design - Mobile First
   ============================================================================ */

/* Tablets (768px and below) */
@media (max-width: 768px) {
    
    :root {
        --container-width: 95%;
    }
    
    .navbar-menu {
        gap: 1rem;
        font-size: 0.9rem;
    }
    
    .navbar-right {
        gap: 1rem;
    }
    
    .navbar-brand {
        width: auto;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1.1rem;
    }
    
    .hero-stats {
        flex-direction: row;
        gap: 1rem;
        flex-wrap: wrap;
    }
    
    .stat-card {
        min-width: calc(50% - 0.5rem);
        padding: 20px 15px;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .why-choose h2,
    .about-studio h2,
    .popular-mods h2 {
        font-size: 2rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
    
    .feature-icon {
        font-size: 2.5rem;
    }
    
    .feature-card h3 {
        font-size: 1.2rem;
    }
    
    .about-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-card {
        padding: 30px 25px;
    }
    
    .cta-section h2 {
        font-size: 2rem;
    }
    
    .cta-section p {
        font-size: 1rem;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Mobile Phones (480px and below) */
@media (max-width: 480px) {
    
    :root {
        --container-width: 100%;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    .navbar {
        padding: 0.75rem 0;
    }
    
    .navbar .container {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .navbar-brand {
        width: 100%;
        order: 1;
        margin-bottom: 0.5rem;
    }
    
    .navbar-menu {
        width: 100%;
        order: 3;
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .navbar-right {
        width: 100%;
        order: 2;
        flex-direction: row;
        gap: 0.5rem;
    }
    
    .nav-link {
        padding: 8px 0;
        font-size: 0.9rem;
    }
    
    .language-switcher {
        border-right: none;
        padding-right: 0;
    }
    
    .logo {
        font-size: 1.1rem;
    }
    
    .logo i {
        font-size: 1.5rem;
    }
    
    .profile-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .hero {
        padding: 50px 0;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .hero p {
        font-size: 0.95rem;
    }
    
    .hero-stats {
        padding-top: 2rem;
        gap: 0.75rem;
        flex-wrap: wrap;
    }
    
    .stat-card {
        min-width: calc(50% - 0.375rem);
        padding: 15px 10px;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.7rem;
    }
    
    .why-choose,
    .about-studio,
    .popular-mods {
        padding: 50px 0;
    }
    
    .why-choose h2,
    .about-studio h2,
    .popular-mods h2 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-card {
        padding: 20px 15px;
    }
    
    .feature-icon {
        font-size: 2rem;
    }
    
    .feature-card h3 {
        font-size: 1rem;
    }
    
    .feature-card p {
        font-size: 0.85rem;
    }
    
    .about-text p {
        font-size: 0.95rem;
    }
    
    .about-cards {
        grid-template-columns: 1fr;
    }
    
    .about-card {
        padding: 20px;
    }
    
    .about-card h3 {
        font-size: 1.2rem;
    }
    
    .about-card p {
        font-size: 0.9rem;
    }
    
    .mods-grid {
        grid-template-columns: 1fr;
        min-height: 200px;
    }
    
    .placeholder-card {
        min-height: 150px;
    }
    
    .placeholder-content i {
        font-size: 2.5rem;
    }
    
    .placeholder-content p {
        font-size: 0.95rem;
    }
    
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-section h2 {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
    
    .cta-section p {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    .btn-primary {
        padding: 10px 24px;
        font-size: 0.9rem;
    }
    
    .footer {
        padding: 40px 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-section h4 {
        font-size: 0.95rem;
    }
    
    .footer-section p,
    .footer-section ul li a {
        font-size: 0.85rem;
    }
    
    .footer-bottom p {
        font-size: 0.8rem;
    }
}

/* Extra Small Phones (320px and below) */
@media (max-width: 320px) {
    
    .container {
        padding: 0 0.75rem;
    }
    
    .hero h1 {
        font-size: 1.4rem;
    }
    
    .hero p {
        font-size: 0.85rem;
    }
    
    .stat-number {
        font-size: 1.2rem;
    }
    
    .stat-label {
        font-size: 0.65rem;
    }
    
    .why-choose h2,
    .about-studio h2,
    .popular-mods h2 {
        font-size: 1.4rem;
    }
    
    .feature-card h3 {
        font-size: 0.95rem;
    }
    
    .feature-card p {
        font-size: 0.8rem;
    }
    
    .cta-section h2 {
        font-size: 1.3rem;
    }
}

/* Print Styles */
@media print {
    
    .navbar {
        display: none;
    }
    
    .cta-section {
        display: none;
    }
    
    .footer {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
    
    a {
        color: inherit;
    }
}
