/* footer.css — единый футер Banksters */

.site-footer {
    margin-top: 80px; padding: 40px 24px 24px;
    background: #f8fafc; border-top: 1px solid #e2e8f0;
    color: #475569; font-size: 14px; line-height: 1.6;
}

.site-footer-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 2fr 1fr;
    gap: 48px; padding-bottom: 32px;
}

.site-footer-brand { max-width: 380px; }

.site-footer-logo {
    font-weight: 700; font-size: 20px;
    letter-spacing: -0.5px; color: #0f3460; margin-bottom: 12px;
}

.site-footer-tagline { margin: 0; color: #64748b; font-size: 13px; line-height: 1.6; }

.site-footer-heading {
    font-weight: 600; color: #0f3460; font-size: 13px;
    text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 14px;
}

.site-footer-list { list-style: none; margin: 0; padding: 0; }
.site-footer-list li { margin-bottom: 8px; }
.site-footer-list a { color: #475569; text-decoration: none; transition: color 0.15s; }
.site-footer-list a:hover { color: #3b82f6; }

.site-footer-bottom {
    max-width: 1200px; margin: 0 auto;
    padding-top: 24px; border-top: 1px solid #e2e8f0;
    display: flex; justify-content: space-between; align-items: flex-start;
    gap: 24px; flex-wrap: wrap;
}

.site-footer-disclaimer { font-size: 12px; color: #64748b; max-width: 640px; line-height: 1.5; }
.site-footer-copy       { font-size: 12px; color: #94a3b8; white-space: nowrap; }

@media (max-width: 768px) {
    .site-footer { margin-top: 48px; padding: 32px 16px 20px; }
    .site-footer-inner { grid-template-columns: 1fr; gap: 28px; padding-bottom: 24px; }
    .site-footer-bottom { flex-direction: column; gap: 16px; }
}
