.ehwlf-root,
.ehwlf-root * {
  box-sizing: border-box;
}

.ehwlf-root {
  --ehwlf-green: #08a947;
  --ehwlf-green-dark: #008b3b;
  --ehwlf-ink: #082316;
  --ehwlf-muted: #587066;
  --ehwlf-line: rgba(8, 169, 71, 0.22);
  --ehwlf-bg-image: none;
  color: var(--ehwlf-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: initial;
  text-transform: none;
  letter-spacing: 0;
}

.ehwlf-root svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.ehwlf-root h2,
.ehwlf-root p,
.ehwlf-root label,
.ehwlf-root button,
.ehwlf-root input,
.ehwlf-root span {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.ehwlf-root button,
.ehwlf-root input {
  appearance: none;
  -webkit-appearance: none;
}

.ehwlf-root button {
  text-decoration: none;
}

.ehwlf-shell {
  width: 100%;
}

.ehwlf-full .ehwlf-shell {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(14px, 2.4vw, 28px);
}

.ehwlf-inline .ehwlf-shell {
  padding: 0;
}

.ehwlf-card {
  width: min(100%, 780px);
  margin: 0 auto;
  border: 1px solid var(--ehwlf-line);
  border-radius: clamp(18px, 2.8vw, 30px);
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(247, 255, 250, 0.56) 0%, rgba(247, 255, 250, 0.86) 34%, #fbfffc 58%),
    var(--ehwlf-bg-image) center top / 100% auto no-repeat,
    #fbfffc;
  box-shadow: 0 18px 48px rgba(0, 48, 22, 0.16);
}

.ehwlf-inline .ehwlf-card {
  width: min(100%, 640px);
  box-shadow: 0 14px 34px rgba(0, 48, 22, 0.11);
}

.ehwlf-hero {
  padding: clamp(18px, 3vw, 30px) clamp(18px, 3.4vw, 34px) clamp(12px, 2vw, 18px);
}

.ehwlf-topline {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #078a3a;
  font-size: clamp(13px, 1.25vw, 16px);
  font-weight: 800;
}

.ehwlf-brand-dot {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #18bf5d;
  box-shadow: 0 10px 24px rgba(6, 169, 71, 0.22);
}

.ehwlf-logo {
  width: clamp(66px, 8vw, 94px);
  max-height: 36px;
  object-fit: contain;
  margin-left: auto;
  opacity: 0.68;
}

.ehwlf-hero h2 {
  max-width: 650px;
  margin: clamp(14px, 2.2vw, 22px) 0 clamp(14px, 1.9vw, 20px);
  font-size: clamp(25px, 3.9vw, 42px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.ehwlf-highlight {
  display: inline-block;
  margin-left: 0.12em;
  padding: 0.03em 0.24em 0.1em;
  border-radius: 0.24em;
  color: #fff;
  background: linear-gradient(135deg, #12c95d, #008c3d);
  box-shadow: 0 12px 26px rgba(8, 169, 71, 0.22);
}

.ehwlf-progress {
  width: 100%;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(8, 169, 71, 0.13);
}

.ehwlf-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #18bf5d, #008c3d);
  transition: width 220ms ease;
}

.ehwlf-form {
  padding: 0 clamp(18px, 3.4vw, 34px) clamp(18px, 3.2vw, 28px);
}

.ehwlf-step {
  min-height: 150px;
  padding: clamp(16px, 2.4vw, 24px);
  border: 1px solid var(--ehwlf-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ehwlf-question-label {
  display: block;
  margin: 0 0 10px;
  color: #078a3a;
  font-size: clamp(18px, 2.3vw, 25px);
  line-height: 1.12;
  font-weight: 900;
}

.ehwlf-question-description {
  margin: 0 0 15px;
  color: var(--ehwlf-muted);
  font-size: 14px;
  font-weight: 750;
}

.ehwlf-choices {
  display: grid;
  gap: 10px;
}

.ehwlf-choice,
.ehwlf-input,
.ehwlf-next,
.ehwlf-back,
.ehwlf-float-trigger {
  font: inherit;
  line-height: 1.2;
}

.ehwlf-choice {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(8, 169, 71, 0.24);
  border-radius: 14px;
  color: var(--ehwlf-ink) !important;
  background: #f8fffa !important;
  text-align: left;
  font-size: clamp(14px, 1.55vw, 16px);
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.ehwlf-choice:hover,
.ehwlf-choice.is-selected {
  transform: translateY(-1px);
  border-color: var(--ehwlf-green);
  color: var(--ehwlf-ink) !important;
  background: #e7fbea !important;
}

.ehwlf-input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 2px solid rgba(8, 169, 71, 0.24);
  border-radius: 16px;
  outline: none;
  color: var(--ehwlf-ink) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  font-size: clamp(16px, 1.8vw, 19px);
  box-shadow: 0 6px 0 rgba(8, 169, 71, 0.08);
}

.ehwlf-input:focus {
  border-color: #18bf5d;
  box-shadow: 0 0 0 4px rgba(24, 191, 93, 0.12);
}

.ehwlf-root .iti {
  width: 100%;
  z-index: 20;
}

.ehwlf-root .iti__tel-input.ehwlf-input,
.ehwlf-root .iti input.ehwlf-input {
  width: 100%;
  min-height: 48px;
}

.ehwlf-root .iti--separate-dial-code .iti__selected-flag {
  min-height: 48px;
  border-right: 1px solid rgba(8, 35, 22, 0.13);
  border-radius: 14px 0 0 14px;
  background: rgba(8, 169, 71, 0.04);
}

.ehwlf-root .iti--show-selected-dial-code .iti__selected-flag {
  min-height: 48px;
  border-right: 1px solid rgba(8, 35, 22, 0.13);
  border-radius: 14px 0 0 14px;
  background: rgba(8, 169, 71, 0.04) !important;
}

.ehwlf-root .iti__selected-dial-code {
  color: #718177;
  font-weight: 800;
}

.ehwlf-root .iti__country-list {
  max-width: min(420px, calc(100vw - 36px));
  color: #14251c;
  font-size: 14px;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 48, 22, 0.18);
}

.ehwlf-root .iti--inline-dropdown .iti__dropdown-content {
  z-index: 999999;
}

.ehwlf-error {
  margin: 12px 0 0;
  color: #b42318;
  font-size: 14px;
  font-weight: 800;
}

.ehwlf-actions {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.ehwlf-back {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #078a3a !important;
  background: #e5f5e9 !important;
  font-size: 23px;
  font-weight: 900;
  cursor: pointer;
}

.ehwlf-back[hidden] {
  display: block;
  visibility: hidden;
}

.ehwlf-next {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, #18bf5d, #008c3d) !important;
  font-size: clamp(16px, 1.75vw, 20px);
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(8, 169, 71, 0.19);
}

.ehwlf-next.is-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.ehwlf-next.is-send::before {
  content: "";
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.68 12.68 0 0 0 5.1 22.33L3.5 28.8l6.62-1.55A12.68 12.68 0 1 0 16.02 3.2Zm0 23.18c-2.02 0-3.99-.58-5.68-1.68l-.41-.26-3.92.92.94-3.78-.27-.42a10.47 10.47 0 1 1 9.34 5.22Zm5.74-7.83c-.31-.16-1.85-.91-2.14-1.02-.29-.1-.5-.16-.71.16-.21.31-.81 1.02-.99 1.23-.18.21-.37.24-.68.08-.31-.16-1.32-.49-2.52-1.55-.93-.83-1.56-1.86-1.75-2.17-.18-.31-.02-.48.14-.64.14-.14.31-.37.47-.55.16-.18.21-.31.31-.52.1-.21.05-.39-.03-.55-.08-.16-.71-1.71-.97-2.35-.26-.61-.52-.53-.71-.54h-.6c-.21 0-.55.08-.84.39-.29.31-1.1 1.08-1.1 2.64s1.13 3.06 1.29 3.27c.16.21 2.23 3.4 5.4 4.77.75.32 1.34.52 1.8.66.76.24 1.45.21 1.99.13.61-.09 1.85-.76 2.11-1.49.26-.73.26-1.36.18-1.49-.08-.13-.29-.21-.6-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.68 12.68 0 0 0 5.1 22.33L3.5 28.8l6.62-1.55A12.68 12.68 0 1 0 16.02 3.2Zm0 23.18c-2.02 0-3.99-.58-5.68-1.68l-.41-.26-3.92.92.94-3.78-.27-.42a10.47 10.47 0 1 1 9.34 5.22Zm5.74-7.83c-.31-.16-1.85-.91-2.14-1.02-.29-.1-.5-.16-.71.16-.21.31-.81 1.02-.99 1.23-.18.21-.37.24-.68.08-.31-.16-1.32-.49-2.52-1.55-.93-.83-1.56-1.86-1.75-2.17-.18-.31-.02-.48.14-.64.14-.14.31-.37.47-.55.16-.18.21-.31.31-.52.1-.21.05-.39-.03-.55-.08-.16-.71-1.71-.97-2.35-.26-.61-.52-.53-.71-.54h-.6c-.21 0-.55.08-.84.39-.29.31-1.1 1.08-1.1 2.64s1.13 3.06 1.29 3.27c.16.21 2.23 3.4 5.4 4.77.75.32 1.34.52 1.8.66.76.24 1.45.21 1.99.13.61-.09 1.85-.76 2.11-1.49.26-.73.26-1.36.18-1.49-.08-.13-.29-.21-.6-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ehwlf-next:disabled {
  cursor: wait;
  opacity: 0.72;
}

.ehwlf-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
}

.ehwlf-float-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  max-width: min(280px, calc(100vw - 28px));
  min-height: 50px;
  padding: 8px 15px 8px 10px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, #18bf5d, #008c3d) !important;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(0, 48, 22, 0.26);
  cursor: pointer;
  white-space: normal;
  transition: width 180ms ease, min-width 180ms ease, max-width 180ms ease, padding 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ehwlf-float-trigger .ehwlf-whatsapp-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.ehwlf-float-trigger > span:not(.ehwlf-whatsapp-icon) {
  min-width: 0;
  overflow: visible;
  white-space: normal;
  line-height: 1.12;
}

.ehwlf-float.is-float-open .ehwlf-float-trigger {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  padding: 8px;
  gap: 0;
  background: linear-gradient(135deg, #86c79a, #4a9960) !important;
  box-shadow: 0 10px 24px rgba(0, 48, 22, 0.16);
}

.ehwlf-float.is-float-open .ehwlf-float-trigger > span:not(.ehwlf-whatsapp-icon) {
  display: none;
}

.ehwlf-float.is-float-open .ehwlf-float-trigger .ehwlf-whatsapp-icon {
  width: 34px;
  height: 34px;
}

.ehwlf-float-panel {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: min(440px, calc(100vw - 28px));
}

.ehwlf-float-close {
  position: absolute;
  top: -12px;
  right: -8px;
  z-index: 4;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #078a3a !important;
  background: rgba(255, 255, 255, 0.92) !important;
  font-size: 0;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 48, 22, 0.14);
}

.ehwlf-float-close::before {
  content: "×";
  display: block;
  color: currentColor;
  font-size: 24px;
  font-weight: 850;
  line-height: 1;
  transform: translateY(-1px);
}

.ehwlf-float-close:hover,
.ehwlf-float-close:focus-visible {
  color: #fff !important;
  background: #078a3a !important;
  outline: none;
}

.iti--container {
  z-index: 2147483647 !important;
}

.iti--container .iti__dropdown-content {
  overflow: hidden;
  border: 1px solid rgba(8, 35, 22, 0.16);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 32, 16, 0.22);
}

.iti--container .iti__country-list {
  max-height: min(360px, 52vh) !important;
}

.iti--container .iti__search-input {
  min-height: 44px;
  font-size: 16px;
}

.ehwlf-float .ehwlf-card {
  border-radius: 22px;
}

.ehwlf-float .ehwlf-hero {
  padding: 18px 18px 12px;
}

.ehwlf-float .ehwlf-hero h2 {
  margin: 16px 0 14px;
  font-size: clamp(24px, 5.5vw, 34px);
}

.ehwlf-float .ehwlf-form {
  padding: 0 18px 18px;
}

.ehwlf-float .ehwlf-step {
  min-height: 152px;
  padding: 18px;
}

.ehwlf-float .ehwlf-question-label {
  font-size: 21px;
}

@media (max-width: 640px) {
  .ehwlf-full .ehwlf-shell {
    min-height: 100svh;
    padding: 10px;
  }

  .ehwlf-card {
    width: 100%;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(247, 255, 250, 0.72) 0%, rgba(247, 255, 250, 0.92) 32%, #fbfffc 54%),
      var(--ehwlf-bg-image) center top / 118% auto no-repeat,
      #fbfffc;
  }

  .ehwlf-hero {
    padding: 14px 14px 10px;
  }

  .ehwlf-topline {
    min-height: 30px;
    gap: 8px;
    font-size: 13px;
  }

  .ehwlf-brand-dot {
    width: 30px;
    height: 30px;
  }

  .ehwlf-logo {
    width: 74px;
  }

  .ehwlf-hero h2 {
    font-size: clamp(24px, 7.4vw, 32px);
    margin: 14px 0 13px;
    line-height: 1.08;
  }

  .ehwlf-highlight {
    margin: 6px 0 0;
  }

  .ehwlf-form {
    padding: 0 14px 15px;
  }

  .ehwlf-step {
    min-height: 158px;
    padding: 15px;
    border-radius: 18px;
  }

  .ehwlf-question-label {
    font-size: clamp(18px, 5.2vw, 23px);
    margin-bottom: 10px;
  }

  .ehwlf-choice {
    min-height: 44px;
    font-size: 14px;
  }

  .ehwlf-input,
  .ehwlf-root .iti__tel-input.ehwlf-input,
  .ehwlf-root .iti input.ehwlf-input {
    min-height: 46px;
    font-size: 16px;
  }

  .ehwlf-actions {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    margin-top: 14px;
  }

  .ehwlf-back {
    width: 42px;
    height: 42px;
  }

  .ehwlf-next {
    min-height: 46px;
  }

  .ehwlf-float {
    right: 12px;
    bottom: 12px;
  }

  .ehwlf-float-trigger {
    width: auto;
    max-width: min(70vw, 260px);
    min-width: min(214px, 70vw);
    min-height: 42px;
    padding: 6px 10px 6px 8px;
    gap: 7px;
    font-size: 12px;
    text-align: left;
  }

  .ehwlf-float.is-float-open .ehwlf-float-trigger {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    min-height: 42px;
    padding: 7px;
  }

  .ehwlf-float-trigger .ehwlf-whatsapp-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }

  .ehwlf-float.is-float-open .ehwlf-float-trigger .ehwlf-whatsapp-icon {
    width: 28px;
    height: 28px;
  }

  .ehwlf-float-close {
    top: -10px;
    right: -6px;
    width: 30px;
    height: 30px;
  }

  .ehwlf-float-close::before {
    font-size: 21px;
  }

  .iti--container .iti__country-list {
    max-height: min(310px, 42vh) !important;
  }

  .iti--container .iti__dropdown-content {
    max-width: calc(100vw - 24px);
  }
}
