.Hero-module__ZARIfG__hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:100px 24px 80px;display:grid}.Hero-module__ZARIfG__heroBadge{background:linear-gradient(135deg, var(--red-glow), var(--pink-glow));border:1px solid var(--card-border);border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;animation:.6s Hero-module__ZARIfG__fadeInUp;display:inline-flex}.Hero-module__ZARIfG__dotRed{color:var(--red)}.Hero-module__ZARIfG__dotYellow{color:var(--yellow)}.Hero-module__ZARIfG__dotGreen{color:var(--green)}.Hero-module__ZARIfG__dotPink{color:var(--pink)}.Hero-module__ZARIfG__heading{color:var(--text-heading);margin-bottom:20px;font-size:clamp(38px,4.5vw,58px);font-weight:900;line-height:1.1;animation:.6s .1s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__description{max-width:520px;margin-bottom:36px;font-size:17px;line-height:1.8;animation:.6s .2s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__heroButtons{flex-wrap:wrap;gap:14px;animation:.6s .3s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__btnRed{background:var(--red);color:var(--text-heading);cursor:pointer;border:none;border-radius:10px;padding:14px 30px;font-size:15px;font-weight:700;transition:all .3s}.Hero-module__ZARIfG__btnRed:hover{box-shadow:0 0 40px var(--red-glow);transform:translateY(-3px)}.Hero-module__ZARIfG__btnOutline{color:var(--text-heading);border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;padding:14px 30px;font-size:15px;font-weight:700;transition:all .3s}.Hero-module__ZARIfG__btnOutline:hover{border-color:var(--border);background:var(--card-border);transform:translateY(-3px)}.Hero-module__ZARIfG__heroVisual{justify-content:center;align-items:center;height:380px;display:flex;position:relative}.Hero-module__ZARIfG__orbitCenter{background:linear-gradient(135deg, var(--red), var(--red-dark));width:120px;height:120px;color:var(--text-heading);box-shadow:0 0 80px var(--red-glow);z-index:2;border-radius:24px;justify-content:center;align-items:center;font-size:48px;font-weight:900;display:flex;position:relative}.Hero-module__ZARIfG__heroContent{text-align:center;z-index:10;background:var(--glass-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;max-width:800px;padding:40px;position:relative}.Hero-module__ZARIfG__orbitRing{border:1px dashed var(--card-border);border-radius:50%;width:220px;height:220px;animation:20s linear infinite Hero-module__ZARIfG__spin;position:absolute}.Hero-module__ZARIfG__orbitRingReverse{width:310px;height:310px;animation-duration:30s;animation-direction:reverse}.Hero-module__ZARIfG__orbitDot{width:40px;height:40px;color:var(--bg-primary);border-radius:10px;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex;position:absolute;box-shadow:0 0 30px #0000004d}.Hero-module__ZARIfG__dotY{background:var(--yellow);top:-20px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__dotG{background:var(--green);bottom:-20px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__dotP{background:var(--pink);top:50%;right:-20px;transform:translateY(-50%)}.Hero-module__ZARIfG__dotW{background:var(--text-heading);top:50%;left:-20px;transform:translateY(-50%)}@media (max-width:900px){.Hero-module__ZARIfG__hero{grid-template-columns:1fr}.Hero-module__ZARIfG__heroVisual{display:none}}
.Stats-module__yL2aHq__stats{max-width:1200px;margin:0 auto 80px;padding:0 24px}.Stats-module__yL2aHq__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.Stats-module__yL2aHq__statCard{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;border-radius:16px;padding:32px 24px;transition:all .4s;position:relative;overflow:hidden}.Stats-module__yL2aHq__statCard:before{content:"";border-radius:16px 16px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.Stats-module__yL2aHq__statCard:hover{transform:translateY(-6px)}.Stats-module__yL2aHq__statRed{border:1px solid var(--card-border)}.Stats-module__yL2aHq__statRed:before{background:var(--red)}.Stats-module__yL2aHq__statRed:hover{box-shadow:0 0 40px var(--red-glow);border-color:var(--border)}.Stats-module__yL2aHq__statRed .Stats-module__yL2aHq__statNumber{color:var(--red)}.Stats-module__yL2aHq__statYellow{border:1px solid var(--card-border)}.Stats-module__yL2aHq__statYellow:before{background:var(--yellow)}.Stats-module__yL2aHq__statYellow:hover{box-shadow:0 0 40px var(--yellow-glow);border-color:var(--border)}.Stats-module__yL2aHq__statYellow .Stats-module__yL2aHq__statNumber{color:var(--yellow)}.Stats-module__yL2aHq__statGreen{border:1px solid var(--card-border)}.Stats-module__yL2aHq__statGreen:before{background:var(--green)}.Stats-module__yL2aHq__statGreen:hover{box-shadow:0 0 40px var(--green-glow);border-color:var(--border)}.Stats-module__yL2aHq__statGreen .Stats-module__yL2aHq__statNumber{color:var(--green)}.Stats-module__yL2aHq__statPink{border:1px solid var(--card-border)}.Stats-module__yL2aHq__statPink:before{background:var(--pink)}.Stats-module__yL2aHq__statPink:hover{box-shadow:0 0 40px var(--pink-glow);border-color:var(--border)}.Stats-module__yL2aHq__statPink .Stats-module__yL2aHq__statNumber{color:var(--pink)}.Stats-module__yL2aHq__statNumber{margin-bottom:4px;font-size:42px;font-weight:900}.Stats-module__yL2aHq__statLabel{color:var(--text-body);font-size:14px;font-weight:500}@media (max-width:900px){.Stats-module__yL2aHq__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Stats-module__yL2aHq__statsGrid{grid-template-columns:1fr}}
.Services-module__dpHhBa__services{max-width:1200px;margin:0 auto 80px;padding:0 24px}.Services-module__dpHhBa__sectionHeader{text-align:center;margin-bottom:48px}.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.Services-module__dpHhBa__serviceCard{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:16px;padding:32px 24px;transition:all .4s;position:relative;overflow:hidden}.Services-module__dpHhBa__serviceCard:hover{border-color:var(--border);transform:translateY(-6px);box-shadow:0 20px 60px #0000001a}.Services-module__dpHhBa__serviceIcon{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;transition:all .3s;display:flex}.Services-module__dpHhBa__serviceIcon svg{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px;transition:all .3s}.Services-module__dpHhBa__svcRed .Services-module__dpHhBa__serviceIcon{background:var(--red-glow)}.Services-module__dpHhBa__svcRed .Services-module__dpHhBa__serviceIcon svg{stroke:var(--red)}.Services-module__dpHhBa__svcRed:hover .Services-module__dpHhBa__serviceIcon{background:var(--red);box-shadow:0 0 30px var(--red-glow)}.Services-module__dpHhBa__svcRed:hover .Services-module__dpHhBa__serviceIcon svg{stroke:#fff}.Services-module__dpHhBa__svcRed:before{content:"";background:var(--red);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__svcRed:hover:before{opacity:1}.Services-module__dpHhBa__svcRed .Services-module__dpHhBa__serviceLink{color:var(--red)}.Services-module__dpHhBa__svcYellow .Services-module__dpHhBa__serviceIcon{background:var(--yellow-glow)}.Services-module__dpHhBa__svcYellow .Services-module__dpHhBa__serviceIcon svg{stroke:var(--yellow)}.Services-module__dpHhBa__svcYellow:hover .Services-module__dpHhBa__serviceIcon{background:var(--yellow);box-shadow:0 0 30px var(--yellow-glow)}.Services-module__dpHhBa__svcYellow:hover .Services-module__dpHhBa__serviceIcon svg{stroke:var(--bg-primary)}.Services-module__dpHhBa__svcYellow:before{content:"";background:var(--yellow);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__svcYellow:hover:before{opacity:1}.Services-module__dpHhBa__svcYellow .Services-module__dpHhBa__serviceLink{color:var(--yellow)}.Services-module__dpHhBa__svcGreen .Services-module__dpHhBa__serviceIcon{background:var(--green-glow)}.Services-module__dpHhBa__svcGreen .Services-module__dpHhBa__serviceIcon svg{stroke:var(--green)}.Services-module__dpHhBa__svcGreen:hover .Services-module__dpHhBa__serviceIcon{background:var(--green);box-shadow:0 0 30px var(--green-glow)}.Services-module__dpHhBa__svcGreen:hover .Services-module__dpHhBa__serviceIcon svg{stroke:#fff}.Services-module__dpHhBa__svcGreen:before{content:"";background:var(--green);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__svcGreen:hover:before{opacity:1}.Services-module__dpHhBa__svcGreen .Services-module__dpHhBa__serviceLink{color:var(--green)}.Services-module__dpHhBa__svcPink .Services-module__dpHhBa__serviceIcon{background:var(--pink-glow)}.Services-module__dpHhBa__svcPink .Services-module__dpHhBa__serviceIcon svg{stroke:var(--pink)}.Services-module__dpHhBa__svcPink:hover .Services-module__dpHhBa__serviceIcon{background:var(--pink);box-shadow:0 0 30px var(--pink-glow)}.Services-module__dpHhBa__svcPink:hover .Services-module__dpHhBa__serviceIcon svg{stroke:#fff}.Services-module__dpHhBa__svcPink:before{content:"";background:var(--pink);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__svcPink:hover:before{opacity:1}.Services-module__dpHhBa__svcPink .Services-module__dpHhBa__serviceLink{color:var(--pink)}.Services-module__dpHhBa__serviceCard h3{color:var(--text-heading);margin-bottom:10px;font-size:17px;font-weight:700}.Services-module__dpHhBa__serviceCard p{margin-bottom:16px;font-size:14px;line-height:1.6}.Services-module__dpHhBa__serviceLink{font-size:13px;font-weight:600;text-decoration:none;transition:all .3s}@media (max-width:900px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:1fr}}
.Process-module__RmMdVa__process{max-width:1200px;margin:0 auto 80px;padding:0 24px}.Process-module__RmMdVa__sectionHeader{text-align:center;margin-bottom:48px}.Process-module__RmMdVa__processGrid{grid-template-columns:repeat(6,1fr);gap:16px;margin-top:48px;display:grid}.Process-module__RmMdVa__processStep{text-align:center;padding:24px 12px;position:relative}.Process-module__RmMdVa__stepNum{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:18px;font-weight:800;transition:all .3s;display:flex}.Process-module__RmMdVa__stepCard{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:16px;padding:32px 24px}.Process-module__RmMdVa__step1 .Process-module__RmMdVa__stepNum{background:var(--red-glow);color:var(--red);border:1.5px solid #ed193f4d}.Process-module__RmMdVa__step1 .Process-module__RmMdVa__stepNum:hover{background:var(--red);color:#fff;box-shadow:0 0 30px var(--red-glow)}.Process-module__RmMdVa__step2 .Process-module__RmMdVa__stepNum{background:var(--yellow-glow);color:var(--yellow);border:1.5px solid #facc154d}.Process-module__RmMdVa__step2 .Process-module__RmMdVa__stepNum:hover{background:var(--yellow);color:var(--bg-primary);box-shadow:0 0 30px var(--yellow-glow)}.Process-module__RmMdVa__step3 .Process-module__RmMdVa__stepNum{background:var(--green-glow);color:var(--green);border:1.5px solid #10b9814d}.Process-module__RmMdVa__step3 .Process-module__RmMdVa__stepNum:hover{background:var(--green);color:#fff;box-shadow:0 0 30px var(--green-glow)}.Process-module__RmMdVa__step4 .Process-module__RmMdVa__stepNum{background:var(--pink-glow);color:var(--pink);border:1.5px solid #ec48994d}.Process-module__RmMdVa__step4 .Process-module__RmMdVa__stepNum:hover{background:var(--pink);color:#fff;box-shadow:0 0 30px var(--pink-glow)}.Process-module__RmMdVa__step5 .Process-module__RmMdVa__stepNum{background:var(--cyan-glow);color:var(--cyan);border:1.5px solid #06b6d44d}.Process-module__RmMdVa__step5 .Process-module__RmMdVa__stepNum:hover{background:var(--cyan);color:#fff;box-shadow:0 0 30px var(--cyan-glow)}.Process-module__RmMdVa__step6 .Process-module__RmMdVa__stepNum{background:var(--purple-glow);color:var(--purple);border:1.5px solid #8b5cf64d}.Process-module__RmMdVa__step6 .Process-module__RmMdVa__stepNum:hover{background:var(--purple);color:#fff;box-shadow:0 0 30px var(--purple-glow)}.Process-module__RmMdVa__stepTitle{color:var(--text-heading);margin-bottom:6px;font-size:14px;font-weight:700}.Process-module__RmMdVa__stepDesc{color:var(--text-muted);font-size:12px;line-height:1.5}.Process-module__RmMdVa__stepConnector{color:var(--text-muted);opacity:.3;font-size:16px;position:absolute;top:48px;right:-16px}@media (max-width:900px){.Process-module__RmMdVa__processGrid{grid-template-columns:repeat(3,1fr);gap:30px}.Process-module__RmMdVa__stepConnector{display:none}}@media (max-width:600px){.Process-module__RmMdVa__processGrid{grid-template-columns:repeat(2,1fr)}}
.TechStack-module__WlEV-q__techSection{max-width:1200px;margin:0 auto 80px;padding:0 24px}.TechStack-module__WlEV-q__sectionHeader{text-align:center;margin-bottom:48px}.TechStack-module__WlEV-q__techGroups{flex-direction:column;gap:24px;display:flex}.TechStack-module__WlEV-q__techGroupLabel{text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-size:13px;font-weight:700}.TechStack-module__WlEV-q__techRow{flex-wrap:wrap;gap:10px;display:flex}.TechStack-module__WlEV-q__techTag{cursor:default;border-radius:50px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .3s}.TechStack-module__WlEV-q__tagRed{background:var(--red-glow);color:var(--red);border:1px solid #ed193f33}.TechStack-module__WlEV-q__tagRed:hover{background:var(--red);color:#fff;box-shadow:0 0 20px var(--red-glow)}.TechStack-module__WlEV-q__tagYellow{background:var(--yellow-glow);color:var(--yellow);border:1px solid #facc1533}.TechStack-module__WlEV-q__tagYellow:hover{background:var(--yellow);color:var(--bg-primary);box-shadow:0 0 20px var(--yellow-glow)}.TechStack-module__WlEV-q__tagGreen{background:var(--green-glow);color:var(--green);border:1px solid #10b98133}.TechStack-module__WlEV-q__tagGreen:hover{background:var(--green);color:#fff;box-shadow:0 0 20px var(--green-glow)}.TechStack-module__WlEV-q__tagPink{background:var(--pink-glow);color:var(--pink);border:1px solid #ec489933}.TechStack-module__WlEV-q__tagPink:hover{background:var(--pink);color:#fff;box-shadow:0 0 20px var(--pink-glow)}
.CTA-module__CdZh3q__ctaSection{max-width:1200px;margin:0 auto 80px;padding:0 24px}.CTA-module__CdZh3q__ctaBox{border:1px solid var(--card-border);text-align:center;background:linear-gradient(135deg,#ed193f14,#facc150d,#10b9810d,#ec489914);border-radius:24px;padding:64px;position:relative;overflow:hidden}.CTA-module__CdZh3q__ctaBox:before{content:"";background:linear-gradient(135deg, var(--red), var(--yellow), var(--green), var(--pink), var(--red));z-index:-1;opacity:.3;background-size:300% 300%;border-radius:25px;animation:6s infinite CTA-module__CdZh3q__gradientShift;position:absolute;inset:-2px}.CTA-module__CdZh3q__ctaBox h2{color:var(--text-heading);margin-bottom:16px;font-size:32px;font-weight:800}.CTA-module__CdZh3q__ctaBox p{max-width:500px;margin:0 auto 32px;font-size:16px}.CTA-module__CdZh3q__btnRed{background:var(--red);color:var(--text-heading);cursor:pointer;border:none;border-radius:10px;padding:16px 36px;font-size:16px;font-weight:700;transition:all .3s;display:inline-block}.CTA-module__CdZh3q__btnRed:hover{box-shadow:0 0 40px var(--red-glow);transform:translateY(-3px)}
