/* Berabera online shop — consumer storefront (MovaPay orange) */
body.shop{background:#FBFAF7}
.shop-head{display:flex;align-items:center;gap:20px;padding:18px 40px;border-bottom:1px solid var(--hairline);background:#fff;position:sticky;top:0;z-index:5;flex-wrap:wrap}
.shop-head .brand{display:flex;align-items:center;gap:10px}
.shop-head .logo{width:34px;height:34px}
.shop-head .wm{font-family:var(--display);font-weight:600;font-size:20px;letter-spacing:-.03em}
.shop-head .wm b{color:var(--brand)}
.shop-head .tag-line{color:var(--muted);font-size:14px;margin-left:auto}
.shop-main{max-width:1140px;margin:0 auto;padding:34px 24px 60px}
.shop-foot{max-width:1140px;margin:0 auto;padding:24px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px;border-top:1px solid var(--hairline);flex-wrap:wrap;gap:8px}

/* ── browse bar: compact headline + live search + brand filter pills ───────── */
.browse{margin-bottom:22px}
.browse-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:18px}
.browse-head h1{font-family:var(--display);font-size:32px;letter-spacing:-.03em;line-height:1.02}
.browse-head .lede{color:var(--muted);font-size:14.5px;margin-top:7px;max-width:50ch}
.search{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--hairline);border-radius:999px;padding:0 16px;height:46px;min-width:280px;flex:0 1 360px;transition:border-color .12s,box-shadow .12s}
.search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}
.search svg{width:18px;height:18px;color:var(--muted);flex:none}
.search input{border:0;outline:0;background:transparent;font:inherit;font-size:14.5px;width:100%;color:var(--ink)}

