#shsc-wa-float.shsc-wa-float {
  font-family: "Mulish", sans-serif;
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99998;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #81c011;
  background-color: #81c011;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
}
#shsc-wa-float.shsc-wa-float svg {
  width: 30px;
  height: 30px;
  color: #ffffff;
  fill: #ffffff;
  display: block;
  flex-shrink: 0;
}
#shsc-wa-float.shsc-wa-float:hover, #shsc-wa-float.shsc-wa-float:focus {
  transform: scale(1.08);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.3);
  background: #81c011;
  background-color: #81c011;
  outline: none;
  text-decoration: none;
}

#shsc-modal-overlay.shsc-overlay {
  font-family: "Mulish", sans-serif;
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  padding: 16px;
  box-sizing: border-box;
  margin: 0;
}
#shsc-modal-overlay.shsc-overlay[hidden] {
  display: none;
}

#shsc-wa-overlay.shsc-overlay {
  font-family: "Mulish", sans-serif;
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  padding: 16px;
  box-sizing: border-box;
  margin: 0;
}
#shsc-wa-overlay.shsc-overlay[hidden] {
  display: none;
}

#shsc-wa-overlay .shsc-modal--wa {
  max-width: 380px;
}
#shsc-wa-overlay .shsc-field {
  position: relative;
  margin: 0 0 12px;
  padding: 0;
}
#shsc-wa-overlay .shsc-field input[type=text],
#shsc-wa-overlay .shsc-field input[type=email],
#shsc-wa-overlay .shsc-field input[type=tel] {
  font-family: "Mulish", sans-serif;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 50px;
  padding: 14px 22px;
  font-size: 15px;
  color: #0b2428;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
  box-shadow: none;
  margin: 0;
  line-height: 1.4;
  height: auto;
}
#shsc-wa-overlay .shsc-field input[type=text]::placeholder,
#shsc-wa-overlay .shsc-field input[type=email]::placeholder,
#shsc-wa-overlay .shsc-field input[type=tel]::placeholder {
  color: #999999;
  opacity: 1;
}
#shsc-wa-overlay .shsc-field input[type=text]::-webkit-input-placeholder,
#shsc-wa-overlay .shsc-field input[type=email]::-webkit-input-placeholder,
#shsc-wa-overlay .shsc-field input[type=tel]::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
#shsc-wa-overlay .shsc-field input[type=text]::-moz-placeholder,
#shsc-wa-overlay .shsc-field input[type=email]::-moz-placeholder,
#shsc-wa-overlay .shsc-field input[type=tel]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#shsc-wa-overlay .shsc-field input[type=text]:-ms-input-placeholder,
#shsc-wa-overlay .shsc-field input[type=email]:-ms-input-placeholder,
#shsc-wa-overlay .shsc-field input[type=tel]:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
#shsc-wa-overlay .shsc-field input[type=text]:focus,
#shsc-wa-overlay .shsc-field input[type=email]:focus,
#shsc-wa-overlay .shsc-field input[type=tel]:focus {
  border-color: #4949e9;
  background: #ffffff;
  box-shadow: none;
  outline: none;
}
#shsc-wa-overlay .shsc-field.shsc-field--error input {
  border-color: #d32f2f;
}
#shsc-wa-overlay .shsc-field .shsc-field__error {
  display: block;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  color: #d32f2f;
  margin: 4px 0 0;
  padding-left: 22px;
  background: none;
  border: none;
}
#shsc-wa-overlay .shsc-actions {
  display: flex;
  margin: 20px 0 0;
  padding: 0;
}
#shsc-wa-overlay .shsc-btn {
  font-family: "Mulish", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 50px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: filter 0.2s;
  text-decoration: none;
  line-height: 1.2;
  box-shadow: none;
  outline: none;
  flex: 1;
}
#shsc-wa-overlay .shsc-btn:hover {
  filter: brightness(1.1);
  text-decoration: none;
}
#shsc-wa-overlay .shsc-btn:focus {
  outline: none;
  box-shadow: none;
}
#shsc-wa-overlay .shsc-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-block;
}
#shsc-wa-overlay .shsc-btn.shsc-btn--whatsapp {
  background: #81c011;
  color: #ffffff;
}
#shsc-wa-overlay .shsc-btn.shsc-btn--whatsapp:hover {
  color: #ffffff;
}
#shsc-wa-overlay .shsc-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #0b2428;
  padding: 4px 8px;
  border-radius: 50%;
  transition: background 0.15s;
  box-shadow: none;
  text-decoration: none;
  z-index: 100;
}
#shsc-wa-overlay .shsc-modal__close:hover {
  background: rgba(0, 0, 0, 0.08);
}
#shsc-wa-overlay .shsc-modal {
  position: relative;
  background: #f9f8f2;
  border-radius: 20px;
  padding: 36px 32px 32px;
  width: 100%;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 auto;
}

.shsc-form__status {
  margin: 12px 0 0;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
}
.shsc-form__status:empty {
  display: none;
}

