/* Адаптивность для Support.cshtml */
@media (max-width: 992px) {
    .hero-logo img {
        height: 150px !important;
        width: 150px !important;
    }
    
    .display-2 {
        font-size: 2.5rem !important;
    }
    
    .hero-right img {
        max-width: 400px !important;
    }
}

@media (max-width: 768px) {
    .hero-logo img {
        height: 120px !important;
        width: 120px !important;
    }
    
    .display-2 {
        font-size: 2rem !important;
    }
    
    .lead {
        font-size: 1.1rem !important;
    }
    
    .hero-right img {
        max-width: 300px !important;
        margin-top: 2rem;
    }
    
    .btn-lg {
        padding: 0.5rem 1.5rem !important;
        font-size: 1rem !important;
    }
    
    .display-3 {
        font-size: 2rem !important;
    }
    
    .mission-bg-logo img {
        width: 400px !important;
        height: 400px !important;
    }
    
    .certificate-card {
        margin: 1rem 0 !important;
    }
    
    .product-card {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 576px) {
    .hero-logo img {
        height: 100px !important;
        width: 100px !important;
    }
    
    .display-2 {
        font-size: 1.8rem !important;
    }
    
    .lead {
        font-size: 1rem !important;
    }
    
    .hero-right img {
        max-width: 250px !important;
    }
    
    .btn-lg {
        padding: 0.4rem 1.2rem !important;
        font-size: 0.9rem !important;
    }
    
    .display-3 {
        font-size: 1.8rem !important;
    }
    
    .mission-bg-logo img {
        width: 300px !important;
        height: 300px !important;
    }
    
    .certificate-icon {
        width: 60px !important;
        height: 60px !important;
    }
    
    .certificate-icon i {
        font-size: 2rem !important;
    }
    
    .product-image {
        height: 150px !important;
    }
    
    .product-image .bi {
        font-size: 3rem !important;
    }
    
    .product-card h5 {
        font-size: 1rem !important;
    }
    
    .product-card p {
        font-size: 0.9rem !important;
    }
    
    .d-flex.gap-3 {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .d-flex.gap-3 .btn {
        width: 100% !important;
    }
}
