.site-footer {
    border-top: 1px solid #f1f5f9;
    background: rgba(255, 255, 255, .8);
    padding: 28px 0;
    color: #64748b;
    font-size: 14px;
    margin-top: 20px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-inner strong {
    color: #334155;
}