/* Location-specific WhatsApp and Call controls */
.laex-contact-widget{
  position:fixed;
  right:18px;
  bottom:20px;
  z-index:99990;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
  max-width:calc(100vw - 28px);
  font-family:inherit;
}
.laex-contact-launchers{
  display:flex;
  flex-direction:row;
  align-items:stretch;
  justify-content:flex-end;
  gap:12px;
}
.laex-contact-launcher{
  position:relative;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:11px;
  width:190px;
  min-height:74px;
  padding:9px 18px 9px 10px;
  border:0;
  border-radius:999px;
  color:#111827;
  background:#f23887;
  box-shadow:0 12px 30px rgba(24,24,40,.22),inset 0 1px 0 rgba(255,255,255,.32);
  font:inherit;
  text-align:left;
  text-decoration:none;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.laex-contact-launcher:hover,.laex-contact-launcher:focus-visible{
  color:#111827;
  transform:translateY(-2px);
  box-shadow:0 16px 38px rgba(24,24,40,.3),inset 0 1px 0 rgba(255,255,255,.34);
  filter:saturate(1.05);
  outline:none;
}
.laex-call-launcher{
  background:linear-gradient(135deg,#f64f98 0%,#ee2e82 58%,#e51e73 100%);
}
.laex-whatsapp-launcher{
  width:202px;
  background:linear-gradient(135deg,#20b96b 0%,#10ad5d 55%,#16c96b 100%);
}
.laex-contact-launcher-icon{
  position:relative;
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.16);
  border:2px solid rgba(255,255,255,.24);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}
.laex-contact-launcher-icon svg{width:29px;height:29px;display:block}
.laex-phone-icon svg{width:28px;height:28px}
.laex-whatsapp-icon i{
  position:absolute;
  top:-5px;
  right:-5px;
  width:10px;
  height:10px;
  border:3px solid #fff;
  border-radius:50%;
  background:#33e775;
  box-shadow:0 1px 4px rgba(0,0,0,.18);
}
.laex-contact-launcher-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  line-height:1.1;
}
.laex-contact-launcher-copy strong{
  color:#10131a;
  font-size:18px;
  font-weight:800;
  white-space:nowrap;
}
.laex-contact-launcher-copy small{
  display:block;
  margin-top:5px;
  overflow:hidden;
  color:#fff;
  font-size:12px;
  font-weight:600;
  line-height:1.15;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.laex-contact-panel{
  width:min(410px,calc(100vw - 28px));
  overflow:hidden;
  border:1px solid rgba(22,173,93,.24);
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 72px rgba(15,23,42,.27),0 8px 20px rgba(15,23,42,.12);
  transform-origin:bottom right;
  animation:laexContactIn .2s ease both;
}
.laex-contact-panel[hidden]{display:none!important}
@keyframes laexContactIn{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}
.laex-contact-head{display:flex;align-items:center;gap:12px;padding:18px;color:#fff;background:linear-gradient(135deg,#128c4b,#25d366)}
.laex-contact-avatar{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:15px;color:#25d366;background:#fff;box-shadow:0 8px 18px rgba(0,73,34,.18)}
.laex-contact-avatar svg{width:29px;height:29px}
.laex-contact-head>div{min-width:0;display:flex;flex-direction:column}
.laex-contact-head strong{font-size:17px;font-weight:900}
.laex-contact-head small{margin-top:4px;color:rgba(255,255,255,.88);font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.laex-contact-close{margin-left:auto;width:38px;height:38px;border:0;border-radius:50%;color:#fff;background:rgba(255,255,255,.16);font-size:26px;cursor:pointer}
.laex-contact-close:hover,.laex-contact-close:focus-visible{background:rgba(255,255,255,.26);outline:none}
.laex-contact-body{padding:18px;background:linear-gradient(180deg,#f2fff7,#fff 66%)}
.laex-contact-message{padding:18px;border:1px solid #ccefd9;border-radius:18px 18px 18px 6px;color:#183b26;background:#fff;font-size:14px;font-weight:600;line-height:1.62;box-shadow:0 12px 28px rgba(0,90,40,.06)}
.laex-contact-details{display:flex;flex-direction:column;gap:7px;margin:16px 0 18px}
.laex-contact-details a{color:#08783c;font-size:15px;font-weight:900;text-decoration:none;word-break:break-word}
.laex-contact-details a+a{font-size:14px;font-weight:700}
.laex-contact-details a:hover{text-decoration:underline}
.laex-contact-actions{display:grid;grid-template-columns:1fr;gap:10px}
.laex-contact-actions.has-email{grid-template-columns:minmax(0,1fr) auto}
.laex-contact-actions a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 16px;border-radius:14px;font-size:13px;font-weight:900;text-decoration:none;transition:.18s ease}
.laex-contact-primary{color:#fff;background:linear-gradient(135deg,#128c4b,#25d366);box-shadow:0 12px 24px rgba(37,211,102,.24)}
.laex-contact-primary:hover{color:#fff;transform:translateY(-1px)}
.laex-contact-secondary{min-width:120px;color:#08783c;border:1px solid #b8e8c9;background:#fff}
.laex-contact-secondary:hover{color:#08783c;background:#effff5}
.laex-contact-foot{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px;border-top:1px solid #dcefe3;color:#53705f;background:#f9fffb;font-size:10px;font-weight:700}
.laex-contact-foot span{width:7px;height:7px;border-radius:50%;background:#25d366;box-shadow:0 0 0 4px rgba(37,211,102,.12)}
@media(max-width:782px){
  .laex-contact-widget{right:10px;bottom:12px;max-width:calc(100vw - 20px)}
  .laex-contact-panel{border-radius:20px}
  .laex-contact-launchers{gap:8px;width:100%}
  .laex-contact-launcher{width:min(48vw,190px);min-height:68px;padding:8px 11px 8px 8px;gap:8px}
  .laex-whatsapp-launcher{width:min(50vw,202px)}
  .laex-contact-launcher-icon{width:46px;height:46px;flex-basis:46px}
  .laex-contact-launcher-icon svg{width:25px;height:25px}
  .laex-contact-launcher-copy strong{font-size:16px}
  .laex-contact-launcher-copy small{font-size:11px}
}
@media(max-width:430px){
  .laex-contact-widget{left:8px;right:8px;align-items:stretch;max-width:none}
  .laex-contact-launchers{align-items:stretch;justify-content:stretch}
  .laex-contact-launcher{flex:1;width:auto;min-width:0;padding-right:8px}
  .laex-contact-launchers.has-one .laex-contact-launcher{flex:0 1 210px;margin-left:auto}
  .laex-contact-panel{width:100%}
  .laex-contact-actions.has-email{grid-template-columns:1fr}
  .laex-contact-launcher-copy strong{font-size:15px}
  .laex-contact-launcher-copy small{max-width:95px}
}
@media(max-width:350px){
  .laex-contact-launcher{min-height:60px}
  .laex-contact-launcher-icon{width:40px;height:40px;flex-basis:40px}
  .laex-contact-launcher-copy strong{font-size:14px}
  .laex-contact-launcher-copy small{font-size:10px;max-width:78px}
}
@media(prefers-reduced-motion:reduce){.laex-contact-launcher,.laex-contact-panel,.laex-contact-actions a{animation:none;transition:none}}
