.trusted-companies-section{background-color:transparent;font-family:Inter,sans-serif;padding:5rem 1rem}.trusted-companies-section .container{margin:0 auto;max-width:1000px}.trusted-companies-section .trusted-header{margin-bottom:3rem;text-align:center}.trusted-companies-section .trusted-header h2{color:#0f172a;font-size:2rem;font-weight:700;letter-spacing:-.025em;margin:0}.trusted-companies-section .marquee-container{mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);overflow:hidden;position:relative;white-space:nowrap;width:100%}.trusted-companies-section .marquee-content{align-items:center;animation:scroll-marquee 30s linear infinite;display:inline-flex;gap:4rem}.trusted-companies-section .marquee-content:hover{animation-play-state:paused}@keyframes scroll-marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 2rem))}}.trusted-companies-section .logo-item{align-items:center;background-color:transparent;display:flex;flex-shrink:0;height:240px;justify-content:center;padding:1rem;transition:opacity .2s ease-in-out}.trusted-companies-section .logo-item:hover{opacity:.8}.trusted-companies-section .logo-item img{max-height:160px;max-width:480px;object-fit:contain;width:auto}.trusted-companies-section .logo-placeholder{color:#64748b;font-size:.875rem;font-weight:500;text-align:center}