@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--bg-white: #ffffff;--bg-slate: #f8fafc;--bg-subtle: #f1f5f9;--border-color: #e2e8f0;--border-hover: #cbd5e1;--text-dark: #0f172a;--text-body: #475569;--text-muted: #64748b;--brand-blue: #0084d6;--brand-blue-hover: #0073bc;--brand-blue-light: #e0f2fe;--brand-blue-border: rgba(0, 132, 214, .22);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .08);--shadow-modal: 0 24px 48px rgba(15, 23, 42, .16);--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--ease-smooth: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-drawer: cubic-bezier(.32, .72, 0, 1)}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background-color:var(--bg-slate);color:var(--text-dark);line-height:1.5;-webkit-font-smoothing:antialiased;scroll-padding-top:84px}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:clip}body{overflow-x:hidden;min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section-padding{padding:76px 0}.bg-alt{background-color:var(--bg-white);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.section-header-clean{max-width:720px;margin:0 auto 44px;text-align:center}.section-header-clean h2{font-size:30px;font-weight:800;color:var(--text-dark);margin-bottom:10px;letter-spacing:-.025em}.section-header-clean p{font-size:15px;color:var(--text-body)}.section-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:9999px;background:var(--brand-blue-light);border:1px solid var(--brand-blue-border);color:var(--brand-blue);font-size:12px;font-weight:600;margin-bottom:12px}h1,h2,h3,h4{color:var(--text-dark);font-weight:700;line-height:1.25}p{color:var(--text-body);font-size:14.5px}.mono-num{font-family:var(--font-mono)}.check-icon{color:var(--brand-blue);flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;border-radius:var(--radius-sm);font-weight:600;font-size:13.5px;text-decoration:none;cursor:pointer;border:none;transition:all .15s ease;font-family:inherit}.btn-primary{background:var(--brand-blue);color:#fff;box-shadow:0 2px 8px #0084d640}.btn-primary:hover{background:var(--brand-blue-hover);transform:translateY(-1px)}.btn-secondary{background:var(--bg-white);color:var(--text-dark);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--bg-subtle);border-color:var(--border-hover)}.btn-lg{padding:12px 24px;font-size:14.5px;border-radius:var(--radius-md)}.btn-block{width:100%}.navbar{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);padding:12px 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.brand-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-logo-img{height:36px;width:auto;object-fit:contain}.brand-name{font-size:19px;font-weight:800;color:var(--text-dark);letter-spacing:-.3px}.brand-name span{color:var(--brand-blue)}.nav-links{display:flex;align-items:center;gap:18px;list-style:none}.nav-links a{color:var(--text-body);text-decoration:none;font-size:13.5px;font-weight:500;transition:color .15s,font-weight .15s;padding:6px 0;position:relative}.nav-links a:hover{color:var(--brand-blue)}.nav-links a.active-link{color:var(--brand-blue);font-weight:700}.nav-links a.active-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--brand-blue);border-radius:2px}.hero-section{padding:56px 0 44px;position:relative}.hub-hero{background:radial-gradient(circle at 50% -10%,#0084d614,#fff0 70%),var(--bg-slate);border-bottom:1px solid var(--border-color);padding-bottom:70px}.hero-content-center{max-width:780px;margin:0 auto 36px;text-align:center}.hero-pill{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;border-radius:9999px;background:var(--brand-blue-light);border:1px solid var(--brand-blue-border);color:var(--brand-blue);font-size:12.5px;font-weight:600;margin-bottom:16px;box-shadow:0 2px 8px #0084d614}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#10b981;box-shadow:0 0 #10b981b3;animation:pulseGreen 2s infinite cubic-bezier(.4,0,.6,1)}@keyframes pulseGreen{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.hero-mockup-stage{max-width:1040px;margin:20px auto 0;position:relative;border-radius:var(--radius-lg);box-shadow:0 20px 45px -12px #0f172a1f,0 0 0 1px #e2e8f0e6;background:var(--bg-white);padding:16px;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-content-center h1{font-size:38px;font-weight:900;letter-spacing:-.03em;margin-bottom:14px}.hero-content-center h1 span{color:var(--brand-blue)}.hero-subtitle{font-size:16px;color:var(--text-body);max-width:620px;margin:0 auto 24px;line-height:1.6}.hero-btn-group{display:flex;justify-content:center;gap:12px;margin-bottom:28px;flex-wrap:wrap}.hero-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:18px;border-top:1px solid var(--border-color);max-width:680px;margin:0 auto}.stat-card{display:flex;align-items:center;gap:10px;text-align:left}.stat-icon{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-val{display:block;font-size:14px;font-weight:700;color:var(--text-dark)}.stat-label{display:block;font-size:11.5px;color:var(--text-muted)}.hero-mockup-wrapper{margin-top:36px}.mockup-header-intro{text-align:center;margin-bottom:14px}.mockup-header-intro h3{font-size:17px;margin-bottom:3px}.mockup-header-intro p{font-size:13px;color:var(--text-muted)}.hardware-section{padding:10px 0 30px}.hardware-box{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:24px 28px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1fr 1.2fr;gap:28px;align-items:center}.hardware-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;color:var(--brand-blue);letter-spacing:.05em;margin-bottom:6px}.hardware-main-info h2{font-size:20px;margin-bottom:8px}.hardware-main-info p{font-size:13.5px;color:var(--text-body);line-height:1.5}.hardware-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hw-item{display:flex;gap:10px;align-items:flex-start}.hw-icon{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hw-item h4{font-size:13px;color:var(--text-dark);margin-bottom:2px}.hw-item p{font-size:11.5px;color:var(--text-muted);line-height:1.35}.pos-interactive-terminal-wrapper{display:flex;flex-direction:column;gap:12px}.terminal-live-status-bar{display:flex;justify-content:space-between;align-items:center;background:var(--bg-slate);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:8px 16px;font-size:12px;flex-wrap:wrap;gap:8px}.status-indicator-group{display:flex;align-items:center;gap:14px}.live-status-pill{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:#059669}.status-meta-tag{display:inline-flex;align-items:center;gap:5px;color:var(--text-muted);font-size:11.5px;font-family:var(--font-mono)}.terminal-quick-hint{font-size:12px;color:var(--text-muted)}.scan-alert{color:var(--brand-blue);font-weight:700;animation:pulseScan .5s ease}@keyframes pulseScan{0%{transform:scale(.95);opacity:.5}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:1}}.barcode-scan-bar{display:flex;align-items:center;gap:8px;background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:4px 10px;margin-bottom:10px;transition:border-color .2s,box-shadow .2s}.barcode-scan-bar:focus-within{border-color:var(--brand-blue);box-shadow:0 0 0 3px var(--brand-blue-light)}.scan-input-icon{color:var(--brand-blue)}.barcode-live-input{border:none;background:transparent;width:100%;font-size:12px;color:var(--text-dark);font-family:inherit;outline:none}.barcode-scan-btn{background:var(--brand-blue-light);color:var(--brand-blue);border:1px solid var(--brand-blue-border);border-radius:4px;font-size:11px;font-weight:700;padding:3px 8px;cursor:pointer;white-space:nowrap;transition:all .15s}.barcode-scan-btn:hover{background:var(--brand-blue);color:#fff}.pos-preview-container{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow-md)}.thermal-paper.printing-feed{animation:feedPaper .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes feedPaper{0%{transform:translateY(-8px);opacity:.7}to{transform:translateY(0);opacity:1}}.pos-terminal-card{background:var(--bg-slate);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column}.terminal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid var(--border-color);margin-bottom:10px}.terminal-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--text-dark)}.cashier-badge{font-size:11px;color:var(--brand-blue);background:var(--brand-blue-light);padding:2px 8px;border-radius:4px;font-weight:600}.category-filter-chips{display:flex;gap:5px;margin-bottom:8px;flex-wrap:wrap}.cat-chip{background:var(--bg-white);border:1px solid var(--border-color);color:var(--text-body);padding:3px 9px;border-radius:4px;font-size:11.5px;font-weight:600;cursor:pointer;transition:all .15s}.cat-chip.active{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}.items-selector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:6px;margin-bottom:10px;max-height:120px;overflow-y:auto}.selector-item-btn{background:var(--bg-white);border:1px solid var(--border-color);border-radius:4px;padding:5px 7px;text-align:left;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:all .15s;font-family:inherit}.selector-item-btn:hover{border-color:var(--brand-blue);background:var(--brand-blue-light)}.selector-item-btn .item-title{font-size:10.5px;font-weight:600;color:var(--text-dark);line-height:1.2;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.selector-item-btn .item-price{font-size:10.5px;font-weight:700;color:var(--brand-blue);font-family:var(--font-mono)}.cart-table-wrapper{background:var(--bg-white);border:1px solid var(--border-color);border-radius:4px;max-height:180px;overflow-y:auto;margin-bottom:10px}.pos-cart-table{width:100%;border-collapse:collapse;font-size:11.5px}.pos-cart-table th{background:var(--bg-subtle);padding:5px 7px;color:var(--text-muted);border-bottom:1px solid var(--border-color);text-align:left;font-weight:600}.pos-cart-table td{padding:5px 7px;border-bottom:1px solid var(--bg-subtle)}.cart-line-name{font-weight:600;color:var(--text-dark)}.cart-line-code{font-size:9.5px;color:var(--text-muted);font-family:var(--font-mono)}.line-qty-box{display:inline-flex;align-items:center;border:1px solid var(--border-color);border-radius:3px}.line-qty-box button{background:var(--bg-slate);border:none;padding:2px 5px;cursor:pointer;display:flex;align-items:center}.line-qty-box span{padding:0 5px;font-size:10.5px;font-weight:700;font-family:var(--font-mono)}.line-del-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center}.line-del-btn:hover{color:var(--text-dark)}.terminal-bottom-panel{background:var(--bg-white);border:1px solid var(--border-color);border-radius:4px;padding:8px 10px}.calc-summary-line{display:flex;justify-content:space-between;font-size:11.5px;color:var(--text-body);padding-bottom:6px;border-bottom:1px solid var(--border-color);margin-bottom:6px}.discount-inline-box{width:48px;padding:1px 3px;border:1px solid var(--border-color);border-radius:2px;font-size:11px;font-family:var(--font-mono);margin-left:3px;text-align:right}.terminal-checkout-row{display:flex;justify-content:space-between;align-items:center}.net-payable-label{font-size:10.5px;color:var(--text-muted);display:block}.net-payable-val{font-size:17px;font-weight:800;color:var(--brand-blue);font-family:var(--font-mono)}.thermal-paper-full-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px}.receipt-width-selector{display:inline-flex;background:#e2e8f0;padding:4px;border-radius:8px;gap:4px}.receipt-width-btn{padding:6px 14px;font-size:12px;font-weight:700;border-radius:6px;border:none;background:transparent;color:#64748b;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.receipt-width-btn:hover{color:#0f172a}.receipt-width-btn.active{background:#fff;color:#0284c7;box-shadow:0 1px 3px #0000001a}.thermal-paper{background:#fff;border:1px solid #cbd5e1;border-radius:3px;box-shadow:0 16px 36px -8px #0f172a2e,0 0 0 1px #0f172a0a;font-family:Courier New,Courier,monospace;color:#111827;position:relative;transition:max-width .25s ease,padding .25s ease}.thermal-paper:before,.thermal-paper:after{content:"";display:block;height:6px;background:radial-gradient(circle,transparent,transparent 50%,#ffffff 50%,#ffffff 100%);background-size:8px 6px;position:absolute;left:0;right:0;pointer-events:none}.thermal-paper:before{top:-6px;transform:rotate(180deg)}.thermal-paper:after{bottom:-6px}.thermal-paper.paper-80mm{width:100%;max-width:330px;padding:16px 14px;font-size:10px;line-height:1.35}.thermal-paper.paper-58mm{width:100%;max-width:240px;padding:12px 10px;font-size:8.5px;line-height:1.3}.receipt-head{text-align:center}.receipt-shop-name{font-size:12px;font-weight:800;margin-bottom:2px;letter-spacing:-.2px}.paper-58mm .receipt-shop-name{font-size:10.5px}.receipt-sub-txt{font-size:9px;color:#4b5563}.paper-58mm .receipt-sub-txt{font-size:8px}.dashed-separator{text-align:center;color:#6b7280;font-size:9px;margin:4px 0;overflow:hidden;white-space:nowrap;letter-spacing:1px}.receipt-meta-row{display:grid;grid-template-columns:1fr 1fr;font-size:9px;row-gap:2px}.paper-58mm .receipt-meta-row{font-size:8px}.thermal-table{width:100%;border-collapse:collapse;font-size:9px}.paper-58mm .thermal-table{font-size:8px}.th-item-title{font-weight:700;margin-top:3px;color:#0f172a}.th-item-calc{display:flex;justify-content:space-between;color:#374151}.receipt-math-box{display:flex;flex-direction:column;gap:2px;font-size:9.5px}.paper-58mm .receipt-math-box{font-size:8px}.r-math-row{display:flex;justify-content:space-between}.r-math-row.total-highlight{font-weight:800;font-size:11px;padding:3px 0;border-top:1px dashed #000000;border-bottom:1px dashed #000000;margin:3px 0;color:#000}.paper-58mm .r-math-row.total-highlight{font-size:9.5px}.receipt-foot{text-align:center;margin-top:6px}.barcode-visual{font-size:12px;letter-spacing:1.5px;font-weight:800}.paper-58mm .barcode-visual{font-size:9px;letter-spacing:1px}.barcode-text{font-size:8px;margin-bottom:4px}.policy-note{font-size:8px;color:#4b5563;margin-bottom:4px;line-height:1.3}.paper-58mm .policy-note{font-size:7.5px}.thanks-note{font-weight:700;font-size:9px;letter-spacing:.5px}.paper-58mm .thanks-note{font-size:8px}.powered-note{font-size:8px;color:#6b7280}.filter-chip-row{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:28px}.filter-chip-btn{background:var(--bg-white);border:1px solid var(--border-color);color:var(--text-body);padding:6px 14px;border-radius:9999px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s}.filter-chip-btn:hover{border-color:var(--border-hover);background:var(--bg-subtle)}.filter-chip-btn.active{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}.business-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px}.biz-card-clean{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:space-between;transition:transform .15s,border-color .15s}.biz-card-clean:hover{transform:translateY(-2px);border-color:var(--brand-blue)}.biz-card-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.biz-icon-circle{width:38px;height:38px;border-radius:var(--radius-sm);background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.biz-card-top h3{font-size:15px;font-weight:700;color:var(--text-dark)}.biz-tagline-text{font-size:12.5px;color:var(--text-body);line-height:1.45;margin-bottom:12px}.biz-features-summary{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.biz-feat-item{display:flex;align-items:flex-start;gap:6px;font-size:11.5px;color:var(--text-body)}.biz-card-action{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid var(--border-color)}.btn-view-details{background:none;border:none;color:var(--brand-blue);font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px}.btn-view-details:hover{text-decoration:underline}.btn-quick-select{background:var(--bg-subtle);border:1px solid var(--border-color);color:var(--text-dark);padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer}.btn-quick-select:hover{background:var(--brand-blue-light);color:var(--brand-blue)}.case-study-grid-clean{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.case-card-clean{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:22px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:space-between}.case-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.case-cat-pill{background:var(--brand-blue-light);color:var(--brand-blue);font-size:11px;font-weight:700;padding:3px 9px;border-radius:9999px;text-transform:uppercase}.case-read-time{display:flex;align-items:center;gap:4px;font-size:11.5px;color:var(--text-muted)}.case-card-clean h3{font-size:16.5px;margin-bottom:10px;color:var(--text-dark);line-height:1.35}.case-loss-box{display:flex;justify-content:space-between;align-items:center;background:var(--bg-slate);border:1px solid var(--border-color);padding:7px 12px;border-radius:var(--radius-sm);margin-bottom:10px}.loss-tag-label{font-size:11.5px;color:var(--text-muted);font-weight:600}.loss-tag-val{font-size:13.5px;font-weight:800;color:var(--text-dark);font-family:var(--font-mono)}.case-card-summary{font-size:13px;color:var(--text-body);line-height:1.5;margin-bottom:14px}.case-card-foot{padding-top:10px;border-top:1px solid var(--border-color)}.btn-read-study{background:none;border:none;color:var(--brand-blue);font-size:12.5px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px}.btn-read-study:hover{text-decoration:underline}.calc-card-clean{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:30px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.calc-controls-col{display:flex;flex-direction:column;gap:20px}.control-group{display:flex;flex-direction:column}.control-label-row{display:flex;justify-content:space-between;margin-bottom:6px}.ctrl-title{font-size:13.5px;font-weight:600;color:var(--text-dark)}.ctrl-val{font-size:13.5px;font-weight:700;color:var(--brand-blue);font-family:var(--font-mono)}.clean-range-slider{width:100%;height:5px;background:var(--border-color);border-radius:3px;outline:none;accent-color:var(--brand-blue);cursor:pointer}.range-hints{display:flex;justify-content:space-between;font-size:10.5px;color:var(--text-muted);margin-top:3px}.calc-note{display:flex;gap:8px;align-items:flex-start;font-size:11.5px;color:var(--text-muted);line-height:1.4;background:var(--bg-slate);padding:8px 12px;border-radius:var(--radius-sm)}.calc-results-col{background:var(--bg-slate);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:20px}.calc-results-col h4{font-size:14.5px;margin-bottom:12px;color:var(--text-dark)}.calc-line-item{display:flex;justify-content:space-between;font-size:12px;color:var(--text-body);padding:6px 0;border-bottom:1px solid var(--border-color)}.calc-total-box{margin-top:12px;padding-top:10px;border-top:2px solid var(--border-color)}.total-row{display:flex;justify-content:space-between;align-items:center}.total-row .total-lbl{font-size:13px;font-weight:700;color:var(--text-dark)}.total-row .total-amt{font-size:19px;font-weight:800;color:var(--brand-blue);font-family:var(--font-mono)}.total-row.sub{margin-top:4px}.total-row.sub .total-amt-sub{font-size:14px;font-weight:700;color:var(--text-muted);font-family:var(--font-mono)}.features-grid-clean{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feat-card-clean{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:22px;box-shadow:var(--shadow-sm)}.feat-icon-box{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.feat-card-clean h3{font-size:15.5px;margin-bottom:6px;color:var(--text-dark)}.feat-card-clean p{font-size:13px;color:var(--text-body);line-height:1.5}.pricing-toggle-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:36px}.pricing-segmented-ctrl{display:inline-flex;background:#f1f5f9;padding:5px;border-radius:9999px;border:1px solid #e2e8f0;gap:4px;box-shadow:0 1px 3px #0f172a0a}.pricing-segment-btn{padding:10px 22px;font-size:13.5px;font-weight:700;border-radius:9999px;border:none;background:transparent;color:#64748b;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.pricing-segment-btn:hover{color:#0f172a}.pricing-segment-btn.active{background:#fff;color:#0284c7;box-shadow:0 4px 14px #0f172a14}.pricing-segment-btn .segment-badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:9999px;background:#eff6ff;color:#0284c7;border:1px solid #bfdbfe}.pricing-segment-btn.active .segment-badge{background:#0284c7;color:#fff;border-color:#0284c7}.pricing-service-tag{display:inline-flex;align-items:center;gap:6px;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:4px 10px;border-radius:6px;font-size:11.5px;font-weight:600;margin-top:10px;line-height:1.3}.service-explainer-banner{background:#fff;border:1px solid #e2e8f0;border-left:4px solid var(--brand-blue);border-radius:14px;padding:24px 28px;margin-top:36px;display:flex;align-items:flex-start;gap:18px;box-shadow:0 2px 8px #0f172a0a}.service-explainer-icon{width:42px;height:42px;border-radius:10px;background:#eff6ff;color:var(--brand-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-explainer-text h4{font-size:16px;font-weight:800;color:#0f172a;margin-bottom:6px}.service-explainer-text p{font-size:13.5px;color:#64748b;line-height:1.6;margin:0}.pricing-grid-clean{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;align-items:stretch}.pricing-card-clean{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:36px 30px;box-shadow:0 2px 8px #0f172a0a;display:flex;flex-direction:column;justify-content:space-between;position:relative;cursor:pointer;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s ease}.pricing-card-clean:hover{transform:translateY(-6px);box-shadow:0 20px 35px -5px #0f172a14,0 10px 10px -5px #0f172a05;border-color:#0084d6}.pricing-card-clean.featured{border:2px solid #0084d6;box-shadow:0 12px 30px #2563eb1f;padding-top:44px}.popular-pill{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#0084d6;color:#fff;font-size:11px;font-weight:700;padding:5px 18px;border-radius:9999px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;box-shadow:0 4px 12px #2563eb59;z-index:2}.pricing-top{margin-bottom:24px}.pricing-top h3{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:6px;letter-spacing:-.02em}.pricing-sub{font-size:13.5px;color:#64748b;margin-bottom:18px;line-height:1.5;min-height:40px}.pricing-rate{font-size:32px;font-weight:800;color:#0f172a;letter-spacing:-.03em;display:flex;align-items:baseline;gap:8px}.pricing-rate span{font-size:13px;color:#64748b;font-weight:500}.pricing-feat-list{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:32px;padding-top:20px;border-top:1px solid #f1f5f9}.pricing-feat-list li{font-size:13.5px;color:#334155;display:flex;align-items:flex-start;gap:10px;line-height:1.45}.pricing-feat-list li .check-icon{color:#0084d6;flex-shrink:0;margin-top:2px}.contact-layout-clean{display:grid;grid-template-columns:1fr 1.2fr;gap:36px;align-items:flex-start}.contact-info-col h2{font-size:26px;margin-bottom:10px}.contact-info-col p{font-size:14.5px;margin-bottom:20px}.contact-channel-list{display:flex;flex-direction:column;gap:12px}.channel-item{display:flex;align-items:center;gap:14px;background:var(--bg-white);border:1px solid #e2e8f0;padding:13px 18px;border-radius:12px;box-shadow:0 2px 6px #0f172a05;transition:all .2s cubic-bezier(.16,1,.3,1)}.channel-item.clickable-channel:hover{border-color:var(--brand-blue);box-shadow:0 8px 22px -4px #0084d61f;transform:translate(4px)}.channel-icon{width:40px;height:40px;border-radius:10px;background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 0 0 1px #0084d61f}.channel-label{font-size:11px;color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.03em}.channel-val{font-size:14.5px;font-weight:700;color:var(--text-dark)}.form-card-clean{background:var(--bg-white);border:1px solid #e2e8f0;border-radius:18px;padding:32px 34px 28px;box-shadow:0 20px 45px -12px #0084d61a,0 4px 16px #0f172a0a;position:relative;overflow:hidden;transition:all .25s ease}.form-card-clean:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0084d6,#38bdf8,#0084d6)}.form-card-header{margin-bottom:22px}.form-card-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 13px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#0284c7;font-size:11.5px;font-weight:700;letter-spacing:.02em;margin-bottom:10px}.live-dot-pulse{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 #10b981b3;animation:pulse-green 2s infinite}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.form-card-clean h3{font-size:21px;font-weight:800;color:var(--text-dark);letter-spacing:-.02em;margin-bottom:6px;line-height:1.25}.form-card-clean p{font-size:13.5px;color:var(--text-muted);line-height:1.5;margin-bottom:0}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-field label{font-size:12.5px;font-weight:600;color:#334155;display:flex;align-items:center;justify-content:space-between}.form-field label .req-star{color:#ef4444;margin-left:2px}.input-icon-wrapper{position:relative;display:flex;align-items:center;width:100%}.input-icon-wrapper .field-lead-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none;transition:color .15s ease;z-index:2}.input-icon-wrapper.textarea-wrapper .field-lead-icon{top:14px;transform:none}.input-icon-wrapper:focus-within .field-lead-icon{color:var(--brand-blue)}.form-field input,.form-field select,.form-field textarea{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;color:#0f172a;font-size:13.5px;font-family:inherit;outline:none;transition:all .18s ease;width:100%}.input-icon-wrapper input,.input-icon-wrapper select,.input-icon-wrapper textarea{padding-left:38px!important}.form-field input::placeholder,.form-field textarea::placeholder{color:#94a3b8;font-weight:400}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:#cbd5e1;background:#fff}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--brand-blue);background:#fff;box-shadow:0 0 0 3.5px #0084d624}.form-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230084d6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px 16px;padding-right:40px!important;cursor:pointer}.form-submit-btn{width:100%;height:48px;border-radius:10px;background:linear-gradient(135deg,#0084d6,#006eb8);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;box-shadow:0 6px 20px -3px #0084d666;transition:all .2s cubic-bezier(.16,1,.3,1);margin-top:6px}.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px -3px #0084d680;background:linear-gradient(135deg,#0294ee,#0076c4)}.form-submit-btn:active{transform:translateY(0)}.form-trust-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:16px;padding-top:14px;border-top:1px dashed #e2e8f0}.trust-pill-item{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#64748b}.trust-pill-divider{color:#cbd5e1;font-size:11px}.form-success-banner{display:flex;align-items:flex-start;gap:8px;background:var(--brand-blue-light);border:1px solid var(--brand-blue-border);color:var(--brand-blue-hover);padding:10px 14px;border-radius:var(--radius-sm);font-size:12.5px;font-weight:600;margin-bottom:14px}.clean-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.clean-modal-box{background:var(--bg-white);border-radius:var(--radius-lg);max-width:600px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:var(--shadow-modal);display:flex;flex-direction:column}.clean-modal-box.large{max-width:660px}.clean-modal-header{padding:18px 22px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:flex-start}.modal-title-wrap{display:flex;align-items:center;gap:12px}.modal-title-wrap h3{font-size:17px}.modal-sub-badge{font-size:11px;color:var(--text-muted);font-family:var(--font-mono)}.modal-close-icon{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;display:flex}.modal-close-icon:hover{color:var(--text-dark)}.clean-modal-body{padding:20px 22px;display:flex;flex-direction:column;gap:16px}.modal-section-block h4{font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:6px}.modal-section-block p{font-size:13.5px;color:var(--text-body);line-height:1.5}.modal-feature-list{display:flex;flex-direction:column;gap:6px}.modal-feat-row{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--text-body)}.receipt-detail-note{background:var(--bg-slate);border-left:3px solid var(--brand-blue);padding:8px 12px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:13px}.case-loss-banner{background:var(--bg-slate);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:14px 18px;display:flex;justify-content:space-between;align-items:center}.loss-stat-left .banner-sub{font-size:11px;text-transform:uppercase;color:var(--text-muted);font-weight:700;display:block}.loss-stat-left .banner-main{font-size:20px;font-weight:800;color:var(--text-dark);font-family:var(--font-mono)}.loss-stat-right{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.clean-breakdown-table{width:100%;border-collapse:collapse;font-size:12.5px;margin-top:4px}.clean-breakdown-table th{text-align:left;padding:6px 8px;background:var(--bg-slate);border-bottom:1px solid var(--border-color);color:var(--text-muted)}.clean-breakdown-table td{padding:6px 8px;border-bottom:1px solid var(--border-color)}.takeaway-callout{display:flex;gap:10px;background:var(--brand-blue-light);border:1px solid var(--brand-blue-border);padding:12px 14px;border-radius:var(--radius-sm);font-size:13px;color:var(--brand-blue-hover);line-height:1.45}.takeaway-icon{color:var(--brand-blue);flex-shrink:0;margin-top:2px}.clean-modal-footer{padding:14px 22px;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:10px;background:var(--bg-slate)}.site-footer,.site-footer-clean{background:#fff;color:#475569;border-top:1px solid #e2e8f0;padding:56px 0 28px;font-size:13.5px;width:100%}.site-footer-clean .container{max-width:1200px}.footer-cols-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}.footer-logo-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.footer-logo-img{height:28px;width:auto}.footer-brand-title{font-weight:800;color:#0f172a;font-size:18px;letter-spacing:-.3px}.footer-desc{font-size:13px;color:#64748b;line-height:1.6}.footer-nav-col h4{font-size:13.5px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}.footer-nav-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-nav-col ul li a{color:#64748b;text-decoration:none;font-size:13px;transition:color .15s}.footer-nav-col ul li a:hover{color:#0284c7}.footer-pill-inline{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;border:1px solid #bfdbfe;color:#0084d6;padding:4px 12px;border-radius:9999px;font-size:11.5px;font-weight:600}.footer-contact-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.footer-contact-item{display:flex;align-items:center;gap:8px;font-size:13px;text-decoration:none;color:#334155;transition:color .15s ease}.footer-contact-item.whatsapp-link{color:#16a34a;font-weight:600}.footer-contact-item.whatsapp-link:hover{color:#15803d}.footer-contact-item.email-link{color:#334155}.footer-contact-item.email-link:hover{color:#0284c7}.footer-contact-item.info-text{color:#64748b;font-size:12px}.footer-brand-title span{color:var(--brand-blue)}.footer-col-title{font-size:13.5px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}.footer-link-list{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-link-list li a{color:#64748b;text-decoration:none;font-size:13px;transition:color .15s}.footer-link-list li a:hover{color:#0284c7}.footer-link-highlight{color:var(--brand-blue)!important;font-weight:600}.footer-link-highlight:hover{text-decoration:underline}.footer-contact-hint{font-size:12px;color:#94a3b8;margin-bottom:14px;line-height:1.5}.footer-cta-btn{font-size:12px;padding:8px 14px}.footer-bottom-bar{border-top:1px solid #e2e8f0;margin-top:32px;padding-top:24px;text-align:center}.footer-bottom-bar p{font-size:13px;color:#94a3b8}.footer-powered{font-size:11px!important;color:#cbd5e1!important;margin-top:4px}@media (max-width: 768px){.footer-cols-grid{grid-template-columns:1fr;gap:28px}}.features-grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.feature-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px 24px;box-shadow:0 1px 3px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.feature-item-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a14}.feature-icon-wrapper{width:48px;height:48px;background:#eff6ff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-item-card h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:10px}.feature-item-card p{font-size:14px;color:#475569;line-height:1.6}.catalog-toolbar{margin-bottom:36px;display:flex;flex-direction:column;gap:20px}.search-bar-clean{position:relative;display:flex;align-items:center;max-width:720px;margin:0 auto;width:100%}.search-bar-clean .search-icon{position:absolute;left:18px;color:#94a3b8;pointer-events:none}.search-input-field{width:100%;padding:16px 48px;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;font-size:15px;color:#0f172a;outline:none;box-shadow:0 2px 6px #0f172a0a;transition:border-color .2s,box-shadow .2s}.search-input-field:focus{border-color:#0084d6;box-shadow:0 0 0 4px #2563eb1a}.clear-search-btn{position:absolute;right:18px;background:none;border:none;color:#64748b;font-size:13px;font-weight:600;cursor:pointer}.clear-search-btn:hover{color:#0f172a}.filter-tabs-bar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.filter-tab-btn{background:#fff;border:1px solid #e2e8f0;color:#475569;font-size:13.5px;font-weight:600;padding:8px 18px;border-radius:9999px;cursor:pointer;transition:all .15s ease}.filter-tab-btn:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.filter-tab-btn.active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 2px 8px #0f172a33}.business-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.business-card-clean{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px 24px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 3px #0f172a08;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.business-card-clean:hover{transform:translateY(-4px);box-shadow:0 16px 28px #0f172a14;border-color:#0084d6}.business-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.business-icon-box{width:44px;height:44px;background:#eff6ff;color:#0084d6;border-radius:12px;display:flex;align-items:center;justify-content:center}.business-tag-pill{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:4px 12px;border-radius:9999px;background:#f1f5f9;color:#475569}.business-title{font-size:19px;font-weight:700;color:#0f172a;margin-bottom:6px;letter-spacing:-.01em}.business-tagline{font-size:13px;color:#64748b;line-height:1.5;margin-bottom:18px}.business-features-preview{margin-bottom:18px;padding-top:14px;border-top:1px solid #f1f5f9}.business-features-preview h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:10px}.business-features-preview ul{list-style:none;display:flex;flex-direction:column;gap:8px}.business-features-preview ul li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#334155;line-height:1.4}.check-bullet{color:#0084d6;flex-shrink:0;margin-top:2px}.loss-badge-preview{background:#eff6ff;border:1px solid #dbeafe;color:#1e40af;font-size:12px;padding:10px 14px;border-radius:10px;margin-bottom:20px;line-height:1.45}.business-card-actions{margin-top:auto}.empty-search-state{text-align:center;padding:60px 20px;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;color:#64748b}.empty-search-state p{margin-bottom:16px;font-size:16px}.desktop-only{display:flex}.mobile-toggle-btn{display:none;background:none;border:none;color:var(--text-dark);cursor:pointer;padding:6px;border-radius:var(--radius-sm)}.mobile-nav-drawer{position:absolute;top:100%;left:0;width:100%;background:#fff;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:20px 0 24px;z-index:99}.mobile-nav-inner{display:flex;flex-direction:column;gap:16px}.mobile-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--brand-blue-light);color:var(--brand-blue);font-size:11.5px;font-weight:700;border-radius:9999px;align-self:flex-start}.mobile-nav-list{list-style:none;display:flex;flex-direction:column;gap:8px}.mobile-link{display:block;padding:10px 14px;font-size:15px;font-weight:600;color:var(--text-dark);text-decoration:none;border-radius:var(--radius-sm);transition:all .15s ease}.mobile-link:hover,.mobile-link.active{background:var(--bg-slate);color:var(--brand-blue)}.mobile-drawer-cta{display:flex;flex-direction:column;gap:10px;padding-top:12px;border-top:1px solid var(--border-color)}.mobile-contact-quick{font-size:12px;color:var(--text-muted);text-align:center}.page-header-section{padding:56px 0 40px;background:linear-gradient(180deg,#ffffff 0%,var(--bg-slate) 100%);border-bottom:1px solid var(--border-color);text-align:center}.page-header-content{max-width:800px;margin:0 auto}.page-header-content h1{font-size:34px;font-weight:800;color:var(--text-dark);letter-spacing:-.025em;margin-bottom:12px}.page-header-subtitle{font-size:16px;color:var(--text-body);line-height:1.6}.section-cta-banner{padding:36px 0}.cta-banner-card{background:#0f172a;border-radius:var(--radius-lg);padding:36px 40px;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:var(--shadow-lg)}.cta-pill{display:inline-block;background:#0084d640;color:#38bdf8;border:1px solid rgba(56,189,248,.3);font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:9999px;margin-bottom:8px;text-transform:uppercase}.cta-banner-text h3{font-size:22px;color:#fff;margin-bottom:6px}.cta-banner-text p{font-size:14px;color:#94a3b8;max-width:620px}.guarantees-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.guarantee-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:24px 20px;transition:transform .2s,box-shadow .2s}.guarantee-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--border-hover)}.guarantee-icon{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.guarantee-card h4{font-size:15.5px;margin-bottom:8px}.guarantee-card p{font-size:13px;color:var(--text-body);line-height:1.5}.faq-accordion-clean{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item-clean{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;transition:border-color .15s}.faq-item-clean.active{border-color:var(--brand-blue)}.faq-question-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:none;border:none;text-align:left;font-size:15px;font-weight:700;color:var(--text-dark);cursor:pointer;font-family:inherit}.faq-arrow-icon{color:var(--text-muted);transition:transform .2s;flex-shrink:0}.faq-item-clean.active .faq-arrow-icon{transform:rotate(180deg);color:var(--brand-blue)}.faq-answer-content{padding:0 20px 16px;font-size:14px;color:var(--text-body);line-height:1.6}.catalog-toolbar-section{padding:24px 0 12px}.toolbar-wrapper{display:flex;flex-direction:column;gap:14px;margin-bottom:14px}.search-input-box{position:relative;width:100%}.search-input-box input{width:100%;padding:12px 42px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:14px;background:var(--bg-white);color:var(--text-dark);font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.search-input-box input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px #0084d626}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.clear-search-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px}.filter-pill-row{display:flex;flex-wrap:wrap;gap:8px}.filter-pill-btn{background:var(--bg-white);border:1px solid var(--border-color);padding:7px 14px;border-radius:9999px;font-size:13px;font-weight:600;color:var(--text-body);cursor:pointer;transition:all .15s;font-family:inherit}.filter-pill-btn:hover{border-color:var(--brand-blue);color:var(--brand-blue)}.filter-pill-btn.active{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}.catalog-status-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-muted);padding-bottom:8px}.search-query-indicator{font-style:italic;color:var(--brand-blue)}.verticals-grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.vertical-card-clean{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:22px;display:flex;flex-direction:column;transition:all .2s ease}.vertical-card-clean:hover{transform:translateY(-3px);border-color:var(--border-hover);box-shadow:var(--shadow-md)}.vertical-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vertical-icon-badge{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center}.vertical-industry-tag{font-size:10.5px;font-weight:700;letter-spacing:.5px;background:var(--bg-subtle);color:var(--text-muted);padding:3px 8px;border-radius:4px}.vertical-title{font-size:17px;font-weight:700;margin-bottom:6px}.vertical-tagline{font-size:13px;color:var(--text-body);line-height:1.45;margin-bottom:14px;min-height:38px}.vertical-features-box{background:var(--bg-slate);border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:12px}.feat-box-title{display:block;font-size:11px;font-weight:700;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.vertical-feat-list{list-style:none;display:flex;flex-direction:column;gap:5px}.vertical-feat-list li{display:flex;align-items:flex-start;gap:6px;font-size:12px;color:var(--text-body)}.vertical-receipt-hint{display:flex;align-items:flex-start;gap:6px;font-size:11.5px;color:var(--text-muted);margin-bottom:16px;margin-top:auto;line-height:1.4}.vertical-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:12px;border-top:1px solid var(--border-color)}.btn-sm{padding:7px 10px;font-size:12px}.empty-search-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-search-state h3{margin:12px 0 6px;color:var(--text-dark)}.empty-search-state p{margin-bottom:18px}.comparison-table-wrapper{overflow-x:auto;background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.feature-matrix-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.feature-matrix-table th{background:var(--bg-slate);padding:12px 14px;font-weight:700;color:var(--text-dark);border-bottom:1px solid var(--border-color);white-space:nowrap}.feature-matrix-table td{padding:12px 14px;border-bottom:1px solid var(--border-color);color:var(--text-body);white-space:nowrap}.feature-matrix-table tr:last-child td{border-bottom:none}.text-success{color:#10b981}.text-danger{color:#ef4444}.modal-icon-header{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center}.modal-feature-pills-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.modal-feat-pill{display:flex;align-items:center;gap:8px;background:var(--bg-slate);padding:8px 12px;border-radius:var(--radius-sm);font-size:12.5px;color:var(--text-dark)}.receipt-preview-terminal-box{background:#1e293b;border-radius:var(--radius-md);padding:18px;display:flex;justify-content:center}.receipt-paper-sample{background:#fff;color:#0f172a;width:290px;padding:16px 14px;font-family:var(--font-mono);font-size:11px;border-radius:4px;box-shadow:0 4px 16px #00000040;line-height:1.4}.sample-receipt-head{text-align:center;display:flex;flex-direction:column;gap:2px}.sample-shop-name{font-weight:800;font-size:13px}.sample-shop-sub{font-size:10px;color:#64748b}.sample-shop-meta{font-size:9.5px;color:#64748b;margin-top:4px}.sample-dashed-line{border-top:1px dashed #cbd5e1;margin:8px 0}.sample-receipt-table{width:100%;border-collapse:collapse}.sample-receipt-table th{text-align:left;font-size:10px;padding-bottom:4px;color:#64748b}.sample-receipt-table td{font-size:10.5px;padding:3px 0}.sample-receipt-total-row{display:flex;justify-content:space-between;font-weight:800;font-size:13px}.sample-receipt-foot{text-align:center;font-size:9.5px;color:#64748b}.loss-metrics-banner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.loss-metric-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:24px;text-align:center;box-shadow:var(--shadow-sm)}.loss-metric-card .metric-num{font-size:32px;font-weight:900;color:var(--brand-blue);font-family:var(--font-mono);display:block;margin-bottom:4px}.loss-metric-card .metric-title{font-size:15px;font-weight:700;color:var(--text-dark);display:block;margin-bottom:8px}.loss-metric-card p{font-size:13px;color:var(--text-body)}.silent-leaks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:960px;margin:0 auto}.silent-leak-item{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:20px;display:flex;gap:14px}.leak-num-badge{font-family:var(--font-mono);font-size:18px;font-weight:900;color:var(--brand-blue);background:var(--brand-blue-light);width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.silent-leak-item h4{font-size:15px;margin-bottom:4px}.silent-leak-item p{font-size:13px;color:var(--text-body);line-height:1.5}.audit-tool-box{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;max-width:1040px;margin:0 auto}.audit-checklist-col{display:flex;flex-direction:column;gap:10px}.audit-check-item{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:12px 14px;display:flex;align-items:flex-start;gap:10px;cursor:pointer;transition:all .15s}.audit-check-item.checked{border-color:#ef4444;background:#fef2f2}.audit-check-item input[type=checkbox]{margin-top:3px;accent-color:#ef4444}.audit-q-text{font-size:13px;color:var(--text-dark);line-height:1.45}.audit-score-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-md);position:sticky;top:90px}.score-badge-title{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--text-muted)}.audit-score-card h3{font-size:20px;margin:6px 0 10px}.score-count-pill{display:inline-block;background:var(--bg-slate);border:1px solid var(--border-color);padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:700;color:var(--text-dark);margin-bottom:12px}.score-desc{font-size:13.5px;color:var(--text-body);line-height:1.5;margin-bottom:18px}.score-action-box{display:flex;flex-direction:column;gap:10px}.calc-select-input{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:13.5px;background:var(--bg-white);color:var(--text-dark);font-family:inherit;margin-top:4px}.trade-profile-hint{display:flex;align-items:flex-start;gap:6px;font-size:11.5px;color:var(--brand-blue);margin-top:6px;background:var(--brand-blue-light);padding:6px 10px;border-radius:var(--radius-sm)}.recovery-stat-banner{background:var(--brand-blue-light);border:1px solid var(--brand-blue-border);border-radius:var(--radius-md);padding:14px 18px;margin-top:14px;display:flex;justify-content:space-between;align-items:center}.rec-left .rec-sub{font-size:11.5px;color:var(--brand-blue);font-weight:600;display:block}.rec-left .rec-amt{font-size:18px;font-weight:800;color:var(--brand-blue-hover)}.payback-tag{background:#10b981;color:#fff;font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:9999px;white-space:nowrap}.horizon-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:960px;margin:0 auto}.horizon-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:28px;box-shadow:var(--shadow-sm)}.horizon-card.negative{border-top:4px solid #ef4444}.horizon-card.positive{border-top:4px solid #10b981}.horizon-header{margin-bottom:12px}.horizon-pill{display:inline-block;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;margin-bottom:6px}.horizon-pill.bad{background:#fef2f2;color:#ef4444}.horizon-pill.good{background:#ecfdf5;color:#10b981}.horizon-amount{font-size:26px;font-weight:900;margin-bottom:10px}.horizon-desc{font-size:13.5px;color:var(--text-body);line-height:1.5;margin-bottom:16px}.horizon-bullet-list{list-style:none;display:flex;flex-direction:column;gap:6px;font-size:12.5px;color:var(--text-body)}.horizon-bullet-list li{position:relative;padding-left:14px}.horizon-bullet-list li:before{content:"•";position:absolute;left:0;color:var(--text-muted)}.policy-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.policy-pillar-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:24px;text-align:center}.pillar-icon{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.policy-pillar-card h4{font-size:16px;margin-bottom:6px}.policy-pillar-card p{font-size:13px;color:var(--text-body)}.specs-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.spec-item-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:22px}.spec-card-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.spec-icon-badge{width:38px;height:38px;border-radius:var(--radius-sm);background:var(--brand-blue-light);color:var(--brand-blue);display:flex;align-items:center;justify-content:center}.spec-card-head h3{font-size:16px}.spec-details-row{background:var(--bg-slate);border-radius:var(--radius-sm);padding:10px 12px;display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.spec-line{display:flex;flex-direction:column;font-size:12px}.spec-lbl{font-weight:700;color:var(--text-dark)}.spec-val{color:var(--text-body)}.spec-notes{font-size:12.5px;color:var(--text-muted);line-height:1.45}.hw-tester-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:28px;max-width:860px;margin:0 auto;box-shadow:var(--shadow-sm)}.hw-tester-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.tester-field label{display:block;font-size:12.5px;font-weight:700;margin-bottom:6px;color:var(--text-dark)}.tester-field select{width:100%;padding:10px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:13px;background:var(--bg-slate);color:var(--text-dark);font-family:inherit}.hw-tester-result-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-sm);padding:18px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.verified-badge-row{display:flex;align-items:center;gap:12px}.verified-badge-row h4{font-size:15px;color:#15803d}.verified-badge-row p{font-size:12.5px;color:#166534}.tester-action-row{display:flex;align-items:center;gap:12px}.deploy-speed-tag{font-size:12px;font-weight:600;color:#166534}.workflow-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.workflow-steps-grid.steps-3-grid{grid-template-columns:repeat(3,1fr);max-width:1060px;margin:0 auto}.workflow-step-item{background:var(--bg-white);border:1px solid #e2e8f0;border-radius:16px;padding:28px 24px;position:relative;box-shadow:0 4px 14px #0f172a08;transition:all .25s cubic-bezier(.16,1,.3,1);overflow:hidden}.workflow-step-item:hover{transform:translateY(-3px);border-color:var(--brand-blue);box-shadow:0 12px 28px -6px #0084d61f}.workflow-step-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0084d6,#38bdf8);opacity:0;transition:opacity .25s ease}.workflow-step-item:hover:before{opacity:1}.step-count{font-family:var(--font-mono);font-size:26px;font-weight:900;color:var(--brand-blue);display:inline-block;margin-bottom:10px;line-height:1}.workflow-step-item h4{font-size:16.5px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.workflow-step-item p{font-size:13.5px;color:var(--text-muted);line-height:1.55;margin:0}.tco-comparison-card{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:920px;margin:0 auto}.tco-col{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:28px}.tco-col.corbiz{border-color:var(--brand-blue);box-shadow:0 4px 20px #0084d61f}.tco-badge-good{display:inline-block;background:var(--brand-blue-light);color:var(--brand-blue);font-weight:700;font-size:12px;padding:4px 10px;border-radius:9999px;margin-bottom:12px}.tco-badge-bad{display:inline-block;background:#fef2f2;color:#ef4444;font-weight:700;font-size:12px;padding:4px 10px;border-radius:9999px;margin-bottom:12px}.tco-price-big{font-size:30px;font-weight:900;color:var(--text-dark)}.tco-sub-lbl{font-size:12.5px;color:var(--text-muted);display:block;margin-bottom:16px}.tco-list{list-style:none;display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--text-body)}.tco-list li{display:flex;align-items:center;gap:8px}.clickable-channel{text-decoration:none;cursor:pointer;transition:transform .15s,background-color .15s}.clickable-channel:hover{background:var(--bg-slate);transform:translate(3px)}.channel-sub-hint{display:block;font-size:11.5px;color:var(--brand-blue);margin-top:2px}.guarantee-box-callout{background:var(--brand-blue-light);border:1px solid var(--brand-blue-border);padding:14px 16px;border-radius:var(--radius-md);display:flex;gap:12px;font-size:13px;color:var(--brand-blue-hover);line-height:1.45}.form-success-card{display:flex;flex-direction:column;gap:18px}.success-head{display:flex;align-items:center;gap:14px}.success-head h4{font-size:18px;color:#15803d}.success-head p{font-size:13px;color:var(--text-body)}.success-summary-box{background:var(--bg-slate);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:14px 16px;display:flex;flex-direction:column;gap:6px}.summary-line{display:flex;justify-content:space-between;font-size:13px;color:var(--text-body)}.success-actions{display:flex;flex-direction:column;gap:10px}@media (max-width: 992px){.desktop-only{display:none!important}.mobile-toggle-btn{display:flex}.verticals-grid-cards,.guarantees-grid,.workflow-steps-grid,.policy-pillars-grid,.loss-metrics-banner-grid{grid-template-columns:repeat(2,1fr)}.silent-leaks-grid,.audit-tool-box,.horizon-cards-grid,.specs-cards-grid,.tco-comparison-card{grid-template-columns:1fr}.cta-banner-card{flex-direction:column;text-align:center;padding:28px 20px}.modal-feature-pills-grid,.hw-tester-inputs{grid-template-columns:1fr}}@media (max-width: 600px){.verticals-grid-cards,.guarantees-grid,.workflow-steps-grid,.policy-pillars-grid,.loss-metrics-banner-grid,.vertical-card-actions{grid-template-columns:1fr}}.breadcrumbs-nav{background:var(--bg-white);border-bottom:1px solid var(--border-color);padding:10px 0;font-size:12.5px}.breadcrumbs-list{display:flex;align-items:center;flex-wrap:wrap;list-style:none;gap:6px;padding:0;margin:0}.breadcrumb-item{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted)}.breadcrumb-home-icon{color:var(--brand-blue)}.breadcrumb-link{color:var(--text-body);text-decoration:none;font-weight:500;transition:color .15s}.breadcrumb-link:hover{color:var(--brand-blue);text-decoration:underline}.breadcrumb-separator{color:#94a3b8}.breadcrumb-current{color:var(--text-dark);font-weight:600}.trust-bar-section{background:var(--bg-white);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:24px 0}.trust-bar-header{text-align:center;margin-bottom:16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.trust-badges-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}.trust-badge-item{display:inline-flex;align-items:center;gap:8px;background:var(--bg-slate);border:1px solid var(--border-color);padding:8px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:600;color:var(--text-dark)}.trust-icon{color:var(--brand-blue)}.why-corbiz-section{background:var(--bg-slate)}.why-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-pillar-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:32px 26px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s,box-shadow .2s}.why-pillar-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.pillar-icon-box{width:54px;height:54px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.pillar-icon-box.blue-box{background:var(--brand-blue-light);color:var(--brand-blue)}.pillar-icon-box.green-box{background:#dcfce7;color:#16a34a}.pillar-icon-box.orange-box{background:#ffedd5;color:#ea580c}.why-pillar-card h3{font-size:20px;font-weight:800;margin-bottom:10px;color:var(--text-dark)}.why-pillar-card p{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:20px}.pillar-metric{border-top:1px solid var(--border-color);padding-top:14px;display:flex;flex-direction:column}.pillar-metric strong{font-size:18px;font-weight:800;color:var(--text-dark);font-family:var(--font-mono)}.pillar-metric span{font-size:12px;color:var(--text-muted)}.routing-hub-section{background:var(--bg-white)}.hub-spoke-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hub-card-link{text-decoration:none;color:inherit;display:block}.hub-card{background:var(--bg-slate);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:32px;height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease-in-out}.hub-card:hover{background:var(--bg-white);border-color:var(--brand-blue);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.hub-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hub-icon-wrap{width:46px;height:46px;background:var(--brand-blue-light);color:var(--brand-blue);border-radius:10px;display:flex;align-items:center;justify-content:center}.hub-badge{font-size:11px;font-weight:700;background:#e2e8f0;color:var(--text-dark);padding:4px 10px;border-radius:9999px;text-transform:uppercase}.hub-card h3{font-size:20px;font-weight:800;margin-bottom:8px;color:var(--text-dark)}.hub-card p{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:20px}.hub-link-cta{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--brand-blue)}.interactive-tabs-container{display:flex;justify-content:center;gap:12px;margin-bottom:32px}.interactive-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-white);font-size:14px;font-weight:700;color:var(--text-body);cursor:pointer;transition:all .2s}.interactive-tab-btn:hover{border-color:var(--brand-blue);color:var(--brand-blue)}.interactive-tab-btn.active{background:var(--brand-blue);color:#fff;border-color:var(--brand-blue);box-shadow:var(--shadow-md)}@media (max-width: 992px){.why-pillars-grid,.hub-spoke-grid{grid-template-columns:1fr}.trust-badges-grid{gap:10px}.interactive-tabs-container{flex-direction:column}}.floating-whatsapp-btn{position:fixed;bottom:24px;right:24px;background:#25d366;color:#fff;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:9999px;box-shadow:0 4px 16px #25d36666;text-decoration:none;font-weight:700;font-size:14px;z-index:9999;transition:transform .2s,box-shadow .2s,background-color .2s}.floating-whatsapp-btn:hover{background:#20ba5a;transform:translateY(-3px) scale(1.03);box-shadow:0 8px 24px #25d36680;color:#fff}body.rox-open .floating-whatsapp-btn{opacity:0;pointer-events:none;transform:translateY(12px) scale(.9);transition:opacity .2s ease,transform .2s ease}@media (max-width: 600px){.floating-whatsapp-btn{bottom:16px;right:16px;padding:10px 14px;font-size:13px}}.scroll-reveal{will-change:opacity,transform;transition:opacity .7s var(--ease-smooth),transform .7s var(--ease-smooth)}.scroll-reveal.sr-up{opacity:0;transform:translateY(18px) scale(.99)}.scroll-reveal.sr-left{opacity:0;transform:translate(-20px)}.scroll-reveal.sr-right{opacity:0;transform:translate(20px)}.scroll-reveal.sr-fade{opacity:0;transform:scale(.98)}.scroll-reveal.sr-visible{opacity:1;transform:translateY(0) translate(0) scale(1)}.scroll-progress-bar-container{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none;background:#e2e8f059}.scroll-progress-bar-fill{height:100%;background:linear-gradient(90deg,#0084d6,#0284c7,#38bdf8);transition:width .1s var(--ease-out);border-radius:0 2px 2px 0}.back-to-top-button{position:fixed;bottom:28px;right:28px;width:44px;height:44px;border-radius:50%;background:#0a2540;color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:0 8px 24px #0a254047;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px) scale(.92);transition:opacity .25s var(--ease-out),transform .25s var(--ease-out),visibility .25s,background .2s,box-shadow .2s;z-index:850}.back-to-top-button.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.back-to-top-button:hover{background:#0084d6;transform:translateY(-2px) scale(1.05);box-shadow:0 12px 28px #0052cc59}.back-to-top-button:active{transform:scale(.95)}@media (max-width: 600px){.back-to-top-button{bottom:20px;right:20px;width:40px;height:40px}}.btn:active,button.btn:active{transform:scale(.975);transition:transform .12s var(--ease-out)}.stat-feature-card,.testimonial-card-pro,.pillar-item-card,.pricing-card-clean,.hw-spec-card,.feature-card-clean{transition:transform .28s var(--ease-out),box-shadow .28s var(--ease-out),border-color .28s var(--ease-out)}.stat-feature-card:hover,.testimonial-card-pro:hover,.pillar-item-card:hover,.pricing-card-clean:hover,.hw-spec-card:hover{transform:translateY(-4px)}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content-center .hero-pill{animation:heroFadeIn .5s cubic-bezier(.16,1,.3,1) .1s both}.hero-content-center .hero-main-title{animation:heroFadeIn .6s cubic-bezier(.16,1,.3,1) .2s both}.hero-content-center .hero-subtitle{animation:heroFadeIn .6s cubic-bezier(.16,1,.3,1) .35s both}.hero-content-center .hero-btn-group{animation:heroFadeIn .5s cubic-bezier(.16,1,.3,1) .5s both}.hero-pos-mockup{max-width:900px;margin:0 auto;animation:heroFadeIn .7s cubic-bezier(.16,1,.3,1) .55s both}.mockup-window{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 24px 64px -16px #0f172a24,0 0 0 1px #e2e8f0cc}.mockup-titlebar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--bg-slate);border-bottom:1px solid var(--border-color)}.mockup-dot{width:10px;height:10px;border-radius:50%;background:#e2e8f0}.mockup-dot:nth-child(1){background:#fca5a5}.mockup-dot:nth-child(2){background:#fcd34d}.mockup-dot:nth-child(3){background:#86efac}.mockup-title-text{flex:1;text-align:center;font-size:12px;font-weight:600;color:var(--text-muted);font-family:var(--font-mono)}.mockup-body{display:grid;grid-template-columns:1.3fr .7fr;min-height:300px}.mockup-terminal-side{padding:20px;border-right:1px solid var(--border-color)}.mockup-receipt-side{padding:20px;background:var(--bg-slate);display:flex;align-items:flex-start;justify-content:center}.mockup-section-label{font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px}.mockup-item-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border-color);font-size:13px}.mockup-item-row:last-child{border-bottom:none}.mockup-item-name{color:var(--text-dark);font-weight:600;display:flex;align-items:center;gap:8px}.mockup-item-barcode{font-family:var(--font-mono);font-size:10px;color:var(--text-muted);background:var(--bg-subtle);padding:2px 6px;border-radius:3px}.mockup-item-price{font-family:var(--font-mono);font-weight:700;color:var(--text-dark)}.mockup-total-bar{margin-top:12px;padding:14px 0;border-top:2px solid var(--brand-blue);display:flex;justify-content:space-between;align-items:center}.mockup-total-label{font-size:14px;font-weight:800;color:var(--text-dark)}.mockup-total-value{font-size:22px;font-weight:900;color:var(--brand-blue);font-family:var(--font-mono)}.mockup-speed-badge{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:4px 10px;background:#dcfce7;color:#16a34a;font-size:11px;font-weight:700;border-radius:9999px}.mockup-mini-receipt{background:#fff;border:1px dashed #d1d5db;border-radius:6px;padding:16px 14px;font-family:var(--font-mono);font-size:10.5px;line-height:1.5;color:#374151;width:100%;max-width:220px}.mockup-mini-receipt .receipt-header{text-align:center;font-weight:700;margin-bottom:8px;padding-bottom:6px;border-bottom:1px dashed #d1d5db;font-size:12px}.mockup-mini-receipt .receipt-line{display:flex;justify-content:space-between;padding:2px 0}.mockup-mini-receipt .receipt-divider{border:none;border-top:1px dashed #d1d5db;margin:6px 0}.mockup-mini-receipt .receipt-total{font-weight:700;font-size:12px;border-top:1px dashed #d1d5db;padding-top:6px;margin-top:4px}.mockup-mini-receipt .receipt-footer{text-align:center;font-size:9px;color:#9ca3af;margin-top:8px;padding-top:6px;border-top:1px dashed #d1d5db}@media (max-width: 768px){.mockup-body{grid-template-columns:1fr}.mockup-terminal-side{border-right:none;border-bottom:1px solid var(--border-color)}}.home-stats-section{padding:56px 0;background:linear-gradient(180deg,#f8fafc,#fff);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);position:relative}.home-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.stat-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:26px 22px;box-shadow:0 4px 16px #0f172a0a;transition:all .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}.stat-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0084d6,#38bdf8);opacity:0;transition:opacity .25s ease}.stat-feature-card:hover{transform:translateY(-4px);border-color:var(--brand-blue);box-shadow:0 16px 36px -8px #0084d624,0 4px 12px #0f172a0a}.stat-feature-card:hover:before{opacity:1}.stat-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stat-icon-box{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid transparent}.stat-card-badge{font-size:11px;font-weight:700;color:#64748b;background:#f1f5f9;padding:4px 9px;border-radius:999px;letter-spacing:.02em}.stat-card-number{font-size:38px;font-weight:900;color:#0f172a;font-family:var(--font-mono);line-height:1;margin-bottom:10px;letter-spacing:-.03em}.stat-card-number .stat-prefix{font-size:28px;font-weight:700;color:var(--brand-blue)}.stat-card-title{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.stat-card-desc{font-size:13px;color:var(--text-muted);line-height:1.55;margin:0}.home-testimonials-section{padding:72px 0 80px;background:#f8fafc;border-bottom:1px solid var(--border-color);position:relative}.home-testimonials-section .section-header-clean{max-width:680px;margin:0 auto 48px}.badge-star-icon{fill:#f59e0b;color:#f59e0b}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card-pro{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:28px 26px;box-shadow:0 4px 20px -2px #0f172a0d;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;position:relative;overflow:hidden;height:100%}.testimonial-card-pro:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0084d6,#38bdf8);opacity:0;transition:opacity .25s ease}.testimonial-card-pro:hover{transform:translateY(-4px);border-color:var(--brand-blue);box-shadow:0 16px 36px -8px #0084d61f,0 4px 12px #0f172a0a}.testimonial-card-pro:hover:before{opacity:1}.testimonial-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stars-row{display:flex;align-items:center;gap:3px}.star-filled{fill:#f59e0b;color:#f59e0b}.verified-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;background:#ecfdf5;border:1px solid #a7f3d0;color:#059669;font-size:11px;font-weight:700;letter-spacing:.01em}.testimonial-quote-wrap{position:relative;margin-bottom:16px;flex-grow:1}.testimonial-quote-wrap .quote-icon{color:#94a3b8;opacity:.6;margin-bottom:6px}.testimonial-text-pro{font-size:14.5px;color:#334155;line-height:1.6;margin:0;font-weight:500}.testimonial-impact-tag{display:inline-flex;align-items:center;gap:7px;background:#f1f5f9;border:1px solid #e2e8f0;padding:6px 12px;border-radius:8px;font-size:12px;color:#475569;margin-bottom:20px}.testimonial-impact-tag .impact-dot{width:6px;height:6px;border-radius:50%;background:var(--brand-blue)}.testimonial-impact-tag strong{color:#0f172a;font-weight:700}.testimonial-author-pro{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #f1f5f9}.testimonial-avatar-pro{width:42px;height:42px;border-radius:12px;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px #0000001a}.author-meta{display:flex;flex-direction:column}.author-name{font-size:14px;font-weight:700;color:#0f172a}.author-store{font-size:12.5px;font-weight:600;color:var(--brand-blue)}.author-location{display:inline-flex;align-items:center;gap:3px;font-size:11.5px;color:#64748b;margin-top:1px}.testimonial-role{font-size:11.5px;color:var(--text-muted)}@media (max-width: 900px){.home-stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 550px){.home-stats-grid,.testimonials-grid{grid-template-columns:1fr}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.count-animate{animation:countUp .5s cubic-bezier(.16,1,.3,1) both}.hub-link-cta svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.hub-card:hover .hub-link-cta svg{transform:translate(4px)}.btn:active{transform:translateY(0) scale(.98)}.btn-primary:active{transform:translateY(0) scale(.98);box-shadow:0 1px 4px #0084d633}.feature-item-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.feature-item-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--brand-blue-border)}.cta-banner{position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(0,132,214,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.pricing-card-clean{transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease}.pricing-card-clean:hover{transform:translateY(-6px);box-shadow:0 20px 40px -12px #0f172a1f}.pricing-card-clean.featured{border-color:var(--brand-blue);box-shadow:0 12px 32px -8px #0084d633}.pricing-card-clean.featured:hover{box-shadow:0 24px 48px -12px #0084d640}@keyframes gentleBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.floating-whatsapp-btn{animation:gentleBounce 3s ease-in-out infinite}.floating-whatsapp-btn:hover{animation:none}.feature-showcase-container{display:grid;grid-template-columns:340px 1fr;gap:32px;align-items:stretch;margin-top:32px}@media (max-width: 960px){.feature-showcase-container{grid-template-columns:1fr}}.feature-tab-list{display:flex;flex-direction:column;gap:10px}.feature-tab-btn{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;text-align:left;transition:all .2s ease;width:100%}.feature-tab-btn:hover{border-color:#cbd5e1;background:#f8fafc;transform:translate(4px)}.feature-tab-btn.active{border-color:var(--brand-blue);background:#f0f7ff;box-shadow:0 4px 14px #0084d61f}.feature-tab-icon{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#eff6ff;color:var(--brand-blue);transition:all .2s ease}.feature-tab-btn.active .feature-tab-icon{background:var(--brand-blue);color:#fff}.feature-tab-info{display:flex;flex-direction:column;gap:3px}.feature-tab-title{font-size:15px;font-weight:700;color:#0f172a}.feature-tab-subtitle{font-size:12px;color:#64748b;line-height:1.4}.terminal-visual-box{background:#0f172a;border-radius:14px;border:1px solid #1e293b;overflow:hidden;box-shadow:0 20px 40px -10px #0f172a4d;display:flex;flex-direction:column;min-height:480px}.terminal-titlebar{background:#1e293b;padding:12px 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #334155}.terminal-dots{display:flex;gap:6px}.terminal-dot{width:10px;height:10px;border-radius:50%}.terminal-dot.red{background:#ef4444}.terminal-dot.yellow{background:#f59e0b}.terminal-dot.green{background:#10b981}.terminal-status-tag{margin-left:auto;font-size:11px;font-family:var(--font-mono);background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3);padding:2px 8px;border-radius:20px;display:flex;align-items:center;gap:6px}.terminal-main-view{padding:24px;flex:1;display:flex;flex-direction:column;color:#f8fafc}.terminal-view-header{margin-bottom:20px;border-bottom:1px solid #1e293b;padding-bottom:14px}.terminal-view-header h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:6px}.terminal-view-header p{font-size:13.5px;color:#94a3b8;line-height:1.5}.keycaps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:28px}.keycap-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;display:flex;align-items:flex-start;gap:14px;box-shadow:0 1px 3px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.keycap-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0f172a14;border-color:#cbd5e1}.keycap-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:38px;padding:0 10px;background:linear-gradient(180deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e1;border-bottom:3px solid #94a3b8;border-radius:6px;font-family:var(--font-mono);font-weight:800;font-size:14px;color:#1e293b;box-shadow:0 1px 2px #0000001a;flex-shrink:0}.keycap-details h4{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:4px}.keycap-details p{font-size:12px;color:#64748b;line-height:1.4;margin:0}.hw-matrix-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:32px}.hw-card-clean{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0f172a0a;display:flex;flex-direction:column;gap:14px}.hw-card-top{display:flex;align-items:center;justify-content:space-between}.hw-card-icon{width:42px;height:42px;border-radius:8px;background:#eff6ff;color:var(--brand-blue);display:flex;align-items:center;justify-content:center}.hw-plug-pill{font-size:11px;font-weight:700;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;padding:3px 8px;border-radius:20px}.hw-card-clean h3{font-size:17px;font-weight:700;color:#0f172a;margin:0}.hw-card-clean p{font-size:13.5px;color:#64748b;line-height:1.5;margin:0}.hw-brand-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:10px;border-top:1px dashed #e2e8f0}.hw-tag{font-size:11px;font-weight:600;background:#f1f5f9;color:#475569;padding:2px 7px;border-radius:4px}.dual-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:32px}.tool-teaser-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:12px;transition:all .2s ease;position:relative;overflow:hidden}.tool-teaser-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px -4px #0f172a14;border-color:var(--brand-blue)}.tool-teaser-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--brand-blue);background:#eff6ff;padding:4px 10px;border-radius:20px;width:fit-content}.tool-teaser-card h3{font-size:19px;font-weight:700;color:#0f172a;margin:0}.tool-teaser-card p{font-size:14px;color:#64748b;line-height:1.55;margin:0}.rox-agent-container{position:fixed;bottom:84px;right:24px;z-index:9998;font-family:inherit}.rox-floating-trigger{position:relative;width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#0084d6,#005bb5);border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 24px -4px #0084d673,0 2px 6px #0000001f;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none;padding:0;transition:box-shadow .25s ease,transform .2s ease}.rox-floating-trigger:hover{box-shadow:0 12px 30px -4px #0084d699,0 4px 10px #00000026}.rox-trigger-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.rox-trigger-icon{width:22px;height:22px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.rox-trigger-badge{font-size:9px;font-weight:800;letter-spacing:.6px;color:#e0f2fe;line-height:1}.rox-chat-window{position:fixed;bottom:24px;right:24px;width:410px;max-width:calc(100vw - 32px);height:610px;max-height:calc(100vh - 48px);background:#fff;border-radius:20px;border:1px solid rgba(226,232,240,.9);box-shadow:0 24px 60px -12px #0f172a38,0 8px 24px -6px #0084d626;display:flex;flex-direction:column;overflow:hidden;overscroll-behavior:contain;touch-action:pan-y;z-index:10002}.rox-header{padding:14px 16px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.rox-header-left{display:flex;align-items:center;gap:12px}.rox-avatar-badge{width:38px;height:38px;border-radius:12px;background:#eff6ff;border:1.5px solid rgba(0,132,214,.25);display:flex;align-items:center;justify-content:center;color:#0084d6;box-shadow:0 2px 6px #0084d61a}.rox-header-meta{display:flex;flex-direction:column;gap:2px}.rox-title-row{display:flex;align-items:center;gap:6px}.rox-title{margin:0;font-size:13px;font-weight:800;letter-spacing:.8px;color:#0f172a;text-transform:uppercase}.rox-tag-xpanzio{font-size:9px;font-weight:800;letter-spacing:.5px;background:#0084d6;color:#fff;padding:2px 6px;border-radius:4px}.rox-status-row{display:flex;align-items:center;gap:6px}.rox-status-dot{width:7px;height:7px;border-radius:50%;background:#10b981}.rox-status-id{font-size:10px;font-weight:700;color:#64748b;letter-spacing:.4px}.rox-header-actions{display:flex;align-items:center;gap:6px}.rox-icon-btn{width:32px;height:32px;border-radius:10px;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.rox-icon-btn:hover{background:#e2e8f0;color:#0f172a}.rox-subbanner{padding:6px 14px;background:#f0fdf4;border-bottom:1px solid #dcfce7;display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#166534}.rox-messages-area{flex:1 1 auto;min-height:0;max-height:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:16px 14px 16px 16px;display:flex;flex-direction:column;gap:14px;background:#f8fafc}.rox-msg-row{display:flex;gap:8px;max-width:100%}.user-row{justify-content:flex-end}.assistant-row{justify-content:flex-start;align-items:flex-start}.rox-msg-avatar{width:26px;height:26px;border-radius:8px;background:#0084d6;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:4px}.rox-bubble{max-width:88%;padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.55;word-break:break-word}.user-bubble{background:linear-gradient(135deg,#0084d6,#026bb1);color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 12px -2px #0084d659}.rox-user-text{font-weight:500;color:#fff}.assistant-bubble{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0f172a0a}.markdown-rox h1,.markdown-rox h2,.markdown-rox h3{margin:8px 0 4px;font-size:13px;font-weight:700;color:#0084d6}.markdown-rox h3:first-child{margin-top:0}.markdown-rox p{margin:0 0 8px;line-height:1.55}.markdown-rox p:last-child{margin-bottom:0}.markdown-rox ul,.markdown-rox ol{margin:6px 0 8px;padding-left:18px}.markdown-rox li{margin-bottom:4px;color:#334155}.markdown-rox strong{color:#0f172a;font-weight:700}.markdown-rox a{color:#0084d6;text-decoration:underline;font-weight:600}.rox-typing-bubble{display:flex;align-items:center;gap:5px;padding:10px 14px}.typing-dot{width:6px;height:6px;border-radius:50%;background:#0084d6;animation:typingBounce 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.rox-quick-prompts{margin-top:6px;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;padding:10px 12px}.rox-quick-label{margin:0 0 8px;font-size:11px;font-weight:700;color:#64748b;display:flex;align-items:center;gap:4px}.rox-chips-grid{display:flex;flex-wrap:wrap;gap:6px}.rox-chip{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:5px 9px;font-size:11px;font-weight:600;color:#334155;cursor:pointer;transition:all .15s ease}.rox-chip:hover{background:#e0f2fe;border-color:#7dd3fc;color:#0369a1;transform:translateY(-1px)}.rox-input-area{padding:12px 14px;background:#fff;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px}.rox-form{display:flex;align-items:center;gap:8px}.rox-input{flex:1;padding:10px 14px;border-radius:12px;border:1px solid #cbd5e1;background:#f8fafc;font-size:13px;color:#0f172a;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.rox-input:focus{border-color:#0084d6;background:#fff;box-shadow:0 0 0 3px #0084d61f}.rox-input::placeholder{color:#94a3b8}.rox-send-btn{width:38px;height:38px;border-radius:12px;background:#0084d6;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.rox-send-btn:hover:not(:disabled){background:#0070b8;transform:scale(1.04)}.rox-send-btn:disabled{opacity:.45;cursor:not-allowed}.rox-brand-footer{text-align:center;font-size:9px;font-weight:700;color:#94a3b8;letter-spacing:.3px}.custom-rox-scroll{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;overscroll-behavior:contain}.custom-rox-scroll::-webkit-scrollbar{width:5px}.custom-rox-scroll::-webkit-scrollbar-track{background:transparent}.custom-rox-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.custom-rox-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 600px){.rox-agent-container{bottom:74px;right:16px}.rox-chat-window{bottom:12px;right:12px;left:12px;width:auto;max-width:none;height:calc(100vh - 24px);max-height:none}}.about-page-redesign{background-color:#f8fafc;color:#1e293b;overflow-x:hidden}.container-about{max-width:1200px;margin:0 auto;padding:0 24px}.about-hero-section{padding:64px 0 80px;background:linear-gradient(180deg,#fff,#f8fafc);text-align:center;position:relative;overflow:hidden}.about-badge-capsule{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:9999px;background:#f0f7ff;border:1px solid #e0effe;color:#0084d6;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px}.about-badge-icon{color:#0084d6}.about-hero-title{font-size:50px;font-weight:800;color:#0a2540;line-height:1.15;letter-spacing:-.025em;margin:0 auto 20px;max-width:880px}.highlight-blue{color:#0084d6}.about-hero-subtitle{font-size:18px;color:#64748b;line-height:1.6;max-width:720px;margin:0 auto 48px}.about-hero-visual-stage{position:relative;max-width:880px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:16px 0 32px}.about-floating-card{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:16px;font-size:14px;font-weight:800;letter-spacing:.4px;z-index:10;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease}.about-floating-card:hover{transform:translateY(-54%)}.card-offline{left:-20px;background:#fef2f2;border:1.5px solid #fee2e2;color:#b91c1c;box-shadow:0 16px 36px -8px #ef444433}.status-ping-wrap{position:relative;width:12px;height:12px;display:flex;align-items:center;justify-content:center}.status-ping-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#f87171;opacity:.75;animation:pingAnimation 1.8s cubic-bezier(0,0,.2,1) infinite}.status-ping-dot{position:relative;width:8px;height:8px;border-radius:50%;background:#ef4444}@keyframes pingAnimation{75%,to{transform:scale(2.2);opacity:0}}.card-zero{right:-20px;background:#0084d6;border:1.5px solid rgba(255,255,255,.25);color:#fff;box-shadow:0 16px 36px -8px #0052cc59}.status-icon-right{color:#fff}.about-laptop-container{width:680px;max-width:90%;position:relative;z-index:2;filter:drop-shadow(0 20px 40px rgba(15,23,42,.12))}.laptop-bezel{background:#0f172a;border-radius:18px 18px 4px 4px;padding:10px 10px 14px;border:2px solid #334155}.laptop-webcam{width:5px;height:5px;border-radius:50%;background:#475569;margin:0 auto 6px}.laptop-screen-content{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #1e293b}.laptop-topbar{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:8px 14px;display:flex;align-items:center;justify-content:space-between;font-size:11px}.laptop-traffic-lights{display:flex;gap:5px}.laptop-traffic-lights .light{width:8px;height:8px;border-radius:50%}.light-red{background:#f87171}.light-yellow{background:#fbbf24}.light-green{background:#34d399}.laptop-search-bar{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:3px 10px;color:#94a3b8;font-size:10px;min-width:200px}.laptop-mode-pill{display:flex;align-items:center;gap:6px;background:#ecfdf5;color:#065f46;font-size:10px;font-weight:700;padding:2px 8px;border-radius:9999px;border:1px solid #a7f3d0}.mode-green-dot{width:5px;height:5px;border-radius:50%;background:#10b981}.laptop-inner-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:12px;padding:12px;background:#f8fafc;height:290px}.laptop-catalog{display:grid;grid-template-columns:1fr 1fr;gap:8px}.catalog-tile{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px;display:flex;flex-direction:column;justify-content:space-between;text-align:left;transition:border-color .15s ease}.catalog-tile:hover{border-color:#0084d6}.tile-category{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.tile-title{font-size:11px;font-weight:700;color:#0f172a;margin:3px 0;line-height:1.25}.tile-price{font-size:11px;font-weight:800;color:#0084d6}.laptop-cart-pane{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.cart-pane-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9;padding-bottom:6px}.cart-pane-title{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#0f172a}.cart-counter-badge{font-size:9px;font-weight:800;background:#f1f5f9;color:#64748b;padding:2px 6px;border-radius:4px}.cart-items-preview{display:flex;flex-direction:column;gap:6px;margin:8px 0}.cart-item-line{display:flex;justify-content:space-between;font-size:10px;color:#475569}.cart-item-line strong{color:#0f172a}.cart-totals-box{background:#f8fafc;border-radius:6px;padding:8px 10px;border:1px solid #e2e8f0}.cart-total-row{display:flex;justify-content:space-between;align-items:baseline;font-size:10px;font-weight:800;color:#0f172a}.cart-total-row .total-amount{font-size:14px;color:#0084d6;font-weight:900}.cart-speed-indicator{font-size:9px;font-weight:700;color:#059669;margin-top:4px}.laptop-keyboard-base{height:12px;background:linear-gradient(180deg,#94a3b8,#cbd5e1,#64748b);border-radius:0 0 16px 16px;margin:0 -20px;position:relative;box-shadow:0 6px 16px #00000026}.laptop-notch{width:70px;height:4px;background:#475569;border-radius:0 0 4px 4px;margin:0 auto}.about-philosophy-section{padding:88px 0;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.philosophy-layout-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:56px;align-items:center}.subhead-badge{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#0084d6;display:inline-block;margin-bottom:12px}.philosophy-heading{font-size:36px;font-weight:800;color:#0a2540;line-height:1.25;letter-spacing:-.02em;margin-bottom:20px}.philosophy-p{font-size:15px;color:#64748b;line-height:1.65;margin-bottom:16px}.philosophy-checklist{list-style:none;padding:0;margin:28px 0 0;display:flex;flex-direction:column;gap:14px}.philosophy-checklist li{display:flex;align-items:center;gap:12px}.check-bullet{width:22px;height:22px;border-radius:50%;background:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center;flex-shrink:0}.check-text{font-size:15px;font-weight:700;color:#334155}.philosophy-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.metric-box{background:#f8fafc;border:1px solid #f1f5f9;border-radius:18px;padding:28px;transition:all .25s ease;box-shadow:0 1px 3px #0f172a08}.metric-box:hover{transform:translateY(-3px);border-color:#e2e8f0;box-shadow:0 12px 24px -8px #0f172a0f}.metric-tag{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;display:block;margin-bottom:8px}.tag-blue{color:#0084d6}.tag-green{color:#059669}.tag-indigo{color:#6366f1}.tag-coral{color:#ef4444}.metric-num{font-size:40px;font-weight:900;color:#0a2540;letter-spacing:-.03em;line-height:1.1;margin-bottom:6px}.metric-label{font-size:13px;font-weight:600;color:#64748b}.about-pillars-section{padding:88px 0;background:#f8fafc}.section-title-wrap{text-align:center;max-width:680px;margin:0 auto 56px}.pillars-main-title,.deployment-main-title{font-size:36px;font-weight:800;color:#0a2540;letter-spacing:-.02em;margin:0}.pillars-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.pillar-item-card{background:#fff;border-radius:20px;border:1px solid #f1f5f9;padding:32px;display:flex;gap:20px;align-items:flex-start;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:0 1px 3px #0f172a0a}.pillar-item-card:hover{transform:translateY(-4px);border-color:#dbeafe;box-shadow:0 18px 36px -12px #0f172a17}.pillar-icon-box{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-gradient-blue{background:#eff6ff;color:#0084d6;border:1px solid #dbeafe}.icon-gradient-green{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.icon-gradient-indigo{background:#eef2ff;color:#6366f1;border:1px solid #e0e7ff}.icon-gradient-rose{background:#fff1f2;color:#f43f5e;border:1px solid #ffe4e6}.pillar-card-content{flex:1}.pillar-title{font-size:17px;font-weight:800;color:#0a2540;margin:0 0 8px}.pillar-desc{font-size:13.5px;color:#64748b;line-height:1.6;margin:0}.about-deployment-section{padding:88px 0;background:#fff;border-top:1px solid #f1f5f9}.deployment-steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.deployment-timeline-line{position:absolute;top:40px;left:48px;right:48px;border-top:2px dashed #cbd5e1;z-index:1}.deployment-step-card{position:relative;background:#f8fafc;border:1px solid #f1f5f9;border-radius:18px;padding:24px;z-index:2;transition:transform .2s ease,box-shadow .2s ease}.deployment-step-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px -6px #0f172a14}.step-pill-badge{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 14px;border-radius:9999px;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;background:#e0effe;color:#0084d6;margin-bottom:16px;box-shadow:0 2px 6px #0052cc14}.active-step-pill{background:#0084d6;color:#fff;box-shadow:0 4px 12px #0052cc4d}.step-title{font-size:15px;font-weight:800;color:#0f172a;margin:0 0 8px;line-height:1.35}.step-desc{font-size:12px;color:#64748b;line-height:1.55;margin:0}.about-cta-section{padding:16px 0 88px;background:#fff}.about-cta-card{background:#0a2540;border-radius:28px;padding:64px 36px;text-align:center;color:#fff;position:relative;overflow:hidden;box-shadow:0 24px 60px -15px #0a254059}.cta-dot-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.08;background-image:radial-gradient(#ffffff 1.5px,transparent 1.5px);background-size:18px 18px}.cta-content-wrapper{position:relative;z-index:2;max-width:640px;margin:0 auto}.about-cta-title{font-size:36px;font-weight:800;color:#fff;letter-spacing:-.02em;margin:0 0 12px}.about-cta-desc{font-size:16px;color:#cbd5e1;line-height:1.6;margin:0 0 32px}.about-cta-buttons{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.btn-cta-primary{background:#0084d6;color:#fff;font-weight:800;font-size:14px;padding:14px 28px;border-radius:12px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;transition:all .2s ease;box-shadow:0 6px 20px #0052cc59}.btn-cta-primary:hover{background:#0073bc;transform:translateY(-2px);box-shadow:0 10px 28px #0052cc73;color:#fff}.btn-cta-secondary{background:#ffffff1a;color:#fff;font-weight:700;font-size:14px;padding:14px 28px;border-radius:12px;display:inline-flex;align-items:center;text-decoration:none;border:1px solid rgba(255,255,255,.2);transition:all .2s ease}.btn-cta-secondary:hover{background:#ffffff29;color:#fff;transform:translateY(-2px)}@media (max-width: 1024px){.about-hero-title{font-size:40px}.card-offline{left:8px}.card-zero{right:8px}.philosophy-layout-grid{grid-template-columns:1fr;gap:40px}.deployment-steps-row{grid-template-columns:1fr 1fr}.deployment-timeline-line{display:none}}@media (max-width: 768px){.about-hero-title{font-size:32px}.about-hero-subtitle{font-size:15px}.about-floating-card{position:static;transform:none!important;margin:8px}.about-hero-visual-stage{flex-direction:column;gap:12px}.laptop-inner-grid{grid-template-columns:1fr;height:auto}.pillars-cards-grid,.philosophy-metrics-grid,.deployment-steps-row{grid-template-columns:1fr}.about-cta-title{font-size:28px}}.hw-policy-redesign{background-color:#f8fafc;color:#1e293b;overflow-x:hidden}.hw-hero-section{padding:64px 0 80px;background:linear-gradient(180deg,#fff,#f8fafc);text-align:center}.hw-advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1100px;margin:0 auto}.hw-adv-card{background:#fff;border-radius:20px;border:1px solid #f1f5f9;padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 16px #0f172a0a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.hw-adv-card:hover{transform:translateY(-4px);border-color:#dbeafe;box-shadow:0 16px 32px -8px #0f172a14}.hw-adv-icon-box{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.icon-adv-blue{background:#eff6ff;color:#0084d6;border:1px solid #dbeafe}.icon-adv-green{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.icon-adv-indigo{background:#eef2ff;color:#6366f1;border:1px solid #e0e7ff}.hw-adv-title{font-size:18px;font-weight:800;color:#0a2540;margin:0 0 10px;line-height:1.3}.hw-adv-desc{font-size:13.5px;color:#64748b;line-height:1.6;margin:0}.hw-specs-section{padding:88px 0;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.hw-section-subtext{font-size:14px;color:#64748b;margin-top:8px;line-height:1.5}.hw-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.hw-spec-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;padding:30px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.hw-spec-card:hover{transform:translateY(-2px);border-color:#e2e8f0;box-shadow:0 12px 24px -8px #0f172a0d}.hw-spec-card-top{display:flex;align-items:center;gap:14px;margin-bottom:18px}.hw-spec-num-badge{width:32px;height:32px;border-radius:8px;background:#e0effe;color:#0084d6;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hw-spec-name{font-size:17px;font-weight:800;color:#0a2540;margin:0}.hw-spec-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hw-spec-col{padding-left:12px}.rec-col{border-left:2.5px solid #0084d6}.min-col{border-left:2.5px solid #cbd5e1}.hw-col-tag{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;display:block;margin-bottom:4px}.tag-muted{color:#94a3b8}.hw-col-value{font-size:12.5px;line-height:1.5;color:#334155;margin:0}.hw-interactive-section{padding:88px 0;background:#f8fafc}.hw-interactive-card{max-width:900px;margin:0 auto;background:#fff;border-radius:24px;border:1px solid #f1f5f9;padding:36px;box-shadow:0 16px 36px -12px #0f172a14}.hw-dropdowns-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}.hw-select-field label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:#64748b;margin-bottom:8px}.hw-select-input{width:100%;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;padding:12px 14px;font-size:13.5px;font-weight:600;color:#0f172a;outline:none;transition:border-color .2s,box-shadow .2s;cursor:pointer}.hw-select-input:focus{border-color:#0084d6;box-shadow:0 0 0 3px #0052cc1f;background:#fff}.hw-verified-banner{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:18px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.hw-verified-info{display:flex;align-items:center;gap:14px}.hw-verified-icon{width:40px;height:40px;border-radius:12px;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hw-verified-title{display:block;font-size:14px;font-weight:800;color:#065f46}.hw-verified-desc{display:block;font-size:12px;color:#047857;margin-top:2px}.hw-verified-action-btn{background:#0084d6;color:#fff;font-weight:700;font-size:13.5px;padding:12px 22px;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #0052cc40;white-space:nowrap}.hw-verified-action-btn:hover{background:#0073bc;color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #0052cc59}.hw-process-section{padding:88px 0;background:#fff;border-top:1px solid #f1f5f9}.hw-faqs-section{padding:88px 0;background:#f8fafc;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.hw-accordion-wrap{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.hw-accordion-item{background:#fff;border-radius:16px;border:1px solid #f1f5f9;overflow:hidden;box-shadow:0 2px 6px #0f172a08;transition:all .2s ease}.hw-accordion-item:hover{border-color:#e2e8f0}.hw-accordion-item.active{border-color:#dbeafe;box-shadow:0 8px 20px -6px #0f172a0f}.hw-accordion-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:none;border:none;text-align:left;cursor:pointer;outline:none}.hw-accordion-q{font-size:15px;font-weight:700;color:#0f172a}.hw-accordion-icon{color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hw-accordion-body{padding:0 24px 20px;border-top:1px solid #f8fafc;font-size:13.5px;line-height:1.6;color:#64748b}.hw-accordion-body p{margin:0;padding-top:10px}.hw-cta-section{padding:16px 0 88px;background:#fff}.hw-split-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;text-align:left}.hw-split-left{flex:1;position:relative;z-index:2}.hw-cta-title{font-size:28px;font-weight:800;color:#fff;margin:0 0 10px;line-height:1.25}.hw-cta-desc{font-size:15px;color:#cbd5e1;line-height:1.55;margin:0}.hw-split-right{position:relative;z-index:2;flex-shrink:0}@media (max-width: 1024px){.hw-advantages-grid{grid-template-columns:1fr;gap:20px}.hw-specs-grid,.hw-dropdowns-row{grid-template-columns:1fr}.hw-split-cta{flex-direction:column;text-align:center}}@media (max-width: 640px){.hw-spec-columns{grid-template-columns:1fr}.hw-verified-banner{flex-direction:column;align-items:stretch;text-align:center}.hw-verified-info{flex-direction:column;text-align:center}}.blog-hub-page{background-color:var(--bg-slate);min-height:100vh}.blog-search-wrap{max-width:640px;margin:0 auto;position:relative}.blog-search-wrap .search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.blog-search-input{width:100%;padding:14px 44px 14px 48px;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;font-size:14.5px;color:#0f172a;outline:none;box-shadow:0 2px 8px #0a25400a;transition:all .2s ease}.blog-search-input:focus{border-color:#0084d6;box-shadow:0 0 0 4px #0052cc1f}.blog-search-clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:#f1f5f9;border:none;color:#64748b;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;transition:background .15s ease}.blog-search-clear:hover{background:#e2e8f0;color:#0f172a}.blog-chips-nav{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:22px}.blog-chip-btn{padding:7px 16px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:6px}.blog-chip-btn:hover{border-color:#cbd5e1;background:#f8fafc;color:#0a2540}.blog-chip-btn.active{background:#0084d6;border-color:#0084d6;color:#fff;box-shadow:0 2px 8px #0052cc40}.blog-cards-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px}.blog-card-item{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px -2px #0a25400d;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .2s ease}.blog-card-item:hover{transform:translateY(-4px);box-shadow:0 14px 30px -4px #0a25401f;border-color:#cbd5e1}.blog-card-thumb{position:relative;width:100%;height:210px;overflow:hidden;background:#0a2540}.blog-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.16,1,.3,1)}.blog-card-item:hover .blog-card-thumb img{transform:scale(1.05)}.blog-card-category-tag{position:absolute;top:14px;left:14px;background:#0a2540e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.02em}.blog-card-body{padding:24px;display:flex;flex-direction:column;flex-grow:1}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;color:#64748b}.blog-card-title{font-size:18px;font-weight:800;color:#0a2540;line-height:1.35;margin-bottom:10px;transition:color .15s ease}.blog-card-title a{color:inherit;text-decoration:none}.blog-card-title a:hover{color:#0084d6}.blog-card-summary{color:#64748b;font-size:14px;line-height:1.6;margin-bottom:18px;flex-grow:1}.blog-card-impact-bar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;margin-bottom:18px;display:flex;justify-content:space-between;align-items:center}.blog-card-impact-bar .impact-label{font-size:11px;color:#475569;font-weight:700}.blog-card-impact-bar .impact-metric{font-size:12.5px;font-weight:800;color:#0084d6;font-family:var(--font-mono)}.blog-card-footer{border-top:1px solid #f1f5f9;padding-top:14px;margin-top:auto;display:flex;justify-content:space-between;align-items:center}.blog-card-author{display:flex;align-items:center;gap:8px}.blog-author-avatar{width:28px;height:28px;border-radius:50%;background:#e0effe;color:#0084d6;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.blog-author-name{font-size:12.5px;color:#475569;font-weight:600}.blog-card-cta-link{display:inline-flex;align-items:center;gap:4px;color:#0084d6;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s ease}.blog-card-cta-link:hover{transform:translate(3px)}.blog-pagination-bar{max-width:1160px;margin:40px auto 0;display:flex;justify-content:center;align-items:center;gap:8px}.blog-pagination-btn{padding:8px 16px;display:inline-flex;align-items:center;gap:6px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid #e2e8f0;background:#fff;color:#0a2540;cursor:pointer;transition:all .15s ease}.blog-pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.blog-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.blog-page-num-btn{width:38px;height:38px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#0a2540;font-weight:700;font-size:13px;cursor:pointer;transition:all .15s ease}.blog-page-num-btn:hover:not(.active){background:#f8fafc;border-color:#cbd5e1}.blog-page-num-btn.active{background:#0084d6;border-color:#0084d6;color:#fff;box-shadow:0 2px 8px #0052cc40}@media (max-width: 768px){.blog-cards-grid{grid-template-columns:1fr;gap:20px}}.cms-layout-root{display:flex;min-height:100vh;background-color:#f8fafc;color:#0f172a;font-family:var(--font-sans)}.cms-sidebar{width:280px;background:#0a2540;color:#fff;display:flex;flex-direction:column;flex-shrink:0;border-right:1px solid rgba(255,255,255,.08);position:sticky;top:0;height:100vh;overflow-y:auto;z-index:50;transition:transform .25s ease}.cms-sidebar-header{padding:22px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.cms-brand-row{display:flex;align-items:center;gap:10px}.cms-brand-logo{height:28px;width:auto}.cms-brand-text{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.02em}.cms-brand-text span{color:#38bdf8}.cms-badge-version{display:inline-flex;align-items:center;gap:4px;background:#38bdf826;color:#38bdf8;border:1px solid rgba(56,189,248,.3);padding:3px 8px;border-radius:999px;font-size:10.5px;font-weight:700;margin-top:8px}.cms-nav-section{padding:18px 12px;display:flex;flex-direction:column;gap:4px;flex-grow:1}.cms-nav-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:8px 12px 4px}.cms-nav-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;border-radius:8px;color:#94a3b8;font-size:13.5px;font-weight:600;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .15s ease}.cms-nav-btn:hover{background:#ffffff12;color:#fff}.cms-nav-btn.active{background:#0084d6;color:#fff;box-shadow:0 2px 8px #0052cc59}.cms-nav-item-left{display:flex;align-items:center;gap:10px}.cms-nav-count-badge{background:#ffffff29;color:#fff;padding:2px 7px;border-radius:99px;font-size:11px;font-weight:700}.cms-nav-count-badge.badge-new{background:#16a34a}.cms-sidebar-footer{padding:18px 16px;border-top:1px solid rgba(255,255,255,.08);background:#00000026}.cms-live-link{display:flex;align-items:center;justify-content:center;gap:8px;background:#ffffff14;color:#e2e8f0;padding:9px 12px;border-radius:8px;font-size:12.5px;font-weight:600;text-decoration:none;transition:background .15s ease}.cms-live-link:hover{background:#ffffff24;color:#fff}.cms-body-container{flex-grow:1;display:flex;flex-direction:column;min-width:0;overflow-x:hidden}.cms-topbar-nav{height:64px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:40}.cms-topbar-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.cms-topbar-breadcrumb strong{color:#0f172a}.cms-topbar-actions{display:flex;align-items:center;gap:12px}.cms-main-content{padding:24px 32px;width:100%;max-width:100%;box-sizing:border-box}.cms-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-bottom:28px}.cms-stat-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 1px 4px #0a254008}.cms-stat-icon-wrap{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cms-stat-icon-blue{background:#e0f2fe;color:#0284c7}.cms-stat-icon-green{background:#dcfce7;color:#16a34a}.cms-stat-icon-amber{background:#fef3c7;color:#d97706}.cms-stat-icon-purple{background:#f3e8ff;color:#9333ea}.cms-stat-value{font-size:24px;font-weight:800;color:#0a2540;line-height:1.1;margin-bottom:4px}.cms-stat-label{font-size:12.5px;color:#64748b;font-weight:600}.cms-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 6px #0a25400a}.cms-table-header-bar{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;gap:14px;flex-wrap:wrap}.cms-data-table{width:100%;border-collapse:collapse;font-size:13.5px}.cms-data-table th{background:#f8fafc;color:#475569;font-weight:700;font-size:11.5px;text-transform:uppercase;letter-spacing:.03em;padding:13px 18px;border-bottom:1px solid #e2e8f0;text-align:left}.cms-data-table td{padding:14px 18px;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.cms-data-table tr:hover td{background:#f8fafc}.cms-form-group{margin-bottom:20px}.cms-form-label{display:block;font-size:13px;font-weight:700;color:#0a2540;margin-bottom:6px}.cms-form-hint{font-size:12px;color:#64748b;margin-top:4px}.cms-form-input,.cms-form-textarea,.cms-form-select{width:100%;padding:10px 14px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;color:#0f172a;outline:none;transition:all .15s ease;box-sizing:border-box}.cms-form-input:focus,.cms-form-textarea:focus,.cms-form-select:focus{border-color:#0084d6;box-shadow:0 0 0 3px #0052cc1f}.cms-mobile-toggle{display:none;background:none;border:none;color:#0f172a;cursor:pointer;padding:6px}@media (max-width: 900px){.cms-sidebar{position:fixed;transform:translate(-100%);box-shadow:4px 0 20px #0003}.cms-sidebar.mobile-open{transform:translate(0)}.cms-mobile-toggle{display:block}.cms-main-content{padding:20px 16px}}.cms-subtabs-wrapper{display:flex;align-items:center;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:24px;border-bottom:1px solid #e2e8f0}.cms-subtab-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease}.cms-subtab-btn:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.cms-subtab-btn.active{background:#0084d6;color:#fff;border-color:#0084d6;box-shadow:0 2px 6px #0052cc33}.cms-subtab-count{font-size:11px;padding:1px 6px;border-radius:999px;background:#00000014}.cms-subtab-btn.active .cms-subtab-count{background:#ffffff40;color:#fff}.cms-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.cms-card-preview-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 3px #00000008;transition:all .2s ease;position:relative}.cms-card-preview-box:hover{border-color:#93c5fd;box-shadow:0 4px 12px #0052cc0f}.cms-card-preview-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.cms-card-badge-pill{font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;background:#eff6ff;color:#0084d6;border:1px solid #bfdbfe;display:inline-flex;align-items:center;gap:4px}.cms-card-metric-val{font-size:26px;font-weight:800;font-family:var(--font-mono);color:#0a2540;margin-bottom:6px}.cms-card-preview-title{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:6px}.cms-card-preview-desc{font-size:13px;line-height:1.5;color:#64748b;margin-bottom:16px;flex-grow:1}.cms-card-actions-bar{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:14px;border-top:1px solid #f1f5f9}.cms-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a25408c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.cms-modal-card{background:#fff;border-radius:14px;box-shadow:0 20px 40px #0000002e;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;border:1px solid #e2e8f0}.cms-modal-head{padding:18px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:10}.cms-modal-title{font-size:17px;font-weight:800;color:#0a2540}.cms-modal-body{padding:24px}.cms-modal-foot{padding:16px 24px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:10px;background:#f8fafc;position:sticky;bottom:0;z-index:10}.home-mockup-section{padding:84px 0;position:relative;overflow:hidden}.home-mockup-stage{position:relative;max-width:820px;margin:40px auto 36px;display:flex;justify-content:center;align-items:center}.home-floating-card{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:14px;font-size:13.5px;font-weight:800;letter-spacing:.3px;z-index:10;white-space:nowrap;box-shadow:0 16px 36px -8px #0f172a29;transition:transform .2s ease,box-shadow .2s ease}.home-floating-card:hover{transform:translateY(-54%)}.home-floating-card.card-left{left:-24px}.home-floating-card.card-right{right:-24px}.card-theme-offline{background:#fef2f2;border:1.5px solid #fee2e2;color:#b91c1c}.card-theme-blue{background:#0084d6;border:1.5px solid rgba(255,255,255,.25);color:#fff}.card-theme-emerald{background:#ecfdf5;border:1.5px solid #a7f3d0;color:#065f46}.card-theme-dark{background:#0a2540;border:1.5px solid #1e3a5f;color:#fff}.laptop-inventory-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:12px;padding:12px;background:#f8fafc;height:290px}.laptop-inventory-pane{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.inventory-pane-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9;padding-bottom:6px;margin-bottom:6px}.inventory-pane-title{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#0f172a}.inventory-items-table{display:flex;flex-direction:column;gap:6px;flex:1;justify-content:space-around}.inventory-row{display:flex;align-items:center;justify-content:space-between;font-size:10px;padding:4px 6px;background:#f8fafc;border-radius:4px;border:1px solid #f1f5f9}.inventory-item-meta{display:flex;flex-direction:column;gap:1px}.inventory-item-name{font-weight:700;color:#0f172a;font-size:10.5px}.inventory-item-batch{font-size:8.5px;color:#64748b}.inventory-badge-tag{font-size:8.5px;font-weight:800;padding:2px 6px;border-radius:4px}.badge-tag-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.badge-tag-ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.badge-tag-alert{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.laptop-finance-pane{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.finance-metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;display:flex;flex-direction:column;gap:2px}.finance-metric-label{font-size:8.5px;font-weight:700;text-transform:uppercase;color:#64748b}.finance-metric-value{font-size:13px;font-weight:900;color:#0a2540}.finance-metric-value.highlight-green{color:#059669}.finance-metric-value.highlight-blue{color:#0084d6}.home-mockup-highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:980px;margin:36px auto 0}.mockup-highlight-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;text-align:left;box-shadow:0 4px 16px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mockup-highlight-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px -6px #0f172a14;border-color:#cbd5e1}.mockup-highlight-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.mockup-highlight-card h4{font-size:16px;font-weight:800;color:#0a2540;margin:0 0 8px}.mockup-highlight-card p{font-size:13.5px;color:#475569;line-height:1.5;margin:0}@media (max-width: 900px){.home-floating-card{display:none}.home-mockup-highlights-grid{grid-template-columns:1fr;gap:16px}}
