.testi{padding:120px 0;background-color:#fff;background-image:radial-gradient(rgba(247,127,0,.05) 1.5px,transparent 0);background-size:32px 32px;color:#003049;overflow:hidden;position:relative}.testi:before{width:600px;height:600px;background:radial-gradient(circle,rgba(247,127,0,.18) 0,rgba(252,191,73,.05) 50%,transparent 70%);top:-200px;right:-100px;filter:blur(80px);animation:drift 20s ease-in-out infinite alternate}.testi:after,.testi:before{content:"";position:absolute;z-index:0;pointer-events:none}.testi:after{width:700px;height:700px;background:radial-gradient(circle,rgba(214,40,40,.1) 0,rgba(247,127,0,.03) 50%,transparent 70%);bottom:-250px;left:-150px;filter:blur(100px);animation:drift 25s ease-in-out infinite alternate-reverse}@keyframes drift{0%{transform:translate(0) scale(1)}to{transform:translate(-50px,50px) scale(1.1)}}.testi__decor{position:absolute;font-size:2rem;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;z-index:1}.testi__decor--1{color:#d62828;top:15%;left:10%;font-size:3rem;animation:float-spin 12s linear infinite}.testi__decor--2{color:#003049;top:60%;left:5%;font-size:2.5rem;animation:float-bounce 8s ease-in-out infinite alternate}.testi__decor--3{color:#f77f00;top:25%;right:12%;font-size:3.5rem;animation:float-spin-reverse 15s linear infinite}.testi__decor--4{color:#d62828;bottom:10%;right:25%;font-size:2rem;animation:float-bounce 10s ease-in-out infinite alternate-reverse}.testi__decor--5{color:#fcbf49;top:8%;left:45%;font-size:1.5rem;animation:float-spin 20s linear infinite}@keyframes float-spin{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-30px) rotate(180deg)}to{transform:translateY(0) rotate(1turn)}}@keyframes float-spin-reverse{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(40px) rotate(-180deg)}to{transform:translateY(0) rotate(-1turn)}}@keyframes float-bounce{0%{transform:translateY(0) scale(1)}to{transform:translateY(-40px) scale(1.1)}}.testi__header{text-align:center;margin-bottom:64px;position:relative;z-index:1}.testi__title.section-title{color:#003049;margin-top:16px}.testi__title em{color:#d62828}.testi__scroller{width:100vw;margin-left:calc(50% - 50vw);overflow:hidden}.testi__track{display:flex;gap:24px;padding:12px;animation:scroll-track 60s linear infinite;width:-moz-fit-content;width:fit-content}.testi__track:hover{animation-play-state:paused}@keyframes scroll-track{to{transform:translateX(calc(-50% - 12px))}}.testi-card{flex-shrink:0;width:380px;background:#fff;color:#003049;border-radius:24px;padding:32px 28px 24px;display:flex;flex-direction:column;gap:20px;position:relative;transition:transform .3s var(--ease-out-quart);border:1px solid rgba(0,48,73,.08);box-shadow:0 16px 40px rgba(0,48,73,.08),0 2px 8px rgba(0,48,73,.04)}.testi-card:hover{transform:translateY(-4px)}.testi-card[data-color=coral] .testi-card__quote{color:#d62828}.testi-card[data-color=mint] .testi-card__quote{color:#f77f00}.testi-card[data-color=rose] .testi-card__quote{color:#fcbf49}.testi-card[data-color=butter] .testi-card__quote{color:#f77f00}.testi-card__quote{opacity:.8}.testi-card__text{font-family:var(--font-display);font-size:1.1rem;line-height:1.5;letter-spacing:-.01em;flex-grow:1}.testi-card__bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding-top:16px;border-top:1px dashed rgba(0,48,73,.12)}.testi-card__person{display:flex;align-items:center;gap:12px}.testi-card__avatar{width:42px;height:42px;background:#003049;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:1.1rem}.testi-card[data-color=coral] .testi-card__avatar{background:#d62828;color:#fff}.testi-card[data-color=mint] .testi-card__avatar{background:#f77f00;color:#fff}.testi-card[data-color=rose] .testi-card__avatar{background:#fcbf49;color:#003049}.testi-card[data-color=butter] .testi-card__avatar{background:#f77f00;color:#fff}.testi-card__name{font-size:.95rem;font-weight:600;line-height:1.2}.testi-card__role{font-size:.75rem;color:rgba(0,48,73,.6);margin-top:2px}.testi-card__item{text-align:right;font-size:.7rem;line-height:1.3}.testi-card__stars{display:block;color:#fcbf49;font-size:.85rem;letter-spacing:1px}.testi-card__item-name{color:#f77f00;font-weight:600}@media (max-width:768px){.testi{padding:80px 0}.testi-card{width:300px;padding:24px 22px 20px}.testi-card__text{font-size:1rem}}