.elementor-31 .elementor-element.elementor-element-67d7f58{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-31 .elementor-element.elementor-element-67d7f58{--content-width:90%;}}/* Import da fonte dos títulos */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700;800&display=swap');

/* ===============================
   JRQ MULTI STEP FORM
   Contact Form 7 + Elementor
================================ */

.jrq-form {
  max-width: 735px;
  margin: 0 auto;
  font-family: inherit;
  color: #001f4f;
}

/* Limpa interferências do Contact Form 7 */
.jrq-form p {
  margin: 0 !important;
  padding: 0 !important;
}

.jrq-form br {
  display: none !important;
}

/* ===============================
   PROGRESS BAR
================================ */

.jrq-progress {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.jrq-progress-info {
  flex: 1;
}

.jrq-step-label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #001f4f;
  text-transform: uppercase;
}

.jrq-progress-bar {
  width: 100%;
  height: 6px;
  background: #dfe4e9;
  border-radius: 999px;
  overflow: hidden;
}

.jrq-progress-fill {
  width: 25%;
  height: 100%;
  background: #db6324;
  border-radius: 999px;
  transition: width 0.25s ease;
}

.jrq-progress-percent {
  font-size: 12px;
  font-weight: 500;
  color: #001f4f;
  line-height: 1;
}

/* ===============================
   CARD DOS STEPS
================================ */

.jrq-step {
  display: none;
  background: #ffffff;
  border: 1px solid #dce2e8;
  border-radius: 8px;
  padding: 42px 40px 34px;
  min-height: 575px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  flex-direction: column;
  justify-content: space-between;
}

.jrq-step.is-active {
  display: flex !important;
}

.jrq-step-content {
  width: 100%;
}

/* Títulos dos steps */
.jrq-step h2 {
  max-width: 620px;
  margin: 0 auto 16px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 30px;
  line-height: 1.15;
  text-align: center;
  color: #001f4f;
  font-weight: 800;
  letter-spacing: -0.8px;
}

/* Subtítulo do step 1 */
.jrq-step-content > p {
  text-align: center;
  color: #001f4f;
  font-size: 14px;
  margin-bottom: 40px !important;
}

/* Espaçamento geral depois dos títulos nos steps sem subtítulo */
.jrq-step[data-step="2"] h2,
.jrq-step[data-step="3"] h2,
.jrq-step[data-step="4"] h2 {
  margin-bottom: 40px !important;
}

/* ===============================
   STEP 1 - SERVICES
================================ */

.jrq-options-grid {
  max-width: 655px;
  margin: 0 auto;
}

.jrq-options-grid .wpcf7-form-control {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.jrq-options-grid .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

.jrq-options-grid label {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid #d8e0e7;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  color: #001f4f;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.jrq-options-grid label:hover {
  border-color: #db6324;
  background: #fff7f2;
}

/* Checkbox custom */
.jrq-options-grid input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  margin: 0 !important;
  border: 1px solid #d8e0e7;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}

.jrq-options-grid input[type="checkbox"]:checked {
  background: #db6324;
  border-color: #db6324;
}

.jrq-options-grid input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.jrq-options-grid label:has(input[type="checkbox"]:checked) {
  border-color: #db6324;
  background: #fff7f2;
}

/* ===============================
   STEP 2 - SIZE
================================ */

.jrq-choice-grid {
  max-width: 655px;
  margin: 0 auto 20px;
}

.jrq-choice-grid .wpcf7-form-control {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.jrq-choice-grid .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

.jrq-choice-grid label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid #d8e0e7;
  border-radius: 6px;
  background: #ffffff;
  color: #001f4f;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.jrq-choice-grid label:hover {
  border-color: #db6324;
  background: #fff7f2;
}

/* Esconde o círculo padrão do radio */
.jrq-choice-grid input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Radio selecionado */
.jrq-choice-grid label:has(input[type="radio"]:checked) {
  background: #db6324;
  border-color: #db6324;
  color: #ffffff;
}

/* Campo de tamanho */
.jrq-size-field {
  display: none;
  max-width: 655px;
  margin: 0 auto;
}

.jrq-size-field.is-visible {
  display: block;
}

.jrq-size-field label {
  display: block;
  margin: 0 0 10px !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #001f4f;
  text-transform: uppercase;
}

/* ===============================
   INPUTS GERAIS
================================ */

.jrq-field-group,
.jrq-contact-grid,
.jrq-field-full {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
}

.jrq-form input[type="text"],
.jrq-form input[type="email"],
.jrq-form input[type="tel"],
.jrq-form textarea,
.jrq-form select {
  width: 100% !important;
  border: 1px solid #d8e0e7 !important;
  border-radius: 6px !important;
  padding: 14px 16px !important;
  margin-bottom: 14px !important;
  font-size: 15px !important;
  color: #001f4f !important;
  background: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
}

.jrq-form input[type="text"],
.jrq-form input[type="email"],
.jrq-form input[type="tel"] {
  height: 50px !important;
}

.jrq-form textarea {
  min-height: 194px !important;
  resize: vertical;
}

.jrq-form input:focus,
.jrq-form textarea:focus,
.jrq-form select:focus {
  border-color: #db6324 !important;
}

.jrq-form ::placeholder {
  color: #7b8798 !important;
  opacity: 1;
}

/* Labels do step 4 */
.jrq-field label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #001f4f;
  text-transform: uppercase;
}

