:root{--header-height:72px;--primary-color:#2b45f5;--primary-dark:#1e30b8;--primary-light:#4a5ff7;--accent-color:#6c7ff9;--text-dark:#1a1a1a;--text-gray:#4a5568;--text-light:#718096;--background-light:#f7fafc;--background-white:#fff;--border-color:#e2e8f0;--success-color:#10b981;--gradient-primary:linear-gradient(135deg,#2b45f5 0%,#6c7ff9 100%);--gradient-dark:linear-gradient(135deg,#1a1a1a 0%,#2d3748 100%);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}.page-module___8aEwW__header{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000a}.page-module___8aEwW__nav{justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;padding:1rem 3rem;display:flex}.page-module___8aEwW__logo{cursor:pointer;align-items:center;gap:.875rem;padding:.5rem 0;transition:opacity .2s;display:flex}.page-module___8aEwW__logo:hover{opacity:.8}.page-module___8aEwW__logoText{color:var(--primary-color);letter-spacing:-.02em;font-size:1.875rem;font-weight:800}.page-module___8aEwW__navLinks{align-items:center;gap:2.5rem;list-style:none;display:flex}.page-module___8aEwW__navLinks a{color:#6b7280;padding:.5rem 0;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.page-module___8aEwW__navLinks a:hover{color:var(--primary-color)}.page-module___8aEwW__navLinks a:after{content:"";background:var(--primary-color);width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.page-module___8aEwW__navLinks a:hover:after{width:100%}.page-module___8aEwW__loginButton{background:var(--primary-color)!important;color:#fff!important;box-shadow:none!important;border:none!important;border-radius:8px!important;padding:.625rem 1.5rem!important;font-size:.9375rem!important;font-weight:600!important;transition:all .2s!important}.page-module___8aEwW__loginButton:after{display:none!important}.page-module___8aEwW__loginButton:hover{transform:translateY(-1px);background:var(--primary-dark)!important;box-shadow:0 4px 12px #2b45f533!important}.page-module___8aEwW__navRight{align-items:center;gap:.75rem;display:flex}.page-module___8aEwW__hamburger{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:.25rem;transition:background .2s;display:none}.page-module___8aEwW__hamburger:hover{background:#f3f4f6}.page-module___8aEwW__hamburger span{transform-origin:50%;background:#1a1a1a;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.page-module___8aEwW__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.page-module___8aEwW__hamburgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.page-module___8aEwW__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.page-module___8aEwW__mobileMenu{background:#fff;border-top:1px solid #e5e7eb;flex-direction:column;gap:0;max-height:0;padding:0;transition:max-height .3s,padding .3s;display:none;overflow:hidden}.page-module___8aEwW__mobileMenuOpen{max-height:400px;padding:.25rem 1.25rem 0}.page-module___8aEwW__mobileNavLinks{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.page-module___8aEwW__mobileNavLinks li a{color:#374151;border-bottom:1px solid #f3f4f6;padding:.75rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.page-module___8aEwW__mobileNavLinks li:last-child a{border-bottom:none}.page-module___8aEwW__mobileNavLinks li a:hover{color:var(--primary-color)}.page-module___8aEwW__mobileLoginButton{text-align:center;background:var(--primary-color);color:#fff;border-radius:8px;width:100%;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.page-module___8aEwW__mobileLoginButton:hover{background:var(--primary-dark)}.page-module___8aEwW__hero{background:var(--gradient-primary);color:#fff;min-height:100vh;padding-top:var(--header-height);align-items:center;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroOverlay{background:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#00d4ff26 0%,#0000 50%);position:absolute;inset:0}.page-module___8aEwW__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1320px;margin:0 auto;padding:4rem 3rem;display:grid;position:relative}.page-module___8aEwW__heroText{max-width:600px}.page-module___8aEwW__heroTitle{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.page-module___8aEwW__gradient{background:linear-gradient(90deg,#fff,#6c7ff9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module___8aEwW__heroSubtitle{color:#fffffff2;max-width:700px;margin-bottom:3rem;font-size:1.375rem;font-weight:400;line-height:1.6}.page-module___8aEwW__heroStats{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:700px;margin-bottom:3rem;display:grid}.page-module___8aEwW__stat{text-align:left}.page-module___8aEwW__statNumber{color:#fff;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.page-module___8aEwW__statLabel{color:#ffffffd9;font-size:.95rem;font-weight:500}.page-module___8aEwW__heroButtons{flex-wrap:wrap;gap:1rem;display:flex}.page-module___8aEwW__primaryButton{color:var(--primary-color);cursor:pointer;background:#fff;border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px #00000026}.page-module___8aEwW__primaryButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.page-module___8aEwW__secondaryButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:12px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module___8aEwW__secondaryButton:hover{background:#ffffff40;border-color:#ffffff80}.page-module___8aEwW__heroImageWrapper{justify-content:flex-end;align-items:flex-end;width:100%;min-height:550px;padding-bottom:0;display:flex;position:relative}.page-module___8aEwW__heroImageBack{z-index:1;filter:drop-shadow(0 12px 28px #0000001a);width:100%;max-width:340px;transition:transform .3s;position:absolute;bottom:-60px;right:40px}.page-module___8aEwW__heroImageBack:hover{transform:translateY(-6px)}.page-module___8aEwW__heroImageFront{z-index:2;filter:drop-shadow(0 15px 35px #00000026);width:100%;max-width:260px;transition:transform .3s;position:absolute;bottom:-60px;left:60px}.page-module___8aEwW__heroImageFront:hover{transform:translateY(-8px)scale(1.02)}.page-module___8aEwW__heroImageContainer{filter:drop-shadow(0 20px 40px #00000026);width:100%;max-width:300px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative}.page-module___8aEwW__heroImageContainer:hover{filter:drop-shadow(0 30px 60px #0003);transform:translateY(-8px)}.page-module___8aEwW__heroImage{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:auto;display:block}.page-module___8aEwW__valueProposition{background:#fff;padding:5rem 2rem}.page-module___8aEwW__container{max-width:1280px;margin:0 auto}.page-module___8aEwW__valueGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.page-module___8aEwW__valueItem{text-align:center;padding:2rem}.page-module___8aEwW__valueIcon{width:64px;height:64px;color:var(--primary-color);background:#2b45f514;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.page-module___8aEwW__valueIcon svg{width:32px;height:32px}.page-module___8aEwW__valueItem h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.page-module___8aEwW__valueItem p{color:var(--text-gray);font-size:1.05rem;line-height:1.6}.page-module___8aEwW__sectionHeader{text-align:center;margin-bottom:4rem}.page-module___8aEwW__sectionTitle{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.page-module___8aEwW__sectionDescription{color:var(--text-gray);max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.page-module___8aEwW__benefits{background:var(--background-light);padding:6rem 2rem}.page-module___8aEwW__benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.page-module___8aEwW__benefitCard{box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;border-radius:16px;padding:2.5rem;transition:all .3s}.page-module___8aEwW__benefitCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.page-module___8aEwW__benefitNumber{color:var(--primary-color);opacity:1;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1}.page-module___8aEwW__benefitCard h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.375rem;font-weight:700}.page-module___8aEwW__benefitCard p{color:var(--text-gray);font-size:1.05rem;line-height:1.7}.page-module___8aEwW__howItWorks{background:#fff;padding:6rem 2rem}.page-module___8aEwW__processFlow{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;max-width:1400px;margin:0 auto;display:flex}.page-module___8aEwW__processStep{text-align:center;flex:1;min-width:200px;max-width:240px;padding:1.5rem}.page-module___8aEwW__stepIconWrapper{margin-bottom:1.5rem}.page-module___8aEwW__stepIcon{background:var(--primary-color);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;display:flex}.page-module___8aEwW__stepIcon svg{color:#fff;width:40px;height:40px}.page-module___8aEwW__processStep h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.page-module___8aEwW__processStep p{color:var(--text-gray);font-size:.95rem;line-height:1.6}.page-module___8aEwW__processArrow{color:var(--primary-color);opacity:.3;flex-shrink:0}.page-module___8aEwW__processArrow svg{width:24px;height:24px}.page-module___8aEwW__demo{background:#fff;padding:6rem 2rem}.page-module___8aEwW__demoShowcase{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.page-module___8aEwW__demoImageWrapper{justify-content:center;display:flex}.page-module___8aEwW__demoImageContainer{background:#fff;border-radius:20px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 20px 40px #2b45f526}.page-module___8aEwW__demoImageContainer:hover{transform:translateY(-8px);box-shadow:0 30px 60px #2b45f540}.page-module___8aEwW__demoImage{border-radius:20px;width:100%;height:auto;display:block}.page-module___8aEwW__demoImageOverlay{color:#fff;background:linear-gradient(#0000 0%,#000000b3 40%,#000000e6 100%);padding:2.5rem 2rem 2rem;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.page-module___8aEwW__demoImageContainer:hover .page-module___8aEwW__demoImageOverlay{transform:translateY(0)}.page-module___8aEwW__demoImageOverlay h3{margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.page-module___8aEwW__demoImageOverlay p{color:#ffffffe6;font-size:.95rem;line-height:1.5}.page-module___8aEwW__demoFeatures{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:4rem;display:grid}.page-module___8aEwW__demoFeature{text-align:center;padding:2rem}.page-module___8aEwW__demoFeature svg{width:48px;height:48px;color:var(--primary-color);margin-bottom:1.25rem}.page-module___8aEwW__demoFeature h4{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.page-module___8aEwW__demoFeature p{color:var(--text-gray);font-size:1rem;line-height:1.6}.page-module___8aEwW__integrations{background:var(--background-light);padding:6rem 2rem;position:relative;overflow:hidden}.page-module___8aEwW__integrations:before{content:"";background:linear-gradient(to right,transparent,var(--border-color),transparent);height:1px;position:absolute;top:0;left:0;right:0}.page-module___8aEwW__posLogos{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));place-items:center;gap:3rem;margin:4rem 0;display:grid}.page-module___8aEwW__posLogoItem{justify-content:center;align-items:center;width:100%;display:flex}.page-module___8aEwW__posLogoWrapper{background:#fff;border:2px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:200px;min-height:100px;padding:2rem 2.5rem;transition:all .3s;display:flex;box-shadow:0 1px 3px #00000014}.page-module___8aEwW__posLogoWrapper:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.page-module___8aEwW__posLogo{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;filter:drop-shadow(0 3px 6px #00000026)drop-shadow(0 1px 2px #0000001a);max-width:160px;max-height:60px;transition:all .3s;width:auto!important;height:auto!important}.page-module___8aEwW__posLogoDark{filter:brightness(.3)drop-shadow(0 3px 6px #00000026)drop-shadow(0 1px 2px #0000001a)}.page-module___8aEwW__posLogoWrapper:hover .page-module___8aEwW__posLogo{transform:scale(1.05)}.page-module___8aEwW__integrationBenefits{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:4rem;display:grid}.page-module___8aEwW__integrationBenefit{box-shadow:var(--shadow-sm);border:1px solid var(--border-color);background:#fff;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.page-module___8aEwW__integrationBenefit:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.page-module___8aEwW__integrationIcon{background:#2b45f51a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.page-module___8aEwW__integrationIcon svg{width:28px;height:28px;color:var(--primary-color)}.page-module___8aEwW__integrationBenefit h4{color:var(--text-dark);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.page-module___8aEwW__integrationBenefit p{color:var(--text-gray);font-size:.95rem;line-height:1.6}.page-module___8aEwW__testimonials{background:#fff;padding:6rem 2rem}.page-module___8aEwW__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.page-module___8aEwW__testimonialCard{background:var(--background-light);border-left:8px solid var(--primary-color);border-radius:16px;padding:2.5rem}.page-module___8aEwW__testimonialQuote{color:var(--text-gray);margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.7}.page-module___8aEwW__testimonialAuthor{align-items:center;gap:1rem;display:flex}.page-module___8aEwW__authorInfo{flex:1}.page-module___8aEwW__authorName{color:var(--text-dark);margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.page-module___8aEwW__authorRole{color:var(--text-light);font-size:.9rem}.page-module___8aEwW__cta{background:var(--gradient-primary);color:#fff;text-align:center;padding:6rem 2rem}.page-module___8aEwW__ctaContent{max-width:800px;margin:0 auto}.page-module___8aEwW__ctaTitle{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.page-module___8aEwW__ctaDescription{color:#ffffffe6;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.page-module___8aEwW__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module___8aEwW__ctaPrimaryButton{color:var(--primary-color);cursor:pointer;background:#fff;border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module___8aEwW__ctaPrimaryButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.page-module___8aEwW__ctaSecondaryButton{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:12px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module___8aEwW__ctaSecondaryButton:hover{background:#ffffff1a;border-color:#fff}.page-module___8aEwW__ctaNote{color:#ffffffb3;font-size:.95rem;font-style:italic}.page-module___8aEwW__contact{background:var(--background-light);padding:6rem 2rem}.page-module___8aEwW__contactGrid{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;display:grid}.page-module___8aEwW__contactInfo h2{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.page-module___8aEwW__contactInfo p{color:var(--text-gray);margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.page-module___8aEwW__contactMethods{flex-direction:column;gap:2rem;display:flex}.page-module___8aEwW__contactMethod{align-items:flex-start;gap:1.25rem;display:flex}.page-module___8aEwW__contactIcon{background:var(--primary-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module___8aEwW__contactIcon svg{color:#fff;width:24px;height:24px}.page-module___8aEwW__contactLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.page-module___8aEwW__contactValue{color:var(--text-dark);font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s}.page-module___8aEwW__contactValue:hover{color:var(--primary-color)}.page-module___8aEwW__contactFormWrapper{box-shadow:var(--shadow-lg);background:#fff;border-radius:20px;padding:3rem}.page-module___8aEwW__contactFormWrapper h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.page-module___8aEwW__formDescription{color:var(--text-gray);margin-bottom:2rem;line-height:1.6}.page-module___8aEwW__formButton{background:var(--primary-color);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.page-module___8aEwW__formButton:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #2b45f566}.page-module___8aEwW__footer{background:var(--text-dark);color:#fff;padding:4rem 2rem 2rem}.page-module___8aEwW__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.page-module___8aEwW__footerBrand{max-width:350px}.page-module___8aEwW__footerLogo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.page-module___8aEwW__footerLogoImage{filter:brightness(0)invert();width:28px;height:28px}.page-module___8aEwW__footerLogo .page-module___8aEwW__logoText{color:#fff;font-size:1.5rem;font-weight:700}.page-module___8aEwW__footerTagline{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.page-module___8aEwW__footerAppBadges{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.page-module___8aEwW__footerBadgeLink{transition:transform .2s,opacity .2s;display:block}.page-module___8aEwW__footerBadgeLink:hover{opacity:.9;transform:translateY(-3px)}.page-module___8aEwW__footerStoreBadge{width:auto;max-width:140px;height:auto}.page-module___8aEwW__footerLinks h4{color:#fff;margin-bottom:1.25rem;font-size:1rem;font-weight:700}.page-module___8aEwW__footerLinks ul{list-style:none}.page-module___8aEwW__footerLinks li{margin-bottom:.75rem}.page-module___8aEwW__footerLinks a{color:#ffffffb3;font-size:.95rem;text-decoration:none;transition:color .2s}.page-module___8aEwW__footerLinks a:hover{color:var(--accent-color)}.page-module___8aEwW__footerBottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}.page-module___8aEwW__footerCopyright{color:#ffffff80;font-size:.875rem}@media (max-width:1024px){.page-module___8aEwW__nav{padding:1rem 2rem}.page-module___8aEwW__logoText{font-size:1.75rem}.page-module___8aEwW__heroTitle{font-size:3.5rem}.page-module___8aEwW__heroContent{grid-template-columns:1fr;gap:2rem;padding:3rem 2rem}.page-module___8aEwW__heroImageWrapper{min-height:unset;flex-direction:row;order:-1;justify-content:center;align-items:center;gap:1rem;padding:2.5rem 0 0}.page-module___8aEwW__heroImageBack{right:unset;bottom:unset;width:50%;max-width:260px;position:relative}.page-module___8aEwW__heroImageFront{left:unset;bottom:unset;width:40%;max-width:200px;position:relative}.page-module___8aEwW__contactGrid{grid-template-columns:1fr;gap:3rem}.page-module___8aEwW__footerGrid{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__processFlow{flex-direction:column}.page-module___8aEwW__processArrow{margin:1rem 0;transform:rotate(90deg)}.page-module___8aEwW__demoShowcase{grid-template-columns:1fr}}@media (max-width:768px){:root{--header-height:64px}.page-module___8aEwW__nav{padding:.875rem 1.5rem}.page-module___8aEwW__logo{gap:.625rem}.page-module___8aEwW__logoText{font-size:1.625rem}.page-module___8aEwW__navLinks{display:none}.page-module___8aEwW__hamburger,.page-module___8aEwW__mobileMenu{display:flex}.page-module___8aEwW__loginButton{display:none}.page-module___8aEwW__heroTitle{font-size:2.5rem}.page-module___8aEwW__heroContent{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.5rem}.page-module___8aEwW__heroImageWrapper{min-height:unset;flex-direction:row;gap:.75rem;padding:2rem 0 0}.page-module___8aEwW__heroImageBack{right:unset;bottom:unset;width:50%;max-width:200px;position:relative}.page-module___8aEwW__heroImageFront{left:unset;bottom:unset;width:40%;max-width:160px;position:relative}.page-module___8aEwW__heroSubtitle{font-size:1.125rem}.page-module___8aEwW__heroStats{grid-template-columns:repeat(3,1fr);gap:1.5rem}.page-module___8aEwW__statNumber{font-size:2rem}.page-module___8aEwW__statLabel{font-size:.825rem}.page-module___8aEwW__sectionTitle{font-size:2rem}.page-module___8aEwW__sectionDescription{font-size:1.05rem}.page-module___8aEwW__ctaTitle{font-size:2rem}.page-module___8aEwW__benefitsGrid,.page-module___8aEwW__testimonialsGrid,.page-module___8aEwW__footerGrid{grid-template-columns:1fr}.page-module___8aEwW__footerBrand{max-width:100%;margin-bottom:2rem}.page-module___8aEwW__footerAppBadges{justify-content:flex-start}.page-module___8aEwW__demoShowcase,.page-module___8aEwW__demoFeatures{grid-template-columns:1fr}.page-module___8aEwW__posLogos{grid-template-columns:repeat(2,1fr);gap:2rem}.page-module___8aEwW__integrationBenefits{grid-template-columns:1fr}}@media (max-width:640px){:root{--header-height:60px}.page-module___8aEwW__nav{flex-direction:row;justify-content:space-between;gap:0;padding:1rem 1.25rem}.page-module___8aEwW__logo{gap:.5rem}.page-module___8aEwW__logoText{font-size:1.5rem}.page-module___8aEwW__loginButton,.page-module___8aEwW__navLinks{display:none}.page-module___8aEwW__heroStats{grid-template-columns:1fr;gap:2rem}.page-module___8aEwW__heroButtons{flex-direction:column;width:100%}.page-module___8aEwW__primaryButton,.page-module___8aEwW__secondaryButton{text-align:center;width:100%}.page-module___8aEwW__heroImageWrapper{min-height:unset;flex-direction:row;gap:.5rem;padding:2rem 0 0}.page-module___8aEwW__heroImageBack{right:unset;bottom:unset;width:50%;max-width:160px;position:relative}.page-module___8aEwW__heroImageFront{left:unset;bottom:unset;width:40%;max-width:130px;position:relative}.page-module___8aEwW__valueGrid{grid-template-columns:1fr}.page-module___8aEwW__ctaButtons{flex-direction:column}.page-module___8aEwW__ctaPrimaryButton,.page-module___8aEwW__ctaSecondaryButton{width:100%}.page-module___8aEwW__demoShowcase{grid-template-columns:1fr;gap:2rem}.page-module___8aEwW__demoImageContainer{border-radius:12px}.page-module___8aEwW__demoFeatures{grid-template-columns:1fr;gap:2rem}.page-module___8aEwW__posLogos{grid-template-columns:1fr;gap:1.5rem}.page-module___8aEwW__posLogoWrapper{padding:1.5rem}.page-module___8aEwW__integrationBenefits{grid-template-columns:1fr;gap:1.5rem}}.page-module___8aEwW__downloadSection{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);padding:6rem 2rem}.page-module___8aEwW__downloadContent{justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.page-module___8aEwW__downloadText{flex:1}.page-module___8aEwW__downloadTitle{color:#1f2937;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.page-module___8aEwW__downloadDescription{color:#6b7280;font-size:1.125rem;line-height:1.7}.page-module___8aEwW__downloadBadges{align-items:center;gap:1.5rem;display:flex}.page-module___8aEwW__badgeLink{transition:transform .2s,opacity .2s;display:block}.page-module___8aEwW__badgeLink:hover{opacity:.9;transform:translateY(-4px)}.page-module___8aEwW__storeBadge{width:auto;max-width:180px;height:auto}@media (max-width:1024px){.page-module___8aEwW__downloadSection{padding:5rem 2rem}.page-module___8aEwW__downloadContent{gap:3rem}.page-module___8aEwW__downloadTitle{font-size:2rem}.page-module___8aEwW__downloadDescription{font-size:1rem}}@media (max-width:768px){.page-module___8aEwW__downloadSection{padding:4rem 1.5rem}.page-module___8aEwW__downloadContent{text-align:center;flex-direction:column;gap:2.5rem}.page-module___8aEwW__downloadTitle{font-size:1.75rem}.page-module___8aEwW__downloadBadges{flex-wrap:wrap;justify-content:center;gap:1.25rem}}@media (max-width:640px){.page-module___8aEwW__downloadSection{padding:3rem 1rem}.page-module___8aEwW__downloadTitle{font-size:1.5rem}.page-module___8aEwW__downloadDescription{font-size:.9375rem}.page-module___8aEwW__downloadBadges{flex-direction:column;gap:1rem}.page-module___8aEwW__storeBadge{max-width:160px}}.page-module___8aEwW__featuresShowcase{background:#fff;overflow:hidden}.page-module___8aEwW__featuresShowcaseHeader{text-align:center;background:var(--gradient-primary);clip-path:ellipse(120% 100% at 50% 0);max-width:100%;margin:0 auto;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.page-module___8aEwW__featuresShowcaseHeader:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 60%,#ffffff14 0%,#0000 50%),radial-gradient(circle at 85% 30%,#00d4ff1f 0%,#0000 50%);position:absolute;inset:0}.page-module___8aEwW__featuresShowcaseHeaderInner{max-width:760px;margin:0 auto;padding-bottom:3rem;position:relative}.page-module___8aEwW__featuresEyebrow{letter-spacing:.18em;text-transform:uppercase;color:#ffffffe6;background:#ffffff26;border:1px solid #ffffff4d;border-radius:100px;margin-bottom:1.5rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:700;display:inline-block}.page-module___8aEwW__featuresShowcaseTitle{letter-spacing:-.025em;color:#fff;margin-bottom:1.25rem;font-size:3.5rem;font-weight:800;line-height:1.1}.page-module___8aEwW__featuresShowcaseDesc{color:#fffc;margin:0;font-size:1.15rem;line-height:1.65}.page-module___8aEwW__featureRow{grid-template-columns:1fr 1fr;min-height:440px;display:grid}.page-module___8aEwW__featureRowReverse{direction:rtl}.page-module___8aEwW__featureRowReverse>*{direction:ltr}.page-module___8aEwW__featureImagePanel{background:#f5f5f5;justify-content:center;align-items:center;min-height:380px;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__featureAdvImageWrap{background:#f5f5f5;border-radius:24px;width:100%;max-width:760px;height:350px;transition:transform .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.page-module___8aEwW__featureImagePanel:hover .page-module___8aEwW__featureAdvImageWrap{box-shadow:none;transform:translateY(-6px)scale(1.02)}.page-module___8aEwW__featureAdvImage{background:#f5f5f5;object-fit:contain!important;width:100%!important;height:100%!important;display:block!important}.page-module___8aEwW__featureImagePanel:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 50% 100%,#2b45f50f 0%,#0000 70%);position:absolute;inset:0}.page-module___8aEwW__featureContentPanel{background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__featureContentPanel:before{content:"";pointer-events:none;background:radial-gradient(circle,#2b45f50d 0%,#0000 65%);width:380px;height:380px;position:absolute;top:-80px;left:-80px}.page-module___8aEwW__featureRowReverse .page-module___8aEwW__featureContentPanel{background:#fff}.page-module___8aEwW__featureRowReverse .page-module___8aEwW__featureContentPanel:before{background:radial-gradient(circle,#6c7ff90f 0%,#0000 65%)}.page-module___8aEwW__featureRow+.page-module___8aEwW__featureRow{border-top:none;position:relative}.page-module___8aEwW__featureRow+.page-module___8aEwW__featureRow:before{content:"";background:linear-gradient(to right,transparent 0%,var(--border-color)15%,var(--border-color)85%,transparent 100%);z-index:1;height:1px;position:absolute;top:0;left:0;right:0}.page-module___8aEwW__featureTag{letter-spacing:.18em;text-transform:uppercase;color:var(--primary-color);background:#2b45f512;border:1px solid #2b45f533;border-radius:100px;width:fit-content;margin-bottom:1.5rem;padding:.4rem .9rem;font-size:.75rem;font-weight:700;display:inline-block}.page-module___8aEwW__featureRowTitle{letter-spacing:-.025em;color:var(--text-dark);width:100%;max-width:420px;margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.1}.page-module___8aEwW__featureRowDesc{color:var(--text-gray);width:100%;max-width:420px;margin-bottom:1.75rem;font-size:1rem;line-height:1.75}.page-module___8aEwW__featureList{flex-direction:column;gap:.875rem;width:100%;max-width:420px;margin:0;padding:0;list-style:none;display:flex}.page-module___8aEwW__featureList li{color:var(--text-dark);align-items:center;gap:.875rem;font-size:.975rem;font-weight:500;display:flex}.page-module___8aEwW__featureList li:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"),linear-gradient(135deg,#2b45f5 0%,#6c7ff9 100%);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:13px,100%;border-radius:50%;flex-shrink:0;width:22px;height:22px;display:inline-flex}.page-module___8aEwW__featuresGifStrip{background:var(--gradient-primary);border-top:none;justify-content:center;align-items:stretch;padding:0;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__featuresGifStrip:before{content:"";pointer-events:none;background:radial-gradient(circle at 0%,#ffffff12 0%,#0000 50%),radial-gradient(circle at 100%,#00d4ff1a 0%,#0000 50%);position:absolute;inset:0}.page-module___8aEwW__gifCard{cursor:default;z-index:1;border-right:1px solid #ffffff1f;flex-direction:column;flex:1;align-items:center;gap:1rem;max-width:240px;padding:3rem 1.5rem;transition:background .3s;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__gifCard:last-child{border-right:none}.page-module___8aEwW__gifCard:hover{background:#ffffff14}.page-module___8aEwW__gifCard:hover .page-module___8aEwW__gifWrapper{transform:translateY(-4px)scale(1.06);box-shadow:0 12px 30px #0003}.page-module___8aEwW__gifWrapper{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;justify-content:center;align-items:center;width:76px;height:76px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000026}.page-module___8aEwW__gifImage{object-fit:contain;width:100%!important;height:100%!important}.page-module___8aEwW__gifCard p{color:#ffffffd9;text-align:center;letter-spacing:.01em;margin:0;font-size:.875rem;font-weight:600}@media (max-width:1024px){.page-module___8aEwW__featureContentPanel{padding:4rem 3.5rem}.page-module___8aEwW__featureRowTitle{font-size:2.25rem}}@media (max-width:900px){.page-module___8aEwW__featureRow{min-height:unset;grid-template-columns:1fr}.page-module___8aEwW__featureRowReverse{direction:ltr}.page-module___8aEwW__featureRowReverse .page-module___8aEwW__featureImagePanel{order:-1}.page-module___8aEwW__featureImagePanel{min-height:320px;padding:2rem 1.25rem}.page-module___8aEwW__featureAdvImageWrap{height:280px}.page-module___8aEwW__featureContentPanel{padding:3rem 2rem}.page-module___8aEwW__featureRowTitle{font-size:2rem}.page-module___8aEwW__featureRowDesc{max-width:100%}.page-module___8aEwW__featuresShowcaseTitle{font-size:2.25rem}.page-module___8aEwW__featuresGifStrip{flex-wrap:wrap}.page-module___8aEwW__gifCard{border-bottom:1px solid #ffffff0a;border-right:none;max-width:50%;padding:2rem 1rem}.page-module___8aEwW__gifCard:nth-child(odd){border-right:1px solid #ffffff0a}}@media (max-width:640px){.page-module___8aEwW__featuresShowcaseHeader{padding:4rem 1.5rem 2.5rem}.page-module___8aEwW__featuresShowcaseTitle{font-size:1.875rem}.page-module___8aEwW__featureContentPanel{padding:2.5rem 1.5rem}.page-module___8aEwW__featureRowTitle{font-size:1.875rem}.page-module___8aEwW__gifCard{min-width:50%;padding:1.75rem .75rem}}
