.Navbar-module__cJzEcG__header{z-index:2000;box-sizing:border-box;background:0 0;width:100%;padding:20px 32px;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__headerScrolled{padding:12px 32px}.Navbar-module__cJzEcG__navbar{z-index:2001;box-sizing:border-box;background:#f7f8fa;border:1px solid #d9d9d9;border-radius:50px;grid-template-columns:auto 1fr auto;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:8px 10px 8px 28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:grid;position:relative}.Navbar-module__cJzEcG__navbarScrolled{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#f7f8fab8;border-color:#00000014;box-shadow:0 4px 20px #0000000a,inset 0 1px 1px #fffc}.Navbar-module__cJzEcG__logo{text-decoration:none}.Navbar-module__cJzEcG__logoText{color:#0f172a;letter-spacing:-.4px;font-size:17px;font-weight:700}.Navbar-module__cJzEcG__navLinks{justify-self:center;align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cJzEcG__navItem{position:relative}.Navbar-module__cJzEcG__navLink{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:50px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:14.5px;font-weight:500;transition:all .2s;display:flex}.Navbar-module__cJzEcG__navLink:hover{color:#0f172a;background:#0000000a}.Navbar-module__cJzEcG__chevron{opacity:.4;transition:transform .3s}.Navbar-module__cJzEcG__navItem:hover .Navbar-module__cJzEcG__chevron{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdownMenu{opacity:0;visibility:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:340px;padding:20px;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 20px 40px #0000001a}.Navbar-module__cJzEcG__navItem:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__dropdownHeader{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:11px;font-weight:700}.Navbar-module__cJzEcG__dropdownList{flex-direction:column;gap:4px;display:flex}.Navbar-module__cJzEcG__dropdownItem{border-radius:10px;align-items:flex-start;gap:14px;padding:12px;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__cJzEcG__dropdownItem:hover{background:#f8fafc}.Navbar-module__cJzEcG__dropdownIcon{color:#3b82f6;flex-shrink:0}.Navbar-module__cJzEcG__dropdownTitle{color:#0f172a;margin-bottom:2px;font-size:14px;font-weight:600}.Navbar-module__cJzEcG__dropdownDesc{color:#64748b;font-size:12.5px;line-height:1.5}.Navbar-module__cJzEcG__rightActions{justify-self:end;align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__loginBtn{color:#0f172a;border:1.5px solid #0f172a;border-radius:10px;padding:9px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.Navbar-module__cJzEcG__loginBtn:hover{background:#f1f5f9}.Navbar-module__cJzEcG__downloadBtn{color:#000;background:#e8d5ff;border:1.5px solid #000;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__cJzEcG__downloadBtn:hover{background:#d8b4fe;transform:translateY(-1px)}.Navbar-module__cJzEcG__desktopOnly{display:flex}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:#0f172a;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;transition:transform .2s;display:none}.Navbar-module__cJzEcG__hamburger span{background:#fff;border-radius:1px;width:18px;height:1.5px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.Navbar-module__cJzEcG__hamburgerActive span:first-child{transform:translateY(6.5px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerActive span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburgerActive span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);z-index:1500;opacity:0;visibility:hidden;box-sizing:border-box;background:#ffffffe6;width:100%;height:100vh;padding:120px 24px 40px;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;overflow:hidden auto;transform:translateY(-10px)}.Navbar-module__cJzEcG__mobileMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cJzEcG__mobileMenuContent{box-sizing:border-box;width:100%;max-width:500px;margin:0 auto}.Navbar-module__cJzEcG__mobileNavSection{margin-bottom:40px}.Navbar-module__cJzEcG__mobileMenuLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;font-size:11px;font-weight:800}.Navbar-module__cJzEcG__mobileAccordionList{flex-direction:column;gap:8px;display:flex}.Navbar-module__cJzEcG__mobileAccordionItem{border-radius:16px;overflow:hidden}.Navbar-module__cJzEcG__mobileAccordionTrigger{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.Navbar-module__cJzEcG__triggerActive{background:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f614}.Navbar-module__cJzEcG__mobileChevron{color:#94a3b8;transition:transform .3s}.Navbar-module__cJzEcG__triggerActive .Navbar-module__cJzEcG__mobileChevron{color:#3b82f6;transform:rotate(180deg)}.Navbar-module__cJzEcG__mobileAccordionContent{flex-direction:column;gap:4px;max-height:0;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.Navbar-module__cJzEcG__contentVisible{max-height:500px;padding:12px 0}.Navbar-module__cJzEcG__mobileSubLink{border-radius:12px;align-items:center;gap:16px;padding:14px 20px;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__cJzEcG__mobileSubLink:active{background:#f1f5f9}.Navbar-module__cJzEcG__mobileSubIconWrapper{color:#3b82f6;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 4px #0000000a}.Navbar-module__cJzEcG__mobileSubLinkInfo{flex:1}.Navbar-module__cJzEcG__mobileSubTitle{color:#0f172a;margin-bottom:2px;font-size:14.5px;font-weight:600}.Navbar-module__cJzEcG__mobileSubDesc{color:#64748b;font-size:12.5px;line-height:1.4}.Navbar-module__cJzEcG__mobileCtaSection{flex-direction:column;gap:12px;display:flex}.Navbar-module__cJzEcG__mobilePrimaryCta,.Navbar-module__cJzEcG__mobileSecondaryCta{border-radius:14px;justify-content:center;align-items:center;padding:16px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__cJzEcG__mobilePrimaryCta{color:#fff;background:#0f172a}.Navbar-module__cJzEcG__mobileSecondaryCta{color:#000;background:#e8d5ff;border:1.5px solid #000}.Navbar-module__cJzEcG__menuBackdrop{z-index:1400;opacity:0;visibility:hidden;background:#0f172a33;transition:all .4s;position:fixed;inset:0}.Navbar-module__cJzEcG__backdropVisible{opacity:1;visibility:visible}@media (max-width:860px){.Navbar-module__cJzEcG__header{padding:12px 16px}.Navbar-module__cJzEcG__headerScrolled{padding:8px 16px}.Navbar-module__cJzEcG__navbar{border-radius:40px;grid-template-columns:auto 1fr auto;padding:6px 6px 6px 20px}.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__desktopOnly{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}@media (max-width:480px){.Navbar-module__cJzEcG__logoText{font-size:15px}.Navbar-module__cJzEcG__header{padding:12px}.Navbar-module__cJzEcG__navbar{padding:6px 6px 6px 16px}.Navbar-module__cJzEcG__mobileMenu{padding:100px 16px 40px}}
.Hero-module__ZARIfG__hero{text-align:center;background:#f7f8fa;flex-direction:column;align-items:center;padding:48px 40px 0;display:flex;overflow:hidden}.Hero-module__ZARIfG__trustBadge{background:#fff;border:1px solid #548ec7;border-radius:50px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;display:inline-flex}.Hero-module__ZARIfG__trustDot{background:#2563eb;border-radius:50%;flex-shrink:0;width:8px;height:8px}.Hero-module__ZARIfG__trustText{color:#548ec7;white-space:nowrap;font-size:13.5px;font-weight:500}.Hero-module__ZARIfG__headline{font-family:var(--font-poppins), sans-serif;color:#0f172a;letter-spacing:-1.5px;max-width:680px;margin-bottom:20px;font-size:clamp(34px,5vw,52px);font-weight:800;line-height:1.15}.Hero-module__ZARIfG__subheading{color:#6b7280;max-width:720px;margin-bottom:36px;font-size:clamp(18px,1.8vw,22px);font-weight:400;line-height:1.65}.Hero-module__ZARIfG__br{display:block}.Hero-module__ZARIfG__ctaGroup{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-bottom:60px;display:flex}.Hero-module__ZARIfG__btnPrimary{color:#fff;letter-spacing:.1px;background:#111827;border-radius:8px;padding:13px 30px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s}.Hero-module__ZARIfG__btnPrimary:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 6px 18px #11182740}.Hero-module__ZARIfG__btnSecondary{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;display:inline-flex}.Hero-module__ZARIfG__btnSecondary:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.Hero-module__ZARIfG__playIcon{color:#6b7280;align-items:center;font-size:10px;display:inline-flex}.Hero-module__ZARIfG__dashboardWrapper{width:100%;max-width:1060px;margin:0 auto}.Hero-module__ZARIfG__dashboardCard{background:#fff;border:1px solid #e5e7eb;border-radius:59px;line-height:0;overflow:hidden;box-shadow:0 0 0 1px #0000000a,0 8px 40px #00000014,0 24px 80px #0000000f}.Hero-module__ZARIfG__dashboardImage{object-fit:cover;width:100%;height:auto;display:block}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:36px 24px 0}.Hero-module__ZARIfG__headline{letter-spacing:-1px;max-width:100%;font-size:clamp(28px,7vw,40px)}.Hero-module__ZARIfG__subheading{max-width:100%;margin-bottom:28px;font-size:clamp(15px,4vw,18px)}.Hero-module__ZARIfG__ctaGroup{gap:10px;margin-bottom:40px}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnSecondary{padding:11px 22px;font-size:14px}.Hero-module__ZARIfG__dashboardCard{border-radius:24px}.Hero-module__ZARIfG__br{display:none}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding:24px 16px 0}.Hero-module__ZARIfG__trustBadge{margin-bottom:18px;padding:5px 12px}.Hero-module__ZARIfG__trustText{font-size:12px}.Hero-module__ZARIfG__headline{letter-spacing:-.8px;max-width:100%;margin-bottom:14px;font-size:clamp(26px,8.5vw,34px)}.Hero-module__ZARIfG__subheading{max-width:100%;margin-bottom:24px;font-size:15px;line-height:1.6}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;align-items:stretch;gap:10px;width:100%;margin-bottom:32px}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnSecondary{text-align:center;border-radius:8px;justify-content:center;width:100%;padding:13px 20px;font-size:15px}.Hero-module__ZARIfG__dashboardCard{border-radius:16px}}
.LogoBar-module__SG-4Ka__section{box-sizing:border-box;background:#fff;width:100%;max-width:1100px;margin:0 auto;padding:60px 24px 64px}.LogoBar-module__SG-4Ka__label{text-align:center;color:#9ca3af;letter-spacing:.2px;margin-bottom:32px;font-size:13px;font-weight:500}.LogoBar-module__SG-4Ka__grid{border-top:1px solid #f1f5f9;border-left:1px solid #f1f5f9;grid-template-columns:repeat(6,1fr);display:grid;overflow:hidden}.LogoBar-module__SG-4Ka__cell{cursor:default;background:#fff;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;justify-content:center;align-items:center;height:96px;padding:10px;transition:background .18s;display:flex}.LogoBar-module__SG-4Ka__cell:hover{background:#f9fafb}.LogoBar-module__SG-4Ka__logoText{font-family:var(--font-inter), Arial, sans-serif;-webkit-user-select:none;user-select:none;opacity:.75;text-align:center;transition:all .2s;display:block}.LogoBar-module__SG-4Ka__cell:hover .LogoBar-module__SG-4Ka__logoText{opacity:1;transform:scale(1.05)}@media (min-width:861px){.LogoBar-module__SG-4Ka__grid{background:#e5e7eb;border-top:1px solid #e5e7eb;border-left:1px solid #e5e7eb;grid-template-columns:repeat(6,1fr);gap:1px;display:grid;overflow:hidden}}@media (max-width:860px){.LogoBar-module__SG-4Ka__section{padding:40px 0;position:relative;overflow:hidden}.LogoBar-module__SG-4Ka__label{margin-bottom:24px;padding:0 20px}.LogoBar-module__SG-4Ka__grid{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding:0 20px 10px;display:flex;overflow:auto hidden}.LogoBar-module__SG-4Ka__grid::-webkit-scrollbar{display:none}.LogoBar-module__SG-4Ka__section:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000,#fff);width:60px;height:100px;position:absolute;top:50px;right:0}.LogoBar-module__SG-4Ka__cell{scroll-snap-align:center;background:0 0;border:none;flex:0 0 140px;height:84px;padding:12px}.LogoBar-module__SG-4Ka__logoText{font-size:.85em!important}}@media (max-width:480px){.LogoBar-module__SG-4Ka__cell{flex:0 0 125px;height:76px}.LogoBar-module__SG-4Ka__section{padding:32px 0}}
.BeforeAfter-module__rk3SHW__section{background:#f7f8fa;flex-direction:column;align-items:center;gap:56px;width:100%;max-width:1100px;margin:0 auto;padding:100px 48px;display:flex}.BeforeAfter-module__rk3SHW__title{color:#0f172a;text-align:center;letter-spacing:-1px;font-size:clamp(30px,4.5vw,42px);font-weight:700;line-height:1.1}.BeforeAfter-module__rk3SHW__comparison{align-items:center;gap:0;width:100%;display:flex}.BeforeAfter-module__rk3SHW__cardBefore,.BeforeAfter-module__rk3SHW__cardAfter{border-radius:24px;flex-direction:column;flex:1;align-items:center;gap:16px;height:340px;padding:28px 24px;display:flex}.BeforeAfter-module__rk3SHW__cardBefore{background:#fff;border:1px solid #e5e7eb}.BeforeAfter-module__rk3SHW__badgeBefore{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50px;flex-shrink:0;padding:5px 18px;font-size:13px;font-weight:600;display:inline-block}.BeforeAfter-module__rk3SHW__innerBox{background:#f3f4f6;border-radius:14px;flex:1;justify-content:center;align-items:center;width:100%;padding:12px 16px;display:flex;overflow:hidden}.BeforeAfter-module__rk3SHW__beforeText{color:#9ca3af;text-align:center;font-size:17px;font-weight:500;line-height:1.55;display:block}.BeforeAfter-module__rk3SHW__cardAfter{background:#0d0d0d}.BeforeAfter-module__rk3SHW__badgeAfter{color:#0f172a;background:#fff;border-radius:50px;flex-shrink:0;padding:5px 18px;font-size:13px;font-weight:600;display:inline-block}.BeforeAfter-module__rk3SHW__afterBody{flex:1;justify-content:center;align-items:center;width:100%;padding:8px 12px;display:flex;overflow:hidden}.BeforeAfter-module__rk3SHW__afterText{color:#fff;text-align:center;font-size:20px;font-weight:600;line-height:1.5;display:block}.BeforeAfter-module__rk3SHW__arrow{z-index:2;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;margin:0 -8px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:flex;box-shadow:0 4px 18px #2563eb4d}.BeforeAfter-module__rk3SHW__arrowActive{transform:scale(1.15);box-shadow:0 6px 24px #2563eb80}.BeforeAfter-module__rk3SHW__dots{align-items:center;gap:8px;display:flex}.BeforeAfter-module__rk3SHW__dot{background:#d1d5db;border-radius:50px;width:7px;height:7px;transition:width .3s cubic-bezier(.16,1,.3,1),background .25s;display:block}.BeforeAfter-module__rk3SHW__dotActive{background:#2563eb;width:26px}.BeforeAfter-module__rk3SHW__hidden{opacity:0}.BeforeAfter-module__rk3SHW__settled{opacity:1;transform:translate(0)}@keyframes BeforeAfter-module__rk3SHW__slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.BeforeAfter-module__rk3SHW__enterLeft{animation:.52s cubic-bezier(.16,1,.3,1) forwards BeforeAfter-module__rk3SHW__slideInLeft}@keyframes BeforeAfter-module__rk3SHW__slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(60px)}}.BeforeAfter-module__rk3SHW__exitRight{animation:.42s cubic-bezier(.4,0,1,1) forwards BeforeAfter-module__rk3SHW__slideOutRight}@media (max-width:580px){.BeforeAfter-module__rk3SHW__section{padding:48px 16px 56px}.BeforeAfter-module__rk3SHW__comparison{flex-direction:column}.BeforeAfter-module__rk3SHW__cardBefore,.BeforeAfter-module__rk3SHW__cardAfter{width:100%;height:180px}.BeforeAfter-module__rk3SHW__arrow{margin:-8px 0;transform:rotate(90deg)}.BeforeAfter-module__rk3SHW__arrowActive{transform:rotate(90deg)scale(1.15)}}
.FeaturesGrid-module__hhbcVW__section{z-index:20;flex-direction:column;align-items:center;gap:56px;width:100%;max-width:1400px;margin:-80vh auto 0;padding:100px 48px;display:flex;position:relative}.FeaturesGrid-module__hhbcVW__title{color:#0f172a;text-align:center;letter-spacing:-1px;font-size:clamp(30px,4.5vw,42px);font-weight:700;line-height:1.1}.FeaturesGrid-module__hhbcVW__grid{grid-template-rows:420px 400px 400px;grid-template-columns:repeat(6,1fr);gap:14px;width:100%;display:grid}.FeaturesGrid-module__hhbcVW__cell{cursor:pointer;border-radius:20px;position:relative;overflow:hidden}.FeaturesGrid-module__hhbcVW__dispatch{grid-area:1/1/auto/4}.FeaturesGrid-module__hhbcVW__jobs{grid-area:1/4/auto/7}.FeaturesGrid-module__hhbcVW__tracking{grid-area:2/1/auto/3}.FeaturesGrid-module__hhbcVW__maintenance{grid-area:2/3/auto/7}.FeaturesGrid-module__hhbcVW__reports{grid-area:3/1/auto/5}.FeaturesGrid-module__hhbcVW__manifest{grid-area:3/5/auto/7}.FeaturesGrid-module__hhbcVW__photo{object-fit:cover;object-position:center}.FeaturesGrid-module__hhbcVW__overlay{pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#00000014 50%,#00000080 100%);transition:background .35s;position:absolute;inset:0}.FeaturesGrid-module__hhbcVW__cell:hover .FeaturesGrid-module__hhbcVW__overlay{background:#00000073}.FeaturesGrid-module__hhbcVW__label{z-index:2;color:#fff;white-space:nowrap;letter-spacing:.1px;font-size:16px;font-weight:600;transition:opacity .25s,transform .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturesGrid-module__hhbcVW__labelDark{color:#1f2937}.FeaturesGrid-module__hhbcVW__cell:hover .FeaturesGrid-module__hhbcVW__label{opacity:0;transform:translate(-50%,-50%)scale(.85)}.FeaturesGrid-module__hhbcVW__hoverContent{z-index:3;opacity:0;pointer-events:none;flex-direction:column;justify-content:space-between;align-items:center;padding:28px 28px 32px;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;transform:translateY(10px)}.FeaturesGrid-module__hhbcVW__cell:hover .FeaturesGrid-module__hhbcVW__hoverContent{opacity:1;pointer-events:auto;transform:translateY(0)}.FeaturesGrid-module__hhbcVW__hoverBtn{color:#fff;letter-spacing:.1px;white-space:nowrap;background:#2563eb;border-radius:50px;padding:10px 28px;font-size:15px;font-weight:600;display:inline-block;box-shadow:0 4px 18px #2563eb66}.FeaturesGrid-module__hhbcVW__hoverDesc{text-align:center;flex-direction:column;gap:4px;display:flex}.FeaturesGrid-module__hhbcVW__hoverLine1{color:#fff;margin:0;font-size:16px;font-weight:600;line-height:1.45}.FeaturesGrid-module__hhbcVW__hoverLine2{color:#fffc;margin:0;font-size:14px;font-weight:400;line-height:1.5}@media (max-width:1024px){.FeaturesGrid-module__hhbcVW__section{margin-top:-100px;padding:80px 32px}}@media (max-width:860px){.FeaturesGrid-module__hhbcVW__section{gap:32px;margin-top:0;padding:64px 24px}.FeaturesGrid-module__hhbcVW__grid{grid-template-rows:repeat(3,280px);grid-template-columns:repeat(2,1fr);gap:12px}.FeaturesGrid-module__hhbcVW__dispatch{grid-area:1/1/auto/2}.FeaturesGrid-module__hhbcVW__jobs{grid-area:1/2/auto/3}.FeaturesGrid-module__hhbcVW__tracking{grid-area:2/1/auto/2}.FeaturesGrid-module__hhbcVW__maintenance{grid-area:2/2/auto/3}.FeaturesGrid-module__hhbcVW__reports{grid-area:3/1/auto/2}.FeaturesGrid-module__hhbcVW__manifest{grid-area:3/2/auto/3}.FeaturesGrid-module__hhbcVW__label{opacity:.9;font-size:15px}}@media (max-width:520px){.FeaturesGrid-module__hhbcVW__section{padding:48px 16px 56px}.FeaturesGrid-module__hhbcVW__grid{grid-template-rows:repeat(6,260px);grid-template-columns:1fr}.FeaturesGrid-module__hhbcVW__dispatch,.FeaturesGrid-module__hhbcVW__jobs,.FeaturesGrid-module__hhbcVW__tracking,.FeaturesGrid-module__hhbcVW__maintenance,.FeaturesGrid-module__hhbcVW__reports,.FeaturesGrid-module__hhbcVW__manifest{grid-column:1/2}.FeaturesGrid-module__hhbcVW__dispatch{grid-row:1}.FeaturesGrid-module__hhbcVW__jobs{grid-row:2}.FeaturesGrid-module__hhbcVW__tracking{grid-row:3}.FeaturesGrid-module__hhbcVW__maintenance{grid-row:4}.FeaturesGrid-module__hhbcVW__reports{grid-row:5}.FeaturesGrid-module__hhbcVW__manifest{grid-row:6}.FeaturesGrid-module__hhbcVW__hoverContent{padding:24px 20px}.FeaturesGrid-module__hhbcVW__hoverBtn{padding:8px 20px;font-size:13px}.FeaturesGrid-module__hhbcVW__hoverLine1{font-size:15px}.FeaturesGrid-module__hhbcVW__hoverLine2{font-size:13px}}
.StatsSection-module__jjN8tW__section{flex-direction:column;align-items:center;gap:56px;width:100%;max-width:1100px;margin:0 auto;padding:100px 48px;display:flex}.StatsSection-module__jjN8tW__title{color:#0f172a;text-align:center;letter-spacing:-1px;font-size:clamp(30px,4.5vw,42px);font-weight:700;line-height:1.1}.StatsSection-module__jjN8tW__grid{grid-template-columns:repeat(4,1fr);gap:16px;width:100%;display:grid}.StatsSection-module__jjN8tW__card{text-align:center;background:#f3f4f6;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:24px 24px 22px;transition:transform .2s,box-shadow .2s;display:flex}.StatsSection-module__jjN8tW__card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000014}.StatsSection-module__jjN8tW__icon{justify-content:center;align-items:center;height:36px;display:flex}.StatsSection-module__jjN8tW__statRow{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:6px;display:flex}.StatsSection-module__jjN8tW__value{color:#0f172a;letter-spacing:-.5px;font-size:clamp(22px,2.8vw,30px);font-weight:800;line-height:1}.StatsSection-module__jjN8tW__label{color:#0f172a;letter-spacing:-.1px;font-size:15px;font-weight:600}.StatsSection-module__jjN8tW__sub{color:#6b7280;margin:0;font-size:13.5px;font-weight:400;line-height:1.4}@media (max-width:768px){.StatsSection-module__jjN8tW__section{gap:28px;padding:56px 24px 64px}.StatsSection-module__jjN8tW__grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:420px){.StatsSection-module__jjN8tW__grid{grid-template-columns:1fr}}
.StickyFeatures-module__F-yo7q__section{background:#f7f8fa;width:100%;padding-bottom:100px;position:relative}.StickyFeatures-module__F-yo7q__titleWrap{text-align:center;padding:100px 48px 56px}.StickyFeatures-module__F-yo7q__sectionTitle{color:#0f172a;letter-spacing:-1px;font-size:clamp(30px,4.5vw,42px);font-weight:700;line-height:1.1}.StickyFeatures-module__F-yo7q__scrollTrack{flex-direction:column;align-items:center;max-width:1400px;margin:0 auto;padding:0 48px;display:flex;position:relative}.StickyFeatures-module__F-yo7q__card{transform-origin:top;will-change:transform;background:#fff;border:1px solid #e9e9e9;border-radius:24px;align-items:stretch;width:100%;max-width:1310px;height:535px;margin-bottom:80vh;display:flex;position:sticky;overflow:hidden;box-shadow:0 4px 12px #0000000d,0 -10px 40px #00000014}.StickyFeatures-module__F-yo7q__dimOverlay{z-index:10;pointer-events:none;background:#000;position:absolute;inset:0}.StickyFeatures-module__F-yo7q__textSide{z-index:1;flex-direction:column;flex:0 0 42%;justify-content:center;gap:20px;padding:56px 48px;display:flex}.StickyFeatures-module__F-yo7q__stepNum{color:#9ca3af;letter-spacing:1px;font-size:14px;font-weight:700}.StickyFeatures-module__F-yo7q__cardTitle{color:#0f172a;letter-spacing:-.4px;margin:0;font-size:clamp(20px,2.2vw,26px);font-weight:700;line-height:1.3}.StickyFeatures-module__F-yo7q__cardDesc{color:#6b7280;margin:0;font-size:16px;font-weight:400;line-height:1.6}.StickyFeatures-module__F-yo7q__imageSide{z-index:1;flex:1;padding:40px;display:flex;position:relative;overflow:hidden}.StickyFeatures-module__F-yo7q__imageWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.StickyFeatures-module__F-yo7q__featureImage{object-fit:cover;object-position:center}@media (max-width:860px){.StickyFeatures-module__F-yo7q__section{padding-bottom:40px}.StickyFeatures-module__F-yo7q__titleWrap{padding:64px 32px 32px}.StickyFeatures-module__F-yo7q__scrollTrack{padding:0 16px}.StickyFeatures-module__F-yo7q__card{--sticky-top:80px;border-radius:20px;flex-direction:column;height:75vh;min-height:520px;position:sticky;margin-bottom:60vh!important}.StickyFeatures-module__F-yo7q__textSide{flex:none;gap:12px;padding:32px 24px 16px}.StickyFeatures-module__F-yo7q__cardTitle{font-size:20px}.StickyFeatures-module__F-yo7q__cardDesc{font-size:14px;line-height:1.5}.StickyFeatures-module__F-yo7q__imageSide{flex:1;height:auto;padding:12px 20px 24px}.StickyFeatures-module__F-yo7q__imageWrapper{border-radius:12px;height:100%;overflow:hidden}}@media (max-width:480px){.StickyFeatures-module__F-yo7q__card{--sticky-top:60px;height:70vh;margin-bottom:50vh!important}.StickyFeatures-module__F-yo7q__textSide{padding:24px 20px 12px}.StickyFeatures-module__F-yo7q__cardTitle{font-size:18px}}
.Testimonial-module__6hDVCa__section{width:100%;padding:80px 0;position:relative}.Testimonial-module__6hDVCa__imageContainer{justify-content:center;align-items:center;width:100%;height:480px;display:flex;position:relative;overflow:hidden}.Testimonial-module__6hDVCa__bgImage{object-fit:cover;object-position:center;z-index:0}.Testimonial-module__6hDVCa__overlay{z-index:1;background:#00000073;position:absolute;inset:0}.Testimonial-module__6hDVCa__quoteWrapper{z-index:2;text-align:center;max-width:800px;padding:0 32px;position:relative}.Testimonial-module__6hDVCa__quote{color:#fff;letter-spacing:-.5px;font-size:clamp(24px,3.5vw,36px);font-weight:700;line-height:1.3}.Testimonial-module__6hDVCa__cardContainer{z-index:3;justify-content:center;margin-top:-56px;display:flex;position:relative}.Testimonial-module__6hDVCa__card{background:#0d0d0d;border-radius:16px;align-items:center;gap:20px;width:100%;max-width:380px;padding:24px;display:flex;box-shadow:0 20px 40px #0003}.Testimonial-module__6hDVCa__avatarWrapper{border-radius:12px;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.Testimonial-module__6hDVCa__avatar{object-fit:cover}.Testimonial-module__6hDVCa__details{flex-direction:column;gap:4px;display:flex}.Testimonial-module__6hDVCa__name{color:#fff;letter-spacing:-.2px;margin:0;font-size:18px;font-weight:600}.Testimonial-module__6hDVCa__company{color:#9ca3af;margin:0;font-size:14px;font-weight:400}@media (max-width:768px){.Testimonial-module__6hDVCa__imageContainer{height:400px}.Testimonial-module__6hDVCa__quoteWrapper{padding:0 24px}.Testimonial-module__6hDVCa__card{max-width:calc(100% - 48px);padding:20px}}
.FAQ-module__V8_xEa__section{background:#fff;justify-content:center;width:100%;padding:100px 48px;display:flex}.FAQ-module__V8_xEa__container{flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex}.FAQ-module__V8_xEa__header{text-align:center;margin-bottom:56px}.FAQ-module__V8_xEa__label{color:#4b5563;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;font-size:13px;font-weight:600;display:block}.FAQ-module__V8_xEa__title{color:#0f172a;letter-spacing:-1px;margin:0;font-size:clamp(30px,4.5vw,42px);font-weight:700;line-height:1.1}.FAQ-module__V8_xEa__accordion{flex-direction:column;width:100%;display:flex}.FAQ-module__V8_xEa__item{border-bottom:1px solid #e5e7eb}.FAQ-module__V8_xEa__item:first-child{border-top:1px solid #e5e7eb}.FAQ-module__V8_xEa__questionBtn{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:28px 0;display:flex}.FAQ-module__V8_xEa__questionText{color:#1f2937;font-size:18px;font-weight:600;line-height:1.4}.FAQ-module__V8_xEa__iconWrapper{color:#4b5563;flex-shrink:0;justify-content:center;align-items:center;display:flex}.FAQ-module__V8_xEa__answerWrapper{overflow:hidden}.FAQ-module__V8_xEa__answerText{color:#6b7280;margin:0;padding-bottom:28px;padding-right:48px;font-size:15px;font-weight:400;line-height:1.6}@media (max-width:768px){.FAQ-module__V8_xEa__section{padding:80px 24px}.FAQ-module__V8_xEa__questionBtn{padding:24px 0}.FAQ-module__V8_xEa__questionText{font-size:16px}.FAQ-module__V8_xEa__answerText{padding-bottom:24px;padding-right:0}}
.CTASection-module__ETvUXq__section{background:#fff;justify-content:center;width:100%;padding:100px 48px;display:flex}.CTASection-module__ETvUXq__container{text-align:center;background-color:#cfdcf8;border-radius:40px;flex-direction:column;align-items:center;width:100%;max-width:1100px;padding:80px 40px;display:flex}.CTASection-module__ETvUXq__title{color:#1f2937;letter-spacing:-1px;margin:0 0 16px;font-size:clamp(30px,4.5vw,42px);font-weight:700;line-height:1.1}.CTASection-module__ETvUXq__subtitle{color:#4b5563;max-width:600px;margin:0 0 40px;font-size:clamp(16px,2vw,18px);font-weight:400}.CTASection-module__ETvUXq__actionWrapper{flex-direction:column;align-items:center;gap:16px;display:flex}.CTASection-module__ETvUXq__button{color:#fff;cursor:pointer;background:#1e1e24;border:none;border-radius:9999px;padding:16px 36px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s}.CTASection-module__ETvUXq__button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #1e1e2433}.CTASection-module__ETvUXq__note{color:#6b7280;font-size:13px;font-weight:400}@media (max-width:768px){.CTASection-module__ETvUXq__section{padding:24px 24px 80px}.CTASection-module__ETvUXq__container{border-radius:32px;padding:56px 24px}}
.Footer-module__S6Hkya__footer{background:#fff;justify-content:center;width:100%;padding:0 48px 48px;display:flex}.Footer-module__S6Hkya__container{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:48px;flex-direction:column;width:100%;max-width:1400px;padding:80px 80px 40px;display:flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__topSection{grid-template-columns:380px 1fr;grid-template-areas:"brand links""social links";gap:40px 80px;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__brandCol{grid-area:brand}.Footer-module__S6Hkya__linksGrid{grid-area:links;grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Footer-module__S6Hkya__socials{grid-area:social;gap:12px;display:flex}.Footer-module__S6Hkya__brandName{color:#1f2937;letter-spacing:-.5px;margin:0 0 16px;font-size:28px;font-weight:700}.Footer-module__S6Hkya__brandDesc{color:#6b7280;margin:0;font-size:15px;line-height:1.6}.Footer-module__S6Hkya__socialIcon{color:#3b82f6;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.Footer-module__S6Hkya__linkCol{flex-direction:column;display:flex}.Footer-module__S6Hkya__colTitleBtn{display:none}.Footer-module__S6Hkya__colTitle{color:#111827;margin:0 0 24px;font-size:16px;font-weight:600}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__linkList li a{color:#6b7280;font-size:14px;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__linkList li a:hover{color:#111827}.Footer-module__S6Hkya__watermark{color:#000;opacity:.04;text-align:center;letter-spacing:-4px;-webkit-user-select:none;user-select:none;pointer-events:none;margin:40px 0;font-size:clamp(60px,12vw,180px);font-weight:900;line-height:.8}.Footer-module__S6Hkya__bottomSection{z-index:2;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:flex-end;padding-top:32px;display:flex}.Footer-module__S6Hkya__credits{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.Footer-module__S6Hkya__copyright,.Footer-module__S6Hkya__madeBy{color:#6b7280;margin:0;font-size:13px}.Footer-module__S6Hkya__nexterixBadge{background:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:8px;padding:10px 20px;display:flex;box-shadow:0 4px 10px #00000008}.Footer-module__S6Hkya__nexterixLabel{color:#6b7280;font-size:12px;font-weight:600}.Footer-module__S6Hkya__nexterixLink{background:linear-gradient(135deg,#111827 0%,#374151 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:16px;font-weight:800}@media (max-width:992px){.Footer-module__S6Hkya__topSection{text-align:center;grid-template-columns:1fr;grid-template-areas:"brand""links""social";gap:40px}.Footer-module__S6Hkya__brandCol,.Footer-module__S6Hkya__socials{justify-content:center;align-items:center}}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:0 12px 24px}.Footer-module__S6Hkya__container{border-radius:32px;padding:40px 24px 32px}.Footer-module__S6Hkya__linksGrid{grid-template-columns:1fr;gap:0}.Footer-module__S6Hkya__linkCol{border-bottom:1px solid #e5e7eb}.Footer-module__S6Hkya__linkCol:last-child{border-bottom:none}.Footer-module__S6Hkya__colTitleBtn{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 0;display:flex}.Footer-module__S6Hkya__colTitle{color:#111827;margin:0;font-size:15px}.Footer-module__S6Hkya__chevron{color:#9ca3af;transition:transform .3s;display:block}.Footer-module__S6Hkya__chevronOpen{transform:rotate(180deg)}.Footer-module__S6Hkya__linkList{opacity:0;max-height:0;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.Footer-module__S6Hkya__listOpen{opacity:1;max-height:400px;padding-bottom:24px}.Footer-module__S6Hkya__watermark{opacity:.06;margin:32px 0;font-size:clamp(40px,18vw,100px)}.Footer-module__S6Hkya__bottomSection{text-align:center;flex-direction:column;align-items:center;gap:32px}.Footer-module__S6Hkya__credits{align-items:center}}
