.quote-section{align-items:center;background:var(--bg-secondary);display:flex;min-height:100vh;overflow:hidden;padding:8rem 0;position:relative}.bg-shapes{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.shape{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(100px);opacity:.3;position:absolute}.shape-1{animation-delay:0s;background:linear-gradient(45deg,#8b5cf6,#6366f1);height:400px;left:-10%;top:10%;width:400px}.shape-2{animation-delay:7s;background:linear-gradient(45deg,#ec4899,#ec7648);height:300px;right:-5%;top:60%;width:300px}.shape-3{animation-delay:14s;background:linear-gradient(45deg,#3b82f6,#8b5cf6);bottom:-20%;height:500px;left:50%;width:500px}.mesh-gradient{animation:meshMove 30s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#8b5cf61a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ec48991a 0,#0000 50%),radial-gradient(circle at 40% 40%,#3b82f60d 0,#0000 50%)}.mesh-gradient,.particles-container{height:100%;left:0;position:absolute;top:0;width:100%}.particles-container{pointer-events:none;z-index:2}.floating-particle{animation:floatUp linear infinite;background:linear-gradient(45deg,#8b5cf6,#6366f1);border-radius:50%;height:4px;opacity:.6;position:absolute;width:4px}.floating-particle:nth-child(2n){background:linear-gradient(45deg,#ec4899,#ec7648);height:3px;width:3px}.floating-particle:nth-child(3n){background:linear-gradient(45deg,#3b82f6,#8b5cf6);height:2px;width:2px}.quote-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;text-align:center;z-index:3}.quote-content{margin:0 auto;max-width:900px}.quote-icon{align-items:center;display:flex;height:80px;justify-content:center;margin:0 auto 3rem;position:relative;width:80px}.icon-glow{animation:pulse 3s ease-in-out infinite;background:radial-gradient(circle,#8b5cf64d 0,#0000 70%);border-radius:50%;height:120px;position:absolute;width:120px}.quote-icon svg{color:#8b5cf6;filter:drop-shadow(0 0 20px rgba(139,92,246,.5));height:80px;position:relative;width:80px;z-index:2}.quote-badge{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:50px;box-shadow:var(--shadow-sm);display:inline-block;margin-bottom:2rem;padding:.5rem 1.5rem}.badge-text{color:var(--text-secondary);font-size:.9rem;font-weight:500;letter-spacing:.5px}.quote-text{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#8b5cf6,#ec4899 50%,#3b82f6);-webkit-background-clip:text;background-clip:text;color:var(--text-primary);display:flex;font-size:3rem;font-weight:700;justify-content:center;line-height:1.2;margin:0 0 2rem;min-height:260px;position:relative}.quote-text:after,.quote-text:before{color:#8b5cf633;content:'"';font-family:serif;font-size:4rem;font-weight:300;position:absolute}.quote-text:before{animation:fadeInLeft 1s ease-out .5s both;left:-3rem;top:-1.5rem}.quote-text:after{animation:fadeInRight 1s ease-out .7s both;bottom:-2.5rem;right:-3rem}.quote-sub{color:var(--text-secondary);font-size:1.5rem;line-height:1.4;margin-bottom:3rem}.quote-question{color:#8b5cf6;display:block;font-weight:600;margin-bottom:.5rem}.quote-cta strong{color:#ec4899;font-weight:700;position:relative}.quote-cta strong:after{animation:underlineExpand 1s ease-out 1.5s both;background:linear-gradient(90deg,#ec4899,#8b5cf6);bottom:-2px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;width:100%}.quote-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{border:none;border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.button-content{align-items:center;display:flex;justify-content:center;position:relative;z-index:2}.primary-cta{background:linear-gradient(45deg,#8b5cf6,#ec4899);box-shadow:0 10px 30px #8b5cf64d;color:#fff}.primary-cta .button-glow{background:linear-gradient(90deg,#0000,#fff6,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.primary-cta:hover .button-glow{left:100%}.primary-cta:hover{box-shadow:0 15px 40px #8b5cf666;transform:translateY(-2px)}.secondary-cta{background:var(--bg-card);border:1px solid var(--border-primary);box-shadow:var(--shadow-sm);color:var(--text-primary)}.secondary-cta:hover{background:var(--bg-secondary);border-color:var(--accent-purple);box-shadow:var(--shadow-purple);transform:translateY(-2px)}.testimonial-author{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem;text-align:center}.testimonial-indicators{display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem}.indicator{background:var(--border-secondary);border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.indicator.active{background:linear-gradient(135deg,#8b5cf6,#ec4899);transform:scale(1.2)}.indicator:hover{background:var(--text-muted);transform:scale(1.1)}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-30px) rotate(120deg)}66%{transform:translateY(-10px) rotate(240deg)}}@keyframes meshMove{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.1) rotate(180deg)}}@keyframes floatUp{0%{bottom:-10px;opacity:0;transform:translateX(0) rotate(0deg)}10%{opacity:1}90%{opacity:1}to{bottom:100vh;opacity:0;transform:translateX(100px) rotate(1turn)}}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:.2;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:.2;transform:translateX(0)}}@keyframes underlineExpand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.fade-in{opacity:0;transform:translateY(40px);transition:all 1s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in:first-child{transition-delay:.1s}.fade-in:nth-child(2){transition-delay:.3s}.fade-in:nth-child(3){transition-delay:.5s}.fade-in:nth-child(4){transition-delay:.7s}.fade-in:nth-child(5){transition-delay:.9s}@media (max-width:1024px){.quote-section{min-height:80vh;padding:6rem 0}.quote-text{font-size:2.5rem;min-height:160px}.shape{filter:blur(80px)}.shape-1,.shape-2{height:300px;width:300px}.shape-3{height:400px;width:400px}}@media (max-width:768px){.quote-section{min-height:auto;padding:4rem 0}.quote-container{padding:0 1rem}.quote-text{font-size:2rem;min-height:150px}.quote-text:before{font-size:2.5rem;left:-1.5rem;top:-1rem}.quote-text:after{bottom:-1.5rem;font-size:2.5rem;right:-1.5rem}.quote-sub{font-size:1.2rem}.quote-actions{align-items:center;flex-direction:column}.cta-button{max-width:280px}.shape{filter:blur(60px);opacity:.2}}@media (max-width:480px){.quote-text{font-size:1.6rem;min-height:140px}.quote-sub{font-size:1rem}.quote-icon{margin-bottom:2rem}.quote-icon,.quote-icon svg{height:60px;width:60px}.icon-glow{height:90px;width:90px}}@media (prefers-reduced-motion:reduce){.button-glow,.floating-particle,.icon-glow,.mesh-gradient,.shape{animation:none}.fade-in{transition:opacity .3s ease}}@media (prefers-contrast:high){.quote-text{-webkit-text-fill-color:#0000;background:#fff;-webkit-background-clip:text;background-clip:text}.primary-cta{background:#8b5cf6;border:2px solid #fff}.secondary-cta{background:#0000;border:2px solid #fff}}
/*# sourceMappingURL=626.573f2bec.chunk.css.map*/