.testimonials-section{position:relative;min-height:100vh;padding:80px 20px;background:#ffffff;overflow:hidden}.heading-wrapper{max-width:900px;margin:0 auto 60px;text-align:center;position:relative;z-index:10}.heading-title{font-size:48px;font-weight:700;color:#111827;margin-bottom:16px}.heading-subtitle{font-size:20px;color:#6b7280;max-width:600px;margin:0 auto}.testimonial-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.12)}.testimonial-user{display:flex;align-items:center;gap:12px;margin-bottom:8px}.testimonial-image{width:48px;height:48px;border-radius:999px;border:2px solid #c084fc;-o-object-fit:cover;object-fit:cover}.testimonial-user-info{text-align:left}.user-name{font-weight:600;font-size:14px;color:#111827}.user-role{font-size:12px;color:#6b7280}.testimonial-stars{display:flex;gap:4px;margin-left:48px}.star-icon{width:16px;height:16px;fill:#facc15;color:#facc15}.testimonial-text{margin-top:8px;color:#374151;font-style:italic;line-height:1.5;font-size:14px}.stats-section{margin-top:80px;display:grid;grid-template-columns:repeat(1,1fr);gap:24px;background:linear-gradient(135deg,#eef2ff,#f3e8ff);border:1px solid #e9d5ff;padding:32px 0;border-radius:20px;box-shadow:0 6px 20px rgba(0,0,0,.06);position:relative;z-index:10;text-align:center}@media (min-width:768px){.stats-section{grid-template-columns:repeat(3,1fr)}}.stat-box{text-align:center}.stat-number{font-size:40px;font-weight:700;color:#111827;margin-bottom:8px}.stat-label{color:#6b7280;font-size:18px}.testimonial-columns{display:grid;grid-template-rows:repeat(2,auto);padding:20px 32px;gap:16px;overflow:hidden;position:relative;z-index:10}.testimonial-row{display:flex;flex-direction:row;gap:24px;flex-wrap:nowrap;animation:testimonial-scroll-left 50s linear infinite}.testimonial-row--reverse{animation-name:testimonial-scroll-right}@keyframes testimonial-scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes testimonial-scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.testimonial-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:20px;padding:24px;max-width:400px;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .4s ease;flex-shrink:0;z-index:99}