.cadastre-imovel-section {
  background: linear-gradient(135deg, #f6f7fc 0%, #e5efe6 100%);
  padding: 60px 0 40px;
  font-family: var(--font-site);
}
.cadastre-imovel-container {
  margin: 0 auto;
}
.cadastre-imovel-titulo {
  text-align: center;
  font-size: 2.7rem;
  color: #30562d;
  font-weight: 700;
  margin-bottom: 12px;
}
.cadastre-imovel-descricao {
  text-align: center;
  color: #444;
  font-size: 1.07rem;
  margin-bottom: 26px;
  border-radius: 8px;
  padding: 18px 10px;
}
.cadastre-imovel-form-block {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(48, 86, 45, 0.1);
  padding: 20px;
}
.cadastre-imovel-form fieldset {
  border: none;
  margin-bottom: 0px;
  padding: 0;
}
.cadastre-imovel-form legend {
  color: #30562d;
  font-size: 1.22rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.cadastre-imovel-form .form-group label,
.cadastre-imovel-form label {
  color: #227a28;
  font-weight: 500;
  font-size: 1.04rem;
  margin-bottom: 4px;
  display: block;
}
.cadastre-imovel-form .form-control,
.cadastre-imovel-form select {
  width: 100%;
  border: 1px solid #dbead6;
  border-radius: 7px;
  padding: 10px 12px;
  font-size: 1.08rem;
  margin-bottom: 0px;
  background: #f6f7fc;
  transition: border-color 0.18s;
}
.cadastre-imovel-form .form-control:focus,
.cadastre-imovel-form select:focus {
  border-color: #227a28;
  outline: none;
}
.cadastre-imovel-form .btn-long {
  width: 100%;
  padding: 14px 0;
  background: #30562d !important;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  margin-top: 8px;
  transition: background 0.18s;
  box-shadow: 0 2px 12px rgba(48, 86, 45, 0.08);
}
.cadastre-imovel-form .btn-long:hover {
  background: #227a28 !important;
}
.g-recaptcha {
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .cadastre-imovel-form-block {
    padding: 24px 10px 18px 10px;
  }
}
@media (max-width: 700px) {
  .cadastre-imovel-section {
    padding: 14px 0 4px 0;
  }
  .cadastre-imovel-form-block {
    padding: 10px 2px 8px 2px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(48, 86, 45, 0.09);
  }
  .cadastre-imovel-form .row > [class^="col-"] {
    margin-bottom: 14px;
  }
}
