.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}}
.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}}
.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__featRoot{--ac:#2563eb;--font-mono:ui-monospace, "SF Mono", Menlo, monospace;color:#0f172a;background:#f7f8fa;font-family:Inter,system-ui,-apple-system,sans-serif}.FeaturesGrid-module__hhbcVW__featRoot [style*="max-width: 1100px"]{max-width:1320px!important;padding-left:clamp(16px,4vw,40px)!important;padding-right:clamp(16px,4vw,40px)!important}.FeaturesGrid-module__hhbcVW__featRoot [style*="min-height: 440px"]{min-height:560px!important}@media (max-width:820px){.FeaturesGrid-module__hhbcVW__featRoot [style*="min-height: 440px"]{min-height:0!important}.FeaturesGrid-module__hhbcVW__featRoot [style*="grid-template-columns: 0.92fr 1.08fr"]{grid-template-columns:1fr!important}.FeaturesGrid-module__hhbcVW__featRoot [style*="position: sticky"]{margin-top:20px!important;position:static!important;top:auto!important}.FeaturesGrid-module__hhbcVW__featRoot [style*="border-left: 1px solid #eef0f3"]{border-top:1px solid #eef0f3!important;border-left:none!important;min-height:500px!important;overflow:hidden!important}.FeaturesGrid-module__hhbcVW__featRoot [style*="padding: 46px 44px"]{padding:32px 22px!important}.FeaturesGrid-module__hhbcVW__featRoot [style*="font-size: 38px"]{font-size:clamp(25px,7vw,38px)!important}.FeaturesGrid-module__hhbcVW__featRoot [style*="font-size: 28px"]{font-size:clamp(21px,5.5vw,28px)!important}}@media (max-width:520px){.FeaturesGrid-module__hhbcVW__featRoot [style*="perspective: 1700px"]{transform:scale(.82)}}
.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{--ac:#2563eb;--font-mono:ui-monospace, "SF Mono", Menlo, monospace;color:#0f172a;background:#fff;border-top:1px solid #eef0f3;border-bottom:1px solid #eef0f3;padding:clamp(64px,9vw,96px) clamp(16px,4vw,32px);font-family:Inter,system-ui,-apple-system,sans-serif}.StickyFeatures-module__F-yo7q__head{text-align:center;max-width:1200px;margin:0 auto}.StickyFeatures-module__F-yo7q__eyebrow{text-transform:uppercase;letter-spacing:1.6px;color:var(--ac);align-items:center;gap:9px;font-size:13px;font-weight:700;display:inline-flex}.StickyFeatures-module__F-yo7q__eyebrowDash{opacity:.55;background:currentColor;border-radius:2px;width:22px;height:2px}.StickyFeatures-module__F-yo7q__title{letter-spacing:-1.4px;color:#0f172a;margin:16px 0 0;font-family:Poppins,sans-serif;font-size:clamp(26px,5vw,38px);font-weight:700;line-height:1.08}.StickyFeatures-module__F-yo7q__stage{border:1px solid #e5e7eb;border-radius:28px;grid-template-columns:.92fr 1.08fr;align-items:stretch;max-width:1200px;min-height:440px;margin:52px auto 0;display:grid;overflow:hidden;box-shadow:0 24px 60px #00000014}.StickyFeatures-module__F-yo7q__textSide{flex-direction:column;justify-content:center;padding:52px 48px;transition:background .5s;display:flex}.StickyFeatures-module__F-yo7q__bigNum{letter-spacing:-.05em;font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1}.StickyFeatures-module__F-yo7q__chTitle{letter-spacing:-.9px;color:#0f172a;margin:22px 0 0;font-family:Poppins,sans-serif;font-size:clamp(24px,4vw,30px);font-weight:700;line-height:1.14}.StickyFeatures-module__F-yo7q__chDesc{color:#475569;margin:16px 0 0;font-size:15.5px;line-height:1.62}.StickyFeatures-module__F-yo7q__mockSide{background:#f7f8fa;border-left:1px solid #eef0f3;min-height:440px;position:relative}.StickyFeatures-module__F-yo7q__mockInner{position:absolute;inset:0}.StickyFeatures-module__F-yo7q__scrubber{align-items:center;gap:16px;max-width:1200px;margin:22px auto 0;display:flex}.StickyFeatures-module__F-yo7q__playBtn{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;flex:none;justify-content:center;align-items:center;width:46px;height:46px;display:flex;box-shadow:0 2px 8px #0000000d}.StickyFeatures-module__F-yo7q__tabs{flex:1;grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.StickyFeatures-module__F-yo7q__tab{cursor:pointer;text-align:left;background:0 0;border:none;padding:4px 2px;font-family:Inter,sans-serif;transition:color .25s}.StickyFeatures-module__F-yo7q__tabHead{align-items:center;gap:9px;display:flex}.StickyFeatures-module__F-yo7q__tabNum{font-family:var(--font-mono);font-size:12px;font-weight:700}.StickyFeatures-module__F-yo7q__tabTag{font-size:13.5px;font-weight:600}.StickyFeatures-module__F-yo7q__tabTrack{background:#eef0f3;border-radius:9999px;height:3px;margin-top:10px;overflow:hidden}.StickyFeatures-module__F-yo7q__tabFill{background:var(--ac);border-radius:9999px;height:100%;animation:5.2s linear both StickyFeatures-module__F-yo7q__tcbar}.StickyFeatures-module__F-yo7q__tabFillDone{background:var(--ac);border-radius:9999px;width:100%;height:100%}@media (max-width:820px){.StickyFeatures-module__F-yo7q__stage{grid-template-columns:1fr;min-height:0}.StickyFeatures-module__F-yo7q__textSide{padding:32px 24px}.StickyFeatures-module__F-yo7q__mockSide{border-top:1px solid #eef0f3;border-left:none;min-height:320px}.StickyFeatures-module__F-yo7q__tabs{grid-template-columns:repeat(2,1fr)}}
.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}}
.BlogContent-module__zdQe7q__blogRoot{--ac:#2563eb;--font-mono:ui-monospace, "SF Mono", Menlo, monospace;color:#0f172a;-webkit-font-smoothing:antialiased;background:#f7f8fa;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.BlogContent-module__zdQe7q__blogRoot a[style*="transition: box-shadow"]:hover{transform:translateY(-3px);box-shadow:0 12px 34px #0000001a!important}.BlogContent-module__zdQe7q__blogRoot a[style*="border-radius: 10px"]:hover{background:#f7f8fa}.BlogContent-module__zdQe7q__blogRoot [style*="max-width: 1200px"]{max-width:1340px!important;padding-left:clamp(20px,5vw,56px)!important;padding-right:clamp(20px,5vw,56px)!important}@media (max-width:880px){:is(.BlogContent-module__zdQe7q__blogRoot [style*="grid-template-columns: 1fr auto"],.BlogContent-module__zdQe7q__blogRoot [style*="grid-template-columns: 1.05fr 0.95fr"],.BlogContent-module__zdQe7q__blogRoot [style*="grid-template-columns: 1fr 360px"],.BlogContent-module__zdQe7q__blogRoot [style*="grid-template-columns: 1.1fr 0.9fr"]){grid-template-columns:1fr!important}.BlogContent-module__zdQe7q__blogRoot [style*="position: sticky"]{position:static!important}.BlogContent-module__zdQe7q__blogRoot [style*="padding: 40px 32px 96px"]{padding:28px 18px 64px!important}.BlogContent-module__zdQe7q__blogRoot [style*="padding: 0 32px 100px"]{padding:0 16px 64px!important}.BlogContent-module__zdQe7q__blogRoot [style*="padding: 72px 48px"]{padding:44px 24px!important}.BlogContent-module__zdQe7q__blogRoot [style*="padding: 44px 32px 0"]{padding:28px 18px 0!important}.BlogContent-module__zdQe7q__blogRoot [style*="padding: 40px 32px 0"]{padding:28px 18px 0!important}.BlogContent-module__zdQe7q__blogRoot [style*="font-size: 60px"]{font-size:clamp(34px,9vw,60px)!important}.BlogContent-module__zdQe7q__blogRoot [style*="font-size: 38px"]{font-size:clamp(26px,6vw,38px)!important}.BlogContent-module__zdQe7q__blogRoot [style*="font-size: 34px"]{font-size:clamp(24px,6vw,34px)!important}}@media (max-width:520px){.BlogContent-module__zdQe7q__blogRoot [style*="grid-template-columns: 136px 1fr"]{grid-template-columns:1fr!important}.BlogContent-module__zdQe7q__blogRoot [style*="width: 136px; height: 136px"]{width:100%!important;height:170px!important}.BlogContent-module__zdQe7q__blogRoot [style*="min-width: 200px"]{width:100%!important;min-width:0!important}}
.BusinessContent-module__mz0U1q__bizRoot{--ac:#2563eb;--font-mono:ui-monospace, "SF Mono", Menlo, monospace;color:#0f172a;-webkit-font-smoothing:antialiased;background:#f7f8fa;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.BusinessContent-module__mz0U1q__bizRoot .bizBtn{cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:9px;padding:16px 30px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.BusinessContent-module__mz0U1q__bizRoot .bizBtnPrimary{color:#fff;background:#111827;border:1.5px solid #0000}.BusinessContent-module__mz0U1q__bizRoot .bizBtnPrimary:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 10px 26px #11182747}.BusinessContent-module__mz0U1q__bizRoot .bizBtnGhost{color:#111827;background:#fff;border:1.5px solid #e5e7eb}.BusinessContent-module__mz0U1q__bizRoot .bizBtnGhost:hover{background:#f7f8fa;border-color:#cbd5e1;transform:translateY(-2px)}.BusinessContent-module__mz0U1q__bizRoot [style*="transition: transform .25s"]:hover{transform:translateY(-4px)!important;box-shadow:0 8px 28px #00000014!important}.BusinessContent-module__mz0U1q__bizRoot .bizFaqSum::-webkit-details-marker{display:none}.BusinessContent-module__mz0U1q__bizRoot .bizFaqSum{outline:none}.BusinessContent-module__mz0U1q__bizRoot details[open] .bizFaqMark{transform:rotate(180deg)}.BusinessContent-module__mz0U1q__bizRoot [style*="max-width: 1200px"]{max-width:1340px!important;padding-left:clamp(20px,5vw,56px)!important;padding-right:clamp(20px,5vw,56px)!important}@media (max-width:880px){:is(.BusinessContent-module__mz0U1q__bizRoot [style*="grid-template-columns: 1.02fr 0.98fr"],.BusinessContent-module__mz0U1q__bizRoot [style*="grid-template-columns: 1fr 1fr"],.BusinessContent-module__mz0U1q__bizRoot [style*="grid-template-columns: 1fr auto 1fr"],.BusinessContent-module__mz0U1q__bizRoot [style*="grid-template-columns: repeat(3, 1fr)"],.BusinessContent-module__mz0U1q__bizRoot [style*="grid-template-columns: 0.9fr 1.1fr"],.BusinessContent-module__mz0U1q__bizRoot [style*="grid-template-columns: 0.8fr 1.2fr"]){grid-template-columns:1fr!important}.BusinessContent-module__mz0U1q__bizRoot .bizArrow{margin:6px auto;transform:rotate(90deg)}.BusinessContent-module__mz0U1q__bizRoot .bizArrow span{margin:0!important}.BusinessContent-module__mz0U1q__bizRoot [style*="position: sticky"]{position:static!important}.BusinessContent-module__mz0U1q__bizRoot [style*="padding: 100px 32px"]{padding:60px 22px!important}.BusinessContent-module__mz0U1q__bizRoot [style*="padding: 40px 32px 92px"]{padding:24px 20px 56px!important}.BusinessContent-module__mz0U1q__bizRoot [style*="padding: 100px 32px 110px"]{padding:60px 18px 72px!important}.BusinessContent-module__mz0U1q__bizRoot [style*="padding: 80px 48px"]{padding:48px 24px!important}.BusinessContent-module__mz0U1q__bizRoot [style*="padding: 64px 56px"]{padding:40px 24px!important}.BusinessContent-module__mz0U1q__bizRoot [style*="font-size: 64px"]{letter-spacing:-1.4px!important;font-size:clamp(34px,9vw,64px)!important}.BusinessContent-module__mz0U1q__bizRoot [style*="font-size: 48px"]{font-size:clamp(28px,7vw,48px)!important}.BusinessContent-module__mz0U1q__bizRoot [style*="font-size: 42px"]{font-size:clamp(26px,6vw,42px)!important}.BusinessContent-module__mz0U1q__bizRoot [style*="font-size: 30px"]{font-size:clamp(20px,5vw,30px)!important}.BusinessContent-module__mz0U1q__bizRoot [style*="font-size: 160px"]{font-size:96px!important}}@media (max-width:520px){.BusinessContent-module__mz0U1q__bizRoot [style*="top: -20px; right: -18px"]{top:-14px!important;right:0!important}}
.PricingContent-module__GpHWXW__priceRoot{--ac:#2563eb;--font-mono:ui-monospace, "SF Mono", Menlo, monospace;color:#0f172a;-webkit-font-smoothing:antialiased;background:#f7f8fa;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.PricingContent-module__GpHWXW__priceRoot .priceSeg{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:9999px;align-items:center;gap:8px;padding:9px 18px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.PricingContent-module__GpHWXW__priceRoot .priceSeg.priceSegActive{color:#fff;background:#0f172a;box-shadow:0 2px 8px #0f172a33}.PricingContent-module__GpHWXW__priceRoot .bizFaqSum::-webkit-details-marker{display:none}.PricingContent-module__GpHWXW__priceRoot .bizFaqSum{outline:none}.PricingContent-module__GpHWXW__priceRoot details[open] .bizFaqMark{transform:rotate(180deg)}.PricingContent-module__GpHWXW__priceRoot a[href=\#contact]:hover{filter:brightness(.97)}.PricingContent-module__GpHWXW__priceRoot [style*="max-width: 1140px"]{max-width:1300px!important;padding-left:clamp(20px,5vw,56px)!important;padding-right:clamp(20px,5vw,56px)!important}@media (max-width:880px){:is(.PricingContent-module__GpHWXW__priceRoot [style*="grid-template-columns: 1fr 1fr 1fr"],.PricingContent-module__GpHWXW__priceRoot [style*="grid-template-columns: repeat(3, 1fr)"],.PricingContent-module__GpHWXW__priceRoot [style*="grid-template-columns: 1.2fr 1fr"],.PricingContent-module__GpHWXW__priceRoot [style*="grid-template-columns: 0.8fr 1.2fr"]){grid-template-columns:1fr!important}.PricingContent-module__GpHWXW__priceRoot [style*="transform: translateY(-14px)"]{transform:none!important}.PricingContent-module__GpHWXW__priceRoot [style*="position: sticky"]{position:static!important}.PricingContent-module__GpHWXW__priceRoot [style*="padding: 96px 32px"]{padding:56px 22px!important}.PricingContent-module__GpHWXW__priceRoot [style*="padding: 100px 32px 110px"]{padding:56px 18px 72px!important}.PricingContent-module__GpHWXW__priceRoot [style*="padding: 80px 48px"]{padding:48px 24px!important}.PricingContent-module__GpHWXW__priceRoot [style*="padding: 56px 48px"]{padding:40px 24px!important}.PricingContent-module__GpHWXW__priceRoot [style*="font-size: 56px"]{font-size:clamp(32px,8vw,56px)!important}.PricingContent-module__GpHWXW__priceRoot [style*="font-size: 46px"]{font-size:clamp(28px,7vw,46px)!important}.PricingContent-module__GpHWXW__priceRoot [style*="font-size: 40px"]{font-size:clamp(26px,6vw,40px)!important}.PricingContent-module__GpHWXW__priceRoot [style*="font-size: 36px"]{font-size:clamp(24px,6vw,36px)!important}}
.ProductContent-module__EurFvq__tcRoot{--tc-blue-700:#1d4ed8;--tc-blue-600:#2563eb;--tc-blue-500:#3b82f6;--tc-blue-400:#548ec7;--tc-blue-100:#eef4ff;--tc-blue-050:#f5f8ff;--tc-ink-950:#0d0d0d;--tc-ink-900:#0f172a;--tc-ink-850:#111827;--tc-ink-800:#1f2937;--tc-ink-700:#374151;--tc-ink-600:#475569;--tc-ink-500:#6b7280;--tc-ink-450:#64748b;--tc-ink-400:#9ca3af;--tc-ink-300:#cbd5e1;--tc-ink-200:#e5e7eb;--tc-ink-150:#eef0f3;--tc-ink-100:#f3f4f6;--tc-ink-050:#f7f8fa;--tc-white:#fff;--tc-success:#38a169;--tc-success-bg:#e8f7ef;--tc-warning:#d97706;--tc-warning-bg:#fef3e2;--tc-danger:#e53e3e;--tc-danger-bg:#fdecec;--tc-purple-700:#6b46c1;--surface-canvas:var(--tc-ink-050);--text-heading:var(--tc-ink-900);--text-body:var(--tc-ink-500);--text-strong:var(--tc-ink-850);--text-muted:var(--tc-ink-400);--border-hairline:var(--tc-ink-200);--border-faint:#f1f5f9;--action-primary:var(--tc-ink-850);--accent:var(--tc-blue-600);--font-display:var(--font-poppins), "Poppins", system-ui, sans-serif;--font-sans:var(--font-inter), "Inter", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, "SF Mono", "Menlo", monospace;--shadow-card:0 4px 12px #0000000d;--shadow-md:0 8px 28px #00000014;--shadow-nav:0 4px 20px #0000000a, 0 1px 1px #fffc inset;--shadow-float:0 0 0 1px #0000000a, 0 8px 40px #00000014, 0 24px 80px #0000000f;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);background:var(--surface-canvas);-webkit-font-smoothing:antialiased;overflow-x:hidden}.ProductContent-module__EurFvq__tcRoot [style*="max-width: 1180px"]{max-width:1320px!important}.ProductContent-module__EurFvq__tcRoot [style*="max-width: 1080px"]{max-width:1180px!important}.ProductContent-module__EurFvq__tcRoot [style*="padding: 0 40px"]{padding-left:clamp(20px,5vw,56px)!important;padding-right:clamp(20px,5vw,56px)!important}@media (max-width:880px){.ProductContent-module__EurFvq__tcRoot [style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}@media (max-width:640px){.ProductContent-module__EurFvq__tcRoot [style*="repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:600px){.ProductContent-module__EurFvq__tcRoot [style*="padding: 0 40px"]{padding-left:20px!important;padding-right:20px!important}}
