/* Footer */
.site-footer {
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.05);
    text-align: center;
    font-size: 0.85rem;
    color: #888;
}

/* Reset complet des liens du footer */
.site-footer a {
    all: revert;
    color: #9c6bff;
    text-decoration: none;
    margin: 0 12px;
    font-size: 0.85rem;
}

.site-footer a:hover {
    text-decoration: underline;
}

/* Correction scroll pages légales */
body.legal-page {
    overflow: auto !important;
    height: auto !important;
}

body.legal-page .container {
    padding: 30px 30px 60px 30px;
    max-width: 900px;
    margin: 0 auto;
}

/* Correction pages légales */
.legal-container {
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
    display: block !important;
}

/* Bouton retour radio */
.back-radio {
    display: inline-block;
    margin-bottom: 20px;
    color: #9c6bff;
    text-decoration: none;
    padding: 8px 14px;
    border: 1px solid rgba(156,107,255,0.4);
    border-radius: 20px;
    transition: 0.2s ease;
}

.back-radio:hover {
    opacity: 1;
    transform: translateX(-3px);
}
