/* ── Footer ────────────────────────────────────────────────────── */
footer {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.footer-bottom {
    width: 100%;
    padding: 0.9rem 1.5rem;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-bottom p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    float: left;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    white-space: nowrap;
    float: right;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-legal-links a:hover { color: #fff !important; }
.footer-legal-links span { color: rgba(255, 255, 255, 0.25); }

@media (max-width: 600px) {
    .footer-bottom p,
    .footer-legal-links {
        float: none;
        display: block;
        text-align: center;
    }
}

/* Ascunde headerul pe screen-urile finale (failed/blocked) */
body.hide-header #site-header {
    display: none;
}

body.hide-header .sa-wrapper {
    margin-top: 0;
    padding-top: 2rem;
    min-height: 100vh;
}

body.hide-header .legal-page {
    margin-top: 0;
    padding-top: 2rem;
}
