/* Глобальный footer с перелинковкой (SEO + навигация) */

.site-footer {
    margin-top: 48px;
    border-top: 1px solid var(--border, #30363d);
    background: var(--card-bg, #161b22);
    font-size: 0.85em;
}

.site-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 16px 18px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.site-footer-col { display: flex; flex-direction: column; gap: 6px; }

.site-footer-title {
    font-weight: 600;
    color: var(--text, #c9d1d9);
    margin-bottom: 4px;
}

.site-footer-title a { color: inherit; text-decoration: none; }
.site-footer-title a:hover { color: var(--link, #58a6ff); }

.site-footer-col a {
    color: var(--text-muted, #8b949e);
    text-decoration: none;
}

.site-footer-col a:hover { color: var(--link, #58a6ff); text-decoration: underline; }

.site-footer-lang { margin-top: 8px; font-weight: 600; }

.site-footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 16px 20px;
    border-top: 1px solid var(--border, #30363d);
    color: var(--text-muted, #8b949e);
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    font-size: 0.92em;
}
