@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=Instrument+Sans:wght@400;500;600&display=swap");:root{--navy:#0a0f1e;--navy-main:#0a0f1e;--navy-mid:#111827;--navy-soft:#1a2236;--blue:#1d6af5;--blue-light:#3b82f6;--blue-dim:#1e3a6e;--white:#fff;--off-white:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-600:#64748b;--gray-800:#1e293b;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--radius-sm:4px;--radius-md:8px;--radius-lg:14px;--radius-xl:24px;--shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 16px rgba(0,0,0,.1);--shadow-lg:0 12px 40px rgba(0,0,0,.14);--shadow-blue:0 4px 20px rgba(29,106,245,.25);--transition:all 0.22s cubic-bezier(0.4,0,0.2,1);--font-display:"DM Sans",var(--dx-font-sans);--font-body:"Instrument Sans",var(--dx-font-sans)}.landing-page{font-family:var(--font-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-container{min-height:calc(100vh - 80px);display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px;padding-bottom:0}.landing-retail-hero{align-items:flex-start;display:flex;gap:64px;justify-content:space-between;max-width:1320px;min-height:calc(100vh - 380px);position:relative;width:100%;z-index:2}.landing-hero-content-left{flex:1 1;max-width:500px}.landing-hero-content-left h1{font-family:var(--font-display);font-size:52px;font-weight:400;color:var(--white);line-height:1.08;letter-spacing:-.03em;margin:0 0 24px}.landing-hero-content-left p{font-family:var(--font-body);font-size:16px;line-height:1.7;color:hsla(0,0%,100%,.6);margin:0 0 40px;max-width:480px;font-weight:400}.hero-stats{display:flex;gap:36px;margin-top:52px;padding-top:36px;border-top:1px solid hsla(0,0%,100%,.08)}.hero-stat{display:flex;flex-direction:column;gap:3px}.hero-stat-num{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--white);letter-spacing:-.03em}.hero-stat-label{font-size:12.5px;font-weight:500;color:hsla(0,0%,100%,.4);letter-spacing:.02em}.landing-hero-content-right{flex:1 1;height:300px}.device,.landing-hero-content-right{display:flex;align-items:center;justify-content:center;position:relative}.device{overflow:hidden}.device img{width:500px;height:500px;object-fit:contain}.device-tablet{width:280px;height:280px;border-radius:40px;margin-right:-40px;z-index:1}.device-mobile,.device-tablet{transform:rotate(45deg);box-shadow:0 24px 64px rgba(0,0,0,.5);-moz-user-select:none;user-select:none;-webkit-user-select:none}.device-mobile{width:240px;height:240px;border-radius:35px;margin-left:30px;z-index:2}.animated-word-container{display:inline-block;position:relative;overflow:hidden;vertical-align:bottom}.animated-word{display:inline-block;color:#1d6af5;font-weight:700;animation-duration:.5s;animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-fill-mode:both}.platform-label{display:inline-block;background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.9);padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:0;border:1px solid hsla(0,0%,100%,.2)}.hero-search-container{width:100%;display:flex;justify-content:flex-end}.hero-search-wrapper{display:flex;align-items:center;background:#081023;border:1.5px solid #22346a;border-radius:50px;padding:0 6px 0 20px;max-width:500px;width:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:var(--transition);box-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-search-wrapper:focus-within{background:#081023;border:1.5px solid #1e3d97}.hero-search-icon{color:hsla(0,0%,100%,.4);flex-shrink:0;margin-right:10px}.hero-search-input{flex:1 1;background:transparent;border:none;outline:none;color:hsla(0,0%,100%,.9);font-family:var(--font-body);font-size:15px;font-weight:400;letter-spacing:.01em;padding:16px 10px 16px 0}.hero-search-input::placeholder{color:hsla(0,0%,100%,.35)}.hero-search-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(29,106,245,.85);border:none;border-radius:50%;cursor:pointer;color:#fff;flex-shrink:0;transition:var(--transition)}.hero-search-btn:hover{background:var(--blue);box-shadow:var(--shadow-blue)}@media (max-width:768px){.animated-word-container{min-width:120px}.device-tablet{width:170px;height:170px;border-radius:30px}.device-mobile{width:170px;height:170px;border-radius:25px}}.try-free-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1001;padding:20px}.try-free-modal-container{background-color:#fff;border-radius:0;max-width:700px;width:100%;max-height:90vh;overflow:auto;position:relative;margin-bottom:27px}.try-free-modal-header{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e1e4e7;margin-bottom:25px}.try-free-modal-title-header{font-size:1.25rem;font-weight:600;margin:0}.try-free-modal-close-btn{background:none;border:none;cursor:pointer;padding:4px}.try-free-modal-body{padding:10px 32px 30px;margin-bottom:0}.try-free-modal-title{font-size:1.5rem;font-weight:600;color:#192333;margin-bottom:60px;text-align:center}.try-free-industries{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:20px;margin-bottom:15px}.try-free-industry-option{display:flex;flex-direction:column;align-items:center;padding:16px;border:1.5px solid #dcdee3;border-radius:0;cursor:pointer;transition:all .2s ease}.try-free-industry-option:hover{border-color:#266afd}.try-free-industry-option.selected,.try-free-industry-option:focus{background-color:#2563eb;border-color:#2563eb;box-shadow:0 2px 4px rgba(0,0,0,.1);outline:none}.try-free-industry-option.selected .industry-icon,.try-free-industry-option.selected span,.try-free-industry-option:focus .industry-icon,.try-free-industry-option:focus span{color:#fff}.try-free-industry-option span{font-size:14px;font-weight:500;color:#374151}.try-free-form{width:100%}.try-free-form .form-group{margin-bottom:16px}.try-free-form .form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.try-free-input{width:100%;padding:.875rem 1rem!important;border:1.5px solid #d1d5db!important;border-radius:.5rem;font-size:1rem;background-color:#fff;transition:all .2s ease;box-sizing:border-box}.try-free-input:focus{outline:none;border-color:#2269f8!important;box-shadow:none!important}.try-free-input::placeholder{color:#9ca3af}.try-free-form-row{display:flex;gap:16px}.try-free-form-row .form-group{flex:1 1}.try-free-modal-footer-container{padding:20px 32px;border-top:1px solid #e5e7eb}.try-free-modal-footer{display:flex;justify-content:flex-end;margin-bottom:20px;gap:16px}.try-free-modal-button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.complete-button,.next-button{background-color:transparent;color:#2563eb;border:none;outline:none}.complete-button:hover,.next-button:hover{color:#012571}.prev-button{background-color:transparent;color:#2563eb;border:none;outline:none;margin-right:auto}.prev-button:hover{color:#012571}@media (max-width:768px){.try-free-modal-footer-container{padding:16px}.try-free-modal-button{padding:10px 16px;font-size:13px}}@media (max-width:480px){.try-free-modal-footer-container{padding:12px}.try-free-modal-button{padding:8px 14px;font-size:12px}.try-free-input{padding:.75rem}}.try-free-privacy-notice{font-size:12px;color:#6b7280;line-height:1.5}.try-free-privacy-notice p{margin:8px 0}.privacy-link{color:#2563eb;text-decoration:none}.privacy-link:hover{text-decoration:underline}.retail-icon{background-color:#e6f7ff;color:#0284c7}.healthcare-icon{background-color:#f0fdf4;color:#10b981}.hospitality-icon{background-color:#fef3c7;color:#d97706}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.try-free-modal-overlay{animation:fadeIn .3s ease}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.try-free-modal-container{animation:slideIn .3s ease}.landing-retail-hero{box-sizing:border-box;min-width:0}.landing-hero-content-left{min-width:0}.hero-stats{flex-wrap:wrap}@media (max-width:1200px){.hero-container,.landing-retail-hero{min-height:0}.landing-hero-content-left{max-width:640px}}@media (max-width:768px){.hero-container{padding-top:76px}.hero-stats{gap:24px;margin-top:36px;padding-top:24px}.hero-stat-num{font-size:22px}}@media (max-width:480px){.hero-stats{gap:16px 24px}.hero-stat-num{font-size:20px}}.try-free-modal-container{box-sizing:border-box}.try-free-industry-option{box-sizing:border-box;min-width:0}.try-free-industry-option span{text-align:center;overflow-wrap:break-word}@media (max-width:768px){.try-free-modal-overlay{padding:0;align-items:flex-start}.try-free-modal-container{max-width:none;max-height:none;min-height:100vh;min-height:100dvh;margin:0;display:flex;flex-direction:column}.try-free-modal-header{position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:2;margin-bottom:16px}.try-free-modal-body{padding:8px 20px 24px;flex:1 1}.try-free-modal-title{font-size:1.25rem;margin-bottom:28px}.try-free-industries{grid-template-columns:repeat(2,1fr);gap:12px}.try-free-form-row{flex-direction:column;gap:0}.try-free-modal-footer{flex-wrap:wrap;margin-bottom:12px}.try-free-form .demo-form-input,.try-free-input{font-size:16px}}@media (max-width:480px){.try-free-industries{grid-template-columns:1fr 1fr;gap:10px}.try-free-industry-option{padding:12px 8px}.try-free-industry-option span{font-size:13px}.try-free-modal-body{padding:8px 16px 20px}.try-free-modal-title{font-size:1.1rem}}@media (max-width:340px){.try-free-industries{grid-template-columns:1fr}}.try-free-industry-option{border-radius:10px}.try-free-modal-container{border-radius:18px}.landing-page,.landing-page .landing-hdw-section,.landing-page .landing-logo-strip,.landing-page .landing-overview,.landing-page .landing-plat-section,.landing-page .landing-switch-cta{font-family:var(--font-body)}.landing-page .landing-hdw-step-label,.landing-page .landing-hdw-title,.landing-page .landing-hero-content-left h1,.landing-page .landing-logo-strip-headline,.landing-page .landing-overview h2,.landing-page .landing-overview h3,.landing-page .landing-plat-card-title,.landing-page .landing-plat-title,.landing-page .landing-switch-cta-title,.landing-page .mbk-industry-tab{font-family:var(--font-display)}.landing-page .hero-container{display:flex;flex-direction:column;align-items:stretch;min-height:0;padding:60px 0 0}.landing-page .landing-retail-hero{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;width:100%;max-width:1400px;min-height:0;margin:0 auto;padding:104px 40px 48px;text-align:center}.landing-page .landing-retail-hero>.landing-hero-content-left{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;width:100%;max-width:860px;min-width:0;margin:0}.landing-page .landing-hero-content-left h1{margin:0 0 22px;font-size:62px;font-weight:500;letter-spacing:-.03em;line-height:1.05;color:#fff;text-align:center}.landing-page .landing-hero-content-left h1 .animated-word{font-weight:500;color:#3b82f6}.landing-page .landing-hero-content-left p{max-width:640px;margin:0 auto 36px;font-size:19px;line-height:1.55;color:hsla(0,0%,100%,.76);text-align:center}.landing-page .landing-demo-button-container{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:0 0 32px}.landing-page .landing-demo-button-l,.landing-page .landing-try-button-l{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 28px;border-radius:999px;font-family:var(--font-body);font-size:16px;font-weight:600;letter-spacing:0;line-height:1;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.landing-page .landing-demo-button-l{background-color:var(--dx-accent,#1b65ed);border:1.5px solid var(--dx-accent,#1b65ed);color:#fff;box-shadow:none}.landing-page .landing-demo-button-l:hover{background-color:#1557d1;border-color:#1557d1;color:#fff;box-shadow:none}.landing-page .landing-try-button-l{background-color:transparent;border:1.5px solid hsla(0,0%,100%,.72);color:#fff;box-shadow:none}.landing-page .landing-try-button-l:hover{background-color:hsla(0,0%,100%,.1);border-color:#fff;color:#fff;box-shadow:none}.landing-page .landing-retail-hero>.landing-hero-content-right{display:flex;flex:0 0 auto;width:100%;max-width:680px;height:auto;min-height:0;margin:0;padding:0;justify-content:center;align-items:center}.landing-page .hero-search-container{justify-content:center}.landing-page .hero-search-wrapper{max-width:680px;min-height:56px}.landing-page .hero-search-input{font-family:var(--font-body);font-size:16px}@media (max-width:1200px){.landing-page .landing-hero-content-left h1{font-size:56px}}@media (max-width:1024px){.landing-page .landing-retail-hero{padding:88px 32px 44px}.landing-page .landing-hero-content-left h1{font-size:50px}.landing-page .landing-hero-content-left p{font-size:18px;margin-bottom:32px}}@media (max-width:768px){.landing-page .landing-retail-hero{padding:64px 24px 36px}.landing-page .landing-hero-content-left h1{font-size:42px;margin-bottom:18px}.landing-page .landing-hero-content-left p{font-size:17px;margin-bottom:28px}.landing-page .landing-demo-button-container{margin-bottom:28px}.landing-page .hero-search-wrapper{min-height:52px}}@media (max-width:480px){.landing-page .landing-retail-hero{padding:48px 16px 28px}.landing-page .landing-hero-content-left h1{font-size:34px}.landing-page .landing-hero-content-left p{font-size:16px}.landing-page .landing-demo-button-container{gap:10px}.landing-page .landing-demo-button-l,.landing-page .landing-try-button-l{flex:1 1 140px;min-height:48px;padding:0 18px}}