.quote-card .av {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--primary-soft); color: var(--primary-strong);
  font-weight: 700; flex-shrink: 0;
}
.quote-card .who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.quote-card .who .name { font-weight: 700; }
.quote-card .who .role { font-size: .82rem; color: var(--muted); }
.quote-card .stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 12px; }
.quote-card .text { line-height: 1.9; color: var(--ink-2); }
