/* Hand-added styles for the static (post-Webflow) AHRI site. */

/* Spam honeypot — visually hidden, kept in the accessibility tree only for bots. */
.ahri-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Form status messages sit below the form rather than replacing it abruptly. */
.w-form-done,
.w-form-fail {
  margin-top: 14px;
}

/* ---- Long-form legal pages (privacy, cookies, terms) ---- */
.legal-section {
  text-align: left;
  padding-top: 56px;
  padding-bottom: 72px;
}

.legal {
  max-width: 760px;
  margin: 0 auto;
  color: #2d3e4f;
  font-size: 16px;
  line-height: 1.7;
}

.legal h1 {
  color: #192024;
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 6px;
}

.legal .legal-updated {
  color: #8e8e9c;
  font-size: 14px;
  margin: 0 0 32px;
}

.legal h2 {
  color: #192024;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  font-size: 21px;
  line-height: 1.3;
  margin: 40px 0 10px;
}

.legal h3 {
  color: #192024;
  font-size: 17px;
  line-height: 1.35;
  margin: 24px 0 8px;
}

.legal p,
.legal li {
  font-size: 16px;
  line-height: 1.7;
}

.legal ul {
  margin: 12px 0;
  padding-left: 22px;
  list-style: disc;
}

.legal li {
  margin-bottom: 8px;
}

.legal a {
  color: #2e80b6;
  text-decoration: underline;
}

.legal .legal-note {
  background-color: #f0f3f7;
  border-left: 4px solid #3b99d9;
  padding: 14px 18px;
  margin: 24px 0;
  font-size: 15px;
}

/* ---- Legal link row in the dark footer ---- */
.footer-legal {
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  line-height: 1.9;
}

.footer-legal a {
  color: #a9bccb;
  text-decoration: none;
  margin: 0 10px;
}

.footer-legal a:hover {
  color: #fff;
}
