.ls-form-section {
  background: #f4f1ec;
  color: #1f2528;
}

.ls-form-intro {
  background: #202529;
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.ls-form-kicker {
  color: #f28c28;
}

.ls-form-intro p {
  color: rgba(255, 255, 255, 0.78);
}

.ls-homeowner-form {
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10);
}

.ls-field label {
  color: #1f2528;
}

.ls-field input,
.ls-field select,
.ls-field textarea {
  background: #f7f7f5;
  border-color: #dedbd3;
  color: #1f2528;
}

.ls-field input:focus,
.ls-field select:focus,
.ls-field textarea:focus {
  border-color: #f28c28;
  box-shadow: 0 0 0 4px rgba(242, 140, 40, 0.16);
  background: #ffffff;
}

.ls-consent,
.ls-form-note {
  color: #62676a;
}

.ls-submit-btn {
  background: #f28c28;
  color: #151515;
  box-shadow: 0 12px 24px rgba(242, 140, 40, 0.28);
}

.ls-submit-btn:hover {
  box-shadow: 0 16px 30px rgba(242, 140, 40, 0.34);
}

.ls-form-message.is-success {
  background: #ecfdf3;
  color: #166534;
}

.ls-form-message.is-error {
  background: #fef2f2;
  color: #991b1b;
}