
/* LUZMU V19 — Footer elegido, sin redes ni Mercado Pago */

.footer-selected-v19{
  width:100%!important;
  margin:44px 0 0!important;
  padding:0 0 18px!important;
  color:#e2e7ea!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(31,83,126,.14),transparent 35%),
    linear-gradient(180deg,#06111a 0%,#02070b 100%)!important;
  border-top:1px solid rgba(220,159,42,.55)!important;
  box-shadow:0 -16px 44px rgba(0,0,0,.38)!important;
}

.footer-selected-frame{
  position:relative;
  width:min(1500px,calc(100% - 28px));
  margin:0 auto;
  padding:34px 34px 30px;
  border:1px solid rgba(219,158,41,.72);
  background:
    radial-gradient(circle at 50% 50%,rgba(23,62,94,.16),transparent 42%),
    linear-gradient(145deg,rgba(6,18,28,.98),rgba(2,8,13,.99));
  box-shadow:
    inset 0 0 38px rgba(228,166,48,.025),
    0 18px 42px rgba(0,0,0,.35);
}

.footer-selected-frame::before,
.footer-selected-frame::after{
  content:"";
  position:absolute;
  width:88px;
  height:88px;
  pointer-events:none;
}

.footer-selected-frame::before{
  left:8px;
  top:8px;
  border-left:3px solid #d4a13d;
  border-top:3px solid #d4a13d;
}

.footer-selected-frame::after{
  right:8px;
  bottom:8px;
  border-right:3px solid #d4a13d;
  border-bottom:3px solid #d4a13d;
}

.footer-selected-grid{
  display:grid;
  grid-template-columns:1.05fr 1.3fr .9fr 1fr;
  gap:34px;
  align-items:center;
}

.footer-selected-brand,
.footer-selected-logo,
.footer-selected-links,
.footer-selected-info{
  min-width:0;
}

.footer-selected-brand{
  text-align:center;
  padding-right:22px;
  border-right:1px solid rgba(217,159,43,.32);
}

.footer-selected-emblem{
  width:68px;
  height:68px;
  margin:0 auto 14px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(220,160,42,.54);
  background:linear-gradient(145deg,#122331,#071019);
  box-shadow:0 0 22px rgba(226,168,51,.12);
}

.footer-selected-emblem img{
  width:38px;
  height:38px;
}

.footer-selected-brand h3,
.footer-selected-links h3,
.footer-selected-info h3{
  margin:0 0 14px;
  color:#efc967;
  font:700 15px Georgia,"Times New Roman",serif;
  letter-spacing:.7px;
}

.footer-selected-brand p{
  margin:4px 0;
  color:#c2ccd3;
  font:13px/1.5 Arial,sans-serif;
}

.footer-selected-logo{
  text-align:center;
  padding:0 28px;
  border-right:1px solid rgba(217,159,43,.32);
}

.footer-selected-logo img{
  display:block;
  width:min(390px,100%);
  margin:0 auto 12px;
  filter:
    drop-shadow(0 12px 18px rgba(0,0,0,.48))
    drop-shadow(0 0 14px rgba(226,169,50,.12));
}

.footer-selected-logo strong{
  color:#f1e6c8;
  font:700 20px Georgia,"Times New Roman",serif;
  letter-spacing:3px;
}

.footer-selected-links nav{
  display:grid;
  gap:9px;
}

.footer-selected-links a{
  position:relative;
  width:max-content;
  padding-left:16px;
  color:#d0d8dd;
  text-decoration:none;
  font:13px Arial,sans-serif;
  transition:color .18s ease,transform .18s ease;
}

.footer-selected-links a::before{
  content:"›";
  position:absolute;
  left:0;
  color:#d7a23c;
}

.footer-selected-links a:hover{
  color:#ffd978;
  transform:translateX(3px);
}

.footer-selected-info dl{
  margin:0;
}

.footer-selected-info dl div{
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px;
  padding:7px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.footer-selected-info dt{
  color:#aeb9c1;
  font:12px Arial,sans-serif;
}

.footer-selected-info dd{
  margin:0;
  color:#f1d585;
  font:700 12px Arial,sans-serif;
  text-align:right;
}

.footer-selected-online{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  color:#58ed8a!important;
}

.footer-selected-online span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#36e86e;
  box-shadow:0 0 0 3px rgba(54,232,110,.1),0 0 10px rgba(54,232,110,.65);
}

.footer-selected-bottom{
  width:min(1500px,calc(100% - 28px));
  margin:0 auto;
  padding:16px 12px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#89959e;
  font:11px Arial,sans-serif;
  letter-spacing:.2px;
}

/* Remove any legacy footer contents/styles */
.site-footer > b,
.site-footer > span,
.premium-footer-v18{
  display:none!important;
}

@media(max-width:1100px){
  .footer-selected-grid{
    grid-template-columns:1fr 1fr;
  }

  .footer-selected-brand,
  .footer-selected-logo{
    border-right:0;
  }
}

@media(max-width:680px){
  .footer-selected-frame{
    width:calc(100% - 16px);
    padding:28px 20px;
  }

  .footer-selected-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .footer-selected-brand,
  .footer-selected-logo{
    padding:0;
    border-right:0;
    border-bottom:1px solid rgba(217,159,43,.25);
    padding-bottom:24px;
  }

  .footer-selected-links nav{
    justify-items:center;
  }

  .footer-selected-links,
  .footer-selected-info{
    text-align:center;
  }

  .footer-selected-info dl div{
    grid-template-columns:1fr;
    gap:4px;
  }

  .footer-selected-info dd,
  .footer-selected-online{
    justify-content:center;
    text-align:center;
  }

  .footer-selected-bottom{
    width:calc(100% - 18px);
    flex-direction:column;
    text-align:center;
  }
}
