.trust-download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.trust-download {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 270px;
  border: 1px solid #d8dce0;
  background: #fff;
}

.trust-download-media {
  overflow: hidden;
  background: #e8eaec;
}

.trust-download-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-download > div:last-child {
  padding: 28px;
}

.trust-case-card {
  display: block;
  padding-bottom: 30px;
  color: #111318;
  border-bottom: 3px solid #d7dbe0;
}

.trust-case-card:hover {
  color: #111318;
  border-color: #e34f3b;
}

.trust-case-card > div {
  height: 280px;
  margin-bottom: 24px;
  overflow: hidden;
  background: #e3e6e8;
}

.trust-case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.trust-case-card:hover img {
  transform: scale(1.025);
}

.trust-case-card > span {
  color: #e34f3b;
  font-size: 13px;
  font-weight: 800;
}

.trust-faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
}

.trust-faq details {
  border-top: 1px solid #cfd4d8;
}

.trust-faq details:last-child {
  border-bottom: 1px solid #cfd4d8;
}

.trust-faq summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-weight: 800;
}

.trust-faq summary span {
  color: #e34f3b;
  font-size: 24px;
}

.trust-faq details p {
  margin: -4px 40px 26px 0;
  color: #626a74;
  line-height: 1.8;
}

.trust-final-cta {
  display: grid;
  min-height: 410px;
  place-items: center;
  padding: 70px 20px;
  color: #fff;
  text-align: center;
  background: #292d33;
}

.trust-final-cta h2 {
  margin: 0 0 16px;
  font-size: 40px;
}

.trust-final-cta p {
  max-width: 730px;
  margin: 0 auto 28px;
  color: #cbd0d6;
  line-height: 1.8;
}

.trust-case-hero {
  padding-bottom: 78px;
  background: #f1f2f3;
}

.trust-case-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cbd0d4;
  border-left: 1px solid #cbd0d4;
}

.trust-case-facts > div {
  min-height: 120px;
  padding: 26px;
  border-right: 1px solid #cbd0d4;
  border-bottom: 1px solid #cbd0d4;
}

.trust-case-facts span,
.trust-case-facts strong {
  display: block;
}

.trust-case-facts span {
  margin-bottom: 10px;
  color: #69717a;
  font-size: 13px;
}

.trust-case-facts strong {
  font-size: 18px;
  line-height: 1.45;
}

.trust-decision-list {
  border-top: 1px solid #cfd4d8;
}

.trust-decision-list article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 25px;
  padding: 32px 0;
  border-bottom: 1px solid #cfd4d8;
}

.trust-decision-list article > span {
  color: #e34f3b;
  font-size: 28px;
  font-weight: 800;
}

.trust-decision-list h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.trust-decision-list p {
  margin: 0;
  color: #616973;
  line-height: 1.8;
}

.trust-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #3a3e45;
}

.trust-related-grid a {
  min-height: 240px;
  padding: 30px;
  color: #fff;
  background: #1d2025;
}

.trust-related-grid a:hover {
  color: #fff;
  background: #25292f;
}

.trust-related-grid span {
  color: #f06a55;
  font-size: 13px;
  font-weight: 800;
}

.trust-related-grid h3 {
  margin: 18px 0 12px;
  font-size: 21px;
}

.trust-related-grid p {
  margin: 0;
  color: #bec4cb;
  line-height: 1.75;
}
