/* ═══════════════════════════════
   FOOTER
   ═══════════════════════════════ */
#site-footer{background:#0d2040;padding:56px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:36px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:24px}
.footer-brand img{height:46px;margin-bottom:14px}
.footer-brand p{color:#b0bcd4;font-size:14px;line-height:1.8}
.footer-brand .footer-contact{margin-top:12px}
.footer-brand .footer-contact a{color:#b0bcd4;font-size:14px;display:block;margin-bottom:4px;transition:color .2s}
.footer-brand .footer-contact a:hover{color:#fff}
.footer-col h4{color:#7ab4ff;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;margin-bottom:14px}
.footer-col a{display:block;color:#b0bcd4;font-size:14px;margin-bottom:8px;line-height:1.7;transition:color .2s}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.footer-bottom p,.footer-bottom a{color:#6a7898;font-size:13px}
.footer-bottom a:hover{color:#fff}
.footer-bottom-links{display:flex;gap:16px}

@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr}
}
