.site-footer {
    background: #fff;
    border-top: 1px solid #e9ecef;
    margin-top: 48px;
    padding: 40px 0 24px;
    margin-bottom: 56px;
}
@media (min-width: 768px) {
    .site-footer { margin-bottom: 0; }
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .footer-grid { grid-template-columns: 1fr; }
}
.footer-brand .footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #343a40;
    text-decoration: none;
    margin-bottom: 12px;
}
.footer-brand .footer-logo i { color: #4361ee; }
.footer-brand .footer-logo img { height: 32px; }
.footer-slogan { color: #6c757d; font-size: 14px; line-height: 1.5; margin-bottom: 16px; }
.footer-requisites-mini { font-size: 12px; color: #6c757d; line-height: 1.6; }
.footer-requisites-mini strong { color: #495057; }
.footer-col-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #343a40;
    margin-bottom: 14px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
}
.footer-links a:hover { color: #4361ee; }
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
}
.footer-contact-item i { color: #4361ee; width: 16px; }
.footer-contact-item a { color: #4361ee; text-decoration: none; }
.footer-bottom {
    max-width: 1200px;
    margin: 32px auto 0;
    padding: 20px 20px 0;
    border-top: 1px solid #e9ecef;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: #adb5bd;
}
.footer-payments {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.footer-pay-badge {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
    color: #495057;
    font-weight: 600;
}
