.trust-hero {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 132px 0 86px;
  border-bottom: 1px solid rgba(29, 29, 31, .16);
}

.trust-hero > p {
  margin: 0 0 24px;
  color: #0071e3;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.trust-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.25rem, 7vw, 6.75rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.trust-hero > div {
  max-width: 760px;
  margin-top: 34px;
  color: #6e6e73;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.75;
}

.trust-grid {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trust-card {
  min-height: 330px;
  padding: 34px;
  background: #fff;
  border-radius: 30px;
}

.trust-card > span {
  color: #0071e3;
  font-size: .75rem;
  font-weight: 800;
}

.trust-card h2 {
  margin: 64px 0 18px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.trust-card p {
  margin: 0;
  color: #6e6e73;
  line-height: 1.75;
}

.trust-actions {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  background: rgba(29, 29, 31, .18);
  border-radius: 22px;
}

.trust-actions a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background: #f5f5f7;
  font-weight: 700;
}

.trust-actions span { color: #0071e3; }

.trust-foot {
  padding: 32px max(24px, calc((100vw - 1120px) / 2)) 54px;
  color: #86868b;
  border-top: 1px solid rgba(29, 29, 31, .14);
}

.trust-foot div { display: flex; flex-wrap: wrap; gap: 18px; }
.trust-foot a:hover { color: #1d1d1f; }
.trust-foot p { margin: 22px 0 0; font-size: .78rem; line-height: 1.7; }

@media (max-width: 820px) {
  .trust-hero { padding-top: 94px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { min-height: auto; }
  .trust-card h2 { margin-top: 42px; }
  .trust-actions { grid-template-columns: 1fr; }
}
