.bsm-lead-form {
  display: grid;
  gap: 18px;
}

.bsm-lead-form__field {
  display: grid;
  gap: 8px;
}

.bsm-lead-form__field label {
  color: #f3eee8;
  font-size: 15px;
  font-weight: 600;
}

.bsm-lead-form__field input {
  min-height: 56px;
  width: 100%;
  border: 1px solid #443a34;
  border-radius: 0;
  background: #171311;
  color: #fff;
  font: inherit;
  padding: 12px 14px;
}

.bsm-lead-form__field input:focus {
  border-color: #cc612c;
  outline: 2px solid rgba(204, 97, 44, 0.3);
  outline-offset: 2px;
}

.bsm-lead-form__submit {
  min-height: 58px;
  border: 0;
  background: #cc612c;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 14px 20px;
}

.bsm-lead-form__submit:hover {
  background: #b95325;
}

.bsm-lead-form__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.bsm-lead-form__privacy,
.bsm-lead-form__message {
  margin: 0;
  color: #a9a29d;
  font-size: 13px;
  line-height: 1.5;
}

.bsm-lead-form__privacy a {
  color: inherit;
  text-decoration: underline;
}

.bsm-lead-form__message[data-status="success"] {
  color: #79c892;
}

.bsm-lead-form__message[data-status="error"] {
  color: #ef8e84;
}

.bsm-lead-form__trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
