/* ════════════════════════════════════════════════════════════
   footer.css — Footer styles
   Geo Aerial Consulting
   ════════════════════════════════════════════════════════════ */

footer{background:#03080f;padding:56px 0 28px;color:rgba(255,255,255,.48)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-brand-name{font-size:17px;font-weight:800;color:#fff;margin-bottom:12px}
.footer-brand-desc{font-size:14px;line-height:1.72;max-width:255px;margin-bottom:18px}
.footer-contact-item{display:flex;align-items:center;gap:8px;font-size:13.5px;margin-bottom:8px}
.footer-contact-item svg{width:13px;height:13px;stroke:rgba(255,255,255,.35);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.footer-heading{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:rgba(255,255,255,.85);margin-bottom:16px}
.footer-link{display:block;font-size:13.5px;color:rgba(255,255,255,.42);margin-bottom:10px;transition:color .15s}
.footer-link:hover{color:#fff}
.footer-socials{display:flex;gap:8px;margin-bottom:20px}
.footer-soc{width:32px;height:32px;border-radius:7px;border:1px solid rgba(255,255,255,.11);display:flex;align-items:center;justify-content:center;transition:all .15s}
.footer-soc:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28)}
.footer-soc svg{width:13px;height:13px;stroke:rgba(255,255,255,.48);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.footer-soc:hover svg{stroke:rgba(255,255,255,.9)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-size:12.5px}

@media(max-width:960px){
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px;text-align:center}
}
