.site-footer {
    width: 100%;
    background-color: #f7f9fa;
    border-top: 1px solid #e9ecef;
    padding: 40px 24px 56px;
    margin-top: 40px;
    color: #495057;
    font-size: 13px;
    line-height: 1.6;
}

.site-footer .footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.site-footer .footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.site-footer .footer-links a {
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s ease;
}

.site-footer .footer-links a:hover {
    color: #212529;
    text-decoration: underline;
}

.site-footer .footer-links a.highlight {
    font-weight: 700;
    color: #212529;
}

.site-footer .footer-links .sep,
.site-footer .footer-info .sep {
    color: #ced4da;
    font-size: 12px;
    user-select: none;
}

.site-footer .footer-info {
    font-size: 13px;
    color: #6c757d;
}

.site-footer .footer-info p {
    margin: 4px 0;
}

.site-footer .footer-info a {
    color: #6c757d;
    text-decoration: underline;
}

.site-footer .footer-info .company-name {
    font-weight: 700;
    color: #343a40;
    font-size: 14px;
}

.site-footer .copyright {
    margin-top: 10px;
    color: #adb5bd;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .site-footer {
        padding: 30px 16px 44px;
    }

    .site-footer .footer-links {
        gap: 6px 10px;
    }

    .site-footer .footer-links a {
        font-size: 13px;
    }

    .site-footer .footer-info {
        font-size: 12px;
    }
}
