.page-home .home-trust {
  --trust-ink: #07141d;
  --trust-muted: #64727a;
  --trust-line: #d5dcdf;
  --trust-red: #d1322f;
  --trust-blue: #104b7d;
  position: relative;
  padding: clamp(84px, 7vw, 120px) 0;
  overflow: hidden;
  color: var(--trust-ink);
  background:
    linear-gradient(135deg, rgba(16, 75, 125, .035), transparent 42%),
    #f4f6f6;
}

.page-home .home-trust::before {
  position: absolute;
  top: 0;
  right: 0;
  width: min(31vw, 520px);
  height: 1px;
  content: "";
  background: var(--trust-red);
}

.page-home .home-trust-shell {
  width: min(1344px, calc(100vw - 80px));
  margin: 0 auto;
}

.page-home .home-trust-head {
  margin-bottom: clamp(44px, 4.7vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  align-items: end;
  gap: clamp(52px, 8vw, 132px);
}

.page-home .home-trust-head > div > p {
  margin: 0 0 17px;
  color: var(--trust-blue);
  font-size: 14px;
  font-weight: 700;
}

.page-home .home-trust-head h2 {
  margin: 0;
  font-size: clamp(44px, 4.25vw, 66px);
  font-weight: 560;
  line-height: 1.07;
  letter-spacing: -.06em;
}

.page-home .home-trust-head > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--trust-muted);
  font-size: 16px;
  line-height: 1.85;
}

.page-home .home-trust-gallery {
  height: clamp(580px, 42vw, 650px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #07141d;
  box-shadow: 0 24px 70px rgba(16, 35, 46, .12);
}

.page-home .home-trust-main-media,
.page-home .home-trust-collaboration {
  min-width: 0;
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 57%) minmax(0, 43%);
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(42, 95, 130, .25), transparent 45%),
    #07141d;
}

.page-home .home-trust-main-picture,
.page-home .home-trust-collaboration figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #d9e0e3;
}

.page-home .home-trust-main-picture > img,
.page-home .home-trust-collaboration figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2, .78, .2, 1), filter .7s ease;
}

.page-home .home-trust-main-picture > img {
  object-position: 56% center;
  filter: saturate(.94) contrast(1.02);
}

.page-home .home-trust-image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(3, 13, 20, .16) 100%);
  pointer-events: none;
}

.page-home .home-trust-collaboration figure img {
  object-position: 53% center;
  filter: saturate(.82) contrast(1.04);
}

.page-home .home-trust-card-copy {
  min-height: 0;
  padding: clamp(28px, 2.7vw, 42px) clamp(30px, 3.1vw, 50px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .home-trust-card-copy > p:first-child {
  margin: 0 0 14px;
  color: #79add0;
  font-size: 13px;
  font-weight: 700;
}

.page-home .home-trust-card-copy h3 {
  max-width: 410px;
  margin: 0;
  font-size: clamp(25px, 1.85vw, 31px);
  font-weight: 560;
  line-height: 1.24;
  letter-spacing: -.035em;
}

.page-home .home-trust-card-copy h3 + p {
  max-width: 430px;
  margin: 15px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.7;
}

.page-home .home-trust-card-copy a {
  min-width: 150px;
  margin-top: auto;
  padding: 10px 0 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.46);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: min-width .35s ease, border-color .35s ease;
}

.page-home .home-trust-card-copy a:hover,
.page-home .home-trust-card-copy a:focus-visible {
  min-width: 172px;
  border-color: #fff;
}

.page-home .home-trust-credentials {
  margin-top: clamp(42px, 4.5vw, 64px);
}

.page-home .home-trust-credentials-head {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.page-home .home-trust-credentials-head h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 620;
}

.page-home .home-trust-credentials-head p {
  margin: 9px 0 0;
  color: var(--trust-muted);
  font-size: 12px;
}

.page-home .home-trust-controls {
  display: flex;
  gap: 8px;
}

.page-home .home-trust-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #bac5ca;
  color: var(--trust-ink);
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}

.page-home .home-trust-controls button:hover,
.page-home .home-trust-controls button:focus-visible {
  color: #fff;
  border-color: var(--trust-red);
  background: var(--trust-red);
}

.page-home .home-trust-controls button:disabled {
  opacity: .3;
  cursor: default;
}

