.elementor-5762 .elementor-element.elementor-element-4edb2fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:200px;--padding-bottom:200px;--padding-left:0px;--padding-right:0px;}.elementor-5762 .elementor-element.elementor-element-4edb2fd:not(.elementor-motion-effects-element-type-background), .elementor-5762 .elementor-element.elementor-element-4edb2fd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://link.biohabitate.com.br/wp-content/uploads/2026/04/5b84462ad8d781334df98698d2eb042dd1658fd803da564a7e9faa82b7ffe7a3.jpg");background-position:top center;}.elementor-5762 .elementor-element.elementor-element-23f1855{--display:flex;}.elementor-5762 .elementor-element.elementor-element-f373360{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5762 .elementor-element.elementor-element-aef40d7{--display:flex;}.elementor-5762 .elementor-element.elementor-element-da7bca0{--display:flex;}@media(max-width:767px){.elementor-5762 .elementor-element.elementor-element-4edb2fd:not(.elementor-motion-effects-element-type-background), .elementor-5762 .elementor-element.elementor-element-4edb2fd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://link.biohabitate.com.br/wp-content/uploads/2026/05/lp_mobile_pau_A-copiar-1w1w1-2211.jpg");background-position:top center;}.elementor-5762 .elementor-element.elementor-element-23f1855{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-36422a6 *//* CONTAINER */
form[action*="mailingboss"] {
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
}

/* TÍTULO 1 */
form[action*="mailingboss"]::before {
  content: "Preencha o formulário abaixo e";
  order: 1;
  width: 100%;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: -6px;
}

/* TÍTULO 2 */
form[action*="mailingboss"]::after {
  content: "RECEBA SEU EBOOK GRÁTIS";
  order: 2;
  width: 100%;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f2b300;
  margin-bottom: 8px;
}

/* GRUPOS */
form[action*="mailingboss"] .form-group {
  width: 100%;
  margin: 0;
  position: relative;
}

/* ORDEM */
form[action*="mailingboss"] .form-group:has(#FNAME) { order: 3; }
form[action*="mailingboss"] .form-group:has(#EMAIL) { order: 4; }

form[action*="mailingboss"] .form-group:has(#PHONEPREFIX) {
  width: 95px;
  order: 5;
}

form[action*="mailingboss"] .form-group:has(#PHONE) {
  width: calc(100% - 95px);
  order: 6;
}

/* REMOVE LABEL */
form[action*="mailingboss"] label {
  display: none !important;
}

/* INPUTS */
form[action*="mailingboss"] input.form-control,
form[action*="mailingboss"] select.form-control {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.96);
  color: #222;
  font-size: 17px;
  padding: 0 14px;
  outline: none;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

form[action*="mailingboss"] input::placeholder {
  color: #555;
}

/* PREFIXO */
form[action*="mailingboss"] #PHONEPREFIX {
  border-radius: 10px 0 0 10px;
  border-right: none;
  color: transparent;
  appearance: none;
}

form[action*="mailingboss"] .form-group:has(#PHONEPREFIX)::before {
  content: "🇧🇷 +55⌄";
  position: absolute;
  inset: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #222;
}

/* TELEFONE */
form[action*="mailingboss"] #PHONE {
  border-radius: 0 10px 10px 0;
}

form[action*="mailingboss"] .form-group:has(#PHONE)::after {
  content: "seu whatsApp nesse formato 55XX99999999";
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
}

/* ESCONDE META */
form[action*="mailingboss"] .form-group:has(#METACSUM) {
  display: none !important;
}

/* BOTÃO (AGORA CORRETO) */
form[action*="mailingboss"] input[type="submit"] {
  order: 7;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 10px;
  background: #079943 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 120, 50, 0.35);
  transition: 0.25s ease;
  background-image: none !important;
}

form[action*="mailingboss"] input[type="submit"]:hover {
  background: #08aa4a !important;
  transform: translateY(-1px);
}

/* MOBILE AJUSTADO DE VERDADE */
@media (max-width: 768px) {

  form[action*="mailingboss"] {
    max-width: calc(100vw - 32px);
    gap: 10px 0;
    margin: 0 auto;
  }

  form[action*="mailingboss"]::before {
    font-size: 24px;
  }

  form[action*="mailingboss"]::after {
    font-size: 28px;
  }

  form[action*="mailingboss"] input.form-control,
  form[action*="mailingboss"] select.form-control {
    height: 52px;
    font-size: 18px;
  }

  form[action*="mailingboss"] .form-group:has(#PHONEPREFIX) {
    width: 100px;
  }

  form[action*="mailingboss"] .form-group:has(#PHONE) {
    width: calc(100% - 100px);
  }

  form[action*="mailingboss"] .form-group:has(#PHONEPREFIX)::before {
    height: 52px;
    font-size: 15px;
  }

  form[action*="mailingboss"] input[type="submit"] {
    height: 56px;
    font-size: 18px !important;
    margin-top: 8px;
  }
}/* End custom CSS */