/* ── Footer ────────────────────────────────────────────── */
#footer{background:#070707;color:rgba(255,255,255,0.5);padding:72px 0 36px;border-top:1px solid rgba(255,255,255,0.05)}
.footer-inner{
  display:grid;grid-template-columns:2fr 1fr;gap:60px;margin-bottom:32px;align-items:start
}
.footer-inner>*:last-child{
  justify-self:end
}
.footer-brand-name{
  font-family:var(--f-display);font-size:16px;font-weight:800;color:#fff;margin-bottom:12px
}
.footer-brand-name span{color:var(--amber)}
.footer-brand-desc{font-size:13px;line-height:1.7;max-width:280px}

.footer-col-title{
  font-size:11px;font-weight:700;letter-spacing:0.1em;
  text-transform:uppercase;color:rgba(255,255,255,0.35);margin-bottom:16px
}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:13px;color:rgba(255,255,255,0.5);transition:color 0.12s}
.footer-links a:hover{color:#fff}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px
}
.footer-contact-info{margin-top:16px;display:flex;flex-direction:column;gap:8px}
.footer-contact-row{
  display:flex;align-items:flex-start;gap:8px;
  font-size:12px;color:rgba(255,255,255,0.45);line-height:1.5
}
.footer-contact-row a{color:rgba(255,255,255,0.45);transition:color 0.12s}
.footer-contact-row a:hover{color:#fff}
.footer-contact-row i,.footer-contact-row svg{
  width:13px;height:13px;flex-shrink:0;margin-top:2px;stroke-width:1.75
}

.footer-copy{font-size:12px}
.footer-legal{display:flex;gap:20px;flex-wrap:wrap}
.footer-legal a{font-size:12px;color:rgba(255,255,255,0.4);transition:color 0.15s}
.footer-legal a:hover{color:var(--amber)}

/* WhatsApp link — brand-green tint on hover */
.footer-wa:hover{color:#25D366 !important}
.footer-wa svg{transition:color 0.15s}
