.testimonials-section{width:100%;padding:60px 0;background:linear-gradient(180deg,#f9fafb,#fff)}.testimonials-container{max-width:1400px;margin:0 auto;padding:0 40px}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;box-shadow:0 0 0 1.05px #eceff1;border-radius:24px;margin-bottom:24px}.testimonials-badge svg{width:16px;height:16px}.testimonials-badge span{font-family:var(--font-inter);font-weight:500;font-size:13.65px;color:#252525}.testimonials-heading{font-family:var(--font-nunito);font-weight:500;font-size:40px;line-height:1.3;color:var(--text-dark);margin:0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;grid-auto-rows:auto}.testimonial-card{background:#fff;border-radius:20px;padding:28px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:16px;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.testimonial-rating{display:flex;gap:4px}.testimonial-star{font-size:18px;color:orange}.testimonial-quote{font-family:var(--font-nunito);font-weight:700;font-size:16px;line-height:1.4;color:var(--text-dark);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.testimonial-text{font-family:var(--font-nunito);font-weight:400;font-size:14px;line-height:1.6;color:var(--text-gray);margin:0;flex:1}.testimonial-tags{display:flex;gap:8px;flex-wrap:wrap}.testimonial-tag{font-family:var(--font-nunito);font-weight:600;font-size:13px;color:var(--text-dark);background:#3fd6d11a;padding:6px 12px;border-radius:20px;transition:all .2s ease}.testimonial-tag:hover{background:#3fd6d133}.testimonial-user{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(0,0,0,.08)}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(63,214,209,.3)}.testimonial-user-info{flex:1}.testimonial-name{font-family:var(--font-nunito);font-weight:700;font-size:14px;color:var(--text-dark);margin:0 0 4px}.testimonial-username{font-family:var(--font-nunito);font-weight:400;font-size:13px;color:var(--text-gray);margin:0}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-section{padding:40px 0}.testimonials-container{padding:0 20px}.testimonials-header{margin-bottom:50px}.testimonials-heading{font-size:32px}.testimonials-grid{grid-template-columns:1fr;gap:20px}.testimonial-card{padding:24px}.testimonial-quote{font-size:15px}.testimonial-text{font-size:13px}}@media(max-width:480px){.testimonials-heading{font-size:26px}.testimonial-card{padding:20px}.testimonial-star{font-size:16px}.testimonial-avatar{width:40px;height:40px}.testimonial-quote{font-size:14px}}
