/* Общий футер */
footer.site-footer {
    position: relative;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.05));
    padding: 2rem 5%;
    text-align: center;
    color: var(--text-muted, rgba(255, 255, 255, 0.5));
    font-size: 0.9rem;
    margin-top: auto;
}

footer.site-footer a {
    color: var(--text-muted, rgba(255, 255, 255, 0.5));
    text-decoration: none;
    transition: color 0.3s;
}

footer.site-footer a:hover {
    color: var(--aura-green, #3ebd5e);
}

.site-footer-links {
    margin-top: 0.65rem;
}
