.testimonials-section{background:var(--background);justify-content:flex-start;width:100%;padding:3rem 2rem;display:flex}.testimonials-container{flex-direction:column;gap:1.5rem;width:50%;display:flex}.testimonial-progress-wrapper{background:var(--color-white-10);width:100%;height:2px;position:relative;overflow:hidden}.testimonial-progress-bar{background:var(--color-text);transform-origin:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;transform:scaleX(0)}.testimonial-controls{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.testimonial-arrows{gap:1.2rem;display:flex}.testimonial-btn{color:var(--color-text);cursor:pointer;opacity:.85;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.testimonial-btn:hover{opacity:1}.testimonial-btn:disabled{opacity:.35;cursor:default}.testimonial-index{font-family:var(--font-notch);letter-spacing:.05em;opacity:.85;font-size:1rem}.testimonial-tag{letter-spacing:.15em;color:var(--color-cool-grey-alt);text-transform:uppercase;margin-top:1rem;font-family:Google Sans Code,sans-serif;font-size:.85rem}.testimonial-content-wrapper{margin:1.5rem 0;position:relative}.testimonial-slide-group{flex-direction:column;gap:.3rem;width:100%;display:flex;position:absolute;top:0;left:0}.testimonial-line-box{line-height:1.3;position:relative;overflow:hidden}.testimonial-line-text{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:500;transition:transform .6s cubic-bezier(.25,1,.5,1);transform:translateY(100%)}.testimonial-line-text.in{transform:translateY(0)}.testimonial-line-text.out{transition:transform .5s cubic-bezier(.25,0,.3,1);transform:translateY(-100%)}.testimonial-author-zone{align-items:center;gap:1rem;margin-top:1.5rem;display:flex;overflow:hidden}.testimonial-author-inner{align-items:center;gap:1rem;font-family:Google Sans Code,sans-serif;transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex;transform:translateY(100%)}.testimonial-author-inner.in{transform:translateY(0)}.testimonial-author-inner.out{transition:transform .5s cubic-bezier(.25,0,.3,1);transform:translateY(-120%)}.testimonial-avatar{object-fit:cover;background:var(--color-grey-dark);border-radius:50%;width:56px;height:56px}.testimonial-meta{flex-direction:column;display:flex}.testimonial-name{font-size:1.05rem;font-weight:600}.testimonial-company{color:var(--color-grey-muted);font-size:.9rem}@media (width<=1024px){.testimonials-container{width:100%}}
