.testimonial-wrapper{overflow:hidden;padding:40px 20px}.testimonial-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-column{display:flex;flex-direction:column;gap:24px;animation:scrollY 20s linear infinite alternate}.testimonial-column:nth-child(2){animation-direction:alternate-reverse;animation-duration:26s}.testimonial-column:nth-child(3){animation-duration:30s}.testimonial-card{background:#0f1a20!important;border-radius:16px!important;padding:24px!important;color:white;font-family:'Inter',sans-serif;box-shadow:0 8px 20px rgba(0,0,0,0.25)}.testimonial-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px!important}.testimonial-user{display:flex;align-items:center;gap:12px}.testimonial-user .avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-user .name{font-weight:600;font-size:16px}.testimonial-user .industry{font-size:14px;color:#a0a0a0}.source-logo img{height:20px!important;width:auto!important;opacity:0.6}.testimonial-text{font-size:15px;line-height:1.5;color:#e0e0e0}@keyframes scrollY{0%{transform:translateY(0)}100%{transform:translateY(-20%)}}@media (max-width:1024px){.testimonial-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.testimonial-columns{grid-template-columns:1fr}}.testimonial-wrapper{height:800px}@media (max-width:1024px){height:80vh}.testimonial-wrapper{position:relative;overflow:hidden}.testimonial-wrapper::before,.testimonial-wrapper::after{content:"";position:absolute;left:0;width:100%;height:100px;z-index:2;pointer-events:none}.testimonial-wrapper::before{top:0;background:linear-gradient(to bottom,#040c11,transparent)}.testimonial-wrapper::after{bottom:0;background:linear-gradient(to top,#040c11,transparent)}