/* LadinPerde Footer Builder (Woodmart compatible) */

.lp-footer{
  background:#fff;
  border-top:1px solid rgba(0,0,0,.06);
}

.lp-footer__inner{
  max-width:1200px;
  margin:0 auto;
  padding:42px 16px 22px;
}

.lp-footer__grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:22px;
}

.lp-footer__title{
  margin:0 0 14px 0;
  font-size:13px;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-weight:700;
  color:rgba(0,0,0,.78);
}

.lp-footer__list{
  list-style:none;
  padding:0;
  margin:0;
}

.lp-footer__list li{margin:0 0 8px 0;}

.lp-footer__list a{
  color:rgba(0,0,0,.55);
  text-decoration:none;
  font-size:13px;
  line-height:1.35;
}

.lp-footer__list a:hover{color:rgba(0,0,0,.85);}

/* Contact box */
.lp-footer__contact{
  font-size:13px;
  color:rgba(0,0,0,.6);
}

.lp-footer__contact strong{
  color:rgba(0,0,0,.8);
  font-weight:700;
}

.lp-footer__contactRow{margin:0 0 10px 0;}

.lp-footer__btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  padding:10px 14px;
  background:#f3f3f3;
  border:1px solid rgba(0,0,0,.06);
  border-radius:6px;
  text-decoration:none;
  color:rgba(0,0,0,.8);
  font-weight:600;
}

.lp-footer__btn:hover{background:#ededed;}

.lp-footer__btnIcon{font-size:14px;line-height:1;}

/* Bottom line */
.lp-footer__bottom{
  border-top:1px solid rgba(0,0,0,.06);
  margin-top:28px;
  padding-top:16px;
}

.lp-footer__copyright{
  color:rgba(0,0,0,.5);
  font-size:12px;
  line-height:1.5;
}

/* Social rail (right side) */
.lp-social-rail{
  position:fixed;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:8px;
  z-index:9999;
}

.lp-social-rail a{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  text-decoration:none;
}

.lp-social-rail .lp-soc-fb{background:#2d4f93;}
.lp-social-rail .lp-soc-ig{background:#7b2a8f;}
.lp-social-rail .lp-soc-wa{background:#0fbf7c;}

.lp-social-rail svg{width:18px;height:18px;fill:#fff;}

/* Hide theme footer (best-effort for Woodmart) */
body.lp-hide-theme-footer footer,
body.lp-hide-theme-footer .footer-container,
body.lp-hide-theme-footer .footer-wrap,
body.lp-hide-theme-footer .main-footer,
body.lp-hide-theme-footer #colophon{
  display:none !important;
}

/* Responsive */
@media (max-width:1024px){
  .lp-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

@media (max-width:768px){
  .lp-footer__inner{padding:28px 14px 14px;}
  .lp-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .lp-social-rail{right:10px;}
}

@media (max-width:520px){
  .lp-footer__grid{grid-template-columns:1fr;}
  .lp-social-rail{display:none;}
}
