/* ===== МОБИЛЬНЫЕ СТИЛИ (480px и ниже) ===== */

@media (max-width: 480px) {
    
    /* ===== КОНТАКТНЫЕ КНОПКИ - ОПТИМИЗИРОВАННЫЕ ОТСТУПЫ ===== */
    .btn-wa,
    .btn-wc {
        margin: 4px !important;
    }

    .contact-phone {
        margin: 4px !important;
    }

    .contact-buttons {
        gap: 0 !important;
        justify-content: center;
    }

    .contact-buttons .btn-wa,
    .contact-buttons .btn-wc,
    .contact-buttons .contact-phone {
        width: auto;
        padding: 10px 20px;
        font-size: 14px;
    }

    /* ===== НАВИГАЦИЯ ===== */
    .nav-catalog-link {
        padding: 5px 10px;
        font-size: 11px;
        margin: 2px;
    }

    .nav-catalog {
        gap: 4px;
        margin-top: 20px;
    }

    /* ===== ЗАГОЛОВКИ И ТЕКСТ ===== */
    .hero h1 {
        font-size: 28px;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .block-header h2 {
        font-size: 22px;
    }

    /* ===== КАРТОЧКИ ===== */
    .service-card,
    .advantage-card,
    .model-card {
        padding: 20px 16px;
    }

    .compact-card {
        padding: 0;
    }

    .compact-img {
        height: 150px;
    }

    .compact-card h3 {
        font-size: 14px;
        padding: 8px 4px 0;
    }

    .compact-card p {
        font-size: 10px;
        padding: 0 4px 4px;
    }

    /* ===== КОНТАКТНАЯ КАРТОЧКА ===== */
    .contact-card {
        flex-direction: column;
        text-align: center;
        padding: 24px 16px;
        gap: 24px;
    }

    .contact-left h2 {
        font-size: 24px;
    }

    .contact-left p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    /* ===== СЕТКИ ===== */
    .services-grid,
    .advantages-grid,
    .models-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* ===== РАЗДЕЛЫ ===== */
    .services-section,
    .advantages-section,
    .models-section,
    .contact-section {
        padding: 40px 0;
    }

    .hero {
        padding: 40px 0;
    }

    /* ===== ИКОНКИ ===== */
    .service-icon,
    .card-icon,
    .model-icon-new {
        width: 50px;
        height: 50px;
    }

    .service-icon i,
    .card-icon i {
        font-size: 24px;
    }

    .model-icon-new i {
        font-size: 24px;
    }

    /* ===== ФУТЕР ===== */
    .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .footer-logo h3 {
        font-size: 20px;
    }

    .footer-links {
        gap: 16px;
        flex-direction: column;
    }
}

/* ===== ЭКСТРА-МОБИЛЬНЫЕ СТИЛИ (360px и ниже) ===== */
@media (max-width: 360px) {
    
    .btn-wa,
    .btn-wc,
    .contact-phone {
        padding: 8px 16px;
        font-size: 12px;
        margin: 3px !important;
    }

    .hero h1 {
        font-size: 24px;
    }

    .section-header h2 {
        font-size: 20px;
    }

    .compact-card h3 {
        font-size: 12px;
    }

    .compact-card p {
        font-size: 9px;
    }

    .contact-left h2 {
        font-size: 20px;
    }
}
