.trusted-by-section{padding:50px 0;background:#fff}.trusted-by-card{background:#f8f9fa;border-radius:20px;padding:40px 32px 32px;box-shadow:0 2px 15px rgba(0,0,0,.08)}.trusted-by-heading{text-align:center;color:#111;font-size:32px;font-weight:600;margin-bottom:36px}.trusted-scroll{overflow:hidden;width:100%}.trusted-track{display:flex;gap:24px;width:max-content;animation:marquee 60s linear infinite}.trusted-scroll:hover .trusted-track{animation-play-state:paused}.trusted-card{flex-shrink:0;width:200px;height:110px;background:#fff;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center;padding:16px;transition:box-shadow .2s ease}.trusted-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.14)}.trusted-logo{width:100%;height:100%;object-fit:contain}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}