/* BarberPlus - botón flotante inferior Agregar Contacto */
.bp-add-contact-floating{
  position:fixed!important;
  left:50%!important;
  bottom:18px!important;
  transform:translateX(-50%)!important;
  z-index:2147483646!important;
  min-width:210px!important;
  height:54px!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#d4af37,#fff1a8,#b8860b)!important;
  color:#111!important;
  font-weight:900!important;
  font-size:15px!important;
  letter-spacing:.2px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  box-shadow:0 18px 50px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.35) inset!important;
  cursor:pointer!important;
  text-decoration:none!important;
  line-height:1!important;
  -webkit-tap-highlight-color:transparent!important;
}
.bp-add-contact-floating span{font-size:20px!important;line-height:1!important;display:inline-flex!important}
.bp-add-contact-floating:hover{filter:brightness(1.05)!important;transform:translateX(-50%) translateY(-2px)!important}
.bp-add-contact-floating:active{transform:translateX(-50%) scale(.98)!important}
body{padding-bottom:84px!important}
@media(max-width:560px){
  .bp-add-contact-floating{bottom:14px!important;width:calc(100vw - 34px)!important;max-width:360px!important;height:52px!important;font-size:14px!important}
  body{padding-bottom:82px!important}
}
