/* КРИТИЧЕСКИЙ ТЕСТ - footer с высоким приоритетом */
footer {
    background: #0f172a !important;
    color: white !important;
    padding: 4rem 0 2rem !important;
}

.footer {
    background: #0f172a !important;
    color: white !important;
}

footer.footer {
    background: #0f172a !important;
    color: white !important;
    display: block !important;
}

.footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

.footer-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 3rem !important;
    margin-bottom: 3rem !important;
}

.footer-section h4 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    color: white !important;
}

.footer-section a {
    color: #94a3b8 !important;
}

.footer-description {
    color: #94a3b8 !important;
}

.footer-bottom {
    border-top: 1px solid #334155 !important;
    padding-top: 2rem !important;
    text-align: center !important;
    color: #94a3b8 !important;
}
