.About_about__fFfvC{background:var(--background-white)}.About_aboutContent__FO7Fr{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.About_missionStatement__TAUjb{font-size:1.25rem;line-height:1.8;color:var(--text-primary);margin-bottom:3rem;font-weight:400}.About_aboutFeatures__3czno{display:flex;flex-direction:column;gap:2rem}.About_featureItem__ik8rE{display:flex;gap:1.5rem;align-items:flex-start}.About_featureIcon___TXo1{background:var(--primary-gradient);color:var(--text-white);width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.About_featureContent__pxIbl h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.About_featureContent__pxIbl p{color:var(--text-secondary);line-height:1.6;margin:0}.About_aboutIllustration__CekF7,.About_aboutVisual__dFTqq{display:flex;align-items:center;justify-content:center;position:relative}.About_aboutIllustration__CekF7{width:400px;height:400px}.About_aboutIllustration__CekF7:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-overlay);border-radius:50%;animation:About_float__mH6Pc 6s ease-in-out infinite}.About_techStack__1i9rx{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;width:250px}.About_techItem__oLNds{background:var(--background-white);padding:1.5rem;border-radius:15px;text-align:center;font-weight:600;color:var(--text-primary);box-shadow:0 10px 30px var(--shadow-light);transition:all .3s ease;border:2px solid var(--border-light)}.About_techItem__oLNds:hover{transform:translateY(-5px);box-shadow:0 15px 40px var(--shadow-medium);border-color:var(--primary-start)}.About_techItem__oLNds:first-child{animation:About_float__mH6Pc 4s ease-in-out infinite;animation-delay:0s}.About_techItem__oLNds:nth-child(2){animation:About_float__mH6Pc 4s ease-in-out infinite;animation-delay:1s}.About_techItem__oLNds:nth-child(3){animation:About_float__mH6Pc 4s ease-in-out infinite;animation-delay:2s}.About_techItem__oLNds:nth-child(4){animation:About_float__mH6Pc 4s ease-in-out infinite;animation-delay:3s}@media (max-width:768px){.About_aboutContent__FO7Fr{grid-template-columns:1fr;gap:3rem}.About_aboutVisual__dFTqq{order:-1}.About_aboutIllustration__CekF7{width:300px;height:300px}.About_techStack__1i9rx{width:200px;gap:1rem}.About_techItem__oLNds{padding:1rem;font-size:.9rem}.About_missionStatement__TAUjb{font-size:1.125rem;margin-bottom:2rem}.About_featureItem__ik8rE{gap:1rem}.About_featureIcon___TXo1{width:50px;height:50px;font-size:1.25rem}}.CaseStudies_caseStudies__yVD6J{background:var(--background);position:relative}.CaseStudies_caseStudies__yVD6J:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(0,119,255,.05) 0,transparent 50%),radial-gradient(circle at 90% 80%,rgba(0,194,255,.05) 0,transparent 50%);pointer-events:none}.CaseStudies_caseStudiesGrid__3jQ6N{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;position:relative;z-index:2}.CaseStudies_caseStudy__2TDW4{background:var(--background-white);padding:3rem 2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid var(--border-light);text-align:center;position:relative;overflow:hidden}.CaseStudies_caseStudy__2TDW4:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-gradient);transform:scaleX(0);transition:transform .3s ease}.CaseStudies_caseStudy__2TDW4:hover:before{transform:scaleX(1)}.CaseStudies_caseStudy__2TDW4:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.CaseStudies_caseStudyMetric__T3paY{margin-bottom:2rem;position:relative}.CaseStudies_metricNumber__qXnsN{display:block;font-size:4rem;font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.CaseStudies_metricLabel__HleU1{display:block;color:var(--text-secondary);font-weight:500;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.CaseStudies_caseStudy__2TDW4 h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;transition:color .3s ease}.CaseStudies_caseStudy__2TDW4:hover h3{color:var(--primary-start)}.CaseStudies_caseStudy__2TDW4 p{color:var(--text-secondary);line-height:1.7;margin:0;font-size:1.1rem}@keyframes CaseStudies_countUp__ImNHC{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CaseStudies_caseStudy__2TDW4:first-child{animation:CaseStudies_countUp__ImNHC .6s ease-out .2s both}.CaseStudies_caseStudy__2TDW4:nth-child(2){animation:CaseStudies_countUp__ImNHC .6s ease-out .4s both}.CaseStudies_caseStudy__2TDW4:nth-child(3){animation:CaseStudies_countUp__ImNHC .6s ease-out .6s both}@media (max-width:768px){.CaseStudies_caseStudiesGrid__3jQ6N{grid-template-columns:1fr;gap:1.5rem}.CaseStudies_caseStudy__2TDW4{padding:2.5rem 2rem}.CaseStudies_metricNumber__qXnsN{font-size:3rem}.CaseStudies_caseStudy__2TDW4 h3{font-size:1.25rem}.CaseStudies_caseStudy__2TDW4 p{font-size:1rem}}@media (min-width:769px) and (max-width:1024px){.CaseStudies_caseStudiesGrid__3jQ6N{grid-template-columns:repeat(2,1fr)}.CaseStudies_caseStudiesGrid__3jQ6N .CaseStudies_caseStudy__2TDW4:last-child{grid-column:1/-1;max-width:500px;margin:0 auto}}.Contact_contact__fU08Y{background:var(--background-white)}.Contact_contactContent__UqGew{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.Contact_contactInfo__k4ZEV{display:flex;flex-direction:column;gap:2rem}.Contact_contactItem__t2FDc{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:var(--background);border-radius:15px;transition:all .3s ease;border:1px solid var(--border-light)}.Contact_contactItem__t2FDc:hover{transform:translateX(10px);box-shadow:0 10px 30px var(--shadow-light)}.Contact_contactIcon__a198w{background:var(--primary-gradient);color:var(--text-white);width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.Contact_contactDetails__GNU1m h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.Contact_contactDetails__GNU1m p{color:var(--text-secondary);margin:0;font-size:1.1rem}.Contact_contactFormContainer__pi4jX{background:var(--background);padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid var(--border-light)}.Contact_contactForm__lMX68{display:flex;flex-direction:column;gap:1.5rem}.Contact_formGroup__1YEJK{display:flex;flex-direction:column;gap:.5rem}.Contact_formGroup__1YEJK label{color:var(--text-primary);font-weight:500;font-size:1rem}.Contact_formGroup__1YEJK input,.Contact_formGroup__1YEJK textarea{padding:1rem 1.25rem;border:2px solid var(--border-light);border-radius:10px;font-size:1rem;font-family:inherit;background:var(--background-white);color:var(--text-primary);transition:all .3s ease}.Contact_formGroup__1YEJK input:focus,.Contact_formGroup__1YEJK textarea:focus{outline:none;border-color:var(--primary-start);box-shadow:0 0 0 3px rgba(0,119,255,.1)}.Contact_formGroup__1YEJK textarea{resize:vertical;min-height:120px}.Contact_contactForm__lMX68 .Contact_btn__VXZK1{margin-top:1rem;font-size:1.1rem;padding:1.25rem 2rem}.Contact_contactForm__lMX68 .Contact_btn__VXZK1:disabled{opacity:.7;cursor:not-allowed;transform:none}.Contact_submitMessage__MFYjJ{padding:1rem;background:var(--accent);color:var(--text-white);border-radius:10px;text-align:center;font-weight:500;animation:Contact_fadeInUp__tva0C .5s ease-out}@media (max-width:768px){.Contact_contactContent__UqGew{grid-template-columns:1fr;gap:3rem}.Contact_contactFormContainer__pi4jX{padding:2rem 1.5rem}.Contact_contactItem__t2FDc{padding:1.25rem}.Contact_contactIcon__a198w{width:50px;height:50px;font-size:1.25rem}.Contact_contactDetails__GNU1m h3{font-size:1.125rem}.Contact_contactDetails__GNU1m p{font-size:1rem}.Contact_formGroup__1YEJK input,.Contact_formGroup__1YEJK textarea{padding:.875rem 1rem}}@media (min-width:769px) and (max-width:1024px){.Contact_contactContent__UqGew{gap:3rem}.Contact_contactFormContainer__pi4jX{padding:2.5rem}}.Hero_hero__bqvNd{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:var(--background);padding-top:80px}.Hero_heroBackground__smb__{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.Hero_cloudPattern__KClSx{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(0,119,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,194,255,.1) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,209,160,.05) 0,transparent 50%)}.Hero_circuitPattern__XIBrU{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(90deg,rgba(0,119,255,.05) 1px,transparent 0),linear-gradient(rgba(0,119,255,.05) 1px,transparent 0);background-size:50px 50px;animation:Hero_float__XKsXp 6s ease-in-out infinite}.Hero_heroContent__5prE1{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:2}.Hero_heroText__a7lfW{opacity:0;transform:translateY(30px);transition:all .8s ease}.Hero_heroText__a7lfW.Hero_fadeInUp__eGRou{opacity:1;transform:translateY(0)}.Hero_heroTitle__Vt9JT{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--text-primary)}.Hero_heroSubtitle__YDR1I{font-size:1.5rem;color:var(--text-secondary);margin-bottom:2.5rem;font-weight:400}.Hero_heroButtons__KSpJI{display:flex;gap:1.5rem;flex-wrap:wrap}.Hero_heroVisual__DkdyM{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.Hero_floatingElements__65FYg{position:relative;width:100%;height:100%}.Hero_cloudElement__pn9Lp{position:absolute;background:var(--primary-gradient);border-radius:50px;opacity:.1;animation:Hero_float__XKsXp 4s ease-in-out infinite}.Hero_cloud1__k2uW1{width:120px;height:80px;top:20%;left:10%;animation-delay:0s}.Hero_cloud2__xVMFB{width:150px;height:100px;top:50%;right:20%;animation-delay:1s}.Hero_cloud3__LkRb5{width:100px;height:60px;bottom:30%;left:30%;animation-delay:2s}@media (max-width:768px){.Hero_hero__bqvNd{min-height:90vh;padding-top:100px}.Hero_heroContent__5prE1{grid-template-columns:1fr;gap:2rem;text-align:center}.Hero_heroTitle__Vt9JT{font-size:clamp(2rem,8vw,3rem)}.Hero_heroSubtitle__YDR1I{font-size:1.25rem}.Hero_heroButtons__KSpJI{justify-content:center}.Hero_heroVisual__DkdyM{height:300px;order:-1}.Hero_cloudElement__pn9Lp{opacity:.05}}@media (max-width:480px){.Hero_heroButtons__KSpJI{flex-direction:column;align-items:center}.Hero_heroButtons__KSpJI .Hero_btn__yK3pz{width:200px}}@keyframes Hero_float__XKsXp{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.Industries_industries__HBNSX{background:var(--background)}.Industries_industriesGrid__cgUqU{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.Industries_industryCard__S5aIG{background:var(--background-white);padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid var(--border-light);position:relative;overflow:hidden}.Industries_industryCard__S5aIG:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-overlay);transition:left .5s ease;z-index:1}.Industries_industryCard__S5aIG:hover:before{left:0}.Industries_industryCard__S5aIG:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.Industries_industryCard__S5aIG>*{position:relative;z-index:2}.Industries_industryIcon__AwEkj{background:var(--primary-gradient);color:var(--text-white);width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem;transition:all .3s ease}.Industries_industryCard__S5aIG:hover .Industries_industryIcon__AwEkj{transform:scale(1.1) rotate(5deg)}.Industries_industryCard__S5aIG h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.Industries_industryCard__S5aIG p{color:var(--text-secondary);line-height:1.6;margin:0}.Industries_industryCard__S5aIG:hover h3{color:var(--primary-start)}@media (max-width:768px){.Industries_industriesGrid__cgUqU{grid-template-columns:1fr;gap:1.5rem}.Industries_industryCard__S5aIG{padding:2rem 1.5rem}.Industries_industryIcon__AwEkj{width:70px;height:70px;font-size:1.75rem}.Industries_industryCard__S5aIG h3{font-size:1.25rem}}@media (min-width:769px) and (max-width:1024px){.Industries_industriesGrid__cgUqU{grid-template-columns:repeat(2,1fr)}}.Solutions_solutions__ciaVK{background:var(--background-white)}.Solutions_solutionsGrid__zRMZg{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.Solutions_solutionCard__dAfGj{background:var(--background);padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid var(--border-light);position:relative;overflow:hidden}.Solutions_solutionCard__dAfGj:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-gradient);transform:scaleX(0);transition:transform .3s ease}.Solutions_solutionCard__dAfGj:hover:before{transform:scaleX(1)}.Solutions_solutionCard__dAfGj:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.Solutions_solutionHeader__E3LUD{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.Solutions_solutionIcon__tptjU{background:var(--primary-gradient);color:var(--text-white);width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .3s ease}.Solutions_solutionCard__dAfGj:hover .Solutions_solutionIcon__tptjU{transform:rotate(10deg) scale(1.1)}.Solutions_solutionHeader__E3LUD h3{color:var(--text-primary);margin:0;font-size:1.375rem;font-weight:600}.Solutions_solutionCard__dAfGj p{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.Solutions_solutionFeatures__R743D{list-style:none;padding:0;margin:0}.Solutions_solutionFeatures__R743D li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--text-secondary);transition:all .3s ease}.Solutions_solutionFeatures__R743D li:hover{color:var(--text-primary);transform:translateX(5px)}.Solutions_solutionFeatures__R743D li i{color:var(--accent);font-size:.875rem;width:16px;flex-shrink:0}.Solutions_solutionFeatures__R743D li:last-child{margin-bottom:0}@media (max-width:768px){.Solutions_solutionsGrid__zRMZg{grid-template-columns:1fr;gap:1.5rem}.Solutions_solutionCard__dAfGj{padding:2rem 1.5rem}.Solutions_solutionHeader__E3LUD{flex-direction:column;text-align:center;gap:1rem}.Solutions_solutionIcon__tptjU{width:70px;height:70px;font-size:1.75rem}.Solutions_solutionHeader__E3LUD h3{font-size:1.25rem}}@media (min-width:769px) and (max-width:1024px){.Solutions_solutionsGrid__zRMZg{grid-template-columns:repeat(2,1fr)}}