.hp-field {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.privacy-consent {
  align-items: flex-start;
  display: flex !important;
  font-size: .9rem;
  font-weight: 500 !important;
  gap: .7rem;
  line-height: 1.55;
  margin: .4rem 0 1rem;
}

.privacy-consent input {
  accent-color: #00b050;
  flex: 0 0 auto;
  height: 1.1rem !important;
  margin-top: .2rem;
  width: 1.1rem !important;
}

.privacy-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-status {
  border-radius: 10px;
  font-size: .9rem;
  line-height: 1.5;
  margin: .9rem 0 0;
  min-height: 1.4rem;
  padding: 0;
}

.form-status.sending,
.form-status.success,
.form-status.error {
  padding: .75rem .9rem;
}

.form-status.sending { background: #edf2ef; color: #324139; }
.form-status.success { background: #e7f8ee; color: #087638; }
.form-status.error { background: #fff0f0; color: #982828; }

.js-secure-form button:disabled {
  cursor: wait;
  opacity: .55;
}

.legal-page {
  background: #f4f7f5;
  min-height: 70vh;
  padding: clamp(4rem, 8vw, 8rem) max(5vw, 1.5rem);
}

.legal-wrap {
  margin: 0 auto;
  max-width: 980px;
}

.legal-page h1 {
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: .95;
  margin: 1rem 0 1.8rem;
}

.legal-intro {
  color: #506058;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 760px;
}

.legal-card {
  background: #fff;
  border: 1px solid #dfe7e2;
  border-radius: 18px;
  margin-top: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.legal-card h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin: 2.4rem 0 .7rem;
}

.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { font-size: 1.05rem; margin: 1.6rem 0 .45rem; }
.legal-card p,
.legal-card li { color: #435149; line-height: 1.75; }
.legal-card ul { padding-left: 1.3rem; }
.legal-card a { color: #087c3b; font-weight: 700; }
.legal-meta { color: #6a776f; font-size: .88rem; margin-top: 2.2rem; }

.footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.2rem;
}

@media (max-width: 760px) {
  .legal-page { padding-top: 3rem; }
  .legal-card { border-radius: 14px; }
}