.jrq-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

.jrq-contact-grid .jrq-field input {
  margin-bottom: 0 !important;
}

.jrq-field-full {
  margin-top: 20px;
}

.jrq-field-full input {
  margin-bottom: 0 !important;
}

/* ===============================
   BOTÕES
================================ */

.jrq-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 12px !important;
  max-width: 655px !important;
  width: 100% !important;
  margin: 42px auto 0 !important;
}

/* Corrige quando o Contact Form 7 envolve os spans em  */
.jrq-actions p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

.jrq-actions br {
  display: none !important;
}

.jrq-btn {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 46px !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

/* Previous */
.jrq-prev {
  background: #ffffff;
  color: #001f4f;
  border: 1px solid #edf0f4;
}

.jrq-prev:hover {
  border-color: #d8e0e7;
}

/* Botão desativado */
.jrq-btn.is-disabled {
  cursor: not-allowed;
  pointer-events: auto;
}

/* Previous desativado */
.jrq-prev.is-disabled {
  color: #98a2b3;
  background: #ffffff;
  border-color: #edf0f4;
  opacity: 0.9;
}

/* Next / Submit ativo */
.jrq-next,
.jrq-submit {
  background: #db6324;
  color: #ffffff;
  border: 1px solid #db6324;
}

.jrq-next:hover,
.jrq-submit:hover {
  background: #c9561d;
  border-color: #c9561d;
}

/* Next / Submit inativo */
.jrq-next.is-disabled,
.jrq-submit.is-disabled {
  background: #efbea5;
  border-color: #efbea5;
  color: #ffffff;
}

/* Submit real do CF7 escondido */
.jrq-real-submit,
.jrq-real-submit .wpcf7-submit,
.jrq-form .wpcf7-submit {
  display: none !important;
}

/* ===============================
   TEXTO DE TELEFONE
================================ */

.jrq-call-text {
  margin-top: 24px;
  text-align: center;
  font-size: 13px;
  color: #001f4f;
}

.jrq-call-text a {
  color: #db6324;
  font-weight: 800;
  text-decoration: none;
}

/* Mensagens do CF7 */
.jrq-form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  border-radius: 6px;
  font-size: 14px;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 767px) {
  .jrq-form {
    max-width: 100%;
  }

  .jrq-progress {
    margin-bottom: 24px;
  }

  .jrq-step {
    padding: 32px 20px 30px;
    min-height: auto;
  }

  .jrq-step h2 {
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 28px !important;
  }

  .jrq-step-content > p {
    font-size: 14px;
    margin-bottom: 28px !important;
  }

  .jrq-options-grid .wpcf7-form-control,
  .jrq-choice-grid .wpcf7-form-control,
  .jrq-contact-grid {
    grid-template-columns: 1fr !important;
  }

  .jrq-options-grid label,
  .jrq-choice-grid label {
    min-height: 50px;
  }

  .jrq-contact-grid {
    gap: 16px;
  }

  .jrq-field-full {
    margin-top: 16px;
  }

  .jrq-actions {
    flex-direction: row !important;
    gap: 12px !important;
    margin-top: 32px !important;
  }

  .jrq-btn {
    flex: 1 1 0 !important;
    width: auto !important;
  }
}


