.AboutHero-module__TBtdDG__hero{background:0 0;border-radius:2rem;align-items:center;min-height:100vh;margin-top:2rem;display:flex;position:relative;overflow:hidden}.AboutHero-module__TBtdDG__background{pointer-events:none;position:absolute;inset:0}.AboutHero-module__TBtdDG__gradientOrb1{filter:blur(60px);background:radial-gradient(circle,#3b82f614 0%,#0000 70%);border-radius:50%;width:600px;height:600px;transition:transform .1s ease-out;position:absolute;top:-300px;right:-300px}.AboutHero-module__TBtdDG__gradientOrb2{filter:blur(60px);background:radial-gradient(circle,#8b5cf60f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;transition:transform .1s ease-out;position:absolute;bottom:-250px;left:-250px}.AboutHero-module__TBtdDG__floatingElement{opacity:.3;filter:blur(1px);font-size:3rem;animation:8s ease-in-out infinite AboutHero-module__TBtdDG__float;position:absolute}@keyframes AboutHero-module__TBtdDG__float{0%,to{transform:translateY(0)rotate(0)scale(1)}33%{transform:translateY(-20px)rotate(120deg)scale(1.1)}66%{transform:translateY(10px)rotate(240deg)scale(.9)}}.AboutHero-module__TBtdDG__container{z-index:2;grid-template-columns:1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;position:relative}@media (min-width:1024px){.AboutHero-module__TBtdDG__container{grid-template-columns:1fr 1fr}}.AboutHero-module__TBtdDG__content{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.AboutHero-module__TBtdDG__content.AboutHero-module__TBtdDG__visible{opacity:1;transform:translateY(0)}.AboutHero-module__TBtdDG__badge{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:50px;align-items:center;margin-bottom:2rem;padding:.5rem 1.5rem;display:inline-flex;position:relative;overflow:hidden}.AboutHero-module__TBtdDG__badgeText{color:#3b82f6;z-index:2;font-size:.875rem;font-weight:600}.AboutHero-module__TBtdDG__badgeGlow{background:linear-gradient(90deg,#0000,#3b82f64d,#0000);animation:3s infinite AboutHero-module__TBtdDG__shine;position:absolute;inset:0}@keyframes AboutHero-module__TBtdDG__shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.AboutHero-module__TBtdDG__heading{color:var(--text-color);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.AboutHero-module__TBtdDG__heading{font-size:3.5rem}}.AboutHero-module__TBtdDG__gradientText{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 50%,#ec4899 100%) 0 0/200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s infinite AboutHero-module__TBtdDG__gradientShift}@keyframes AboutHero-module__TBtdDG__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.AboutHero-module__TBtdDG__description{color:#94a3b8;max-width:500px;margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.AboutHero-module__TBtdDG__stats{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.AboutHero-module__TBtdDG__statItem{text-align:left}.AboutHero-module__TBtdDG__statNumber{color:#3b82f6;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1;display:block}.AboutHero-module__TBtdDG__statLabel{color:#94a3b8;font-size:.875rem;font-weight:500}.AboutHero-module__TBtdDG__visual{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1) .2s;transform:translate(30px)}.AboutHero-module__TBtdDG__visual.AboutHero-module__TBtdDG__visible{opacity:1;transform:translate(0)}.AboutHero-module__TBtdDG__visualContainer{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.AboutHero-module__TBtdDG__mainVisual{width:300px;height:300px;position:relative}.AboutHero-module__TBtdDG__glowEffect{filter:blur(40px);background:radial-gradient(circle,#3b82f633 0%,#0000 70%);border-radius:50%;animation:4s ease-in-out infinite AboutHero-module__TBtdDG__pulse;position:absolute;inset:0}@keyframes AboutHero-module__TBtdDG__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.AboutHero-module__TBtdDG__floatingCard{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;transition:all .3s;animation:20s linear infinite AboutHero-module__TBtdDG__orbit;display:flex;position:absolute}.AboutHero-module__TBtdDG__floatingCard:hover{background:#ffffff1a;transform:scale(1.1)}.AboutHero-module__TBtdDG__floatingCard:nth-child(2){animation-delay:0s;top:10%;left:10%}.AboutHero-module__TBtdDG__floatingCard:nth-child(3){animation-delay:-6.66s;top:10%;right:10%}.AboutHero-module__TBtdDG__floatingCard:nth-child(4){animation-delay:-13.33s;bottom:10%;left:50%;transform:translate(-50%)}.AboutHero-module__TBtdDG__floatingCard i{color:#3b82f6;font-size:2rem}.AboutHero-module__TBtdDG__floatingCard span{color:var(--text-color);font-size:.875rem;font-weight:600}@keyframes AboutHero-module__TBtdDG__orbit{0%{transform:rotate(0)translate(100px)rotate(0)}to{transform:rotate(360deg)translate(100px)rotate(-360deg)}}.AboutHero-module__TBtdDG__scrollIndicator{color:#64748b;opacity:0;flex-direction:column;align-items:center;gap:.5rem;animation:1s 2s forwards AboutHero-module__TBtdDG__fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes AboutHero-module__TBtdDG__fadeIn{to{opacity:1}}.AboutHero-module__TBtdDG__scrollLine{background:linear-gradient(#3b82f6,#0000);width:2px;height:40px;animation:2s ease-in-out infinite AboutHero-module__TBtdDG__scrollLine}@keyframes AboutHero-module__TBtdDG__scrollLine{0%{opacity:0;transform:translateY(-20px)}50%{opacity:1}to{opacity:0;transform:translateY(20px)}}.AboutHero-module__TBtdDG__scrollText{font-size:.875rem;font-weight:500}@media (max-width:768px){.AboutHero-module__TBtdDG__heading{font-size:2.5rem}.AboutHero-module__TBtdDG__description{text-align:justify;font-size:1.125rem}.AboutHero-module__TBtdDG__stats{text-align:center;flex-direction:column;grid-template-columns:1fr;align-items:center;gap:1.5rem;display:flex}.AboutHero-module__TBtdDG__statItem{text-align:center}.AboutHero-module__TBtdDG__visualContainer{height:300px}.AboutHero-module__TBtdDG__mainVisual{width:250px;height:250px}.AboutHero-module__TBtdDG__floatingCard{padding:1rem}.AboutHero-module__TBtdDG__floatingCard i{font-size:1.5rem}}
.TeamShowcase-module__Yb4KjG__team{background:0 0;padding:6rem 0;position:relative}.TeamShowcase-module__Yb4KjG__container{max-width:1200px;margin:0 auto;padding:0 20px}.TeamShowcase-module__Yb4KjG__header{text-align:center;opacity:0;margin-bottom:5rem;transition:all .8s;transform:translateY(30px)}.TeamShowcase-module__Yb4KjG__header.TeamShowcase-module__Yb4KjG__visible{opacity:1;transform:translateY(0)}.TeamShowcase-module__Yb4KjG__title{color:var(--text-color);-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.TeamShowcase-module__Yb4KjG__subtitle{color:#94a3b8;max-width:500px;margin:0 auto;font-size:1.25rem;line-height:1.6}.TeamShowcase-module__Yb4KjG__teamGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:5rem;display:grid}.TeamShowcase-module__Yb4KjG__teamCard{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff08;border-radius:20px;transition:all .6s;position:relative;overflow:hidden;transform:translateY(30px)}.TeamShowcase-module__Yb4KjG__teamCard.TeamShowcase-module__Yb4KjG__visible{opacity:1;transform:translateY(0)}.TeamShowcase-module__Yb4KjG__teamCard:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-10px)}.TeamShowcase-module__Yb4KjG__cardImage{height:250px;position:relative;overflow:hidden}.TeamShowcase-module__Yb4KjG__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.TeamShowcase-module__Yb4KjG__teamCard:hover .TeamShowcase-module__Yb4KjG__cardImage img{transform:scale(1.05)}.TeamShowcase-module__Yb4KjG__imageOverlay{background:linear-gradient(#0000,#000000b3);position:absolute;inset:0}.TeamShowcase-module__Yb4KjG__cardContent{padding:2rem}.TeamShowcase-module__Yb4KjG__memberName{color:var(--text-color);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.TeamShowcase-module__Yb4KjG__memberRole{color:#3b82f6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.TeamShowcase-module__Yb4KjG__memberDescription{color:#94a3b8;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.TeamShowcase-module__Yb4KjG__skills{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.TeamShowcase-module__Yb4KjG__skill{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.TeamShowcase-module__Yb4KjG__socialLinks{gap:.75rem;display:flex}.TeamShowcase-module__Yb4KjG__socialLink{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-color);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.TeamShowcase-module__Yb4KjG__socialLink:hover{color:#fff;background:#3b82f6;border-color:#3b82f6;transform:translateY(-2px)}.TeamShowcase-module__Yb4KjG__cardGlow{opacity:0;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.TeamShowcase-module__Yb4KjG__teamCard:hover .TeamShowcase-module__Yb4KjG__cardGlow{opacity:1}.TeamShowcase-module__Yb4KjG__cta{text-align:center;border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border-radius:20px;padding:4rem 2rem}.TeamShowcase-module__Yb4KjG__ctaTitle{color:var(--text-color);margin-bottom:1rem;font-size:2rem;font-weight:700}.TeamShowcase-module__Yb4KjG__ctaText{color:#94a3b8;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}.TeamShowcase-module__Yb4KjG__ctaButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px -5px #3b82f666}.TeamShowcase-module__Yb4KjG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 20px 40px -10px #3b82f699}@media (max-width:768px){.TeamShowcase-module__Yb4KjG__teamGrid{grid-template-columns:1fr;gap:1.5rem}.TeamShowcase-module__Yb4KjG__title{font-size:2.5rem}.TeamShowcase-module__Yb4KjG__cardContent{padding:1.5rem}.TeamShowcase-module__Yb4KjG__cta{padding:3rem 1.5rem}.TeamShowcase-module__Yb4KjG__ctaTitle{font-size:1.75rem}}
.ValuesSection-module__Mt_cxW__values{background:0 0;padding:6rem 0;position:relative}.ValuesSection-module__Mt_cxW__container{max-width:1200px;margin:0 auto;padding:0 20px}.ValuesSection-module__Mt_cxW__header{text-align:center;opacity:0;margin-bottom:5rem;transition:all .8s;transform:translateY(30px)}.ValuesSection-module__Mt_cxW__header.ValuesSection-module__Mt_cxW__visible{opacity:1;transform:translateY(0)}.ValuesSection-module__Mt_cxW__title{color:var(--text-color);-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.ValuesSection-module__Mt_cxW__subtitle{color:#94a3b8;max-width:500px;margin:0 auto;font-size:1.25rem;line-height:1.6}.ValuesSection-module__Mt_cxW__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.ValuesSection-module__Mt_cxW__valueCard{border:1px solid var(--border-color);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff08;border-radius:20px;padding:2.5rem 2rem;transition:all .6s;position:relative;overflow:hidden;transform:translateY(30px)}.ValuesSection-module__Mt_cxW__valueCard.ValuesSection-module__Mt_cxW__visible{opacity:1;transform:translateY(0)}.ValuesSection-module__Mt_cxW__valueCard:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-10px)}.ValuesSection-module__Mt_cxW__cardIcon{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.ValuesSection-module__Mt_cxW__valueCard:hover .ValuesSection-module__Mt_cxW__cardIcon{transform:scale(1.1)rotate(5deg)}.ValuesSection-module__Mt_cxW__cardIcon i{font-size:2rem}.ValuesSection-module__Mt_cxW__cardTitle{color:var(--text-color);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.ValuesSection-module__Mt_cxW__cardDescription{color:#94a3b8;font-size:1rem;line-height:1.6}.ValuesSection-module__Mt_cxW__cardGlow{opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.ValuesSection-module__Mt_cxW__valueCard:hover .ValuesSection-module__Mt_cxW__cardGlow{opacity:1}@media (max-width:768px){.ValuesSection-module__Mt_cxW__valuesGrid{grid-template-columns:1fr;gap:1.5rem}.ValuesSection-module__Mt_cxW__valueCard{padding:2rem 1.5rem}.ValuesSection-module__Mt_cxW__title{font-size:2.5rem}.ValuesSection-module__Mt_cxW__cardIcon{width:70px;height:70px}.ValuesSection-module__Mt_cxW__cardIcon i{font-size:1.75rem}}
.Timeline-module__VtLhfa__timeline{background:0 0;padding:6rem 0;position:relative}.Timeline-module__VtLhfa__container{max-width:1200px;margin:0 auto;padding:0 20px}.Timeline-module__VtLhfa__header{text-align:center;opacity:0;margin-bottom:5rem;transition:all .8s;transform:translateY(30px)}.Timeline-module__VtLhfa__header.Timeline-module__VtLhfa__visible{opacity:1;transform:translateY(0)}.Timeline-module__VtLhfa__title{color:var(--text-color);-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.Timeline-module__VtLhfa__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Timeline-module__VtLhfa__timelineContainer{max-width:800px;margin:0 auto;position:relative}.Timeline-module__VtLhfa__timelineContainer:before{content:"";background:linear-gradient(#0000,#3b82f6,#8b5cf6,#ec4899,#10b981,#f59e0b,#0000);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Timeline-module__VtLhfa__timelineItem{opacity:0;margin-bottom:4rem;transition:all .6s;position:relative;transform:translateY(30px)}.Timeline-module__VtLhfa__timelineItem.Timeline-module__VtLhfa__visible{opacity:1;transform:translateY(0)}.Timeline-module__VtLhfa__timelineItem:nth-child(odd){padding-right:calc(50% + 2rem)}.Timeline-module__VtLhfa__timelineItem:nth-child(2n){padding-left:calc(50% + 2rem)}.Timeline-module__VtLhfa__timelineContent{align-items:flex-start;gap:1.5rem;display:flex}.Timeline-module__VtLhfa__timelineItem:nth-child(odd) .Timeline-module__VtLhfa__timelineContent{text-align:right;flex-direction:row}.Timeline-module__VtLhfa__timelineItem:nth-child(2n) .Timeline-module__VtLhfa__timelineContent{text-align:left;flex-direction:row-reverse}.Timeline-module__VtLhfa__iconContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.Timeline-module__VtLhfa__iconContainer i{font-size:1.5rem}.Timeline-module__VtLhfa__content{flex:1}.Timeline-module__VtLhfa__year{text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.Timeline-module__VtLhfa__milestoneTitle{color:var(--text-color);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Timeline-module__VtLhfa__milestoneDescription{color:#94a3b8;line-height:1.6}.Timeline-module__VtLhfa__connector{background:#3b82f6;width:20px;height:2px;position:absolute;top:30px}.Timeline-module__VtLhfa__timelineItem:nth-child(odd) .Timeline-module__VtLhfa__connector{right:calc(50% - 10px)}.Timeline-module__VtLhfa__timelineItem:nth-child(2n) .Timeline-module__VtLhfa__connector{left:calc(50% - 10px)}@media (max-width:768px){.Timeline-module__VtLhfa__timelineContainer:before{left:30px}.Timeline-module__VtLhfa__timelineItem:nth-child(odd),.Timeline-module__VtLhfa__timelineItem:nth-child(2n){text-align:left;padding:0 0 0 80px}.Timeline-module__VtLhfa__timelineContent{text-align:left!important;flex-direction:row!important}.Timeline-module__VtLhfa__iconContainer{width:50px;height:50px;position:absolute;left:0}.Timeline-module__VtLhfa__connector{left:25px!important;right:auto!important}.Timeline-module__VtLhfa__title{font-size:2.5rem}}
.Header-module__gbg3bW__header{z-index:1000;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:20px 40px;transition:all .3s ease-in-out;display:flex;position:sticky;top:25px}.Header-module__gbg3bW__headerScrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0a6f;border-radius:20px;top:25px}.Header-module__gbg3bW__logo{z-index:1001;align-items:center;display:flex}.Header-module__gbg3bW__logoImg{margin-right:10px}.Header-module__gbg3bW__logoIcon:after{content:"";background-color:var(--primary-bg);border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:6px}.Header-module__gbg3bW__Name{color:var(--text-color);font-size:20px;font-weight:700}.Header-module__gbg3bW__navList{background-color:#262626;border-radius:30px;gap:10px;padding:10px 30px;list-style:none;display:flex}.Header-module__gbg3bW__navItem{position:relative}.Header-module__gbg3bW__navLink{color:var(--text-color);border-radius:20px;padding:8px 16px;font-size:14px;text-decoration:none;transition:all .3s;display:block;position:relative}.Header-module__gbg3bW__navLink:hover{background:#ffffff1a}.Header-module__gbg3bW__navLinkActive{color:#fff;font-weight:600}.Header-module__gbg3bW__navLinkActive:after{content:"";background:#fff;border-radius:1px;width:20px;height:2px;transition:all .3s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.Header-module__gbg3bW__activeIndicator{display:none}.Header-module__gbg3bW__desktopSearch{display:block}.Header-module__gbg3bW__mobileSearch{display:none}.Header-module__gbg3bW__headerActions{align-items:center;gap:20px;display:flex}.Header-module__gbg3bW__menuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:4px;padding:8px;transition:transform .3s;display:none}.Header-module__gbg3bW__menuToggle:hover{transform:scale(1.1)}.Header-module__gbg3bW__menuToggle span{background-color:var(--text-color);transform-origin:50%;width:22px;height:2px;transition:all .3s}.Header-module__gbg3bW__menuToggleOpen span:first-child{transform:rotate(45deg)translate(6px,6px)}.Header-module__gbg3bW__menuToggleOpen span:nth-child(2){opacity:0}.Header-module__gbg3bW__menuToggleOpen span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.Header-module__gbg3bW__mobileOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:998;background:#000000b3;display:none;position:fixed;inset:0}@media (max-width:1040px){.Header-module__gbg3bW__header{padding:15px 20px;top:15px}.Header-module__gbg3bW__headerScrolled{padding:20px;top:15px}.Header-module__gbg3bW__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;border-right:1px solid var(--border-color);background:#0f0f0ff2;border-radius:0 20px 20px 0;width:320px;height:100vh;padding:100px 25px 30px;transition:left .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:0 0 50px #00000080}.Header-module__gbg3bW__navOpen{left:0}.Header-module__gbg3bW__mobileSearch{margin-bottom:30px;padding:0 10px;display:block}.Header-module__gbg3bW__desktopSearch{display:none}.Header-module__gbg3bW__navList{background:0 0;flex-direction:column;gap:5px;padding:0}.Header-module__gbg3bW__navLink{border:1px solid #0000;border-radius:12px;padding:15px 20px;font-size:18px;transition:all .3s}.Header-module__gbg3bW__navLink:hover{background:#ffffff1a;border-color:#ffffff1a;transform:translate(5px)}.Header-module__gbg3bW__navLinkActive{background:#ffffff26;border-color:#fff3}.Header-module__gbg3bW__navLinkActive:after{left:10px;transform:translate(0)}.Header-module__gbg3bW__menuToggle{display:flex}.Header-module__gbg3bW__mobileOverlay{display:block}.Header-module__gbg3bW__Name{font-size:18px}.Header-module__gbg3bW__logoImg{width:40px;height:40px}}@media (max-width:480px){.Header-module__gbg3bW__header{padding:12px 15px;top:10px}.Header-module__gbg3bW__headerScrolled{padding:20px;top:10px}.Header-module__gbg3bW__nav{width:280px;padding:90px 20px 25px}.Header-module__gbg3bW__mobileSearch{margin-bottom:25px;padding:0 5px}.Header-module__gbg3bW__Name{font-size:16px}.Header-module__gbg3bW__logoImg{width:35px;height:35px;margin-right:8px}.Header-module__gbg3bW__navLink{padding:12px 18px;font-size:16px}}@media (prefers-reduced-motion:reduce){.Header-module__gbg3bW__header,.Header-module__gbg3bW__navLink,.Header-module__gbg3bW__menuToggle{transition:none}}
.Footer-module__8-teKW__footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:40px;padding:30px 0;display:flex}.Footer-module__8-teKW__scrollIndicator{align-items:center;gap:10px;font-size:14px;display:flex}.Footer-module__8-teKW__scrollIcon{border:1px solid var(--text-color);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Footer-module__8-teKW__scrollIcon:after{content:"";background-color:var(--text-color);border-radius:50%;width:4px;height:4px}.Footer-module__8-teKW__defiText{opacity:.6;font-size:12px}.Footer-module__8-teKW__partners{opacity:.7;align-items:center;gap:30px;display:flex}.Footer-module__8-teKW__partnerLogo{font-size:14px;font-weight:500}@media (max-width:768px){.Footer-module__8-teKW__footer{text-align:center;flex-direction:column;gap:20px}.Footer-module__8-teKW__partners{flex-wrap:wrap;justify-content:center;gap:15px}.Footer-module__8-teKW__partnerLogo{font-size:12px}}
.Hero-module__b0RKna__hero{text-align:center;padding:80px 0 120px;position:relative}.Hero-module__b0RKna__preHeading{opacity:.8;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;font-size:14px;display:flex}.Hero-module__b0RKna__title{margin-bottom:20px;font-size:4rem;font-weight:700;line-height:1.1}.Hero-module__b0RKna__highlight{font-size:4.2rem}.Hero-module__b0RKna__subtitle{opacity:.8;max-width:600px;margin:0 auto 40px;font-size:1.2rem;line-height:1.6}.Hero-module__b0RKna__ctaButtons{justify-content:center;gap:15px;margin-bottom:60px;display:flex}.Hero-module__b0RKna__btn{cursor:pointer;border-radius:30px;padding:12px 30px;font-size:16px;font-weight:500;transition:all .3s}.Hero-module__b0RKna__btnOutline{border:1px solid var(--text-color);color:var(--text-color);background:0 0;align-items:center;gap:8px;display:flex}.Hero-module__b0RKna__btnOutline i{font-size:12px}.Hero-module__b0RKna__btnSolid{background:var(--text-color);border:1px solid var(--text-color);color:var(--primary-bg)}.Hero-module__b0RKna__rainEffect{z-index:1;justify-content:center;gap:20px;width:100%;height:100px;display:flex;position:absolute;bottom:0;left:0}.Hero-module__b0RKna__rainLine{background:linear-gradient(to bottom,transparent,var(--text-color),transparent);width:1px;height:0;animation:3s infinite Hero-module__b0RKna__rainFall}.Hero-module__b0RKna__rainLine:first-child{height:40px;animation-delay:0s}.Hero-module__b0RKna__rainLine:nth-child(2){height:60px;animation-delay:.2s}.Hero-module__b0RKna__rainLine:nth-child(3){height:30px;animation-delay:.4s}.Hero-module__b0RKna__rainLine:nth-child(4){height:50px;animation-delay:.6s}.Hero-module__b0RKna__rainLine:nth-child(5){height:70px;animation-delay:.8s}.Hero-module__b0RKna__rainLine:nth-child(6){height:45px;animation-delay:1s}.Hero-module__b0RKna__rainLine:nth-child(7){height:35px;animation-delay:1.2s}@keyframes Hero-module__b0RKna__rainFall{0%{opacity:0;transform:translateY(-100px)}50%{opacity:1}to{opacity:0;transform:translateY(100px)}}@media (max-width:768px){.Hero-module__b0RKna__hero{padding:60px 0 80px}.Hero-module__b0RKna__title{font-size:2.5rem}.Hero-module__b0RKna__highlight{font-size:2.6rem}.Hero-module__b0RKna__subtitle{padding:0 20px;font-size:.9rem}.Hero-module__b0RKna__ctaButtons{flex-direction:column;align-items:center;gap:10px}.Hero-module__b0RKna__btn{justify-content:center;width:230px}.Hero-module__b0RKna__preHeading{flex-wrap:wrap;gap:8px}}
.ServicesHero-module__A4pQVq__hero{background:0 0;border-radius:2rem;align-items:center;min-height:100vh;margin-top:3rem;display:flex;position:relative;overflow:hidden}.ServicesHero-module__A4pQVq__background{pointer-events:none;position:absolute;inset:0}.ServicesHero-module__A4pQVq__gradientOrb1{filter:blur(40px);background:radial-gradient(circle,#3b82f614 0%,#0000 70%);border-radius:50%;width:500px;height:500px;transition:transform .1s ease-out;position:absolute;top:-250px;right:-250px}.ServicesHero-module__A4pQVq__gradientOrb2{filter:blur(40px);background:radial-gradient(circle,#8b5cf60f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;transition:transform .1s ease-out;position:absolute;bottom:-200px;left:-200px}.ServicesHero-module__A4pQVq__floatingShape{filter:blur(15px);border-radius:8px;animation:6s ease-in-out infinite ServicesHero-module__A4pQVq__float;position:absolute}.ServicesHero-module__A4pQVq__floatingShape.ServicesHero-module__A4pQVq__circle{border-radius:50%}.ServicesHero-module__A4pQVq__floatingShape.ServicesHero-module__A4pQVq__triangle{clip-path:polygon(50% 0%,0% 100%,100% 100%);border-radius:0;background:0 0!important}@keyframes ServicesHero-module__A4pQVq__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}.ServicesHero-module__A4pQVq__container{z-index:2;grid-template-columns:1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;position:relative}@media (min-width:1024px){.ServicesHero-module__A4pQVq__container{grid-template-columns:1fr 1fr;padding:0 20px}}.ServicesHero-module__A4pQVq__content{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.ServicesHero-module__A4pQVq__content.ServicesHero-module__A4pQVq__visible{opacity:1;transform:translateY(0)}.ServicesHero-module__A4pQVq__badge{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:50px;align-items:center;margin-bottom:2rem;padding:.5rem 1rem;display:inline-flex;position:relative;overflow:hidden}.ServicesHero-module__A4pQVq__badgeText{color:#3b82f6;z-index:2;font-size:.875rem;font-weight:600}.ServicesHero-module__A4pQVq__badgeGlow{background:linear-gradient(90deg,#0000,#3b82f64d,#0000);animation:3s infinite ServicesHero-module__A4pQVq__shine;position:absolute;inset:0}@keyframes ServicesHero-module__A4pQVq__shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ServicesHero-module__A4pQVq__heading{color:var(--text-color);-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3rem;font-weight:800;line-height:1.1}@media (min-width:768px){.ServicesHero-module__A4pQVq__heading{font-size:3rem}}.ServicesHero-module__A4pQVq__animatedText{height:1.2em;margin:.5rem 0;display:block;position:relative}.ServicesHero-module__A4pQVq__textItem{-webkit-text-fill-color:transparent;opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);-webkit-background-clip:text;background-clip:text;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:translateY(20px)}.ServicesHero-module__A4pQVq__textItem.ServicesHero-module__A4pQVq__active{opacity:1;transform:translateY(0)}.ServicesHero-module__A4pQVq__description{color:#94a3b8;max-width:500px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.ServicesHero-module__A4pQVq__ctaButtons{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}@media (min-width:480px){.ServicesHero-module__A4pQVq__ctaButtons{flex-direction:row}}.ServicesHero-module__A4pQVq__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Montserrat,-apple-system;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px -5px #3b82f666}.ServicesHero-module__A4pQVq__primaryButton:hover{transform:translateY(-2px);box-shadow:0 20px 40px -10px #3b82f699}.ServicesHero-module__A4pQVq__secondaryButton{color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Montserrat,-apple-system;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-flex}.ServicesHero-module__A4pQVq__secondaryButton:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.ServicesHero-module__A4pQVq__highlights{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.ServicesHero-module__A4pQVq__highlightItem{border:1px solid var(--border-color);opacity:0;background:#ffffff08;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;transition:all .3s;animation:.6s forwards ServicesHero-module__A4pQVq__fadeInUp;display:flex;transform:translateY(20px)}.ServicesHero-module__A4pQVq__highlightItem:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.ServicesHero-module__A4pQVq__highlightIcon{color:#3b82f6;font-size:1.25rem}.ServicesHero-module__A4pQVq__highlightText{color:var(--text-color);font-size:.875rem;font-weight:500}@keyframes ServicesHero-module__A4pQVq__fadeInUp{to{opacity:1;transform:translateY(0)}}.ServicesHero-module__A4pQVq__visualSection{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1) .2s;transform:translate(30px)}.ServicesHero-module__A4pQVq__visualSection.ServicesHero-module__A4pQVq__visible{opacity:1;transform:translate(0)}.ServicesHero-module__A4pQVq__codeWindow{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:12px;transition:transform .3s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000080}.ServicesHero-module__A4pQVq__codeWindow:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.ServicesHero-module__A4pQVq__windowHeader{background:var(--primary-bg);border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;padding:1rem;display:flex}.ServicesHero-module__A4pQVq__windowControls{gap:.5rem;display:flex}.ServicesHero-module__A4pQVq__control{background:#64748b;border-radius:50%;width:12px;height:12px}.ServicesHero-module__A4pQVq__control:first-child{background:#ef4444}.ServicesHero-module__A4pQVq__control:nth-child(2){background:#f59e0b}.ServicesHero-module__A4pQVq__control:nth-child(3){background:#10b981}.ServicesHero-module__A4pQVq__windowTitle{color:#94a3b8;font-size:.875rem;font-weight:500}.ServicesHero-module__A4pQVq__codeContent{background:var(--secondary-bg);padding:1.5rem;font-family:Monaco,Consolas,monospace;font-size:.875rem;line-height:1.5;position:relative}.ServicesHero-module__A4pQVq__codeLine{opacity:0;margin-bottom:.5rem;animation:.3s forwards ServicesHero-module__A4pQVq__typeIn}.ServicesHero-module__A4pQVq__codeLine:first-child{animation-delay:.1s}.ServicesHero-module__A4pQVq__codeLine:nth-child(2){animation-delay:.3s}.ServicesHero-module__A4pQVq__codeLine:nth-child(3){animation-delay:.5s}.ServicesHero-module__A4pQVq__codeLine:nth-child(4){animation-delay:.7s}.ServicesHero-module__A4pQVq__codeLine:nth-child(5){animation-delay:.9s}.ServicesHero-module__A4pQVq__codeLine:nth-child(6){animation-delay:1.1s}@keyframes ServicesHero-module__A4pQVq__typeIn{to{opacity:1}}.ServicesHero-module__A4pQVq__codeKeyword{color:#c678dd}.ServicesHero-module__A4pQVq__codeVariable{color:#e06c75}.ServicesHero-module__A4pQVq__codeOperator{color:#56b6c2}.ServicesHero-module__A4pQVq__codeBracket{color:#abb2bf}.ServicesHero-module__A4pQVq__codeString{color:#98c379}.ServicesHero-module__A4pQVq__codeComma{color:#abb2bf}.ServicesHero-module__A4pQVq__codeSpace{width:2ch;display:inline-block}.ServicesHero-module__A4pQVq__cursor{background:#3b82f6;width:2px;height:1em;animation:1s infinite ServicesHero-module__A4pQVq__blink;position:absolute;bottom:1.5rem;right:1.5rem}@keyframes ServicesHero-module__A4pQVq__blink{0%,50%{opacity:1}51%,to{opacity:0}}.ServicesHero-module__A4pQVq__floatingElement1,.ServicesHero-module__A4pQVq__floatingElement2,.ServicesHero-module__A4pQVq__floatingElement3{color:#3b82f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3b82f614;border:1px solid #3b82f64d;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;animation:4s ease-in-out infinite ServicesHero-module__A4pQVq__floatElement;display:flex;position:absolute}.ServicesHero-module__A4pQVq__floatingElement1{animation-delay:0s;top:20%;right:10%}.ServicesHero-module__A4pQVq__floatingElement2{animation-delay:1.3s;bottom:30%;right:5%}.ServicesHero-module__A4pQVq__floatingElement3{animation-delay:2.6s;bottom:20%;right:20%}@keyframes ServicesHero-module__A4pQVq__floatElement{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(5deg)}}.ServicesHero-module__A4pQVq__scrollIndicator{color:#64748b;opacity:0;flex-direction:column;align-items:center;gap:.5rem;margin-top:2rem;animation:1s 2s forwards ServicesHero-module__A4pQVq__fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes ServicesHero-module__A4pQVq__fadeIn{to{opacity:1}}.ServicesHero-module__A4pQVq__scrollLine{background:linear-gradient(#3b82f6,#0000);width:2px;height:40px;animation:2s ease-in-out infinite ServicesHero-module__A4pQVq__scrollLine}@keyframes ServicesHero-module__A4pQVq__scrollLine{0%{opacity:0;transform:translateY(-70px)}50%{opacity:1}to{opacity:0;transform:translateY(40px)}}.ServicesHero-module__A4pQVq__scrollText{font-size:.875rem;font-weight:500}@media (max-width:768px){.ServicesHero-module__A4pQVq__container{padding:20px}.ServicesHero-module__A4pQVq__heading{font-size:2.5rem}.ServicesHero-module__A4pQVq__description{font-size:1.125rem}.ServicesHero-module__A4pQVq__codeWindow,.ServicesHero-module__A4pQVq__codeWindow:hover{transform:none}.ServicesHero-module__A4pQVq__floatingElement1,.ServicesHero-module__A4pQVq__floatingElement2,.ServicesHero-module__A4pQVq__floatingElement3{display:none}}@media (max-width:480px){.ServicesHero-module__A4pQVq__heading{font-size:2rem}.ServicesHero-module__A4pQVq__ctaButtons{flex-direction:column}.ServicesHero-module__A4pQVq__primaryButton,.ServicesHero-module__A4pQVq__secondaryButton{justify-content:center;width:100%}.ServicesHero-module__A4pQVq__highlights{grid-template-columns:1fr}}
.ServicesShowcase-module__qfj9Va__section{border-radius:20px;padding:5rem 0;position:relative;overflow:hidden}@media (min-width:1024px){.ServicesShowcase-module__qfj9Va__section{padding:8rem 0}}.ServicesShowcase-module__qfj9Va__backgroundGlow{position:absolute;inset:0;overflow:hidden}.ServicesShowcase-module__qfj9Va__glowCircle1{filter:blur(3rem);background:#a855f733;border-radius:50%;width:20rem;height:20rem;position:absolute;top:-10rem;right:-10rem}.ServicesShowcase-module__qfj9Va__glowCircle2{filter:blur(3rem);background:#06b6d433;border-radius:50%;width:20rem;height:20rem;position:absolute;bottom:-10rem;left:-10rem}.ServicesShowcase-module__qfj9Va__glowCircle3{filter:blur(4rem);background:#a855f733;border-radius:50%;width:25rem;height:25rem;position:absolute;top:20%;left:-15rem}.ServicesShowcase-module__qfj9Va__glowCircle4{filter:blur(4rem);background:#00ffff26;border-radius:50%;width:25rem;height:25rem;position:absolute;bottom:15%;right:-15rem}.ServicesShowcase-module__qfj9Va__container{max-width:80rem;margin:0 auto;padding:0 1rem;position:relative}@media (min-width:640px){.ServicesShowcase-module__qfj9Va__container{padding:0 1.5rem}}@media (min-width:1024px){.ServicesShowcase-module__qfj9Va__container{padding:0 2rem}}.ServicesShowcase-module__qfj9Va__header{text-align:center;opacity:0;margin-bottom:4rem;transition:all .7s;transform:translateY(2rem)}.ServicesShowcase-module__qfj9Va__header.ServicesShowcase-module__qfj9Va__animateIn{opacity:1;transform:translateY(0)}.ServicesShowcase-module__qfj9Va__title{background:linear-gradient(90deg,#fff,#9ca3af);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}@media (min-width:1024px){.ServicesShowcase-module__qfj9Va__title{font-size:3rem}}.ServicesShowcase-module__qfj9Va__subtitle{color:#9ca3af;max-width:48rem;margin:0 auto;font-size:1.25rem}.ServicesShowcase-module__qfj9Va__showcase{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);opacity:0;background:0 0;transition:all .7s;overflow:hidden;transform:translateY(2rem)}.ServicesShowcase-module__qfj9Va__showcase.ServicesShowcase-module__qfj9Va__animateIn{opacity:1;transform:translateY(0)}.ServicesShowcase-module__qfj9Va__videoContainer{aspect-ratio:16/9;background:#000;border:2px solid #374151;border-radius:1rem;position:relative;overflow:hidden}@media (min-width:1024px){.ServicesShowcase-module__qfj9Va__videoContainer{aspect-ratio:21/9}}.ServicesShowcase-module__qfj9Va__videoGlow{pointer-events:none;background:linear-gradient(90deg,#a855f71a,#06b6d41a);border-top-left-radius:1rem;border-top-right-radius:1rem;position:absolute;inset:0}.ServicesShowcase-module__qfj9Va__video{object-fit:cover;width:100%;height:100%}.ServicesShowcase-module__qfj9Va__videoControls{align-items:center;gap:.75rem;display:flex;position:absolute;bottom:1rem;right:1rem}.ServicesShowcase-module__qfj9Va__controlButton{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);cursor:pointer;background:#00000080;border:none;border-radius:50%;padding:.5rem;transition:all .3s}.ServicesShowcase-module__qfj9Va__controlButton:hover{background:#000000b3}.ServicesShowcase-module__qfj9Va__controlIcon{color:#fff;font-size:1rem;transition:transform .2s}.ServicesShowcase-module__qfj9Va__controlButton:hover .ServicesShowcase-module__qfj9Va__controlIcon{transform:scale(1.1)}.ServicesShowcase-module__qfj9Va__serviceIndicator{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background:#00000080;border-radius:9999px;padding:.25rem .75rem}.ServicesShowcase-module__qfj9Va__indicatorText{color:#fff;font-size:.75rem;font-weight:500}.ServicesShowcase-module__qfj9Va__videoPlaceholder{background:linear-gradient(to bottom right,#1f2937,#000);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ServicesShowcase-module__qfj9Va__spinner{border:.25rem solid #0e7490;border-top-color:#0000;border-radius:50%;width:4rem;height:4rem;margin-bottom:1rem;animation:1s linear infinite ServicesShowcase-module__qfj9Va__spin}@keyframes ServicesShowcase-module__qfj9Va__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ServicesShowcase-module__qfj9Va__placeholderText{color:#9ca3af}.ServicesShowcase-module__qfj9Va__content{padding:2rem}.ServicesShowcase-module__qfj9Va__serviceInfo{margin-bottom:2rem}.ServicesShowcase-module__qfj9Va__serviceTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media (min-width:1024px){.ServicesShowcase-module__qfj9Va__serviceTitle{font-size:1.875rem}}.ServicesShowcase-module__qfj9Va__serviceDescription{color:#9ca3af;font-size:1.125rem;line-height:1.75}.ServicesShowcase-module__qfj9Va__tabContainer{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background:0 0;border:1px solid #374151;border-radius:2rem;padding:.5rem}.ServicesShowcase-module__qfj9Va__tabs{flex-wrap:wrap;gap:.5rem;display:flex}.ServicesShowcase-module__qfj9Va__tab{cursor:pointer;border:none;border-radius:2rem;flex:1;min-width:7.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s}.ServicesShowcase-module__qfj9Va__tab:not(.ServicesShowcase-module__qfj9Va__tabActive){color:#d1d5db;background:0 0}.ServicesShowcase-module__qfj9Va__tab:not(.ServicesShowcase-module__qfj9Va__tabActive):hover{color:#fff;background:#37415180}.ServicesShowcase-module__qfj9Va__tabActive{color:#1f2937;background:#fff;box-shadow:0 10px 15px -3px #ffffff1a}.ServicesShowcase-module__qfj9Va__ctaSection{text-align:center;opacity:0;margin-top:3rem;transition:all .7s .3s;transform:translateY(2rem)}.ServicesShowcase-module__qfj9Va__ctaSection.ServicesShowcase-module__qfj9Va__animateIn{opacity:1;transform:translateY(0)}.ServicesShowcase-module__qfj9Va__ctaText{color:#9ca3af;margin-bottom:1.5rem;font-size:1.125rem}.ServicesShowcase-module__qfj9Va__ctaButton{color:#fff;cursor:pointer;background:linear-gradient(90deg,#9333ea,#0891b2);border:none;border-radius:9999px;padding:.75rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s;box-shadow:0 10px 15px -3px #9333ea1a}.ServicesShowcase-module__qfj9Va__ctaButton:hover{background:linear-gradient(90deg,#7e22ce,#0e7490);transform:scale(1.05);box-shadow:0 20px 25px -5px #9333ea40}.ServicesShowcase-module__qfj9Va__section *{transition-property:color,background-color,border-color,transform,box-shadow;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ServicesShowcase-module__qfj9Va__video{backface-visibility:hidden;perspective:1000px;transform:translateZ(0)}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.ServicesShowcase-module__qfj9Va__showcase{background:#1f2937f2}.ServicesShowcase-module__qfj9Va__tabContainer{background:#374151f2}.ServicesShowcase-module__qfj9Va__controlButton,.ServicesShowcase-module__qfj9Va__serviceIndicator{background:#000c}}
.AboutUs-module__SJZFCq__section{padding:4rem 0 6rem;position:relative;overflow:hidden}@media (min-width:768px){.AboutUs-module__SJZFCq__section{padding:6rem 0 8rem}}.AboutUs-module__SJZFCq__backgroundGradient{z-index:-1;background:0 0;position:absolute;inset:0}.AboutUs-module__SJZFCq__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.AboutUs-module__SJZFCq__container{padding:0}}@media (min-width:1024px){.AboutUs-module__SJZFCq__container{padding:0 2rem}}.AboutUs-module__SJZFCq__header{text-align:center;opacity:0;margin-bottom:4rem;transition:all .8s;transform:translateY(2rem)}.AboutUs-module__SJZFCq__header.AboutUs-module__SJZFCq__animateIn{opacity:1;transform:translateY(0)}.AboutUs-module__SJZFCq__title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#4a5568 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}@media (min-width:768px){.AboutUs-module__SJZFCq__title{font-size:3.5rem}}.AboutUs-module__SJZFCq__subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.AboutUs-module__SJZFCq__content{margin-bottom:4rem;position:relative}.AboutUs-module__SJZFCq__imageContainer{opacity:0;transition:all .8s .2s;transform:translateY(2rem)}.AboutUs-module__SJZFCq__imageContainer.AboutUs-module__SJZFCq__animateIn{opacity:1;transform:translateY(0)}.AboutUs-module__SJZFCq__imageWrapper{border-radius:1rem;max-width:900px;margin:0 auto;position:relative;overflow:hidden;transform:translateY(2rem);box-shadow:0 25px 50px -12px #0000001a}@media (min-width:768px){.AboutUs-module__SJZFCq__imageWrapper{transform:translateY(3rem)}}.AboutUs-module__SJZFCq__mainImage{width:100%;height:auto;transition:transform .3s;display:block}.AboutUs-module__SJZFCq__imageWrapper:hover .AboutUs-module__SJZFCq__mainImage{transform:scale(1.02)}.AboutUs-module__SJZFCq__imageOverlay{pointer-events:none;background:linear-gradient(#0000 0%,#0000001a 100%);position:absolute;inset:0}.AboutUs-module__SJZFCq__card{z-index:10;opacity:0;background:#fff;border-radius:1.5rem;margin-top:-3rem;padding:2rem;transition:all .8s .4s;position:relative;transform:translateY(2rem);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.AboutUs-module__SJZFCq__card.AboutUs-module__SJZFCq__animateIn{opacity:1;transform:translateY(0)}@media (min-width:768px){.AboutUs-module__SJZFCq__card{margin-top:-4rem;padding:3rem}}.AboutUs-module__SJZFCq__cardContent{flex-direction:column;gap:2rem;display:flex}@media (min-width:1024px){.AboutUs-module__SJZFCq__cardContent{flex-direction:row;gap:3rem}}.AboutUs-module__SJZFCq__navigation{flex:1;min-width:0}.AboutUs-module__SJZFCq__navTitle{color:#1a1a1a;border-bottom:2px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.AboutUs-module__SJZFCq__milestoneList{margin:0;padding:0;list-style:none}.AboutUs-module__SJZFCq__milestoneItem{margin-bottom:.5rem}.AboutUs-module__SJZFCq__milestoneButton{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.75rem;align-items:center;gap:1rem;width:100%;padding:1rem;transition:all .3s;display:flex}.AboutUs-module__SJZFCq__milestoneButton:not(.AboutUs-module__SJZFCq__active):hover{background:#f8fafc;transform:translate(.5rem)}.AboutUs-module__SJZFCq__milestoneButton.AboutUs-module__SJZFCq__active{background:#f1f5f9;box-shadow:0 4px 6px -1px #0000001a}.AboutUs-module__SJZFCq__milestoneYear{color:#6b7280;min-width:3rem;font-size:.875rem;font-weight:600}.AboutUs-module__SJZFCq__milestoneButton.AboutUs-module__SJZFCq__active .AboutUs-module__SJZFCq__milestoneYear{color:#3b82f6}.AboutUs-module__SJZFCq__milestoneLabel{color:#374151;flex:1;font-size:1rem;font-weight:500}.AboutUs-module__SJZFCq__milestoneButton:not(.AboutUs-module__SJZFCq__active) .AboutUs-module__SJZFCq__milestoneLabel{color:#9ca3af}.AboutUs-module__SJZFCq__activeArrow{color:#3b82f6;font-size:1rem;transition:transform .3s}.AboutUs-module__SJZFCq__milestoneButton.AboutUs-module__SJZFCq__active .AboutUs-module__SJZFCq__activeArrow{transform:translate(.25rem)}.AboutUs-module__SJZFCq__details{flex:2;min-width:0}.AboutUs-module__SJZFCq__detailHeader{border-bottom:2px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:1rem}.AboutUs-module__SJZFCq__detailYear{color:#fff;background:#3b82f6;border-radius:1rem;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.AboutUs-module__SJZFCq__detailTitle{color:#1a1a1a;margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}.AboutUs-module__SJZFCq__detailDescription{color:#6b7280;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.AboutUs-module__SJZFCq__stats{border-top:1px solid #f1f5f9;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;padding-top:1.5rem;display:grid}.AboutUs-module__SJZFCq__statItem{text-align:center}.AboutUs-module__SJZFCq__statNumber{color:#1a1a1a;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;display:block}.AboutUs-module__SJZFCq__statLabel{color:#6b7280;font-size:.875rem}.AboutUs-module__SJZFCq__ctaSection{text-align:center;color:#fff;opacity:0;background:linear-gradient(135deg,#1a1a1a 0%,#2d3748 100%);border-radius:1.5rem;margin-top:2rem;padding:3rem 2rem;transition:all .8s .6s;transform:translateY(2rem)}.AboutUs-module__SJZFCq__ctaSection.AboutUs-module__SJZFCq__animateIn{opacity:1;transform:translateY(0)}.AboutUs-module__SJZFCq__ctaContent{max-width:600px;margin:0 auto}.AboutUs-module__SJZFCq__ctaTitle{margin-bottom:1rem;font-size:2rem;font-weight:700}.AboutUs-module__SJZFCq__ctaText{color:#e5e7eb;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.AboutUs-module__SJZFCq__ctaButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-flex}.AboutUs-module__SJZFCq__ctaButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #3b82f666}@media (max-width:768px){.AboutUs-module__SJZFCq__title{font-size:2rem}.AboutUs-module__SJZFCq__detailTitle{font-size:1.5rem}.AboutUs-module__SJZFCq__detailDescription{font-size:1rem}.AboutUs-module__SJZFCq__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.AboutUs-module__SJZFCq__card{padding:1.5rem}.AboutUs-module__SJZFCq__milestoneButton{padding:.75rem}.AboutUs-module__SJZFCq__ctaSection{padding:2rem 1.5rem}.AboutUs-module__SJZFCq__ctaTitle{font-size:1.5rem}}
