.navbar_navbar__mK8M4{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md) var(--spacing-xl);background-color:rgba(0,0,0,0);box-shadow:none;position:sticky;top:0;z-index:var(--z-sticky);border-bottom:none;transition:all .3s ease}@media(max-width:768px){.navbar_navbar__mK8M4{padding:var(--spacing-sm) var(--spacing-md)}}.navbar_navbar__mK8M4.navbar_scrolled__ajdhr{background-color:rgba(0,0,0,0);box-shadow:none;border-bottom:none}.navbar_navbar__mK8M4.navbar_scrolled__ajdhr .navbar_logo__fZoAZ{opacity:0;transform:translateX(-20px);transition:all .3s ease}.navbar_navbar__mK8M4.navbar_scrolled__ajdhr .navbar_navLinks__RKyKh{opacity:0;transform:translateY(-10px);transition:all .3s ease}.navbar_navbar__mK8M4.navbar_scrolled__ajdhr .navbar_loginBtn__da2ap{opacity:1;transform:translateX(0);transition:all .3s ease}.navbar_logo__fZoAZ{display:flex;align-items:center;gap:var(--spacing-sm);font-weight:800;font-size:var(--font-size-xl);color:#000;text-decoration:none;transition:all .3s ease}.navbar_logo__fZoAZ:hover{color:#f05a00}.navbar_logo__fZoAZ .navbar_logoIcon__EswN_{width:40px;height:40px;background:#000;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:var(--font-size-lg)}.navbar_navLinks__RKyKh{display:flex;list-style:none;gap:var(--spacing-xl);margin:0;padding:0;transition:all .3s ease}@media(max-width:768px){.navbar_navLinks__RKyKh{display:none}}.navbar_navLinks__RKyKh li{font-weight:700;font-size:var(--font-size-base);cursor:pointer;position:relative}.navbar_navLinks__RKyKh li span{padding-bottom:var(--spacing-xs);border-bottom:2px solid rgba(0,0,0,0);transition:all var(--transition-fast);display:inline-block;color:#000;font-weight:700}.navbar_navLinks__RKyKh li span.navbar_active__1WkUc{color:#2b28b8;border-color:#2b28b8}.navbar_navLinks__RKyKh li span:hover{color:#4240b5;border-color:#4240b5}.navbar_featuresItem__1qqXS{position:relative}.navbar_featuresItem__1qqXS .navbar_featuresDropdown__8401W{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border-radius:var(--radius-md);box-shadow:0 10px 25px rgba(0,0,0,.1);padding:var(--spacing-sm) 0;min-width:150px;z-index:1000;margin-top:var(--spacing-xs)}.navbar_featuresItem__1qqXS .navbar_featuresDropdown__8401W:before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff}.navbar_featuresItem__1qqXS .navbar_featuresDropdown__8401W a{display:block;padding:var(--spacing-sm) var(--spacing-md);text-decoration:none;color:#000;font-weight:600;transition:all .2s ease}.navbar_featuresItem__1qqXS .navbar_featuresDropdown__8401W a:hover{background-color:#f8f9fa;color:#2b28b8}.navbar_featuresItem__1qqXS .navbar_featuresDropdown__8401W a span{border:none;padding:0;color:inherit;font-weight:inherit}.navbar_newLabel__1H16H{color:#f05a00!important;font-size:.7em;font-weight:800;margin-left:var(--spacing-xs);text-transform:uppercase;letter-spacing:.5px;border:none!important;background:none;animation:navbar_shake__ph3b1 .5s infinite}@keyframes navbar_shake__ph3b1{0%,to{transform:translateX(0)}25%{transform:translateX(-2px)}75%{transform:translateX(2px)}}.navbar_navActions__nYFmY{display:flex;align-items:center;gap:var(--spacing-md)}@media(max-width:768px){.navbar_navActions__nYFmY{gap:var(--spacing-lg)}}.navbar_loginBtn__da2ap{min-width:80px}@media(max-width:768px){.navbar_loginBtn__da2ap{min-width:80px}}.navbar_userIcon__MStFN{font-size:var(--font-size-lg)}@media(max-width:768px){.navbar_userIcon__MStFN{font-size:var(--font-size-base)}}.navbar_mobileMenuToggle__5Rnba{display:none;flex-direction:column;cursor:pointer;padding:var(--spacing-xs);background:none;border:none;width:30px;height:30px;justify-content:center;align-items:center}@media(max-width:768px){.navbar_mobileMenuToggle__5Rnba{display:flex}}.navbar_mobileMenuToggle__5Rnba span{width:25px;height:3px;background-color:#000;margin:2px 0;transition:all .3s ease;border-radius:2px}.navbar_mobileMenuToggle__5Rnba.navbar_active__1WkUc span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.navbar_mobileMenuToggle__5Rnba.navbar_active__1WkUc span:nth-child(2){opacity:0}.navbar_mobileMenuToggle__5Rnba.navbar_active__1WkUc span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.navbar_mobileSidePanel__lG6fk{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:9999;visibility:hidden;opacity:0;transition:all .3s ease}.navbar_mobileSidePanel__lG6fk.navbar_open__yacGn{visibility:visible;opacity:1}.navbar_mobileSidePanelOverlay__EbafU{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.navbar_mobileSidePanelContent__qBVIv{position:absolute;top:0;left:0;width:300px;max-width:85vw;height:100%;background-color:#fff;box-shadow:5px 0 20px rgba(0,0,0,.1);transform:translateX(-100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.navbar_mobileSidePanel__lG6fk.navbar_open__yacGn .navbar_mobileSidePanelContent__qBVIv{transform:translateX(0)}@media(max-width:480px){.navbar_mobileSidePanelContent__qBVIv{width:280px;max-width:90vw}}@media(max-width:360px){.navbar_mobileSidePanelContent__qBVIv{width:260px;max-width:95vw}}.navbar_mobileSidePanelHeader__crYce{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-lg);border-bottom:1px solid #e5e5e5;flex-shrink:0;min-height:60px}.navbar_mobileLogo__6IDOP{display:flex;align-items:center;text-decoration:none}.navbar_mobileCloseBtn___bJN7{background:none;border:none;cursor:pointer;width:30px;height:30px;position:relative;display:flex;align-items:center;justify-content:center}.navbar_mobileCloseBtn___bJN7 span{position:absolute;width:20px;height:2px;background-color:#000;transition:all .3s ease}.navbar_mobileCloseBtn___bJN7 span:first-child{transform:rotate(45deg)}.navbar_mobileCloseBtn___bJN7 span:last-child{transform:rotate(-45deg)}.navbar_mobileCloseBtn___bJN7:hover span{background-color:#f05a00}.navbar_mobileNavLinks__RB0SS{list-style:none;margin:0;padding:var(--spacing-lg);flex:1 1;display:flex;flex-direction:column;gap:var(--spacing-md);overflow-y:auto;overflow-x:hidden;min-height:0}.navbar_mobileNavLinks__RB0SS li{font-weight:700;font-size:var(--font-size-lg)}.navbar_mobileNavLinks__RB0SS li a{text-decoration:none;color:#000;display:block;padding:var(--spacing-sm) 0;transition:all .3s ease}.navbar_mobileNavLinks__RB0SS li a span{padding-bottom:var(--spacing-xs);border-bottom:2px solid rgba(0,0,0,0);transition:all .3s ease}.navbar_mobileNavLinks__RB0SS li a span.navbar_active__1WkUc{color:#1e3a8a;border-color:#1e3a8a}.navbar_mobileNavLinks__RB0SS li a:hover span{color:#3b82f6;border-color:#3b82f6}.navbar_mobileFeaturesItem__yjoLi .navbar_mobileFeaturesSubmenu__QMzUK{list-style:none;margin:var(--spacing-sm) 0 0 var(--spacing-lg);padding:0;border-left:2px solid #e5e5e5}.navbar_mobileFeaturesItem__yjoLi .navbar_mobileFeaturesSubmenu__QMzUK li{margin:var(--spacing-xs) 0}.navbar_mobileFeaturesItem__yjoLi .navbar_mobileFeaturesSubmenu__QMzUK li a{padding:var(--spacing-xs) 0;font-size:var(--font-size-base);color:#666}.navbar_mobileFeaturesItem__yjoLi .navbar_mobileFeaturesSubmenu__QMzUK li a span{border:none;color:inherit}.navbar_mobileFeaturesItem__yjoLi .navbar_mobileFeaturesSubmenu__QMzUK li a:hover span{color:#3b82f6;border:none}.navbar_mobileLoginContainer__6YsCh{padding:var(--spacing-lg);border-top:1px solid #e5e5e5;flex-shrink:0}.navbar_mobileLoginBtn__ECRdu{width:100%}@keyframes heroSection_gradientShift__wtKpN{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes heroSection_pulse__JfpkE{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes heroSection_rotateGradient__FuP8_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes heroSection_fadeInDown__d_MBc{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.heroSection_hero__DzYIf{width:100%;max-width:100vw;box-sizing:border-box;position:relative;min-height:0;background:linear-gradient(160deg,rgb(255,255,255),rgba(248,250,255,.98) 20%,rgba(240,245,255,.96) 40%,rgba(235,240,255,.97) 60%,rgba(255,248,242,.98) 80%,rgb(255,255,255));background-size:200% 200%;animation:heroSection_gradientShift__wtKpN 18s ease infinite;overflow:hidden}.heroSection_hero__DzYIf:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(102,126,234,.18) 0,transparent 50%),radial-gradient(ellipse 70% 40% at 80% 60%,rgba(240,90,0,.14) 0,transparent 50%),radial-gradient(ellipse 60% 60% at 50% 50%,rgba(118,75,162,.1) 0,transparent 55%);pointer-events:none;z-index:0;animation:heroSection_pulse__JfpkE 10s ease-in-out infinite}.heroSection_hero__DzYIf:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 30%,rgba(102,126,234,.06) 0,transparent 35%),radial-gradient(circle at 80% 70%,rgba(240,90,0,.06) 0,transparent 35%);animation:heroSection_rotateGradient__FuP8_ 25s linear infinite;pointer-events:none;z-index:0}.heroSection_heroOrbs__w3Ao4{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;overflow:hidden}.heroSection_heroOrbs__w3Ao4:after,.heroSection_heroOrbs__w3Ao4:before{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.heroSection_heroOrbs__w3Ao4:before{width:400px;height:400px;top:-100px;right:-80px;background:radial-gradient(circle,rgba(102,126,234,.25) 0,transparent 70%);animation:heroSection_float__m7xAa 12s ease-in-out infinite}.heroSection_heroOrbs__w3Ao4:after{width:350px;height:350px;bottom:-80px;left:-60px;background:radial-gradient(circle,rgba(240,90,0,.2) 0,transparent 70%);animation:heroSection_float__m7xAa 14s ease-in-out infinite reverse;animation-delay:-3s}.heroSection_heroInner__AP37q{display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2.5rem 8% 3rem;width:100%;max-width:100vw;box-sizing:border-box;position:relative;z-index:1;min-height:0}@media(max-width:1100px){.heroSection_heroInner__AP37q{padding:2.5rem 6% 3rem}}@media(max-width:768px){.heroSection_heroInner__AP37q{flex-direction:column;gap:2rem;padding:2rem 5% 2.5rem;text-align:center}}@media(max-width:480px){.heroSection_heroInner__AP37q{padding:1.5rem 4% 2rem}}.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_heroInner__AP37q{justify-content:flex-start;align-items:flex-start;padding-left:10%;padding-right:10%}@media(max-width:768px){.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_heroInner__AP37q{align-items:center;text-align:center;padding-left:5%;padding-right:5%}}.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_content__U2x4y{text-align:left;align-items:flex-start;margin:0;max-width:640px}@media(max-width:768px){.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_content__U2x4y{text-align:center;align-items:center;max-width:100%}}.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_heroProductHeader__4IGKZ{display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem;flex-wrap:wrap}@media(max-width:768px){.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_heroProductHeader__4IGKZ{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.heroSection_heroProduct__IeHFB .heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_heroProductHeader__4IGKZ{align-items:center}}.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_eyebrow__Yv14k{text-align:left;margin-bottom:0;flex-shrink:0}@media(max-width:768px){.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_eyebrow__Yv14k{text-align:center}}.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_heroProductLogoWrap__fF83a{justify-content:flex-start;margin-bottom:0}@media(max-width:768px){.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_heroProductLogoWrap__fF83a{justify-content:center}}.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_heroTitle__3kOMG{text-align:left}@media(max-width:768px){.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_heroTitle__3kOMG{text-align:center}}.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_description__AVv4L{text-align:left;margin-left:0;margin-right:0}@media(max-width:768px){.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_description__AVv4L{text-align:center}}.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_ctaRow__vjRkw{justify-content:flex-start}@media(max-width:768px){.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_ctaRow__vjRkw{justify-content:center}}.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_trustBadges__4pHxm{justify-content:flex-start}@media(max-width:768px){.heroSection_hero__DzYIf.heroSection_heroProduct__IeHFB .heroSection_trustBadges__4pHxm{justify-content:center}}.heroSection_heroClientMarquee__eu3GV{width:100%;max-width:100vw;padding:.5rem 0 1rem;overflow:hidden;display:flex;flex-direction:column;gap:1.25rem;box-sizing:border-box;position:relative;z-index:1}.heroSection_clientMarquee__cY_i7{display:flex;align-items:center;gap:2.5rem;width:max-content;animation-duration:3s;animation-timing-function:linear;animation-iteration-count:infinite}.heroSection_slow__Ju0Qo{animation-duration:20s!important}.heroSection_leftToRight__DnflJ{animation-name:heroSection_marqueeLeftToRight__0qRdy}.heroSection_rightToLeft__K6dGm{animation-name:heroSection_marqueeRightToLeft__7dyTe}@keyframes heroSection_marqueeLeftToRight__0qRdy{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes heroSection_marqueeRightToLeft__7dyTe{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.heroSection_clientLogo___vfrZ{display:flex;align-items:center;justify-content:center;min-width:120px;min-height:60px;padding:.5rem 1rem;background:#fff;border-radius:.75rem;max-width:100%;overflow:hidden}@media(max-width:900px){.heroSection_heroClientMarquee__eu3GV{padding:1rem 0 1.5rem;gap:.75rem}.heroSection_clientLogo___vfrZ{min-width:80px;min-height:40px;padding:.25rem .5rem}.heroSection_clientMarquee__cY_i7{gap:1.5rem}}@media(max-width:600px){.heroSection_heroClientMarquee__eu3GV{padding:.5rem 0 1rem;gap:.5rem}.heroSection_clientLogo___vfrZ{min-width:60px;min-height:30px;padding:.15rem .25rem}.heroSection_clientMarquee__cY_i7{gap:.75rem}}@media(max-width:480px){.heroSection_heroClientMarquee__eu3GV{padding:.25rem 0 .75rem;gap:.25rem}.heroSection_clientLogo___vfrZ{min-width:50px;min-height:25px;padding:.1rem .2rem}.heroSection_clientMarquee__cY_i7{gap:.5rem}}.heroSection_content__U2x4y{z-index:10;position:relative;width:100%;max-width:720px;margin:0 auto;flex:1 1;text-align:center;display:flex;flex-direction:column;align-items:center}.heroSection_content__U2x4y h1{font-size:2.8rem;font-weight:700;color:#1e58cd;margin-bottom:var(--spacing-sm);line-height:1.1;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:900px){.heroSection_content__U2x4y h1{font-size:2.2rem}}@media(max-width:600px){.heroSection_content__U2x4y h1{font-size:1.8rem}}@media(max-width:480px){.heroSection_content__U2x4y h1{font-size:1.5rem}}.heroSection_content__U2x4y h2{font-size:2rem;font-weight:600;color:#f05a00;margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:900px){.heroSection_content__U2x4y h2{font-size:1.5rem}}@media(max-width:600px){.heroSection_content__U2x4y h2{font-size:1.1rem}}@media(max-width:480px){.heroSection_content__U2x4y h2{font-size:1rem}}.heroSection_content__U2x4y .heroSection_content__U2x4y .heroSection_data__4Dkuv,.heroSection_content__U2x4y .heroSection_description__AVv4L{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:2rem;line-height:1.6;max-width:450px}.heroSection_content__U2x4y .heroSection_description__AVv4L{text-shadow:0 1px 2px rgba(0,0,0,.05)}@media(max-width:900px){.heroSection_content__U2x4y .heroSection_description__AVv4L{font-size:.95rem;max-width:100%}}@media(max-width:600px){.heroSection_content__U2x4y .heroSection_description__AVv4L{font-size:.9rem}}@media(max-width:480px){.heroSection_content__U2x4y .heroSection_description__AVv4L{font-size:.8rem}}.heroSection_content__U2x4y .heroSection_heroProductLogoWrap__fF83a{margin-bottom:1.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-height:96px;animation:heroSection_fadeInDown__d_MBc .8s ease-out .1s both}.heroSection_content__U2x4y .heroSection_heroProductLogo__bsaWQ{width:auto;max-width:360px;height:auto;max-height:96px;object-fit:contain;object-position:center center}.heroSection_content__U2x4y .heroSection_eyebrow__Yv14k{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#2b28b8;margin-bottom:.75rem;display:block;animation:heroSection_fadeInDown__d_MBc .8s ease-out .2s both}.heroSection_content__U2x4y .heroSection_heroTitle__3kOMG{font-size:clamp(2rem,4.2vw,3.25rem);font-weight:800;color:#1a202c;line-height:1.15;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word;animation:heroSection_fadeInUp__XSH_j 1s ease-out .3s both}@media(max-width:900px){.heroSection_content__U2x4y .heroSection_heroTitle__3kOMG{font-size:clamp(1.75rem,3.5vw,2.5rem)}}@media(max-width:480px){.heroSection_content__U2x4y .heroSection_heroTitle__3kOMG{font-size:1.6rem}}.heroSection_content__U2x4y .heroSection_heroTitleAccent__qdU3w{background:linear-gradient(135deg,#667eea,#764ba2 50%,#F05A00);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline;font-weight:900;animation:heroSection_gradientShift__wtKpN 3s ease infinite}.heroSection_content__U2x4y .heroSection_description__AVv4L{font-size:1.125rem;font-weight:500;color:#4a5568;line-height:1.65;max-width:560px;margin:0 auto 1.5rem;word-wrap:break-word;overflow-wrap:break-word;text-align:center;animation:heroSection_fadeInUp__XSH_j 1s ease-out .4s both}@media(max-width:900px){.heroSection_content__U2x4y .heroSection_description__AVv4L{font-size:1rem;max-width:100%}}@media(max-width:480px){.heroSection_content__U2x4y .heroSection_description__AVv4L{font-size:.95rem}}.heroSection_content__U2x4y .heroSection_ctaRow__vjRkw{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;justify-content:center;animation:heroSection_fadeInUp__XSH_j 1s ease-out .5s both}.heroSection_content__U2x4y .heroSection_trustBadges__4pHxm{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center;justify-content:center;animation:heroSection_fadeInUp__XSH_j 1s ease-out .6s both}@media(max-width:480px){.heroSection_content__U2x4y .heroSection_trustBadges__4pHxm{gap:.75rem}}.heroSection_content__U2x4y .heroSection_trustBadge__KDxoR{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#2d3748;padding:.5rem .875rem;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,249,255,.9));border-radius:2rem;box-shadow:0 4px 12px rgba(102,126,234,.15),0 2px 4px rgba(0,0,0,.06);border:1px solid rgba(102,126,234,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.heroSection_content__U2x4y .heroSection_trustBadge__KDxoR:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 24px rgba(102,126,234,.25),0 4px 8px rgba(0,0,0,.1);border-color:rgba(102,126,234,.4)}@media(max-width:480px){.heroSection_content__U2x4y .heroSection_trustBadge__KDxoR{font-size:.8rem;padding:.4rem .7rem}}.heroSection_content__U2x4y .heroSection_trustBadgeIcon__ript1{font-size:1rem;color:#667eea;filter:drop-shadow(0 2px 4px rgba(102,126,234,.3));transition:all .3s ease}.heroSection_trustBadge__KDxoR:hover .heroSection_content__U2x4y .heroSection_trustBadgeIcon__ript1{transform:scale(1.2) rotate(10deg);filter:drop-shadow(0 4px 8px rgba(102,126,234,.5))}.heroSection_content__U2x4y a{text-decoration:none}.heroSection_content__U2x4y a button{width:100%;max-width:200px;font-size:1rem;font-weight:700;padding:.875rem 1.75rem}@media(max-width:600px){.heroSection_content__U2x4y a button{font-size:.95rem;padding:.75rem 1.25rem;max-width:180px}}@media(max-width:480px){.heroSection_content__U2x4y a button{font-size:.85rem;padding:.625rem 1rem;max-width:160px}}@media(max-width:768px){.heroSection_content__U2x4y{width:100%;max-width:100%}}.heroSection_pricingSectionHeading__obqDt{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#2d3748;margin-bottom:1rem;line-height:1.2}@media(max-width:768px){.heroSection_pricingSectionHeading__obqDt{font-size:clamp(2rem,4vw,3rem)}}@media(max-width:480px){.heroSection_pricingSectionHeading__obqDt{font-size:clamp(1.75rem,3.5vw,2.5rem)}}.heroSection_visual__mM54Z{display:none;overflow:hidden}@media(max-width:900px){.heroSection_visual__mM54Z{min-height:200px;margin-top:1.5rem}}@media(max-width:600px){.heroSection_visual__mM54Z{min-height:150px}}@media(max-width:480px){.heroSection_visual__mM54Z{min-height:120px}}@media(max-width:768px){.heroSection_visual__mM54Z{width:100%;max-width:100%}}.heroSection_mainImage__jOA6J{width:100%;height:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.heroSection_dualCardSection__PuRZS{width:100%;max-width:100vw;padding:0 8% 3rem;background:linear-gradient(135deg,#f8f9ff,#f0f4ff 50%,#e8f0ff);position:relative;overflow:hidden;box-sizing:border-box}.heroSection_dualCardSection__PuRZS:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/kjgrn-1734668824.webp) 50%/cover no-repeat;opacity:.05;z-index:0}.heroSection_dualCardSection__PuRZS:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(102,126,234,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(240,147,251,.1) 0,transparent 50%);z-index:0}@media(max-width:1100px){.heroSection_dualCardSection__PuRZS{padding:5rem 6% 3rem}}@media(max-width:768px){.heroSection_dualCardSection__PuRZS{padding:3rem 5% 2rem}}@media(max-width:480px){.heroSection_dualCardSection__PuRZS{padding:2rem 4% 1.5rem}}.heroSection_dualCardHeading__HD5DI{font-size:clamp(1.5rem,4vw,2.8rem);font-weight:700;color:#2d3748;text-align:center;margin-bottom:4rem;line-height:1.3;position:relative;z-index:1}@media(max-width:768px){.heroSection_dualCardHeading__HD5DI{margin-bottom:3rem;padding:0 1rem;font-size:clamp(1.25rem,3.5vw,2.2rem)}}@media(max-width:480px){.heroSection_dualCardHeading__HD5DI{margin-bottom:2rem;padding:0 .5rem;font-size:clamp(1.1rem,3vw,1.8rem)}}.heroSection_dualCardGrid__Zo_98{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto;position:relative;z-index:1;box-sizing:border-box}@media(max-width:1024px){.heroSection_dualCardGrid__Zo_98{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;max-width:1000px}}@media(max-width:768px){.heroSection_dualCardGrid__Zo_98{grid-template-columns:1fr;gap:1.5rem;max-width:600px;padding:0 1rem}}@media(max-width:480px){.heroSection_dualCardGrid__Zo_98{gap:1rem;padding:0 .5rem;max-width:100%}}.heroSection_dualCard__ChJl1{border-radius:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:1.5rem 2rem;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;align-items:stretch;min-height:120px;border:1px solid rgba(102,126,234,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:100%;box-sizing:border-box}.heroSection_dualCard__ChJl1,.heroSection_dualCard__ChJl1:nth-child(2){background:linear-gradient(135deg,#eaf0ff,#f3e8ff 60%,#fff6ee)!important}.heroSection_dualCard__ChJl1:before{height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.heroSection_dualCard__ChJl1:after,.heroSection_dualCard__ChJl1:before{content:"";position:absolute;top:0;left:0;right:0;opacity:0;transition:opacity .3s ease}.heroSection_dualCard__ChJl1:after{bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.05),transparent 50%);pointer-events:none}.heroSection_dualCard__ChJl1:hover{transform:translateY(-2px) scale(1.005);box-shadow:0 10px 15px -5px rgba(0,0,0,.08),0 5px 8px -5px rgba(0,0,0,.03),0 0 0 1px hsla(0,0%,100%,.05)}.heroSection_dualCard__ChJl1:hover:before{opacity:.8}.heroSection_dualCard__ChJl1:hover:after{opacity:.5}.heroSection_dualCard__ChJl1:last-child:before{background:linear-gradient(90deg,#667eea,#764ba2)}.heroSection_dualCard__ChJl1:last-child:after{background:linear-gradient(135deg,rgba(102,126,234,.05),transparent 50%)}@media(max-width:768px){.heroSection_dualCard__ChJl1{padding:1.25rem 1.5rem;border-radius:1.25rem;min-height:100px}.heroSection_dualCard__ChJl1:hover{transform:translateY(-1px) scale(1.002)}}@media(max-width:480px){.heroSection_dualCard__ChJl1{padding:1rem;border-radius:1rem;min-height:80px}.heroSection_dualCard__ChJl1:hover{transform:translateY(-.5px) scale(1.001)}}.heroSection_dualCardContent__H74UY{position:relative;z-index:2;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;width:100%;max-width:100%}.heroSection_dualCardFor___F8Fz{font-size:.875rem;color:#718096;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}@media(max-width:480px){.heroSection_dualCardFor___F8Fz{font-size:.75rem}}.heroSection_dualCardTitle__HFArO{font-size:clamp(1.25rem,2.5vw,1.8rem);font-weight:600;color:#2d3748;margin:0;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:480px){.heroSection_dualCardTitle__HFArO{font-size:1.1rem}}.heroSection_dualCardUnderline__FwcfP{width:60px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;margin-bottom:1rem;transition:width .3s ease}.heroSection_dualCard__ChJl1:hover .heroSection_dualCardUnderline__FwcfP{width:80px}@media(max-width:480px){.heroSection_dualCardUnderline__FwcfP{width:40px;height:3px;margin-bottom:.75rem}}.heroSection_dualCard__ChJl1:last-child .heroSection_dualCardUnderline__FwcfP{background:linear-gradient(90deg,#667eea,#764ba2)}.heroSection_dualCardDesc__4sZ1c{font-size:1rem;color:#4a5568;margin-bottom:1rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:768px){.heroSection_dualCardDesc__4sZ1c{font-size:.95rem;margin-bottom:.75rem}}@media(max-width:480px){.heroSection_dualCardDesc__4sZ1c{font-size:.875rem;margin-bottom:.5rem}}.heroSection_dualCardLink__8uyyi{font-size:1rem;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;transition:all .3s ease;width:fit-content;align-self:flex-start}@media(max-width:480px){.heroSection_dualCardLink__8uyyi{font-size:.875rem;padding:.5rem 1rem}}.heroSection_dualCardArrow__Qkr_s{font-size:1.125rem;transition:transform .3s ease}.heroSection_dualCardLink__8uyyi:hover .heroSection_dualCardArrow__Qkr_s{transform:translateX(4px)}.heroSection_dualCardHeader__wUuL_{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem;width:100%;max-width:100%}@media(max-width:768px){.heroSection_dualCardHeader__wUuL_{gap:.75rem}}@media(max-width:480px){.heroSection_dualCardHeader__wUuL_{gap:.5rem}}.heroSection_dualCardBody__Injvz{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%}.heroSection_dualCardIcon__8wAoC{width:60px;height:60px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;max-width:100%}.heroSection_dualCardIcon__8wAoC .heroSection_anticon__iZCnU{font-size:30px}@media(max-width:768px){.heroSection_dualCardIcon__8wAoC{width:35px;height:35px}.heroSection_dualCardIcon__8wAoC .heroSection_anticon__iZCnU{font-size:25px}}@media(max-width:480px){.heroSection_dualCardIcon__8wAoC{width:30px;height:30px}.heroSection_dualCardIcon__8wAoC .heroSection_anticon__iZCnU{font-size:20px}}.heroSection_complexitySection__E_f8Z{width:100%;max-width:100vw;padding:5rem 8%;background:linear-gradient(135deg,#f8f9ff,#f0f4ff 50%,#e8f0ff);position:relative;overflow:hidden;box-sizing:border-box}.heroSection_complexitySection__E_f8Z:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/kjgrn-1734668824.webp) 50%/cover no-repeat;opacity:.05;z-index:0}@media(max-width:1100px){.heroSection_complexitySection__E_f8Z{padding:5rem 6%}}@media(max-width:768px){.heroSection_complexitySection__E_f8Z{padding:3rem 5%}}@media(max-width:480px){.heroSection_complexitySection__E_f8Z{padding:2rem 4%}}.heroSection_complexityContainer__gYyS6{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:justify;position:relative;z-index:1;width:100%;box-sizing:border-box}@media(max-width:1024px){.heroSection_complexityContainer__gYyS6{gap:1.5rem;grid-template-columns:1fr 1.5fr}}@media(max-width:768px){.heroSection_complexityContainer__gYyS6{grid-template-columns:1fr;gap:2rem;text-align:center}}.heroSection_complexityContent__XW_nF{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%}@media(max-width:768px){.heroSection_complexityContent__XW_nF{order:2}}.heroSection_gearIcons__iMg3z{display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:768px){.heroSection_gearIcons__iMg3z{justify-content:center}}.heroSection_complexityHeading__w1WhW{font-size:clamp(1rem,3vw,2.6rem);font-weight:500;color:#2d3748;line-height:1;margin:0;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:768px){.heroSection_complexityHeading__w1WhW{font-size:clamp(1.5rem,3.5vw,2.5rem)}}@media(max-width:480px){.heroSection_complexityHeading__w1WhW{font-size:clamp(1.25rem,3vw,2rem)}}.heroSection_complexityDescription__En2nx{font-size:1.125rem;color:#4a5568;line-height:1.7;margin:0;text-align:justify;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:768px){.heroSection_complexityDescription__En2nx{font-size:1rem}}@media(max-width:480px){.heroSection_complexityDescription__En2nx{font-size:.95rem}}.heroSection_complexityVisual__t3dcK{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;width:100%;max-width:100%;overflow:hidden}@media(max-width:768px){.heroSection_complexityVisual__t3dcK{order:1;gap:1rem}}.heroSection_complexityMainImage__MmLVu{max-width:100%;height:auto;border-radius:.5rem;display:block}.heroSection_complexitySecondaryVisual__Oc1nN{max-width:100%;width:100%;max-width:420px;border-radius:.5rem;overflow:hidden;box-shadow:0 8px 24px rgba(102,126,234,.12);opacity:.92}.heroSection_complexityStructureImage__l8_xB{width:100%;height:auto;display:block;border-radius:.5rem}.heroSection_badgePulse__H9jwU{display:inline-block;animation:heroSection_heroShake__0CxfO 3s ease-in-out infinite,heroSection_heroGlow__P2yxg 2.5s ease-in-out infinite}@keyframes heroSection_heroShake__0CxfO{0%,to{transform:translateY(0)}15%{transform:translateY(-1px)}30%{transform:translateY(1px)}45%{transform:translateY(-.5px)}60%{transform:translateY(.5px)}75%{transform:translateY(0)}}@keyframes heroSection_heroGlow__P2yxg{0%,to{text-shadow:0 0 0 rgba(43,40,184,0)}50%{text-shadow:0 0 10px rgba(43,40,184,.35)}}.heroSection_badgeBox__44X3s{animation:heroSection_heroShake__0CxfO 3s ease-in-out infinite}.heroSection_section__mLgO3{width:100%;padding:4rem 8%;position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f8f9ff 30%,#f0f4ff 60%,#f8f9ff);background-size:100% 200%;animation:heroSection_gradientShift__wtKpN 22s ease infinite}.heroSection_section__mLgO3:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 70% 50% at 50% 20%,rgba(102,126,234,.1) 0,transparent 50%);pointer-events:none;z-index:0}.heroSection_title__lD80m{font-size:clamp(1.8rem,3vw,2.25rem);font-weight:800;color:#1a202c;text-align:center;margin:0 0 .5rem;position:relative;z-index:1;line-height:1.2}.heroSection_sectionSubtext__TV_0Q{font-size:1.125rem;color:#4a5568;line-height:1.6;max-width:640px;margin:0 auto 2rem;text-align:center;position:relative;z-index:1}.heroSection_grid__4GLYI{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;position:relative;z-index:1}@media(max-width:900px){.heroSection_grid__4GLYI{grid-template-columns:1fr}}.heroSection_card__K_ILW{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:1rem;border:1px solid rgba(102,126,234,.15);border-radius:1rem;padding:1.5rem;box-shadow:0 8px 24px rgba(102,126,234,.1),0 2px 8px rgba(0,0,0,.06);background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,250,255,.9));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;opacity:0;transform:translateY(10px);animation:heroSection_fadeInUp__XSH_j .6s ease forwards;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.heroSection_card__K_ILW:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#667eea,#764ba2 50%,#F05A00);border-radius:4px 0 0 4px}.heroSection_card__K_ILW:first-child{animation-delay:0s}.heroSection_card__K_ILW:nth-child(2){animation-delay:.1s}.heroSection_card__K_ILW:nth-child(3){animation-delay:.2s}.heroSection_card__K_ILW:nth-child(4){animation-delay:.3s}.heroSection_card__K_ILW:focus-within,.heroSection_card__K_ILW:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(102,126,234,.18),0 4px 12px rgba(0,0,0,.08);border-color:rgba(102,126,234,.3)}.heroSection_shot__gckKh{width:110px;height:90px;border-radius:.75rem;background:linear-gradient(180deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:2rem;font-weight:700;box-shadow:0 8px 16px rgba(0,0,0,.06);transition:transform .22s ease,box-shadow .22s ease,background .24s ease}.heroSection_card__K_ILW:focus-within .heroSection_shot__gckKh,.heroSection_card__K_ILW:hover .heroSection_shot__gckKh{transform:scale(1.02);background:linear-gradient(180deg,rgba(43,40,184,.08),#e5e7eb);box-shadow:0 10px 18px rgba(43,40,184,.1)}.heroSection_text___ZEFE{display:flex;flex-direction:column}.heroSection_cardTitle__jvmcv{font-size:1.05rem;font-weight:700;color:#111827;margin:0 0 .25rem}.heroSection_cardDesc__ofXCp{font-size:.95rem;color:#4b5563;margin:0}.heroSection_ctaRow__vjRkw{display:flex;justify-content:center;margin-top:1.75rem}@keyframes heroSection_fadeInUp__XSH_j{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.heroSection_card__K_ILW{animation:none!important;opacity:1!important;transform:none!important;transition:none}.heroSection_card__K_ILW:focus-within,.heroSection_card__K_ILW:focus-within .heroSection_shot__gckKh,.heroSection_card__K_ILW:hover,.heroSection_card__K_ILW:hover .heroSection_shot__gckKh{transform:none;box-shadow:0 10px 24px rgba(0,0,0,.05);background:linear-gradient(180deg,#f3f4f6,#e5e7eb)}}.heroSection_pain-points-wrapper__tof5H{width:100%;max-width:100vw;padding:4rem 8% 4.5rem;box-sizing:border-box;position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f8f9ff 25%,#f0f4ff 50%,#f8f9ff 75%,#ffffff);background-size:100% 200%;animation:heroSection_gradientShift__wtKpN 20s ease infinite}.heroSection_pain-points-wrapper__tof5H:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 60% 40% at 50% 0,rgba(102,126,234,.12) 0,transparent 50%),radial-gradient(ellipse 50% 30% at 80% 100%,rgba(240,90,0,.08) 0,transparent 50%);pointer-events:none;z-index:0}.heroSection_pain-points-heading__PA1qU{text-align:center;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#1a202c;margin:0 0 2.5rem;position:relative;z-index:1;line-height:1.2}.heroSection_pain-points-grid___0N6Y{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;max-width:1100px;margin:0 auto;position:relative;z-index:1}@media(max-width:900px){.heroSection_pain-points-grid___0N6Y{grid-template-columns:1fr;gap:1.25rem}}.heroSection_pain-points-card__mZoGp{border:1px solid rgba(102,126,234,.15);border-radius:1rem;padding:1.75rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-size:1.05rem;box-shadow:0 8px 24px rgba(102,126,234,.1),0 2px 8px rgba(0,0,0,.06);background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,250,255,.9));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.heroSection_pain-points-card__mZoGp:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#667eea,#764ba2 50%,#F05A00);border-radius:4px 0 0 4px}.heroSection_pain-points-card__mZoGp:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(102,126,234,.18),0 4px 12px rgba(0,0,0,.08);border-color:rgba(102,126,234,.3)}.heroSection_pain-points-icon__ecHPQ{font-size:2rem;line-height:1;margin-bottom:1rem;color:#667eea;transition:transform .3s ease}.heroSection_pain-points-card__mZoGp:hover .heroSection_pain-points-icon__ecHPQ{transform:scale(1.1)}.heroSection_pain-points-text__WN5j6{font-size:1.05rem;color:#4a5568;line-height:1.65;margin:0}.heroSection_keyFeaturesSection__Qgyhz{width:100%;max-width:100vw;padding:4rem 8% 4.5rem;box-sizing:border-box;position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f8f9ff 20%,#f0f4ff 50%,#f8f9ff 80%,#ffffff);background-size:100% 200%;animation:heroSection_gradientShift__wtKpN 20s ease infinite}.heroSection_keyFeaturesSection__Qgyhz:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 70% 40% at 50% 0,rgba(102,126,234,.1) 0,transparent 50%),radial-gradient(ellipse 50% 30% at 20% 100%,rgba(240,90,0,.06) 0,transparent 50%);pointer-events:none;z-index:0}.heroSection_keyFeaturesEyebrow__8aEkc{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#2b28b8;margin:0 0 .75rem;text-align:center;position:relative;z-index:1}.heroSection_keyFeaturesHeading__8zpVk{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#1a202c;margin:0 0 .75rem;text-align:center;line-height:1.2;position:relative;z-index:1}.heroSection_keyFeaturesSubtext__cHOD7{font-size:1.125rem;color:#4a5568;line-height:1.6;max-width:640px;margin:0 auto 2.5rem;text-align:center;position:relative;z-index:1}.heroSection_keyFeaturesGrid__fweTg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto 2rem;position:relative;z-index:1}@media(max-width:1024px){.heroSection_keyFeaturesGrid__fweTg{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.heroSection_keyFeaturesGrid__fweTg{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.5rem}}.heroSection_keyFeatureCard__EPDju{border:1px solid rgba(102,126,234,.15);border-radius:1rem;padding:1.5rem 1.25rem;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,250,255,.9));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(102,126,234,.08),0 2px 8px rgba(0,0,0,.05);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.heroSection_keyFeatureCard__EPDju:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#667eea,#764ba2 50%,#F05A00);border-radius:4px 0 0 4px}.heroSection_keyFeatureCard__EPDju:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(102,126,234,.15),0 4px 12px rgba(0,0,0,.08);border-color:rgba(102,126,234,.3)}.heroSection_keyFeatureIconWrap__JIFdo{width:80px;height:80px;border-radius:.75rem;background:linear-gradient(135deg,rgba(102,126,234,.12),rgba(118,75,162,.08));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden;flex-shrink:0}.heroSection_keyFeatureIcon__XweJ7{font-size:1.5rem;color:#667eea;transition:transform .3s ease}.heroSection_keyFeatureCard__EPDju:hover .heroSection_keyFeatureIcon__XweJ7{transform:scale(1.1)}.heroSection_keyFeatureCardImage__M1W53{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease}.heroSection_keyFeatureCard__EPDju:hover .heroSection_keyFeatureCardImage__M1W53{transform:scale(1.08)}.heroSection_keyFeatureTitle__taoKl{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0 0 .75rem;line-height:1.2}.heroSection_keyFeatureList__1MEXm{margin:0;padding:0 0 0 1.25rem;font-size:.9375rem;color:#4a5568;line-height:1.6;list-style:disc}.heroSection_keyFeatureList__1MEXm li{margin-bottom:.35rem}.heroSection_keyFeatureList__1MEXm li:last-child{margin-bottom:0}.heroSection_keyFeaturesCta__PuzQB{display:flex;justify-content:center;position:relative;z-index:1}.heroSection_payrollWorkflowSection__yqG07{width:100%;max-width:100vw;padding:4rem 8%;box-sizing:border-box;position:relative;z-index:1;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(248,250,255,.5) 30%,rgba(240,245,255,.6) 50%,rgba(248,250,255,.5) 70%,rgba(255,255,255,0))}@media(max-width:768px){.heroSection_payrollWorkflowSection__yqG07{padding:3rem 6%}}.heroSection_payrollWorkflowHeading__jGQhQ{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#1a202c;text-align:center;margin:0 0 .5rem;line-height:1.2;position:relative;z-index:1}.heroSection_payrollWorkflowSubtext__dWd6L{font-size:1.0625rem;color:#4a5568;text-align:center;max-width:560px;margin:0 auto 2.5rem;line-height:1.6;position:relative;z-index:1}.heroSection_payrollWorkflowGrid__cHhxC{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;position:relative;z-index:1}.heroSection_payrollWorkflowCard__fKwpB{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;border:1px solid rgba(102,126,234,.12);border-radius:1rem;padding:1.5rem;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,250,255,.9));box-shadow:0 8px 24px rgba(102,126,234,.08);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.heroSection_payrollWorkflowCard__fKwpB:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#667eea,#764ba2 50%,#F05A00);border-radius:4px 0 0 4px}.heroSection_payrollWorkflowCard__fKwpB:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(102,126,234,.12)}@media(max-width:768px){.heroSection_payrollWorkflowCard__fKwpB{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem}}.heroSection_payrollWorkflowCardReverse__KA1B2 .heroSection_payrollWorkflowImageWrap__JorMN{order:2}.heroSection_payrollWorkflowCardReverse__KA1B2 .heroSection_payrollWorkflowText__0PlZO{order:1;text-align:right}@media(max-width:768px){.heroSection_payrollWorkflowCardReverse__KA1B2 .heroSection_payrollWorkflowText__0PlZO{text-align:left}}.heroSection_payrollWorkflowImageWrap__JorMN{border-radius:.75rem;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.08);max-width:420px;margin:0 auto}@media(max-width:768px){.heroSection_payrollWorkflowImageWrap__JorMN{order:unset;max-width:100%}}.heroSection_payrollWorkflowImage__8KCsI{width:100%;height:auto;max-height:280px;object-fit:cover;display:block;border-radius:.75rem}.heroSection_payrollWorkflowText__0PlZO{padding:.5rem 0}.heroSection_payrollWorkflowTitle__RnFvf{font-size:1.35rem;font-weight:700;color:#1a202c;margin:0 0 .5rem;line-height:1.2}.heroSection_payrollWorkflowDesc__6J55f{font-size:.9375rem;color:#4a5568;line-height:1.6;margin:0}.heroSection_how-it-works-section__3IH0A{width:100%;padding:3rem 8%;scroll-margin-top:80px;position:relative}.heroSection_how-it-works-title__stQ9A{font-size:clamp(1.8rem,3vw,2.25rem);font-weight:800;color:#1f2937;text-align:center;margin:0 0 1.75rem}.heroSection_how-it-works-scene__x2tmy{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:2rem 0 3rem}.heroSection_how-it-works-balloons__2cZmd{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch;grid-auto-rows:1fr}@media(max-width:900px){.heroSection_how-it-works-balloons__2cZmd{grid-template-columns:1fr}}.heroSection_how-it-works-balloon-wrap__jaPG9{position:relative;display:block}.heroSection_how-it-works-balloon__NjllK{position:relative;width:100%;background:radial-gradient(120% 140% at 30% 20%,#ffffff 0,#eef2ff 45%,#e9d5ff 100%);border:1px solid rgba(17,24,39,.08);border-radius:18px 18px 22px 22px/22px 22px 28px 28px;padding:1rem 1rem 1.25rem;box-shadow:0 12px 26px rgba(0,0,0,.06);transform-origin:bottom center;animation:heroSection_float__m7xAa 4.8s ease-in-out infinite;height:100%;display:flex;flex-direction:column}.heroSection_how-it-works-balloon-title__Pc1cL{font-size:1.05rem;font-weight:700;color:#111827;margin:.25rem 0}.heroSection_how-it-works-balloon-desc__oAoDB{font-size:.95rem;color:#4b5563;margin:0;flex:1 1}.heroSection_how-it-works-badge__P6bzM{position:absolute;top:-10px;left:-10px;width:34px;height:34px;border-radius:999px;background:#4338ca;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;box-shadow:0 6px 14px rgba(67,56,202,.35)}.heroSection_how-it-works-step-button-wrap__CTQgI{display:flex;justify-content:center;margin-top:.75rem;margin-bottom:.25rem}@keyframes heroSection_float__m7xAa{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-6px) rotate(-.6deg)}to{transform:translateY(0) rotate(0deg)}}@media(prefers-reduced-motion:reduce){.heroSection_how-it-works-balloon__NjllK{animation:none!important}}.heroSection_dualCardSection1__LAZoL{width:100%;max-width:100vw;padding:0 8% 3rem;background:linear-gradient(135deg,#f8f9ff,#f0f4ff 50%,#e8f0ff);position:relative;overflow:hidden;box-sizing:border-box}.heroSection_dualCardSection1__LAZoL:before{background:url(/assets/kjgrn-1734668824.webp) 50%/cover no-repeat;opacity:.05}.heroSection_dualCardSection1__LAZoL:after,.heroSection_dualCardSection1__LAZoL:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none}.heroSection_dualCardSection1__LAZoL:after{background:radial-gradient(circle at 20% 80%,rgba(102,126,234,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(240,147,251,.1) 0,transparent 50%)}