.contact-main {
  max-width: 680px;
}

.contact-lead {
  margin: 0 0 36px;
  color: #4f4e49;
}

.contact-form {
  display: grid;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid #deded9;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field label {
  font-size: 15px;
  font-weight: 800;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #b9b9b4;
  border-radius: 4px;
  background: #fff;
  color: #171717;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.contact-field input,
.contact-field select {
  padding: 0 12px;
}

.contact-field textarea {
  min-height: 168px;
  padding: 12px;
  resize: vertical;
}

.contact-field input:focus-visible,
.contact-field select:focus-visible,
.contact-field textarea:focus-visible,
.contact-submit:focus-visible {
  outline: 3px solid #171717;
  outline-offset: 2px;
}

.contact-field small {
  color: #66645e;
  font-size: 13px;
  line-height: 1.6;
}

.contact-consent {
  display: flex;
  min-height: 44px;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.contact-consent input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  flex: 0 0 auto;
}

.contact-result {
  min-height: 28px;
  color: #a23447;
  font-size: 14px;
  font-weight: 700;
}

.contact-result.is-success {
  color: #08783d;
}

.contact-submit {
  min-height: 52px;
  border: 1px solid #171717;
  border-radius: 4px;
  background: #171717;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.55;
}

.contact-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 520px) {
  .contact-lead {
    margin-bottom: 28px;
  }

  .contact-form {
    gap: 20px;
  }
}
