.trust_page {
  padding-bottom: 64px;
}

.trust_hero {
  max-width: 920px;
  padding: 48px 0 38px;
  border-bottom: 1px solid var(--line-soft);
}

.trust_hero h1 {
  max-width: 820px;
  margin: 14px 0 18px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
}

.trust_hero p {
  max-width: 820px;
  margin: 0;
  color: var(--text-muted);
  font-size: 19px;
  line-height: 1.65;
}

.trust_reviewed {
  margin-top: 20px;
  color: #7b8798;
  font-size: 13px;
  font-weight: 700;
}

.trust_layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(220px, 280px);
  gap: 72px;
  align-items: start;
  padding-top: 10px;
}

.trust_content {
  min-width: 0;
}

.trust_section {
  padding: 32px 0;
  border-bottom: 1px solid var(--line-soft);
  scroll-margin-top: 96px;
}

.trust_section h2,
.trust_callout h2 {
  margin: 0 0 14px;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
}

.trust_section p,
.trust_section li,
.trust_callout p {
  color: #4f5d70;
  font-size: 16px;
  line-height: 1.75;
}

.trust_section p {
  margin: 0 0 14px;
}

.trust_section p:last-child {
  margin-bottom: 0;
}

.trust_section ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.trust_section li {
  margin: 8px 0;
  padding-left: 4px;
}

.trust_sidebar {
  padding-top: 30px;
}

.trust_sidebar_inner {
  position: sticky;
  top: 92px;
  padding-left: 22px;
  border-left: 3px solid #e2463a;
}

.trust_sidebar_title {
  display: block;
  margin-bottom: 10px;
  color: #172033;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.trust_sidebar nav a {
  display: block;
  padding: 8px 0;
  color: #526176;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.trust_sidebar nav a:hover,
.trust_sidebar nav a:focus,
.trust_sidebar nav a.is_active {
  color: #d94b40;
  text-decoration: underline;
}

.trust_sidebar p {
  margin: 16px 0 0;
  color: #7b8798;
  font-size: 13px;
  line-height: 1.6;
}

.trust_callout {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
  padding: 28px 30px;
  background: #edf5ff;
  border-left: 4px solid #e2463a;
}

.trust_callout h2 {
  font-size: 22px;
}

.trust_callout p {
  margin: 0;
}

.trust_action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  color: #ffffff;
  background: #d94b40;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.trust_action:hover,
.trust_action:focus {
  color: #ffffff;
  background: #bd3f35;
  text-decoration: none;
}

@media (max-width: 991px) {
  .trust_layout {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 42px;
  }

  .trust_hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .trust_page {
    padding-bottom: 42px;
  }

  .trust_hero {
    padding: 34px 0 28px;
  }

  .trust_hero h1 {
    font-size: 34px;
  }

  .trust_hero p {
    font-size: 16px;
  }

  .trust_layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
  }

  .trust_sidebar {
    width: 100%;
    padding-top: 24px;
  }

  .trust_sidebar_inner {
    position: static;
  }

  .trust_sidebar nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
  }

  .trust_section {
    padding: 26px 0;
  }

  .trust_section h2 {
    font-size: 23px;
  }

  .trust_callout {
    display: block;
    padding: 24px;
  }

  .trust_action {
    margin-top: 18px;
  }
}
