footer {
    text-align: center;
    padding: 32px 24px;
    font-size: 13px;
    color: var(--text-light);
    border-top: 1px solid #F0F0F5;
}

footer p {
    margin: 4px 0;
    line-height: 1.7;
}

footer a {
    color: var(--text-sub);
    text-decoration: none;
    transition: color 0.2s ease;
}

footer a:hover {
    color: var(--green);
}

footer .footer-divider {
    color: var(--text-light);
    margin: 0 8px;
    user-select: none;
}

footer .footer-compliance {
    margin-top: 8px;
    font-size: 12px;
    color: var(--text-light);
    opacity: 0.85;
}
footer .footer-compliance a {
    color: var(--text-light);
}
footer .footer-compliance a:hover {
    color: var(--text-sub);
}
