.trust-section {
  --trust-ink: #082d51;
  --trust-muted: #275379;
  position: relative;
  isolation: isolate;
  padding: clamp(40px, 5vw, 80px) 20px;
  color: var(--trust-ink);
  background: #95ccdc url('/assets/img/experience-01.jpg') center 58% / cover no-repeat;
}
.trust-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(231, 247, 250, .92), rgba(220, 244, 248, .86) 60%, rgba(211, 238, 244, .9));
}
.trust-section *, .trust-section *::before, .trust-section *::after { box-sizing: border-box; }
.trust-section__inner { width: 100%; max-width: 1400px; margin-inline: auto; display: grid; gap: 64px; }
.trust-panel {
  min-width: 0;
  padding: 0 clamp(8px, 2.8vw, 42px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.trust-panel__header { text-align: center; margin: 0 auto 20px; }
.trust-panel__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 7px;
  font-size: clamp(10px, 1.08vw, 15px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.trust-panel__eyebrow::before, .trust-panel__eyebrow::after {
  content: '';
  flex: 0 0 clamp(18px, 3vw, 38px);
  height: 1px;
  background: #6687a2;
}
.trust-panel__title {
  margin: 0;
  color: var(--trust-ink);
  font-family: inherit;
  font-size: clamp(20px, 2.15vw, 30px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.trust-panel__description { margin: 7px auto 0; max-width: 900px; color: var(--trust-ink); font-size: clamp(12px, 1.15vw, 16px); line-height: 1.5; }
.trust-logos, .trust-benefits { list-style: none; padding: 0; margin: 0; display: grid; }
.trust-logos { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; align-items: start; }
.trust-logos__item { min-width: 0; margin: 0; padding: 0; text-align: center; }
.trust-logos__visual { --trust-logo-height: 140px; height: var(--trust-logo-height); display: flex; align-items: center; justify-content: center; margin: 0 0 11px; }
.trust-logos__image { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.trust-sprite { position: relative; display: block; flex: 0 1 auto; overflow: hidden; mix-blend-mode: multiply; }
.trust-sprite img { position: absolute; display: block; max-width: none; max-height: none; object-fit: fill; }
.trust-logos__name { margin: 0; color: var(--trust-ink); font-size: 15px; font-weight: 650; line-height: 1.35; overflow-wrap: anywhere; }
.trust-logos__caption { margin: 3px 0 0; color: var(--trust-muted); font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.trust-logos__name:empty, .trust-logos__caption:empty, .trust-panel__description:empty { display: none; }
.trust-panel--destination .trust-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.trust-panel--destination .trust-logos__item { padding-inline: 22px; }
.trust-panel--destination .trust-logos__item + .trust-logos__item { border-left: 0; }
.trust-panel--destination .trust-logos__visual { --trust-logo-height: 100px; margin-bottom: 9px; }
.trust-panel--payments .trust-logos { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 20px; }
.trust-panel--payments .trust-logos__visual { --trust-logo-height: 62px; margin-bottom: 0; }
.trust-panel--payments .trust-logos__name,
.trust-panel--payments .trust-logos__caption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.trust-benefits { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 30px; padding-top: 0; border-top: 0; }
.trust-benefits__item { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 12px; }
.trust-benefits__icon { flex: 0 0 30px; }
.trust-benefits__name { margin: 0; font-size: 12px; font-weight: 650; line-height: 1.4; }
.trust-benefits__caption { margin: 1px 0 0; color: var(--trust-muted); font-size: 11px; line-height: 1.45; }
@media (max-width: 1023px) {
  .trust-logos { gap: 12px; }
  .trust-logos__visual { --trust-logo-height: 110px; }
  .trust-logos__name { font-size: 13px; }
  .trust-logos__caption { font-size: 11px; }
  .trust-panel--destination .trust-logos__item { padding-inline: 12px; }
  .trust-panel--payments .trust-logos { gap: 10px; }
  .trust-benefits { gap: 15px; }
  .trust-benefits__item { gap: 8px; }
}
@media (max-width: 767px) {
  .trust-section { padding: 40px 16px; }
  .trust-section__inner { gap: 48px; }
  .trust-panel { padding: 0; border-radius: 0; }
  .trust-panel__header { margin-bottom: 23px; }
  .trust-panel__eyebrow { letter-spacing: .09em; gap: 8px; }
  .trust-panel__eyebrow::before, .trust-panel__eyebrow::after { flex-basis: 16px; }
  .trust-panel__title { font-size: clamp(19px, 5.2vw, 25px); }
  .trust-panel__description { font-size: 12px; }
  .trust-logos, .trust-panel--destination .trust-logos, .trust-panel--payments .trust-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
  .trust-logos__visual { --trust-logo-height: 112px; }
  .trust-sprite { max-height: 100%; }
  .trust-logos__name { font-size: 13px; }
  .trust-panel--destination .trust-logos__item { padding-inline: 0; }
  .trust-panel--destination .trust-logos__item + .trust-logos__item { border-left: 0; }
  .trust-panel--destination .trust-logos__visual { --trust-logo-height: 80px; }
  .trust-panel--payments .trust-logos { gap: 21px 18px; }
  .trust-panel--payments .trust-logos__visual { --trust-logo-height: 52px; }
  .trust-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; margin-top: 24px; }
  .trust-benefits__item { align-items: flex-start; justify-content: flex-start; gap: 8px; }
  .trust-benefits__icon { flex-basis: 25px; width: 25px; height: 25px; }
  .trust-benefits__name { font-size: 11px; }
  .trust-benefits__caption { font-size: 10px; }
}
