.contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 35px;
}

.contact-actions .button {
  margin-top: 0;
  min-width: 150px;
  justify-content: center;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.contact-actions i {
  font-size: 17px;
  line-height: 1;
}

.contact-actions .button .fa-whatsapp {
  color: #168c43;
}

.cta .button .fa-whatsapp {
  color: #168c43;
  font-size: 18px;
}

.contact-link i {
  transition: transform .2s;
}

.contact-link:hover i {
  transform: translateY(-2px) scale(1.06);
}

.page-contact-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 15px 20px 28px;
}

.page-contact-links a {
  color: #a3a3aa;
  font-size: 12px;
  transition: color .2s;
}

.page-contact-links a:hover {
  color: #28d7d9;
}

.page-business-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 25px 20px 5px;
  color: #85858e;
  font-size: 11px;
  font-style: normal;
  text-align: center;
}

.page-business-info strong,
.page-business-info a {
  color: #f7f7f8;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 18px 0 14px;
  border-radius: 999px;
  background: #25d366;
  color: #07150c;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .35);
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .42);
}

.whatsapp-float .fa-whatsapp {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 27px;
}

.pdf-exporting .whatsapp-float {
  display: none !important;
}

@media (max-width: 560px) {
  .contact-actions {
    flex-direction: column;
  }

  .page-contact-links {
    padding-top: 4px;
  }

  .page-business-info {
    flex-direction: column;
    gap: 5px;
  }

  .whatsapp-float {
    right: 15px;
    bottom: 15px;
    width: 54px;
    padding: 0;
    justify-content: center;
  }

  .whatsapp-float strong {
    display: none;
  }
}
