.trust-reading-width {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.trust-page-header {
  padding: 34px 0 42px;
  border-bottom: 1px solid var(--slate-200);
  background: var(--blue-50);
}

.trust-page-header .breadcrumb {
  margin-bottom: 24px;
}

.trust-page-header h1 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.trust-page-header p {
  margin: 14px 0 0;
  color: var(--slate-600);
  line-height: 1.8;
}

.trust-page-body {
  padding: 48px 0 76px;
}

.trust-content {
  color: var(--slate-700);
  line-height: 1.9;
}

.trust-content h2 {
  margin: 2.3em 0 0.85em;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--navy-950);
  color: var(--navy-950);
  font-size: 1.55rem;
}

.trust-content h2:first-child {
  margin-top: 0;
}

.trust-content h3 {
  margin: 1.8em 0 0.65em;
  color: var(--navy-950);
  font-size: 1.18rem;
}

.trust-content a,
.contact-form a {
  color: var(--blue-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trust-content table {
  width: 100%;
  border-collapse: collapse;
}

.trust-content th,
.trust-content td {
  padding: 13px 14px;
  border: 1px solid var(--slate-200);
  text-align: left;
  vertical-align: top;
}

.trust-content th {
  width: 150px;
  color: var(--navy-950);
  background: var(--blue-50);
}

.trust-updated {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--slate-200);
  color: var(--slate-600);
  font-size: 0.9rem;
}

.footer-trust-links {
  align-content: start;
}

.contact-introduction {
  margin-bottom: 30px;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 30px;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  background: var(--white);
}

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

.contact-field label,
.contact-consent {
  color: var(--navy-950);
  font-weight: 800;
}

.contact-field label span {
  margin-left: 6px;
  color: #a44418;
  font-size: 0.78rem;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #a9c2d2;
  border-radius: 7px;
  color: var(--navy-950);
  background: var(--white);
  font: inherit;
}

.contact-field textarea {
  min-height: 190px;
  resize: vertical;
}

.contact-field [aria-invalid="true"] {
  border-color: #b94b35;
  background: #fff9f7;
}

.contact-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  line-height: 1.7;
}

.contact-consent input {
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
}

.contact-help {
  margin: 0;
  color: var(--slate-600);
  font-size: 0.9rem;
  line-height: 1.75;
}

.contact-submit {
  justify-self: start;
  min-width: 180px;
}

.contact-notice {
  margin-bottom: 24px;
  padding: 20px 22px;
  border: 1px solid var(--slate-200);
  border-radius: 8px;
}

.contact-notice h2,
.contact-notice p,
.contact-notice ul {
  margin: 0;
}

.contact-notice ul,
.contact-notice p {
  margin-top: 8px;
}

.contact-notice-success {
  border-color: #9ccfbd;
  background: #f1faf6;
}

.contact-notice-error {
  border-color: #e2b5a5;
  background: #fff8f4;
}

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

@media (max-width: 640px) {
  .trust-reading-width {
    width: min(calc(100% - 28px), 820px);
  }

  .trust-page-header {
    padding: 24px 0 30px;
  }

  .trust-page-body {
    padding: 34px 0 56px;
  }

  .trust-content table,
  .trust-content tbody,
  .trust-content tr,
  .trust-content th,
  .trust-content td {
    display: block;
    width: 100%;
  }

  .trust-content tr + tr {
    margin-top: 10px;
  }

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

  .contact-submit {
    width: 100%;
  }
}
