.customer-logos-module .logos-heading{margin-bottom:24px;text-align:center}.customer-logos-module .logos-heading h2{color:#111827;display:inline-block;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.3;margin:0;position:relative}.customer-logos-module .logos-heading h2:after{background:linear-gradient(90deg,#2652b2,#c51a1a);border-radius:2px;content:"";display:block;height:3px;margin:8px auto 0;width:60px}.customer-logos-module .logos-ticker{--gap:48px;--logo-h:52px;--logo-w:140px;--speed:38s;--edge-fade:80px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 var(--edge-fade),#000 calc(100% - var(--edge-fade)),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 var(--edge-fade),#000 calc(100% - var(--edge-fade)),transparent 100%);overflow:hidden;padding-block:16px;position:relative}.customer-logos-module .logos-ticker:hover .ticker-track.is-animating{animation-play-state:paused}.customer-logos-module .empty-state{align-items:center;color:#6b7280;display:flex;font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;gap:.5rem;padding:6px 0 14px}.customer-logos-module .empty-state strong{color:#111827}.customer-logos-module .ticker-clip{overflow:hidden}.customer-logos-module .ticker-track{align-items:center;column-gap:0;display:flex;flex-wrap:nowrap;transform:translateZ(0);width:max-content;will-change:transform}.customer-logos-module .ticker-track.is-animating{animation:ticker-move var(--speed) linear infinite}.customer-logos-module .lane{align-items:center;column-gap:var(--gap);display:inline-flex;flex-shrink:0}.customer-logos-module .logo{align-items:center;box-sizing:border-box;display:flex;height:var(--logo-h);justify-content:center;padding:6px;text-decoration:none;width:var(--logo-w)}.customer-logos-module img{display:block;filter:none!important;max-height:100%;max-width:100%;object-fit:contain;opacity:1;transition:transform .2s ease,opacity .2s ease}.customer-logos-module a.logo:focus-visible img,.customer-logos-module a.logo:hover img{transform:translateY(-1px) scale(1.02)}@keyframes ticker-move{0%{transform:translateZ(0)}to{transform:translate3d(calc(var(--lane-w, 0px)*-1),0,0)}}@media (prefers-reduced-motion:reduce){.customer-logos-module .ticker-track{animation:none!important}}@media (max-width:480px){.customer-logos-module .logos-ticker{--edge-fade:48px;--gap:32px;--logo-h:40px;--logo-w:110px}}