.logo-carousel-section{width:100%;background-color:#fff;overflow:hidden}.logo-carousel-section .logo-carousel-header{max-width:720px;margin:0 auto;padding:64px 24px 0;text-align:center}.logo-carousel-section .logo-carousel-label{display:inline-block;font-size:14px;font-weight:600;color:#7c3aed;margin-bottom:16px;letter-spacing:.02em}.logo-carousel-section .logo-carousel-title{font-size:42px!important;line-height:1.12!important;font-weight:700!important;color:#1a1a1a;margin-bottom:16px!important}@media(max-width:768px){.logo-carousel-section .logo-carousel-title{font-size:28px!important}}.logo-carousel-section .logo-carousel-description{font-size:16px;line-height:1.6;color:rgba(26,26,26,.6);max-width:580px;margin:0 auto 28px}.logo-carousel-section .logo-carousel-cta{display:flex;justify-content:center;margin-bottom:48px}.logo-carousel-section .logo-carousel-marquee{position:relative;width:100%;overflow:hidden;padding-bottom:64px;mask-image:linear-gradient(90deg,transparent 0,#000 80px,#000 calc(100% - 80px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 80px,#000 calc(100% - 80px),transparent)}.logo-carousel-section .logo-carousel-marquee.pause-on-hover:hover .logo-carousel-track{animation-play-state:paused}.logo-carousel-section .logo-carousel-track{display:flex;gap:24px;width:-moz-max-content;width:max-content;animation:logo-carousel-scroll linear infinite}.logo-carousel-section .logo-carousel-track-item{flex:0 0 auto}.logo-carousel-section .logo-carousel-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:140px;height:120px;padding:20px 16px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 1px 4px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.03);transition:box-shadow .2s ease,transform .2s ease;cursor:default}.logo-carousel-section .logo-carousel-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08),0 8px 24px rgba(0,0,0,.04);transform:translateY(-3px)}.logo-carousel-section .logo-carousel-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:10px;background:#f5f7fa;overflow:hidden}.logo-carousel-section .logo-carousel-card-icon img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.logo-carousel-section .logo-carousel-card-name{font-size:13px;font-weight:500;color:#1a1a1a;text-align:center;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:768px){.logo-carousel-section .logo-carousel-header{padding:40px 16px 0}.logo-carousel-section .logo-carousel-card{width:120px;height:100px;padding:16px 12px}.logo-carousel-section .logo-carousel-card-icon{width:36px;height:36px}.logo-carousel-section .logo-carousel-card-name{font-size:12px}.logo-carousel-section .logo-carousel-marquee{padding-bottom:40px}}@keyframes logo-carousel-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}