.testimonial{padding:var(--landing-section-padding-y)var(--landing-padding-x)}.testimonial-outer{max-width:var(--landing-max-width);margin:0 auto}.testimonial-card{align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.testimonial-avatar{background:var(--color-gray-200);border-radius:16px;flex-shrink:0;width:200px;height:200px}.testimonial-content{flex:1}.testimonial-quote{font-family:var(--font-family);font-size:clamp(var(--text-xl),2.5vw,var(--text-2xl));color:var(--color-gray-900);letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:500;line-height:1.5}.testimonial-author{flex-direction:column;display:flex}.testimonial-name{font-family:var(--font-family);font-weight:600;font-size:var(--text-base);color:var(--color-gray-900)}.testimonial-role{font-family:var(--font-family);font-size:var(--text-base);color:var(--color-gray-500)}@media (width<=1024px){.testimonial-card{text-align:center;flex-direction:column;gap:2rem}.testimonial-avatar{width:150px;height:150px}.testimonial-author{align-items:center}}@media (width<=768px){.testimonial{padding:var(--landing-section-padding-y-mobile)var(--landing-padding-x-mobile)}}