input,
select {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 13px 12px;
  border: 1px solid #cfc5b6;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: 16px Inter, Arial, sans-serif;
}

select { height: 48px; }

.field-hint {
  display: block;
  margin-top: 2px;
  color: #777168;
  font-size: 11px;
  font-weight: 400;
}

.form-price {
  display: grid;
  gap: 2px;
  margin: 0 0 11px;
  color: #5e5a51;
  font-size: 12px;
  line-height: 1.35;
}

.form-price strong {
  color: #243627;
  font: 24px/1 Cormorant, Georgia, serif;
}

.lead-card fieldset {
  margin: 16px 0 14px;
  padding: 0;
  border: 0;
}

.lead-card legend {
  margin-bottom: 9px;
  color: #4f4b43;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.lead-card .choice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0;
  color: #5d594f;
  font-size: 13px;
  font-weight: 400;
}

.lead-card .choice input {
  display: inline-block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: #233726;
}

.review-button,
.confirm-button {
  min-height: 48px;
  margin-top: 18px;
  border-radius: 6px;
}

.form-review-step { padding: 2px 0 0; }

.review-kicker {
  margin: 0 0 6px;
  color: #927b5d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.form-review-step h3 {
  margin: 0 0 15px;
  font-size: 25px;
  line-height: 1.08;
}

.form-review-step dl { margin: 0; }

.form-review-step dl div {
  padding: 10px 0;
  border-top: 1px solid #dfd7ca;
}

.form-review-step dt {
  color: #8d7b62;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.form-review-step dd {
  margin: 3px 0 0;
  color: #302f2a;
  font: 16px/1.25 Inter, Arial, sans-serif;
}

.back-button {
  min-height: 42px;
  margin-top: 16px;
  border: 1px solid #a89880;
  border-radius: 6px;
  background: transparent;
  color: #354137;
  font-size: 14px;
}

.confirm-button { margin-top: 9px; }

.form-entry-step[hidden],
.form-review-step[hidden] { display: none; }
