.testimonials__header{text-align:center;margin-bottom:2.5rem}.testimonials__layout{flex-direction:column;gap:1.25rem;display:flex}.testimonials__featured{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.testimonials__card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);transition:all var(--duration-slow)var(--ease-out);flex-direction:column;padding:1.5rem;display:flex}.testimonials__card:hover{border-color:var(--accent-border);box-shadow:var(--shadow-card);transform:translateY(-2px)}.testimonials__card--featured{padding:2rem}.testimonials__card-quote{flex:1;position:relative}.testimonials__quote-mark{opacity:.12;position:absolute;top:-4px;left:-2px}.testimonials__text{color:var(--text-secondary);flex:1;margin:0 0 1.25rem;font-size:.9375rem;line-height:1.75}.testimonials__card--featured .testimonials__text{padding-left:1.75rem;font-size:.9375rem}.testimonials__text--compact{margin:0 0 1rem;font-size:.8125rem;line-height:1.7}.testimonials__expand{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-left:.25rem;padding:0;font-size:.75rem;font-weight:600}.testimonials__expand:hover{text-decoration:underline}.testimonials__card-bottom{border-top:1px solid var(--border-lighter);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.testimonials__avatar{background:linear-gradient(135deg,var(--accent),#e67e22);color:#fff;letter-spacing:-.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.625rem;font-weight:800;display:flex}.testimonials__avatar--sm{width:34px;height:34px;font-size:.5625rem}.testimonials__info{flex:1;min-width:0}.testimonials__name{color:var(--text-primary);white-space:nowrap;font-size:.8125rem;font-weight:700}.testimonials__meta{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;line-height:1.3;overflow:hidden}.testimonials__date{color:var(--text-muted);white-space:nowrap;font-size:.625rem;font-weight:500}.testimonials__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.testimonials__grid .testimonials__card-bottom{flex-wrap:wrap;gap:.5rem .75rem}.testimonials__grid .testimonials__date{margin-left:auto}@media (max-width:900px){.testimonials__featured{grid-template-columns:1fr}}@media (max-width:600px){.testimonials__grid{grid-template-columns:1fr}.testimonials__card{padding:1.25rem}.testimonials__card--featured{padding:1.5rem}.testimonials__text{font-size:.8125rem}.testimonials__card--featured .testimonials__text{padding-left:0;font-size:.8125rem}.testimonials__quote-mark{display:none}}
