.form-intro {
  margin: 0 0 14px;
  color: #c7cad5 !important;
  font-size: 14px !important;
}

.form form { display: grid; gap: 9px; }

.form label {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 700;
}

.form input:focus,
.form select:focus {
  border-color: #8997ff;
  outline: 3px solid rgba(83, 103, 255, 0.28);
  outline-offset: 1px;
}

.form button:disabled { cursor: wait; opacity: 0.7; }

.bot-field {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.privacy-summary {
  margin: 7px 0;
  color: #c7cad5 !important;
  font-size: 12px !important;
  line-height: 1.55;
}

.privacy-summary a,
.legal-page a,
footer a { color: #b8c0ff; }

.form-message {
  min-height: 21px;
  margin: 2px 0 0;
  font-size: 13px;
}

.form-message.success { color: #b8f1c2; }
.form-message.error { color: #ffb4b9; }

.legal-page {
  max-width: 780px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.legal-page h1 {
  margin: 14px 0 26px;
  font-size: clamp(36px, 4.2vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.legal-page h2 {
  margin: 32px 0 8px;
  font-size: 22px;
  line-height: 1.3;
}

.legal-page p,
.legal-page li { color: var(--muted); }

@media (max-width: 620px) {
  .legal-page { padding-top: 46px; padding-bottom: 46px; }
  .legal-page h1 { font-size: 34px; }
  .legal-page h2 { margin-top: 26px; font-size: 20px; }
}
