@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--lime: #d2ff04;--lime-dim: #b8da1f;--lime-glow: rgba(210, 255, 4, .18);--lime-glow-sm: rgba(210, 255, 4, .1);--bg-deep: #080c0f;--bg-base: #0d1117;--bg-surface: #161b22;--bg-card: #1c2330;--bg-card-hover: #212837;--border: rgba(255, 255, 255, .08);--border-hover: rgba(210, 255, 4, .35);--text: #f0f6fc;--text-secondary: #8b949e;--text-muted: #484f58;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--font: "Inter", system-ui, -apple-system, sans-serif;--transition: .22s cubic-bezier(.4, 0, .2, 1);--shadow-lime: 0 0 40px rgba(210, 255, 4, .22), 0 0 80px rgba(210, 255, 4, .08);--shadow-card: 0 4px 24px rgba(0, 0, 0, .4);--shadow-md: 0 8px 32px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);background:var(--bg-base);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}.container{max-width:1180px;margin:0 auto;padding:0 2rem}@media (max-width: 400px){.container{padding:0 1rem}}.section{padding:100px 0}.section-sm{padding:60px 0}.display{font-size:clamp(3rem,6.5vw,5.5rem);font-weight:900;line-height:1.05;letter-spacing:-.035em}.heading-xl{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.025em}.heading-lg{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.body-lg{font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.75;color:var(--text-secondary)}.btn{display:inline-flex;align-items:center;gap:8px;padding:.75rem 1.75rem;border-radius:var(--radius-full);font-size:.95rem;font-weight:600;transition:all var(--transition);white-space:nowrap}.btn-lime{background:var(--lime);color:#080c0f;font-weight:700;box-shadow:0 0 24px #d2ff044d}.btn-lime:hover{background:#e0ff1a;box-shadow:0 0 40px #d2ff0480;transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.btn-ghost:hover{color:var(--text);border-color:#fff3;background:#ffffff0a}.btn-lg{padding:1rem 2.5rem;font-size:1.05rem}.btn-sm{padding:.5rem 1.2rem;font-size:.85rem}.badge{display:inline-flex;align-items:center;gap:6px;padding:.35rem .9rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;letter-spacing:.04em}.badge-lime{background:#d2ff041f;color:var(--lime);border:1px solid rgba(210,255,4,.25)}.badge-green{background:#22c55e1a;color:#4ade80;border:1px solid rgba(34,197,94,.2)}.badge-blue{background:#3b82f61a;color:#60a5fa;border:1px solid rgba(59,130,246,.2)}.badge-amber{background:#f59e0b1a;color:#fbbf24;border:1px solid rgba(245,158,11,.2)}.badge-purple{background:#8b5cf61a;color:#a78bfa;border:1px solid rgba(139,92,246,.2)}.badge-red{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2)}.glow-lime{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(210,255,4,.18) 0%,transparent 70%);pointer-events:none;filter:blur(1px)}.card-dark{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition)}.card-dark:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-3px);box-shadow:var(--shadow-card)}.section-eyebrow{display:flex;align-items:center;gap:20px;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lime);margin-bottom:1.25rem}.section-eyebrow:before{content:"";width:20px;height:2px;background:var(--lime);border-radius:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-lime{0%,to{box-shadow:0 0 #d2ff0466}50%{box-shadow:0 0 0 12px #d2ff0400}}@keyframes slide-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-up{animation:fadeUp .7s ease both}.animate-float{animation:float 5s ease-in-out infinite}.animate-float-delayed{animation:float 5s ease-in-out infinite 1.5s}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--bg-surface);border-radius:6px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 24px;display:flex;justify-content:center}.navbar-pill{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:#0d1117b3;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:var(--radius-full);padding:10px 18px 10px 22px;max-width:1000px;width:100%;transition:all var(--transition)}.navbar--scrolled .navbar-pill{background:#0d1117eb;border-color:#ffffff1f;box-shadow:0 4px 32px #0009}.navbar-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.navbar-logo-icon{width:32px;height:32px;background:var(--lime);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.navbar-logo-text{font-size:1.05rem;font-weight:800;color:var(--text);letter-spacing:-.03em}.navbar-logo-text span{color:var(--lime)}.navbar-links{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}.nav-link{padding:.4rem .85rem;border-radius:var(--radius-full);font-size:.88rem;font-weight:500;color:var(--text-secondary);transition:all var(--transition)}.nav-link:hover{color:var(--text);background:#ffffff0f}.navbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.navbar-actions .btn{padding:.5rem 1.25rem;font-size:.88rem}.navbar-mobile-toggle{display:none;flex-direction:column;gap:5px;padding:6px}.navbar-mobile-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all var(--transition)}.mobile-menu{display:none;position:fixed;top:80px;left:16px;right:16px;background:#0d1117f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;flex-direction:column;gap:6px;z-index:999}.mobile-menu.open{display:flex}.mobile-menu .nav-link{padding:.7rem 1rem;width:100%}.mobile-menu .btn{width:100%;justify-content:center;margin-top:6px}@media (max-width: 860px){.navbar-links,.navbar-actions .btn-ghost{display:none}.navbar-mobile-toggle{display:flex}.navbar-pill{padding:10px 14px 10px 18px}}@media (max-width: 450px){.navbar-actions{display:none}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:90px;padding-bottom:60px;position:relative;overflow:hidden;text-align:center}.hero-glow-top{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:800px;height:500px;background:radial-gradient(ellipse,rgba(210,255,4,.12) 0%,transparent 70%);pointer-events:none}.hero-badge-wrap{display:inline-flex;align-items:center;gap:8px;padding:6px 16px 6px 8px;border-radius:var(--radius-full);background:#d2ff0414;border:1px solid rgba(210,255,4,.2);font-size:.82rem;font-weight:600;color:var(--lime);margin-bottom:2rem;animation:fadeUp .5s ease both}@media (max-width: 400px){.hero-badge-wrap{letter-spacing:1;line-height:1;padding:6px 10px;font-size:.7rem}}.hero-badge-dot{width:6px;height:6px;background:var(--lime);border-radius:50%;animation:pulse-lime 2s infinite}.hero-headline{font-size:clamp(3rem,7vw,5.6rem);font-weight:900;line-height:1.02;letter-spacing:-.04em;color:var(--text);animation:fadeUp .6s ease .1s both}.hero-headline .lime{color:var(--lime)}.hero-sub{font-size:clamp(1rem,1.8vw,1.2rem);color:var(--text-secondary);max-width:600px;line-height:1.75;margin:1.75rem auto 0;animation:fadeUp .6s ease .2s both}.hero-cta{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:2.5rem;animation:fadeUp .6s ease .3s both}.hero-proof{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:2rem;font-size:.85rem;color:var(--text-muted);animation:fadeUp .6s ease .4s both;flex-wrap:wrap}.hero-proof .dot{width:3px;height:3px;background:var(--text-muted);border-radius:50%}.hero-proof strong{color:var(--text-secondary)}.hero-preview{margin-top:5rem;position:relative;width:100%;max-width:960px;margin-left:auto;margin-right:auto;animation:fadeUp .8s ease .5s both}.hero-preview-glow{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);width:70%;height:120px;background:radial-gradient(ellipse,rgba(210,255,4,.25) 0%,transparent 70%);filter:blur(20px);pointer-events:none}.hero-preview-frame{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 32px 80px #000000b3,0 0 60px #d2ff0414}.preview-topbar{background:var(--bg-card);border-bottom:1px solid var(--border);padding:12px 20px;display:flex;align-items:center;gap:12px}.preview-dots{display:flex;gap:6px}.preview-dot{width:11px;height:11px;border-radius:50%}.preview-url{flex:1;background:var(--bg-surface);border:1px solid var(--border);border-radius:6px;padding:4px 12px;font-size:.75rem;color:var(--text-muted);text-align:left}.pos-mock{display:grid;grid-template-columns:1fr 320px;min-height:420px;background:#1e2939}.pos-mock-left{display:flex;gap:5px;margin:0;padding:0;border-right:1px solid var(--border)}.pos-mock-sidebar{display:grid;padding:10px;font-size:10px;grid-template-rows:repeat(8,1fr);height:100%;align-items:center;justify-items:stretch;gap:2px;border-right:1px solid #7a7d82}.pos-mock-logo{width:55px;height:55px;margin:auto;border-radius:10px}.pos-mock-sidebar-btn{margin:0;padding:0 5px;color:#b8bec6;display:flex;flex-direction:column;gap:0px;align-items:center;justify-content:center;text-align:center;border-radius:12px;height:100%}.pos-mock-sidebar-button{color:#2d2f32;padding:15px 5px;border-radius:12px;background:var(--lime)}:hover.pos-mock-sidebar-btn{background:var(--lime);color:#2d2f32}.pos-mock-sidebar-content{padding:15px 5px 0 10px;display:flex;flex-direction:column;gap:16px}.pos-mock-header{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.pos-mock-cat{width:64px;height:64px;border-radius:12px;background:var(--bg-card);border:1px solid #646668;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.4rem;gap:2px;background:"#1e2939"}.pos-mock-cat.active,:hover.pos-mock-cat{border-color:var(--lime)}.pos-mock-search-wrap{display:flex;gap:5px}.pos-mock-search-btn{height:40px;width:40px;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#a0a2a4}.pos-mock-search-result{margin-left:10px;height:40px;font-size:10px;display:flex;align-items:center;justify-content:flex-end;color:#a0a2a4}.pos-mock-search{height:40px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;padding:0 12px;gap:8px;font-size:.8rem;color:#c7c7c7}.pos-products{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pos-product{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;text-align:left;cursor:pointer;transition:all var(--transition);line-height:2}.pos-product:hover,.pos-product.active{border-color:var(--lime)}.pos-product-img{font-size:2rem;width:5rem;height:6rem;margin:auto;padding:5px}.pos-product-name{font-size:.8rem;font-weight:600;color:#d7d7d7;padding-left:5px;border-top:1px solid rgb(75,75,75)}.pos-product-discount-price{font-size:.7rem;font-weight:700;color:var(--lime);margin-top:2px;line-height:1;padding-left:5px}.pos-product-price{font-size:10px;font-weight:700;color:#cacbcb;margin-top:2px;text-decoration:line-through;line-height:1;padding-left:5px}.pos-product-instock{font-size:10px;font-weight:500;color:#47a647;margin-top:2px;padding-left:5px}.pos-product-stock{font-size:10px;font-weight:500;color:#b1b6b1;line-height:1;margin-bottom:5px;padding-left:5px}.pos-mock-right{display:flex;flex-direction:column;background:#1e2939}.pos-mock-right-header{padding:10px;display:flex;gap:10px;justify-content:center;align-items:center;border-bottom:1px solid var(--border)}.pos-mock-right-header-btna,.pos-mock-right-header-btnb{border-radius:6px;border:1px solid var(--border);height:25px;width:25px;padding:2px;display:flex;justify-content:center;align-items:center}.pos-mock-right-header-btnc,.pos-mock-right-header-btnd{border-radius:6px;background-color:var(--lime);color:#080c0f;font-size:10px;flex:1;height:25px;gap:3px;padding:0 2px;display:flex;justify-content:center;align-items:center}.pos-cart-title{font-size:.85rem;font-weight:700;color:var(--text);padding-bottom:8px;border-bottom:1px solid var(--border)}.pos-cart-item{display:flex;align-items:center;font-size:.78rem;padding:0 10px;background:var(--bg-card);border-radius:8px;margin:5px 10px}.pos-cart-item-name{color:var(--text);text-align:left;font-weight:600}.pos-cart-item-qty{display:flex;align-items:center;gap:6px;color:#b1b1b0}.pos-cart-item-price{color:var(--text);font-weight:700}.pos-total{margin-top:auto;border-top:1px solid var(--border);padding:10px}.pos-total-btn-row{display:flex;gap:10px;padding:0 10px}.pos-total-btn{background-color:#364153;border-radius:8px;padding:8px 0 5px 10px;font-size:12px;flex:1;line-height:2;text-align:left}.pos-total-row{display:flex;justify-content:space-between;font-size:.8rem;color:#b1b1b0;margin-bottom:4px}.pos-total-row.grand{font-size:1rem;font-weight:800;color:var(--text);margin-top:8px}.pos-pay-btn{display:flex;justify-content:space-between;width:100%;padding:12px;margin:10px 10px 5px;background:var(--lime);color:#080c0f;font-weight:600;font-size:.9rem;border-radius:10px;cursor:pointer;border:none;font-family:inherit;transition:all var(--transition)}.pos-pay-btn:hover{transform:translateY(-1px)}.hero-float-card{position:absolute;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 16px;box-shadow:var(--shadow-card);z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hfc-1{top:-20px;left:-30px;animation:float 4s ease-in-out infinite}.hfc-2{bottom:20px;right:-20px;animation:float 4.5s ease-in-out infinite 1s}.hfc-icon{font-size:1.3rem;margin-bottom:2px}.hfc-value{font-size:1.05rem;font-weight:800;color:var(--text)}.hfc-label{font-size:.68rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px}@media (max-width: 768px){.pos-mock{grid-template-columns:1fr}.pos-mock-right{display:none}.pos-products{grid-template-columns:repeat(3,1fr)}.hero-float-card{display:none}}.trust-strip{padding:32px 0 0;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-deep)}.trust-label{text-align:center;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-weight:600;margin-bottom:24px}.trust-scroll-wrap{overflow:hidden}.trust-scroll-track{display:flex;width:max-content;animation:slide-left 25s linear infinite}.trust-scroll-track:hover{animation-play-state:paused}.trust-item{display:flex;align-items:center;gap:10px;padding:10px 36px;font-size:1rem;font-weight:700;color:var(--text-muted);white-space:nowrap;border-right:1px solid var(--border)}.trust-item-icon{font-size:1.4rem}.stats-section{background:var(--bg-deep);padding:80px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--border);border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border)}.stat-cell{background:var(--bg-base);padding:3rem 2.5rem;text-align:center;transition:background var(--transition)}@media (max-width: 400px){.stat-cell{background:var(--bg-base);padding:1.5rem .5rem;text-align:center}}.stat-cell:hover{background:var(--bg-surface)}.stat-value{font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:900;letter-spacing:-.04em;color:var(--lime);line-height:1}.stat-label{font-size:.85rem;color:var(--text-muted);margin-top:8px;font-weight:500}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.features-section{background:var(--bg-base)}.features-header{text-align:center;max-width:640px;margin:0 auto 4rem}.features-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.features-tabs{display:flex;flex-direction:column;gap:4px;position:sticky;top:100px}.feature-tab{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;background:transparent;text-align:left;transition:all var(--transition);color:var(--text-secondary)}.feature-tab:hover{background:var(--bg-surface);color:var(--text)}.feature-tab.active{background:var(--bg-surface);border-color:var(--border-hover);color:var(--text)}.feature-tab-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;background:var(--bg-card);transition:all var(--transition)}.feature-tab.active .feature-tab-icon{background:#d2ff041f}.feature-tab-text h4{font-size:.9rem;font-weight:600}.feature-tab-text p{font-size:.77rem;color:var(--text-muted);margin-top:2px}.feature-panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;min-height:480px}.feature-panel-inner{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.feature-panel-title{font-size:1.75rem;font-weight:800;line-height:1.2;letter-spacing:-.02em}.feature-panel-desc{font-size:.95rem;color:var(--text-secondary);line-height:1.7}.feature-points{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.feature-point{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:var(--radius-md);background:var(--bg-card);border:1px solid var(--border);transition:border-color var(--transition)}.feature-point:hover{border-color:#d2ff0433}.feature-point--highlight{border-color:#25d36640!important;background:linear-gradient(135deg,#25d3660f,#25d36605)}.feature-point--highlight:hover{border-color:#25d36673!important}.feature-point-icon{width:34px;height:34px;border-radius:8px;background:#d2ff0414;display:flex;align-items:center;justify-content:center;font-size:.95rem;flex-shrink:0}.feature-point-text h5{font-size:.85rem;font-weight:600}.feature-point-text p{font-size:.78rem;color:var(--text-muted);margin-top:3px;line-height:1.5}.feature-panel-footer{border-top:1px solid var(--border);padding:1rem 2.5rem;display:flex;gap:8px;flex-wrap:wrap;background:var(--bg-card)}.fp-chip{font-size:.75rem;padding:4px 12px;border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid var(--border);color:var(--text-secondary)}@media (max-width: 900px){.features-layout{grid-template-columns:1fr}.features-tabs{flex-direction:row;overflow-x:auto;position:static;flex-wrap:nowrap;gap:6px}.feature-tab{flex-shrink:0;flex-direction:column;align-items:center;text-align:center;gap:8px;min-width:110px}.feature-points{grid-template-columns:1fr}}.industries-section{background:var(--bg-deep)}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}.industry-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.25rem 2rem;transition:all var(--transition);position:relative;overflow:hidden;cursor:default}.industry-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--lime);transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.industry-card:hover{transform:translateY(-6px);border-color:#d2ff0433;box-shadow:0 16px 48px #00000080}.industry-card:hover:after{transform:scaleX(1)}.industry-icon{width:60px;height:60px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.25rem;background:#d2ff0414}.industry-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.industry-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.65}.industry-features{margin-top:1.25rem;display:flex;flex-direction:column;gap:8px}.industry-feature-item{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--text-secondary)}.industry-feature-item:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--lime);flex-shrink:0}@media (max-width: 768px){.industries-grid{grid-template-columns:1fr}}.pos-showcase{background:var(--bg-base)}.pos-showcase-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.pos-showcase-list{display:flex;flex-direction:column;gap:1rem}.pos-showcase-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);transition:all var(--transition);cursor:default}.pos-showcase-item:hover{border-color:#d2ff0440;background:var(--bg-card-hover);transform:translate(6px)}.pos-item-icon{width:44px;height:44px;border-radius:10px;background:#d2ff0414;display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0}.pos-item-title{font-size:.92rem;font-weight:700}.pos-item-desc{font-size:.82rem;color:var(--text-muted);margin-top:4px;line-height:1.5}.pos-mock-receipt{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-md)}.receipt-header{text-align:center;margin-bottom:1rem}.receipt-header p{font-size:.75rem;color:var(--text-muted)}.receipt-title{font-size:.95rem;font-weight:800;color:var(--lime)}.receipt-divider{height:1px;background:var(--border);margin:10px 0}.receipt-row{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-secondary);padding:4px 0}.receipt-row.total{font-weight:800;font-size:.92rem;color:var(--text)}.receipt-row .lime{color:var(--lime)}.receipt-scan{margin-top:12px;background:#d2ff0414;border:1px solid rgba(210,255,4,.2);border-radius:8px;padding:8px 12px;font-size:.75rem;color:var(--lime);display:flex;align-items:center;gap:6px;font-weight:600}@media (max-width: 900px){.pos-showcase-layout{grid-template-columns:1fr}}.testimonials-section{background:var(--bg-deep)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3.5rem}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.75rem;transition:all var(--transition)}.testimonial-card:hover{border-color:#d2ff0433;transform:translateY(-4px);box-shadow:var(--shadow-card)}.testimonial-stars{display:flex;gap:3px;margin-bottom:.75rem;font-size:.9rem;color:var(--lime)}.testimonial-text{font-size:.9rem;line-height:1.7;color:var(--text-secondary);font-style:italic}.testimonial-author{display:flex;align-items:center;gap:10px;margin-top:1.25rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#d2ff044d,#d2ff040d);border:1px solid rgba(210,255,4,.2);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;color:var(--lime)}.testimonial-name{font-size:.88rem;font-weight:700}.testimonial-role{font-size:.75rem;color:var(--text-muted)}@media (max-width: 900px){.testimonials-grid{grid-template-columns:1fr}}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}}.faq-section{background:var(--bg-base)}.faq-wrap{max-width:700px;margin:3.5rem auto 0;display:flex;flex-direction:column;gap:8px}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition)}.faq-item.open{border-color:#d2ff0440}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.5rem;font-size:.95rem;font-weight:600;color:var(--text);cursor:pointer;text-align:left;background:transparent;font-family:inherit;border:none;gap:12px}.faq-q:hover{color:var(--lime)}.faq-arrow{font-size:1.1rem;color:var(--text-muted);transition:transform var(--transition);flex-shrink:0}.faq-item.open .faq-arrow{transform:rotate(180deg);color:var(--lime)}.faq-a{padding:0 1.5rem 1.15rem;font-size:.88rem;color:var(--text-secondary);line-height:1.75}.cta-section{background:var(--bg-deep);padding:100px 0;text-align:center;position:relative;overflow:hidden}.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(210,255,4,.14) 0%,transparent 70%);pointer-events:none}.cta-headline{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900;letter-spacing:-.03em;line-height:1.1}.cta-sub{font-size:1rem;color:var(--text-secondary);margin:1.25rem auto 2.5rem;max-width:520px;line-height:1.7}.cta-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.cta-note{margin-top:1.25rem;font-size:.8rem;color:var(--text-muted)}.footer{background:var(--bg-deep);border-top:1px solid var(--border);padding:60px 0 32px}.footer-main{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.footer-logo-icon{width:32px;height:32px;background:var(--lime);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.footer-logo-text{font-size:1rem;font-weight:800;letter-spacing:-.03em}.footer-logo-text span{color:var(--lime)}.footer-brand-desc{font-size:.85rem;color:var(--text-muted);line-height:1.7;max-width:260px}.footer-social{display:flex;gap:10px;margin-top:1.25rem}.footer-social-link{width:34px;height:34px;border-radius:8px;background:var(--bg-card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--text);transition:all var(--transition)}.footer-social-link:hover{border-color:var(--lime);color:var(--lime);background:#d2ff0414}.footer-col h4{font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-link{font-size:.85rem;color:var(--text-muted);transition:color var(--transition)}.footer-link:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom-text{font-size:.82rem;color:var(--text-muted)}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{font-size:.82rem;color:var(--text-muted);transition:color var(--transition)}.footer-bottom-links a:hover{color:var(--text)}@media (max-width: 900px){.footer-main{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.footer-main{grid-template-columns:1fr}}.contact-back-link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;transition:color var(--transition)}.contact-back-link:hover{color:var(--lime)}.contact-hero{background:var(--bg-deep);border-bottom:1px solid var(--border);padding:4rem 0 3.5rem;position:relative;overflow:hidden}.contact-hero-glow{position:absolute;top:-80px;left:30%;width:600px;height:400px;background:radial-gradient(ellipse,rgba(210,255,4,.1) 0%,transparent 70%);pointer-events:none}.contact-hero-inner{max-width:680px}.contact-hero-title{margin-top:.5rem}.contact-why-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:2rem}.contact-why-chip{display:inline-flex;align-items:center;gap:6px;padding:.4rem 1rem;border-radius:var(--radius-full);background:#d2ff0412;border:1px solid rgba(210,255,4,.18);font-size:.82rem;font-weight:600;color:var(--text-secondary)}.contact-body{padding-top:3rem;padding-bottom:5rem;background:var(--bg-base)}.contact-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}@media (max-width: 960px){.contact-grid{grid-template-columns:1fr}}.contact-form-wrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden}.contact-form{padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.contact-form-title{font-size:1.5rem;font-weight:800;letter-spacing:-.025em}.contact-form-subtitle{font-size:.88rem;color:var(--text-muted);margin-top:-.75rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.82rem;font-weight:600;color:var(--text-secondary)}.form-group input,.form-group select,.form-group textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.9rem;color:var(--text);font-family:var(--font);outline:none;transition:border-color var(--transition),box-shadow var(--transition);width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#d2ff0480;box-shadow:0 0 0 3px #d2ff041a}.form-group select{cursor:pointer}.form-group select option{background:var(--bg-card);color:var(--text)}.form-group textarea{resize:vertical;min-height:100px}.input-error{border-color:#ef444480!important}.field-error{font-size:.75rem;color:#f87171;margin-top:2px}.form-checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:var(--text-secondary);cursor:pointer}.form-checkbox-label input[type=checkbox]{width:16px;height:16px;flex-shrink:0;accent-color:var(--lime);margin-top:2px;cursor:pointer}.contact-submit-btn{width:100%;justify-content:center}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-form-note{font-size:.8rem;color:var(--text-muted);text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.2);border-top-color:#080c0f;border-radius:50%;animation:spin .7s linear infinite}.contact-success{padding:3rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.contact-success-icon{font-size:3.5rem;margin-bottom:1rem}.contact-success h2{font-size:1.6rem;font-weight:800;letter-spacing:-.02em}.contact-success p{font-size:.95rem;color:var(--text-secondary);margin-top:.75rem;line-height:1.7;max-width:420px}.contact-sidebar{display:flex;flex-direction:column;gap:1.25rem}.contact-sidebar-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem}.contact-sidebar-title{font-size:1.05rem;font-weight:700;margin-bottom:1.5rem}.contact-steps{display:flex;flex-direction:column;gap:1.5rem}.contact-step{display:flex;gap:1rem;align-items:flex-start}.contact-step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0;margin-top:2px}.contact-step-icon-wrap{font-size:1.1rem}.contact-step h5{font-size:.88rem;font-weight:700}.contact-step p{font-size:.8rem;color:var(--text-muted);margin-top:3px;line-height:1.55}.contact-wa-card{display:flex;align-items:center;gap:12px;background:#25d36612;border:1px solid rgba(37,211,102,.25);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;cursor:pointer;transition:all var(--transition)}.contact-wa-card:hover{background:#25d3661f;border-color:#25d36673;transform:translateY(-2px);box-shadow:0 8px 24px #25d3661a}.contact-wa-icon{font-size:1.75rem;flex-shrink:0}.contact-wa-title{font-size:.92rem;font-weight:700;color:#25d366}.contact-wa-sub{font-size:.78rem;color:var(--text-muted);margin-top:3px}.contact-wa-arrow{margin-left:auto;font-size:1.1rem;color:#25d366;opacity:.7}.contact-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.contact-stat-item{background:var(--bg-surface);padding:1.1rem .75rem;text-align:center}.contact-stat-value{font-size:1.05rem;font-weight:800;color:var(--lime);letter-spacing:-.03em}.contact-stat-label{font-size:.68rem;color:var(--text-muted);margin-top:4px;line-height:1.3}
