.elementor-1104 .elementor-element.elementor-element-f679994{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-185c668 *//* SIMULADOR - STYLES */
#simulador {
  max-width: 700px;
  margin: auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Barra de progresso */
.sim-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 13px;
}

.sim-step {
  opacity: 0.4;
}

.sim-step.active {
  font-weight: 700;
  color: #0a6b2d;
  opacity: 1;
}

/* Steps */
.sim-step-content {
  display: none;
}

.sim-step-content.active {
  display: block;
}

/* Inputs */
#simulador h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

#simulador input,
#simulador select {
  width: 100%;
  padding: 12px;
  margin: 10px 0 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Botões */
#simulador button {
  background: #0a6b2d;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 6px;
}

#simulador button.prev {
  background: #ccc;
  color: #333;
}

/* FGTS linha */
.fgts-container {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 10px 0 20px;
}

.fgts-label {
  font-weight: 600;
  white-space: nowrap;
}

.fgts-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Resultado */
.resultado-box {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

/* Lista de imóveis */
.imoveis-sugeridos {
  margin-top: 40px;
}

.imoveis-sugeridos h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.lista-imoveis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 20px;
}

.imovel {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  padding-bottom: 15px;
}

.imovel img {
  width: 100%;
  display: block;
}

.imovel h4 {
  margin: 12px;
  font-size: 18px;
}

.imovel p {
  margin: 0 12px 12px;
  color: #555;
}

.btn-ver {
  display: block;
  text-align: center;
  background: #0a6b2d;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
  margin: 0 12px;
  text-decoration: none;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 600px) {

  .sim-progress {
    font-size: 11px;
    gap: 8px;
  }

  #simulador h2 {
    font-size: 20px;
  }

  .fgts-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .fgts-container .next {
    width: 100%;
    margin-top: 5px !important;
  }

  #simulador button {
    width: 100%;
    font-size: 16px;
  }

  .lista-imoveis {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */