.elementor-6138 .elementor-element.elementor-element-63a2ecc3{--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;--justify-content:center;}.elementor-6138 .elementor-element.elementor-element-64408e8c{width:auto;max-width:auto;}@media(min-width:768px){.elementor-6138 .elementor-element.elementor-element-63a2ecc3{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-64408e8c *//* ===== RESET E BASE ===== */
#sib-container * {
  box-sizing: border-box;
}

/* ===== CONTAINER ===== */
#sib-container {
  padding: 32px 24px !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  border-radius: 20px;
}

/* ===== TÍTULO ===== */
.meu-titulo p {
  font-size: 28px !important;
  line-height: 1.3;
  margin-bottom: 0px;
}

/* ===== SUBTÍTULO ===== */
.sib-text-form-block p {
  font-size: 16px !important;
  opacity: 0.8;
  margin-bottom: 20px;
  padding: 0 20px;
}

/* ===== ESPAÇAMENTO ENTRE BLOCOS ===== */
.sib-form-block {
  margin-bottom: 10px;
}

/* remove padding exagerado inline do Brevo */
#sib-form > div {
  padding: 5px 0 !important;
}

/* ===== LABEL ===== */
.entry__label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px !important;
}

/* ===== INPUT ===== */
.input {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e0e6ed;
  font-size: 15px;
  transition: all 0.25s ease;
}

/* foco */
.input:focus {
  border-color: #263354;
  box-shadow: 0 0 0 2px rgba(38, 51, 84, 0.1);
}

/* ===== BOTÃO ===== */
.sib-form-block__button {
  width: 100%;
  padding: 16px;
  font-size: 15px;
  line-height: 1.2;
  white-space: normal; /* permite quebra de linha */
  word-break: break-word; /* evita estourar */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* hover */
.sib-form-block__button:hover {
  filter: brightness(1.1);
}

/* ===== MOBILE ===== */
@media (max-width: 480px) {

  #sib-container {
    padding: 20px 1px !important;
  }

  /* título menor que desktop */
  .meu-titulo p {
    font-size: 22px !important;
  }

  /* subtítulo claramente menor */
  .sib-text-form-block p {
    font-size: 12px !important;
  }

  /* inputs mais compactos */
  .input {
    padding: 12px;
    font-size: 14px;
  }

  /* botão ajustado */
  .sib-form-block__button {
    padding: 14px;
    font-size: 14px;
  }

  /* reduz espaços gerais */
  .sib-form-block {
    margin-bottom: 10px;
  }
}/* End custom CSS */