/* ---------- FOOTER ---------- */
footer{background:#0A2A30;color:rgba(255,255,255,.75);padding:70px 0 30px;}
.footer-grid{
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;
  padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1);
}
.footer-brand img{height:40px;margin-bottom:16px;}
.footer-brand p{font-size:.92rem;max-width:280px;color:rgba(255,255,255,.6);}
.social-row{display:flex;gap:12px;margin-top:18px;}
.social-row a{
  width:38px;height:38px;border-radius:50%;
  border:1px solid rgba(255,255,255,.2);
  display:flex;align-items:center;justify-content:center;
  transition:background .2s ease, transform .2s ease;
}
.social-row a:hover{background:var(--gold);transform:translateY(-3px);}
.social-row svg{width:17px;height:17px;color:var(--white);}
footer h4{color:var(--white);font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-family:'Manrope',sans-serif;font-weight:700;}
footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;}
footer ul a{font-size:.92rem;color:rgba(255,255,255,.68);transition:color .2s ease;}
footer ul a:hover{color:var(--gold-light);}
.footer-contact li{font-size:.9rem;color:rgba(255,255,255,.68);display:flex;gap:10px;align-items:flex-start;}
.footer-contact svg{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:var(--gold-light);}
.footer-bottom{
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;
  padding-top:26px;font-size:.83rem;color:rgba(255,255,255,.45);
}