.trust-hero {
  padding: 4rem 0 0;
}
.trust-hero h1 {
  max-width: 16ch;
  margin-top: 1.4rem;
}
.trust-lead {
  max-width: 56ch;
  color: var(--muted);
  font-size: 1.125rem;
  margin-top: 1.5rem;
}
.trust-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin-top: 3rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  border-top: 1px solid var(--line);
}
.trust-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.trust-content {
  --text: #142331;
  --muted: #536170;
  --line: #d6dde4;
  --accent: #142331;
  --focus: #1559b7;
  color: var(--text);
  color-scheme: light;
  background: #f7f9fb;
  box-shadow: 0 0 0 100vmax #f7f9fb;
  clip-path: inset(0 -100vmax);
}
.trust-section {
  padding: 4.5rem 0;
}
.trust-section + .trust-section {
  border-top: 1px solid var(--line);
}
.trust-heading {
  max-width: 68ch;
}
.trust-heading h2 {
  margin-top: 1.1rem;
}
.trust-heading > p:last-child:not(.eyebrow) {
  margin-top: 1.4rem;
}
.trust-content p {
  color: var(--muted);
}
.trust-content a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: #9aa8b6;
}
.trust-content a:hover {
  color: var(--accent);
}
.trust-benefits,
.trust-agreements {
  display: grid;
  gap: 2.5rem;
  margin-top: 2.75rem;
}
.trust-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.trust-agreements {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 2rem;
}
.trust-benefits article {
  border-top: 2px solid #91b3c9;
  padding-top: 1.5rem;
}
.trust-benefits p,
.trust-agreements p {
  margin-top: 0.8rem;
}
.standard-list {
  margin-top: 2.75rem;
}
.standard-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}
.standard-row h3 {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
.source-links {
  font-size: 0.8125rem;
  line-height: 1.9;
  margin-top: 1rem;
}
.source-links a {
  display: inline-block;
  padding: 0.2rem 0;
}
.trust-note {
  margin-top: 1rem;
  padding: 1.5rem 1.75rem;
  background: #eaf0f5;
  border-left: 2px solid #718c9f;
}
.trust-note h3 {
  font-size: 1rem;
}
.trust-note p {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  max-width: 85ch;
}
.review-date {
  font-size: 0.75rem;
  margin-top: 1.2rem;
}
.trust-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 4.5rem 0;
}
.trust-contact > div {
  max-width: 62ch;
}
.trust-contact h2 {
  margin: 1.1rem 0;
}
.trust-contact p:not(.eyebrow) {
  color: var(--muted);
}
.trust-contact .button {
  flex-shrink: 0;
}
.privacy-content {
  max-width: 72ch;
  padding: 3.5rem 0 5rem;
}
.privacy-content section + section {
  margin-top: 2.75rem;
}
.privacy-content h2 {
  font-size: 1.5rem;
}
.privacy-content p {
  margin-top: 1rem;
}
@media (max-width: 800px) {
  .trust-benefits,
  .trust-agreements {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .trust-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.75rem;
  }
}
@media (max-width: 600px) {
  .trust-hero {
    padding-top: 2.5rem;
  }
  .trust-lead {
    font-size: 1.0625rem;
  }
  .trust-nav {
    margin-top: 2rem;
    gap: 0.3rem 1.5rem;
  }
  .trust-section,
  .trust-contact {
    padding: 3rem 0;
  }
  .standard-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .trust-note {
    padding: 1.25rem;
  }
}
@media print {
  .trust-content {
    box-shadow: none;
    clip-path: none;
    background: white;
  }
  .trust-nav,
  .trust-contact .button {
    display: none;
  }
  .standard-row {
    break-inside: avoid;
  }
}

.privacy-hero {
  padding-bottom: 3rem;
}
