.testimonials-carousel{background:var(--brand-surface);padding:var(--spacing-section) 0}.testimonials-carousel__header{text-align:center;max-width:640px;margin:0 auto 4rem}.testimonials-carousel__tagline{font-family:var(--brand-font-body);font-size:var(--brand-caption);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--brand-accent);margin-bottom:1rem}.testimonials-carousel__heading{font-family:var(--brand-font-heading);font-size:var(--brand-h2);line-height:1.1;letter-spacing:-.025em;color:var(--brand-text);margin-bottom:1rem}.testimonials-carousel__sub{font-family:var(--brand-font-body);font-size:var(--brand-body-l);line-height:1.7;color:var(--brand-text);font-weight:400}.testimonials-carousel__carousel{display:flex;align-items:center;gap:1rem}.testimonials-carousel__viewport{--carousel-shadow-pad:1rem;overflow:hidden;width:100%;padding:var(--carousel-shadow-pad);margin:calc(-1 * var(--carousel-shadow-pad))}.testimonials-carousel__track{--carousel-gap:1.5rem;display:flex;gap:var(--carousel-gap);transition:transform .5s cubic-bezier(.16,1,.3,1)}.testimonials-carousel__card{display:flex;flex-direction:column;gap:2rem;background:var(--brand-background);border-radius:var(--radius-lg);box-shadow:0 .375rem 1rem var(--brand-shadow);padding:2.5rem}.testimonials-carousel__arrow{flex:none;width:3rem;height:3rem;border-radius:var(--radius-full);border:1px solid var(--brand-text);background:transparent;color:var(--brand-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s,opacity .15s}.testimonials-carousel__arrow svg{width:1.25rem;height:1.25rem}.testimonials-carousel__arrow:hover:not(:disabled){background:var(--brand-text);color:var(--brand-background)}.testimonials-carousel__arrow:disabled{opacity:.35;cursor:default}.testimonials-carousel__stars{display:flex;gap:.125rem;color:var(--brand-primary)}.testimonials-carousel__stars svg{width:1.125rem;height:1.125rem;fill:currentColor}.testimonials-carousel__quote{font-family:var(--brand-font-body);font-size:var(--brand-body-l);line-height:1.5;color:var(--brand-text);font-weight:400;flex:1 1}.testimonials-carousel__author{display:flex;align-items:center;gap:1rem}.testimonials-carousel__avatar,.testimonials-carousel__photo{width:3.5rem;height:3.5rem;border-radius:50%;flex-shrink:0}.testimonials-carousel__avatar{background:var(--brand-primary-surface);display:flex;align-items:center;justify-content:center;font-family:var(--brand-font-heading);font-size:1.1rem;font-weight:700;color:var(--brand-text)}.testimonials-carousel__photo{object-fit:cover}.testimonials-carousel__name{font-weight:700;color:var(--brand-text)}.testimonials-carousel__name,.testimonials-carousel__role{font-family:var(--brand-font-body);font-size:var(--brand-body-s)}.testimonials-carousel__role{color:var(--brand-text-muted);font-weight:400}.testimonials-carousel__dots{display:flex;gap:.5625rem;justify-content:center;margin-top:2.5rem}.testimonials-carousel__dot{width:.5rem;height:.5rem;border-radius:var(--radius-full);border:none;background:var(--brand-border);cursor:pointer;padding:0;transition:background .15s}.testimonials-carousel__dot--active{background:var(--brand-text)}@media (max-width:900px){.testimonials-carousel__arrow{display:none}}.testimonials-grid{background:var(--brand-surface);padding:var(--spacing-section) 0}.testimonials-grid__header{text-align:center;max-width:640px;margin:0 auto 4rem}.testimonials-grid__tagline{font-family:var(--brand-font-body);font-size:var(--brand-caption);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--brand-accent);margin-bottom:1rem}.testimonials-grid__heading{font-family:var(--brand-font-heading);font-size:var(--brand-h2);line-height:1.1;letter-spacing:-.025em;color:var(--brand-text);margin-bottom:1rem}.testimonials-grid__sub{font-family:var(--brand-font-body);font-size:var(--brand-body-l);line-height:1.7;color:var(--brand-text);font-weight:400}.testimonials-grid__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:var(--spacing-gap);gap:var(--spacing-gap)}.testimonials-grid__card{display:flex;flex-direction:column;gap:2rem;background:var(--brand-background);border-radius:var(--radius-lg);box-shadow:0 .375rem 1rem var(--brand-shadow);padding:2.5rem}.testimonials-grid__stars{display:flex;gap:.125rem;color:var(--brand-primary)}.testimonials-grid__stars svg{width:1.125rem;height:1.125rem;fill:currentColor}.testimonials-grid__quote{font-family:var(--brand-font-body);font-size:var(--brand-body-l);line-height:1.5;color:var(--brand-text);font-weight:400;flex:1 1}.testimonials-grid__author{display:flex;align-items:center;gap:1rem}.testimonials-grid__avatar,.testimonials-grid__photo{width:3.5rem;height:3.5rem;border-radius:50%;flex-shrink:0}.testimonials-grid__avatar{background:var(--brand-primary-surface);display:flex;align-items:center;justify-content:center;font-family:var(--brand-font-heading);font-size:1.1rem;font-weight:700;color:var(--brand-text)}.testimonials-grid__photo{object-fit:cover}.testimonials-grid__name{font-weight:700;color:var(--brand-text)}.testimonials-grid__name,.testimonials-grid__role{font-family:var(--brand-font-body);font-size:var(--brand-body-s)}.testimonials-grid__role{color:var(--brand-text-muted);font-weight:400}