.bbz-home{--bbz-bg:#fff;--bbz-bg-soft:#f7f7f7;--bbz-bg-cream:#fbf7ee;--bbz-bg-cream-2:#f5efe2;--bbz-ink:#1a1a1a;--bbz-ink-deep:#0e0e0c;--bbz-text:#303030;--bbz-muted:#616161;--bbz-faint:#9ca3af;--bbz-line:#e7e3d8;--bbz-line-2:#e3e3e3;--bbz-accent:#ff6b35;--bbz-accent-2:#ff8850;--bbz-accent-deep:#c44a1f;--bbz-accent-tint:#fff1ea;--bbz-saffron:#f93;--bbz-green:#138808;--bbz-serif:var(--font-serif),Georgia,"Times New Roman",serif;--bbz-sans:var(--font-sans),"Inter",system-ui,sans-serif;--bbz-mono:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,monospace;--bbz-r-sm:8px;--bbz-r-md:12px;--bbz-r-lg:18px;--bbz-r-xl:26px;--bbz-r-pill:999px;--bbz-sh-sm:0 1px 2px rgba(20,16,12,.05);--bbz-sh-md:0 6px 22px rgba(20,16,12,.07);--bbz-sh-lg:0 22px 60px rgba(20,16,12,.13);--bbz-sh-orange:0 14px 34px rgba(255,107,53,.3);--bbz-maxw:1200px;font-family:var(--bbz-sans);background:var(--bbz-bg);color:var(--bbz-text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}.bbz-home *{box-sizing:border-box}.bbz-home a{color:inherit;text-decoration:none}.bbz-home img,.bbz-home svg{display:block;max-width:100%}.bbz-home button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}.bbz-home ::-moz-selection{background:var(--bbz-accent-tint);color:var(--bbz-accent-deep)}.bbz-home ::selection{background:var(--bbz-accent-tint);color:var(--bbz-accent-deep)}.bbz-home h1,.bbz-home h2,.bbz-home h3,.bbz-home h4,.bbz-home h5,.bbz-home h6{margin:0;font-weight:400;letter-spacing:normal;line-height:inherit}.bbz-home p,.bbz-home ul{margin:0;padding:0}.bbz-home ul{list-style:none}.bbz-home .wrap{max-width:var(--bbz-maxw);margin:0 auto;padding:0 28px}.bbz-home .kicker{font-family:var(--bbz-mono);font-size:12px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--bbz-accent-deep);display:inline-flex;align-items:center;gap:10px}.bbz-home .kicker:before{content:"";width:22px;height:1px;background:var(--bbz-accent)}.bbz-home .kicker.center{justify-content:center}.bbz-home .kicker.center:after{content:"";width:22px;height:1px;background:var(--bbz-accent)}.bbz-home .bbz-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:52px;padding:0 28px;border-radius:var(--bbz-r-pill);font-size:16px;font-weight:600;white-space:nowrap;transition:transform .18s cubic-bezier(.2,.7,.2,1),box-shadow .18s,background .18s,border-color .18s;cursor:pointer}.bbz-home .bbz-btn svg{width:18px;height:18px}.bbz-home .bbz-btn-primary{color:#fff;background:linear-gradient(135deg,var(--bbz-accent),var(--bbz-accent-2));box-shadow:var(--bbz-sh-orange)}.bbz-home .bbz-btn-primary:hover{transform:translateY(-2px) scale(1.015);box-shadow:0 18px 40px rgba(255,107,53,.4)}.bbz-home .bbz-btn-ghost{color:var(--bbz-ink);background:var(--bbz-bg);border:1px solid var(--bbz-line-2)}.bbz-home .bbz-btn-ghost:hover{border-color:var(--bbz-ink);box-shadow:var(--bbz-sh-md);transform:translateY(-2px)}.bbz-home .bbz-btn-sm{height:44px;padding:0 20px;font-size:14.5px}.bbz-home .bbz-btn-ghost-dark{color:#fff;background:transparent;border:1px solid hsla(0,0%,100%,.3)}.bbz-home .bbz-btn-ghost-dark:hover{border-color:#fff;background:hsla(0,0%,100%,.06);transform:translateY(-2px)}.bbz-home .pill{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 16px;border-radius:var(--bbz-r-pill);font-size:13.5px;font-weight:600;background:var(--bbz-bg);border:1px solid var(--bbz-accent);color:var(--bbz-accent-deep);box-shadow:var(--bbz-sh-sm)}.bbz-home .pill .flag{font-size:15px}.bbz-home .announce{background:var(--bbz-ink);color:#f3efe6;font-size:13px}.bbz-home .announce .wrap{display:flex;align-items:center;justify-content:center;gap:12px;min-height:40px;padding:8px 28px;text-align:center;flex-wrap:wrap}.bbz-home .announce .tag{font-family:var(--bbz-mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--bbz-saffron);border:1px solid rgba(255,153,51,.4);border-radius:var(--bbz-r-pill);padding:3px 9px}.bbz-home .announce a{color:#fff;font-weight:600;display:inline-flex;align-items:center;gap:6px}.bbz-home .announce a:hover{color:var(--bbz-saffron)}.bbz-home .announce a svg{width:14px;height:14px}.bbz-home .nav{position:sticky;top:0;z-index:60;background:hsla(0,0%,100%,.82);backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}.bbz-home .nav.scrolled{border-bottom-color:var(--bbz-line-2);box-shadow:0 2px 18px rgba(20,16,12,.05)}.bbz-home .nav .wrap{display:flex;align-items:center;justify-content:space-between;height:74px;gap:22px}.bbz-home .brand{display:inline-flex;align-items:center;gap:11px}.bbz-home .brand img{width:40px;height:40px;border-radius:11px;box-shadow:var(--bbz-sh-sm)}.bbz-home .brand .bn{display:flex;flex-direction:column;line-height:1.18}.bbz-home .brand .bn b{font-size:19px;font-weight:700;color:var(--bbz-ink);letter-spacing:-.02em}.bbz-home .brand .bn .hi{font-family:var(--bbz-serif);font-size:14px;font-style:italic;color:var(--bbz-accent-deep);letter-spacing:.005em;white-space:nowrap}.bbz-home .nav-links{display:flex;align-items:center;gap:30px}.bbz-home .nav-links a{font-size:15px;font-weight:500;color:var(--bbz-text);display:inline-flex;align-items:center;gap:7px;position:relative;transition:color .15s}.bbz-home .nav-links a:hover{color:var(--bbz-accent-deep)}.bbz-home .nav-right{display:flex;align-items:center;gap:12px}.bbz-home .nav-right .login{font-size:14.5px;font-weight:600;color:var(--bbz-ink);height:44px;padding:0 18px;border-radius:var(--bbz-r-pill);display:inline-flex;align-items:center;border:1px solid var(--bbz-line-2);transition:border-color .15s,background .15s}.bbz-home .nav-right .login:hover{border-color:var(--bbz-ink);background:var(--bbz-bg-soft)}.bbz-home .burger{display:none;width:46px;height:46px;border:1px solid var(--bbz-line-2);border-radius:var(--bbz-r-md);flex-direction:column;gap:4px;align-items:center;justify-content:center;background:var(--bbz-bg)}.bbz-home .burger i{width:19px;height:2px;background:var(--bbz-ink);border-radius:2px;transition:.2s;display:block}.bbz-home .mobile-menu{display:none}.bbz-home .hero{position:relative;overflow:hidden;padding:56px 0 72px}.bbz-home .hero:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 16% 28%,rgba(255,107,53,.07),transparent 46%),radial-gradient(circle at 92% 70%,rgba(255,153,51,.06),transparent 50%),linear-gradient(180deg,#fffcf8,#fff 60%);pointer-events:none}.bbz-home .hero .wrap{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.22fr;align-items:center;gap:24px;min-height:600px}.bbz-home .hero-copy{max-width:600px}.bbz-home .hero h1{font-family:var(--bbz-serif);font-weight:400;font-size:clamp(44px,5.6vw,74px);line-height:1;letter-spacing:-.015em;color:var(--bbz-ink);margin:22px 0 0}.bbz-home .hero h1 .accent{color:var(--bbz-accent-deep);font-style:italic;position:relative}.bbz-home .hero h1 .accent:after{content:"";position:absolute;left:0;right:0;bottom:.04em;height:.11em;background:linear-gradient(90deg,transparent,rgba(255,107,53,.55) 18%,rgba(196,74,31,.6) 82%,transparent);border-radius:3px;transform:scaleX(0);transform-origin:left;animation:bbz-underline .8s cubic-bezier(.2,.7,.2,1) .7s forwards}@keyframes bbz-underline{to{transform:scaleX(1)}}.bbz-home .hero .sub{margin-top:30px;font-size:clamp(17px,1.4vw,20px);color:var(--bbz-muted);max-width:34ch;line-height:1.55}.bbz-home .hero .sub b{color:var(--bbz-ink);font-weight:600}.bbz-home .hero-cta{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.bbz-home .hero .trust{margin-top:22px;font-family:var(--bbz-mono);font-size:12.5px;color:var(--bbz-muted);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bbz-home .hero .trust .dot{width:4px;height:4px;border-radius:50%;background:var(--bbz-faint)}.bbz-home .map-stage{position:relative;width:100%;aspect-ratio:1/1;max-width:720px;margin-left:auto;animation:bbz-floaty 9s ease-in-out infinite}@keyframes bbz-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.bbz-home .map-stage svg{width:100%;height:100%;overflow:visible}.bbz-home .india-shape{filter:drop-shadow(0 18px 40px rgba(255,107,53,.28))}.bbz-home .india-sheen{mix-blend-mode:screen;opacity:.8}.bbz-home .node-ring{fill:none;stroke:var(--bbz-accent);stroke-width:4;transform-origin:center;transform-box:fill-box}.bbz-home .node-core{fill:#fff;stroke:var(--bbz-accent-deep);stroke-width:3}.bbz-home .node.hub .node-core{fill:var(--bbz-accent);stroke:#fff}.bbz-home .arc-trail{fill:none;stroke-linecap:round}.bbz-home .ping-dot{filter:drop-shadow(0 0 6px rgba(255,107,53,.9))}.bbz-home .map-halo{position:absolute;inset:6% 6% 10% 6%;z-index:0;border-radius:50%;background:radial-gradient(circle at 50% 46%,rgba(255,137,80,.32),rgba(255,153,51,.12) 42%,transparent 68%);filter:blur(8px);animation:bbz-haloPulse 7s ease-in-out infinite;pointer-events:none}@keyframes bbz-haloPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.bbz-home .city-label{position:absolute;transform:translate(-100%,-50%);z-index:5;font-size:12.5px;font-weight:600;color:var(--bbz-ink);white-space:nowrap;pointer-events:none;text-shadow:0 1px 5px hsla(0,0%,100%,.92),0 0 2px hsla(0,0%,100%,.92)}.bbz-home .city-label.left{transform:translate(-100%,-50%);padding-right:11px}.bbz-home .city-label.right{transform:translateY(-50%);padding-left:11px}.bbz-home .node-sub{fill:var(--bbz-accent-deep);opacity:.5}.bbz-home .map-caption{position:absolute;left:50%;bottom:-6%;transform:translateX(-50%);z-index:5;background:rgba(26,26,26,.92);color:#f3efe6;border-radius:var(--bbz-r-pill);padding:9px 16px;display:inline-flex;align-items:center;gap:9px;white-space:nowrap;box-shadow:var(--bbz-sh-lg);backdrop-filter:blur(8px);font-family:var(--bbz-mono);font-size:11.5px;letter-spacing:.03em}.bbz-home .map-caption .live{width:8px;height:8px;border-radius:50%;background:#36d399;flex:none;animation:bbz-blink 1.6s ease-in-out infinite;box-shadow:0 0 0 4px rgba(54,211,153,.2)}@keyframes bbz-blink{0%,to{opacity:1}50%{opacity:.35}}.bbz-home .section{padding:100px 0}.bbz-home .section.tight{padding:80px 0}.bbz-home .sec-head{max-width:680px}.bbz-home .sec-head.center{margin:0 auto;text-align:center}.bbz-home .sec-head h2{font-family:var(--bbz-serif);font-weight:400;font-size:clamp(34px,4.4vw,56px);line-height:1.04;letter-spacing:-.01em;color:var(--bbz-ink);margin-top:16px}.bbz-home .sec-head h2 em{font-style:italic;color:var(--bbz-accent-deep)}.bbz-home .sec-head p{margin-top:18px;font-size:18px;color:var(--bbz-muted);line-height:1.6}.bbz-home .stats-sec{background:var(--bbz-ink);color:#f3efe6;position:relative;overflow:hidden}.bbz-home .stats-sec:before{content:"";position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,rgba(255,107,53,.22),transparent 70%);pointer-events:none}.bbz-home .stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative}.bbz-home .stats-sec h2{font-family:var(--bbz-serif);font-weight:400;font-size:clamp(32px,3.8vw,50px);line-height:1.06;color:#fff}.bbz-home .stats-sec h2 em{font-style:italic;color:var(--bbz-saffron)}.bbz-home .stats-sec .lead{margin-top:18px;font-size:18px;color:#c9c5bb;max-width:44ch}.bbz-home .stat-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bbz-home .stat-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--bbz-r-lg);padding:26px;transition:background .2s,transform .2s}.bbz-home .stat-card:hover{background:hsla(0,0%,100%,.1);transform:translateY(-3px)}.bbz-home .stat-card .sv{font-family:var(--bbz-serif);font-size:clamp(40px,4.6vw,54px);color:var(--bbz-accent-2);line-height:1}.bbz-home .stat-card .sl{margin-top:10px;font-size:14px;color:#c9c5bb}.bbz-home .feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:48px}.bbz-home .feature{background:var(--bbz-bg);border:1px solid var(--bbz-line);border-radius:var(--bbz-r-lg);padding:30px;box-shadow:var(--bbz-sh-sm);transition:transform .22s,box-shadow .22s,border-color .22s}.bbz-home .feature:hover{transform:translateY(-4px);box-shadow:var(--bbz-sh-lg);border-color:transparent}.bbz-home .feature .ico{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;background:var(--bbz-accent-tint);color:var(--bbz-accent-deep);margin-bottom:20px}.bbz-home .feature .ico svg{width:24px;height:24px}.bbz-home .feature h3{font-size:20px;font-weight:700;color:var(--bbz-ink);letter-spacing:-.01em}.bbz-home .feature p{margin-top:9px;font-size:15px;color:var(--bbz-muted);line-height:1.6}.bbz-home .star-sec{background:linear-gradient(160deg,var(--bbz-bg-cream),#fff 55%,var(--bbz-accent-tint));position:relative;overflow:hidden}.bbz-home .star-card{text-align:center;max-width:760px;margin:0 auto;position:relative}.bbz-home .star-sec h2{font-family:var(--bbz-serif);font-weight:400;font-size:clamp(34px,4.6vw,58px);line-height:1.04;color:var(--bbz-ink);margin-top:18px}.bbz-home .star-sec h2 .amt{color:var(--bbz-accent);font-style:italic}.bbz-home .star-sec .lead{margin-top:18px;font-size:18px;color:var(--bbz-muted)}.bbz-home .star-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:38px 0}.bbz-home .star-step{background:var(--bbz-bg);border:1px solid var(--bbz-line);border-radius:var(--bbz-r-md);padding:20px 14px;box-shadow:var(--bbz-sh-sm)}.bbz-home .star-step .sv{font-size:22px;font-weight:700;color:var(--bbz-ink)}.bbz-home .star-step .sv .s{color:var(--bbz-saffron)}.bbz-home .star-step .sl{margin-top:5px;font-size:12.5px;color:var(--bbz-muted)}.bbz-home .star-foot{margin-top:22px;font-family:var(--bbz-mono);font-size:12.5px;color:var(--bbz-faint)}.bbz-home .cmp-sec{background:var(--bbz-bg-soft);border-top:1px solid var(--bbz-line)}.bbz-home .cmp-table-wrap{overflow-x:auto;background:var(--bbz-bg);border:1px solid var(--bbz-line-2);border-radius:var(--bbz-r-lg);box-shadow:var(--bbz-sh-md);margin-top:44px}.bbz-home .cmp-table{width:100%;border-collapse:collapse;font-size:15px;min-width:680px}.bbz-home .cmp-table thead tr{background:var(--bbz-bg-soft);border-bottom:1px solid var(--bbz-line-2)}.bbz-home .cmp-table th{text-align:left;padding:18px 20px;font-weight:600;color:var(--bbz-muted);font-size:14px}.bbz-home .cmp-table th.us{color:var(--bbz-accent-deep);font-weight:700;font-size:15px}.bbz-home .cmp-table td{padding:16px 20px;border-bottom:1px solid var(--bbz-line);color:var(--bbz-text)}.bbz-home .cmp-table tr:last-child td{border-bottom:none}.bbz-home .cmp-table td.feat{font-weight:600;color:var(--bbz-ink)}.bbz-home .cmp-table td.us{color:var(--bbz-accent-deep);font-weight:600;background:var(--bbz-accent-tint)}.bbz-home .cmp-table td.us .ok{display:inline-flex;align-items:center;gap:7px}.bbz-home .cmp-table .check{width:16px;height:16px;flex:none;color:var(--bbz-green)}.bbz-home .cmp-note{margin-top:16px;font-size:12.5px;color:var(--bbz-faint);text-align:center}.bbz-home .faq-list{max-width:760px;margin:44px auto 0;display:flex;flex-direction:column;gap:14px}.bbz-home .faq{background:var(--bbz-bg-soft);border:1px solid var(--bbz-line);border-radius:var(--bbz-r-lg);overflow:hidden;transition:border-color .2s,box-shadow .2s}.bbz-home .faq[open]{border-color:var(--bbz-accent);box-shadow:var(--bbz-sh-md);background:var(--bbz-bg)}.bbz-home .faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;font-size:18px;font-weight:600;color:var(--bbz-ink)}.bbz-home .faq summary::-webkit-details-marker{display:none}.bbz-home .faq summary .q-ico{width:24px;height:24px;flex:none;color:var(--bbz-accent-deep);transition:transform .25s}.bbz-home .faq[open] summary .q-ico{transform:rotate(45deg)}.bbz-home .faq .ans{padding:0 24px 24px;font-size:15.5px;color:var(--bbz-text);line-height:1.7;max-width:64ch}.bbz-home .cta-sec{background:var(--bbz-ink);color:#fff;position:relative;overflow:hidden}.bbz-home .cta-sec:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 120%,rgba(255,107,53,.3),transparent 55%)}.bbz-home .cta-inner{position:relative;text-align:center;max-width:720px;margin:0 auto}.bbz-home .cta-inner h2{font-family:var(--bbz-serif);font-weight:400;font-size:clamp(36px,5vw,64px);line-height:1.02}.bbz-home .cta-inner h2 em{font-style:italic;color:var(--bbz-saffron)}.bbz-home .cta-inner p{margin-top:18px;font-size:18px;color:#c9c5bb}.bbz-home .cta-inner .hero-cta{justify-content:center;margin-top:32px}.bbz-home .foot{background:var(--bbz-bg-soft);border-top:1px solid var(--bbz-line-2);padding:64px 0 36px}.bbz-home .foot .grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1fr;gap:38px}.bbz-home .foot .brand img{width:38px;height:38px}.bbz-home .foot .blurb{margin-top:16px;font-size:14px;color:var(--bbz-muted);max-width:300px;line-height:1.6}.bbz-home .foot-mail{display:inline-block;margin-top:6px;font-size:13.5px;font-weight:600;color:var(--bbz-accent-deep)}.bbz-home .foot .socials{display:flex;gap:10px;margin-top:18px}.bbz-home .foot .socials a{width:40px;height:40px;border-radius:50%;border:1px solid var(--bbz-line-2);display:grid;place-items:center;color:var(--bbz-muted);background:var(--bbz-bg);transition:.15s}.bbz-home .foot .socials a:hover{color:var(--bbz-accent);border-color:var(--bbz-accent);transform:translateY(-2px)}.bbz-home .foot .socials svg{width:17px;height:17px}.bbz-home .foot h6{font-size:13px;font-weight:700;color:var(--bbz-ink);margin-bottom:16px}.bbz-home .foot ul{list-style:none;display:flex;flex-direction:column;gap:11px}.bbz-home .foot ul a{font-size:14px;color:var(--bbz-muted);transition:color .15s}.bbz-home .foot ul a:hover{color:var(--bbz-accent-deep)}.bbz-home .foot-base{margin-top:52px;padding-top:26px;border-top:1px solid var(--bbz-line-2);display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;font-size:13.5px;color:var(--bbz-muted)}.bbz-home .foot-base .tri{display:inline-flex;gap:4px;align-items:center}.bbz-home .foot-base .tri i{width:18px;height:4px;border-radius:2px;display:block}.bbz-home .foot-base .tri i:first-child{background:var(--bbz-saffron)}.bbz-home .foot-base .tri i:nth-child(2){background:#fff;box-shadow:inset 0 0 0 1px var(--bbz-line-2)}.bbz-home .foot-base .tri i:nth-child(3){background:var(--bbz-green)}.bbz-home .sf-sec{background:linear-gradient(180deg,#fff,var(--bbz-bg-soft));border-top:1px solid var(--bbz-line)}.bbz-home .sf-stage{position:relative;max-width:1040px;margin:0 auto;padding:96px 0}.bbz-home .sf-window{position:relative;z-index:2;border-radius:18px;overflow:hidden;box-shadow:var(--bbz-sh-lg);border:1px solid var(--bbz-line-2);background:#fff}.bbz-home .sf-bar{height:48px;background:#f1ede6;display:flex;align-items:center;gap:16px;padding:0 18px;border-bottom:1px solid var(--bbz-line-2)}.bbz-home .sf-dots{display:flex;gap:7px}.bbz-home .sf-dots i{width:12px;height:12px;border-radius:50%;display:block}.bbz-home .sf-dots i:first-child{background:#ff5f57}.bbz-home .sf-dots i:nth-child(2){background:#febc2e}.bbz-home .sf-dots i:nth-child(3){background:#28c840}.bbz-home .sf-url{flex:1;max-width:440px;height:30px;background:#fff;border:1px solid var(--bbz-line-2);border-radius:var(--bbz-r-pill);display:inline-flex;align-items:center;gap:8px;padding:0 14px;font-family:var(--bbz-mono);font-size:12px;color:var(--bbz-muted)}.bbz-home .sf-url svg{width:13px;height:13px;color:var(--bbz-green);flex:none}.bbz-home .sf-url b{color:var(--bbz-ink);font-weight:600}.bbz-home .sf-store-head{display:flex;align-items:center;gap:15px;padding:18px 26px;border-bottom:1px solid var(--bbz-line)}.bbz-home .sf-logo{width:42px;height:42px;border-radius:12px;background:linear-gradient(140deg,var(--bbz-accent),var(--bbz-accent-deep));color:#fff;display:grid;place-items:center;font-family:var(--bbz-serif);font-size:22px;font-style:italic;flex:none}.bbz-home .sf-store-name b{font-size:17px;color:var(--bbz-ink);display:block;letter-spacing:-.01em}.bbz-home .sf-store-name span{font-size:11px;color:var(--bbz-muted);font-family:var(--bbz-mono)}.bbz-home .sf-store-nav{margin-left:auto;display:flex;gap:22px}.bbz-home .sf-store-nav a{font-size:13.5px;color:var(--bbz-text);font-weight:500}.bbz-home .sf-cart{width:40px;height:40px;border-radius:50%;border:1px solid var(--bbz-line-2);display:grid;place-items:center;color:var(--bbz-ink);position:relative}.bbz-home .sf-cart svg{width:18px;height:18px}.bbz-home .sf-cart .c{position:absolute;top:-2px;right:-2px;width:17px;height:17px;border-radius:50%;background:var(--bbz-accent);color:#fff;font-size:9.5px;font-weight:700;display:grid;place-items:center}.bbz-home .sf-promo{background:var(--bbz-ink);color:#f3efe6;text-align:center;padding:10px;font-size:12.5px;font-family:var(--bbz-mono);letter-spacing:.04em}.bbz-home .sf-promo b{color:var(--bbz-saffron)}.bbz-home .sf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:26px}.bbz-home .sf-prod .sf-img{aspect-ratio:4/5;border-radius:12px;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.04)}.bbz-home .sf-img .lbl{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--bbz-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(90,60,30,.55);text-align:center;padding:8px}.bbz-home .sf-img .save{position:absolute;top:8px;left:8px;background:var(--bbz-accent);color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:var(--bbz-r-pill);z-index:1}.bbz-home .sf-prod h5{margin-top:11px;font-size:13.5px;font-weight:600;color:var(--bbz-ink);line-height:1.3}.bbz-home .sf-price{margin-top:6px;display:flex;align-items:baseline;gap:7px}.bbz-home .sf-price .now{font-size:15.5px;font-weight:700;color:var(--bbz-ink)}.bbz-home .sf-price .mrp{font-size:12px;color:var(--bbz-faint);text-decoration:line-through}.bbz-home .sf-meta{margin-top:8px;display:flex;align-items:center;gap:9px}.bbz-home .sf-rate{display:inline-flex;align-items:center;gap:3px;background:var(--bbz-green);color:#fff;font-size:10.5px;font-weight:700;padding:2px 6px;border-radius:5px}.bbz-home .sf-rate svg{width:9px;height:9px}.bbz-home .sf-free{font-size:11px;color:var(--bbz-green);font-weight:600}.bbz-home .ph-saff{background:repeating-linear-gradient(135deg,#fbe3ce 0 10px,#f6d6ba 10px 20px)}.bbz-home .ph-rose{background:repeating-linear-gradient(135deg,#f6dad9 0 10px,#eec8c6 10px 20px)}.bbz-home .ph-sage{background:repeating-linear-gradient(135deg,#dee7d9 0 10px,#cfddc7 10px 20px)}.bbz-home .ph-sand{background:repeating-linear-gradient(135deg,#efe7d6 0 10px,#e6dbc4 10px 20px)}.bbz-home .sf-chip{background:#fff;border:1px solid var(--bbz-line-2);border-radius:15px;padding:12px 15px;box-shadow:var(--bbz-sh-lg);display:flex;align-items:center;gap:11px;font-size:13.5px;font-weight:600;color:var(--bbz-ink);z-index:6;flex:0 1 234px;animation:bbz-floaty 7s ease-in-out infinite;animation-delay:var(--d,0s);pointer-events:auto}.bbz-home .sf-chip .ci{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--bbz-accent-tint);color:var(--bbz-accent-deep);flex:none}.bbz-home .sf-chip .ci svg{width:17px;height:17px}.bbz-home .sf-chip small{display:block;font-size:11px;font-weight:500;color:var(--bbz-muted)}.bbz-home .sf-float{position:absolute;left:50%;transform:translateX(-50%);width:100%;max-width:1000px;display:flex;justify-content:center;gap:16px;z-index:6;pointer-events:none;padding:0 24px}.bbz-home .sf-float.top{top:36px}.bbz-home .sf-float.bottom{bottom:36px}.bbz-home [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.bbz-home [data-reveal].in{opacity:1;transform:none}@media (max-width:960px){.bbz-home .nav-links,.bbz-home .nav-right .login{display:none}.bbz-home .burger{display:flex}.bbz-home .hero .wrap{grid-template-columns:1fr;gap:10px;min-height:0;text-align:center}.bbz-home .hero-copy{max-width:100%;margin:0 auto}.bbz-home .hero .sub{max-width:46ch;margin-left:auto;margin-right:auto}.bbz-home .hero .trust,.bbz-home .hero-cta{justify-content:center}.bbz-home .map-stage{max-width:540px;margin:14px auto 0}.bbz-home .stats-grid{grid-template-columns:1fr;gap:36px}.bbz-home .feature-grid,.bbz-home .foot .grid{grid-template-columns:1fr 1fr}.bbz-home .foot .grid{gap:30px}.bbz-home .foot .brand-col{grid-column:1/-1}.bbz-home .sf-store-nav{display:none}.bbz-home .sf-stage{padding:0}.bbz-home .sf-float{position:static;transform:none;flex-wrap:wrap;max-width:100%;margin:18px 0;padding:0}.bbz-home .sf-chip{flex:1 1 44%}.bbz-home .section{padding:72px 0}.bbz-home .mobile-menu.open{display:block;position:fixed;inset:114px 0 0;z-index:55;background:var(--bbz-bg);padding:24px 28px;overflow:auto;border-top:1px solid var(--bbz-line-2)}.bbz-home .mobile-menu.open a{display:flex;align-items:center;gap:8px;padding:17px 0;font-size:19px;font-weight:600;color:var(--bbz-ink);border-bottom:1px solid var(--bbz-line)}.bbz-home .mobile-menu.open .mm-cta{display:flex;gap:12px;margin-top:24px;border:none;padding:0}.bbz-home .mobile-menu.open .mm-cta a{flex:1;border-bottom:none}}@media (max-width:560px){.bbz-home .wrap{padding:0 18px}.bbz-home .section{padding:56px 0}.bbz-home .section.tight{padding:48px 0}.bbz-home .nav .wrap{height:62px;gap:14px}.bbz-home .brand img{width:34px;height:34px;border-radius:9px}.bbz-home .brand .bn b{font-size:16.5px}.bbz-home .brand .bn .hi{display:none}.bbz-home .burger{width:42px;height:42px}.bbz-home .mobile-menu.open{inset:62px 0 0;padding:20px 18px}.bbz-home .announce{display:none}.bbz-home .hero{padding:28px 0 44px}.bbz-home .hero h1{font-size:clamp(32px,9.6vw,44px);margin-top:16px}.bbz-home .hero .sub{margin-top:18px;font-size:15.5px;max-width:36ch}.bbz-home .hero-cta{margin-top:22px;gap:10px}.bbz-home .hero .trust{margin-top:16px;font-size:11.5px;gap:8px}.bbz-home .pill{height:32px;font-size:12.5px;padding:0 13px}.bbz-home .bbz-btn{height:48px;font-size:15px;padding:0 22px}.bbz-home .sec-head h2{font-size:clamp(26px,7.6vw,32px);margin-top:12px}.bbz-home .sec-head p{margin-top:12px;font-size:15px}.bbz-home .kicker{font-size:11px;gap:8px}.bbz-home .sf-grid{grid-template-columns:1fr 1fr;gap:12px;padding:14px}.bbz-home .sf-store-head{padding:14px 16px;gap:12px}.bbz-home .sf-logo{width:36px;height:36px;font-size:18px;border-radius:10px}.bbz-home .sf-store-name b{font-size:15px}.bbz-home .sf-store-name span{font-size:10.5px}.bbz-home .sf-bar{height:40px;padding:0 12px;gap:10px}.bbz-home .sf-url{height:26px;font-size:11px;padding:0 10px}.bbz-home .sf-promo{font-size:11.5px;padding:8px}.bbz-home .sf-prod h5{font-size:12.5px;margin-top:8px}.bbz-home .sf-price .now{font-size:14px}.bbz-home .sf-price .mrp{font-size:11px}.bbz-home .sf-chip{padding:10px 12px;font-size:12.5px;gap:9px}.bbz-home .sf-chip .ci{width:28px;height:28px}.bbz-home .sf-chip small{font-size:10.5px}.bbz-home .stat-cards{grid-template-columns:1fr 1fr;gap:12px}.bbz-home .stat-card{padding:18px 16px}.bbz-home .stat-card .sv{font-size:34px}.bbz-home .stat-card .sl{font-size:13px}.bbz-home .stats-sec .lead{font-size:16px;margin-top:14px}.bbz-home .feature-grid{gap:12px;margin-top:32px}.bbz-home .feature{padding:20px 18px;border-radius:var(--bbz-r-md)}.bbz-home .feature .ico{width:42px;height:42px;border-radius:11px;margin-bottom:14px}.bbz-home .feature .ico svg{width:21px;height:21px}.bbz-home .feature h3{font-size:16px}.bbz-home .feature p{font-size:13.5px;margin-top:6px;line-height:1.5}.bbz-home .star-steps{grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.bbz-home .star-step{padding:16px 12px}.bbz-home .star-step .sv{font-size:18px}.bbz-home .star-step .sl{font-size:11.5px}.bbz-home .star-sec .lead{font-size:15.5px;margin-top:14px}.bbz-home .cmp-table-wrap{margin-top:28px;border-radius:var(--bbz-r-md)}.bbz-home .cmp-table{font-size:13.5px;min-width:560px}.bbz-home .cmp-table th{padding:12px 14px;font-size:12.5px}.bbz-home .cmp-table td{padding:12px 14px}.bbz-home .faq-list{margin-top:28px;gap:10px}.bbz-home .faq summary{padding:18px;font-size:15.5px;gap:12px}.bbz-home .faq summary .q-ico{width:20px;height:20px}.bbz-home .faq .ans{padding:0 18px 20px;font-size:14px;line-height:1.62}.bbz-home .cta-inner h2{font-size:clamp(26px,8vw,36px)}.bbz-home .cta-inner p{font-size:15.5px;margin-top:14px}.bbz-home .cta-inner .hero-cta{margin-top:24px}.bbz-home .foot{padding:32px 0 20px}.bbz-home .foot .grid{grid-template-columns:1fr 1fr;gap:22px 18px}.bbz-home .foot .brand-col{padding-bottom:4px}.bbz-home .foot .blurb{margin-top:12px;font-size:13px;line-height:1.55;max-width:36ch}.bbz-home .foot-mail{margin-top:10px;font-size:13px}.bbz-home .foot .socials{margin-top:14px;gap:8px}.bbz-home .foot .socials a{width:36px;height:36px}.bbz-home .foot h6{font-size:12.5px;margin-bottom:10px}.bbz-home .foot ul{gap:8px}.bbz-home .foot ul a{font-size:13.5px}.bbz-home .foot-base{margin-top:22px;padding-top:14px;font-size:12.5px;flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:380px){.bbz-home .wrap{padding:0 14px}.bbz-home .hero h1{font-size:30px;line-height:1.05}.bbz-home .hero .sub{font-size:14.5px;margin-top:14px}.bbz-home .bbz-btn{height:46px;font-size:14.5px;padding:0 18px;flex:1 1 auto}.bbz-home .hero-cta{gap:8px}.bbz-home .stat-cards{grid-template-columns:1fr;gap:10px}.bbz-home .star-steps{grid-template-columns:1fr 1fr}.bbz-home .feature-grid,.bbz-home .foot .grid{grid-template-columns:1fr}.bbz-home .foot .brand-col{grid-column:auto}.bbz-home .cta-inner h2,.bbz-home .sec-head h2{font-size:24px}}