/* ============ ФУТЕР ============ */
.main-footer {
    padding: 0.5rem 0 !important;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100;
    margin-top: auto;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3) !important;
    color: #ffffff !important;
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-content {
    padding: 0 1rem;
}

.footer-copyright {
    font-size: 0.8rem;
    opacity: 0.9;
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}