:root{--ink:#142033;--muted:#697386;--line:#e7eaf0;--bg:#f6f7f9;--card:#fff;--accent:#ff5a3d;--accent2:#ffedd7;--nav:#0f1724;--good:#12805c;--danger:#c43c35;--shadow:0 14px 40px rgba(23,31,48,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:var(--bg);min-height:100vh}button,input,select,textarea{font:inherit}.hidden{display:none!important}.topbar{height:66px;background:var(--nav);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.03em;font-size:20px}.logo{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#ff7b44,#ff493e);display:grid;place-items:center;font-weight:900}.top-actions{display:flex;gap:10px;align-items:center}.btn{border:0;border-radius:10px;padding:10px 14px;background:#fff;cursor:pointer;font-weight:750;color:var(--ink)}.btn.primary{background:var(--accent);color:#fff}.btn.soft{background:#f0f2f6}.btn.ghost{background:transparent;color:inherit;border:1px solid rgba(255,255,255,.16)}.btn.danger{background:#fff0ef;color:var(--danger)}.btn:disabled{opacity:.45;cursor:not-allowed}.layout{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 66px)}.sidebar{background:#fff;border-right:1px solid var(--line);padding:18px 14px;position:sticky;top:66px;height:calc(100vh - 66px)}.navbtn{width:100%;border:0;background:transparent;padding:12px 14px;text-align:left;border-radius:10px;margin:3px 0;font-weight:750;color:#4a5568;cursor:pointer}.navbtn.active{background:#fff0e9;color:#d8482f}.navbtn.bill{margin-top:10px;background:var(--nav);color:#fff}.navbtn.bill.active{background:var(--accent)}.content{padding:26px;min-width:0}.pagehead{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}.pagehead h1{margin:0;font-size:30px;letter-spacing:-.04em}.pagehead p{margin:6px 0 0;color:var(--muted)}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.pad{padding:18px}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:1fr 1fr}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.field{display:grid;gap:7px}.field label{font-size:12px;font-weight:800;color:#687386;text-transform:uppercase;letter-spacing:.06em}.input{border:1px solid #d9dee8;border-radius:10px;padding:11px 12px;background:#fff;width:100%}.seg{display:flex;background:#edf0f4;border-radius:10px;padding:3px;gap:3px}.seg button{border:0;background:transparent;padding:8px 12px;border-radius:8px;font-weight:750;cursor:pointer}.seg button.active{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08)}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}.pill{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:750;cursor:pointer}.pill.active{background:#172132;color:#fff}.itemgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.itemcard{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;cursor:pointer;min-height:118px;display:flex;flex-direction:column;justify-content:space-between;transition:.15s}.itemcard:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#d2d7e1}.itemname{font-weight:850}.muted{color:var(--muted)}.small{font-size:12px}.price{font-size:18px;font-weight:900}.billing{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:16px}.billpanel{position:sticky;top:86px;height:max-content}.billline{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.qty{display:flex;align-items:center;gap:7px}.qty button{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:#fff;cursor:pointer}.totals{padding-top:12px}.row{display:flex;justify-content:space-between;gap:14px;margin:8px 0}.row.total{font-size:22px;font-weight:900;padding-top:8px;border-top:1px dashed #cdd3df}.notice{padding:12px 14px;border-radius:12px;background:#fff8e8;border:1px solid #f0dfad;color:#735816;font-size:13px}.goodnotice{background:#edf9f4;border-color:#c8eadb;color:#196749}.badge{background:var(--accent);color:#fff;border-radius:999px;min-width:22px;height:22px;display:inline-grid;place-items:center;padding:0 6px;font-size:12px}.bell{position:relative}.drawer{position:fixed;right:18px;top:76px;width:min(430px,calc(100vw - 36px));max-height:75vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 25px 70px rgba(17,24,39,.22);z-index:50;padding:16px}.ordercard{border:1px solid var(--line);border-radius:13px;padding:14px;margin:10px 0}.tablewrap{overflow:auto}.datatable{border-collapse:collapse;width:100%;background:#fff}.datatable th,.datatable td{border-bottom:1px solid var(--line);padding:11px 10px;text-align:left;white-space:nowrap}.datatable th{font-size:12px;text-transform:uppercase;color:#727d8f}.kpi{padding:18px}.kpi .value{font-size:27px;font-weight:900;letter-spacing:-.04em}.bar{height:9px;background:#edf0f5;border-radius:999px;overflow:hidden}.bar span{display:block;height:100%;background:#1b2433}.modalback{position:fixed;inset:0;background:rgba(15,23,36,.48);z-index:80;display:grid;place-items:center;padding:20px}.modal{background:#fff;border-radius:18px;width:min(560px,100%);max-height:90vh;overflow:auto;box-shadow:0 30px 90px rgba(0,0,0,.28);padding:20px}.modal h2{margin-top:0}.landing{min-height:100vh;background:linear-gradient(180deg,#111927 0,#111927 56%,#f7f8fb 56%)}.landingnav{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:22px 24px;color:#fff}.hero{max-width:1180px;margin:auto;padding:70px 24px 105px;color:#fff;display:grid;grid-template-columns:1fr .9fr;gap:40px;align-items:center}.hero h1{font-size:62px;line-height:.98;margin:0;letter-spacing:-.065em}.hero p{font-size:19px;line-height:1.65;color:#c5ccd8}.hero-card{background:#fff;color:var(--ink);border-radius:22px;padding:20px;box-shadow:0 40px 100px rgba(0,0,0,.25)}.featuregrid{max-width:1180px;margin:-55px auto 0;padding:0 24px 55px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{padding:22px}.feature .ico{font-size:28px}.onboard{min-height:100vh;background:#f6f7f9;display:grid;place-items:center;padding:24px}.onbox{width:min(860px,100%)}.steps{display:flex;gap:8px;margin-bottom:14px}.step{height:6px;background:#dfe3ea;border-radius:99px;flex:1}.step.done{background:var(--accent)}.typegrid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.typecard{border:2px solid transparent;background:#f6f7f9;border-radius:14px;padding:18px 10px;text-align:center;cursor:pointer}.typecard.active{border-color:var(--accent);background:#fff7f2}.typecard b{display:block;margin-top:6px}.menu-mobile{display:none}.qrbox{display:grid;place-items:center;min-height:220px;background:#fff;border:1px dashed #cfd5df;border-radius:14px}.customer{max-width:650px;margin:auto;padding:18px}.customer-head{position:sticky;top:0;background:#f6f7f9;padding:12px 0;z-index:10}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(30px);background:#101827;color:#fff;padding:11px 16px;border-radius:10px;opacity:0;pointer-events:none;transition:.2s;z-index:100}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.admin-login{position:fixed;right:15px;bottom:12px;font-size:11px;color:#8a94a5;cursor:pointer}.empty{text-align:center;padding:35px 20px;color:var(--muted)}@media(max-width:900px){.layout{grid-template-columns:1fr}.sidebar{display:none}.content{padding:16px}.menu-mobile{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:35;padding:5px}.menu-mobile button{flex:1;border:0;background:transparent;padding:9px 4px;font-size:11px}.billing,.hero,.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.billpanel{position:static}.featuregrid{grid-template-columns:1fr;margin-top:-35px}.hero{padding-top:45px}.hero h1{font-size:44px}.typegrid{grid-template-columns:1fr 1fr}.content{padding-bottom:75px}}@media print{.topbar,.sidebar,.menu-mobile,.no-print{display:none!important}.layout{display:block}.content{padding:0}.card{box-shadow:none;border:0}}

/* ---------- 2026 marketing site ---------- */
html{scroll-behavior:smooth}.site-shell{background:#fff;color:#0d1726;overflow:hidden}.site-shell a{text-decoration:none;color:inherit}.site-nav-wrap{position:sticky;top:0;z-index:60;background:rgba(8,14,24,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.site-nav{max-width:1240px;margin:auto;height:76px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:28px;color:#fff}.site-brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:900;letter-spacing:-.035em;white-space:nowrap}.site-links{display:flex;gap:30px;align-items:center;color:#aeb9cb;font-size:14px;font-weight:700}.site-links a{transition:.2s}.site-links a:hover{color:#fff}.site-actions{display:flex;gap:10px}.site-demo-btn{background:#1c2635;color:#fff;border:1px solid #334055}.site-hero{min-height:700px;background:radial-gradient(circle at 15% 20%,rgba(255,91,61,.16),transparent 31%),radial-gradient(circle at 80% 20%,rgba(95,123,255,.14),transparent 28%),linear-gradient(145deg,#080e18 0%,#101927 62%,#0c1420 100%);position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,1.03fr);gap:54px;align-items:center;padding:86px max(28px,calc((100vw - 1240px)/2)) 105px;color:#fff}.hero-glow{position:absolute;border-radius:999px;filter:blur(80px);opacity:.4;pointer-events:none}.hero-glow-a{width:280px;height:280px;background:#ff5a3d;left:-120px;top:190px}.hero-glow-b{width:260px;height:260px;background:#3555ff;right:12%;bottom:20px}.hero-copy{position:relative;z-index:2}.promo-chip{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);padding:8px 13px;border-radius:999px;color:#dfe6ef;font-size:13px;font-weight:800;letter-spacing:.01em}.promo-dot{width:7px;height:7px;border-radius:50%;background:#64e6a5;box-shadow:0 0 0 5px rgba(100,230,165,.10)}.site-hero h1{font-size:clamp(54px,5.7vw,84px);line-height:.94;letter-spacing:-.075em;margin:24px 0 24px;max-width:740px}.site-hero h1 span{color:#8c98ab}.hero-lede{max-width:670px;color:#c3ccd9;font-size:20px;line-height:1.63;margin:0 0 32px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.btn-xl{padding:14px 20px;border-radius:12px;font-size:15px;min-height:52px}.demo-outline{background:transparent;color:#fff;border:1px solid #415069}.trust-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:22px;color:#8e9aac;font-size:13px;font-weight:650}.product-stage{position:relative;z-index:2;perspective:1200px;padding:20px 0}.product-window{background:#f9fafc;border:1px solid rgba(255,255,255,.25);border-radius:22px;box-shadow:0 45px 90px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.06);overflow:hidden;transform:rotateY(-4deg) rotateX(2deg);transform-origin:center}.window-top{height:48px;padding:0 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e6e9ef;color:#182235;font-size:12px}.window-dots{display:flex;gap:5px;margin-right:5px}.window-dots i{width:8px;height:8px;background:#d8dde6;border-radius:50%}.window-status{margin-left:auto;color:#17815b;background:#e7f8f0;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900}.window-body{display:grid;grid-template-columns:82px minmax(0,1fr) 205px;min-height:375px}.mini-side{background:#101927;color:#8f9bad;padding:18px 9px;display:flex;flex-direction:column;gap:12px;font-size:10px;font-weight:800}.mini-side span{padding:8px 7px;border-radius:7px}.mini-side span.on{background:#ff5a3d;color:#fff}.mini-brand{background:#ff5a3d;color:#fff;width:28px;height:28px;border-radius:8px;display:grid;place-items:center;font-size:14px;margin:0 0 6px 5px}.mini-main{padding:20px 14px;color:#152033}.mini-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.mini-head small,.mini-bill small{font-size:8px;font-weight:900;color:#8a95a5;letter-spacing:.12em}.mini-head h3{font-size:17px;margin:3px 0 0}.mini-pill{font-size:9px;font-weight:800;padding:6px 8px;background:#eef1f5;border-radius:7px}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.mini-item{min-height:75px;border:1px solid #e4e8ef;border-radius:10px;background:#fff;padding:10px;display:flex;flex-direction:column;justify-content:space-between}.mini-item b{font-size:10px}.mini-item span{font-size:13px;font-weight:900}.mini-bill{background:#fff;border-left:1px solid #e6e9ef;padding:21px 15px;color:#172235}.mini-line{display:flex;justify-content:space-between;gap:8px;font-size:9px;padding:13px 0;border-bottom:1px solid #edf0f4}.muted-line{color:#7a8698}.mini-total{display:flex;justify-content:space-between;margin-top:14px;font-size:14px}.mini-pay{background:#ff5a3d;color:#fff;text-align:center;padding:10px;border-radius:8px;font-size:9px;font-weight:900;margin-top:20px}.stage-chip{position:absolute;z-index:5;background:#fff;color:#132035;padding:10px 13px;border-radius:11px;box-shadow:0 12px 30px rgba(0,0,0,.22);font-size:11px;font-weight:900}.chip-a{left:-28px;top:-3px}.chip-b{right:-22px;top:86px}.chip-c{right:6px;bottom:-8px}.logo-strip{background:#fff;border-bottom:1px solid #edf0f4;padding:28px max(28px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:25px;color:#7a8494;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.logo-strip>div{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.biz-mark{display:flex;align-items:center;gap:7px;color:#283447;text-transform:none;letter-spacing:0;font-size:13px}.biz-mark i{font-style:normal;font-size:18px}.site-section{max-width:1240px;margin:auto;padding:110px 28px}.section-kicker{font-size:11px;letter-spacing:.18em;font-weight:950;color:#ff5a3d;margin-bottom:15px}.site-section h2,.demo-banner h2,.pricing-section h2,.final-cta h2{font-size:clamp(38px,4vw,58px);letter-spacing:-.055em;line-height:1.04;margin:0}.section-lede{max-width:680px;font-size:18px;line-height:1.65;color:#687386;margin:18px 0 42px}.feature-section{text-align:center}.feature-section .section-lede{margin-left:auto;margin-right:auto}.feature-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;text-align:left}.feature-card{border:1px solid #e7eaf0;border-radius:18px;padding:24px;min-height:230px;background:#fff;transition:.22s;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(20,32,51,.09);border-color:#d7dce6}.feature-card.featured{background:#111a28;color:#fff;border-color:#111a28}.feature-card.featured p{color:#aeb9c8}.feature-icon{width:43px;height:43px;border-radius:12px;background:#fff0eb;color:#ef4e34;display:grid;place-items:center;font-size:19px;font-weight:950;margin-bottom:34px}.featured .feature-icon{background:#ff5a3d;color:#fff}.feature-card h3{font-size:19px;letter-spacing:-.025em;margin:0 0 9px}.feature-card p{color:#6c7789;font-size:14px;line-height:1.6;margin:0}.business-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start;background:#f7f8fa;max-width:none;padding-left:max(28px,calc((100vw - 1240px)/2));padding-right:max(28px,calc((100vw - 1240px)/2))}.business-copy{position:sticky;top:110px}.business-copy>p{font-size:18px;line-height:1.65;color:#687386;margin:19px 0 27px}.business-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.business-card{background:#fff;border:1px solid #e5e9f0;border-radius:18px;padding:22px;display:flex;gap:17px;min-height:160px}.business-emoji{font-size:30px}.business-card h3{margin:2px 0 8px;font-size:18px}.business-card p{margin:0;color:#6c7789;line-height:1.55;font-size:13px}.demo-banner{max-width:1180px;margin:115px auto;padding:58px 62px;border-radius:28px;background:radial-gradient(circle at 75% 20%,rgba(255,255,255,.12),transparent 26%),linear-gradient(135deg,#f44d35,#ff7139);color:#fff;display:grid;grid-template-columns:1.25fr .75fr;gap:65px;align-items:center;box-shadow:0 32px 85px rgba(245,77,53,.23)}.section-kicker.light{color:#ffe1d8}.demo-banner p{font-size:17px;line-height:1.65;color:#ffebe5}.demo-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:13px;margin:24px 0}.demo-white{background:#fff;color:#da432f}.demo-ticket{background:#fff;color:#162034;border-radius:19px;padding:20px;box-shadow:0 18px 45px rgba(111,27,15,.18);transform:rotate(2deg)}.ticket-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #d8dce4;padding-bottom:13px;margin-bottom:5px}.ticket-head span{font-size:10px;font-weight:950;letter-spacing:.14em;color:#f04e36}.ticket-step{display:flex;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0f4;font-size:12px}.ticket-step:last-child{border-bottom:0}.ticket-step i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff0eb;color:#ef4e34;font-style:normal;font-size:10px;font-weight:950}.how-section{text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:45px;text-align:left}.step-card{border-top:1px solid #dce1e8;padding:23px 8px 0}.step-card>span{font-size:11px;font-weight:950;color:#ff5a3d;letter-spacing:.1em}.step-card h3{font-size:19px;margin:18px 0 8px}.step-card p{color:#707b8d;font-size:14px;line-height:1.55}.privacy-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.privacy-visual{min-height:410px;border-radius:24px;background:#101926;padding:42px;display:grid;place-items:center;position:relative;overflow:hidden}.privacy-visual:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(255,90,61,.16);filter:blur(25px)}.shield{position:relative;font-size:55px;background:#1b2636;width:110px;height:110px;border-radius:28px;display:grid;place-items:center;box-shadow:0 18px 50px rgba(0,0,0,.25)}.privacy-stack{position:relative;width:100%;display:grid;gap:8px}.privacy-stack div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);color:#aeb9c8;padding:11px 14px;border-radius:10px;font-size:12px;display:flex;justify-content:space-between}.privacy-stack b{color:#fff}.privacy-copy p{font-size:17px;line-height:1.7;color:#697486}.privacy-note{display:inline-block;background:#f5f7fa;border:1px solid #e4e8ef;border-radius:11px;padding:12px 14px;font-weight:750;color:#3d495a;font-size:13px}.pricing-section{padding:0 28px 110px}.pricing-card{max-width:1180px;margin:auto;border:1px solid #e3e7ee;border-radius:26px;padding:48px 55px;display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:center;background:linear-gradient(145deg,#fff,#f8f9fb);box-shadow:0 22px 60px rgba(20,32,51,.06)}.pricing-card p{font-size:17px;line-height:1.6;color:#6d7889;max-width:650px}.price-lock{background:#101926;color:#fff;border-radius:18px;padding:25px;display:grid;gap:4px;justify-items:start}.price-lock>span{font-size:10px;letter-spacing:.15em;font-weight:950;color:#ff9a83}.price-lock strong{font-size:54px;line-height:1}.price-lock small{color:#9eabba;margin-bottom:15px}.final-cta{text-align:center;padding:105px 28px 120px;background:#0d1521;color:#fff}.final-logo{margin:auto;width:50px;height:50px;border-radius:14px}.final-cta h2{margin:22px auto 12px;max-width:700px}.final-cta p{color:#9eabba;font-size:17px}.final-cta>div{display:flex;justify-content:center;gap:10px;margin-top:25px}.final-demo{background:#1b2636;color:#fff;border:1px solid #334156}.site-footer{background:#080e17;color:#fff;border-top:1px solid #1a2433;padding:45px max(28px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1fr auto;gap:28px;align-items:start}.site-footer p{color:#798596;font-size:13px}.footer-links{display:flex;gap:22px;color:#9aa6b7;font-size:12px;font-weight:700}.footer-copy{grid-column:1/-1;color:#596577;font-size:11px;border-top:1px solid #151f2d;padding-top:20px}.demo-mode-badge{font-size:9px;letter-spacing:.12em;background:#27b477;color:#fff;border-radius:999px;padding:5px 8px;margin-left:2px}.btn.demo-exit{background:#fff;color:#172235}.demo-mode-banner{background:#eaf9f2;color:#176346;border:1px solid #c5ead8;border-radius:12px;padding:11px 14px;margin-bottom:16px;font-size:13px}.site-shell .admin-login{position:static}

@media(max-width:1050px){.site-links{display:none}.site-hero{grid-template-columns:1fr;padding-top:65px}.hero-copy{max-width:800px}.product-stage{max-width:800px}.feature-cards{grid-template-columns:repeat(2,1fr)}.business-section{grid-template-columns:1fr}.business-copy{position:static}.demo-banner{grid-template-columns:1fr}.demo-ticket{max-width:480px}.privacy-section{grid-template-columns:1fr}.pricing-card{grid-template-columns:1fr}.price-lock{max-width:340px}.window-body{grid-template-columns:78px minmax(0,1fr) 195px}}
@media(max-width:700px){.site-nav{height:68px;padding:0 16px}.site-actions .site-demo-btn{display:none}.site-actions .btn{padding:9px 11px;font-size:12px}.site-hero{min-height:auto;padding:56px 18px 75px;grid-template-columns:1fr;gap:34px}.site-hero h1{font-size:52px}.hero-lede{font-size:17px}.hero-ctas{display:grid}.hero-ctas .btn{width:100%}.trust-row{gap:9px 16px}.product-stage{padding:10px 0}.product-window{transform:none}.window-body{grid-template-columns:54px 1fr}.mini-side{padding:12px 5px}.mini-side span{font-size:0}.mini-side span:before{font-size:10px;content:'•'}.mini-bill{display:none}.stage-chip{display:none}.logo-strip{display:block;padding:24px 18px}.logo-strip>span{display:block;margin-bottom:16px}.logo-strip>div{gap:13px}.site-section{padding:78px 18px}.feature-cards,.business-grid,.steps-grid{grid-template-columns:1fr}.feature-card{min-height:190px}.business-section{padding-left:18px;padding-right:18px;gap:35px}.demo-banner{margin:70px 14px;padding:38px 25px;border-radius:22px;gap:35px}.demo-points{grid-template-columns:1fr}.pricing-section{padding:0 14px 75px}.pricing-card{padding:32px 22px;gap:25px}.privacy-visual{min-height:350px;padding:25px}.privacy-stack div{display:block}.privacy-stack b{display:block;margin-top:3px}.final-cta{padding:75px 18px}.final-cta>div{display:grid}.site-footer{grid-template-columns:1fr;padding:35px 18px}.footer-links{flex-wrap:wrap;gap:14px}.feature-section h2,.business-copy h2,.privacy-copy h2,.demo-banner h2,.pricing-section h2,.final-cta h2{font-size:38px}}

/* 2026 visual refresh: richer marketing, QR focus and modern billing cards */
.site-proof{max-width:1180px;margin:-28px auto 30px;background:#fff;border:1px solid #e8ebf0;border-radius:22px;box-shadow:0 22px 60px rgba(20,32,51,.08);padding:24px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:6}.site-proof>div{display:grid;gap:4px;border-right:1px solid #edf0f4;padding-right:18px}.site-proof>div:last-child{border-right:0}.site-proof strong{font-size:24px;letter-spacing:-.04em}.site-proof span{font-size:12px;color:#748094;line-height:1.4}.qr-spotlight{max-width:1240px;margin:90px auto;padding:74px 66px;border-radius:34px;background:linear-gradient(135deg,#101926 0%,#152338 58%,#1b2f46 100%);color:#fff;display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center;overflow:hidden;position:relative}.qr-spotlight:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-120px;top:-120px;background:rgba(255,90,61,.16);filter:blur(2px)}.qr-copy{position:relative;z-index:2}.qr-copy h2{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.06em;margin:0 0 22px}.qr-copy>p{font-size:18px;color:#b8c3d1;line-height:1.7;max-width:650px}.qr-benefits{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:28px 0 32px}.qr-benefits span{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:13px 14px;border-radius:12px;font-size:13px}.qr-benefits b{color:#ff8065;font-size:10px;letter-spacing:.08em}.text-link{color:#fff;text-decoration:none;font-weight:800;align-self:center;padding:12px}.qr-visual{position:relative;z-index:2;min-height:580px;display:grid;place-items:center}.phone-frame{width:300px;background:#f7f8fb;color:#192438;border:9px solid #050a11;border-radius:38px;padding:26px 14px 16px;box-shadow:0 34px 80px rgba(0,0,0,.35);transform:rotate(-3deg);position:relative}.phone-notch{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:90px;height:18px;border-radius:20px;background:#050a11}.phone-shop{display:grid;margin-bottom:20px}.phone-shop span{font-size:18px;font-weight:950}.phone-shop small{color:#728096;margin-top:3px}.phone-cat{font-size:10px;font-weight:950;letter-spacing:.1em;color:#8792a3;margin:14px 0 6px;text-transform:uppercase}.phone-item{background:#fff;border:1px solid #e6e9ef;border-radius:12px;padding:11px 12px;margin:6px 0;display:flex;align-items:center;justify-content:space-between}.phone-item>div{display:grid;gap:3px}.phone-item b{font-size:12px}.phone-item small{color:#7c8797}.phone-item i{font-style:normal;min-width:28px;height:28px;border-radius:8px;background:#fff0eb;color:#e74d35;display:grid;place-items:center;font-weight:900}.phone-order{margin-top:16px;background:#ff5a3d;color:#fff;border-radius:12px;padding:13px;text-align:center;font-size:12px;font-weight:950}.qr-flow-card{position:absolute;right:-10px;bottom:32px;width:315px;background:#fff;color:#172235;border-radius:18px;padding:16px;display:grid;grid-template-columns:auto 1fr;gap:12px;box-shadow:0 24px 60px rgba(0,0,0,.3)}.flow-bell{width:44px;height:44px;background:#fff0eb;border-radius:12px;display:grid;place-items:center;position:relative}.flow-bell b{position:absolute;right:-4px;top:-5px;background:#ff5a3d;color:#fff;border-radius:50%;width:19px;height:19px;font-size:10px;display:grid;place-items:center}.qr-flow-card div:nth-child(2){display:grid;gap:3px}.qr-flow-card small{font-size:9px;color:#f0543c;font-weight:950;letter-spacing:.1em}.qr-flow-card strong{font-size:13px}.qr-flow-card span{font-size:10px;color:#7b8696}.qr-flow-card button{grid-column:1/-1;border:0;background:#152033;color:#fff;border-radius:10px;padding:10px;font-weight:900}.pulse-chip{animation:pulseFloat 2s ease-in-out infinite}@keyframes pulseFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
.seg-note{font-size:9px;opacity:.6;margin-left:4px;font-weight:700}.bill-item-card{min-height:154px;padding:14px 15px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 5px 18px rgba(19,31,49,.035);text-align:left}.bill-item-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(19,31,49,.12);border-color:#cfd6e2}.item-card-top,.catalogue-top{display:flex;align-items:center;justify-content:space-between}.item-avatar{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#fff1eb,#ffe1d6);color:#e34b34;display:grid;place-items:center;font-size:11px;font-weight:950;letter-spacing:.02em}.item-add{width:30px;height:30px;border-radius:9px;background:#172235;color:#fff;display:grid;place-items:center;font-size:18px;line-height:1}.item-card-main{margin:17px 0 12px}.item-category{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#929cab;font-weight:850;margin-top:4px}.item-card-price{display:flex;align-items:flex-end;justify-content:space-between}.item-card-price .price{font-size:19px}.item-card-price span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#8d98a8;font-weight:850}.billpanel{border-radius:20px;padding:20px!important;box-shadow:0 14px 40px rgba(23,31,48,.07)}.billline{grid-template-columns:minmax(0,1fr) auto auto;padding:11px 0}.billline-info{display:flex;align-items:center;gap:10px;min-width:0}.billline-dot{width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:#f1f3f7;color:#455166;display:grid;place-items:center;font-size:11px;font-weight:950}.line-amount{min-width:70px;text-align:right}.qty{gap:5px;background:#f5f7fa;border-radius:9px;padding:3px}.qty button{width:25px;height:25px;border:0;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.05)}.bill-empty{display:grid;justify-items:center;text-align:center;padding:52px 12px;color:#667286}.bill-empty>span{font-size:33px;margin-bottom:9px}.bill-empty b{color:#273346}.bill-empty small{margin-top:5px}.proceed-btn{width:100%;margin-top:12px;padding:13px 15px;border-radius:12px;display:flex;justify-content:space-between}.catalogue-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.catalogue-card{min-height:225px;padding:16px;border-radius:18px;background:#fff;box-shadow:0 5px 20px rgba(19,31,49,.04);cursor:pointer}.catalogue-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(19,31,49,.1)}.catalogue-card.inactive{opacity:.65}.status-chip{font-size:9px;text-transform:uppercase;letter-spacing:.08em;padding:6px 8px;border-radius:999px;font-weight:900}.status-chip.live{background:#e8f8f1;color:#13704f}.status-chip.off{background:#f0f2f5;color:#758092}.catalogue-main{margin:20px 0}.price-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}.price-pair>div{background:#f7f8fa;border:1px solid #edf0f4;border-radius:11px;padding:10px}.price-pair small{font-size:8px;letter-spacing:.08em;color:#98a1af;display:block;margin-bottom:3px}.price-pair b{font-size:14px}.catalogue-edit{margin-top:14px;padding-top:11px;border-top:1px solid #edf0f4;display:flex;justify-content:space-between;color:#657185;font-size:11px;font-weight:800}
@media(max-width:1050px){.site-proof{margin:20px 22px 20px;grid-template-columns:1fr 1fr}.qr-spotlight{margin:60px 22px;padding:55px 38px;grid-template-columns:1fr;gap:30px}.qr-visual{min-height:560px}.qr-flow-card{right:10%}}
@media(max-width:700px){.site-proof{grid-template-columns:1fr 1fr;padding:18px;margin:14px}.site-proof>div{border-right:0;border-bottom:1px solid #edf0f4;padding:8px}.site-proof strong{font-size:20px}.qr-spotlight{margin:45px 14px;padding:42px 22px;border-radius:24px}.qr-copy h2{font-size:42px}.qr-copy>p{font-size:16px}.qr-benefits{grid-template-columns:1fr}.qr-visual{min-height:590px}.phone-frame{width:270px}.qr-flow-card{right:0;bottom:15px;width:270px}.itemgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.bill-item-card{min-height:140px;padding:12px}.item-avatar{width:34px;height:34px}.catalogue-grid{grid-template-columns:1fr}.seg-note{display:none}.billline{grid-template-columns:minmax(0,1fr) auto}.line-amount{grid-column:2;text-align:right}.billline .qty{grid-column:2;grid-row:1}}

/* Mobile-first PWA/navigation/billing refinement */
.ui-icon{width:20px;height:20px;display:block;flex:0 0 auto}.side-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#f4f6f9;color:#657186}.side-icon .ui-icon{width:17px;height:17px}.navbtn{display:flex;align-items:center;gap:10px}.navbtn.active .side-icon{background:#ffe8df;color:#e84d35}.navbtn.bill .side-icon{background:rgba(255,255,255,.12);color:#fff}.navbtn.bill.active .side-icon{background:rgba(255,255,255,.18)}.bell{display:inline-flex!important;align-items:center;justify-content:center;min-width:43px;height:43px;padding:0!important}.bell .ui-icon{width:19px;height:19px}.app-install-btn{display:inline-flex!important;align-items:center;gap:7px}.app-install-btn[hidden],.install-site-btn[hidden]{display:none!important}.install-site-btn{background:#fff;color:#172235}.business-name-top{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mobile-cart-fab,.mobile-bill-backdrop,.mobile-bill-close,.mobile-bill-handle{display:none}.billpanel-head>div{display:grid;gap:2px}.bill-source-label{display:block}.bill-item-card{position:relative;overflow:hidden}.bill-item-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#ff684c,#ffb15f);opacity:.85}.item-add{transition:.18s}.bill-item-card:hover .item-add{background:#ff5a3d;transform:rotate(3deg) scale(1.04)}

/* SEO guide cards */
.guides-section{background:#f7f8fb;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.guides-section>h2{font-size:clamp(38px,4.4vw,62px);letter-spacing:-.055em;line-height:1;margin:12px 0 16px;max-width:760px}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:38px}.guide-card{background:#fff;border:1px solid #e4e8ef;border-radius:20px;padding:26px;min-height:250px;display:flex;flex-direction:column;transition:.2s;box-shadow:0 8px 25px rgba(20,32,51,.035)}.guide-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(20,32,51,.09);border-color:#d6dce6}.guide-card>span{font-size:10px;letter-spacing:.12em;font-weight:950;color:#f0543c}.guide-card h3{font-size:23px;line-height:1.15;letter-spacing:-.03em;margin:18px 0 12px}.guide-card p{font-size:14px;line-height:1.65;color:#707b8c;margin:0 0 22px}.guide-card b{margin-top:auto;font-size:13px;color:#182438}

@media(max-width:900px){
  body{padding-bottom:76px}.content{padding-bottom:108px}.menu-mobile{height:72px;padding:7px 8px calc(7px + env(safe-area-inset-bottom));box-shadow:0 -12px 35px rgba(20,32,51,.08);border-top:1px solid #e7ebf1;gap:3px}.menu-mobile button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#8893a3;font-size:10px;font-weight:760;border-radius:13px;transition:.18s;position:relative}.menu-mobile button.active{color:#e84d35;background:#fff4ef}.mobile-nav-icon{height:27px;display:grid;place-items:center}.mobile-nav-icon .ui-icon{width:21px;height:21px;stroke-width:2}.menu-mobile button[data-m="bill"]{margin-top:-19px;height:66px;background:#142033;color:#fff;border:5px solid #f6f7f9;border-radius:20px;box-shadow:0 8px 24px rgba(18,31,49,.2)}.menu-mobile button[data-m="bill"].active{background:#ff5a3d;color:#fff}.menu-mobile button[data-m="bill"] .mobile-nav-icon .ui-icon{width:23px;height:23px}.billing{display:block}.billing>section{min-width:0}.billpanel{display:block;position:fixed!important;left:10px;right:10px;bottom:82px;top:auto!important;z-index:77;max-height:min(72vh,650px);overflow:auto;border-radius:24px!important;box-shadow:0 28px 80px rgba(13,23,38,.28)!important;transform:translateY(calc(100% + 120px));transition:transform .28s cubic-bezier(.2,.8,.2,1);padding:12px 18px 18px!important}.billpanel.mobile-open{transform:translateY(0)}.mobile-bill-handle{display:block;width:48px;height:5px;border-radius:99px;background:#d9dee6;margin:2px auto 11px}.mobile-bill-close{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:10px;background:#f1f3f6;color:#667286}.mobile-bill-close .ui-icon{width:17px;height:17px}.mobile-bill-backdrop{display:block;position:fixed;inset:0;background:rgba(9,15,25,.38);z-index:72;opacity:0;pointer-events:none;transition:.2s;backdrop-filter:blur(2px)}.mobile-bill-backdrop.show{opacity:1;pointer-events:auto}.mobile-cart-fab{display:flex;align-items:center;gap:10px;position:fixed;right:14px;left:14px;bottom:82px;z-index:70;border:0;border-radius:18px;background:#142033;color:#fff;padding:11px 14px;box-shadow:0 18px 45px rgba(15,27,44,.25);cursor:pointer;text-align:left}.mobile-cart-fab>.ui-icon{width:22px;height:22px}.mobile-cart-copy{display:grid;flex:1;gap:1px}.mobile-cart-copy small{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#aeb8c6;font-weight:850}.mobile-cart-copy b{font-size:13px}.mobile-cart-arrow{width:30px;height:30px;border-radius:10px;background:rgba(255,255,255,.11);display:grid;place-items:center}.mobile-cart-fab.has-items{background:linear-gradient(135deg,#152033,#1f344d)}.pagehead{align-items:center}.pagehead h1{font-size:27px}.topbar{padding:0 14px}.top-actions{gap:6px}.business-name-top{display:none}.app-install-btn span{display:none}.app-install-btn{width:43px;padding:0!important;justify-content:center}.billpanel .row.total{position:sticky;bottom:0;background:#fff}.drawer{top:72px}.guide-grid{grid-template-columns:1fr}.guides-section>h2{font-size:42px}
}
@media(max-width:600px){
  .content{padding:14px 12px 112px}.pagehead{display:grid;gap:12px}.pagehead .seg{width:100%}.pagehead .seg button{flex:1}.toolbar{gap:7px}.toolbar .input{max-width:none!important}.itemgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.bill-item-card{min-height:137px;padding:11px 12px}.bill-item-card .item-card-main{margin:13px 0 9px}.bill-item-card .itemname{font-size:14px;line-height:1.15}.bill-item-card .price{font-size:17px}.item-category{font-size:8px}.item-card-price span{font-size:8px}.brand{font-size:17px;gap:8px}.brand .logo{width:32px;height:32px}.top-actions #logout{font-size:11px;padding:9px 10px}.top-actions #resetDemo{display:none}.guide-card{padding:21px;min-height:220px}.guide-card h3{font-size:20px}.site-links{display:none}.site-actions .install-site-btn{display:none!important}
}
@media(max-width:390px){.itemgrid{grid-template-columns:1fr 1fr}.bill-item-card{min-height:130px}.item-avatar{width:31px;height:31px}.item-add{width:28px;height:28px}.top-actions #logout{padding:8px}.brand{font-size:16px}}

/* Bill It Bharat brand + grocery onboarding */
.brand-image-link{display:flex;align-items:center;min-width:180px}.brand-image-link img{height:56px;width:auto;display:block;object-fit:contain}.brand-mark{width:38px;height:38px;object-fit:contain;flex:0 0 auto}.brand-full-logo{width:min(260px,72vw);height:auto;display:block}.brand-onboard{justify-content:flex-start}.admin-suffix{font-size:13px;background:#eaf1ff;color:#0d50b8;border-radius:999px;padding:6px 9px}.mini-brand-img{width:34px;height:34px;object-fit:contain;margin:5px auto}.final-brand-logo{width:240px;max-width:70vw;height:auto;display:block;margin:0 auto 20px}.typegrid{grid-template-columns:repeat(3,1fr)}.typecard{min-height:108px}.bharat-section{padding-top:34px!important}.bharat-card{background:linear-gradient(135deg,#071a3d 0%,#0d4fc4 54%,#0e8d53 145%);color:#fff;border-radius:30px;padding:46px;display:grid;grid-template-columns:1.1fr .9fr;gap:42px;box-shadow:0 30px 70px rgba(15,61,139,.18);overflow:hidden;position:relative}.bharat-card:after{content:"B";position:absolute;right:-30px;top:-110px;font-size:430px;line-height:1;font-weight:950;color:rgba(255,255,255,.045);pointer-events:none}.bharat-copy,.bharat-points{position:relative;z-index:1}.bharat-copy h2{font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 18px}.bharat-copy p{color:#dce9ff;line-height:1.7;font-size:16px}.bharat-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.bharat-tags span{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:9px 12px;font-size:12px;font-weight:800;backdrop-filter:blur(8px)}.bharat-points{display:grid;gap:12px;align-content:center}.bharat-points>div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:19px;display:grid;gap:5px;backdrop-filter:blur(8px)}.bharat-points b{font-size:16px}.bharat-points span{color:#dce9ff;font-size:13px;line-height:1.55}
@media(max-width:900px){.brand-image-link img{height:48px}.bharat-card{grid-template-columns:1fr;padding:34px}.typegrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.app-brand span:not(.demo-mode-badge){font-size:15px}.brand-mark{width:34px;height:34px}.brand-image-link{min-width:120px}.brand-image-link img{height:42px}.bharat-card{padding:28px 22px;border-radius:24px}.bharat-copy h2{font-size:38px}.typegrid{grid-template-columns:1fr 1fr}.typecard{min-height:96px}}

/* Item QR + universal customer ordering */
.item-head-actions,.table-actions,.bulk-actions,.qr-order-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.qr-mini{background:#f2f6ff;border:1px solid #dfe9fb;color:#0d54c7;padding:8px 10px;border-radius:10px;font-size:11px;font-weight:850}.qr-select{display:flex;align-items:center}.qr-select input{width:17px;height:17px;accent-color:#0d54c7}.catalogue-top{gap:9px}.item-card-actions{display:flex;justify-content:space-between;gap:8px;margin-top:13px}.item-card-actions .btn{flex:1}.item-qr-layout{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(260px,.7fr);gap:24px;align-items:start}.print-item-qr-card{background:#fff;border:1px solid #e2e7ef;border-radius:24px;padding:24px;text-align:center;box-shadow:0 18px 45px rgba(18,35,60,.08)}.qr-card-logo{width:180px;max-width:72%;height:auto;margin:0 auto 12px}.qr-render{min-height:190px;display:grid;place-items:center}.qr-render canvas,.qr-render img{max-width:220px!important;width:100%!important;height:auto!important}.print-item-qr-card h2{margin:10px 0 5px;font-size:24px;letter-spacing:-.03em}.qr-card-price{font-size:28px;font-weight:900;color:#0d54c7}.print-item-qr-card p{margin:8px 0;color:#4e5d72}.print-item-qr-card small{display:block;margin-top:12px;color:#7e8998}.qr-config{display:grid;gap:14px}.qr-action-stack{display:grid;gap:9px}.bulk-qr-preview{max-height:60vh;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:4px}.bulk-qr-preview .print-item-qr-card{padding:16px}.bulk-qr-preview .qr-render{min-height:140px}.bulk-qr-preview .qr-render canvas,.bulk-qr-preview .qr-render img{max-width:150px!important}.bulk-qr-preview .qr-card-logo{width:120px}.bulk-qr-preview h2{font-size:18px}.bulk-qr-preview .qr-card-price{font-size:22px}.qr-order-actions{margin-top:12px}.qr-order-actions .import{margin-left:auto}
.customer-universal{max-width:760px!important;padding-bottom:110px}.universal-order-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.secure-chip{font-size:11px;font-weight:850;color:#0d7a4b;background:#e9f8f1;border:1px solid #caecdc;border-radius:999px;padding:8px 10px}.customer-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#eef2f6;padding:5px;border-radius:16px;position:sticky;top:8px;z-index:20;box-shadow:0 10px 25px rgba(19,35,56,.06)}.customer-mode-switch button{border:0;background:transparent;border-radius:12px;padding:13px 10px;font-weight:850;color:#637083}.customer-mode-switch button.active{background:#fff;color:#0d54c7;box-shadow:0 5px 15px rgba(19,35,56,.08)}.manual-order{margin-top:18px}.customer-search-wrap{position:relative;margin-bottom:18px}.customer-search{padding-right:46px!important;height:50px!important}.customer-search-wrap>span{position:absolute;right:17px;top:12px;color:#7d8998;font-size:20px}.customer-category{margin:20px 0}.customer-category h3{font-size:15px;margin:0 0 10px}.customer-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-product-card{background:#fff;border:1px solid #e5e9ef;border-radius:17px;padding:15px;display:grid;gap:14px;box-shadow:0 8px 20px rgba(18,33,54,.035)}.customer-product-card>div:first-child{display:grid;gap:3px}.customer-product-card small{color:#8a95a4;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.customer-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.customer-product-bottom strong{font-size:18px}.qty.compact{gap:4px}.qty.compact button{width:29px;height:29px}.scanner-card{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:18px;background:#fff;border:1px solid #e4e8ee;border-radius:24px;padding:16px}.scanner-frame{background:#0b1421;border-radius:18px;overflow:hidden;min-height:360px;position:relative}.scanner-frame video{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}.scanner-reticle{position:absolute;width:55%;aspect-ratio:1;left:22.5%;top:18%;border:3px solid #fff;border-radius:22px;box-shadow:0 0 0 2000px rgba(5,12,22,.28)}.scanner-reticle:after{content:'Scan Bill It Bharat Item QR';position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%);white-space:nowrap;color:#fff;font-size:12px;font-weight:800}.scanner-copy{align-self:center}.scanner-copy h2{font-size:28px;margin:0 0 8px}.scanner-copy p{color:#687588;line-height:1.6}.scan-status{background:#eef6ff;color:#144d93;border-radius:13px;padding:12px;margin:15px 0;font-size:12px;line-height:1.5}.customer-floating-cart{position:fixed;z-index:55;left:50%;bottom:18px;transform:translateX(-50%);width:min(720px,calc(100% - 24px));background:#122039;color:#fff;border:0;border-radius:18px;padding:13px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 18px 50px rgba(9,20,37,.28);cursor:pointer;text-align:left}.customer-floating-cart>span:first-child{font-size:20px}.customer-floating-cart>span:nth-child(2){display:grid;gap:1px;flex:1}.customer-floating-cart small{font-size:9px;letter-spacing:.1em;color:#aeb8c8}.customer-floating-cart b{font-size:13px}.customer-floating-cart strong{font-size:12px}.customer-floating-cart.has-items{background:linear-gradient(135deg,#0d50b8,#0d75d9)}.customer-cart-backdrop{position:fixed;inset:0;background:rgba(5,12,22,.42);z-index:79;backdrop-filter:blur(2px)}.customer-cart-sheet{position:fixed;z-index:80;left:50%;bottom:0;transform:translateX(-50%);width:min(760px,100%);max-height:82vh;overflow:auto;background:#fff;border-radius:28px 28px 0 0;padding:18px 20px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -25px 70px rgba(7,18,34,.22)}.cart-sheet-head{display:flex;justify-content:space-between;align-items:center}.cart-sheet-head small{color:#8a95a4;font-size:9px;letter-spacing:.1em}.cart-sheet-head h2{margin:3px 0 0}.customer-cart-lines{display:grid;gap:8px;margin:16px 0}.customer-cart-line{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid #edf0f4}.customer-cart-line>div:first-child{display:grid;gap:3px}.customer-cart-line small{color:#8b95a4}.customer-cart-total{display:flex;justify-content:space-between;font-size:22px;font-weight:900;margin:15px 0}.customer-place{width:100%;height:50px}.customer-success{display:grid;place-items:center;min-height:85vh}.customer-success .card{text-align:center;max-width:520px}.success-check{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#e8f8ef;color:#0a9153;font-size:36px;font-weight:900;margin:18px auto}.context-confirm{display:inline-block;background:#eef4ff;border-radius:999px;padding:8px 12px;color:#0d54c7;font-weight:800}
@media(max-width:700px){.item-qr-layout{grid-template-columns:1fr}.bulk-qr-preview{grid-template-columns:1fr}.item-head-actions{width:100%}.scanner-card{grid-template-columns:1fr}.scanner-frame,.scanner-frame video{min-height:310px}.customer-product-grid{grid-template-columns:1fr}.universal-order-head{align-items:flex-start}.secure-chip{font-size:9px}.customer-mode-switch{top:4px}.customer-floating-cart{bottom:12px}.qr-order-actions .import{margin-left:0;flex:1}}

/* Premium light brand headers + Scan & Shop marketing */
.topbar{background:rgba(255,255,255,.96);color:#13213a;border-bottom:1px solid #e6ebf2;box-shadow:0 8px 30px rgba(22,39,66,.06);backdrop-filter:blur(18px)}
.topbar .business-name-top{color:#64748b!important}.topbar .btn.ghost{color:#183153;border-color:#dbe3ee;background:#fff}.topbar .btn.ghost:hover{background:#f5f8fc}.topbar .badge{box-shadow:0 0 0 2px #fff}.app-brand{color:#0b3f9d}.app-brand .brand-mark{width:42px;height:42px}.site-nav-wrap{background:rgba(255,255,255,.94);border-bottom:1px solid #e5eaf1;box-shadow:0 8px 30px rgba(16,34,60,.055);backdrop-filter:blur(20px)}.site-nav{color:#13213a}.site-links{color:#5f6e83}.site-links a:hover{color:#0d54c7}.site-demo-btn{background:#f5f8fc;color:#16345f;border:1px solid #dbe3ee}.brand-image-link{background:#fff;border-radius:14px;padding:4px 10px;box-shadow:0 4px 16px rgba(21,47,87,.04)}.site-nav .brand-image-link img{height:58px}.topbar .brand-mark{filter:drop-shadow(0 3px 8px rgba(13,84,199,.12))}
.scan-shop-section{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.scan-shop-copy h2,.different-section h2{font-size:clamp(40px,4.2vw,62px);line-height:1.02;letter-spacing:-.055em;margin:0 0 20px}.scan-shop-copy>p{font-size:18px;line-height:1.72;color:#657287}.scan-shop-flow{display:flex;gap:8px;flex-wrap:wrap;margin:27px 0}.scan-shop-flow span{background:#f4f7fb;border:1px solid #e1e7ef;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:800;color:#30435f}.scan-shop-flow b{color:#ff5a3d;margin-right:5px}.scan-shop-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0 28px;color:#526176;font-size:13px}.dark-link{color:#1b4f9e!important}.scan-shop-visual{min-height:520px;background:linear-gradient(145deg,#f5f9ff,#fff6ef);border:1px solid #e4eaf2;border-radius:32px;position:relative;padding:40px;display:flex;align-items:center;justify-content:center;overflow:hidden}.scan-item-card{position:absolute;left:35px;top:55px;width:190px;background:#fff;border:1px solid #e1e7ef;border-radius:22px;padding:18px;text-align:center;box-shadow:0 22px 55px rgba(18,46,86,.12);transform:rotate(-5deg);z-index:2}.scan-item-card img{width:38px}.scan-item-card small{display:block;color:#8995a5;font-size:9px;letter-spacing:.12em;margin:5px}.fake-qr{font-size:86px;line-height:.9;color:#0c1420;margin:5px}.scan-item-card h3{margin:8px 0 3px}.scan-item-card strong{font-size:22px;color:#0d54c7}.scan-item-card span{display:block;font-size:10px;color:#748196;margin-top:6px}.scan-phone{width:245px;min-height:410px;background:#fff;border:8px solid #142033;border-radius:35px;padding:22px 14px;box-shadow:0 30px 70px rgba(17,37,69,.18);transform:translateX(65px)}.scan-phone-head{display:grid;border-bottom:1px solid #edf0f4;padding-bottom:12px}.scan-phone-head small{color:#8a96a6}.scan-confirm{background:#eaf9f2;color:#0b7b4c;padding:9px;border-radius:10px;font-size:11px;font-weight:800;margin:14px 0}.scan-mode{display:grid;grid-template-columns:1fr 1fr;background:#f1f4f8;padding:4px;border-radius:10px;font-size:9px}.scan-mode>*{padding:7px;text-align:center}.scan-mode b{background:#fff;border-radius:7px;color:#0d54c7}.scan-cart-row,.scan-cart-total{display:flex;justify-content:space-between;padding:14px 2px;border-bottom:1px solid #edf0f4;font-size:11px}.scan-cart-total{font-size:14px;border:0}.merchant-order-pop{position:absolute;right:25px;bottom:36px;width:240px;background:#122039;color:#fff;border-radius:17px;padding:16px;box-shadow:0 22px 50px rgba(10,29,58,.24);display:grid;gap:5px}.merchant-order-pop small{color:#9eb1ce;font-size:8px;letter-spacing:.12em}.merchant-order-pop span{color:#b9c7da;font-size:10px}.merchant-order-pop button{border:0;border-radius:9px;background:#ff5a3d;color:#fff;padding:9px;font-weight:850;margin-top:5px}.different-section{text-align:center}.different-section .section-lede{margin-left:auto;margin-right:auto}.difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;text-align:left}.difference-grid article{border:1px solid #e3e8ef;border-radius:20px;padding:25px;min-height:220px;background:#fff;box-shadow:0 10px 30px rgba(19,39,70,.035)}.difference-grid i{font-style:normal;width:44px;height:44px;border-radius:12px;background:#eef5ff;color:#0d54c7;display:grid;place-items:center;font-weight:950;margin-bottom:30px}.difference-grid h3{font-size:19px;margin:0 0 9px}.difference-grid p{color:#68768a;line-height:1.6;font-size:13px}.difference-grid .free-diff{background:linear-gradient(145deg,#0c4db8,#0b8c55);color:#fff;border:0}.difference-grid .free-diff i{background:rgba(255,255,255,.15);color:#fff}.difference-grid .free-diff p{color:#e2efff}.comparison-note{margin-top:18px;border-radius:16px;background:#f6f8fb;padding:18px 22px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;color:#637186;font-size:13px}.comparison-note b{color:#1a2940}.pricing-card{border-color:#d9e5f6;background:linear-gradient(145deg,#fff,#f5f9ff)}
@media(max-width:900px){.scan-shop-section{grid-template-columns:1fr;gap:35px}.difference-grid{grid-template-columns:1fr 1fr}.scan-shop-visual{min-height:500px}.site-nav .brand-image-link img{height:50px}}
@media(max-width:600px){.difference-grid{grid-template-columns:1fr}.scan-shop-points{grid-template-columns:1fr}.scan-shop-visual{padding:20px;min-height:500px}.scan-item-card{left:15px;top:35px;width:150px;padding:12px}.fake-qr{font-size:65px}.scan-phone{width:215px;transform:translateX(50px)}.merchant-order-pop{right:12px;bottom:20px;width:210px}.site-nav .brand-image-link img{height:44px}.topbar{padding:0 12px}.app-brand .brand-mark{width:38px;height:38px}}
