/* footer.css — Pie de página */

footer{ background:var(--k); padding:3rem 2.5rem }
.footer-inner{ max-width:1100px; margin:0 auto }
.footer-top{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:3rem; margin-bottom:3rem }
.ft-brand .logo-sq{ margin-bottom:1rem }
.ft-brand p{ font-size:13px; color:var(--g5); line-height:1.7; max-width:240px; margin-top:.75rem }
.ft-col h4{ font-size:11px; text-transform:uppercase; letter-spacing:1.5px; color:var(--g5); font-weight:600; margin-bottom:1rem }
.ft-col a{ display:block; font-size:13px; color:rgba(255,255,255,.4); margin-bottom:.5rem; cursor:pointer; text-decoration:none; transition:color .15s }
.ft-col a:hover{ color:rgba(255,255,255,.7) }
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.07); padding-top:1.5rem;
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem;
}
.fb-l{ font-size:11px; color:var(--g5) }
.fb-r{ display:flex; gap:1.5rem }
.fb-r span{ font-size:11px; color:var(--g5); cursor:pointer }
