@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap");:root{--blue:#3068ab;--blue-dark:#1e4d8c;--blue-light:#e8f1fb;--accent:#f0a500;--dark:#0f1f35;--muted:#64748b;--white:#fff}.testimonial-section{position:relative;padding:6rem 0 5rem;background:linear-gradient(160deg,#0f1f35,#1a3558);overflow:hidden;font-family:DM Sans,sans-serif}.testimonial-section:before{content:"";position:absolute;top:-100px;left:-100px;width:400px;height:400px;border-radius:50%;border:1px solid hsla(0,0%,100%,.04);pointer-events:none}.testimonial-section:after{content:"";position:absolute;bottom:-80px;right:-80px;width:320px;height:320px;border-radius:50%;border:1px solid rgba(240,165,0,.08);pointer-events:none}.testimonial-inner{max-width:1180px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.testimonial-header{text-align:center;margin-bottom:3.5rem}.testimonial-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.68rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.testimonial-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:t-pulse 2s ease-in-out infinite}@keyframes t-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.7);opacity:.5}}.testimonial-title{font-family:Playfair Display,serif;font-size:clamp(1.9rem,3.5vw,2.9rem);font-weight:700;color:var(--white);margin:0;line-height:1.15}.testimonial-title em{font-style:italic;color:var(--accent)}.testimonial-carousel-outer{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent)}.testimonial-track{display:flex;gap:1.5rem;width:-moz-max-content;width:max-content;animation:scroll-left 32s linear infinite}.testimonial-track:hover{animation-play-state:paused}.testimonial-track-inner{display:flex;gap:1.5rem}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.t-card{flex-shrink:0;width:320px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.09);border-radius:20px;padding:2rem 1.75rem;backdrop-filter:blur(8px);transition:transform .3s ease,background .3s ease,border-color .3s ease;cursor:default;position:relative}.t-card:hover{transform:translateY(-6px);background:hsla(0,0%,100%,.09);border-color:rgba(240,165,0,.3)}.t-card:before{content:"\201C";position:absolute;top:1rem;right:1.5rem;font-family:Playfair Display,serif;font-size:5rem;line-height:1;color:rgba(240,165,0,.15);pointer-events:none}.t-stars{display:flex;gap:3px;margin-bottom:1rem;color:var(--accent)}.t-text{font-size:.92rem;font-weight:300;line-height:1.8;color:hsla(0,0%,100%,.78);margin-bottom:1.5rem}.t-author{gap:.85rem;border-top:1px solid hsla(0,0%,100%,.08);padding-top:1.2rem}.t-author,.t-avatar{display:flex;align-items:center}.t-avatar{width:44px;height:44px;border-radius:50%;justify-content:center;font-size:.85rem;font-weight:700;color:var(--white);flex-shrink:0;letter-spacing:.03em}.t-author-info strong{display:block;font-size:.88rem;font-weight:600;color:var(--white);line-height:1.2}.t-author-info span{font-size:.75rem;color:hsla(0,0%,100%,.45);letter-spacing:.04em}.testimonial-cta{justify-content:center;gap:2rem;margin-top:3.5rem;flex-wrap:wrap}.t-stat,.testimonial-cta{display:flex;align-items:center}.t-stat{flex-direction:column;gap:.2rem}.t-stat-value{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--accent);line-height:1}.t-stat-label{font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.45)}.t-divider{width:1px;height:40px;background:hsla(0,0%,100%,.1)}.t-reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.t-reveal.visible{opacity:1;transform:translateY(0)}.t-delay-1{transition-delay:.1s}.t-delay-2{transition-delay:.25s}.t-delay-3{transition-delay:.4s}