/* clients trust strip */
.clients { background: var(--bg); padding: 40px 0; border-bottom: 1px solid var(--border); }
.clients-title { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-light); margin-bottom: 26px; }
.clients-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 44px; }
.clients-logo { flex: 0 0 auto; height: 52px; display: flex; align-items: center; justify-content: center; }
.clients-logo img { max-height: 52px; width: auto; max-width: 190px; object-fit: contain; display: block; }
@media (max-width: 760px) { .clients-row { gap: 28px 34px; } .clients-logo, .clients-logo img { height: 42px; max-height: 42px; } }
