/* reviews-strip.css - self-contained client reviews section (no JS, no external assets) */
.rv-section{--rv-purple:#713be8;--rv-ink:#181026;--rv-star:#f5a524;padding:66px 0;background:linear-gradient(180deg,#faf7ff 0,#fff 260px)}
.rv-wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}
.rv-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:26px 30px;border:1px solid #e3d9f1;border-radius:20px;background:linear-gradient(135deg,#fff 0 60%,#f6f0ff 100%);box-shadow:0 16px 40px rgba(72,40,110,.09)}
.rv-head-copy .rv-eyebrow{display:inline-block;margin-bottom:10px;color:var(--rv-purple);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.rv-head-copy h2{margin:0 0 6px;color:var(--rv-ink);font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.1;letter-spacing:-.02em}
.rv-head-copy p{margin:0;max-width:520px;color:#5c5170;font-size:.95rem;line-height:1.5}
.rv-score{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;min-width:172px;padding:18px 22px;border-radius:16px;background:linear-gradient(160deg,#5a2fa4,#7c45f3);color:#fff;box-shadow:0 14px 30px rgba(96,52,175,.32);text-align:center}
.rv-score b{font-size:2.9rem;font-weight:800;line-height:1}
.rv-score .rv-stars{margin:8px 0 6px}
.rv-score small{font-size:.72rem;letter-spacing:.02em;opacity:.92}
.rv-stars{display:inline-flex;gap:3px;line-height:0}
.rv-stars svg{width:17px;height:17px;fill:var(--rv-star)}
.rv-score .rv-stars svg{width:16px;height:16px;fill:#ffd66b}
.rv-platforms{display:flex;flex-wrap:wrap;gap:10px 22px;align-items:center;margin-top:18px;color:#6d6284;font-size:.82rem}
.rv-platforms span{display:inline-flex;align-items:center;gap:7px;font-weight:600}
.rv-platforms span:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--rv-purple)}
.rv-platforms b{color:var(--rv-ink);font-weight:700}
.rv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}
.rv-card{display:flex;flex-direction:column;padding:24px 24px 22px;border:1px solid #e6ddf2;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(70,38,108,.06)}
.rv-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}
.rv-verified{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;background:#eafaf1;color:#128a52;font-size:.68rem;font-weight:700}
.rv-verified svg{width:12px;height:12px;fill:currentColor}
.rv-quote{margin:0 0 18px;color:#332a45;font-size:.92rem;line-height:1.55}
.rv-person{display:flex;align-items:center;gap:12px;margin-top:auto}
.rv-avatar{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:50%;background:linear-gradient(150deg,#7c45f3,#5a2fa4);color:#fff;font-size:.9rem;font-weight:800}
.rv-person-meta strong{display:block;color:var(--rv-ink);font-size:.9rem;line-height:1.2}
.rv-person-meta span{display:block;margin-top:2px;color:#7a6f92;font-size:.76rem}
@media(max-width:960px){.rv-grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.rv-head{grid-template-columns:1fr;text-align:center}.rv-head-copy p{margin:0 auto}.rv-score{justify-self:center}.rv-platforms{justify-content:center}}
@media(max-width:600px){.rv-section{padding:50px 0}.rv-grid{grid-template-columns:1fr}.rv-head{padding:22px 20px}}