.country-switch{display:inline-flex;background:var(--surface-2);border:1px solid var(--hairline);border-radius:999px;padding:4px;gap:4px}
.cswitch{border:0;background:transparent;border-radius:999px;padding:8px 18px;font:inherit;font-weight:600;font-size:14px;color:var(--muted);cursor:pointer;transition:background .12s,color .12s,box-shadow .12s}
.cswitch:hover{color:var(--ink)}
.cswitch.on{background:#fff;color:var(--brand-deep);box-shadow:0 1px 3px rgba(0,0,0,.08)}

.brandbar{display:flex;gap:10px;flex-wrap:wrap}
.bpill{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--hairline);border-radius:999px;padding:7px 16px 7px 8px;cursor:pointer;font:inherit;font-weight:600;font-size:14px;color:var(--ink);transition:border-color .12s,box-shadow .12s,background .12s}
.bpill:hover{border-color:#D9D2C8}
.bpill.on{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint);background:#fff}
.bmark{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;font-family:var(--display);font-weight:700;font-size:13px;color:#fff;flex:none;letter-spacing:-.02em;overflow:hidden}
.bmark svg{width:20px;height:20px}
.bm-all{background:transparent}
.bm-tecno{background:#0A2C8C}
.bm-infinix{background:#12B76A;font-style:italic}
.bm-itel{background:#FFC400;color:#15110B;font-size:10px;letter-spacing:-.04em}
.bm-samsung{background:#1428A0}
.blabel{padding-right:4px}

.noresults{display:none;flex-direction:column;align-items:center;gap:10px;text-align:center;color:var(--muted);padding:60px 20px}
.noresults:not([hidden]){display:flex}
.noresults svg{width:34px;height:34px;opacity:.5}
.phone-card[hidden]{display:none}

.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(216px,1fr));gap:18px}
.phone-card{background:#fff;border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .1s,box-shadow .12s,border-color .12s;text-decoration:none;color:inherit}
.phone-card:hover{border-color:var(--brand);box-shadow:var(--shadow);transform:translateY(-2px)}
.phone-card .art{height:200px;background:linear-gradient(160deg,#F4F1EB,#fff);display:grid;place-items:center;position:relative}
.phone-card .art svg{height:166px}
.phone-card .art img{height:188px;object-fit:contain}
.phone-card .body{padding:14px 15px 16px}
.phone-card .br{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:700}
.phone-card .nm{font-family:var(--display);font-weight:600;font-size:16px;margin-top:2px}
.phone-card .specs{display:flex;gap:5px;flex-wrap:wrap;margin-top:9px}
.phone-card .specs span{font-size:10.5px;background:var(--surface-2);border-radius:5px;padding:2px 7px;color:var(--muted);font-weight:600}
.phone-card .pr{margin-top:12px;display:flex;align-items:baseline;gap:6px}
.phone-card .pr .from{font-size:11px;color:var(--muted)}
.phone-card .pr .amt{font-family:var(--display);font-weight:700;font-size:19px;color:var(--brand-deep)}
.phone-card .pr .cur{font-size:12px;color:var(--muted)}
.phone-card .stk{font-size:11px;color:var(--secure);font-weight:600;margin-top:6px}

/* product page */
.pdp{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:start}
.pdp .gallery{background:linear-gradient(160deg,#F4F1EB,#fff);border-radius:var(--radius-lg);height:440px;display:grid;place-items:center;border:1px solid var(--hairline)}
.pdp .gallery svg{height:360px}.pdp .gallery img{height:400px;object-fit:contain}
.pdp h1{font-family:var(--display);font-size:32px;letter-spacing:-.02em}
.pdp .br{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:700}
.pdp .price{font-family:var(--display);font-weight:700;font-size:30px;color:var(--brand-deep);margin:12px 0 4px}
.pdp .specrow{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}
.pdp .specrow span{font-size:12.5px;background:#fff;border:1px solid var(--hairline);border-radius:7px;padding:5px 11px;color:var(--ink);font-weight:600}
.buy-options{display:flex;flex-direction:column;gap:12px;margin-top:22px}
.buy-opt{border:1px solid var(--hairline);border-radius:var(--radius);padding:16px;background:#fff;cursor:pointer;transition:border-color .12s,box-shadow .12s}
.buy-opt:hover{border-color:var(--brand)}
.buy-opt input{display:none}
.buy-opt.on{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}
.buy-opt h4{font-size:15px;font-family:var(--display)}
.buy-opt p{font-size:13px;color:var(--muted);margin-top:3px}
.buy-opt .price-line{font-weight:700;color:var(--brand-deep);margin-top:6px;font-size:14px}
.back-link{color:var(--muted);font-size:14px;font-weight:600;text-decoration:none}
.back-link:hover{color:var(--ink)}

/* ── scheme configurator ──────────────────────────────────────────────────── */
.scheme{margin-top:18px;border:1px solid var(--hairline);border-radius:var(--radius);background:#FCFBF9;padding:18px}
.scheme[hidden]{display:none}
.cfg-step{margin-bottom:16px}
.cfg-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700;margin-bottom:8px}
.seg-row{display:flex;gap:8px;flex-wrap:wrap}
.seg{flex:1 1 auto;min-width:84px;border:1px solid var(--hairline);background:#fff;border-radius:10px;padding:10px 12px;font:inherit;font-weight:600;font-size:13.5px;color:var(--ink);cursor:pointer;transition:border-color .12s,box-shadow .12s,background .12s}
.seg:hover{border-color:#D9D2C8}
.seg.on{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-tint);background:#fff;color:var(--brand-deep)}
.dep-choices{display:flex;flex-direction:column;gap:8px}
.dep-opt{display:flex;align-items:center;gap:9px;font-size:14px;cursor:pointer}
.dep-opt input{accent-color:var(--brand);width:16px;height:16px}
.dep-higher{margin-top:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.dep-higher[hidden]{display:none}
.dep-higher input{border:1px solid var(--hairline);border-radius:9px;padding:9px 12px;font:inherit;font-size:14px;width:170px}
.dep-higher input:focus{outline:0;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}
.scheme-summary{margin-top:6px;background:var(--brand-tint);border:1px solid #F3C99A;border-radius:12px;padding:14px 16px}
.sum-rows{display:flex;flex-direction:column;gap:8px}
.sum-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.sum-row .sum-k{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#A06A2A;font-weight:700}
.sum-row .sum-v{font-family:var(--display);font-weight:700;font-size:17px;color:var(--brand-deep)}
.sum-row:first-child .sum-v{font-size:20px}
.sum-disc{font-size:12px;color:#A06A2A;margin-top:11px;padding-top:10px;border-top:1px dashed #F0C99C;line-height:1.45}

.kyc{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.agree{display:flex;gap:10px;align-items:flex-start;margin:16px 0 8px;font-size:13px;color:var(--muted);line-height:1.5}
.agree[hidden]{display:none}
.agree input{accent-color:var(--brand);width:17px;height:17px;margin-top:1px;flex:none}
.agree a{color:var(--brand-deep);font-weight:600}

/* order form / completion */
.panel{background:#fff;border:1px solid var(--hairline);border-radius:var(--radius-lg);padding:30px;max-width:560px;margin:0 auto;box-shadow:var(--shadow)}
.panel h1{font-family:var(--display);font-size:26px;margin-bottom:4px}
.err-banner{background:var(--alert-tint,#FBEAE7);border:1px solid #E8B4AE;color:var(--alert,#B4392E);border-radius:10px;padding:11px 14px;font-size:13.5px;font-weight:600;margin-bottom:16px}
.done-hero{text-align:center;margin-bottom:8px}
.done-tick{width:54px;height:54px;border-radius:50%;background:var(--secure-tint,#E3F1EC);color:var(--secure,#1E9E7A);display:grid;place-items:center;margin:0 auto 14px}
.done-tick svg{width:30px;height:30px}
.done-hero .code{font-family:var(--mono);font-size:30px;font-weight:600;letter-spacing:.1em;color:var(--brand-deep);background:var(--brand-tint);border:1px dashed #F3C99A;border-radius:12px;padding:14px 22px;display:inline-block;margin-top:12px}
.kv{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--hairline-2);font-size:14.5px}
.kv .k{color:var(--muted)}.kv .v{font-weight:600;text-align:right}
.collect{background:var(--secure-tint);border:1px solid #A9D9CC;border-radius:var(--radius);padding:16px;margin:18px 0;display:flex;gap:12px}
.collect svg{width:22px;height:22px;color:var(--secure);flex:none}
.collect .where{font-weight:600}.collect .sub{font-size:13px;color:var(--muted)}

@media (max-width:820px){.pdp{grid-template-columns:1fr}.shop-head .tag-line{display:none}}
