.statistics-section{padding:4rem 0;background:transparent;position:relative}.statistics-section__container{max-width:1400px;margin:0 auto;padding:0 3rem}.statistics-section__grid{background-color:#11487b;border-radius:25px;padding:3rem 2rem;display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;align-items:center;box-shadow:0 20px 60px rgba(30,58,95,.3);position:relative;overflow:hidden}.statistic{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2;transition:transform .3s ease}.statistic__icon-wrapper{background:#99bcd6;border:1px solid hsla(0,0%,100%,.2);border-radius:12px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;backdrop-filter:blur(10px);transition:all .3s ease}.statistic__icon{width:20px;height:20px;color:#11487b}.statistic__content{display:flex;flex-direction:column;gap:2rem}.statistic__number{font-size:3rem;font-weight:800;color:#fff;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.2)}.statistic__label{font-size:1rem;font-weight:400;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.1)}@media (max-width:1300px) and (min-width:1025px){.statistics-section__grid{grid-template-columns:repeat(3,1fr);gap:2rem;padding:2.5rem 2rem}.statistic__number{font-size:2.75rem}.statistic__label{font-size:.95rem}}@media (max-width:1200px){.statistics-section__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;padding:2.5rem 2rem}.statistic:nth-child(4),.statistic:nth-child(5){grid-column:span 1}.statistics-section__grid{justify-items:center}}@media (max-width:768px){.statistics-section{padding:3rem 0}.statistics-section__container{padding:0 1rem}.statistics-section__grid{grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem 1.5rem}.statistic:nth-child(5){grid-column:1/-1}.statistic__number{font-size:2.5rem}.statistic__label{font-size:.9rem}.statistic__icon-wrapper{width:50px;height:50px;margin-bottom:1rem}.statistic__icon{width:24px;height:24px}}@media (max-width:480px){.statistics-section__grid{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.statistic:nth-child(5){grid-column:auto}.statistic__number{font-size:2.2rem}.statistic__label{font-size:.85rem;max-width:200px}.statistic__icon-wrapper{width:45px;height:45px}.statistic__icon{width:22px;height:22px}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.statistic__number{animation:countUp 1s ease-out .3s both}.statistic:nth-child(2) .statistic__number{animation-delay:.4s}.statistic:nth-child(3) .statistic__number{animation-delay:.5s}.statistic:nth-child(4) .statistic__number{animation-delay:.6s}.statistic:nth-child(5) .statistic__number{animation-delay:.7s}.testimonials-section{background:linear-gradient(135deg,#e2eef6 60%,#a4c1db);padding:6rem 0;min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative}.testimonials-section__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;padding:0 4rem}.testimonials-section__quote-wrapper{display:flex;flex-direction:column;gap:1rem;max-width:500px}.testimonials-section__content-container{position:relative;width:100%;height:100%}.testimonials-section__content-block{position:relative;width:100%;opacity:1;pointer-events:none}.testimonials-section__content-block--current{z-index:2}.testimonials-section__content-block--next{z-index:3}.testimonials-section__fade-wrapper{width:100%;opacity:1;transition:opacity 1.5s ease-in-out;pointer-events:none}.testimonials-section__fade-wrapper.fade-out{opacity:0;z-index:2}.testimonials-section__fade-wrapper.fade-in{opacity:1;z-index:3}.testimonials-section__header{text-align:end}.testimonials-section__name{font-size:2rem;font-weight:700;color:#000;margin-bottom:.5rem}.testimonials-section__title{font-size:.8rem;color:#9ba6b0;font-weight:500;margin:0}.testimonials-section__quote-container{position:relative;padding:4rem 4.5rem 5rem}.testimonials-section__quote-mark{font-size:6rem;font-weight:900;color:#11487b;position:absolute;opacity:1;font-family:Georgia,serif;line-height:1;font-style:normal}.testimonials-section__quote-mark--open{top:-2.5rem;left:-3rem}.testimonials-section__quote-mark--open:before{content:"\201C";font-size:9rem}.testimonials-section__quote-mark--close{bottom:-4rem;right:-3rem}.testimonials-section__quote-mark--close:before{content:"\201D";font-size:9rem}.testimonials-section__quote{font-size:1.2rem;line-height:1.8;color:#4b5563;font-weight:400;text-align:justify;margin:0;padding:0;font-style:normal}.testimonials-section__image-wrapper{display:flex;justify-content:center;align-items:center}.testimonials-section__image-container{position:relative;width:600px;height:500px;border-radius:25px;overflow:hidden;box-shadow:0 25px 80px rgba(44,95,136,.15),0 0 0 10px #2063a1;padding:3px}.testimonials-section__image-container:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:25px;z-index:-1;opacity:.8}.testimonials-section__image{width:100%;height:100%;object-fit:cover;border-radius:22px;position:absolute;top:0;left:0;transition:opacity 1.5s ease-in-out}.testimonials-section__image--current{opacity:1;z-index:2}.testimonials-section__image--current.testimonials-section__image--fade-out{opacity:0}.testimonials-section__image--next{opacity:0;z-index:1;transition:opacity 1.5s ease-in-out}.testimonials-section__image--next.testimonials-section__image--fade-in{opacity:1}.testimonials-section__empty-state,.testimonials-section__error-state{display:flex;flex-direction:column;align-items:center;text-align:center;grid-column:1/-1;padding:4rem 2rem}.testimonials-section__empty-icon,.testimonials-section__error-icon{font-size:4rem;margin-bottom:1.5rem}.testimonials-section__empty-title,.testimonials-section__error-title{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:1rem}.testimonials-section__empty-message,.testimonials-section__error-message{font-size:1rem;color:#6b7280;max-width:400px;line-height:1.6;margin-bottom:2rem}.testimonials-section__retry-button{background:#11487b;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.testimonials-section__retry-button:hover{background:#0f3d6b}@media (max-width:1300px){.testimonials-section__container{gap:4rem;padding:0 3rem;max-width:1300px}.testimonials-section__name{font-size:1.9rem}.testimonials-section__quote{font-size:1.15rem}.testimonials-section__image-container{width:480px;height:460px}}@media (max-width:1200px){.testimonials-section__container{gap:4rem;padding:0 2rem}.testimonials-section__image-container{width:450px;height:550px}}@media (max-width:768px){.testimonials-section__container{grid-template-columns:1fr;gap:3rem;text-align:center}.testimonials-section__name{font-size:2rem}.testimonials-section__quote{font-size:1.1rem;padding:0}.testimonials-section__quote-container{padding:3.5rem 3.5rem 4.5rem}.testimonials-section__image-container{width:350px;height:450px}.testimonials-section__quote-mark--open{left:-1rem;top:-1.5rem}.testimonials-section__quote-mark--close{right:-1rem;bottom:-1.5rem}.testimonials-section__empty-state,.testimonials-section__error-state{padding:2rem 1rem}.testimonials-section__empty-title,.testimonials-section__error-title{font-size:1.25rem}}@media (max-width:480px){.testimonials-section{padding:4rem 0}.testimonials-section__container{padding:0 1rem}.testimonials-section__name{font-size:1.8rem}.testimonials-section__quote{font-size:1rem;line-height:1.6}.testimonials-section__quote-container{padding:3rem 3rem 4rem}.testimonials-section__image-container{width:300px;height:380px}.testimonials-section__quote-mark{font-size:4rem}.testimonials-section__quote-mark--open{left:-.5rem;top:-1rem}.testimonials-section__quote-mark--close{right:-.5rem;bottom:-1rem}.testimonials-section__empty-icon,.testimonials-section__error-icon{font-size:3rem}.testimonials-section__empty-title,.testimonials-section__error-title{font-size:1.1rem}}