.legal-content {
    background: rgba(8, 40, 63, 0.35);
    border: 1px solid rgba(61, 135, 145, 0.3);
    border-radius: 14px;
    padding: 2rem;
    margin-top: 1.5rem;
}

.legal-content p {
    margin: 1rem 0;
    color: var(--text);
    line-height: 1.65;
}

.legal-content a {
    color: #5db3c4;
}

footer a {
    color: #5db3c4 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #3d8791 !important;
}

footer .a {
    color: var(--accent-bright);
}
