.AboutPage-module-scss-module__8VhBJW__aboutPage{background:var(--background);width:100%;min-height:100vh;padding-top:var(--navbar-height)}@media screen and (max-width:900px){.AboutPage-module-scss-module__8VhBJW__aboutPage{padding-top:var(--navbar-height-mobile)}}.AboutPage-module-scss-module__8VhBJW__container{max-width:var(--max-width);padding:0 var(--gutter);margin:0 auto}.AboutPage-module-scss-module__8VhBJW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.AboutPage-module-scss-module__8VhBJW__loadingContainer .AboutPage-module-scss-module__8VhBJW__loadingSpinner{border:3px solid var(--bg-tertiary);border-top-color:var(--accent-primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite AboutPage-module-scss-module__8VhBJW__spin}@keyframes AboutPage-module-scss-module__8VhBJW__spin{to{transform:rotate(360deg)}}.AboutPage-module-scss-module__8VhBJW__testimonialsLoading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:2rem;display:flex}.AboutPage-module-scss-module__8VhBJW__testimonialsLoading p{color:var(--text-secondary);margin-top:1rem;font-size:.95rem}.AboutPage-module-scss-module__8VhBJW__heroSection{background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%);flex:1;align-content:center;align-items:center;height:100dvh;position:relative;overflow:hidden}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__heroSection{height:auto;min-height:100dvh;padding:var(--section-padding)0;padding-top:calc(var(--section-padding) + env(safe-area-inset-top,0px));padding-bottom:calc(var(--section-padding) + 2rem + env(safe-area-inset-bottom,0px))}}.AboutPage-module-scss-module__8VhBJW__heroSection:before{content:"";z-index:0;pointer-events:none;background-image:radial-gradient(circle at 20% 80%,#5e3bee0d 0%,#0000 50%),radial-gradient(circle at 80% 20%,#00d4ff08 0%,#0000 50%);position:absolute;inset:0}.AboutPage-module-scss-module__8VhBJW__heroSection .AboutPage-module-scss-module__8VhBJW__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid;position:relative}@media screen and (max-width:1200px){.AboutPage-module-scss-module__8VhBJW__heroSection .AboutPage-module-scss-module__8VhBJW__container{gap:4rem}}@media screen and (max-width:968px){.AboutPage-module-scss-module__8VhBJW__heroSection .AboutPage-module-scss-module__8VhBJW__container{text-align:center;grid-template-columns:1fr;gap:0;padding-top:1rem}.AboutPage-module-scss-module__8VhBJW__heroContent{order:2;max-width:600px;margin:0 auto}}.AboutPage-module-scss-module__8VhBJW__heroTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.1}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__heroTitle{font-size:clamp(2.5rem,5vw,3.5rem)}}.AboutPage-module-scss-module__8VhBJW__heroTitle .AboutPage-module-scss-module__8VhBJW__gradientText{background:var(--gradient-text);-webkit-text-fill-color:#0000;background-clip:text;display:inline-block}.AboutPage-module-scss-module__8VhBJW__heroSubtitle{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.7}@media screen and (max-width:968px){.AboutPage-module-scss-module__8VhBJW__heroSubtitle{margin:0 auto 2rem}}.AboutPage-module-scss-module__8VhBJW__ctaButton{background:var(--gradient-primary);color:var(--text-inverse);border-radius:12px;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 20px #5e3bee40}.AboutPage-module-scss-module__8VhBJW__ctaButton:hover{transform:translateY(-3px);box-shadow:0 8px 30px #5e3bee59}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__ctaButton{padding:1rem 2rem;font-size:1rem}}.AboutPage-module-scss-module__8VhBJW__heroImage{justify-content:center;align-items:center;display:flex;position:relative}@media screen and (max-width:968px){.AboutPage-module-scss-module__8VhBJW__heroImage{order:1;max-width:500px;margin:0 auto}}@media screen and (max-width:600px){.AboutPage-module-scss-module__8VhBJW__heroImage{max-width:min(350px,92vw)}}.AboutPage-module-scss-module__8VhBJW__heroImage img{filter:drop-shadow(0 20px 40px #0000001a);width:100%;height:auto}.AboutPage-module-scss-module__8VhBJW__statsSection{padding:var(--section-padding)0;background:var(--bg-secondary);position:relative}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__statsSection{padding:calc(var(--section-padding-mobile)*1.5)0}}.AboutPage-module-scss-module__8VhBJW__statsSection:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(to bottom,var(--bg-primary),transparent);height:100px;position:absolute;inset:-50px 0 0}.AboutPage-module-scss-module__8VhBJW__statsGrid{z-index:1;grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid;position:relative}@media screen and (min-width:768px) and (max-width:1024px){.AboutPage-module-scss-module__8VhBJW__statsGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (max-width:600px){.AboutPage-module-scss-module__8VhBJW__statsGrid{grid-template-columns:1fr;gap:1.5rem;max-width:400px;margin:0 auto}}.AboutPage-module-scss-module__8VhBJW__statCard{background:var(--bg-primary);text-align:center;border-radius:20px;padding:3rem 2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.AboutPage-module-scss-module__8VhBJW__statCard:before{content:"";opacity:0;background:radial-gradient(circle,#5e3bee0d 0%,#0000 70%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}.AboutPage-module-scss-module__8VhBJW__statCard:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001a}.AboutPage-module-scss-module__8VhBJW__statCard:hover:before{opacity:1}.AboutPage-module-scss-module__8VhBJW__statCard:hover .AboutPage-module-scss-module__8VhBJW__statIcon{transform:scale(1.1)rotate(5deg)}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__statCard{padding:2.5rem 1.5rem}}.AboutPage-module-scss-module__8VhBJW__statIcon{margin-bottom:1.5rem;font-size:3rem;transition:transform .3s;display:block}.AboutPage-module-scss-module__8VhBJW__statValue{color:var(--accent-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:3rem;font-weight:800}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__statValue{font-size:2.5rem}}.AboutPage-module-scss-module__8VhBJW__statLabel{color:var(--text-secondary);font-size:var(--fs-base);font-weight:500}.AboutPage-module-scss-module__8VhBJW__missionSection{padding:calc(var(--section-padding)*1.5)0}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__missionSection{padding:var(--section-padding)0}}.AboutPage-module-scss-module__8VhBJW__missionGrid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}@media screen and (max-width:968px){.AboutPage-module-scss-module__8VhBJW__missionGrid{grid-template-columns:1fr;gap:3rem}}.AboutPage-module-scss-module__8VhBJW__missionCard,.AboutPage-module-scss-module__8VhBJW__visionCard{background:var(--bg-secondary);border-radius:24px;height:360px;min-height:360px;max-height:360px;padding:4rem;position:relative;overflow:hidden}@media screen and (max-width:1200px){.AboutPage-module-scss-module__8VhBJW__missionCard,.AboutPage-module-scss-module__8VhBJW__visionCard{padding:3rem}}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__missionCard,.AboutPage-module-scss-module__8VhBJW__visionCard{height:auto;min-height:auto;max-height:none;padding:2.5rem}}.AboutPage-module-scss-module__8VhBJW__missionCard:before,.AboutPage-module-scss-module__8VhBJW__visionCard:before{content:"";background:var(--gradient-primary);width:100%;height:6px;position:absolute;top:0;left:0}.AboutPage-module-scss-module__8VhBJW__missionCard:after,.AboutPage-module-scss-module__8VhBJW__visionCard:after{content:"";background:linear-gradient(#5e3bee0d,#0000);height:100px;position:absolute;top:6px;left:0;right:0}.AboutPage-module-scss-module__8VhBJW__sectionTitle{color:var(--text-primary);z-index:1;margin-bottom:2rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700;position:relative}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__sectionTitle{margin-bottom:1.5rem;font-size:clamp(1.75rem,4vw,2rem)}}.AboutPage-module-scss-module__8VhBJW__missionText,.AboutPage-module-scss-module__8VhBJW__visionText{color:var(--text-secondary);z-index:1;font-size:clamp(1.125rem,1.5vw,1.25rem);line-height:1.8;position:relative}.AboutPage-module-scss-module__8VhBJW__valuesSection{padding:calc(var(--section-padding)*1.5)0;background:var(--bg-secondary)}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__valuesSection{padding:var(--section-padding)0}}.AboutPage-module-scss-module__8VhBJW__valuesSection .AboutPage-module-scss-module__8VhBJW__sectionTitle{text-align:center;margin-bottom:4rem;font-size:clamp(2.5rem,4vw,3.5rem)}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__valuesSection .AboutPage-module-scss-module__8VhBJW__sectionTitle{margin-bottom:3rem}}.AboutPage-module-scss-module__8VhBJW__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__valuesGrid{grid-template-columns:1fr;gap:2rem;max-width:500px;margin:0 auto}}.AboutPage-module-scss-module__8VhBJW__valueCard{background:var(--bg-primary);text-align:center;border-radius:20px;padding:3rem 2.5rem;transition:all .4s;position:relative;box-shadow:0 5px 25px #0000000d}.AboutPage-module-scss-module__8VhBJW__valueCard:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#0000,#5e3bee4d,#0000);border-radius:20px;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-composite:exclude;mask-mode:match-source,match-source}.AboutPage-module-scss-module__8VhBJW__valueCard:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001a}.AboutPage-module-scss-module__8VhBJW__valueCard:hover:before{opacity:1}.AboutPage-module-scss-module__8VhBJW__valueCard:hover .AboutPage-module-scss-module__8VhBJW__valueIcon{transform:scale(1.2)rotate(10deg)}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__valueCard{padding:2.5rem 2rem}}.AboutPage-module-scss-module__8VhBJW__valueIcon{margin-bottom:1.5rem;font-size:4rem;transition:transform .4s;display:block}.AboutPage-module-scss-module__8VhBJW__valueTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.AboutPage-module-scss-module__8VhBJW__valueDescription{color:var(--text-secondary);font-size:1.0625rem;line-height:1.7}.AboutPage-module-scss-module__8VhBJW__expertiseSection{padding:calc(var(--section-padding)*1.5)0}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__expertiseSection{padding:var(--section-padding)0}}.AboutPage-module-scss-module__8VhBJW__expertiseSection .AboutPage-module-scss-module__8VhBJW__sectionTitle{text-align:center;margin-bottom:4rem;font-size:clamp(2.5rem,4vw,3.5rem)}.AboutPage-module-scss-module__8VhBJW__expertiseGrid{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1000px;margin:0 auto;padding:0 .5rem;display:flex}.AboutPage-module-scss-module__8VhBJW__expertiseTag{background:var(--bg-secondary);border:1.25px solid var(--bg-tertiary);color:var(--text-primary);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:.6rem 1rem;font-size:.98rem;font-weight:600;transition:transform .22s,box-shadow .22s,color .18s;display:inline-flex;position:relative;overflow:hidden}.AboutPage-module-scss-module__8VhBJW__expertiseTag:before{content:"";border-radius:inherit;background:var(--gradient-primary);opacity:0;z-index:-1;transition:transform .26s cubic-bezier(.2,.8,.2,1),opacity .2s;position:absolute;inset:-6px;transform:scale(.88)}.AboutPage-module-scss-module__8VhBJW__expertiseTag:hover{color:var(--text-inverse);z-index:2;border-color:#0000;transform:translateY(-4px)scale(1.02);box-shadow:0 10px 28px #1618280f}.AboutPage-module-scss-module__8VhBJW__expertiseTag:hover:before{opacity:1;transform:scale(1)}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__expertiseTag{white-space:normal;text-align:center;word-break:break-word;min-width:100px;max-width:90vw;padding:.65rem 1rem;font-size:1rem;line-height:1.25;display:inline-block}}.AboutPage-module-scss-module__8VhBJW__testimonialsSection{padding:calc(var(--section-padding)*1.5)0;background:var(--bg-secondary)}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__testimonialsSection{padding:var(--section-padding)0}}.AboutPage-module-scss-module__8VhBJW__testimonialsSection .AboutPage-module-scss-module__8VhBJW__sectionTitle{text-align:center;margin-bottom:4rem;font-size:clamp(2.5rem,4vw,3.5rem)}.AboutPage-module-scss-module__8VhBJW__testimonialsSwiper{padding:0 1rem 4rem}.AboutPage-module-scss-module__8VhBJW__testimonialsSwiper .swiper-pagination{bottom:0}.AboutPage-module-scss-module__8VhBJW__testimonialsSwiper .swiper-pagination-bullet{background:var(--text-tertiary);opacity:.3;width:12px;height:12px;transition:all .3s}.AboutPage-module-scss-module__8VhBJW__testimonialsSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--accent-primary);opacity:1;border-radius:6px;width:40px}.AboutPage-module-scss-module__8VhBJW__testimonialCard{background:var(--bg-primary);border-radius:24px;flex-direction:column;gap:2rem;height:100%;padding:3rem;display:flex;box-shadow:0 5px 30px #0000000d}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__testimonialCard{padding:2rem}}.AboutPage-module-scss-module__8VhBJW__ratingStars{gap:.5rem;font-size:1.5rem;display:flex}.AboutPage-module-scss-module__8VhBJW__ratingStars .AboutPage-module-scss-module__8VhBJW__starFilled{color:gold;filter:drop-shadow(0 2px 4px #ffd7004d)}.AboutPage-module-scss-module__8VhBJW__ratingStars .AboutPage-module-scss-module__8VhBJW__starEmpty{color:var(--bg-tertiary)}.AboutPage-module-scss-module__8VhBJW__testimonialText{color:var(--text-secondary);flex:1;font-size:clamp(1.125rem,1.5vw,1.25rem);font-style:italic;line-height:1.8;position:relative}.AboutPage-module-scss-module__8VhBJW__authorInfo{border-top:2px solid var(--bg-tertiary);align-items:center;gap:1.5rem;padding-top:2rem;display:flex}.AboutPage-module-scss-module__8VhBJW__authorAvatar{border:3px solid var(--bg-tertiary);border-radius:50%;width:70px;height:70px}.AboutPage-module-scss-module__8VhBJW__authorName{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.AboutPage-module-scss-module__8VhBJW__authorRole{font-size:var(--fs-base);color:var(--text-tertiary)}.AboutPage-module-scss-module__8VhBJW__noTestimonials{text-align:center;color:var(--text-secondary);padding:5rem;font-size:1.125rem}.AboutPage-module-scss-module__8VhBJW__ctaSection{padding:calc(var(--section-padding)*2)0;background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);text-align:center;color:var(--text-inverse);position:relative;overflow:hidden}.AboutPage-module-scss-module__8VhBJW__ctaSection:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:4s ease-in-out infinite AboutPage-module-scss-module__8VhBJW__pulse;position:absolute;inset:-50% 0 0 -50%}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__ctaSection{padding:var(--section-padding)0}}@keyframes AboutPage-module-scss-module__8VhBJW__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}.AboutPage-module-scss-module__8VhBJW__ctaTitle{z-index:1;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;position:relative}.AboutPage-module-scss-module__8VhBJW__ctaSubtitle{opacity:.95;z-index:1;margin-bottom:3rem;font-size:clamp(1.25rem,2vw,1.5rem);position:relative}.AboutPage-module-scss-module__8VhBJW__ctaButtons{z-index:1;flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex;position:relative}.AboutPage-module-scss-module__8VhBJW__primaryButton,.AboutPage-module-scss-module__8VhBJW__secondaryButton{border-radius:12px;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}@media screen and (max-width:767px){.AboutPage-module-scss-module__8VhBJW__primaryButton,.AboutPage-module-scss-module__8VhBJW__secondaryButton{padding:1rem 2rem;font-size:1rem}}.AboutPage-module-scss-module__8VhBJW__primaryButton{background:var(--bg-primary);color:var(--accent-primary);box-shadow:0 4px 20px #0003}.AboutPage-module-scss-module__8VhBJW__primaryButton:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000004d}.AboutPage-module-scss-module__8VhBJW__secondaryButton{color:var(--text-inverse);border:2px solid var(--text-inverse);background:0 0}.AboutPage-module-scss-module__8VhBJW__secondaryButton:hover{background:var(--text-inverse);color:var(--accent-primary);transform:translateY(-3px)}
