/* ---------- FOOTER ---------- */
.f{background:#072a7a;color:#fff}
.f-w{max-width:1200px;margin:auto;padding:38px 22px 26px}
.f-top{display:flex;justify-content:space-between;align-items:flex-start;gap:70px}
.f-logo{width:230px;height:auto}
.f-cols{display:flex;gap:140px}
.f h4{margin:0 0 14px;color:#cfff2a;font-size:16px;font-weight:700}
.f a{display:block;margin:6px 0;color:rgba(234,240,255,.7);font-size:14px}
.f a:hover{color:#fff}
.f-social{display:flex;gap:12px;margin-top:4px}
.f-social a{display:grid;place-items:center}
.f-social img{width:18px;height:18px;display:block;filter:brightness(0) invert(1);opacity:.95}
.f-line{height:1px;background:rgba(255,255,255,.18);margin:44px 0 22px}
.f-copy{margin:0;text-align:center;color:rgba(234,240,255,.75);font-size:13px}

@media(max-width:900px){
  .f-top{flex-direction:column;gap:26px}
  .f-cols{gap:40px;flex-wrap:wrap}
}