#shsc-modal-overlay .shsc-modal {
  position: relative;
  background: #f9f8f2;
  border-radius: 20px;
  padding: 36px 32px 32px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 auto;
}
#shsc-modal-overlay .shsc-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #0b2428;
  padding: 4px 8px;
  border-radius: 50%;
  transition: background 0.15s;
  box-shadow: none;
  text-decoration: none;
}
#shsc-modal-overlay .shsc-modal__close:hover {
  background: rgba(0, 0, 0, 0.08);
}
#shsc-modal-overlay .shsc-modal__status {
  margin: 12px 0 0;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
}
#shsc-modal-overlay .shsc-modal__status:empty {
  display: none;
}
#shsc-modal-overlay .shsc-modal__status.shsc-modal__status--success {
  color: #2e7d32;
  font-weight: 700;
}
#shsc-modal-overlay .shsc-modal__status.shsc-modal__status--error {
  color: #d32f2f;
  font-weight: 700;
}
#shsc-modal-overlay .shsc-tabs {
  display: flex;
  background: #ffffff;
  border-radius: 50px;
  padding: 4px;
  margin: 0 0 24px;
  box-shadow: none;
}
#shsc-modal-overlay .shsc-tab {
  flex: 1;
  border: none;
  background: none;
  border-radius: 50px;
  padding: 10px 0;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: #888888;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
  text-decoration: none;
  line-height: 1.2;
}
#shsc-modal-overlay .shsc-tab.shsc-tab--active {
  background: #4949e9;
  color: #ffffff;
}
#shsc-modal-overlay .shsc-form {
  display: none;
  margin: 0;
  padding: 0;
}
#shsc-modal-overlay .shsc-form.shsc-form--active {
  display: block;
}
#shsc-modal-overlay .shsc-field {
  position: relative;
  margin: 0 0 12px;
  padding: 0;
}
#shsc-modal-overlay .shsc-field input[type=text],
#shsc-modal-overlay .shsc-field input[type=email],
#shsc-modal-overlay .shsc-field input[type=tel],
#shsc-modal-overlay .shsc-field select {
  font-family: "Mulish", sans-serif;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 50px;
  padding: 14px 22px;
  font-size: 15px;
  color: #0b2428;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
  box-shadow: none;
  margin: 0;
  line-height: 1.4;
  height: auto;
}
#shsc-modal-overlay .shsc-field input[type=text]::placeholder,
#shsc-modal-overlay .shsc-field input[type=email]::placeholder,
#shsc-modal-overlay .shsc-field input[type=tel]::placeholder,
#shsc-modal-overlay .shsc-field select::placeholder {
  color: #999999;
  opacity: 1;
}
#shsc-modal-overlay .shsc-field input[type=text]::-webkit-input-placeholder,
#shsc-modal-overlay .shsc-field input[type=email]::-webkit-input-placeholder,
#shsc-modal-overlay .shsc-field input[type=tel]::-webkit-input-placeholder,
#shsc-modal-overlay .shsc-field select::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
#shsc-modal-overlay .shsc-field input[type=text]::-moz-placeholder,
#shsc-modal-overlay .shsc-field input[type=email]::-moz-placeholder,
#shsc-modal-overlay .shsc-field input[type=tel]::-moz-placeholder,
#shsc-modal-overlay .shsc-field select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#shsc-modal-overlay .shsc-field input[type=text]:-ms-input-placeholder,
#shsc-modal-overlay .shsc-field input[type=email]:-ms-input-placeholder,
#shsc-modal-overlay .shsc-field input[type=tel]:-ms-input-placeholder,
#shsc-modal-overlay .shsc-field select:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
#shsc-modal-overlay .shsc-field input[type=text]:focus,
#shsc-modal-overlay .shsc-field input[type=email]:focus,
#shsc-modal-overlay .shsc-field input[type=tel]:focus,
#shsc-modal-overlay .shsc-field select:focus {
  border-color: #4949e9;
  background: #ffffff;
  box-shadow: none;
  outline: none;
}
#shsc-modal-overlay .shsc-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #ffffff;
  padding-right: 44px;
  cursor: pointer;
}
#shsc-modal-overlay .shsc-field select option[value=""][disabled] {
  color: #999999;
}
#shsc-modal-overlay .shsc-field.shsc-field--error input[type=text],
#shsc-modal-overlay .shsc-field.shsc-field--error input[type=email],
#shsc-modal-overlay .shsc-field.shsc-field--error input[type=tel],
#shsc-modal-overlay .shsc-field.shsc-field--error select {
  border-color: #d32f2f;
}
#shsc-modal-overlay .shsc-field .shsc-field__error {
  display: block;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  color: #d32f2f;
  margin: 4px 0 0;
  padding-left: 22px;
  background: none;
  border: none;
}
#shsc-modal-overlay .shsc-turnstile {
  margin: 16px 0 4px;
  display: flex;
  justify-content: center;
}
#shsc-modal-overlay .shsc-actions {
  display: flex;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
#shsc-modal-overlay .shsc-btn {
  font-family: "Mulish", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 50px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: filter 0.2s, opacity 0.2s;
  text-decoration: none;
  line-height: 1.2;
  box-shadow: none;
  outline: none;
  letter-spacing: normal;
  text-transform: none;
}
#shsc-modal-overlay .shsc-btn:hover {
  filter: brightness(1.1);
  text-decoration: none;
}
#shsc-modal-overlay .shsc-btn:focus {
  outline: none;
  box-shadow: none;
}
#shsc-modal-overlay .shsc-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#shsc-modal-overlay .shsc-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
#shsc-modal-overlay .shsc-btn.shsc-btn--primary {
  background: #4949e9;
  color: #ffffff;
  flex: 1;
}
#shsc-modal-overlay .shsc-btn.shsc-btn--primary:hover {
  color: #ffffff;
}
#shsc-modal-overlay .shsc-btn.shsc-btn--whatsapp {
  background: #81c011;
  color: #ffffff;
  flex: 1;
}
#shsc-modal-overlay .shsc-btn.shsc-btn--whatsapp:hover {
  color: #ffffff;
}
@media (max-width: 480px) {
  #shsc-modal-overlay .shsc-modal {
    padding: 28px 18px 24px;
  }
  #shsc-modal-overlay .shsc-actions {
    flex-direction: column;
  }
  #shsc-modal-overlay .shsc-actions .shsc-btn {
    width: 100%;
  }
}
