/* ================= FOOTER ================= */
footer{background:#071420;color:#8FA4AE;padding:70px 0 30px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.08);}
.footer-brand img{height:56px;margin-bottom:18px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35)) brightness(1.05);}
.footer-brand p{font-size:13.5px;line-height:1.6;max-width:280px;color:#748891;}
.footer-col h5{font-family:var(--mono);font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:18px;font-weight:500;}
.footer-col li{margin-bottom:11px;font-size:14px;}
.footer-col a:hover{color:var(--green-light);}
.footer-col address{font-style:normal;font-size:14px;line-height:1.7;}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:26px;font-size:12.5px;flex-wrap:wrap;gap:14px;}
.footer-bottom .tags{display:flex;gap:10px;flex-wrap:wrap;}
.footer-bottom .tags span{font-family:var(--mono);font-size:11px;color:#5C7684;}


  @media(max-width:980px){
    .footer-grid{grid-template-columns:1fr 1fr;}
  }
  @media(max-width:720px){
    .wrap{padding:0 20px;}
    .footer-grid{grid-template-columns:1fr;}
  }
