:root{--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", monospace;--bg-main:#f8fafc;--bg-surface:#fff;--bg-subtle:#f1f5f9;--border-light:#e2e8f0;--border-medium:#cbd5e1;--border-focus:#f59e0b;--primary:#f59e0b;--primary-hover:#ea580c;--primary-dark:#b45309;--primary-light:#fffbeb;--primary-glow:#f59e0b40;--secondary:#10b981;--secondary-hover:#059669;--secondary-light:#ecfdf5;--accent-cyan:#0284c7;--accent-purple:#7c3aed;--accent-orange:#ea580c;--text-main:#0f172a;--text-body:#334155;--text-muted:#64748b;--text-dim:#94a3b8;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-subtle:0 2px 8px #0f172a0a;--shadow-card:0 4px 20px -2px #0f172a0f, 0 2px 6px -1px #0f172a0a;--shadow-card-hover:0 12px 30px -4px #0f172a1f, 0 4px 10px -2px #0f172a0f}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;width:100%;max-width:100vw;position:relative;overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--text-main);min-height:100vh;line-height:1.6}#root,.app-layout,.main-content-wrapper{box-sizing:border-box;width:100%;max-width:100vw;overflow-x:clip}body:before{content:"";pointer-events:none;z-index:0;filter:blur(60px);background:radial-gradient(circle,#fbbf241f 0%,#fbbf2400 70%);border-radius:50%;width:550px;height:550px;position:fixed;top:-150px;left:20%}body:after{content:"";pointer-events:none;z-index:0;filter:blur(60px);background:radial-gradient(circle,#10b98117 0%,#10b98100 70%);border-radius:50%;width:500px;height:500px;position:fixed;top:50%;right:-100px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.025em;color:var(--text-main);font-weight:700}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f59e0b}.container{z-index:1;max-width:1240px;margin:0 auto;padding:0 1.5rem;position:relative}.section-spacing{padding:5rem 0}.page-padding{padding-top:7rem;padding-bottom:5rem}@media (width<=768px){.section-spacing{padding:3.5rem 0}.page-padding{padding-top:6rem;padding-bottom:3.5rem}}.glass-panel{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff}.glass-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;transition:all .25s cubic-bezier(.16,1,.3,1)}.glass-card:hover{box-shadow:var(--shadow-card-hover);background:#fff;border-color:#cbd5e1;transform:translateY(-3px)}.gradient-text-amber{background:linear-gradient(135deg,#d97706 0%,#ea580c 60%,#c2410c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gradient-text-emerald{background:linear-gradient(135deg,#059669 0%,#10b981 60%,#047857 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gradient-text-white{color:#0f172a}.btn{border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;border:none;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.3rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);box-shadow:0 4px 14px #f59e0b4d}.btn-primary:hover{background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);transform:translateY(-2px);box-shadow:0 6px 18px #f59e0b66}.btn-secondary{color:#1e293b;border:1px solid var(--border-medium);background:#fff;box-shadow:0 2px 6px #0f172a0a}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-2px)}.btn-emerald{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 14px #10b98140}.btn-emerald:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 6px 18px #10b98159}.btn-lg{padding:.85rem 1.8rem;font-size:1rem}.btn-sm{padding:.45rem .95rem;font-size:.82rem}.btn-full{width:100%}.badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.76rem;font-weight:700;display:inline-flex}.badge-amber{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.badge-emerald{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.badge-purple{color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe}.pulse-dot{background:#10b981;border-radius:50%;width:8px;height:8px;display:inline-block;position:relative}.pulse-dot:after{content:"";background:#10b981;border-radius:50%;width:100%;height:100%;animation:1.8s cubic-bezier(0,0,.2,1) infinite radarPing;position:absolute;top:0;left:0}@keyframes radarPing{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.4)}}.section-header{text-align:center;max-width:780px;margin:0 auto 3.2rem}.section-header h2{color:#0f172a;margin:.6rem 0 .8rem;font-size:2.3rem;line-height:1.2}.section-header p{color:var(--text-muted);font-size:1.05rem}@media (width<=768px){.section-header h2{font-size:1.85rem}}.navbar-header{z-index:1000;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);background:#fffffff5;padding:.75rem 0;transition:all .2s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0f172a0a}.navbar-header.scrolled{background:#fffffffa;border-bottom:1px solid #cbd5e1;padding:.6rem 0;box-shadow:0 4px 16px #0f172a14}.nav-container{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.nav-brand{flex-shrink:0;align-items:center;gap:.7rem;display:flex}.brand-icon-wrapper{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 8px #f59e0b4d}.brand-text{flex-direction:column;display:flex}.brand-title{font-family:var(--font-heading);letter-spacing:-.02em;color:#0f172a;white-space:nowrap;font-size:1.05rem;font-weight:800}.brand-title .highlight{color:#ea580c}.brand-subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}.nav-links{align-items:center;gap:1.1rem;display:flex}.nav-link{color:#475569;white-space:nowrap;padding:.35rem .15rem;font-size:.86rem;font-weight:600;transition:all .2s;position:relative}.nav-link:hover{color:#ea580c}.nav-link.active-nav-link{color:#ea580c;font-weight:700}.nav-link.active-nav-link:after{content:"";background:#ea580c;border-radius:2px;height:2px;position:absolute;bottom:0;left:0;right:0}.nav-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.btn-active{color:#b45309!important;background:#fffbeb!important;border-color:#fde68a!important}.mobile-only{display:none}.mobile-menu-btn{border:1px solid var(--border-light);color:#1e293b;cursor:pointer;background:#f1f5f9;border-radius:8px;padding:.45rem}.mobile-dropdown{background:#fff;border:1px solid #cbd5e1;border-radius:16px;margin:.5rem 1rem;padding:1.2rem;box-shadow:0 10px 30px #0f172a1f}.mobile-links{flex-direction:column;gap:.75rem;display:flex}.mobile-link{color:#334155;border-bottom:1px solid #f1f5f9;padding:.35rem 0;font-size:.92rem;font-weight:600}.active-mobile-link{color:#ea580c!important;font-weight:800!important}.mobile-actions{flex-direction:column;gap:.6rem;margin-top:.8rem;display:flex}@media (width<=1100px){.nav-links{gap:.75rem}.nav-link{font-size:.8rem}}@media (width<=980px){.desktop-only{display:none}.mobile-only{display:block}}.hero-section-v2{padding:6.8rem 0 3rem;position:relative}.hero-v2-grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:3.5rem;display:grid}.hero-pill-badge{color:#b45309;letter-spacing:.05em;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.35rem .9rem;font-size:.76rem;font-weight:800;display:inline-flex}.hero-v2-title{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.2rem;font-size:3.4rem;font-weight:800;line-height:1.12}.hero-highlight-orange{color:#ea580c}.hero-v2-subtitle{color:#475569;max-width:540px;margin-bottom:2rem;font-size:1.1rem;line-height:1.65}.hero-v2-cta-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.2rem;display:flex}.btn-hero-main{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border-radius:999px;padding:.85rem 1.6rem;font-size:.95rem;font-weight:700;box-shadow:0 4px 14px #ea580c59}.btn-hero-main:hover{background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);transform:translateY(-2px);box-shadow:0 6px 18px #ea580c73}.btn-hero-secondary{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;box-shadow:0 2px 6px #0f172a0a}.btn-hero-secondary:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-2px)}.hero-v2-trust-row{flex-wrap:wrap;align-items:center;gap:1.6rem;display:flex}.trust-badge-v2{color:#334155;align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;display:flex}.hero-showcase-container{background:radial-gradient(circle at 75% 30%,#f59e0b2e,#0000 60%),linear-gradient(#2b221a 0%,#15110d 100%);border:1px solid #cbd5e1;border-radius:28px;justify-content:space-around;align-items:center;min-height:480px;padding:2.5rem 1.8rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px -10px #0f172a38}.showcase-bg-scene{pointer-events:none;position:absolute;inset:0}.wooden-table-surface{background:linear-gradient(#52352199 0%,#2d1c11e6 100%);border-top:1px solid #ffffff14;height:120px;position:absolute;bottom:0;left:0;right:0}.acrylic-qr-standee{z-index:2;transition:transform .3s;position:relative;transform:perspective(600px)rotateY(8deg)}.acrylic-qr-standee:hover{transform:perspective(600px)rotateY(2deg)scale(1.02)}.standee-card{text-align:center;background:#fff;border:1px solid #fffc;border-radius:12px;flex-direction:column;align-items:center;width:155px;padding:1rem .8rem .8rem;display:flex;box-shadow:0 15px 35px #00000073}.standee-header{color:#0f172a;margin-bottom:.5rem;font-size:.82rem;font-weight:800}.standee-qr-frame{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;margin-bottom:.5rem;padding:.4rem;display:flex}.standee-qr-code{color:#0f172a}.standee-table-num{color:#0f172a;margin-bottom:.4rem;font-size:.95rem}.standee-footer{border-top:1px solid #f1f5f9;width:100%;padding-top:.35rem}.standee-brand-pill{color:#64748b;text-transform:uppercase;justify-content:center;align-items:center;gap:.25rem;font-size:.55rem;font-weight:800;display:flex}.dot-orange{background:#ea580c;border-radius:50%;width:5px;height:5px}.acrylic-base-shadow{filter:blur(4px);background:#00000080;border-radius:50%;height:10px;margin-top:4px}.phone-hand-mockup{z-index:3;position:relative}.smart-phone-device{background:#fff;border:7px solid #1e293b;border-radius:30px;flex-direction:column;width:230px;height:420px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #00000080}.device-speaker-notch{background:#1e293b;justify-content:center;align-items:center;height:16px;display:flex}.notch-pill{background:#0f172a;border-radius:3px;width:38px;height:4px}.device-screen-content{background:#f8fafc;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.screen-header{background:#fff;padding:.5rem .7rem .25rem}.screen-res-title{font-family:var(--font-heading);color:#0f172a;font-size:.88rem;font-weight:800}.screen-sub{color:#ea580c;font-size:.6rem;font-weight:700}.screen-categories-pill{background:#fff;border-bottom:1px solid #e2e8f0;gap:.25rem;padding:.3rem .6rem;display:flex;overflow-x:auto}.sc-pill{color:#64748b;white-space:nowrap;border-radius:12px;padding:.15rem .4rem;font-size:.58rem;font-weight:600}.sc-pill.active{color:#fff;background:#ea580c;font-weight:700}.screen-dishes-list{flex-direction:column;flex:1;gap:.45rem;padding:.5rem;display:flex;overflow-y:auto}.screen-dish-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.45rem;padding:.4rem;display:flex}.dish-img-thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:44px;height:44px}.dish-info-col{flex:1;min-width:0}.dish-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;font-weight:700;overflow:hidden}.dish-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:.1rem 0;font-size:.54rem;overflow:hidden}.dish-price-row{justify-content:space-between;align-items:center;display:flex}.dish-price{color:#0f172a;font-size:.68rem;font-weight:800}.dish-add-pill{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:4px;padding:.1rem .35rem;font-size:.55rem;font-weight:800}.screen-bottom-cart-bar{background:#fff;border-top:1px solid #e2e8f0;padding:.4rem .6rem}.cart-btn-orange{color:#fff;background:#ea580c;border-radius:6px;justify-content:space-between;padding:.35rem .6rem;font-size:.65rem;font-weight:800;display:flex}.floating-order-kitchen-badge{z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.65rem;padding:.6rem .85rem;display:flex;position:absolute;bottom:1.2rem;right:1.2rem;box-shadow:0 10px 25px #00000026}.f-badge-icon{color:#fff;background:#ea580c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.f-badge-text strong{color:#0f172a;font-size:.78rem;display:block}.f-badge-text span{color:var(--text-muted);font-size:.65rem}.hero-v2-stats-strip{border:1px solid var(--border-light);box-shadow:var(--shadow-card);background:#fff;border-radius:22px;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;padding:1.4rem 1.8rem;display:grid}.metric-strip-card{align-items:center;gap:1rem;display:flex}.m-icon-box{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.bg-orange-soft{background:#fff7ed;border:1px solid #ffedd5}.bg-blue-soft{background:#eff6ff;border:1px solid #dbeafe}.text-orange{color:#ea580c}.m-text-group{flex-direction:column;display:flex}.m-val-number{font-family:var(--font-heading);font-size:1.65rem;font-weight:800;line-height:1.1}.m-val-title{color:#0f172a;margin:.1rem 0;font-size:.88rem;font-weight:700}.m-val-sub{color:var(--text-muted);font-size:.74rem}@media (width<=1060px){.hero-v2-grid{grid-template-columns:1fr;gap:2.5rem}.hero-v2-title{font-size:2.6rem}.hero-v2-stats-strip{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-section-v2{padding:5.2rem 0 2rem}.hero-v2-left{text-align:center}.hero-v2-title{font-size:2.3rem;line-height:1.22}.hero-v2-subtitle{margin-bottom:1.8rem;margin-left:auto;margin-right:auto;font-size:1rem}.hero-v2-cta-row{justify-content:center}.hero-v2-trust-row{justify-content:center;align-items:center}.hero-v2-stats-strip{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;padding:1.2rem}}@media (width<=640px){.hero-section-v2{padding:4.8rem 0 1.5rem}.hero-v2-title{font-size:2rem;line-height:1.22}.hero-v2-subtitle{font-size:.92rem;line-height:1.55}.hero-v2-cta-row{flex-direction:column;gap:.75rem;width:100%}.hero-v2-cta-row .btn{justify-content:center;width:100%;padding:.85rem 1.2rem;font-size:.95rem}.hero-v2-trust-row{flex-direction:column;align-items:flex-start;gap:.55rem;max-width:320px;margin:0 auto;padding:0 .5rem}.trust-badge-v2{font-size:.82rem}.hero-showcase-container{box-sizing:border-box;border-radius:20px;flex-direction:row;justify-content:center;align-items:flex-end;gap:.5rem;width:100%;max-width:100%;min-height:auto;padding:1.2rem .4rem 1.6rem;display:flex;overflow:hidden}.acrylic-qr-standee{flex-shrink:0;max-width:38%}.standee-card{box-sizing:border-box;border-radius:10px;width:105px;padding:.5rem .35rem}.standee-header{margin-bottom:.25rem;font-size:.6rem}.standee-qr-frame{padding:.25rem}.standee-qr-code{width:56px;height:56px}.standee-table-num strong{font-size:.75rem}.standee-footer{margin-top:.25rem}.standee-brand-pill{padding:.1rem .35rem;font-size:.52rem}.phone-hand-mockup{flex-shrink:0;max-width:58%}.smart-phone-device{box-sizing:border-box;border-width:3.5px;border-radius:20px;width:155px;height:270px}.screen-header{padding:.35rem .5rem}.screen-res-title{font-size:.68rem}.screen-sub{font-size:.52rem}.screen-categories-pill{gap:.2rem;padding:0 .4rem .3rem}.sc-pill{padding:.1rem .3rem;font-size:.52rem}.screen-dishes-list{gap:.35rem;padding:0 .4rem .4rem}.screen-dish-item{border-radius:6px;padding:.3rem}.dish-img-thumb{border-radius:5px;width:28px;height:28px}.dish-name{font-size:.64rem}.dish-sub{display:none}.dish-price{font-size:.64rem}.dish-add-pill{padding:.08rem .3rem;font-size:.52rem}.floating-order-kitchen-badge{display:none}.hero-v2-stats-strip{box-sizing:border-box;border-radius:16px;grid-template-columns:repeat(2,1fr);gap:.6rem;width:100%;margin-top:1.5rem;padding:.9rem .6rem}.metric-item{gap:.5rem}.m-icon-box{border-radius:8px;width:34px;height:34px}.m-val-num{font-size:1.25rem}.m-val-sub{font-size:.65rem;line-height:1.2}}.quick-nav-card{border:1px solid var(--border-light);background:#fff;align-items:center;gap:1rem;padding:1.2rem 1.4rem;display:flex}.q-arrow{color:var(--text-dim);margin-left:auto;transition:transform .2s,color .2s}.cta-banner-box{text-align:center;box-shadow:var(--shadow-card);background:#fff;border:1px solid #fde68a;border-radius:32px;flex-direction:column;align-items:center;padding:3.5rem 2.5rem;display:flex}.cta-banner-box h2{color:#0f172a;max-width:780px;margin-bottom:.9rem;font-size:2.3rem}.cta-banner-box p{color:var(--text-muted);max-width:620px;margin-bottom:2.2rem;font-size:1.05rem}@media (width<=1024px){.quick-nav-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.quick-nav-grid{grid-template-columns:1fr}.cta-banner-box{padding:2.2rem 1.4rem}.cta-banner-box h2{font-size:1.7rem}}.page-header{text-align:center;flex-direction:column;align-items:center;max-width:880px;margin:0 auto 3rem;display:flex}.page-title{color:#0f172a;margin-bottom:1.1rem;font-size:3rem;line-height:1.15}.page-subtitle{color:var(--text-body);margin-bottom:2rem;font-size:1.1rem;line-height:1.65}@media (width<=768px){.page-title{font-size:2.1rem}}.demo-guide-row{text-align:left;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;margin-bottom:2rem;display:grid}.guide-card{border:1px solid var(--border-light);background:#fff;align-items:flex-start;gap:.8rem;padding:1rem 1.2rem;display:flex}.g-step{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:800;display:flex}.guide-card strong{color:#0f172a;margin-bottom:.15rem;font-size:.88rem;display:block}.guide-card p{color:var(--text-muted);font-size:.72rem;line-height:1.3}.text-cyan{color:#0284c7}.text-purple{color:#7c3aed}.demo-cta-box{background:#fff;border:1px solid #fde68a;border-radius:24px;justify-content:space-between;align-items:center;padding:2.5rem;display:flex}.demo-cta-box h3{color:#0f172a;margin-bottom:.3rem;font-size:1.5rem}.demo-cta-box p{color:var(--text-muted);max-width:580px;font-size:.92rem}@media (width<=1024px){.demo-guide-row{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.demo-guide-row{grid-template-columns:1fr}.demo-cta-box{text-align:center;flex-direction:column;gap:1.4rem;padding:1.8rem}}.feature-deepdive-section{border:1px solid var(--border-light);box-shadow:var(--shadow-card);background:#fff;border-radius:28px;margin-bottom:3.5rem;padding:2.5rem}.module-tabs-list{border-bottom:1px solid #f1f5f9;gap:.6rem;margin-bottom:2rem;padding-bottom:1rem;display:flex;overflow-x:auto}.module-tab-btn{border:1px solid var(--border-light);color:#475569;cursor:pointer;white-space:nowrap;background:#f8fafc;border-radius:10px;align-items:center;gap:.55rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.module-tab-btn:hover{color:#0f172a;background:#f1f5f9}.module-tab-btn.active{color:#fff;background:#f59e0b;border-color:#f59e0b;font-weight:700;box-shadow:0 4px 12px #f59e0b40}.module-detail-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}.module-heading{color:#0f172a;margin-bottom:.25rem;font-size:2.2rem}.module-tagline{margin-bottom:1rem;font-size:.95rem;font-weight:700}.module-description{color:var(--text-body);margin-bottom:1.6rem;font-size:.98rem;line-height:1.65}.module-bullets-list{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.module-bullet-item{color:#1e293b;align-items:flex-start;gap:.55rem;font-size:.9rem;display:flex}.module-preview-box{border:1px solid var(--border-medium);box-shadow:var(--shadow-card);background:#fff;border-radius:20px;padding:2rem}.preview-top-bar{border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;margin-bottom:1.8rem;padding-bottom:.9rem;display:flex}.preview-dots{gap:.35rem;display:flex}.preview-url{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.preview-content-body{text-align:center;flex-direction:column;align-items:center;padding:1rem;display:flex}.preview-icon-hero{color:#d97706;background:#fffbeb;border:1px solid #fde68a;border-radius:20px;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:1.2rem;display:flex}.preview-content-body h3{color:#0f172a;margin-bottom:.45rem;font-size:1.35rem}.preview-content-body p{color:var(--text-body);margin-bottom:1.4rem;font-size:.88rem}.preview-highlight-pill{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.76rem;font-weight:700;display:inline-flex}@media (width<=960px){.module-detail-grid{grid-template-columns:1fr}.feature-deepdive-section{padding:1.5rem}}.exec-summary-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-bottom:3.5rem;display:grid}.exec-card{text-align:center;border:1px solid var(--border-light);background:#fff;flex-direction:column;align-items:center;padding:1.8rem;display:flex}.exec-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.35rem;font-size:.78rem;font-weight:700}.exec-val{font-family:var(--font-heading);margin-bottom:.45rem;font-size:2.5rem;font-weight:900;line-height:1.1}.exec-desc{color:var(--text-body);font-size:.82rem;line-height:1.4}.case-narrative-section{border:1px solid var(--border-light);box-shadow:var(--shadow-card);background:#fff;border-radius:32px;padding:3.5rem}.narrative-block{max-width:860px;margin:0 auto}.narrative-tag{color:#d97706;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;font-size:.8rem;font-weight:800}.narrative-block h2{color:#0f172a;margin-bottom:.9rem;font-size:1.95rem}.narrative-block p{color:#334155;margin-bottom:1.1rem;font-size:1rem;line-height:1.7}.narrative-divider{background:#f1f5f9;max-width:860px;height:1px;margin:2.8rem auto}.solution-features-list{flex-direction:column;gap:1rem;margin-top:1.3rem;display:flex}.sol-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1.1rem;display:flex}.sol-item strong{color:#0f172a;margin-bottom:.15rem;font-size:.92rem;display:block}.sol-item span{color:var(--text-body);font-size:.86rem;line-height:1.45}.results-bullet-points{flex-direction:column;gap:.75rem;margin:1.3rem 0;list-style:none;display:flex}.results-bullet-points li{color:#1e293b;padding-left:1.4rem;font-size:.95rem;line-height:1.6;position:relative}.results-bullet-points li:before{content:"✓";color:#059669;font-weight:800;position:absolute;left:0}.case-cta-box{background:#fff;border:1px solid #a7f3d0;border-radius:28px;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex}.case-cta-box h2{color:#0f172a;max-width:700px;margin-bottom:.6rem;font-size:2.1rem}.case-cta-box p{color:var(--text-muted);margin-bottom:1.8rem;font-size:1rem}@media (width<=1024px){.exec-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.case-narrative-section{padding:1.8rem}.exec-summary-grid{grid-template-columns:1fr}.case-cta-box h2{font-size:1.65rem}}.roi-breakdown-details{border:1px solid var(--border-light);background:#fff;border-radius:32px;padding:3rem}.logic-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-bottom:2.2rem;display:grid}.logic-card{background:#f8fafc;border:1px solid #e2e8f0;flex-direction:column;padding:1.8rem;display:flex}.logic-icon-box{border:1px solid var(--border-light);background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.1rem;display:flex}.logic-card h3{color:#0f172a;margin-bottom:.65rem;font-size:1.15rem}.logic-card p{color:var(--text-body);font-size:.88rem;line-height:1.6}.roi-summary-banner{background:#fff;border:1px solid #fde68a;border-radius:20px;padding:2.2rem}.roi-summary-content{justify-content:space-between;align-items:center;gap:2rem;display:flex}.roi-summary-content h3{color:#0f172a;margin-bottom:.25rem;font-size:1.4rem}.roi-summary-content p{color:var(--text-muted);font-size:.92rem}@media (width<=1024px){.logic-grid{grid-template-columns:1fr}.roi-summary-content{text-align:center;flex-direction:column}.roi-breakdown-details{padding:1.8rem}}.comparison-table-section{border:1px solid var(--border-light);background:#fff;border-radius:32px;padding:3rem 2.2rem}.table-responsive{margin-bottom:2.2rem;overflow-x:auto}.comparison-table{border-collapse:collapse;text-align:left;width:100%}.comparison-table th{color:#0f172a;border-bottom:2px solid #e2e8f0;padding:1.1rem 1.4rem;font-size:1rem}.comparison-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:1rem 1.4rem;font-size:.92rem}.th-feat,.td-feat{width:40%;font-weight:600}.th-plan,.td-val{text-align:center;width:20%}.highlight-col{background:#fffbeb}.addon-text{color:#b45309;background:#fef3c7;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.matrix-cta-row{justify-content:center;display:flex}.guarantee-box{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:18px;align-items:center;gap:1.4rem;padding:1.8rem 2.2rem;display:flex}.guarantee-box h4{color:#065f46;margin-bottom:.25rem;font-size:1.15rem}.guarantee-box p{color:#047857;font-size:.9rem;line-height:1.5}.faq-search-wrapper{width:100%;max-width:620px;margin-top:1rem;position:relative}.faq-search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:1.2rem;transform:translateY(-50%)}.faq-search-input{color:#0f172a;width:100%;box-shadow:var(--shadow-subtle);background:#fff;border:1px solid #cbd5e1;border-radius:999px;outline:none;padding:.85rem 1.2rem .85rem 3.2rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.faq-search-input:focus{border-color:#ea580c;box-shadow:0 0 0 3px #f59e0b33}.faq-empty{color:var(--text-muted);padding:3rem 1rem}.faq-support-banner{background:#fff;border:1px solid #fde68a;border-radius:28px;max-width:860px;margin:0 auto;padding:3rem 2rem}.faq-support-banner h2{color:#0f172a;margin-bottom:.4rem;font-size:2rem}.faq-support-banner p{color:var(--text-muted);margin-bottom:1.8rem;font-size:1rem}.support-actions-row{flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:2.5rem;display:grid}.contact-info-col,.contact-form-col{border:1px solid var(--border-light);box-shadow:var(--shadow-card);background:#fff;border-radius:28px;padding:2.5rem}.info-title{color:#0f172a;margin-bottom:.4rem;font-size:1.7rem}.info-sub{color:var(--text-muted);margin-bottom:1.8rem;font-size:.92rem;line-height:1.55}.info-cards-list{flex-direction:column;gap:.9rem;display:flex}.info-card{border:1px solid var(--border-light);background:#f8fafc;align-items:flex-start;gap:.9rem;padding:1.1rem 1.3rem;display:flex}.i-icon{border:1px solid var(--border-light);background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.info-card strong{color:#0f172a;margin-bottom:.15rem;font-size:.92rem;display:block}.i-link{color:#ea580c;margin-bottom:.15rem;font-size:.92rem;font-weight:600;display:inline-block}.i-link:hover{text-decoration:underline}.i-note{color:var(--text-muted);font-size:.75rem}.wa-instant-cta-box{background:#ecfdf5;border-color:#a7f3d0;justify-content:space-between;align-items:center;padding:1.1rem 1.4rem;display:flex}.wa-instant-cta-box strong{color:#065f46;font-size:.9rem;display:block}.wa-instant-cta-box p{color:#047857;font-size:.76rem}.form-header-box{margin-bottom:1.6rem}.form-header-box h2{color:#0f172a;margin-bottom:.3rem;font-size:1.7rem}.form-header-box p{color:var(--text-muted);font-size:.9rem}.form-success-state{text-align:center;flex-direction:column;align-items:center;padding:2.5rem 1rem;display:flex}.form-success-state h2{color:#0f172a;margin-bottom:.6rem;font-size:1.85rem}.form-success-state p{color:#334155;max-width:480px;margin-bottom:1.8rem;font-size:1rem;line-height:1.6}.success-actions-col{flex-direction:column;gap:.9rem;width:100%;max-width:360px;display:flex}@media (width<=960px){.contact-grid{grid-template-columns:1fr}.contact-info-col,.contact-form-col{padding:1.6rem}}.admin-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.2rem;display:flex}.admin-actions-bar{gap:.75rem;display:flex}.admin-stat-card{border:1px solid var(--border-light);background:#fff;flex-direction:column;padding:1.4rem;display:flex}.stat-num{font-family:var(--font-heading);margin:.15rem 0;font-size:2.3rem;font-weight:800;line-height:1.1}.admin-filters-bar{border:1px solid var(--border-light);background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.4rem;padding:1.1rem 1.4rem;display:flex}.admin-search-wrapper{flex:1;min-width:260px;position:relative}.admin-search-wrapper input{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.6rem .9rem .6rem 2.4rem;font-size:.88rem}.admin-search-wrapper input:focus{border-color:#ea580c}.lead-row-card{border:1px solid var(--border-light);background:#fff;flex-direction:column;gap:.9rem;padding:1.6rem;display:flex}.lead-contact-person{color:#475569;font-size:.88rem}.contact-chip{border:1px solid var(--border-light);background:#f8fafc;border-radius:8px;align-items:center;gap:.45rem;padding:.35rem .75rem;font-size:.85rem;display:flex}.lead-phone-link,.lead-email-link{color:#1e293b}.lead-phone-link:hover,.lead-email-link:hover{color:#ea580c;text-decoration:underline}.meta-badge{color:#475569;background:#f1f5f9;border-radius:6px;padding:.22rem .55rem;font-size:.74rem}.lead-status-dropdown{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:.3rem .7rem;font-size:.8rem;font-weight:700}.lead-custom-msg{color:#334155;background:#fffbeb;border-left:3px solid #f59e0b;border-radius:0 6px 6px 0;padding:.6rem .9rem;font-size:.82rem}.admin-loading-state,.admin-empty-state{color:var(--text-muted);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;padding:3.5rem 2rem;display:flex}@media (width<=1024px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.admin-page-title{font-size:1.9rem}.admin-stats-grid{grid-template-columns:1fr}.meta-date{margin-left:0}}.simulator-grid{grid-template-columns:410px 1fr;align-items:start;gap:2rem;display:grid}.phone-wrapper{background:#fff;border:8px solid #334155;border-radius:36px;position:relative;overflow:hidden;box-shadow:0 20px 45px -10px #0f172a26,0 0 25px #f59e0b1a}.phone-notch{background:#334155;justify-content:center;align-items:center;height:22px;display:flex}.notch-camera{background:#1e293b;border-radius:4px;width:45px;height:7px}.phone-screen{background:#f8fafc;flex-direction:column;height:640px;display:flex;position:relative}.phone-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:.9rem 1.1rem .5rem}.restaurant-brand-row{justify-content:space-between;align-items:center;margin-bottom:.7rem;display:flex}.phone-res-name{font-family:var(--font-heading);color:#ea580c;font-size:1.1rem;font-weight:800}.phone-res-sub{color:var(--text-muted);font-size:.68rem}.table-badge{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;flex-direction:column;align-items:center;padding:.2rem .55rem;font-size:.72rem;display:flex}.phone-categories{gap:.4rem;padding-bottom:.3rem;display:flex;overflow-x:auto}.phone-categories::-webkit-scrollbar{display:none}.cat-pill{color:#64748b;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;padding:.25rem .7rem;font-size:.72rem;font-weight:600;transition:all .2s}.cat-pill.active{color:#fff;background:#f59e0b;border-color:#f59e0b}.phone-menu-list{flex-direction:column;flex:1;gap:.75rem;padding:.9rem;display:flex;overflow-y:auto}.phone-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:.75rem;padding:.7rem;display:flex;box-shadow:0 1px 3px #0000000a}.item-thumb{object-fit:cover;border-radius:8px;width:76px;height:76px}.item-details{flex-direction:column;flex:1;display:flex}.item-header-row{align-items:center;gap:.4rem;margin-bottom:.15rem;display:flex}.veg-badge{font-size:.68rem}.veg-badge.veg{color:#059669}.veg-badge.non-veg{color:#dc2626}.bestseller-tag{color:#d97706;font-size:.62rem;font-weight:700}.item-title{color:#0f172a;font-size:.88rem;font-weight:700;line-height:1.2}.item-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.2rem 0 .35rem;font-size:.7rem;line-height:1.3;display:-webkit-box;overflow:hidden}.item-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.item-price{font-family:var(--font-heading);color:#0f172a;font-size:.92rem;font-weight:800}.add-btn{color:#b45309;cursor:pointer;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;align-items:center;gap:.25rem;padding:.2rem .65rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.add-btn:hover{color:#fff;background:#f59e0b}.qty-control{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.35rem;padding:.1rem .3rem;display:flex}.qty-btn{color:#ea580c;cursor:pointer;background:0 0;border:none;align-items:center;padding:.15rem;display:flex}.qty-num{color:#0f172a;text-align:center;min-width:14px;font-size:.78rem;font-weight:700}.phone-cart-bar{z-index:10;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 15px #0000000d}.cart-summary{flex-direction:column;display:flex}.cart-count{color:var(--text-muted);text-transform:uppercase;font-size:.68rem;font-weight:700}.cart-total{font-family:var(--font-heading);color:#0f172a;font-size:1rem;font-weight:800}.cart-total small{color:var(--text-muted);font-size:.62rem;font-weight:400}.place-order-btn{padding:.5rem .9rem;font-size:.82rem}.ops-console-wrapper{border:1px solid var(--border-light);height:640px;box-shadow:var(--shadow-card);background:#fff;border-radius:24px;flex-direction:column;padding:1.5rem;display:flex}.ops-header{margin-bottom:1.2rem}.ops-tabs{background:#f1f5f9;border-radius:12px;gap:.5rem;padding:.3rem;display:flex}.ops-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.45rem;padding:.6rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ops-tab.active{color:#0f172a;background:#fff;box-shadow:0 2px 6px #0f172a14}.tab-counter{color:#fff;background:#f59e0b;border-radius:999px;padding:.1rem .4rem;font-size:.68rem;font-weight:800}.kds-view{flex-direction:column;flex:1;display:flex;overflow:hidden}.kds-status-bar{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.live-tag{color:#059669;align-items:center;gap:.45rem;font-size:.8rem;font-weight:700;display:flex}.kds-station-tag{color:var(--text-muted);font-size:.75rem}.kds-tickets-grid{flex:1;grid-template-columns:repeat(2,1fr);gap:1rem;display:grid;overflow-y:auto}.kds-ticket{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1rem;display:flex}.kds-ticket.new-ticket{background:#fffbeb;border-color:#f59e0b;box-shadow:0 0 12px #f59e0b26}.ticket-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.ticket-id{font-family:var(--font-mono);color:#64748b;margin-right:.4rem;font-size:.78rem;font-weight:700}.ticket-table{color:#ea580c;font-size:.92rem;font-weight:800}.ticket-time{color:var(--text-muted);align-items:center;gap:.2rem;font-size:.7rem;display:flex}.ticket-status-pill{margin-bottom:.7rem}.status-tag{text-transform:uppercase;border-radius:6px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.status-tag.new-order{color:#b45309;background:#fef3c7}.status-tag.cooking{color:#0369a1;background:#e0f2fe}.status-tag.ready-for-serve{color:#15803d;background:#dcfce7}.ticket-items{flex-direction:column;flex:1;gap:.35rem;margin-bottom:.9rem;display:flex}.ticket-item-row{align-items:center;gap:.45rem;font-size:.82rem;display:flex}.t-qty{color:#ea580c;min-width:20px;font-weight:800}.t-name{color:#1e293b;font-weight:600}.kds-action-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;width:100%;padding:.45rem;font-size:.78rem;font-weight:700;transition:all .2s;display:flex}.btn-cooking{color:#fff;background:#0284c7}.btn-ready{color:#fff;background:#10b981}.ready-badge{color:#059669;background:#ecfdf5;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-size:.75rem;font-weight:700;display:flex}.pos-view{grid-template-columns:1fr 220px;gap:1.5rem;height:100%;display:grid;overflow-y:auto}.pos-receipt-paper{color:#111827;font-family:var(--font-mono);background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:1.4rem;font-size:.78rem;box-shadow:0 4px 15px #0000000f}.receipt-header{text-align:center}.res-logo-icon{font-size:1.6rem}.receipt-header h3{color:#0f172a;margin:.2rem 0;font-size:1.05rem}.receipt-header p{color:#64748b;font-size:.65rem}.receipt-divider{color:#94a3b8;letter-spacing:-2px;margin:.35rem 0;overflow:hidden}.receipt-meta-row{color:#475569;justify-content:space-between;font-size:.7rem;display:flex}.receipt-items-list{flex-direction:column;gap:.3rem;margin:.45rem 0;display:flex}.receipt-item{justify-content:space-between;font-weight:600;display:flex}.receipt-calculations{flex-direction:column;gap:.2rem;display:flex}.calc-row{justify-content:space-between;font-size:.72rem;display:flex}.calc-total{border-top:1px dashed #64748b;margin-top:.2rem;padding-top:.35rem;font-size:.88rem}.receipt-footer{text-align:center;margin-top:.9rem}.receipt-upi-badge{color:#1e293b;background:#f1f5f9;border-radius:6px;align-items:center;gap:.35rem;margin-bottom:.4rem;padding:.35rem .75rem;font-size:.68rem;font-weight:700;display:inline-flex}.thank-you{color:#64748b;font-size:.68rem}.pos-actions-sidebar{flex-direction:column;justify-content:center;gap:.9rem;display:flex}.whatsapp-view{justify-content:center;align-items:center;height:100%;display:flex}.whatsapp-screen{background:#efeae2;border:1px solid #cbd5e1;border-radius:16px;width:100%;max-width:480px;overflow:hidden}.wa-header{color:#fff;background:#008069;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.wa-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.1rem;display:flex}.wa-name{color:#fff;font-size:.88rem;font-weight:700}.wa-status{color:#d1fae5;font-size:.65rem}.wa-chat-body{background:#efeae2;padding:1.4rem 1rem}.wa-bubble{color:#111827;background:#fff;border-radius:8px 8px 8px 0;max-width:92%;padding:.8rem;font-size:.8rem;box-shadow:0 1px 3px #00000014}.wa-title{color:#008069;margin-bottom:.25rem;font-weight:700}.wa-pdf-attachment{background:#f1f5f9;border-radius:6px;align-items:center;gap:.55rem;margin:.55rem 0;padding:.5rem;display:flex}.pdf-icon{font-size:1.3rem}.pdf-info{flex-direction:column;display:flex}.pdf-filename{color:#0f172a;font-size:.75rem;font-weight:700}.pdf-size{color:#64748b;font-size:.62rem}.wa-amount-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;margin-bottom:.55rem;padding:.3rem .55rem}.wa-review-cta{color:#334155;border-top:1px solid #f1f5f9;padding-top:.45rem;font-size:.72rem}.wa-time{text-align:right;color:#94a3b8;margin-top:.25rem;font-size:.62rem;display:block}.spin-icon{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1024px){.simulator-grid{grid-template-columns:1fr}.phone-wrapper{max-width:410px;margin:0 auto}}.case-study-section{position:relative}.highlight-link{color:#ea580c;text-underline-offset:4px;text-decoration:underline}.case-study-hero{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;padding:2.5rem}.case-study-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:3rem;display:grid}.client-badge-row{align-items:center;gap:.75rem;margin-bottom:.9rem;display:flex}.location-tag{color:var(--text-muted);font-size:.78rem;font-weight:600}.case-title{color:#0f172a;flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:.9rem;font-size:2.3rem;display:flex}.visit-site-btn{color:#0284c7;background:#f0f9ff;border:1px solid #bae6fd;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .8rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.visit-site-btn:hover{background:#e0f2fe;transform:translateY(-1px)}.case-desc{color:var(--text-body);margin-bottom:1.6rem;font-size:1rem;line-height:1.65}.case-quote-box{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:0 12px 12px 0;margin-bottom:1.8rem;padding:1.2rem 1.4rem}.stars-row{gap:.25rem;margin-bottom:.45rem;display:flex}.quote-text{color:#1e293b;margin-bottom:.75rem;font-size:.92rem;font-style:italic;line-height:1.55}.comparison-header{justify-content:space-between;align-items:center;margin-bottom:1.1rem;display:flex}.comparison-header h4{color:#0f172a;font-size:1.15rem}.live-verified-badge{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.metrics-list{flex-direction:column;gap:.9rem;display:flex}.metric-row-card{border:1px solid var(--border-light);background:#fff;justify-content:space-between;align-items:center;padding:1.1rem 1.4rem;display:flex}.m-left{flex-direction:column;display:flex}.m-title{color:#0f172a;font-size:.95rem;font-weight:700}.m-sub{color:var(--text-muted);font-size:.75rem}.m-comparison{align-items:center;gap:.55rem;display:flex}.m-before{color:#dc2626;font-size:.82rem;font-weight:600;text-decoration:line-through}.m-arrow{color:var(--text-muted);font-size:.85rem}.m-after{font-family:var(--font-heading);font-size:1rem;font-weight:800}@media (width<=960px){.case-study-grid{grid-template-columns:1fr;gap:2rem}.case-study-hero{padding:1.5rem}}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;display:grid}.feature-card{border:1px solid var(--border-light);background:#fff;flex-direction:column;padding:1.8rem;display:flex}.feat-top-row{justify-content:space-between;align-items:center;margin-bottom:1.3rem;display:flex}.feat-icon-box{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feat-title{color:#0f172a;margin-bottom:.25rem;font-size:1.3rem}.feat-tagline{margin-bottom:.75rem;font-size:.82rem;font-weight:700}.feat-desc{color:var(--text-body);margin-bottom:1.3rem;font-size:.9rem;line-height:1.55}.feat-bullets{flex-direction:column;gap:.6rem;margin-top:auto;margin-bottom:1.6rem;list-style:none;display:flex}.feat-bullet-item{color:#334155;align-items:flex-start;gap:.45rem;font-size:.82rem;line-height:1.4;display:flex}.feat-footer{border-top:1px solid #f1f5f9;padding-top:.9rem}.feat-link-btn{color:#ea580c;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;transition:gap .2s;display:inline-flex}.feat-link-btn:hover{gap:.55rem}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.features-grid{grid-template-columns:1fr}}.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-bottom:3rem;display:grid}.step-card{background:#fff;flex-direction:column;padding:2rem;display:flex;position:relative}.step-number-badge{font-family:var(--font-heading);color:#fde68a;margin-bottom:.9rem;font-size:2.2rem;font-weight:900;line-height:1}.step-title{color:#0f172a;margin-bottom:.6rem;font-size:1.25rem}.step-desc{color:var(--text-body);margin-bottom:1.4rem;font-size:.92rem;line-height:1.55}.step-time-pill{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-self:flex-start;align-items:center;gap:.35rem;margin-top:auto;padding:.25rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.onboarding-cta-box{border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;border:1px solid #fde68a;justify-content:space-between;align-items:center;padding:2.5rem;display:flex}.onboarding-cta-box h3{color:#0f172a;margin-bottom:.25rem;font-size:1.5rem}.onboarding-cta-box p{color:var(--text-muted);font-size:.92rem}@media (width<=960px){.steps-grid{grid-template-columns:1fr}.onboarding-cta-box{text-align:center;flex-direction:column;gap:1.5rem;padding:1.8rem}}.calculator-box{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;padding:2.5rem}.calc-grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:3rem;display:grid}.controls-title{color:#0f172a;margin-bottom:1.8rem;font-size:1.4rem}.slider-group{margin-bottom:1.8rem}.slider-header{justify-content:space-between;align-items:center;margin-bottom:.7rem;display:flex}.slider-label{color:#334155;align-items:center;gap:.45rem;font-size:.92rem;font-weight:600;display:flex}.slider-icon{color:#ea580c}.slider-value{font-family:var(--font-heading);color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:.2rem .65rem;font-size:1.05rem;font-weight:800}.custom-range{-webkit-appearance:none;cursor:pointer;background:#e2e8f0;border-radius:4px;outline:none;width:100%;height:8px}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#f59e0b;border-radius:50%;width:22px;height:22px;transition:transform .1s;box-shadow:0 2px 6px #0003}.custom-range::-webkit-slider-thumb:hover{transform:scale(1.2)}.slider-limits{color:var(--text-muted);justify-content:space-between;margin-top:.35rem;font-size:.72rem;display:flex}.calc-results{text-align:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:18px;flex-direction:column;align-items:center;padding:2.2rem;display:flex}.results-badge{text-transform:uppercase;letter-spacing:.08em;color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;margin-bottom:.75rem;padding:.3rem .85rem;font-size:.78rem;font-weight:700}.hero-profit-number{font-family:var(--font-heading);margin-bottom:.25rem;font-size:3rem;font-weight:900;line-height:1.1}.profit-subtext{color:var(--text-muted);margin-bottom:1.6rem;font-size:.82rem}.breakdown-list{flex-direction:column;gap:.8rem;width:100%;margin-bottom:1.6rem;display:flex}.breakdown-item{border:1px solid var(--border-light);text-align:left;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:.7rem .9rem;display:flex}.b-label{flex-direction:column;display:flex}.b-label span{color:#1e293b;font-size:.85rem;font-weight:600}.b-label small{color:var(--text-muted);font-size:.7rem}.b-val{font-family:var(--font-heading);color:#059669;font-size:.92rem;font-weight:800}@media (width<=960px){.calc-grid{grid-template-columns:1fr;gap:2rem}.calculator-box{padding:1.5rem}.hero-profit-number{font-size:2.3rem}}.hardware-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem;display:grid}.hardware-card{text-align:center;background:#fff;flex-direction:column;align-items:center;padding:1.8rem;display:flex}.hw-icon-wrapper{color:#d97706;background:#fffbeb;border:1px solid #fde68a;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.1rem;display:flex}.hw-title{color:#0f172a;margin-bottom:.5rem;font-size:1.1rem}.hw-desc{color:var(--text-body);margin-bottom:1.3rem;font-size:.85rem;line-height:1.5}.hw-check{color:#047857;align-items:center;gap:.35rem;margin-top:auto;font-size:.72rem;font-weight:700;display:flex}@media (width<=1024px){.hardware-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.hardware-grid{grid-template-columns:1fr}}.billing-toggle-wrapper{justify-content:center;margin-top:1.8rem;display:flex}.billing-toggle{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;gap:.3rem;padding:.3rem;display:inline-flex}.toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem 1.3rem;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.toggle-btn.active{color:#0f172a;background:#fff;font-weight:700;box-shadow:0 2px 6px #0f172a14}.discount-tag{color:#fff;background:#10b981;border-radius:999px;padding:.15rem .45rem;font-size:.68rem}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.8rem;display:grid}.pricing-card{border:1px solid var(--border-light);background:#fff;flex-direction:column;padding:2.2rem;display:flex;position:relative}.pricing-card.popular-card{border:2px solid #f59e0b;transform:translateY(-6px);box-shadow:0 12px 35px -5px #f59e0b2e}.popular-badge{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .9rem;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:-13px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #f59e0b4d}.plan-name{color:#0f172a;margin-bottom:.35rem;font-size:1.4rem}.plan-tagline{color:var(--text-muted);min-height:38px;margin-bottom:1.3rem;font-size:.82rem;line-height:1.4}.plan-pricing{align-items:baseline;gap:.3rem;margin-bottom:.15rem;display:flex}.currency{color:#475569;font-size:1.3rem;font-weight:700}.amount{font-family:var(--font-heading);color:#0f172a;font-size:2.6rem;font-weight:800}.period{color:var(--text-muted);font-size:.85rem}.billing-note{color:#059669;margin-bottom:1.1rem;font-size:.75rem;font-weight:700}.features-divider{background:#f1f5f9;height:1px;margin:1.3rem 0}.features-list-title{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.9rem;font-size:.82rem;font-weight:700}.plan-features{flex-direction:column;gap:.65rem;margin-top:auto;list-style:none;display:flex}.plan-feat-item{color:#334155;align-items:flex-start;gap:.55rem;font-size:.85rem;line-height:1.4;display:flex}.feat-check{color:#059669;flex-shrink:0;margin-top:.15rem}@media (width<=1024px){.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.pricing-card.popular-card{transform:none}}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;display:grid}.testimonial-card{background:#fff;flex-direction:column;padding:2rem;display:flex}.t-top-row{justify-content:space-between;align-items:center;margin-bottom:1.1rem;display:flex}.t-avatar{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.t-stars{gap:.2rem;display:flex}.t-text{color:#334155;flex:1;margin-bottom:1.6rem;font-size:.92rem;font-style:italic;line-height:1.6}.t-footer{border-top:1px solid #f1f5f9;padding-top:.9rem}.t-name-row{align-items:center;gap:.35rem;display:flex}.t-name-row strong{color:#0f172a;font-size:.92rem}.verified-icon{color:#059669}.t-role{color:var(--text-muted);font-size:.78rem}.t-res{color:#ea580c;margin-top:.1rem;font-size:.75rem;font-weight:700}@media (width<=960px){.testimonials-grid{grid-template-columns:1fr}}.faq-wrapper{flex-direction:column;gap:.9rem;max-width:840px;margin:0 auto 3rem;display:flex}.faq-card{cursor:pointer;background:#fff;border-radius:14px;padding:1.4rem 1.6rem}.faq-card.open{border-color:#f59e0b;box-shadow:0 4px 15px #f59e0b14}.faq-question-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.faq-q-text{color:#0f172a;font-size:1.05rem;font-weight:700;line-height:1.4}.faq-chevron-box{color:#64748b;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .25s;display:flex}.faq-chevron-box.rotated{color:#ea580c;background:#fffbeb;transform:rotate(180deg)}.faq-answer-body{border-top:1px solid #f1f5f9;margin-top:1rem;padding-top:1rem}.faq-answer-body p{color:var(--text-body);font-size:.92rem;line-height:1.65}.faq-bottom-box{background:#fff;border-radius:18px;justify-content:space-between;align-items:center;max-width:840px;margin:0 auto;padding:2rem 2.2rem;display:flex}.faq-bottom-box h3{color:#0f172a;margin-bottom:.2rem;font-size:1.25rem}.faq-bottom-box p{color:var(--text-muted);font-size:.88rem}.faq-contact-actions{gap:.8rem;display:flex}@media (width<=768px){.faq-bottom-box{text-align:center;flex-direction:column;gap:1.2rem;padding:1.4rem}.faq-contact-actions{flex-direction:column;width:100%}}.modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:2000;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.modal-content{background:#fff;border:1px solid #cbd5e1;border-radius:20px;width:100%;max-width:620px;max-height:90vh;padding:2.2rem;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #0f172a40}.modal-close-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.1rem;right:1.1rem}.modal-close-btn:hover{color:#0f172a;background:#e2e8f0}.modal-header{margin-bottom:1.4rem}.modal-header h2{color:#0f172a;margin:.4rem 0 .25rem;font-size:1.7rem}.modal-header p{color:var(--text-muted);font-size:.88rem}.error-alert{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:.9rem;padding:.6rem .9rem;font-size:.82rem}.demo-form{flex-direction:column;gap:.9rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.form-group{flex-direction:column;gap:.3rem;display:flex}.form-group label{color:#334155;font-size:.8rem;font-weight:700}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{color:#94a3b8;pointer-events:none;position:absolute;left:.85rem}.input-with-icon input,.input-with-icon select,.form-group select{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.65rem .85rem .65rem 2.4rem;font-size:.88rem;transition:border-color .2s,background .2s}.form-group select{padding-left:.85rem}.input-with-icon input:focus,.input-with-icon select:focus,.form-group select:focus{background:#fff;border-color:#ea580c}.modal-footer-note{color:var(--text-muted);text-align:center;margin-top:.35rem;font-size:.72rem}.modal-success-view{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem;display:flex}.success-icon-box{color:#059669;background:#ecfdf5;border:2px solid #10b981;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.3rem;display:flex;box-shadow:0 0 25px #10b98133}.modal-success-view h3{color:#0f172a;margin-bottom:.7rem;font-size:1.7rem}.success-sub{color:var(--text-body);max-width:460px;margin-bottom:1.8rem;font-size:.95rem;line-height:1.6}.success-actions{flex-direction:column;gap:.75rem;width:100%;max-width:380px;display:flex}@media (width<=600px){.form-row{grid-template-columns:1fr}.modal-content{padding:1.4rem}}.floating-wa-container{z-index:990;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2rem;right:2rem}.wa-floating-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 6px 20px #25d36666}.wa-floating-btn:hover{transform:scale(1.08)}.pulse-wa{opacity:.6;pointer-events:none;background:#25d366;border-radius:50%;animation:2s cubic-bezier(0,0,.2,1) infinite ping;position:absolute;inset:0}@keyframes ping{75%,to{opacity:0;transform:scale(1.5)}}.wa-btn-tooltip{color:#fff;white-space:nowrap;pointer-events:none;background:#0f172a;border-radius:6px;padding:.3rem .7rem;font-size:.75rem;font-weight:600;position:absolute;right:66px;box-shadow:0 4px 12px #00000026}.wa-popover{background:#fff;border:1px solid #cbd5e1;border-radius:18px;width:310px;margin-bottom:.9rem;animation:.2s ease-out popIn;overflow:hidden;box-shadow:0 15px 35px #0f172a2e}@keyframes popIn{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.wa-pop-header{color:#fff;background:#008069;align-items:center;gap:.7rem;padding:.8rem 1rem;display:flex}.wa-pop-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.wa-pop-title{color:#fff;font-size:.85rem;font-weight:700}.wa-pop-sub{color:#d1fae5;font-size:.65rem}.wa-pop-close{color:#d1fae5;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.2rem}.wa-pop-body{background:#efeae2;padding:1.1rem 1rem}.wa-pop-msg{color:#111827;background:#fff;border-radius:10px 10px 10px 0;padding:.75rem;font-size:.8rem;line-height:1.45;box-shadow:0 1px 2px #00000014}.wa-pop-footer{background:#fff;flex-direction:column;padding:0 1rem 1rem;display:flex}@media (width<=768px){.floating-wa-container{display:none!important}}.footer-section{color:#cbd5e1;background:#0f172a;border-top:1px solid #1e293b;padding:4.5rem 0 2rem;position:relative}.footer-section h4{color:#fff}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2.8rem;margin-bottom:3.5rem;display:grid}.footer-brand-desc{color:#94a3b8;margin-bottom:1.3rem;font-size:.88rem;line-height:1.6}.brand-trust-pill{color:#34d399;background:#10b9811f;border:1px solid #10b98140;border-radius:999px;align-items:center;gap:.45rem;padding:.3rem .75rem;font-size:.72rem;font-weight:600;display:inline-flex}.text-emerald{color:#10b981}.text-amber{color:#f59e0b}.footer-title{color:#fff;margin-bottom:1.1rem;font-size:.95rem;font-weight:700}.footer-links{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-links a,.footer-text-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-family:inherit;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.footer-links a:hover,.footer-text-btn:hover{color:#fbbf24}.ext-link{color:#38bdf8!important}.footer-contact-list{flex-direction:column;gap:.75rem;display:flex}.contact-item{color:#cbd5e1;align-items:center;gap:.55rem;font-size:.82rem;display:flex}.contact-item a{color:#cbd5e1;transition:color .2s}.contact-item a:hover{color:#fbbf24}.footer-bottom{color:#64748b;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.9rem;padding-top:1.8rem;font-size:.78rem;display:flex}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.9rem}.mb-4{margin-bottom:1.2rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.9rem}.mt-4{margin-top:1.2rem}.mt-5{margin-top:2.5rem}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:2.2rem}.footer-bottom{text-align:center;flex-direction:column}}.home-page{overflow-x:hidden}.quick-nav-section{padding:1.5rem 0 3.5rem}.quick-nav-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.quick-nav-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;align-items:center;gap:1rem;padding:1.2rem 1.4rem;text-decoration:none;transition:all .25s;display:flex}.quick-nav-card:hover{box-shadow:var(--shadow-card-hover);border-color:#f59e0b;transform:translateY(-3px)}.q-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.q-amber{color:#ea580c;background:#fffbeb;border:1px solid #fde68a}.q-emerald{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.q-cyan{color:#0284c7;background:#f0f9ff;border:1px solid #bae6fd}.q-purple{color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe}.quick-nav-card h4{color:#0f172a;margin-bottom:.15rem;font-size:.98rem}.quick-nav-card p{color:var(--text-muted);font-size:.78rem;line-height:1.35}.q-arrow{color:var(--text-dim);flex-shrink:0;margin-left:auto;transition:transform .2s,color .2s}.quick-nav-card:hover .q-arrow{color:#ea580c;transform:translate(4px)}.home-modules-section{padding:4.5rem 0}.home-modules-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;margin-bottom:2.5rem;display:grid}.module-teaser-card{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;flex-direction:column;padding:2rem 1.6rem;transition:all .3s;display:flex}.module-teaser-card:hover{box-shadow:var(--shadow-card-hover);border-color:#cbd5e1;transform:translateY(-4px)}.m-teaser-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.3rem;display:flex}.bg-amber-soft{background:#fffbeb;border:1px solid #fde68a}.bg-cyan-soft{background:#f0f9ff;border:1px solid #bae6fd}.bg-emerald-soft{background:#ecfdf5;border:1px solid #a7f3d0}.bg-purple-soft{background:#f5f3ff;border:1px solid #ddd6fe}.module-teaser-card h3{color:#0f172a;margin-bottom:.6rem;font-size:1.2rem}.module-teaser-card p{color:var(--text-body);margin-bottom:1.3rem;font-size:.9rem;line-height:1.55}.m-teaser-list{color:#334155;flex-direction:column;gap:.6rem;font-size:.84rem;display:flex;margin:0 0 1.5rem!important;padding:0!important;list-style:none!important}.m-teaser-list li{align-items:center;gap:.5rem;display:flex;list-style:none!important}.teaser-link{color:#ea580c;align-items:center;gap:.4rem;margin-top:auto;font-size:.85rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.teaser-link:hover{gap:.6rem;text-decoration:underline}.simulator-teaser-banner{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;padding:3.5rem;display:grid}.sim-teaser-content h2{color:#0f172a;margin-bottom:.8rem;font-size:2.2rem}.sim-teaser-content p{color:var(--text-body);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.sim-teaser-actions{flex-wrap:wrap;gap:1rem;display:flex}.sim-preview-card{border:1px solid var(--border-medium);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#f8fafc;padding:1.8rem}.sim-card-top{border-bottom:1px solid #e2e8f0;align-items:center;gap:.4rem;margin-bottom:1.2rem;padding-bottom:.8rem;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.sim-url{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono);margin-left:auto}.sim-tag{color:#b45309;background:#fffbeb;border-radius:4px;margin-bottom:.4rem;padding:.2rem .55rem;font-size:.72rem;font-weight:800;display:inline-block}.sim-card-body h4{color:#0f172a;margin-bottom:.8rem;font-size:1.1rem}.sim-timer-row{justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.sim-amt{font-family:var(--font-heading);color:#0f172a;font-size:1.05rem;font-weight:800}.home-case-spotlight{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;padding:3.5rem}.home-case-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}.home-case-info h2{color:#0f172a;margin-bottom:.2rem;font-size:2.4rem}.home-case-sub{color:#ea580c;margin-bottom:1.1rem;font-size:.95rem;font-weight:700}.home-case-info p{color:var(--text-body);margin-bottom:1.8rem;font-size:1.05rem;line-height:1.6}.home-case-metrics-row{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.case-stat-mini{border:1px solid var(--border-light);text-align:center;background:#f8fafc;border-radius:14px;padding:1.1rem .8rem}.case-stat-num{font-family:var(--font-heading);font-size:1.8rem;font-weight:800}.case-stat-text{color:var(--text-muted);margin-top:.15rem;font-size:.75rem;font-weight:600}.home-case-actions{flex-wrap:wrap;gap:1rem;display:flex}.home-case-quote-card{border-radius:var(--radius-lg);background:#fffbeb;border:1px solid #fde68a;padding:2.4rem}.home-case-quote-card h3{color:#0f172a;margin-bottom:.8rem;font-size:1.35rem}.home-case-quote-card p{color:#334155;font-size:.95rem;font-style:italic;line-height:1.6}.quote-author{flex-direction:column;display:flex}.quote-author strong{color:#0f172a;font-size:.9rem}.quote-author span{color:var(--text-muted);font-size:.76rem}.home-roi-box{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;padding:3.5rem;display:grid}.home-roi-content h2{color:#0f172a;margin-bottom:.6rem;font-size:2.2rem}.home-roi-content p{color:var(--text-body);margin-bottom:1.8rem;font-size:1.05rem;line-height:1.6}.home-roi-highlight{text-align:center;border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#f8fafc;flex-direction:column;align-items:center;padding:2.5rem;display:flex}.roi-stat-num{font-family:var(--font-heading);margin-bottom:.4rem;font-size:3.2rem;font-weight:900;line-height:1.1}.roi-stat-label{color:var(--text-muted);font-size:.92rem}.home-pricing-teaser-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-top:2.5rem;margin-bottom:2rem;display:grid}.price-preview-card{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;flex-direction:column;padding:2.2rem 1.8rem;transition:all .3s;display:flex;position:relative}.price-preview-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.price-preview-card.popular-preview{border:2px solid #f59e0b;box-shadow:0 10px 30px -5px #f59e0b2e}.popular-pill{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border-radius:999px;padding:.25rem .8rem;font-size:.68rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price-preview-card h4{color:#0f172a;margin-bottom:.2rem;font-size:1.35rem}.price-sub{color:var(--text-muted);margin-bottom:1.2rem;font-size:.82rem}.preview-amount{font-family:var(--font-heading);color:#0f172a;margin-bottom:1.3rem;font-size:2.3rem;font-weight:800}.preview-amount small{color:var(--text-muted);font-size:.85rem;font-weight:500}.preview-features-list{color:#334155;flex-direction:column;gap:.65rem;margin-top:auto;margin-bottom:1.8rem;font-size:.85rem;display:flex;padding:0!important;list-style:none!important}.preview-features-list li{list-style:none!important}.teaser-link-lg{color:#ea580c;align-items:center;gap:.4rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.teaser-link-lg:hover{text-decoration:underline}.home-faq-list{flex-direction:column;gap:1.1rem;max-width:860px;margin:2.5rem auto 0;display:flex}.home-faq-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-subtle);background:#fff;padding:1.8rem 2rem}.home-faq-card h3{color:#0f172a;margin-bottom:.6rem;font-size:1.15rem}.home-faq-card p{color:var(--text-body);font-size:.95rem;line-height:1.6}.cta-banner-box{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#fff;padding:4rem 2rem}.cta-banner-box h2{color:#0f172a;margin-bottom:.8rem;font-size:2.4rem}.cta-banner-box p{color:var(--text-body);max-width:680px;margin:0 auto 2.2rem;font-size:1.1rem}.cta-buttons-row{flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}@media (width<=1060px){.quick-nav-grid,.home-modules-grid{grid-template-columns:repeat(2,1fr)}.simulator-teaser-banner,.home-case-grid,.home-roi-box{grid-template-columns:1fr;gap:2rem;padding:2rem}.home-pricing-teaser-grid{grid-template-columns:1fr;max-width:440px;margin:2rem auto}}@media (width<=640px){.quick-nav-grid,.home-modules-grid,.home-case-metrics-row{grid-template-columns:1fr}.cta-banner-box{padding:2.5rem 1.2rem}}.custom-select-container{width:100%;position:relative}.custom-select-trigger{border:1px solid var(--border-medium);border-radius:var(--radius-md);width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:#fff;outline:none;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex;box-shadow:0 1px 3px #0f172a0a}.custom-select-trigger:hover{background:#f8fafc;border-color:#cbd5e1}.custom-select-trigger.open,.custom-select-trigger:focus{background:#fff;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.select-value-text{white-space:nowrap;text-overflow:ellipsis;color:#0f172a;overflow:hidden}.select-value-text.placeholder{color:var(--text-muted)}.select-chevron{color:var(--text-muted);flex-shrink:0;margin-left:.5rem;transition:transform .2s}.select-chevron.rotated{color:#ea580c;transform:rotate(180deg)}.custom-select-options{border:1px solid var(--border-medium);border-radius:var(--radius-md);z-index:1000;max-height:240px;animation:.2s ease-out selectSlideDown;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 35px -5px #0f172a2e,0 4px 10px #0f172a0f;background:#fff!important;margin:0!important;padding:.4rem!important;list-style:none!important}@keyframes selectSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{color:#334155;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.9rem;transition:all .15s;display:flex;list-style:none!important}.custom-select-option:hover{color:#ea580c;background:#fff7ed;font-weight:600}.custom-select-option.selected{color:#ea580c;background:#fffbeb;font-weight:700}.option-check{flex-shrink:0;margin-left:.5rem}.admin-lock-card{border:1px solid var(--border-light);background:#fff;border-radius:28px;flex-direction:column;align-items:center;max-width:460px;margin:3rem auto;padding:3rem 2.5rem;display:flex;box-shadow:0 20px 50px -10px #0f172a1f}.admin-lock-icon{color:#ea580c;background:#fff7ed;border:1px solid #ffedd5;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:1.5rem;display:flex}.admin-lock-card h2{color:#0f172a;margin-bottom:.5rem;font-size:1.65rem}.admin-lock-card p{color:var(--text-muted);margin-bottom:1.8rem;font-size:.92rem;line-height:1.5}.admin-auth-error{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;width:100%;margin-bottom:1.2rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.admin-auth-form{flex-direction:column;width:100%;display:flex}.admin-input-wrapper{border:1.5px solid var(--border-medium);border-radius:var(--radius-md);background:#f8fafc;align-items:center;gap:.75rem;padding:.85rem 1.1rem;transition:all .2s;display:flex}.admin-input-wrapper:focus-within{background:#fff;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.admin-input-wrapper input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:.95rem}.admin-page-title{color:#0f172a;margin-bottom:.25rem;font-size:2.2rem}.admin-page-subtitle{color:var(--text-muted);font-size:.95rem}.admin-actions-bar{align-items:center;gap:.8rem;display:flex}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:2rem;display:grid}.admin-stat-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-subtle);background:#fff;flex-direction:column;padding:1.5rem;display:flex}.admin-stat-card .stat-label{color:var(--text-muted);margin-bottom:.2rem;font-size:.82rem;font-weight:600}.admin-stat-card .stat-num{font-family:var(--font-heading);margin-bottom:.2rem;font-size:2.2rem;font-weight:800;line-height:1.1}.admin-stat-card .stat-sub{color:var(--text-dim);font-size:.75rem}.admin-filters-bar{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-subtle);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;padding:1.2rem 1.5rem;display:flex}.admin-search-wrapper{border:1px solid var(--border-light);border-radius:var(--radius-md);background:#f8fafc;flex:1;align-items:center;gap:.6rem;min-width:260px;padding:.6rem 1rem;display:flex}.admin-search-wrapper input{width:100%;color:var(--text-main);background:0 0;border:none;outline:none;font-size:.88rem}.status-filter-pills{flex-wrap:wrap;gap:.5rem;display:flex}.st-pill{border:1px solid var(--border-light);color:#475569;cursor:pointer;background:#f8fafc;border-radius:999px;padding:.45rem .9rem;font-size:.78rem;font-weight:600;transition:all .2s}.st-pill:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.st-pill.active{color:#fff;background:#ea580c;border-color:#ea580c;font-weight:700}.leads-vertical-list{flex-direction:column;gap:1.2rem;display:flex}.lead-row-card{border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-subtle);background:#fff;flex-direction:column;gap:1rem;padding:1.6rem 1.8rem;transition:all .2s;display:flex}.lead-row-card:hover{box-shadow:var(--shadow-card);border-color:#cbd5e1}.lead-row-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.lead-venue-name{color:#0f172a;margin-bottom:.2rem;font-size:1.35rem}.lead-contact-person{color:var(--text-body);font-size:.88rem;font-weight:500}.lead-city-tag{color:var(--text-muted)}.lead-contact-actions-row{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.contact-chip{border:1px solid var(--border-light);color:#334155;background:#f8fafc;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.82rem;font-weight:500;display:inline-flex}.lead-phone-link,.lead-email-link{color:#0f172a;text-decoration:none}.lead-row-meta{border-top:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:.6rem;padding-top:.9rem;display:flex}.meta-badge{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.meta-date{color:var(--text-muted);align-items:center;gap:.35rem;margin-left:auto;font-size:.75rem;display:inline-flex}.lead-status-dropdown{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;outline:none;padding:.35rem .8rem;font-size:.78rem;font-weight:700}.lead-status-dropdown.active-client{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.lead-status-dropdown.new-inquiry{color:#b45309;background:#fffbeb;border-color:#fde68a}.lead-status-dropdown.demo-scheduled{color:#0284c7;background:#f0f9ff;border-color:#bae6fd}@media (width<=900px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}.global-page-loader{-webkit-backdrop-filter:blur(12px);z-index:99999;opacity:1;background:#f8fafcf5;justify-content:center;align-items:center;transition:opacity .4s,visibility .4s;display:flex;position:fixed;inset:0}.global-page-loader.fade-out{opacity:0;visibility:hidden;pointer-events:none}.loader-card{border:1px solid var(--border-light);text-align:center;background:#fff;border-radius:28px;flex-direction:column;align-items:center;padding:2.5rem 3rem;animation:.4s cubic-bezier(.16,1,.3,1) loaderPopIn;display:flex;box-shadow:0 25px 60px -15px #0f172a26}@keyframes loaderPopIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.qr-scanner-box{justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:1.5rem;padding:12px;display:flex;position:relative}.corner-bracket{border:3.5px solid #ea580c;border-radius:4px;width:22px;height:22px;animation:2s ease-in-out infinite bracketPulse;position:absolute}.corner-bracket.top-left{border-bottom:none;border-right:none;top:0;left:0}.corner-bracket.top-right{border-bottom:none;border-left:none;top:0;right:0}.corner-bracket.bottom-left{border-top:none;border-right:none;bottom:0;left:0}.corner-bracket.bottom-right{border-top:none;border-left:none;bottom:0;right:0}@keyframes bracketPulse{0%,to{border-color:#ea580c;transform:scale(1)}50%{border-color:#f59e0b;transform:scale(1.06)}}.qr-svg-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.qr-scanner-svg{width:100%;height:100%}.laser-beam-line{pointer-events:none;z-index:5;background:linear-gradient(90deg,#0000 0%,#ea580c 20%,#f59e0b 50%,#ea580c 80%,#0000 100%);border-radius:2px;height:3px;animation:1.6s ease-in-out infinite alternate qrLaserScan;position:absolute;top:10px;left:6px;right:6px;box-shadow:0 0 12px 3px #ea580cb3}.laser-glow-trail{pointer-events:none;background:linear-gradient(#0000 0%,#ea580c26 100%);height:16px;position:absolute;top:-16px;left:0;right:0}@keyframes qrLaserScan{0%{top:12px}to{top:124px}}.loader-brand-text{flex-direction:column;align-items:center;display:flex}.loader-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:.35rem;font-size:1.25rem;font-weight:800}.loader-title .highlight{color:#ea580c}.loader-subtitle{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;display:flex}.loader-spinner-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite pulseDot;display:inline-block}.mobile-curved-nav-wrapper{display:none}@media (width<=768px){.mobile-curved-nav-wrapper{z-index:9999;filter:drop-shadow(0 -10px 25px #0f172a1a);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;opacity:1;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s;display:block;position:fixed;bottom:0;left:0;right:0;transform:translateY(0)}.mobile-curved-nav-wrapper.nav-hidden{opacity:0;pointer-events:none;transform:translateY(125%)}.nav-notch-bg{pointer-events:none;z-index:1;height:100%;position:absolute;bottom:0;left:0;right:0}.notch-svg{filter:drop-shadow(0 -1px 2px #00000008);width:100%;height:100%;display:block}.curved-nav-grid{z-index:2;max-width:480px;height:64px;padding-bottom:max(.4rem, env(safe-area-inset-bottom));grid-template-columns:repeat(5,1fr);align-items:flex-end;margin:0 auto;display:grid;position:relative}.curved-nav-item{flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:.45rem;text-decoration:none;transition:transform .15s;display:flex;position:relative}.curved-nav-item:active{transform:scale(.92)}.item-icon-box{color:#1e293b;justify-content:center;align-items:center;margin-bottom:.15rem;transition:all .2s;display:flex}.c-icon{color:#1e293b;transition:color .2s,transform .2s}.item-title{color:#334155;letter-spacing:-.01em;font-size:.72rem;font-weight:700;transition:color .2s}.curved-nav-item.active .c-icon{color:#ea580c;transform:scale(1.08)}.curved-nav-item.active .item-title{color:#ea580c;font-weight:800}.center-home-tab{padding-bottom:.3rem;position:relative}.center-floating-circle{color:#fff;background:linear-gradient(145deg,#fb923c 0%,#ea580c 100%);border:3.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:-12px;margin-bottom:.1rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 6px 18px -2px #ea580c73,0 2px 6px #0000000f}.home-icon{color:#fff;filter:drop-shadow(0 1px 3px #00000026)}.center-glow-arc{opacity:.85;background:#ea580c;border-radius:999px;width:18px;height:2.5px;margin-bottom:.1rem;box-shadow:0 0 6px #ea580ccc}.center-title{color:#ea580c;font-size:.74rem;font-weight:800}.center-home-tab:active .center-floating-circle{transform:scale(.94);box-shadow:0 4px 12px -2px #ea580c66}.floating-wa-btn{bottom:84px!important;right:16px!important}.app-layout{padding-bottom:80px}}.not-found-fullscreen-layout{background:radial-gradient(circle at 50% 0,#ea580c0f,#0000 50%),#f8fafc;flex-direction:column;justify-content:space-between;min-height:100vh;padding:1.5rem 1rem;display:flex}.nf-top-header{justify-content:center;align-items:center;padding:1rem 0;display:flex}.nf-bottom-footer{text-align:center;color:var(--text-muted);padding:1.5rem 0;font-size:.82rem}.not-found-card{border:1px solid var(--border-light);background:#fff;border-radius:32px;flex-direction:column;align-items:center;max-width:680px;margin:1.5rem auto;padding:3.5rem 2.5rem;display:flex;box-shadow:0 25px 60px -15px #0f172a1a}.not-found-badge{justify-content:center;align-items:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.code-digit{font-family:var(--font-heading);letter-spacing:-.04em;color:#ea580c;font-size:5.5rem;font-weight:900;line-height:1}.plate-icon-box{background:#fff7ed;border:2px dashed #fed7aa;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;display:flex}.animate-bounce-soft{animation:2s ease-in-out infinite bounceSoft}@keyframes bounceSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.not-found-title{color:#0f172a;margin-bottom:.8rem;font-size:2rem}.not-found-desc{color:var(--text-muted);max-width:520px;margin-bottom:2.2rem;font-size:1rem;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;margin-bottom:2.5rem;display:flex}.not-found-links-grid{border-top:1px solid #f1f5f9;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;padding-top:2rem;display:grid}.nf-link-card{border:1px solid var(--border-light);text-align:left;background:#f8fafc;border-radius:16px;align-items:center;gap:.9rem;padding:1rem 1.2rem;text-decoration:none;transition:all .2s;display:flex}.nf-link-card:hover{background:#fff;border-color:#ea580c;transform:translateY(-2px);box-shadow:0 10px 20px -5px #ea580c1a}.nf-icon{font-size:1.5rem}.nf-link-card strong{color:#0f172a;margin-bottom:.1rem;font-size:.92rem;display:block}.nf-link-card p{color:var(--text-muted);margin:0;font-size:.78rem}.enterprise-custom-box{border:1px solid var(--border-light);box-shadow:var(--shadow-card);background:#fff;border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:2.2rem 2.5rem;display:flex}.enterprise-custom-content{flex:1;align-items:center;gap:1.5rem;min-width:280px;display:flex}.enterprise-icon-wrapper{background:#fff7ed;border:1px solid #ffedd5;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.enterprise-text h3{color:#0f172a;margin-bottom:.35rem;font-size:1.35rem}.enterprise-text p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.5}.enterprise-cta-btn{flex-shrink:0}.feat-highlight-header{border-top:1px dashed #f1f5f9;margin-top:.3rem;padding-top:.5rem;padding-bottom:.2rem;font-weight:700;color:#ea580c!important}.addon-text{color:#64748b;font-size:.78rem;font-weight:600}.addon-text.highlight-text{color:#ea580c;font-weight:700}@media (width<=768px){.enterprise-custom-box{flex-direction:column;align-items:flex-start;padding:1.8rem 1.4rem}.enterprise-custom-content{flex-direction:column;align-items:flex-start;gap:1rem}.enterprise-cta-btn{width:100%}.container{padding-left:1.1rem;padding-right:1.1rem}.page-padding{padding-top:5rem;padding-bottom:3.5rem}.page-title{font-size:2.1rem;line-height:1.22}.page-subtitle{margin-bottom:1.8rem;font-size:.95rem;line-height:1.55}.module-tabs-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;padding:.4rem .2rem .8rem;display:flex;overflow-x:auto}.module-tabs-list::-webkit-scrollbar{display:none}.module-tab-btn{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.55rem .95rem;font-size:.82rem}.feature-deepdive-section{border-radius:24px;padding:1.2rem}.module-detail-grid{grid-template-columns:1fr;gap:1.6rem}.module-heading{font-size:1.5rem}.module-description{font-size:.9rem}.hardware-grid{grid-template-columns:1fr;gap:1rem}.demo-guide-row{grid-template-columns:1fr;gap:.8rem}.simulator-grid{grid-template-columns:1fr;gap:1.8rem}.phone-wrapper{border-width:5px;border-radius:28px;width:100%;max-width:350px;margin:0 auto}.phone-screen{height:540px}.kds-wrapper,.pos-counter-wrapper{border-radius:22px;overflow:hidden}.kds-orders-grid{grid-template-columns:1fr}.roi-section{padding:1rem 0}.calculator-box{border-radius:24px;padding:1.4rem}.calc-grid{grid-template-columns:1fr;gap:1.8rem}.calc-controls{padding:0}.gain-number{font-size:2.4rem}.pricing-grid{grid-template-columns:1fr;gap:1.5rem;max-width:380px;margin:0 auto}.comparison-table-section{border-radius:22px;padding:1.4rem 1rem}.table-responsive{-webkit-overflow-scrolling:touch;border-radius:12px;overflow-x:auto}.comparison-table{min-width:560px}.comparison-table th,.comparison-table td{padding:.75rem .6rem;font-size:.82rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info-col,.contact-form-col{border-radius:22px;padding:1.6rem 1.2rem}.form-row{grid-template-columns:1fr;gap:1rem}input,select,textarea,.custom-select-trigger{font-size:16px!important}}@media (width<=480px){.page-title{font-size:1.85rem}.gain-number{font-size:2.1rem}.cta-banner-box{padding:2.2rem 1rem}.cta-banner-box h2{font-size:1.7rem}}
