.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-status {
  margin: 0 0 24px;
  border-left: 5px solid #ccdc4b;
  background: #eef6f7;
  color: #161922;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-status.error {
  border-left-color: #5d8693;
}

.contact-methods .whatsapp-contact-method {
  grid-template-columns: 1fr;
}

.whatsapp-contact-method > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.whatsapp-contact-icon {
  width: 58px;
  height: 58px;
  color: #161922;
  transition: transform .2s ease, color .2s ease;
}

.whatsapp-contact-method:hover .whatsapp-contact-icon {
  color: #4c888c;
  transform: scale(1.06);
}

.whatsapp-launcher {
  position: fixed;
  right: 234px;
  bottom: 22px;
  z-index: 40;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ccdc4b;
  color: #3f3f3f;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px #00000030;
  transition: transform .2s ease, filter .2s ease;
}

.whatsapp-launcher svg {
  width: 30px;
  height: 30px;
}

.whatsapp-launcher:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(.96);
}

@media (max-width: 620px) {
  .whatsapp-launcher {
    right: auto;
    left: 50%;
    bottom: calc(17px + env(safe-area-inset-bottom));
    width: 48px;
    height: 48px;
    transform: translateX(-50%);
  }

  .whatsapp-launcher svg {
    width: 28px;
    height: 28px;
  }

  .whatsapp-launcher:hover {
    transform: translateX(-50%) translateY(-2px) scale(1.03);
  }

  .sales-launcher {
    right: 15px;
    min-width: 112px;
    justify-content: center;
    padding: 0 14px;
  }
}

.back-to-top {
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  font-size: 0 !important;
  overflow: hidden;
}

.back-to-top span { display: none !important; }

.back-to-top::before {
  content: "";
  position: absolute;
  top: 13px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #ccdc4b;
  border-left: 4px solid #ccdc4b;
  transform: rotate(45deg);
}

.back-to-top::after {
  content: "";
  width: 4px;
  height: 23px;
  border-radius: 3px;
  background: #ccdc4b;
}
