.Home-module__jKgjFW__container{width:100%;overflow-x:hidden}.Home-module__jKgjFW__landingPage{z-index:10000;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .8s,visibility .8s;display:flex;position:fixed;top:0;left:0}.Home-module__jKgjFW__landingPage.Home-module__jKgjFW__scrolledAway{opacity:0;visibility:hidden;pointer-events:none}.Home-module__jKgjFW__landingContent{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.Home-module__jKgjFW__landingLogo{width:200px;height:auto;transition:all .8s cubic-bezier(.4,0,.2,1);animation:1s ease-out Home-module__jKgjFW__fadeInScale}.Home-module__jKgjFW__landingLogo.Home-module__jKgjFW__animateToNav{z-index:10001;width:120px;position:fixed;top:20px;left:40px}.Home-module__jKgjFW__landingTitle{color:var(--primary);margin:0;font-size:3.5rem;font-weight:700;animation:1s ease-out .3s both Home-module__jKgjFW__fadeInUp}.Home-module__jKgjFW__landingSubtext{color:#555;margin:0;font-size:1.5rem;font-style:italic;animation:1s ease-out .6s both Home-module__jKgjFW__fadeInUp}.Home-module__jKgjFW__scrollIndicator{flex-direction:column;align-items:center;gap:12px;margin-top:60px;animation:1s ease-out .9s both Home-module__jKgjFW__fadeInUp;display:flex}.Home-module__jKgjFW__scrollText{color:#777;text-transform:uppercase;letter-spacing:2px;font-size:.9rem}.Home-module__jKgjFW__scrollIcon{color:var(--primary);animation:2s infinite Home-module__jKgjFW__bounce}.Home-module__jKgjFW__scrollDot{animation:2s infinite Home-module__jKgjFW__scrollDotMove}.Home-module__jKgjFW__mainContent{opacity:0;visibility:hidden;transition:opacity .6s .2s,visibility .6s .2s}.Home-module__jKgjFW__mainContent.Home-module__jKgjFW__visible{opacity:1;visibility:visible}@keyframes Home-module__jKgjFW__fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes Home-module__jKgjFW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Home-module__jKgjFW__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes Home-module__jKgjFW__scrollDotMove{0%{cy:15;opacity:1}50%{cy:30;opacity:.3}to{cy:15;opacity:1}}.Home-module__jKgjFW__hero{text-align:center;justify-content:center;align-items:center;height:90vh;min-height:600px;margin-top:80px;padding:0 5%;display:flex;position:relative}.Home-module__jKgjFW__heroContent{z-index:2;max-width:800px}.Home-module__jKgjFW__heroTitle{margin-bottom:24px;font-size:3.5rem;font-weight:700;line-height:1.2}.Home-module__jKgjFW__heroTitle span{color:var(--primary)}.Home-module__jKgjFW__heroSubtitle{color:#555;margin-bottom:40px;font-size:1.25rem;line-height:1.6}.Home-module__jKgjFW__ctaGroup{justify-content:center;gap:16px;display:flex}.Home-module__jKgjFW__aboutSection{background-color:#f8f9fab3;padding:80px 5%}.Home-module__jKgjFW__aboutContainer{flex-direction:column;gap:60px;max-width:1200px;margin:0 auto;display:flex}.Home-module__jKgjFW__aboutCard{background:#fff;border-radius:20px;max-width:900px;padding:50px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 40px #00000014}.Home-module__jKgjFW__aboutCard:hover{transform:translateY(-5px);box-shadow:0 15px 50px #0000001f}.Home-module__jKgjFW__aboutLeft{align-self:flex-start;margin-left:0}.Home-module__jKgjFW__aboutRight{align-self:flex-end;margin-right:0}.Home-module__jKgjFW__aboutTitle{color:var(--ocean-blue);margin-bottom:30px;padding-bottom:15px;font-size:2.5rem;font-weight:700;position:relative}.Home-module__jKgjFW__aboutTitle:after{content:"";background:var(--sunburst-yellow);border-radius:2px;width:80px;height:4px;position:absolute;bottom:0;left:0}.Home-module__jKgjFW__aboutContent{color:#444;font-size:1.1rem;line-height:1.8}.Home-module__jKgjFW__aboutContent p{margin-bottom:20px}.Home-module__jKgjFW__aboutSubheading{color:var(--ocean-blue);margin:30px 0 20px;font-size:1.5rem;font-weight:600}.Home-module__jKgjFW__missionItem{margin-bottom:25px}.Home-module__jKgjFW__missionItem:last-child{margin-bottom:0}.Home-module__jKgjFW__missionItem h4{color:var(--ocean-blue);margin-bottom:10px;font-size:1.3rem;font-weight:600}.Home-module__jKgjFW__missionItem p{color:#555;margin-bottom:0}.Home-module__jKgjFW__arrowContainer{z-index:10;pointer-events:none;--arrow-progress:0;width:100%;max-width:800px;height:250px;margin:-30px auto;position:relative}.Home-module__jKgjFW__arrow{width:100%;height:100%;overflow:visible}.Home-module__jKgjFW__arrowPath{stroke-dasharray:1200;stroke-dashoffset:calc(1200*(1 - var(--arrow-progress)));filter:drop-shadow(0 0 calc(10px*var(--arrow-progress))var(--ocean-blue));transition:all .3s ease-out}.Home-module__jKgjFW__arrowHead{filter:drop-shadow(0 0 calc(8px*var(--arrow-progress))var(--ocean-blue));transition:all .3s ease-out}.Home-module__jKgjFW__solutions{background-color:#ffffff80;padding:100px 5%}.Home-module__jKgjFW__sectionTitle{text-align:center;margin-bottom:60px;font-size:2.5rem}.Home-module__jKgjFW__solutionsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.Home-module__jKgjFW__solutionCard{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:40px;transition:transform .3s,background-color .3s;box-shadow:0 10px 30px #0000000d}.Home-module__jKgjFW__solutionCard:hover{background-color:var(--ocean-blue);transform:translateY(-10px)}.Home-module__jKgjFW__solutionCard:hover .Home-module__jKgjFW__cardTitle,.Home-module__jKgjFW__solutionCard:hover .Home-module__jKgjFW__cardText{color:#fff}.Home-module__jKgjFW__solutionCard:hover .Home-module__jKgjFW__iconWrapper{color:#fff;background-color:#fff3}.Home-module__jKgjFW__iconWrapper{width:80px;height:80px;color:var(--sunburst-yellow);background-color:#f9a8261a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:2rem;font-weight:700;transition:all .3s;display:flex}.Home-module__jKgjFW__cardTitle{margin-bottom:16px;font-size:1.5rem;transition:color .3s}.Home-module__jKgjFW__cardText{color:#666;line-height:1.6;transition:color .3s}.Home-module__jKgjFW__demoSection{text-align:center;flex-direction:column;align-items:center;padding:100px 5%;display:flex}.Home-module__jKgjFW__demoContainer{background:linear-gradient(135deg,#2d3436 0%,#1a1f20 100%);border:8px solid #444;border-radius:40px;justify-content:center;align-items:center;width:300px;height:500px;margin-top:50px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003}.Home-module__jKgjFW__demoContent{opacity:0;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;transition:all .5s;display:flex;position:relative;transform:translateY(20px)}.Home-module__jKgjFW__demoContent.Home-module__jKgjFW__active{opacity:1;transform:translateY(0)}.Home-module__jKgjFW__demoVideo{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Home-module__jKgjFW__resetButton{z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--tech-charcoal);background-color:#fffc;border:none;margin-bottom:20px;position:relative}.Home-module__jKgjFW__tapTrigger{cursor:pointer;background:var(--action);color:#fff;border:none;border-radius:50px;padding:16px 32px;font-weight:600;animation:2s infinite Home-module__jKgjFW__pulse;box-shadow:0 4px 15px #27ae6066}@keyframes Home-module__jKgjFW__pulse{0%{box-shadow:0 0 #27ae60b3}70%{box-shadow:0 0 0 15px #27ae6000}to{box-shadow:0 0 #27ae6000}}@media (max-width:768px){.Home-module__jKgjFW__heroTitle{font-size:2.5rem}.Home-module__jKgjFW__ctaGroup{flex-direction:column}.Home-module__jKgjFW__aboutCard{max-width:100%;padding:30px}.Home-module__jKgjFW__aboutLeft,.Home-module__jKgjFW__aboutRight{align-self:center;margin:0}.Home-module__jKgjFW__aboutTitle{font-size:2rem}.Home-module__jKgjFW__aboutContent{font-size:1rem}.Home-module__jKgjFW__aboutSubheading{font-size:1.3rem}.Home-module__jKgjFW__missionItem h4{font-size:1.1rem}.Home-module__jKgjFW__arrowContainer{max-width:400px;height:180px;margin:-15px auto}}
.Navbar-module__cJzEcG__navbar{z-index:9999;background-color:#fff;align-items:center;width:100%;height:80px;display:flex;position:fixed;top:0;left:0;overflow:visible;box-shadow:0 2px 10px #0000000d}.Navbar-module__cJzEcG__container{z-index:2;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 40px;display:flex;position:relative;max-width:100%!important}.Navbar-module__cJzEcG__logo{flex:1;align-items:center;display:flex}.Navbar-module__cJzEcG__logoImage{object-fit:contain;width:auto;height:50px}.Navbar-module__cJzEcG__desktopCTA{flex:1;justify-content:flex-end;align-items:center;display:flex}.Navbar-module__cJzEcG__navLinks{flex:none;align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__link{color:var(--deep-navy);text-transform:capitalize;font-size:1.05rem;font-weight:500;font-family:var(--font-kanit),sans-serif;padding:8px 0;transition:all .2s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--sand-beige);opacity:1}.Navbar-module__cJzEcG__link:after{content:"";background-color:var(--sand-beige);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;color:var(--deep-navy);z-index:100;pointer-events:auto;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;display:none;position:relative}.Navbar-module__cJzEcG__mobileMenu{z-index:999;background:#fff;border-bottom:1px solid #eee;flex-direction:column;gap:24px;width:100%;padding:24px;display:none;position:fixed;top:80px;left:0;box-shadow:0 4px 10px #0000000d}.Navbar-module__cJzEcG__mobileMenu .Navbar-module__cJzEcG__link{border-bottom:1px solid #f5f5f5;padding:12px 0;font-size:1.1rem;color:var(--deep-navy)!important}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{display:flex}@media (max-width:1024px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__desktopCTA{display:none}.Navbar-module__cJzEcG__logo{margin-right:auto}.Navbar-module__cJzEcG__mobileMenuBtn{display:flex}}
.Button-module__iYV4-q__button{font-family:var(--font-poppins);cursor:pointer;text-align:center;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.Button-module__iYV4-q__primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #00a1de4d}.Button-module__iYV4-q__primary:hover{background-color:#008cc2;transform:translateY(-2px);box-shadow:0 6px 20px #00a1de66}.Button-module__iYV4-q__secondary{background-color:var(--action);color:#fff;box-shadow:0 4px 14px #27ae604d}.Button-module__iYV4-q__secondary:hover{background-color:#219150;transform:translateY(-2px);box-shadow:0 6px 20px #27ae6066}.Button-module__iYV4-q__outline{border:2px solid var(--primary);color:var(--primary);background-color:#0000}.Button-module__iYV4-q__outline:hover{background-color:#00a1de1a;transform:translateY(-2px)}
.Footer-module__S6Hkya__footer{background-color:var(--deep-navy);color:#e0e0e0;padding:60px 0 30px;font-size:.95rem;position:relative;overflow:hidden}.Footer-module__S6Hkya__container{z-index:2;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;width:90%;max-width:1200px;margin:0 auto 50px;display:grid;position:relative}.Footer-module__S6Hkya__column h3{color:#fff;margin-bottom:20px;font-size:1.2rem}.Footer-module__S6Hkya__column p{margin-bottom:12px;line-height:1.6}.Footer-module__S6Hkya__links{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__links a{transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--sunburst-yellow)}.Footer-module__S6Hkya__socials{gap:16px;display:flex}.Footer-module__S6Hkya__socialIcon{color:#fff;transition:color .2s}.Footer-module__S6Hkya__socialIcon:hover{color:var(--sunburst-yellow)}.Footer-module__S6Hkya__copyright{text-align:center;border-top:1px solid #ffffff1a;padding-top:30px;font-size:.9rem}.Footer-module__S6Hkya__contactDetails{flex-direction:column;gap:24px;display:flex}.Footer-module__S6Hkya__mainInfo p{margin-bottom:8px!important}.Footer-module__S6Hkya__mainInfo a,.Footer-module__S6Hkya__supportInfo a{color:#e0e0e0;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__mainInfo a:hover,.Footer-module__S6Hkya__supportInfo a:hover{color:var(--sunburst-yellow)}.Footer-module__S6Hkya__supportInfo p{color:#fff;font-size:.9rem;font-weight:500;margin-bottom:4px!important}.Footer-module__S6Hkya__supportInfo a{font-size:.9rem}
.ImigonoPattern-module__x8NGIq__patternContainer{pointer-events:none;z-index:1;color:#fff6;opacity:var(--pattern-opacity,.15);position:absolute;inset:0;overflow:hidden}.ImigonoPattern-module__x8NGIq__tribalPattern{opacity:.3;filter:invert();background-position:50%;background-repeat:repeat;background-size:400px 400px;width:100%;height:100%}.ImigonoPattern-module__x8NGIq__patternSvg{width:100%;height:100%;display:block}
.Business-module__Jpi9gq__container{background-color:var(--clean-white);min-height:100vh;padding-top:80px}.Business-module__Jpi9gq__header{background:var(--tech-charcoal);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:120px 5%;display:flex;position:relative;overflow:hidden}.Business-module__Jpi9gq__backgroundContainer{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Business-module__Jpi9gq__backgroundImage{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;animation:10s infinite Business-module__Jpi9gq__fadeLoop;position:absolute;top:0;left:0}@keyframes Business-module__Jpi9gq__fadeLoop{0%{opacity:0}20%{opacity:.4}50%{opacity:0}to{opacity:0}}.Business-module__Jpi9gq__contentWrapper{z-index:2;max-width:800px;position:relative}.Business-module__Jpi9gq__headerTitle{margin-bottom:20px;font-size:3rem}.Business-module__Jpi9gq__headerSubtitle{color:#ccc;max-width:600px;margin:0 auto;font-size:1.2rem}.Business-module__Jpi9gq__roiSection{background-color:var(--cool-grey);text-align:center;padding:80px 5%}.Business-module__Jpi9gq__sectionTitle{color:var(--tech-charcoal);margin-bottom:16px;font-size:2.5rem}.Business-module__Jpi9gq__sectionSubtitle{color:#666;margin-bottom:50px}.Business-module__Jpi9gq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1000px;margin:0 auto;display:grid}.Business-module__Jpi9gq__statCard{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #0000000d}.Business-module__Jpi9gq__statNumber{color:var(--primary);margin-bottom:10px;font-size:3rem;font-weight:700}.Business-module__Jpi9gq__statLabel{color:var(--tech-charcoal);font-weight:600}.Business-module__Jpi9gq__useCases{padding:80px 5%}.Business-module__Jpi9gq__caseGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.Business-module__Jpi9gq__caseCard{border:1px solid #eee;border-radius:16px;transition:transform .3s,background-color .3s;overflow:hidden}.Business-module__Jpi9gq__caseCard:hover{background-color:var(--ocean-blue);transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.Business-module__Jpi9gq__caseCard:hover .Business-module__Jpi9gq__caseTitle,.Business-module__Jpi9gq__caseCard:hover .Business-module__Jpi9gq__caseText{color:#fff}.Business-module__Jpi9gq__caseContent{padding:30px}.Business-module__Jpi9gq__caseTitle{color:var(--tech-charcoal);margin-bottom:16px;font-size:1.5rem;transition:color .3s}.Business-module__Jpi9gq__caseText{color:#555;line-height:1.6;transition:color .3s}.Business-module__Jpi9gq__ctaSection{text-align:center;background-color:var(--hillscape-olive);color:#fff;padding:80px 5%}.Business-module__Jpi9gq__ctaTitle{margin-bottom:30px;font-size:2rem}
.CaseStudies-module__m4SDsG__container{background-color:var(--clean-white);min-height:100vh;padding-top:80px}.CaseStudies-module__m4SDsG__header{text-align:center;background:var(--tech-charcoal);color:#fff;padding:80px 5%}.CaseStudies-module__m4SDsG__title{margin-bottom:20px;font-size:3rem}.CaseStudies-module__m4SDsG__subtitle{color:#ccc;max-width:600px;margin:0 auto}.CaseStudies-module__m4SDsG__casesSection{max-width:1200px;margin:0 auto;padding:80px 5%}.CaseStudies-module__m4SDsG__caseStudy{grid-template-columns:1fr 1.5fr;align-items:center;gap:60px;margin-bottom:100px;display:grid}.CaseStudies-module__m4SDsG__caseStudy:nth-child(2n){direction:rtl}.CaseStudies-module__m4SDsG__caseStudy:nth-child(2n) .CaseStudies-module__m4SDsG__caseContent{direction:ltr}.CaseStudies-module__m4SDsG__caseImage{color:#aaa;background-color:#f0f0f0;border-radius:16px;justify-content:center;align-items:center;height:400px;font-weight:500;display:flex;box-shadow:0 10px 30px #0000001a}.CaseStudies-module__m4SDsG__caseContent{padding:20px}.CaseStudies-module__m4SDsG__clientName{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-weight:700;display:block}.CaseStudies-module__m4SDsG__caseTitle{color:var(--tech-charcoal);margin-bottom:24px;font-size:2rem;line-height:1.2}.CaseStudies-module__m4SDsG__caseDetails{margin-bottom:30px}.CaseStudies-module__m4SDsG__detailSection{margin-bottom:20px}.CaseStudies-module__m4SDsG__detailLabel{color:var(--tech-charcoal);margin-bottom:4px;font-weight:700;display:block}.CaseStudies-module__m4SDsG__detailText{color:#555;line-height:1.6}.CaseStudies-module__m4SDsG__results{border-left:4px solid var(--growth-green);background-color:#f8f9fa;border-radius:0 8px 8px 0;padding:20px}@media (max-width:900px){.CaseStudies-module__m4SDsG__caseStudy{grid-template-columns:1fr;gap:30px;margin-bottom:80px}.CaseStudies-module__m4SDsG__caseStudy:nth-child(2n){direction:ltr}.CaseStudies-module__m4SDsG__caseImage{height:250px}}
.Contact-module__J3q-aa__container{background-color:var(--clean-white);min-height:100vh;padding-top:80px}.Contact-module__J3q-aa__header{text-align:center;background:var(--primary);color:#fff;padding:80px 5%}.Contact-module__J3q-aa__title{margin-bottom:20px;font-size:3rem}.Contact-module__J3q-aa__subtitle{color:#ffffffe6;max-width:600px;margin:0 auto}.Contact-module__J3q-aa__contentWrapper{grid-template-columns:1.2fr .8fr;gap:60px;max-width:1100px;margin:0 auto;padding:80px 5%;display:grid}.Contact-module__J3q-aa__formSection{background:#fff;border:1px solid #eee;border-radius:16px;padding:40px;box-shadow:0 10px 40px #00000014}.Contact-module__J3q-aa__formTitle{color:var(--tech-charcoal);margin-bottom:30px;font-size:1.8rem}.Contact-module__J3q-aa__formGroup{margin-bottom:24px}.Contact-module__J3q-aa__label{color:var(--tech-charcoal);margin-bottom:8px;font-size:.95rem;font-weight:600;display:block}.Contact-module__J3q-aa__input,.Contact-module__J3q-aa__textarea,.Contact-module__J3q-aa__select{color:#333;border:1px solid #ddd;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s}.Contact-module__J3q-aa__input:focus,.Contact-module__J3q-aa__textarea:focus,.Contact-module__J3q-aa__select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #00a1de1a}.Contact-module__J3q-aa__textarea{resize:vertical;min-height:120px}.Contact-module__J3q-aa__infoSection{padding-top:20px}.Contact-module__J3q-aa__infoCard{background:#f8f9fa;border-radius:12px;margin-bottom:30px;padding:30px}.Contact-module__J3q-aa__infoTitle{color:var(--tech-charcoal);border-bottom:2px solid #ddd;margin-bottom:16px;padding-bottom:10px;font-size:1.2rem}.Contact-module__J3q-aa__infoText{color:#555;margin-bottom:16px;line-height:1.6}.Contact-module__J3q-aa__calendlyWidget{color:var(--primary);border-bottom:1px solid var(--primary);margin-top:10px;font-weight:600;display:inline-block}@media (max-width:900px){.Contact-module__J3q-aa__contentWrapper{grid-template-columns:1fr;gap:40px}}
.HowItWorks-module__iNX54W__container{background-color:var(--clean-white);min-height:100vh;padding-top:80px}.HowItWorks-module__iNX54W__header{text-align:center;background-color:var(--cool-grey);padding:80px 5%}.HowItWorks-module__iNX54W__title{margin-bottom:20px;font-size:3rem}.HowItWorks-module__iNX54W__subtitle{color:#666;max-width:600px;margin:0 auto}.HowItWorks-module__iNX54W__processSection{max-width:1000px;margin:0 auto;padding:80px 5%}.HowItWorks-module__iNX54W__step{align-items:flex-start;gap:40px;margin-bottom:60px;display:flex}.HowItWorks-module__iNX54W__stepNumber{background-color:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 15px #00a1de4d}.HowItWorks-module__iNX54W__stepContent{padding-top:10px}.HowItWorks-module__iNX54W__stepTitle{color:var(--tech-charcoal);margin-bottom:12px;font-size:1.5rem}.HowItWorks-module__iNX54W__stepText{color:#555;line-height:1.6}.HowItWorks-module__iNX54W__faqSection{background-color:#fafafa;padding:80px 5%}.HowItWorks-module__iNX54W__faqContainer{max-width:800px;margin:0 auto}.HowItWorks-module__iNX54W__faqTitle{text-align:center;margin-bottom:50px;font-size:2.2rem}.HowItWorks-module__iNX54W__faqItem{background:#fff;border:1px solid #eee;border-radius:8px;margin-bottom:20px;padding:24px;box-shadow:0 2px 10px #00000008}.HowItWorks-module__iNX54W__question{color:var(--tech-charcoal);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:1.1rem;font-weight:600;display:flex}.HowItWorks-module__iNX54W__answer{color:#666;line-height:1.6}@media (max-width:768px){.HowItWorks-module__iNX54W__step{flex-direction:column;gap:20px}}
.Products-module__GxL6lG__container{min-height:100vh;padding-top:80px}.Products-module__GxL6lG__header{text-align:center;padding:80px 5%}.Products-module__GxL6lG__title{margin-bottom:20px;font-size:3rem}.Products-module__GxL6lG__subtitle{color:#666;max-width:600px;margin:0 auto}.Products-module__GxL6lG__categorySection{padding:80px 5%}.Products-module__GxL6lG__categoryTitle{border-left:5px solid var(--primary);margin-bottom:40px;padding-left:20px;font-size:2rem}.Products-module__GxL6lG__productGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;display:grid}.Products-module__GxL6lG__productCard{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffd9;border:1px solid #eee;border-radius:12px;transition:all .3s;overflow:hidden}.Products-module__GxL6lG__productCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.Products-module__GxL6lG__imagePlaceholder{color:#aaa;background-color:#00000008;justify-content:center;align-items:center;height:250px;font-size:.9rem;display:flex}.Products-module__GxL6lG__cardContent{padding:24px}.Products-module__GxL6lG__productName{color:var(--tech-charcoal);margin-bottom:8px;font-size:1.25rem}.Products-module__GxL6lG__productDesc{color:#666;margin-bottom:20px;font-size:.95rem;line-height:1.5}.Products-module__GxL6lG__features{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.Products-module__GxL6lG__featureTag{color:#555;background-color:#f0f4f8;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:500}.Products-module__GxL6lG__colorOptions{gap:8px;margin-bottom:20px;display:flex}.Products-module__GxL6lG__colorDot{border:1px solid #ddd;border-radius:50%;width:20px;height:20px}
