@keyframes tech-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.tech-carousel{padding:80px 0;background:#fff}.tech-carousel__header{text-align:center;margin-bottom:48px}.tech-carousel__track-wrapper{overflow:hidden;padding:12px 0 32px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 10%,#000 90%,transparent 100%)}.tech-carousel__track{display:flex;align-items:center;gap:20px;width:max-content;animation:tech-scroll 28s linear infinite;will-change:transform}.tech-carousel__track:hover{animation-play-state:paused}.tech-logo{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0;padding:20px 28px;border-radius:16px;border:1px solid #f3f4f6;background:#fff;transition:box-shadow .3s ease,border-color .3s ease,background .3s ease;cursor:pointer}.tech-logo:hover{background:#f3f4f6;box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:#d1d5db}.tech-logo__img{height:48px;width:auto;object-fit:contain;filter:grayscale(30%);transition:filter .3s ease}.tech-logo:hover .tech-logo__img{filter:grayscale(0%)}.tech-logo__name{font-size:.8rem;font-weight:600;color:#6b7280;white-space:nowrap;transition:color .3s ease}.tech-logo:hover .tech-logo__name{color:#374151}