/* ===== Footer ===== */
#lp-footer{
  background:var(--color-text);color:rgba(255,255,255,0.5);padding:48px 0 32px;
}
#lp-footer .footer-inner{
  max-width:var(--max-w);margin:0 auto;padding:0 24px;text-align:center;
}
#lp-footer .footer-name{
  font-family:var(--font-heading);font-size:16px;font-weight:600;
  color:rgba(255,255,255,0.8);margin-bottom:20px;
}
#lp-footer .footer-links{
  display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:24px;
}
#lp-footer .footer-links a{
  font-size:13px;color:rgba(255,255,255,0.45);transition:color .3s;
}
#lp-footer .footer-links a:hover{color:rgba(255,255,255,0.8)}
#lp-footer .footer-copy{font-size:12px;color:rgba(255,255,255,0.3)}
