
/* ClassicSoft Sprint 07.2 — contacto global */
.cs-whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:850;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:0 17px 0 10px;
  border-radius:999px;
  background:#16a365;
  color:#fff!important;
  text-decoration:none!important;
  font-family:Inter,Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  box-shadow:0 18px 45px rgba(7,26,54,.24);
  transition:transform .2s ease,box-shadow .2s ease;
}
.cs-whatsapp-float:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 55px rgba(7,26,54,.3);
}
.cs-whatsapp-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  font-size:18px;
}
.cs-whatsapp-float small{
  display:block;
  font-size:9px;
  line-height:1.1;
  font-weight:600;
  opacity:.86;
}
.cs-whatsapp-float strong{
  display:block;
  margin-top:2px;
  line-height:1.1;
}
@media(max-width:640px){
  .cs-whatsapp-float{
    right:14px;
    bottom:14px;
    width:54px;
    height:54px;
    min-height:54px;
    padding:0;
    justify-content:center;
  }
  .cs-whatsapp-icon{background:transparent}
  .cs-whatsapp-copy{display:none}
}
@media print{
  .cs-whatsapp-float{display:none!important}
}