.page-home .home-trust-credential-window {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.page-home .home-trust-credential-window::-webkit-scrollbar { display: none; }

.page-home .home-trust-credential-window:focus-visible {
  outline: 3px solid rgba(16, 75, 125, .35);
  outline-offset: 4px;
}

.page-home .home-trust-credential-track {
  min-width: max-content;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 232px;
  border-top: 1px solid #aebbc1;
  border-bottom: 1px solid var(--trust-line);
}

.page-home .home-trust-credential {
  min-height: 148px;
  padding: 26px 24px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  scroll-snap-align: start;
  border-right: 1px solid var(--trust-line);
  background: rgba(255,255,255,.66);
  transition: background .35s ease, transform .35s cubic-bezier(.2,.78,.2,1);
}

.page-home .home-trust-credential img {
  width: 74px;
  height: 58px;
  object-fit: contain;
  filter: none;
  opacity: .92;
  transition: filter .35s ease, opacity .35s ease, transform .4s cubic-bezier(.2,.78,.2,1);
}

.page-home .home-trust-credential strong,
.page-home .home-trust-credential span {
  display: block;
}

.page-home .home-trust-credential strong {
  font-size: 14px;
  font-weight: 700;
}

.page-home .home-trust-credential span {
  margin-top: 8px;
  color: var(--trust-muted);
  font-size: 12px;
  line-height: 1.45;
}

.has-motion .page-home .home-trust-head,
.has-motion .page-home .home-trust-gallery,
.has-motion .page-home .home-trust-credentials {
  opacity: 0;
  transform: translateY(28px);
}

.has-motion .page-home .home-trust.is-visible .home-trust-head,
.has-motion .page-home .home-trust.is-visible .home-trust-gallery,
.has-motion .page-home .home-trust.is-visible .home-trust-credentials {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .82s cubic-bezier(.2,.78,.2,1);
}

.has-motion .page-home .home-trust.is-visible .home-trust-gallery { transition-delay: .08s; }
.has-motion .page-home .home-trust.is-visible .home-trust-credentials { transition-delay: .16s; }

@media (hover: hover) and (pointer: fine) {
  .page-home .home-trust-main-media:hover .home-trust-main-picture > img,
  .page-home .home-trust-collaboration:hover figure img {
    transform: scale(1.065);
    filter: saturate(.96) contrast(1.04);
  }

  .page-home .home-trust-collaboration:hover figure img {
    filter: saturate(.9) contrast(1.05);
  }

  .page-home .home-trust-credential:hover {
    z-index: 1;
    background: #fff;
    transform: translateY(-5px);
  }

  .page-home .home-trust-credential:hover img {
    filter: saturate(1.06) contrast(1.02);
    opacity: 1;
    transform: scale(1.07);
  }
}

@media (max-width: 980px) {
  .page-home .home-trust-shell { width: min(100% - 48px, 760px); }

  .page-home .home-trust-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-home .home-trust-head > p { max-width: 640px; }

  .page-home .home-trust-gallery {
    height: auto;
    grid-template-columns: 1fr;
  }

  .page-home .home-trust-main-media,
  .page-home .home-trust-collaboration {
    height: auto;
    grid-template-rows: min(58vw, 430px) minmax(300px, auto);
  }

  .page-home .home-trust-card-copy { min-height: 300px; }
}

@media (max-width: 600px) {
  .page-home .home-trust {
    padding: 70px 0;
  }

  .page-home .home-trust-shell { width: calc(100% - 36px); }

  .page-home .home-trust-head {
    margin-bottom: 34px;
  }

  .page-home .home-trust-head > div > p {
    margin-bottom: 13px;
    font-size: 13px;
  }

  .page-home .home-trust-head h2 {
    font-size: 33px;
    line-height: 1.14;
    letter-spacing: -.045em;
  }

  .page-home .home-trust-head > p {
    font-size: 14px;
    line-height: 1.75;
  }

  .page-home .home-trust-main-media,
  .page-home .home-trust-collaboration {
    grid-template-rows: 250px minmax(300px, auto);
  }

  .page-home .home-trust-main-picture > img {
    object-position: 58% center;
  }

  .page-home .home-trust-card-copy {
    min-height: 300px;
    padding: 30px 24px;
  }

  .page-home .home-trust-card-copy h3 {
    font-size: 27px;
    line-height: 1.25;
  }

  .page-home .home-trust-card-copy a { margin-top: 28px; }

  .page-home .home-trust-credentials {
    margin-top: 46px;
  }

  .page-home .home-trust-credentials-head {
    align-items: center;
  }

  .page-home .home-trust-credentials-head h3 {
    font-size: 20px;
  }

  .page-home .home-trust-credentials-head p {
    max-width: 220px;
    line-height: 1.55;
  }

  .page-home .home-trust-controls button {
    width: 40px;
    height: 40px;
  }

  .page-home .home-trust-credential-track {
    grid-auto-columns: min(82vw, 286px);
  }

  .page-home .home-trust-credential {
    min-height: 132px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-trust-main-picture > img,
  .page-home .home-trust-collaboration figure img,
  .page-home .home-trust-credential,
  .page-home .home-trust-credential img,
  .page-home .home-trust-card-copy a {
    transition: none;
  }

  .has-motion .page-home .home-trust-head,
  .has-motion .page-home .home-trust-gallery,
  .has-motion .page-home .home-trust-credentials {
    opacity: 1;
    transform: none;
  }
}
