:root {
  --wlt-accent: #25d366;
  --wlt-panel: #101615;
  --wlt-surface: #202625;
  --wlt-border: rgba(255, 255, 255, .10);
  --wlt-text: #f5f7f6;
  --wlt-muted: #a7b0ad;
}

.wlt-modal[hidden] { display: none !important; }
.wlt-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* O painel fica preso ao canto, acima do botão, sem escurecer a página. */
.wlt-modal,
.wlt-modal *,
.wlt-floating,
.wlt-floating * {
  box-sizing: border-box !important;
}

.wlt-modal {
  position: fixed !important;
  z-index: 999999 !important;
  right: 22px !important;
  bottom: 96px !important;
  left: auto !important;
  top: auto !important;
  width: min(360px, calc(100vw - 32px)) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  pointer-events: none !important;
  font-family: inherit !important;
  line-height: 1.5 !important;
  background: transparent !important;
}
.wlt-modal--left {
  right: auto !important;
  left: 22px !important;
}

.wlt-modal__dialog {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 18px !important;
  overflow: visible !important;
  pointer-events: auto !important;
  border: 1px solid var(--wlt-border) !important;
  border-radius: 20px !important;
  background: var(--wlt-panel) !important;
  background-image: none !important;
  color: var(--wlt-text) !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .42) !important;
  transform-origin: right bottom !important;
  animation: wlt-panel-enter .22s cubic-bezier(.2, .8, .2, 1) both !important;
}
.wlt-modal--left .wlt-modal__dialog { transform-origin: left bottom !important; }

.wlt-modal__dialog::after {
  content: "" !important;
  position: absolute !important;
  right: 24px !important;
  bottom: -7px !important;
  width: 14px !important;
  height: 14px !important;
  border: 0 !important;
  background: var(--wlt-panel) !important;
  transform: rotate(45deg) !important;
  box-shadow: 1px 1px 0 var(--wlt-border) !important;
}
.wlt-modal--left .wlt-modal__dialog::after {
  right: auto !important;
  left: 24px !important;
}

.wlt-modal__close {
  position: absolute !important;
  z-index: 2 !important;
  top: 10px !important;
  right: 10px !important;
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 0 2px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #7f8b87 !important;
  font-family: Arial, sans-serif !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: color .15s ease, background .15s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.wlt-modal__close:hover,
.wlt-modal__close:focus-visible {
  background: rgba(255, 255, 255, .07) !important;
  color: #fff !important;
  outline: none !important;
}

.wlt-modal__description {
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 30px 14px 0 !important;
  padding: 14px 15px !important;
  border: 1px solid var(--wlt-border) !important;
  border-radius: 15px !important;
  background: var(--wlt-surface) !important;
  background-image: none !important;
  color: #f0f3f2 !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
}

#wlt2-form,
#wlt156-form {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.wlt-field {
  display: block !important;
  width: 100% !important;
  margin: 0 0 11px !important;
  padding: 0 !important;
}
.wlt-field input {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #515b58 !important;
  border-radius: 12px !important;
  background: #0b100f !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff !important;
  caret-color: #fff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 50px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
  outline: none !important;
  transition: border-color .15s ease, box-shadow .15s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.wlt-field input::placeholder {
  color: #929c98 !important;
  opacity: 1 !important;
}
.wlt-field input:hover { border-color: #6d7874 !important; }
.wlt-field input:focus {
  border-color: var(--wlt-accent) !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--wlt-accent) 23%, transparent) !important;
}

.wlt-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--wlt-accent) !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #07150d !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.wlt-submit:hover {
  background: var(--wlt-accent) !important;
  color: #07150d !important;
  filter: brightness(.96) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--wlt-accent) 25%, transparent) !important;
}
.wlt-submit:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
}
.wlt-submit:disabled,
.wlt-submit[aria-disabled="true"] {
  opacity: .72 !important;
  cursor: wait !important;
  transform: none !important;
  box-shadow: none !important;
}
.wlt-submit__text {
  display: inline-block !important;
  flex: 0 1 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 1 !important;
}
.wlt-submit__icon {
  display: block !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: inherit !important;
  line-height: 0 !important;
}
.wlt-submit__icon svg {
  display: block !important;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  fill: currentColor !important;
  color: inherit !important;
  transform: none !important;
}
.wlt-submit__icon svg path { fill: currentColor !important; }
.wlt-submit.is-loading .wlt-submit__icon { animation: wlt-spin .8s linear infinite !important; }

.wlt-error {
  display: block !important;
  margin: 0 0 11px !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(255, 94, 94, .28) !important;
  border-radius: 10px !important;
  background: rgba(172, 31, 31, .20) !important;
  color: #ffb9b9 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
.wlt-error[hidden] { display: none !important; }
.wlt-privacy { display: none !important; }
.wlt-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Botão flutuante: somente círculo verde e símbolo oficial do WhatsApp. */
.wlt-floating {
  position: fixed !important;
  z-index: 999990 !important;
  right: 22px !important;
  bottom: 22px !important;
  left: auto !important;
  top: auto !important;
  display: grid !important;
  place-items: center !important;
  width: 62px !important;
  min-width: 62px !important;
  max-width: 62px !important;
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--wlt-accent) !important;
  background-image: none !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28) !important;
  color: #fff !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.wlt-floating--left {
  right: auto !important;
  left: 22px !important;
}
.wlt-floating:hover {
  background: var(--wlt-accent) !important;
  color: #fff !important;
  filter: brightness(.96) !important;
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34) !important;
}
.wlt-floating:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .95) !important;
  outline-offset: 3px !important;
}
.wlt-floating__icon {
  display: block !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  line-height: 0 !important;
}
.wlt-floating__icon svg {
  display: block !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  fill: currentColor !important;
  color: #fff !important;
  transform: none !important;
}
.wlt-floating__icon svg path { fill: currentColor !important; }

@keyframes wlt-panel-enter {
  from { opacity: 0; transform: translateY(12px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes wlt-spin { to { transform: rotate(360deg); } }

@media (max-width: 520px) {
  .wlt-modal {
    right: 14px !important;
    bottom: 88px !important;
    width: calc(100vw - 28px) !important;
  }
  .wlt-modal--left {
    right: auto !important;
    left: 14px !important;
  }
  .wlt-modal__dialog {
    padding: 16px !important;
    border-radius: 18px !important;
  }
  .wlt-modal__description {
    margin-right: 28px !important;
    font-size: 14px !important;
  }
  .wlt-floating {
    right: 16px !important;
    bottom: 16px !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
  }
  .wlt-floating--left {
    right: auto !important;
    left: 16px !important;
  }
  .wlt-floating__icon,
  .wlt-floating__icon svg {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wlt-modal__dialog,
  .wlt-submit,
  .wlt-floating {
    animation: none !important;
    transition: none !important;
  }
}
