.testimonials-section{position:relative;overflow:hidden;background-color:#f9fafb;padding:4rem 0}@media (min-width:640px){.testimonials-section{padding:6rem 0}}.testimonial-card{flex-shrink:0;width:420px;padding:1.5rem;background:white;border-radius:1rem;border:1px solid #f3f4f6;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:box-shadow .3s ease;cursor:default}.testimonial-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1)}.marquee-container{position:relative;width:100%;overflow:hidden}.marquee-gradient-left{left:0;background:linear-gradient(90deg,#f9fafb,transparent)}.marquee-gradient-left,.marquee-gradient-right{position:absolute;top:0;bottom:0;width:100px;z-index:10;pointer-events:none}.marquee-gradient-right{right:0;background:linear-gradient(270deg,#f9fafb,transparent)}.marquee-track{display:flex;width:max-content;animation:scroll-left 90s linear infinite;margin-bottom:1.5rem}.marquee-track:last-child{margin-bottom:0}.marquee-track:hover{animation-play-state:paused}.marquee-content{display:flex;gap:1.5rem;padding-right:1.5rem}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}