/* Shared client logo panel used on home and all CMS pages. */
section.trusted-brands { padding: clamp(38px, 5vw, 64px) 0; background: #fafafa; }
.trusted-brands .trusted-brands__container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.trusted-brands .trusted-brands__panel { padding: clamp(26px, 3.2vw, 42px); border: 1px solid #e6e8eb; border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgb(17 24 39 / 3.5%); }
.trusted-brands .trusted-brands__title { display: grid; align-items: center; grid-template-columns: 1fr auto 1fr; gap: 18px; margin-bottom: 28px; }
.trusted-brands .trusted-brands__title span { height: 1px; background: #eceef1; }
.trusted-brands .trusted-brands__title h2 { margin: 0; padding: 0; color: #697078; font-size: clamp(.72rem, .85vw, .82rem); font-weight: 600; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; text-align: center; }
.trusted-brands .trusted-brands__grid { display: grid; align-items: center; grid-template-columns: repeat(6,minmax(0,1fr)); gap: clamp(18px,2.5vw,36px); }
.trusted-brands .trusted-brands__logo { display: grid; min-width: 0; min-height: 64px; place-items: center; padding: 10px; }
.trusted-brands .trusted-brands__logo img { display: block; width: 100%; height: auto; max-width: 142px; max-height: 46px; object-fit: contain; filter: grayscale(1); opacity: .62; transition: filter .25s ease, opacity .25s ease; border: 0; border-radius: 0; box-shadow: none; }
@media (hover:hover) { .trusted-brands .trusted-brands__logo:hover img { filter: grayscale(0); opacity: 1; } }
@media (max-width: 960px) { .trusted-brands .trusted-brands__grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 540px) {
.trusted-brands .trusted-brands__container { width: calc(100% - 32px); }
.trusted-brands .trusted-brands__panel { padding: 24px 16px; border-radius: 18px; }
.trusted-brands .trusted-brands__title { gap: 8px; grid-template-columns: minmax(8px,1fr) auto minmax(8px,1fr); margin-bottom: 20px; }
.trusted-brands .trusted-brands__title h2 { font-size: 10px; letter-spacing: .1em; }
.trusted-brands .trusted-brands__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.trusted-brands .trusted-brands__logo { min-height: 52px; padding: 8px; }
}
@media (prefers-reduced-motion:reduce) { .trusted-brands .trusted-brands__logo img { transition: none; } }
