body[data-bs-theme="dark"] .site-footer {
    border-top-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(61, 61, 61, 0.98), rgba(24, 24, 24, 0.94));
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.1rem 0;
}

.site-footer__meta {
    color: rgba(17, 24, 39, 0.7);
    max-width: 720px;
}

.site-footer__meta strong {
    display: block;
    margin-bottom: 0.2rem;
    color: #111827;
}

body[data-bs-theme="dark"] .site-footer__meta {
    color: rgba(243, 244, 246, 0.72);
}

body[data-bs-theme="dark"] .site-footer__meta strong {
    color: #f9fafb;
}

.site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.2rem;
}

.site-footer__nav a {
    color: #111827;
    font-weight: 600;
    text-decoration: none;
}

.site-footer__nav a:hover {
    opacity: 0.72;
}

body[data-bs-theme="dark"] .site-footer__nav a {
    color: #f9fafb;
}

