.site-footer {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #e2e8f0;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.site-footer-title {
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #f8fafc;
}

.site-footer-subtitle {
    color: #cbd5e1;
    font-size: 0.92rem;
}

.site-footer-link {
    color: #cbd5e1;
    text-decoration: none;
    margin: 0 0.45rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.site-footer-link:hover,
.site-footer-link:focus {
    color: #38bdf8;
}

.site-footer-badge {
    display: inline-block;
    background-color: rgba(56, 189, 248, 0.16);
    color: #7dd3fc;
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
}

.site-footer-separator {
    border-color: rgba(148, 163, 184, 0.25);
}

.site-footer-meta {
    color: #94a3b8;
}

@media (max-width: 767.98px) {
    .site-footer-link {
        display: inline-block;
        margin: 0.25rem 0.5rem;
    }
}
