/* ========================================
   FOOTER STYLES
   ======================================== */

.site-footer{background:#1d1b29;color:#b9b6c8;padding:64px 0 28px;font-size:15px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-grid h4{color:#fff;font-size:16px;margin-bottom:18px}
.footer-grid ul{list-style:none}
.footer-grid li{margin-bottom:12px}
.footer-grid a:hover{color:#fff}
.footer-brand img{height:42px;margin-bottom:18px;filter:brightness(0) invert(1)}
.footer-brand p{line-height:1.8;opacity:.85}
.footer-contact li{line-height:1.6}
.footer-contact .k{color:#fff;font-weight:700;font-family:'Proxima Nova SemiBold',Arial,sans-serif}
.footer-bottom{text-align:center;padding-top:26px;opacity:.8;font-size:14px}
.footer-bottom .tagline{color:#fff;font-weight:700;font-family:'Proxima Nova Bold',Arial,sans-serif;letter-spacing:.6px;margin-bottom:8px;font-size:16px}

/* ---------- Responsive ---------- */
@media (max-width:960px){
    .footer-grid{grid-template-columns:1fr 1fr}
}
