.sce-page .sce-section#interesse,
.sce-page .sce-section#interesse-final {
  position: relative;
  padding: 72px 0;
  scroll-margin-top: 24px;
  background: #fbfaf6;
}

.sce-page .sce-section#interesse-final { background: #efece4; }

.sce-page .sce-form-grid {
  display: grid !important;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr) !important;
  gap: 56px !important;
  align-items: start !important;
}

.sce-page .sce-form {
  width: 100% !important;
  max-width: 650px;
  padding: 30px !important;
  background: #ffffff !important;
  border: 1px solid #d8d3c9 !important;
  box-shadow: 0 10px 28px rgba(24, 48, 13, .08);
}

.sce-page .sce-field { margin: 0 0 16px !important; }

.sce-page .sce-field label {
  display: block !important;
  margin: 0 0 7px !important;
  color: #18300d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

.sce-page .sce-field input,
.sce-page .sce-field select,
.sce-page .sce-field textarea {
  display: block !important;
  width: 100% !important;
  min-height: 46px !important;
  padding: 11px 12px !important;
  border: 1px solid #bdb7ad !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #18300d !important;
  font: inherit !important;
  line-height: 1.35 !important;
}

.sce-page .sce-field textarea { min-height: 104px !important; resize: vertical; }

.sce-page .sce-form-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 14px !important;
}

.sce-page .sce-form .sce-button {
  width: 100% !important;
  min-height: 50px !important;
  margin-top: 6px !important;
  border: 1px solid #c85a3a !important;
  background: #c85a3a !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-align: center !important;
}

.sce-page .sce-form .sce-button:disabled { opacity: .7; cursor: wait; }
.sce-page .sce-small { margin: 14px 0 0 !important; color: #675f54 !important; font-size: 12px !important; }
.sce-page .sce-form-status { margin: 14px 0 0 !important; padding: 11px 12px !important; background: #e9f1e4 !important; color: #18300d !important; font-size: 14px !important; }
.sce-page .sce-form-status.is-error { background: #f9e2de !important; color: #8e2f20 !important; }
.sce-page .sce-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 760px) {
  .sce-page .sce-section#interesse,
  .sce-page .sce-section#interesse-final { padding: 56px 0 !important; }
  .sce-page .sce-form-grid,
  .sce-page .sce-form-row { grid-template-columns: 1fr !important; gap: 18px !important; }
  .sce-page .sce-form { padding: 22px !important; }
}
