.legal-footer {
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #f8f9fa;
    padding: 0.65rem 1rem;
}

.legal-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #6c757d;
}

.legal-footer-link {
    color: #0d6efd;
    text-decoration: none;
}

.legal-footer-link:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .legal-footer-inner {
        font-size: 0.78rem;
    }
}
