.trust-strip {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  color: var(--forest);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-strip span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--coral);
}

.credibility-note {
  margin-top: 28px;
  padding: 16px 18px;
  border-left: 3px solid var(--coral);
  background: var(--paper);
  display: grid;
  gap: 4px;
}

.credibility-note strong {
  color: var(--forest);
  font-size: 13px;
}

.credibility-note span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

[aria-invalid="true"] {
  border-color: #b5472f;
  box-shadow: 0 0 0 3px rgba(181, 71, 47, 0.13);
}

.form-status {
  margin: 0 0 20px;
  padding: 13px 15px;
  border: 1px solid rgba(22, 61, 53, 0.2);
  background: var(--paper);
  color: var(--forest);
  font-size: 13px;
  line-height: 1.5;
}

.form-status--error {
  border-color: rgba(181, 71, 47, 0.35);
  background: #fff4ef;
  color: #893620;
}

.next-step-note {
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.next-step-note > span {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  flex: none;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.next-step-note p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.next-step-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--forest);
  font-size: 13px;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button-arrow {
  font-size: 18px;
}

.button-label {
  font-size: 14px;
}
