.Header-module__Af2_WG__header{-webkit-backdrop-filter:blur(10px);z-index:1000;background:#ffffffe6;border-bottom:1px solid #e2e8f0cc;justify-content:center;align-items:center;height:80px;transition:height .4s cubic-bezier(.16,1,.3,1),background-color .4s cubic-bezier(.16,1,.3,1),-webkit-backdrop-filter .4s cubic-bezier(.16,1,.3,1),backdrop-filter .4s cubic-bezier(.16,1,.3,1),border-bottom-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);animation:.8s cubic-bezier(.16,1,.3,1) forwards Header-module__Af2_WG__slideDown;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}@keyframes Header-module__Af2_WG__slideDown{to{transform:translateY(0)}}.Header-module__Af2_WG__scrolled{-webkit-backdrop-filter:blur(16px);background:#ffffffd1;border-bottom-color:#e2e8f066;height:65px;box-shadow:0 10px 30px -10px #05244214}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 1.5rem;display:flex}.Header-module__Af2_WG__logo{cursor:pointer;align-items:center;gap:.75rem;height:35px;display:flex}.Header-module__Af2_WG__logoImg{object-fit:contain;width:auto;height:100%}.Header-module__Af2_WG__nav{align-items:center;gap:2rem;display:flex}.Header-module__Af2_WG__navLink{color:var(--color-primary);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.Header-module__Af2_WG__navLink:after{content:"";background:var(--color-secondary);width:0;height:2px;transition:width var(--transition-normal);position:absolute;bottom:0;left:0}.Header-module__Af2_WG__navLink:hover{color:var(--color-secondary)}.Header-module__Af2_WG__navLink:hover:after{width:100%}.Header-module__Af2_WG__ctaBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);border:1px solid var(--color-primary);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-sm);padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.Header-module__Af2_WG__ctaBtn:hover{background:var(--color-secondary);border-color:var(--color-secondary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Header-module__Af2_WG__hamburger{cursor:pointer;color:var(--color-primary);z-index:1002;background:0 0;border:none;padding:.5rem;display:none}.Header-module__Af2_WG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all var(--transition-normal);z-index:1000;background:#05244266;position:fixed;inset:0}.Header-module__Af2_WG__overlayOpen{opacity:1;visibility:visible}.Header-module__Af2_WG__drawer{z-index:1001;width:300px;height:100vh;transition:right var(--transition-normal);background:#fff;flex-direction:column;gap:1.5rem;padding:6rem 2rem 2rem;display:flex;position:fixed;top:0;right:-300px;box-shadow:-10px 0 30px #0000001a}.Header-module__Af2_WG__drawerOpen{right:0}.Header-module__Af2_WG__drawerLink{color:var(--color-primary);border-bottom:1px solid var(--color-border);padding:.5rem 0;font-size:1.15rem;font-weight:600}.Header-module__Af2_WG__drawerLink:hover{color:var(--color-secondary)}.Header-module__Af2_WG__drawerCtaBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);text-align:center;border:1px solid var(--color-primary);cursor:pointer;margin-top:1rem;padding:.85rem 1.5rem;font-size:1.05rem;font-weight:600}.Header-module__Af2_WG__drawerCtaBtn:hover{background:var(--color-secondary);border-color:var(--color-secondary)}@media (max-width:992px){.Header-module__Af2_WG__nav{display:none}.Header-module__Af2_WG__hamburger{display:block}}
.Hero-module__Z8hQ_W__hero{background:radial-gradient(circle at 80% 20%, var(--color-bg-secondary) 0%, #fff 60%);align-items:center;min-height:calc(100vh - 80px);padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.Hero-module__Z8hQ_W__contentWrapper{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.Hero-module__Z8hQ_W__leftCol{flex-direction:column;gap:2rem;display:flex}.Hero-module__Z8hQ_W__badge{background:var(--color-bg-accent);color:var(--color-primary);border-radius:var(--radius-full);border:1px solid #0524421a;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Hero-module__Z8hQ_W__badgeHighlight{color:var(--color-secondary)}.Hero-module__Z8hQ_W__title{color:var(--color-primary);font-size:3.5rem;font-weight:800;line-height:1.15}.Hero-module__Z8hQ_W__titleHighlight{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__Z8hQ_W__mobileBr{display:none}.Hero-module__Z8hQ_W__subtitle{color:var(--color-text-muted);max-width:600px;font-size:1.15rem;line-height:1.7}.Hero-module__Z8hQ_W__desktopSubtitle{display:inline}.Hero-module__Z8hQ_W__mobileSubtitle{display:none}.Hero-module__Z8hQ_W__ctaGroup{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__Z8hQ_W__btnPrimary{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);border:1px solid var(--color-primary);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-md);padding:1rem 2rem;font-size:1rem;font-weight:600}.Hero-module__Z8hQ_W__btnPrimary:hover{background:var(--color-secondary);border-color:var(--color-secondary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Hero-module__Z8hQ_W__btnSecondary{color:var(--color-primary);border-radius:var(--radius-md);border:1.5px solid var(--color-primary);cursor:pointer;transition:all var(--transition-normal);background:#fff;padding:1rem 2rem;font-size:1rem;font-weight:600}.Hero-module__Z8hQ_W__btnSecondary:hover{background:var(--color-bg-secondary);transform:translateY(-2px)}.Hero-module__Z8hQ_W__rightCol{perspective:1200px;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Hero-module__Z8hQ_W__consoleFrame{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);width:100%;max-width:460px;transform-style:preserve-3d;background:#0d121fe6;border:1px solid #ffffff1a;flex-direction:column;transition:all .8s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #05244266,inset 0 0 0 1px #ffffff0d}.Hero-module__Z8hQ_W__consoleFrame:hover{box-shadow:0 30px 60px -15px #05244266;transform:scale(1.02)rotateX(2deg)rotateY(-2deg)rotate(0)!important}.Hero-module__Z8hQ_W__frameProblem{border-color:#ef444440;animation:3s ease-in-out infinite alternate Hero-module__Z8hQ_W__glowProblemPulse;transform:rotateY(-10deg)rotateX(5deg)rotate(-1deg)}.Hero-module__Z8hQ_W__frameSolution{border-color:#ad7d3d40;animation:3s ease-in-out infinite alternate Hero-module__Z8hQ_W__glowSolutionPulse;transform:rotateY(10deg)rotateX(5deg)rotate(1deg)}@keyframes Hero-module__Z8hQ_W__glowProblemPulse{0%,to{box-shadow:0 20px 50px -10px #ef444426,0 0 15px #ef44441a,inset 0 0 0 1px #ef444426}50%{border-color:#ef444466;box-shadow:0 20px 50px -10px #ef444447,0 0 30px #ef444438,inset 0 0 0 1px #ef444440}}@keyframes Hero-module__Z8hQ_W__glowSolutionPulse{0%,to{box-shadow:0 20px 50px -10px #ad7d3d2e,0 0 15px #ad7d3d1f,inset 0 0 0 1px #ad7d3d26}50%{border-color:#ad7d3d73;box-shadow:0 20px 50px -10px #ad7d3d52,0 0 30px #ad7d3d40,inset 0 0 0 1px #ad7d3d4d}}.Hero-module__Z8hQ_W__consoleHeader{background:#141b2e;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:38px;padding:0 1rem;display:flex}.Hero-module__Z8hQ_W__dotGroup{gap:.35rem;display:flex}.Hero-module__Z8hQ_W__dot{border-radius:50%;width:10px;height:10px}.Hero-module__Z8hQ_W__dotRed{background:#ef4444}.Hero-module__Z8hQ_W__dotYellow{background:#eab308}.Hero-module__Z8hQ_W__dotGreen{background:#22c55e}.Hero-module__Z8hQ_W__consoleTitle{color:#94a3b8;font-family:monospace;font-size:.75rem}.Hero-module__Z8hQ_W__consoleLock{color:#64748b;align-items:center;display:flex}.Hero-module__Z8hQ_W__consoleTabs{background:#080c14;border-bottom:1px solid #ffffff0d;grid-template-columns:1fr 1fr;display:grid}.Hero-module__Z8hQ_W__tabBtn{color:#64748b;cursor:pointer;transition:all var(--transition-fast);font-size:.8rem;font-weight:700;font-family:var(--font-outfit), sans-serif;letter-spacing:.02em;background:0 0;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.65rem;display:flex}.Hero-module__Z8hQ_W__tabBtn:hover{color:#94a3b8;background:#ffffff05}.Hero-module__Z8hQ_W__tabBtnProblemActive{color:#f87171;background:#ef444414;border-bottom:2px solid #ef4444;box-shadow:inset 0 -2px 10px #ef444426}.Hero-module__Z8hQ_W__tabBtnSolutionActive{color:var(--color-secondary-light);border-bottom:2px solid var(--color-secondary);background:#ad7d3d14;box-shadow:inset 0 -2px 10px #ad7d3d33}.Hero-module__Z8hQ_W__screenArea{perspective:800px;height:300px;transform-style:preserve-3d;background:#030712;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__gridBg{z-index:1;background-image:radial-gradient(circle,#0d1b2e73 0%,#030712f2 85%),linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:100% 100%,20px 20px,20px 20px;position:absolute;inset:0}.Hero-module__Z8hQ_W__laserLine{z-index:3;pointer-events:none;opacity:.9;background:linear-gradient(90deg,#0000,#ad7d3dd9,#0000);width:100%;height:3px;animation:4s linear infinite Hero-module__Z8hQ_W__laserWipe;position:absolute;left:0;box-shadow:0 0 12px 3px #ad7d3d66}.Hero-module__Z8hQ_W__frameProblem .Hero-module__Z8hQ_W__laserLine{background:linear-gradient(90deg,#0000,#ef4444d9,#0000);box-shadow:0 0 12px 3px #ef444466}@keyframes Hero-module__Z8hQ_W__laserWipe{0%{top:-2%}to{top:102%}}.Hero-module__Z8hQ_W__scene{opacity:0;visibility:hidden;z-index:2;backface-visibility:hidden;width:100%;height:100%;transform-style:preserve-3d;flex-direction:column;gap:.6rem;padding:1.15rem 1.25rem;transition:opacity .8s,visibility .8s,transform .8s cubic-bezier(.175,.885,.32,1.15);display:flex;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__sceneProblem{transform:rotateY(0)translateZ(0)}.Hero-module__Z8hQ_W__sceneProblem:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#ef444414 0%,#0000 70%);width:260px;height:260px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__sceneSolution{transform:rotateY(180deg)translateZ(0)}.Hero-module__Z8hQ_W__sceneSolution:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#ad7d3d14 0%,#0000 70%);width:260px;height:260px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__sceneProblem.Hero-module__Z8hQ_W__sceneActive,.Hero-module__Z8hQ_W__sceneSolution.Hero-module__Z8hQ_W__sceneActive{opacity:1;visibility:visible;transform:rotateY(0)translateZ(10px)}.Hero-module__Z8hQ_W__sceneProblem:not(.Hero-module__Z8hQ_W__sceneActive){opacity:0;visibility:hidden;transform:rotateY(-180deg)translateZ(-20px)}.Hero-module__Z8hQ_W__sceneSolution:not(.Hero-module__Z8hQ_W__sceneActive){opacity:0;visibility:hidden;transform:rotateY(180deg)translateZ(-20px)}.Hero-module__Z8hQ_W__sceneTitleRow{align-items:center;gap:.5rem;display:flex}.Hero-module__Z8hQ_W__alertPulse{color:#ef4444;border-radius:var(--radius-sm);background:#ef44441f;border:1px solid #ef444433;padding:.15rem .4rem;font-family:monospace;font-size:.65rem;font-weight:800;animation:1.5s infinite Hero-module__Z8hQ_W__pulseAlert}@keyframes Hero-module__Z8hQ_W__pulseAlert{0%,to{opacity:.7;box-shadow:0 0 #ef444433}50%{opacity:1;box-shadow:0 0 6px 1px #ef444466}}.Hero-module__Z8hQ_W__successPulse{color:#22c55e;border-radius:var(--radius-sm);background:#22c55e1f;border:1px solid #22c55e33;padding:.15rem .4rem;font-family:monospace;font-size:.65rem;font-weight:800;animation:1.5s infinite Hero-module__Z8hQ_W__pulseSuccess}@keyframes Hero-module__Z8hQ_W__pulseSuccess{0%,to{opacity:.7;box-shadow:0 0 #22c55e33}50%{opacity:1;box-shadow:0 0 6px 1px #22c55e66}}.Hero-module__Z8hQ_W__statusTitle{color:#f8fafc;letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:700}.Hero-module__Z8hQ_W__problemFloatContainer,.Hero-module__Z8hQ_W__solutionFloatContainer{flex-direction:column;flex-grow:1;gap:.65rem;display:flex}.Hero-module__Z8hQ_W__floatCard{-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-md);transition:all var(--transition-normal);align-items:center;gap:.75rem;padding:.65rem .85rem;display:flex}.Hero-module__Z8hQ_W__sceneProblem .Hero-module__Z8hQ_W__floatCard{background:#ef444405;border:1px solid #ef44441f;box-shadow:0 4px 15px #ef44440a}.Hero-module__Z8hQ_W__sceneProblem .Hero-module__Z8hQ_W__floatCard:hover{background:#ef44440d;border-color:#ef444433;transform:translateY(-2px);box-shadow:0 6px 20px #ef444414}.Hero-module__Z8hQ_W__sceneSolution .Hero-module__Z8hQ_W__floatCard{background:#22c55e05;border:1px solid #22c55e1f;box-shadow:0 4px 15px #22c55e0a}.Hero-module__Z8hQ_W__sceneSolution .Hero-module__Z8hQ_W__floatCard:hover{background:#22c55e0d;border-color:#22c55e33;transform:translateY(-2px);box-shadow:0 6px 20px #22c55e14}.Hero-module__Z8hQ_W__sceneSolution .Hero-module__Z8hQ_W__floatSolution3{border-left:3px solid var(--color-secondary)!important;background:#ad7d3d08!important;border:1px solid #ad7d3d1f!important}.Hero-module__Z8hQ_W__sceneSolution .Hero-module__Z8hQ_W__floatSolution3:hover{box-shadow:0 6px 20px #ad7d3d14;background:#ad7d3d0f!important;border-color:#ad7d3d38!important}.Hero-module__Z8hQ_W__floatCardIconProblem{color:#f87171;justify-content:center;align-items:center;animation:.5s infinite Hero-module__Z8hQ_W__iconJitter;display:flex}.Hero-module__Z8hQ_W__floatCardIconSolution{color:#4ade80;justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__floatSolution2 .Hero-module__Z8hQ_W__floatCardIconSolution{transform-style:preserve-3d;animation:3s ease-in-out infinite Hero-module__Z8hQ_W__rotateShield}.Hero-module__Z8hQ_W__floatCardText{flex-direction:column;flex-grow:1;gap:.15rem;display:flex}.Hero-module__Z8hQ_W__floatCardText h4{color:#f8fafc;font-size:.85rem;font-weight:700}.Hero-module__Z8hQ_W__floatCardText p{color:#94a3b8;font-size:.7rem;line-height:1.3}.Hero-module__Z8hQ_W__fineBadge{color:#f87171;border-radius:var(--radius-sm);background:#ef444426;border:1px solid #ef444433;padding:.15rem .4rem;font-size:.7rem;font-weight:800}.Hero-module__Z8hQ_W__successTag{color:#4ade80;border-radius:var(--radius-sm);background:#22c55e26;border:1px solid #22c55e33;padding:.15rem .4rem;font-size:.65rem;font-weight:800}.Hero-module__Z8hQ_W__savedBadge{color:var(--color-secondary-light);border-radius:var(--radius-sm);background:#ad7d3d26;border:1px solid #ad7d3d33;padding:.15rem .4rem;font-size:.7rem;font-weight:800}.Hero-module__Z8hQ_W__floatProblem1{border-left:3px solid #ef4444;animation:4s ease-in-out infinite alternate Hero-module__Z8hQ_W__floatUp1}.Hero-module__Z8hQ_W__floatProblem2{border-left:3px solid #ef4444;animation:5s ease-in-out infinite alternate Hero-module__Z8hQ_W__floatUp2}.Hero-module__Z8hQ_W__floatProblem3{border-left:3px solid #ef4444;animation:4.5s ease-in-out infinite alternate Hero-module__Z8hQ_W__floatUp3}.Hero-module__Z8hQ_W__floatSolution1{border-left:3px solid #22c55e;animation:4.5s ease-in-out infinite alternate Hero-module__Z8hQ_W__floatUp1}.Hero-module__Z8hQ_W__floatSolution2{border-left:3px solid #22c55e;animation:4s ease-in-out infinite alternate Hero-module__Z8hQ_W__floatUp2}.Hero-module__Z8hQ_W__floatSolution3{border-left:3px solid var(--color-secondary);animation:5s ease-in-out infinite alternate Hero-module__Z8hQ_W__floatUp3}@keyframes Hero-module__Z8hQ_W__floatUp1{0%{transform:translateY(0)}to{transform:translateY(-4px)}}@keyframes Hero-module__Z8hQ_W__floatUp2{0%{transform:translateY(0)}to{transform:translateY(-6px)}}@keyframes Hero-module__Z8hQ_W__floatUp3{0%{transform:translateY(0)}to{transform:translateY(-3px)}}.Hero-module__Z8hQ_W__sceneFooterTextProblem,.Hero-module__Z8hQ_W__sceneFooterTextSolution{border-top:1px solid #ffffff0d;margin-top:auto;padding-top:.5rem;font-family:monospace;font-size:.65rem}.Hero-module__Z8hQ_W__sceneFooterTextProblem{color:#f87171}.Hero-module__Z8hQ_W__sceneFooterTextSolution{color:#4ade80}.Hero-module__Z8hQ_W__consoleFooter{background:#080c14;border-top:1px solid #ffffff0d;align-items:center;gap:.5rem;height:38px;padding:0 1rem;display:flex}.Hero-module__Z8hQ_W__footerPrompt{color:var(--color-secondary-light);font-family:monospace;font-size:.8rem;font-weight:700}.Hero-module__Z8hQ_W__footerCommand{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;font-family:monospace;font-size:.7rem;overflow:hidden}.Hero-module__Z8hQ_W__indicatorPulse{background:#cbd5e1;width:6px;height:10px;animation:1s step-end infinite Hero-module__Z8hQ_W__cursorBlink}@keyframes Hero-module__Z8hQ_W__cursorBlink{0%,to{opacity:0}50%{opacity:1}}.Hero-module__Z8hQ_W__progressBarContainer{-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-md);background:#141b2e99;border:1px solid #ffffff0a;border-left:3px solid #22c55e;flex-direction:column;gap:.4rem;padding:.65rem .85rem;display:flex;transform:translateZ(35px);box-shadow:0 4px 15px #0003}.Hero-module__Z8hQ_W__progressBarLabelRow{color:#f8fafc;justify-content:space-between;font-size:.75rem;font-weight:700;display:flex}.Hero-module__Z8hQ_W__progressPercent{color:#4ade80}.Hero-module__Z8hQ_W__progressBarOuter{border-radius:var(--radius-full);background:#ffffff14;border:1px solid #ffffff0d;width:100%;height:6px;overflow:hidden;box-shadow:inset 0 1px 3px #00000080}.Hero-module__Z8hQ_W__progressBarInner{border-radius:var(--radius-full);background:linear-gradient(90deg,#10b981,#34d399,#10b981) 0 0/200% 100%;width:0%;height:100%;box-shadow:0 0 8px #22c55eb3}.Hero-module__Z8hQ_W__sceneActive .Hero-module__Z8hQ_W__progressBarInner{animation:1.8s cubic-bezier(.4,0,.2,1) forwards Hero-module__Z8hQ_W__fillProgress,2.5s linear infinite Hero-module__Z8hQ_W__shineProgress}.Hero-module__Z8hQ_W__statusDotRed,.Hero-module__Z8hQ_W__statusDotGreen{vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-left:.45rem;display:inline-block}.Hero-module__Z8hQ_W__statusDotRed{background-color:#ef4444;animation:1.2s infinite Hero-module__Z8hQ_W__pulseDotRed;box-shadow:0 0 6px #ef4444}.Hero-module__Z8hQ_W__statusDotGreen{background-color:#22c55e;animation:1.2s infinite Hero-module__Z8hQ_W__pulseDotGreen;box-shadow:0 0 6px #22c55e}.Hero-module__Z8hQ_W__screenArea:before{content:"";z-index:4;pointer-events:none;border-top:1.5px solid #ffffff26;border-left:1.5px solid #ffffff26;width:12px;height:12px;transition:border-color .8s;position:absolute;top:10px;left:10px}.Hero-module__Z8hQ_W__screenArea:after{content:"";z-index:4;pointer-events:none;border-bottom:1.5px solid #ffffff26;border-right:1.5px solid #ffffff26;width:12px;height:12px;transition:border-color .8s;position:absolute;bottom:10px;right:10px}.Hero-module__Z8hQ_W__frameProblem .Hero-module__Z8hQ_W__screenArea:before,.Hero-module__Z8hQ_W__frameProblem .Hero-module__Z8hQ_W__screenArea:after{border-color:#ef444459}.Hero-module__Z8hQ_W__frameSolution .Hero-module__Z8hQ_W__screenArea:before,.Hero-module__Z8hQ_W__frameSolution .Hero-module__Z8hQ_W__screenArea:after{border-color:#ad7d3d66}@keyframes Hero-module__Z8hQ_W__iconJitter{0%,to{transform:scale(1)rotate(0)}25%{transform:scale(1.1)rotate(-10deg)translateY(-.5px)}75%{transform:scale(1.1)rotate(10deg)translateY(.5px)}}@keyframes Hero-module__Z8hQ_W__glitch{0%,to{text-shadow:1px 0 #ef4444b3,-1px 0 #3b82f6b3}50%{text-shadow:-1.5px 0 #ef4444cc,1.5px 0 #3b82f6cc}}@keyframes Hero-module__Z8hQ_W__rotateShield{0%{transform:rotateY(0)}50%{transform:rotateY(180deg)}to{transform:rotateY(360deg)}}@keyframes Hero-module__Z8hQ_W__fillProgress{0%{width:0%}to{width:100%}}@keyframes Hero-module__Z8hQ_W__shineProgress{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes Hero-module__Z8hQ_W__pulseDotRed{0%,to{opacity:.5;box-shadow:0 0 2px #ef4444}50%{opacity:1;box-shadow:0 0 8px #ef4444}}@keyframes Hero-module__Z8hQ_W__pulseDotGreen{0%,to{opacity:.5;box-shadow:0 0 2px #22c55e}50%{opacity:1;box-shadow:0 0 8px #22c55e}}.Hero-module__Z8hQ_W__statsContainer{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fff;margin-top:2rem;padding:2.5rem;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__statsTrack{grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;display:grid}.Hero-module__Z8hQ_W__mobileOnly{display:none!important}.Hero-module__Z8hQ_W__statItem{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Hero-module__Z8hQ_W__statNumber{color:var(--color-primary);font-size:2.25rem;font-weight:800;font-family:var(--font-outfit), sans-serif}.Hero-module__Z8hQ_W__statNumberHighlight{color:var(--color-secondary)}.Hero-module__Z8hQ_W__statLabel{color:var(--color-text-muted);font-size:.9rem;font-weight:600}@media (max-width:992px){.Hero-module__Z8hQ_W__contentWrapper{grid-template-columns:1fr;gap:3rem}.Hero-module__Z8hQ_W__rightCol{padding:2rem 0}.Hero-module__Z8hQ_W__consoleFrame{max-width:420px}.Hero-module__Z8hQ_W__screenArea{height:340px}.Hero-module__Z8hQ_W__statsContainer{padding:1.5rem}.Hero-module__Z8hQ_W__statsTrack{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{min-height:auto!important;padding:1.5rem 1rem 1rem!important}.Hero-module__Z8hQ_W__container{gap:1.5rem!important}.Hero-module__Z8hQ_W__contentWrapper{flex-direction:column;align-items:center;display:flex;gap:0!important}.Hero-module__Z8hQ_W__leftCol{display:contents}.Hero-module__Z8hQ_W__badge{order:1;margin-bottom:1rem}.Hero-module__Z8hQ_W__title{text-align:center;order:2;margin-bottom:1rem;letter-spacing:-.02em!important;font-size:clamp(1.25rem,5.8vw,1.85rem)!important;line-height:1.25!important}.Hero-module__Z8hQ_W__mobileBr{display:inline!important}.Hero-module__Z8hQ_W__subtitle{text-align:center;box-sizing:border-box;order:3;width:100%;margin-bottom:2rem;padding:0 .5rem;font-size:.95rem;max-width:100%!important}.Hero-module__Z8hQ_W__desktopSubtitle{display:none!important}.Hero-module__Z8hQ_W__mobileSubtitle{display:inline!important}.Hero-module__Z8hQ_W__rightCol{order:4;margin-bottom:2rem;padding:1.25rem .5rem;perspective:none!important}.Hero-module__Z8hQ_W__ctaGroup{flex-direction:column;order:5;align-items:center;width:100%}.Hero-module__Z8hQ_W__btnPrimary,.Hero-module__Z8hQ_W__btnSecondary{text-align:center;width:100%}.Hero-module__Z8hQ_W__hideOnMobile{display:none!important}.Hero-module__Z8hQ_W__consoleFrame{width:94%;margin:0 auto;max-width:350px!important;transform:none!important;box-shadow:0 15px 30px #0006!important}.Hero-module__Z8hQ_W__consoleFrame:hover{transform:translateY(-2px)!important}.Hero-module__Z8hQ_W__frameProblem,.Hero-module__Z8hQ_W__frameSolution{animation:none!important;transform:none!important}.Hero-module__Z8hQ_W__frameProblem{border-color:#ef44444d!important;box-shadow:0 10px 25px #ef444426!important}.Hero-module__Z8hQ_W__frameSolution{border-color:#ad7d3d4d!important;box-shadow:0 10px 25px #ad7d3d26!important}.Hero-module__Z8hQ_W__screenArea{height:255px!important}.Hero-module__Z8hQ_W__scene{gap:.4rem!important;padding:.65rem .75rem!important;transform:none!important}.Hero-module__Z8hQ_W__sceneActive{transform:none!important}.Hero-module__Z8hQ_W__sceneProblem:not(.Hero-module__Z8hQ_W__sceneActive),.Hero-module__Z8hQ_W__sceneSolution:not(.Hero-module__Z8hQ_W__sceneActive){visibility:hidden;opacity:0;transform:none!important}.Hero-module__Z8hQ_W__problemFloatContainer,.Hero-module__Z8hQ_W__solutionFloatContainer{gap:.35rem!important}.Hero-module__Z8hQ_W__floatCard{border-left-width:2.5px!important;gap:.4rem!important;padding:.4rem .55rem!important;animation:none!important;transform:none!important}.Hero-module__Z8hQ_W__floatCard:hover{transform:none!important}.Hero-module__Z8hQ_W__floatCardText h4{font-size:.72rem!important}.Hero-module__Z8hQ_W__floatCardText p{font-size:.6rem!important;line-height:1.15!important}.Hero-module__Z8hQ_W__fineBadge,.Hero-module__Z8hQ_W__successTag,.Hero-module__Z8hQ_W__savedBadge{padding:.1rem .3rem!important;font-size:.6rem!important}.Hero-module__Z8hQ_W__progressBarContainer{margin-top:auto;gap:.25rem!important;padding:.4rem .55rem!important;transform:none!important}.Hero-module__Z8hQ_W__progressBarLabelRow{font-size:.65rem!important}.Hero-module__Z8hQ_W__statsContainer{margin-top:.25rem;padding:0;overflow:hidden;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.Hero-module__Z8hQ_W__statsTrack{flex-flow:row;gap:3.5rem;width:max-content;animation:20s linear infinite Hero-module__Z8hQ_W__marquee;display:flex}.Hero-module__Z8hQ_W__mobileOnly{display:flex!important}.Hero-module__Z8hQ_W__statItem{white-space:nowrap;flex-shrink:0;align-items:center;display:flex;flex-direction:row!important;gap:.4rem!important}.Hero-module__Z8hQ_W__statNumber{font-weight:800;font-size:1.25rem!important}.Hero-module__Z8hQ_W__statLabel{font-weight:500;font-size:.8rem!important;line-height:1!important}}@keyframes Hero-module__Z8hQ_W__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
.About-module__vqXTeW__about{background:#fff;padding:6rem 1.5rem;overflow:hidden}.About-module__vqXTeW__container{flex-direction:column;gap:5rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.About-module__vqXTeW__mainGrid{grid-template-columns:1.1fr .9fr;align-items:flex-start;gap:5rem;display:grid}.About-module__vqXTeW__introCol{flex-direction:column;gap:1.5rem;display:flex}.About-module__vqXTeW__sectionHeader{flex-direction:column;gap:.5rem;display:flex}.About-module__vqXTeW__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.About-module__vqXTeW__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.About-module__vqXTeW__description{color:var(--color-text-muted);font-size:1.05rem;line-height:1.7}.About-module__vqXTeW__visionColWrapper{width:100%;position:relative}.About-module__vqXTeW__movingBlob1{filter:blur(8px);z-index:1;pointer-events:none;background:radial-gradient(circle,#ad7d3d2e 0%,#fff0 70%);border-radius:50%;width:140px;height:140px;transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute;top:-30px;right:-30px}.About-module__vqXTeW__movingBlob2{z-index:1;pointer-events:none;border:1.5px dashed #05244214;border-radius:40% 60% 70% 30%/40% 50% 60%;width:180px;height:180px;transition:transform 1s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-40px;left:-40px}.About-module__vqXTeW__visionColWrapper:hover .About-module__vqXTeW__movingBlob1{transform:translate(-40px,40px)scale(1.25)}.About-module__vqXTeW__visionColWrapper:hover .About-module__vqXTeW__movingBlob2{transform:translate(30px,-30px)rotate(45deg)scale(.9)}.About-module__vqXTeW__visionCol{z-index:2;-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);border-left:5px solid var(--color-secondary);background:#fbf9f6d9;border-top:1px solid #ffffffb3;border-bottom:1px solid #e2e8f080;border-right:1px solid #e2e8f080;flex-direction:column;gap:2rem;padding:2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 30px #05244208}.About-module__vqXTeW__visionColWrapper:hover .About-module__vqXTeW__visionCol{border-left-color:var(--color-primary);background:#fbf9f6f2;transform:translateY(-6px);box-shadow:0 20px 40px -15px #0524421a}.About-module__vqXTeW__visionBlock{flex-direction:column;gap:.5rem;display:flex}.About-module__vqXTeW__blockTitle{color:var(--color-primary);font-size:1.35rem;font-weight:700}.About-module__vqXTeW__blockText{font-size:.95rem;line-height:1.6}.About-module__vqXTeW__valuesSection{flex-direction:column;gap:3rem;display:flex}.About-module__vqXTeW__valuesHeader{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.About-module__vqXTeW__valuesGrid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.About-module__vqXTeW__valueCard{border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);transition:all var(--transition-normal);background:#fff;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;display:flex}.About-module__vqXTeW__valueCard:hover{box-shadow:var(--shadow-lg);border-color:var(--color-secondary-light);transform:translateY(-5px)}.About-module__vqXTeW__iconWrapper{background:var(--color-bg-secondary);border-radius:var(--radius-full);width:50px;height:50px;color:var(--color-secondary);transition:all var(--transition-normal);justify-content:center;align-items:center;display:flex}.About-module__vqXTeW__valueCard:hover .About-module__vqXTeW__iconWrapper{background:var(--color-primary);color:#fff}.About-module__vqXTeW__valueTitle{color:var(--color-primary);font-size:1.1rem;font-weight:700}.About-module__vqXTeW__valueDesc{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}@media (max-width:992px){.About-module__vqXTeW__about{padding:4rem 1.5rem 2rem}.About-module__vqXTeW__mainGrid{grid-template-columns:1fr;gap:3rem}.About-module__vqXTeW__valuesGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.About-module__vqXTeW__about{padding:2.5rem 1rem 1rem!important}.About-module__vqXTeW__container{gap:2.5rem!important}.About-module__vqXTeW__heading{font-size:2rem}.About-module__vqXTeW__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.About-module__vqXTeW__valuesGrid{grid-template-columns:1fr}}
.Services-module__PFRRnG__services{background:var(--color-bg-secondary);padding:6rem 1.5rem}.Services-module__PFRRnG__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.Services-module__PFRRnG__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Services-module__PFRRnG__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Services-module__PFRRnG__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.Services-module__PFRRnG__tabsContainer{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:center;gap:.75rem;padding-bottom:1.5rem;display:flex}.Services-module__PFRRnG__mobileDropdown{display:none}.Services-module__PFRRnG__dropdownSelect{width:100%;color:var(--color-primary);border:2px solid var(--color-primary);border-radius:var(--radius-full);cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23052442' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 1rem center no-repeat;padding:.85rem 2.5rem .85rem 1.1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:border-color .2s}.Services-module__PFRRnG__dropdownSelect:focus{border-color:var(--color-secondary);outline:none}.Services-module__PFRRnG__tabBtn{color:var(--color-primary);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);background:#fff;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.Services-module__PFRRnG__tabBtn:hover{border-color:var(--color-secondary);color:var(--color-secondary);background:var(--color-bg-primary)}.Services-module__PFRRnG__tabBtnActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:var(--shadow-md)}.Services-module__PFRRnG__tabBtnActive:hover{background:var(--color-primary-light);color:#fff}.Services-module__PFRRnG__contentGrid{grid-template-columns:repeat(3,1fr);gap:2rem;min-height:300px;display:grid}.Services-module__PFRRnG__serviceCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:all var(--transition-normal);background:#fff;flex-direction:column;gap:1.5rem;padding:2.5rem 2rem;display:flex}.Services-module__PFRRnG__serviceCard:hover{box-shadow:var(--shadow-lg);border-color:var(--color-secondary-light);transform:translateY(-5px)}.Services-module__PFRRnG__cardHeader{align-items:center;gap:1rem;display:flex}.Services-module__PFRRnG__iconWrapper{border-radius:var(--radius-md);background:var(--color-bg-secondary);width:50px;height:50px;color:var(--color-secondary);justify-content:center;align-items:center;display:flex}.Services-module__PFRRnG__cardTitle{color:var(--color-primary);font-size:1.25rem;font-weight:700}.Services-module__PFRRnG__serviceList{flex-direction:column;gap:.75rem;margin-top:.5rem;list-style:none;display:flex}.Services-module__PFRRnG__serviceItem{color:var(--color-text);align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.4;display:flex}.Services-module__PFRRnG__checkIcon{color:var(--color-secondary);flex-shrink:0;margin-top:.15rem}.Services-module__PFRRnG__cardCta{color:var(--color-secondary);cursor:pointer;transition:color var(--transition-fast);align-items:center;gap:.5rem;margin-top:auto;font-size:.9rem;font-weight:700;display:inline-flex}.Services-module__PFRRnG__cardCta:hover{color:var(--color-primary)}@media (max-width:992px){.Services-module__PFRRnG__services{padding:3rem 1.5rem}.Services-module__PFRRnG__contentGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__PFRRnG__services{padding:2rem 1rem!important}.Services-module__PFRRnG__heading{font-size:1.55rem;line-height:1.25}.Services-module__PFRRnG__tabsContainer{display:none}.Services-module__PFRRnG__mobileDropdown{border-bottom:1px solid var(--color-border);padding-bottom:1.25rem;display:block}.Services-module__PFRRnG__container{gap:2rem}}@media (max-width:576px){.Services-module__PFRRnG__contentGrid{grid-template-columns:1fr}}
.WhyChooseUs-module__rvx7SW__whyUs{background:#fff;padding:7rem 1.5rem}.WhyChooseUs-module__rvx7SW__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.WhyChooseUs-module__rvx7SW__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.WhyChooseUs-module__rvx7SW__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.WhyChooseUs-module__rvx7SW__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.WhyChooseUs-module__rvx7SW__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.WhyChooseUs-module__rvx7SW__cardWrapper{perspective:1500px;cursor:pointer;outline:none;width:100%;height:330px}.WhyChooseUs-module__rvx7SW__mobileCard{display:none}.WhyChooseUs-module__rvx7SW__cardInner{width:100%;height:100%;transform-style:preserve-3d;transform:rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transition:transform .8s cubic-bezier(.175,.885,.32,1.15);position:relative}.WhyChooseUs-module__rvx7SW__cardWrapper:hover .WhyChooseUs-module__rvx7SW__cardInner,.WhyChooseUs-module__rvx7SW__cardWrapper:focus .WhyChooseUs-module__rvx7SW__cardInner,.WhyChooseUs-module__rvx7SW__cardWrapper:focus-within .WhyChooseUs-module__rvx7SW__cardInner{transform:rotateY(180deg) rotateX(var(--rx,0deg)) rotateY(calc(-1 * var(--ry,0deg)))}.WhyChooseUs-module__rvx7SW__cardFront,.WhyChooseUs-module__rvx7SW__cardBack{backface-visibility:hidden;border-radius:var(--radius-lg);width:100%;height:100%;box-shadow:var(--shadow-md);border:1px solid var(--color-border);transform-style:preserve-3d;flex-direction:column;gap:1rem;padding:2.5rem 2rem;display:flex;position:absolute;top:0;left:0}.WhyChooseUs-module__rvx7SW__cardFront{z-index:2;background:#fff;border:1px solid #e11d481a;border-top:5px solid #e11d48;transition:box-shadow .3s,border-color .3s;transform:rotateY(0)}.WhyChooseUs-module__rvx7SW__cardWrapper:hover .WhyChooseUs-module__rvx7SW__cardFront{box-shadow:0 15px 35px #e11d4814}.WhyChooseUs-module__rvx7SW__headerRow{align-items:center;gap:.75rem;display:flex;transform:translateZ(30px)}.WhyChooseUs-module__rvx7SW__iconWrapperProblem{border-radius:var(--radius-full);color:#e11d48;background:#e11d4814;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;transform:translateZ(50px)}.WhyChooseUs-module__rvx7SW__statusTagProblem{text-transform:uppercase;color:#e11d48;border-radius:var(--radius-full);letter-spacing:.05em;background:#e11d480f;padding:.25rem .65rem;font-size:.75rem;font-weight:700;transform:translateZ(40px)}.WhyChooseUs-module__rvx7SW__cardTitleProblem{color:var(--color-primary);font-size:1.35rem;font-weight:700;line-height:1.3;transform:translateZ(45px)}.WhyChooseUs-module__rvx7SW__cardTextProblem{color:var(--color-text-muted);flex-grow:1;font-size:.95rem;line-height:1.6;transform:translateZ(35px)}.WhyChooseUs-module__rvx7SW__actionBtnProblem{color:#e11d48;transition:transform var(--transition-fast);align-items:center;gap:.25rem;margin-top:auto;font-size:.85rem;font-weight:700;display:flex;transform:translateZ(40px)}.WhyChooseUs-module__rvx7SW__cardWrapper:hover .WhyChooseUs-module__rvx7SW__actionBtnProblem{transform:translateZ(40px)translate(4px)}.WhyChooseUs-module__rvx7SW__cardBack{background:var(--color-primary);color:#fff;border-top:5px solid var(--color-secondary);border-bottom:1px solid #ad7d3d33;border-left:1px solid #ad7d3d33;border-right:1px solid #ad7d3d33;transform:rotateY(180deg);box-shadow:0 15px 35px #05244233}.WhyChooseUs-module__rvx7SW__iconWrapperSolution{border-radius:var(--radius-full);width:44px;height:44px;color:var(--color-secondary-light);background:#ad7d3d26;flex-shrink:0;justify-content:center;align-items:center;display:flex;transform:translateZ(50px)}.WhyChooseUs-module__rvx7SW__statusTagSolution{text-transform:uppercase;color:var(--color-secondary-light);border-radius:var(--radius-full);letter-spacing:.05em;background:#ad7d3d1f;padding:.25rem .65rem;font-size:.75rem;font-weight:700;transform:translateZ(40px)}.WhyChooseUs-module__rvx7SW__cardTitleSolution{color:#fff;font-size:1.35rem;font-weight:700;line-height:1.3;transform:translateZ(45px)}.WhyChooseUs-module__rvx7SW__cardTextSolution{color:#cbd5e1;flex-grow:1;font-size:.95rem;line-height:1.6;transform:translateZ(35px)}.WhyChooseUs-module__rvx7SW__actionBtnSolution{color:var(--color-secondary-light);transition:transform var(--transition-fast), color var(--transition-fast);align-items:center;gap:.25rem;margin-top:auto;font-size:.85rem;font-weight:700;text-decoration:none;display:flex;transform:translateZ(40px)}.WhyChooseUs-module__rvx7SW__actionBtnSolution:hover{color:#fff;transform:translateZ(40px)translate(4px)}.WhyChooseUs-module__rvx7SW__mobileProblemSection{border-radius:var(--radius-lg);background:#fff;border:1px solid #e11d4826;border-top:4px solid #e11d48;flex-direction:column;gap:.75rem;padding:1.25rem 1rem;display:flex;box-shadow:0 2px 12px #e11d480f}.WhyChooseUs-module__rvx7SW__mobileSolutionSection{background:var(--color-primary);border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:3px solid var(--color-secondary);flex-direction:column;gap:.75rem;padding:1.25rem 1rem;animation:.25s WhyChooseUs-module__rvx7SW__slideDown;display:flex}@keyframes WhyChooseUs-module__rvx7SW__slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.WhyChooseUs-module__rvx7SW__mobileCardHeader{justify-content:space-between;align-items:center;display:flex}.WhyChooseUs-module__rvx7SW__mobileHeaderLeft{align-items:center;gap:.6rem;display:flex}.WhyChooseUs-module__rvx7SW__mobileToggleBtn{color:#e11d48;border-radius:var(--radius-full);cursor:pointer;background:#e11d4814;border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.WhyChooseUs-module__rvx7SW__mobileToggleBtn:hover{background:#e11d4826}.WhyChooseUs-module__rvx7SW__mobileProblemTitle{color:var(--color-primary);margin:0;font-size:1.05rem;font-weight:700;line-height:1.3}.WhyChooseUs-module__rvx7SW__mobileProblemText{color:var(--color-text-muted);margin:0;font-size:.88rem;line-height:1.6}.WhyChooseUs-module__rvx7SW__mobileRevealBtn{color:#e11d48;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;margin-top:.25rem;padding:0;font-family:inherit;font-size:.82rem;font-weight:700;display:inline-flex}.WhyChooseUs-module__rvx7SW__mobileSolutionTitle{color:#fff;margin:0;font-size:1.05rem;font-weight:700;line-height:1.3}.WhyChooseUs-module__rvx7SW__mobileSolutionText{color:#cbd5e1;margin:0;font-size:.88rem;line-height:1.6}.WhyChooseUs-module__rvx7SW__mobileSolutionCta{color:var(--color-secondary-light);align-items:center;gap:.3rem;margin-top:.25rem;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}@media (max-width:992px){.WhyChooseUs-module__rvx7SW__grid{grid-template-columns:1fr;gap:2rem;max-width:600px;margin:0 auto}.WhyChooseUs-module__rvx7SW__cardWrapper{height:300px}}@media (max-width:768px){.WhyChooseUs-module__rvx7SW__whyUs{padding:3rem 1rem}.WhyChooseUs-module__rvx7SW__container{gap:2rem}.WhyChooseUs-module__rvx7SW__heading{font-size:1.7rem;line-height:1.25}.WhyChooseUs-module__rvx7SW__grid{grid-template-columns:1fr;gap:1rem;max-width:100%;margin:0}.WhyChooseUs-module__rvx7SW__cardWrapper{display:none}.WhyChooseUs-module__rvx7SW__mobileCard{border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 16px #05244212}.WhyChooseUs-module__rvx7SW__iconWrapperProblem,.WhyChooseUs-module__rvx7SW__iconWrapperSolution,.WhyChooseUs-module__rvx7SW__statusTagProblem,.WhyChooseUs-module__rvx7SW__statusTagSolution{transform:none}}@media (max-width:480px){.WhyChooseUs-module__rvx7SW__whyUs{padding:2.5rem .85rem}}
.Process-module__gUgyKG__process{background:var(--color-bg-secondary);padding:6rem 1.5rem;overflow:hidden}.Process-module__gUgyKG__container{flex-direction:column;gap:5rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.Process-module__gUgyKG__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Process-module__gUgyKG__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Process-module__gUgyKG__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.Process-module__gUgyKG__timeline{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid;position:relative}.Process-module__gUgyKG__timeline:before{content:"";background:linear-gradient(90deg, var(--color-border) 0%, var(--color-secondary) 50%, var(--color-border) 100%);z-index:1;background-size:200% 100%;height:2px;animation:4s linear infinite Process-module__gUgyKG__laserFlow;position:absolute;top:40px;left:12.5%;right:12.5%}@keyframes Process-module__gUgyKG__laserFlow{0%{background-position:200% 0}to{background-position:-200% 0}}.Process-module__gUgyKG__stepCard{text-align:center;z-index:2;flex-direction:column;align-items:center;gap:1.5rem;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Process-module__gUgyKG__stepCard:hover{transform:translateY(-8px)}.Process-module__gUgyKG__numberCircle{border-radius:var(--radius-full);border:3px solid var(--color-border);width:80px;height:80px;color:var(--color-primary);background:#fff;justify-content:center;align-items:center;font-size:1.75rem;font-weight:800;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 6px -1px #05244214,0 2px 4px -1px #0524420a}.Process-module__gUgyKG__stepCard:hover .Process-module__gUgyKG__numberCircle{border-color:var(--color-secondary);color:#fff;background:var(--color-primary);transform:scale(1.1)translate3d(0,-4px,10px);box-shadow:0 20px 25px -5px #05244226,0 10px 10px -5px #05244214}.Process-module__gUgyKG__cardContent{flex-direction:column;gap:.75rem;display:flex}.Process-module__gUgyKG__stepTitle{color:var(--color-primary);font-size:1.25rem;font-weight:700}.Process-module__gUgyKG__stepText{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}@media (max-width:992px){.Process-module__gUgyKG__process{padding:3.5rem 1.25rem}.Process-module__gUgyKG__container{gap:2.5rem}.Process-module__gUgyKG__timeline{grid-template-columns:1fr;gap:2rem;padding-left:2rem}.Process-module__gUgyKG__timeline:before{background:linear-gradient(180deg, var(--color-border) 0%, var(--color-secondary) 50%, var(--color-border) 100%);background-size:100% 200%;width:2px;height:auto;animation:4s linear infinite Process-module__gUgyKG__laserFlowVertical;top:30px;bottom:30px;left:30px}.Process-module__gUgyKG__stepCard{text-align:left;flex-direction:row;align-items:flex-start;gap:1.25rem}.Process-module__gUgyKG__numberCircle{flex-shrink:0;width:60px;height:60px;font-size:1.35rem}.Process-module__gUgyKG__cardContent{padding-top:.5rem}}@keyframes Process-module__gUgyKG__laserFlowVertical{0%{background-position:0 200%}to{background-position:0 -200%}}@media (max-width:768px){.Process-module__gUgyKG__process{padding:2.5rem 1rem}.Process-module__gUgyKG__container{gap:2rem}.Process-module__gUgyKG__heading{font-size:1.6rem;line-height:1.25}.Process-module__gUgyKG__timeline{gap:1.5rem;padding-left:1.5rem}.Process-module__gUgyKG__timeline:before{left:25px}.Process-module__gUgyKG__stepCard{gap:1rem}.Process-module__gUgyKG__numberCircle{width:52px;height:52px;font-size:1.15rem}.Process-module__gUgyKG__stepTitle{font-size:1.05rem}.Process-module__gUgyKG__stepText{font-size:.88rem;line-height:1.55}}
.Calculators-module__HP0Axq__calculators{background:#fff;padding:6rem 1.5rem}.Calculators-module__HP0Axq__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.Calculators-module__HP0Axq__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Calculators-module__HP0Axq__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Calculators-module__HP0Axq__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.Calculators-module__HP0Axq__tabs{justify-content:center;gap:1rem;display:flex}.Calculators-module__HP0Axq__tabBtn{background:var(--color-bg-secondary);color:var(--color-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;display:flex}.Calculators-module__HP0Axq__tabBtn:hover{border-color:var(--color-secondary);color:var(--color-secondary);background:#fff}.Calculators-module__HP0Axq__tabBtnActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:var(--shadow-md)}.Calculators-module__HP0Axq__tabBtnActive:hover{background:var(--color-primary-light);color:#fff}.Calculators-module__HP0Axq__calcGrid{background:var(--color-bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);grid-template-columns:1.1fr .9fr;align-items:stretch;gap:3.5rem;padding:3rem;display:grid}.Calculators-module__HP0Axq__inputSection{flex-direction:column;gap:2rem;display:flex}.Calculators-module__HP0Axq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Calculators-module__HP0Axq__inputLabel{color:var(--color-primary);justify-content:space-between;font-size:.95rem;font-weight:700;display:flex}.Calculators-module__HP0Axq__labelValue{color:var(--color-secondary)}.Calculators-module__HP0Axq__textInput{border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;transition:border-color var(--transition-fast);outline:none;padding:1rem;font-size:1rem}.Calculators-module__HP0Axq__textInput:focus{border-color:var(--color-secondary)}.Calculators-module__HP0Axq__rangeInput{background:var(--color-border);border-radius:var(--radius-full);-webkit-appearance:none;cursor:pointer;outline:none;width:100%;height:6px}.Calculators-module__HP0Axq__rangeInput::-webkit-slider-thumb{-webkit-appearance:none;border-radius:var(--radius-full);background:var(--color-secondary);width:20px;height:20px;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast);border:2px solid #fff}.Calculators-module__HP0Axq__rangeInput::-webkit-slider-thumb:hover{background:var(--color-secondary-light);transform:scale(1.15)}.Calculators-module__HP0Axq__selectInput{border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;background:#fff;outline:none;width:100%;padding:1rem;font-size:1rem}.Calculators-module__HP0Axq__selectInput:focus{border-color:var(--color-secondary)}.Calculators-module__HP0Axq__radioGroup{gap:1rem;display:flex}.Calculators-module__HP0Axq__radioBtn{text-align:center;border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:#fff;flex:1;padding:1rem;font-weight:600}.Calculators-module__HP0Axq__radioBtnActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.Calculators-module__HP0Axq__outputSection{border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:2rem;padding:2.5rem;display:flex}.Calculators-module__HP0Axq__outputHeader{border-bottom:2px solid var(--color-bg-secondary);padding-bottom:1rem}.Calculators-module__HP0Axq__outputTitle{color:var(--color-primary);font-size:1.35rem;font-weight:800}.Calculators-module__HP0Axq__resultsList{flex-direction:column;gap:1.5rem;display:flex}.Calculators-module__HP0Axq__resultRow{justify-content:space-between;align-items:center;display:flex}.Calculators-module__HP0Axq__resultLabel{color:var(--color-text-muted);font-size:.95rem}.Calculators-module__HP0Axq__resultValue{color:var(--color-primary);font-size:1.25rem;font-weight:700;font-family:var(--font-outfit), sans-serif}.Calculators-module__HP0Axq__totalRow{border-top:2px dashed var(--color-border);margin-top:1rem;padding-top:1.5rem}.Calculators-module__HP0Axq__totalLabel{color:var(--color-primary);font-size:1.1rem;font-weight:700}.Calculators-module__HP0Axq__totalValue{color:var(--color-secondary);font-size:1.75rem;font-weight:800;font-family:var(--font-outfit), sans-serif}.Calculators-module__HP0Axq__visBar{border-radius:var(--radius-full);background:var(--color-border);height:10px;margin-top:1rem;display:flex;overflow:hidden}.Calculators-module__HP0Axq__barSegment1{background:var(--color-primary)}.Calculators-module__HP0Axq__barSegment2{background:var(--color-secondary)}@media (max-width:992px){.Calculators-module__HP0Axq__calcGrid{grid-template-columns:1fr;gap:2rem;padding:2rem}}@media (max-width:768px){.Calculators-module__HP0Axq__calculators{padding:2.5rem 1rem}.Calculators-module__HP0Axq__container{gap:2rem}.Calculators-module__HP0Axq__heading{font-size:1.75rem;line-height:1.25}.Calculators-module__HP0Axq__tabs{gap:.5rem;width:100%}.Calculators-module__HP0Axq__tabBtn{text-align:center;flex:1;padding:.75rem .5rem;font-size:.88rem}.Calculators-module__HP0Axq__calcGrid{gap:1.5rem;padding:1.25rem 1rem}.Calculators-module__HP0Axq__inputSection{gap:1.25rem}.Calculators-module__HP0Axq__radioGroup{flex-direction:row;gap:.5rem}.Calculators-module__HP0Axq__radioBtn{padding:.65rem .5rem;font-size:.82rem}.Calculators-module__HP0Axq__outputSection{padding:1.25rem}.Calculators-module__HP0Axq__resultValue{font-size:1.05rem}.Calculators-module__HP0Axq__totalValue{font-size:1.4rem}}@media (max-width:400px){.Calculators-module__HP0Axq__radioGroup{flex-direction:column;gap:.5rem}}
.Industries-module__7cW2oq__industries{background:var(--color-bg-secondary);padding:6rem 1.5rem}.Industries-module__7cW2oq__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.Industries-module__7cW2oq__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Industries-module__7cW2oq__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Industries-module__7cW2oq__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.Industries-module__7cW2oq__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Industries-module__7cW2oq__card{border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-normal);background:#fff;align-items:center;gap:1.5rem;padding:2.5rem 2rem;display:flex}.Industries-module__7cW2oq__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-secondary-light);transform:translateY(-5px)}.Industries-module__7cW2oq__iconWrapper{border-radius:var(--radius-md);background:var(--color-bg-secondary);width:50px;height:50px;color:var(--color-secondary);transition:all var(--transition-normal);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Industries-module__7cW2oq__card:hover .Industries-module__7cW2oq__iconWrapper{background:var(--color-primary);color:#fff}.Industries-module__7cW2oq__cardTitle{color:var(--color-primary);font-size:1.15rem;font-weight:700}@media (max-width:992px){.Industries-module__7cW2oq__industries{padding:3.5rem 1.25rem}.Industries-module__7cW2oq__container{gap:2.5rem}.Industries-module__7cW2oq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Industries-module__7cW2oq__industries{padding:2.5rem 1rem}.Industries-module__7cW2oq__container{gap:2rem}.Industries-module__7cW2oq__heading{font-size:1.7rem;line-height:1.25}.Industries-module__7cW2oq__card{padding:1.5rem 1.25rem}}@media (max-width:576px){.Industries-module__7cW2oq__grid{grid-template-columns:1fr;gap:1rem}}
.Team-module__Qyf_9a__team{background:#fff;padding:6rem 1.5rem}.Team-module__Qyf_9a__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.Team-module__Qyf_9a__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Team-module__Qyf_9a__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Team-module__Qyf_9a__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.Team-module__Qyf_9a__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Team-module__Qyf_9a__card{border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-normal);background:#fff;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 1.5rem;display:flex}.Team-module__Qyf_9a__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-secondary-light);transform:translateY(-5px)}.Team-module__Qyf_9a__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);color:#fff;width:90px;height:90px;font-size:1.75rem;font-weight:800;font-family:var(--font-outfit), sans-serif;box-shadow:var(--shadow-md);border:3px solid #fff;justify-content:center;align-items:center;display:flex}.Team-module__Qyf_9a__details{flex-direction:column;gap:.25rem;display:flex}.Team-module__Qyf_9a__name{color:var(--color-primary);font-size:1.2rem;font-weight:700}.Team-module__Qyf_9a__role{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.Team-module__Qyf_9a__bio{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}@media (max-width:992px){.Team-module__Qyf_9a__team{padding:3.5rem 1.25rem}.Team-module__Qyf_9a__container{gap:2.5rem}.Team-module__Qyf_9a__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.Team-module__Qyf_9a__team{padding:2.5rem 1rem}.Team-module__Qyf_9a__container{gap:2rem}.Team-module__Qyf_9a__heading{font-size:1.7rem;line-height:1.25}.Team-module__Qyf_9a__card{padding:1.75rem 1.25rem}}@media (max-width:480px){.Team-module__Qyf_9a__grid{grid-template-columns:1fr}}
.Testimonials-module__MlUweW__testimonials{background:var(--color-bg-secondary);padding:6rem 1.5rem}.Testimonials-module__MlUweW__container{flex-direction:column;align-items:center;gap:4rem;width:100%;max-width:900px;margin:0 auto;display:flex}.Testimonials-module__MlUweW__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Testimonials-module__MlUweW__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Testimonials-module__MlUweW__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.Testimonials-module__MlUweW__sliderCard{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);border:1px solid var(--color-border);text-align:center;transition:all var(--transition-normal);background:#fff;flex-direction:column;align-items:center;gap:2rem;padding:4rem;display:flex;position:relative}.Testimonials-module__MlUweW__quoteIcon{color:#ad7d3d26;font-family:serif;font-size:5rem;line-height:1;position:absolute;top:1rem}.Testimonials-module__MlUweW__stars{color:var(--color-secondary);gap:.25rem;display:flex}.Testimonials-module__MlUweW__quoteText{color:var(--color-primary);font-size:1.35rem;font-style:italic;font-weight:500;line-height:1.6}.Testimonials-module__MlUweW__clientInfo{flex-direction:column;gap:.25rem;display:flex}.Testimonials-module__MlUweW__name{color:var(--color-primary);font-size:1.15rem;font-weight:700}.Testimonials-module__MlUweW__company{color:var(--color-text-muted);font-size:.9rem}.Testimonials-module__MlUweW__controls{gap:1rem;display:flex}.Testimonials-module__MlUweW__arrowBtn{border-radius:var(--radius-full);width:50px;height:50px;color:var(--color-primary);border:1px solid var(--color-border);cursor:pointer;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);background:#fff;justify-content:center;align-items:center;display:flex}.Testimonials-module__MlUweW__arrowBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:var(--shadow-md)}@media (max-width:768px){.Testimonials-module__MlUweW__testimonials{padding:2.5rem 1rem}.Testimonials-module__MlUweW__container{gap:2rem}.Testimonials-module__MlUweW__heading{font-size:1.7rem;line-height:1.25}.Testimonials-module__MlUweW__sliderCard{padding:2rem 1.25rem}.Testimonials-module__MlUweW__quoteText{font-size:1rem}}
.FAQ-module__KSzKsa__faq{background:#fff;padding:6rem 1.5rem}.FAQ-module__KSzKsa__container{flex-direction:column;gap:4rem;width:100%;max-width:800px;margin:0 auto;display:flex}.FAQ-module__KSzKsa__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.FAQ-module__KSzKsa__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.FAQ-module__KSzKsa__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.FAQ-module__KSzKsa__searchWrapper{width:100%;max-width:500px;margin:0 auto;position:relative}.FAQ-module__KSzKsa__searchInput{border:1.5px solid var(--color-border);border-radius:var(--radius-full);width:100%;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);outline:none;padding:1rem 1rem 1rem 3rem;font-size:1rem}.FAQ-module__KSzKsa__searchInput:focus{border-color:var(--color-secondary);box-shadow:var(--shadow-md)}.FAQ-module__KSzKsa__searchIcon{color:var(--color-text-muted);position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.FAQ-module__KSzKsa__accordion{flex-direction:column;gap:1rem;display:flex}.FAQ-module__KSzKsa__item{border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-normal);overflow:hidden}.FAQ-module__KSzKsa__itemActive{border-color:var(--color-secondary-light);box-shadow:var(--shadow-md)}.FAQ-module__KSzKsa__questionHeader{cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex}.FAQ-module__KSzKsa__questionText{color:var(--color-primary);padding-right:1.5rem;font-size:1.1rem;font-weight:700;line-height:1.4}.FAQ-module__KSzKsa__chevron{color:var(--color-secondary);transition:transform var(--transition-normal);flex-shrink:0}.FAQ-module__KSzKsa__chevronRotated{transform:rotate(180deg)}.FAQ-module__KSzKsa__answerWrapper{max-height:0;transition:max-height var(--transition-normal) ease-out;background:var(--color-bg-secondary);overflow:hidden}.FAQ-module__KSzKsa__answerOpen{max-height:300px}.FAQ-module__KSzKsa__answerContent{color:var(--color-text);border-top:1px solid var(--color-border);padding:1.5rem;font-size:.95rem;line-height:1.6}@media (max-width:768px){.FAQ-module__KSzKsa__faq{padding:2.5rem 1rem}.FAQ-module__KSzKsa__container{gap:2rem}.FAQ-module__KSzKsa__heading{font-size:1.7rem;line-height:1.25}.FAQ-module__KSzKsa__questionText{font-size:.95rem}.FAQ-module__KSzKsa__questionHeader{padding:1.1rem 1rem}.FAQ-module__KSzKsa__answerContent{padding:1rem;font-size:.9rem}}
.Contact-module__OWeMSG__contact{background:var(--color-bg-secondary);padding:6rem 1.5rem}.Contact-module__OWeMSG__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.Contact-module__OWeMSG__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Contact-module__OWeMSG__tagline{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Contact-module__OWeMSG__heading{color:var(--color-primary);font-size:2.5rem;font-weight:800}.Contact-module__OWeMSG__grid{grid-template-columns:.8fr 1.2fr;align-items:stretch;gap:4rem;display:grid}.Contact-module__OWeMSG__infoCol{border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:2rem;padding:3rem;display:flex}.Contact-module__OWeMSG__infoTitle{color:var(--color-primary);font-size:1.5rem;font-weight:800}.Contact-module__OWeMSG__infoText{font-size:.95rem;line-height:1.6}.Contact-module__OWeMSG__infoList{flex-direction:column;gap:2rem;margin-top:1rem;display:flex}.Contact-module__OWeMSG__infoItem{align-items:flex-start;gap:1.25rem;display:flex}.Contact-module__OWeMSG__iconWrapper{border-radius:var(--radius-full);background:var(--color-bg-secondary);width:45px;height:45px;color:var(--color-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__OWeMSG__itemDetails{flex-direction:column;gap:.25rem;display:flex}.Contact-module__OWeMSG__itemLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.Contact-module__OWeMSG__itemValue{color:var(--color-primary);word-break:break-all;overflow-wrap:break-word;font-size:1rem;font-weight:600}.Contact-module__OWeMSG__formCol{border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:2rem;padding:3rem;display:flex}.Contact-module__OWeMSG__formTitle{color:var(--color-primary);font-size:1.5rem;font-weight:800}.Contact-module__OWeMSG__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Contact-module__OWeMSG__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__OWeMSG__formGroupFull{grid-column:span 2}.Contact-module__OWeMSG__label{color:var(--color-primary);font-size:.9rem;font-weight:700}.Contact-module__OWeMSG__input{border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;transition:border-color var(--transition-fast);outline:none;padding:.85rem 1rem;font-size:.95rem}.Contact-module__OWeMSG__input:focus{border-color:var(--color-secondary)}.Contact-module__OWeMSG__select{border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;background:#fff;outline:none;width:100%;padding:.85rem 1rem;font-size:.95rem}.Contact-module__OWeMSG__select:focus{border-color:var(--color-secondary)}.Contact-module__OWeMSG__textarea{border:1.5px solid var(--color-border);border-radius:var(--radius-md);resize:vertical;width:100%;min-height:120px;transition:border-color var(--transition-fast);outline:none;padding:.85rem 1rem;font-size:.95rem}.Contact-module__OWeMSG__textarea:focus{border-color:var(--color-secondary)}.Contact-module__OWeMSG__errorText{color:#ef4444;font-size:.8rem;font-weight:500}.Contact-module__OWeMSG__submitBtn{background:var(--color-primary);color:#fff;border:1px solid var(--color-primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:flex}.Contact-module__OWeMSG__submitBtn:hover{background:var(--color-secondary);border-color:var(--color-secondary);box-shadow:var(--shadow-md)}.Contact-module__OWeMSG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#05244299;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Contact-module__OWeMSG__modal{border-radius:var(--radius-lg);text-align:center;width:90%;max-width:450px;box-shadow:var(--shadow-xl);background:#fff;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards Contact-module__OWeMSG__modalPop;display:flex}@keyframes Contact-module__OWeMSG__modalPop{0%{opacity:0;transform:scale(.9)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.Contact-module__OWeMSG__successIcon{border-radius:var(--radius-full);width:65px;height:65px;color:var(--color-success);background:#ecfdf5;justify-content:center;align-items:center;display:flex}.Contact-module__OWeMSG__modalTitle{color:var(--color-primary);font-size:1.5rem;font-weight:800}.Contact-module__OWeMSG__modalText{font-size:.95rem;line-height:1.6}.Contact-module__OWeMSG__closeBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:background var(--transition-fast);border:none;padding:.75rem 2rem;font-weight:700}.Contact-module__OWeMSG__closeBtn:hover{background:var(--color-secondary)}@media (max-width:992px){.Contact-module__OWeMSG__grid{grid-template-columns:1fr;gap:2rem}.Contact-module__OWeMSG__infoCol,.Contact-module__OWeMSG__formCol{padding:1.75rem}}@media (max-width:768px){.Contact-module__OWeMSG__contact{padding:2.5rem 1rem}.Contact-module__OWeMSG__container{gap:1.75rem}.Contact-module__OWeMSG__heading{font-size:1.75rem;line-height:1.25}.Contact-module__OWeMSG__infoCol,.Contact-module__OWeMSG__formCol{padding:1.25rem 1rem}.Contact-module__OWeMSG__infoTitle,.Contact-module__OWeMSG__formTitle{font-size:1.2rem}.Contact-module__OWeMSG__infoText{font-size:.88rem}.Contact-module__OWeMSG__infoList{gap:1.25rem}.Contact-module__OWeMSG__itemValue{font-size:.9rem}}@media (max-width:576px){.Contact-module__OWeMSG__formGrid{grid-template-columns:1fr}.Contact-module__OWeMSG__formGroupFull{grid-column:span 1}.Contact-module__OWeMSG__submitBtn{width:100%;padding:.85rem 1rem;font-size:.82rem}}
.Footer-module__EZoWya__footer{background:var(--color-bg-dark);color:#fff;border-top:4px solid var(--color-secondary);padding:5rem 1.5rem 2rem}.Footer-module__EZoWya__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.Footer-module__EZoWya__grid{grid-template-columns:1.5fr repeat(3,1fr);gap:3.5rem;display:grid}.Footer-module__EZoWya__brandCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:.75rem;height:55px;display:inline-flex}.Footer-module__EZoWya__logoImg{object-fit:contain;width:auto;height:100%}.Footer-module__EZoWya__desc{color:#94a3b8;font-size:.95rem;line-height:1.6}.Footer-module__EZoWya__socialList{gap:1rem;list-style:none;display:flex}.Footer-module__EZoWya__socialLink{border-radius:var(--radius-full);color:#fff;width:40px;height:40px;transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__socialLink:hover{background:var(--color-secondary);color:#fff;border-color:var(--color-secondary);transform:translateY(-2px)}.Footer-module__EZoWya__navCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__EZoWya__colTitle{color:#fff;font-size:1.1rem;font-weight:700;font-family:var(--font-outfit), sans-serif;letter-spacing:.02em}.Footer-module__EZoWya__navList{flex-direction:column;gap:.85rem;list-style:none;display:flex}.Footer-module__EZoWya__navLink{color:#cbd5e1;transition:color var(--transition-fast);font-size:.9rem}.Footer-module__EZoWya__navLink:hover{color:var(--color-secondary-light)}.Footer-module__EZoWya__bottomBar{color:#94a3b8;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.Footer-module__EZoWya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__EZoWya__bottomLink{color:#cbd5e1}.Footer-module__EZoWya__bottomLink:hover{color:var(--color-secondary-light)}@media (max-width:992px){.Footer-module__EZoWya__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:576px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__EZoWya__bottomBar{text-align:center;flex-direction:column}.Footer-module__EZoWya__bottomLinks{flex-wrap:wrap;justify-content:center;gap:1rem}}
.WhatsAppFloat-module__Efpw-q__floatBtn{color:#fff;z-index:999;width:60px;height:60px;transition:all var(--transition-normal);background:#25d366;border-radius:50%;justify-content:center;align-items:center;animation:2s infinite WhatsAppFloat-module__Efpw-q__pulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 10px #25d3664d}.WhatsAppFloat-module__Efpw-q__floatBtn:hover{background:#20ba5a;transform:scale(1.1);box-shadow:0 6px 15px #25d36680}@keyframes WhatsAppFloat-module__Efpw-q__pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media (max-width:768px){.WhatsAppFloat-module__Efpw-q__floatBtn{width:50px;height:50px;bottom:20px;right:20px}}
