/* Global floating WhatsApp entry — uses the site's existing white / charcoal glass language. */
.whatsapp-float{
  position:fixed;
  right:clamp(18px,2.2vw,34px);
  bottom:clamp(18px,2.2vw,32px);
  z-index:8800;
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:52px;
  padding:11px 18px 11px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(4,16,24,.34);
  color:#fff;
  text-decoration:none;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
  line-height:1;
  box-shadow:0 12px 32px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.055);
  backdrop-filter:blur(14px) saturate(1.08);
  -webkit-backdrop-filter:blur(14px) saturate(1.08);
  transition:transform .38s cubic-bezier(.2,.8,.2,1),background .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible{
  transform:translateY(-2px) scale(1.035);
  border-color:rgba(255,255,255,.54);
  background:rgba(255,255,255,.075);
  box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(255,255,255,.065),inset 0 1px 0 rgba(255,255,255,.09);
  outline:none;
}
.whatsapp-float-icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  color:#fff;
  opacity:.92;
  filter:drop-shadow(0 0 8px rgba(255,255,255,.08));
}
.whatsapp-float-icon svg{display:block;width:100%;height:100%;overflow:visible}
.whatsapp-float-label{display:block;white-space:nowrap;color:#fff}
.whatsapp-float-number{display:block;margin-top:4px;color:rgba(255,255,255,.56);font-size:10px;font-weight:600;letter-spacing:.055em}
@media (max-width:640px){
  .whatsapp-float{right:14px;bottom:14px;min-height:48px;padding:9px 14px 9px 10px;gap:9px}
  .whatsapp-float-icon{width:27px;height:27px;flex-basis:27px}
  .whatsapp-float-label{font-size:13px}
  .whatsapp-float-number{font-size:9px}
}
