.testimonial-section{background-color:#fff}.testimonial-section .container{max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}@media (max-width: 768px){.testimonial-section .container{padding:2rem 0}}.testimonial-section h2{font-size:clamp(1.5rem,5vw,3rem);font-weight:700;background:var(--gradient);margin-bottom:1rem;-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase;text-align:center}@media (max-width: 768px){.testimonial-section h2{font-size:clamp(1.4rem,4vw,3rem)}}.testimonial-section .section-divider{width:5rem;height:2px;background:var(--gradient);margin:0 auto 2rem;position:relative;overflow:hidden}.testimonial-section .section-divider:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:slide 3s infinite}@keyframes slide{0%{left:-100%}50%{left:100%}to{left:-100%}}.testimonial-section .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}@media (max-width: 900px){.testimonial-section .testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.testimonial-section .testimonial-grid{grid-template-columns:1fr}}.testimonial-section .testimonial-card{background:var(--global-bg);border:1px solid rgba(34,43,54,.08);border-radius:1rem;padding:2rem 1.75rem;margin:0;display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-section .testimonial-card:hover{transform:translateY(-4px);box-shadow:0 4px 32px #0000001a}.testimonial-section .testimonial-quote{width:30px;height:30px;color:var(--primary);flex-shrink:0}.testimonial-section .testimonial-quote-text{margin:0;font-size:1rem;line-height:1.65;color:var(--text-primary);flex-grow:1}.testimonial-section .testimonial-author{display:flex;flex-direction:column;gap:.15rem;padding-top:1rem;border-top:1px solid rgba(34,43,54,.1)}.testimonial-section .testimonial-author-name{font-weight:700;color:var(--text-primary)}.testimonial-section .testimonial-author-meta{font-size:.85rem;color:var(--text-secondary)}
