.testimonials{background:var(--off-white);text-align:center;padding:48px 0}.testimonials__header{margin-bottom:36px}.testimonials__carousel{max-width:700px;margin:0 auto}.testimonials__card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:48px 40px}.testimonials__stars{justify-content:center;gap:4px;margin-bottom:24px;display:flex}.testimonials__star{color:#f5a623;fill:#f5a623;font-size:1.2rem}.testimonials__quote{color:var(--dark-text);border:none;margin-bottom:28px;font-size:1.2rem;font-style:italic;line-height:1.7}.testimonials__author{justify-content:center;align-items:center;gap:12px;display:flex}.testimonials__avatar{background:var(--navy);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.testimonials__name{color:var(--navy);font-size:1rem;font-weight:600}.testimonials__meta{color:var(--body-text);font-size:.85rem}.testimonials__verified{color:#00b67a;align-items:center;gap:5px;font-size:.78rem;font-weight:600;display:inline-flex}.testimonials__verified svg{font-size:.95rem}.testimonials__controls{justify-content:center;align-items:center;gap:20px;margin-top:32px;display:flex}.testimonials__btn{border:2px solid var(--light-grey);background:var(--white);width:44px;height:44px;color:var(--navy);cursor:pointer;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.testimonials__btn:hover{border-color:var(--orange);color:var(--orange)}.testimonials__dots{gap:8px;display:flex}.testimonials__dot{background:var(--light-grey);cursor:pointer;width:10px;height:10px;transition:all var(--transition-fast);border:none;border-radius:50%;padding:0}.testimonials__dot--active{background:var(--orange);transform:scale(1.2)}@media (max-width:768px){.testimonials{padding:36px 0}.testimonials__card{padding:32px 22px}.testimonials__quote{margin-bottom:22px;font-size:1.02rem}.testimonials__controls{gap:14px;margin-top:24px}}
