.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:28px;display:flex;flex-direction:column;gap:16px}
.testimonial-quote{font-size:15px;line-height:1.65;color:var(--ink);flex:1}
.testimonial-quote::before{content:'\201E';color:var(--red);font-size:28px;line-height:1;display:block;margin-bottom:4px;font-weight:800}
.testimonial-author{font-weight:800;font-size:15px}
.testimonial-role{font-size:13px;color:var(--muted);margin-top:2px}