.marquee-container{white-space:nowrap;z-index:40;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);width:100%;margin-top:1rem;padding:.75rem 0;position:relative;overflow:hidden}.marquee-text{color:#fff;letter-spacing:.05em;margin-left:100%;padding:0;font-size:1rem;font-weight:600;animation:20s linear infinite scroll-left;display:inline-block}.marquee-text:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}
