Build a styled testimonial card with quote, rating, photo, and credentials.
"This tool saved our team 20 hours a week."
<figure class="testimonial">
<div class="stars" style="color:#fbbf24;font-size:18px;">★★★★★</div>
<blockquote>"This tool saved our team 20 hours a week."</blockquote>
<figcaption style="display:flex;align-items:center;gap:12px;margin-top:16px;">
<div>
<strong>Jane Doe</strong><br>
<span style="color:#64748b;font-size:14px;">VP Engineering, Acme Inc</span>
</div>
</figcaption>
</figure>