.trust-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-bottom: 1px solid var(--line-dark);
}

.trust-header .brand {
  color: var(--ink);
}

.trust-header > a:last-child {
  color: var(--cobalt-dark);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.trust-main {
  max-width: 820px;
  padding-top: 96px;
  padding-bottom: 120px;
}

.trust-kicker {
  color: var(--cobalt-dark);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.trust-main h1 {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(44px, 7vw, 76px);
}

.trust-copy {
  max-width: 720px;
  margin-top: 54px;
}

.trust-copy p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.trust-copy a {
  color: var(--cobalt-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.trust-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 20px;
  border-radius: 8px;
  color: var(--white) !important;
  background: var(--cobalt);
  font-weight: 700;
  text-decoration: none !important;
}

.trust-footer {
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
}

.trust-footer nav {
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .trust-main {
    padding-top: 72px;
    padding-bottom: 88px;
  }

  .trust-copy p {
    font-size: 16px;
  }
}
