/* ===== ФУТЕР ===== */
.site-footer {
    background: linear-gradient(135deg, #2c3e50, #1a252f);
    padding: 5px 0;
    position: relative;
    border-top: 3px solid #3498db;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    margin-top: auto;
    z-index: 100;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

.footer-text {
    text-transform: uppercase;
    color: #ecf0f1;
    font-size: 0.85rem;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
}