.testimonials{background:var(--surface-0);position:relative}.testimonials:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.testimonials-header{text-align:center;margin-bottom:3.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.testimonial-card{background:var(--surface-1);border-radius:16px;padding:2rem;border:1px solid var(--border);display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease}.testimonial-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.testimonial-quote{flex:1;position:relative}.quote-mark{font-family:var(--font-display);font-size:3.5rem;color:var(--primary);opacity:.3;line-height:1;margin-bottom:.25rem}.testimonial-quote p{font-size:.9375rem;line-height:1.7;color:var(--text-primary);font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}.author-image{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.author-info{flex:1}.author-name{font-family:var(--font-body);font-weight:600;font-size:.9375rem;color:var(--text-primary);margin-bottom:.125rem}.author-role{line-height:1.4}.author-location,.author-role{font-size:.8125rem;color:var(--text-tertiary)}.author-location{opacity:.7}@media (max-width:968px){.testimonials-grid{grid-template-columns:1fr;max-width:600px}}@media (max-width:640px){.testimonial-card{padding:1.5rem}.testimonial-quote p{font-size:.875rem}.author-image{width:40px;height:40px}}