.logo-marquee-section{background-color:#fff;padding:48px 0;overflow:hidden}.marquee-container{max-width:1900px;margin:0 auto}.marquee-title{text-align:center;font-size:14px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.marquee-wrapper{position:relative;width:100%;overflow:hidden}.marquee-wrapper:before,.marquee-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.marquee-wrapper:before{left:0;background:linear-gradient(to right,#ffffff,transparent)}.marquee-wrapper:after{right:0;background:linear-gradient(to left,#ffffff,transparent)}.marquee-track{display:flex;align-items:center;gap:64px;animation:marquee-scroll 40s linear infinite;width:max-content}.marquee-track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:48px;min-width:120px}.marquee-logo{max-height:48px;max-width:160px;width:auto;height:auto;object-fit:contain;filter:brightness(0);opacity:.6;transition:opacity .3s ease}.marquee-logo:hover{opacity:1}@media (max-width: 768px){.logo-marquee-section{padding:36px 0}.marquee-title{font-size:12px;margin-bottom:24px}.marquee-track{gap:48px}.marquee-item{height:40px;min-width:100px}.marquee-logo{max-height:40px;max-width:120px}.marquee-wrapper:before,.marquee-wrapper:after{width:60px}}@media (max-width: 480px){.marquee-track{gap:32px}.marquee-item{height:32px;min-width:80px}.marquee-logo{max-height:32px;max-width:100px}.marquee-wrapper:before,.marquee-wrapper:after{width:40px}}
