.site-footer {
    margin-top: 48px;
    padding: 24px 0 40px;
    border-top: 1px solid #334155;
    text-align: center;
}

.site-footer-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.site-footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
}

.site-footer-links a:hover {
    color: #e2e8f0;
}

.site-footer-note {
    max-width: 760px;
    margin: 0 auto;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .site-footer {
        margin-top: 36px;
        padding-bottom: 28px;
    }

    .site-footer-links {
        gap: 12px;
    }
}
