/* ═══════════════════════════════════════════════════════════════
   ديوريل حواليك — الصفحة العامة
   ═══════════════════════════════════════════════════════════════ */

/* ── الخلفية القماشية ── */
html{background:#F4F4F2}
body{background:#F4F4F2}

/* ── الشريط العلوي ── */
.top{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(20,20,22,.06)}
.top-in{max-width:var(--wrap);margin:0 auto;height:62px;padding:0 20px;display:flex;align-items:center;gap:12px}
@media (max-width:600px){.top-in{padding:0 14px}}
.top-logo{height:30px;width:auto;flex:0 0 auto}
.top .back{display:inline-flex;align-items:center;gap:2px;height:38px;padding:0 12px 0 14px;border-radius:999px;background:var(--paper);border:1px solid var(--line-2);font-size:14px;font-weight:600;transition:border-color var(--t)}
.top .back:hover{border-color:var(--ink)}
.top .back svg{width:18px;height:18px}
.top .sp{flex:1}
.top .tnav{display:flex;gap:6px;align-items:center}
.top .tnav .btn.ghost{height:38px;font-size:14px}
@media (max-width:480px){.top .tnav .hide-xs{display:none}}

/* ── الحاوية ── */
.app{--pad:20px;max-width:var(--wrap);margin:0 auto;padding:0 var(--pad) 56px;display:flex;flex-direction:column;gap:30px}
@media (max-width:600px){.app{--pad:14px;padding-bottom:48px;gap:24px}}
body.has-bar .app{padding-bottom:110px}
.reveal{animation:rise .5s cubic-bezier(.2,.7,.2,1) both}
@keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

/* ── رأس الصفحة الرئيسية ── */
.cloth-head{text-align:center;padding-top:40px;position:relative;z-index:2}
@media (max-width:600px){.cloth-head{padding-top:26px}}
.step{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--ink-2);letter-spacing:.01em}
.step::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red)}
.cloth-head .slogan{font-family:var(--f-display);font-size:clamp(15px,4.1vw,18px);font-weight:700;color:var(--ink);letter-spacing:0;margin:0}
.cloth-head h1{font-family:var(--f-body);font-size:clamp(25px,6.4vw,38px);font-weight:700;line-height:1.35;margin:8px auto 0;max-width:24ch;letter-spacing:0}
.cloth-head .lead{margin:10px auto 0;max-width:44ch;color:var(--ink);font-weight:600;font-size:clamp(15px,2vw,16.5px);line-height:1.75}
.cloth-head .slogan em,.cloth-head .lead em,.foot .tag-line em{font-style:normal;color:var(--red)}
.cloth-head .lead em{font-weight:700}

/* ── كارت الاختيار ── */
.finder-zone{position:relative;overflow:hidden;margin:0 calc(-1 * var(--pad));padding:0 var(--pad) 8px}
.finder-wrap{position:relative;max-width:540px;margin:24px auto 0;width:100%;z-index:1}
.thread{display:none}
.thread path{fill:none;stroke:var(--red);stroke-width:2.4;stroke-linecap:round;vector-effect:non-scaling-stroke}
.thread .shade{stroke:rgba(70,0,6,.18);stroke-width:3;transform:translate(1px,2px)}
.thread circle{fill:var(--red)}
.finder{position:relative;z-index:1;display:grid;gap:10px;padding:16px;border-radius:22px;background:var(--paper);box-shadow:0 30px 60px -30px rgba(20,20,22,.45),0 4px 14px -8px rgba(20,20,22,.2)}
@media (min-width:640px){.finder{padding:20px}}
.sel{position:relative;display:block}
.sel select{width:100%;height:54px;padding:0 16px;padding-inline-end:44px;appearance:none;-webkit-appearance:none;cursor:pointer;border:1px solid var(--line-2);border-radius:14px;background:#fff;font-weight:600;font-size:16px;color:var(--ink);transition:border-color var(--t),box-shadow var(--t)}
.sel select:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 4px var(--red-soft)}
.sel select:disabled{color:var(--mute-2);background:#F4F3F0;cursor:not-allowed}
.sel svg{position:absolute;top:50%;inset-inline-end:14px;width:20px;height:20px;transform:translateY(-50%);color:var(--mute);pointer-events:none}
.finder .btn.primary{height:54px;font-size:16px;font-family:var(--f-display);font-weight:700;border-radius:14px;box-shadow:0 12px 24px -10px rgba(225,18,27,.65)}
.finder .geo{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:600;color:var(--ink-2);height:36px;border-radius:10px;transition:color var(--t)}
.finder .geo svg{width:17px;height:17px}
.finder .geo:hover{color:var(--red)}
.finder .msg{margin:0;text-align:center;font-size:13.5px;font-weight:600;color:var(--red-d);line-height:1.5}
.finder .msg:empty{display:none}
.finder .msg.ok{color:var(--green-d)}

/* ── النتائج: كروت الموزّعين ── */
.results{scroll-margin-top:84px;position:relative;z-index:1}
.results-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:0 4px 12px;flex-wrap:wrap}
.results-head h2{font-size:clamp(20px,4vw,25px);font-weight:800}
.results-head span{font-size:13.5px;color:var(--ink-2);font-weight:600}
.dgrid{display:grid;gap:10px;grid-template-columns:1fr}
@media (min-width:640px){.dgrid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.dgrid{grid-template-columns:repeat(3,1fr)}}
.dcard{display:flex;flex-direction:column;background:var(--paper);border-radius:18px;box-shadow:0 10px 24px -14px rgba(20,20,22,.35),0 1px 2px rgba(20,20,22,.05);transition:box-shadow var(--t);position:relative;overflow:hidden}
.dcard:hover{box-shadow:0 18px 34px -16px rgba(20,20,22,.4)}
.dcard .dhead-btn{display:flex;align-items:center;gap:12px;padding:10px 10px 10px 12px;width:100%;text-align:start;color:inherit;border-radius:18px;-webkit-tap-highlight-color:transparent}
.dcard .dhead-btn:focus-visible{outline-offset:-3px}
.dcard.is-open .dhead-btn .arrow{transform:rotate(180deg)}
.dpanel{border-top:1px solid var(--line);background:var(--panel);animation:rise .22s cubic-bezier(.2,.7,.2,1) both}
.brow{display:flex;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--line)}
.brow .bi{color:inherit}
.brow .bi:hover b{color:var(--red)}
.brow:first-child{border-top:0}
.brow .bi{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.brow .bi b{font-size:14px;font-weight:600;line-height:1.35}
.brow .bi span{font-size:12.5px;color:var(--mute);line-height:1.5;white-space:normal}
.brow .bi small{font-size:12px;color:var(--ink-2);font-weight:600}
.brow.open .bi small{color:var(--green-d)}
.brow.closed .bi small{color:var(--red-d)}
.brow .ba{display:flex;gap:6px;flex:0 0 auto}
.ib{width:38px;height:38px;border-radius:10px;border:1px solid var(--line-2);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);transition:transform var(--t),border-color var(--t)}
.ib svg{width:18px;height:18px}
.ib:hover{transform:translateY(-1px);border-color:var(--ink)}
.ib.call{background:var(--ink);border-color:var(--ink);color:#fff}
.ib.wa{background:var(--green);border-color:var(--green);color:#fff}
.ib.nav{color:var(--red)}
.ib.more{border-color:transparent;background:transparent;color:var(--mute)}
.brow.note{font-size:12.5px;color:var(--mute);padding:8px 12px}
.brow.note span{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.brow.note svg{width:15px;height:15px;color:var(--amber)}
.brow.note a{color:var(--red);font-weight:600}
.dcard .ph{width:60px;height:60px;border-radius:14px;overflow:hidden;flex:0 0 auto;background:var(--cotton)}
.dcard .ph img{width:100%;height:100%;object-fit:cover}
.dcard .ph .mono-av{width:100%;height:100%;border-radius:14px;font-size:24px}
.dcard .t{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}
.dcard .t b{font-family:var(--f-display);font-weight:700;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dcard .t span{font-size:13px;color:var(--mute);line-height:1.45}
.dcard .dist{flex:none;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700;color:var(--red-d);background:var(--red-soft);font-family:var(--f-mono);white-space:nowrap}
.dcard .arrow{flex:none;color:var(--red);width:22px;height:22px;transition:transform var(--t)}
.dcard.top1{box-shadow:0 0 0 2px var(--red),0 18px 34px -16px rgba(20,20,22,.4)}
.dcard.top1::after{content:"الأقرب ليك";position:absolute;top:-10px;inset-inline-start:14px;background:var(--red);color:#fff;font-size:11.5px;font-weight:700;padding:2px 9px;border-radius:999px}
.soon-note{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;font-size:13.5px;color:var(--ink-2);padding:6px 0 0}
.soon-note a{color:var(--red);font-weight:700}
.chip{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--line-2);background:var(--paper);font-size:13.5px;font-weight:500;color:var(--ink-2);transition:border-color var(--t),background var(--t),color var(--t);cursor:pointer}
.chip:hover{border-color:var(--ink);color:var(--ink)}
.chip[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:#fff}
.chip b{font-family:var(--f-mono);font-weight:600;font-size:12.5px}

/* ── عناوين الأقسام ── */
.sec-h{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.sec-h h2{font-size:clamp(21px,3.4vw,26px);font-weight:800}
.sec-h .sub{color:var(--mute);font-size:14px}

/* ── انضم ── */
.join{background:var(--ink);color:#fff;border-radius:26px;overflow:hidden;position:relative}
.join::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 2px,transparent 2px 5px);pointer-events:none}
.join-head{position:relative;display:flex;align-items:center;gap:16px;padding:20px 20px 20px;flex-wrap:wrap}
@media (min-width:860px){.join-head{padding:26px 36px}}
.join-head .jt{flex:1 1 260px;min-width:0}
.join-head .jl{color:rgba(255,255,255,.75);font-size:14.5px;margin-top:6px;max-width:56ch;line-height:1.6}
.join-head .btn{flex:0 0 auto}
.join-head .btn svg{transition:transform var(--t)}
.join.is-open .join-head .btn svg{transform:rotate(45deg)}
.join-body{position:relative;display:grid;grid-template-columns:1fr;gap:18px;padding:0 20px 22px;animation:rise .25s cubic-bezier(.2,.7,.2,1) both}
@media (min-width:860px){.join-body{grid-template-columns:1fr 1fr;gap:36px;padding:0 36px 34px}}
.join .join-body .perks{margin:0}
.join .kicker{color:#fff}
.join .kicker::before{background:var(--red)}
.join h2{font-size:clamp(20px,3.6vw,26px);font-weight:800;margin-top:8px;line-height:1.3}
.join h2 em{font-style:normal;color:var(--red)}
.join .lead{color:rgba(255,255,255,.75);margin-top:10px;font-size:15.5px;max-width:44ch}
.join .perks{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:10px;font-size:14.5px;color:rgba(255,255,255,.85)}
.join .perks li{display:flex;gap:10px;align-items:flex-start}
.join .perks li::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);margin-top:8px;flex:0 0 auto}
.jform{display:flex;flex-direction:column;gap:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px}
.jform .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:420px){.jform .two{grid-template-columns:1fr}}
.jform .field{color:rgba(255,255,255,.8)}
.jform .field input,.jform .field select{background:#fff;color:var(--ink);border-color:transparent}
.jform .err{color:#FFB4B8;font-size:13.5px;font-weight:500}
.jform .btn.wa{margin-top:4px;height:50px}

/* ── الفوتر ── */
.foot{border-top:1px solid rgba(20,20,22,.08);margin-top:8px;background:#fff}
.foot-in{max-width:var(--wrap);margin:0 auto;padding:28px 20px 34px;display:flex;flex-direction:column;gap:14px;align-items:flex-start}
@media (min-width:700px){.foot-in{flex-direction:row;align-items:center;justify-content:space-between}}
.foot img{height:26px;width:auto;opacity:.85}
.foot .tag-line{font-family:var(--f-display);font-weight:700;color:var(--ink-2);font-size:15px}
.foot small{color:var(--mute);font-size:13px}
.foot .socials{display:flex;gap:8px}
.ico{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;border:1px solid var(--line-2);background:var(--paper);color:var(--ink-2);transition:border-color var(--t),color var(--t),transform var(--t)}
.ico svg{width:19px;height:19px}
.ico:hover{border-color:var(--ink);color:var(--ink);transform:translateY(-1px)}
.ico.k-wa:hover{color:var(--green)}
.ico.k-fb:hover{color:#1877F2}
.ico.k-ig:hover{color:#D62976}
.ico.k-tt:hover{color:#000}
.ico.off{opacity:.3;pointer-events:none;background:transparent}
.socs .ico{width:38px;height:38px;border-radius:10px}
.socs .ico svg{width:17px;height:17px}

/* ── صفحة المحافظة / الموزّع ── */
.ghead{padding-top:24px}
.ghead h1{font-size:clamp(34px,8vw,54px);font-weight:800;line-height:1.1;margin-top:8px}
.ghead .stats{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;align-items:center}
.stat{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 12px;border-radius:999px;background:var(--paper);border:1px solid var(--line);font-size:14px;font-weight:600;color:var(--ink-2)}
.stat svg{width:16px;height:16px;color:var(--red)}
.stat b{font-family:var(--f-mono);font-weight:600;color:var(--ink)}
.dhead{display:flex;gap:16px;align-items:center;padding:18px;background:var(--paper);border-radius:22px;box-shadow:var(--sh);margin-top:22px;position:relative;flex-wrap:wrap}
.dhead .ph{width:84px;height:84px;border-radius:18px;overflow:hidden;flex:0 0 auto;background:var(--cotton)}
.dhead .ph img{width:100%;height:100%;object-fit:cover}
.dhead .ph .mono-av{width:100%;height:100%;border-radius:18px;font-size:32px}
.dhead .dt{flex:1 1 200px;min-width:0;display:flex;flex-direction:column;gap:4px}
.dhead h1{font-size:clamp(22px,5vw,30px);font-weight:800;line-height:1.25}
.dhead .sub{color:var(--ink-2);font-size:15px}
.dhead .meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}
.dhead .tag{flex:0 0 auto}

.near{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:20px;background:var(--paper);flex-wrap:wrap;box-shadow:var(--sh-s)}
.near .ic{width:46px;height:46px;border-radius:14px;background:var(--red-soft);color:var(--red);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.near .ic svg{width:22px;height:22px}
.near .nt{display:flex;flex-direction:column;gap:2px;flex:1 1 220px;min-width:0}
.near .nt b{font-family:var(--f-display);font-size:16px}
.near .nt span{color:var(--mute);font-size:13.5px}
.near .near-res{display:flex;gap:8px;flex-wrap:wrap;width:100%}
@media (min-width:640px){.near .near-res{width:auto}}

.tools{position:sticky;top:62px;z-index:20;display:flex;flex-direction:column;gap:10px;padding:10px 0 12px;background:linear-gradient(rgba(244,244,242,.97) 75%,rgba(244,244,242,0))}
.searchbar{position:relative;flex:1 1 auto}
.searchbar .in{display:flex;align-items:center;gap:10px;height:48px;padding:0 14px;border-radius:14px;background:var(--paper);border:1px solid var(--line-2);box-shadow:var(--sh-s);transition:border-color var(--t),box-shadow var(--t)}
.searchbar .in:focus-within{border-color:var(--ink);box-shadow:0 0 0 4px rgba(20,20,22,.07)}
.searchbar .in svg{width:20px;height:20px;color:var(--mute)}
.searchbar input{flex:1;border:0;background:transparent;font-size:16px;height:100%;min-width:0}
.searchbar input:focus{outline:none}
.searchbar input::placeholder{color:var(--mute-2)}
.searchbar .clr{width:30px;height:30px;border-radius:50%;display:none;align-items:center;justify-content:center;color:var(--mute)}
.searchbar.has .clr{display:inline-flex}
.searchbar .clr svg{width:16px;height:16px}
.tools .chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;-ms-overflow-style:none}
.tools .chips::-webkit-scrollbar{display:none}
.tools .chip{flex:0 0 auto}

.dealers{display:flex;flex-direction:column;gap:22px}
.dealer{background:var(--paper);border:1px solid rgba(20,20,22,.05);border-radius:22px;box-shadow:var(--sh);overflow:hidden;scroll-margin-top:140px}
.dealer.flash{animation:flash 1.6s ease-out}
@keyframes flash{0%,40%{box-shadow:0 0 0 4px var(--red-line)}100%{box-shadow:var(--sh)}}
.dealer-h{display:flex;align-items:center;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line);background:var(--panel)}
.dealer-h .ph{width:48px;height:48px;border-radius:12px;overflow:hidden;flex:0 0 auto}
.dealer-h .ph img{width:100%;height:100%;object-fit:cover}
.dealer-h .dt{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}
.dealer-h h2{font-size:18px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dealer-h p{color:var(--mute);font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dealer-h .tag{flex:0 0 auto}
@media (max-width:480px){.dealer-h .tag .txt{display:none}.dealer-h .tag{padding:0 8px}}
.branch{padding:16px 18px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:12px;transition:background var(--t)}
.branch:last-child{border-bottom:0}
.branch.top1{background:#FFFBF5}
.branch .bt{display:flex;flex-direction:column;gap:6px}
.branch .bt .l1{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.branch h3{font-size:17px;font-weight:700;line-height:1.35}
.branch .dname{font-size:13px;color:var(--red);font-weight:600}
.branch .addr{color:var(--ink-2);font-size:14.5px;line-height:1.6}
.branch .l2{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.branch .city{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:var(--mute);font-weight:500}
.branch .city svg{width:14px;height:14px}
.branch .km{font-family:var(--f-mono);font-size:13px;font-weight:600;color:var(--ink)}
.branch .badge1{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px;border-radius:999px;background:var(--red);color:#fff;font-size:12.5px;font-weight:600}
.acts{display:flex;gap:8px}
.acts .btn{flex:1 1 0;min-width:0;height:44px;padding:0 10px;font-size:14.5px}
.acts .btn svg{width:18px;height:18px}
.acts .btn .t{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.branch .foot-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.branch .socs{display:flex;gap:6px}
.branch .socs .ico{width:36px;height:36px;border-radius:10px}
.branch .socs .ico svg{width:17px;height:17px}
.branch .more{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--ink);height:36px;padding:0 6px 0 10px;border-radius:10px;margin-inline-start:auto}
.branch .more svg{width:17px;height:17px;transition:transform var(--t)}
.branch .more:hover{background:var(--cotton)}
.branch .more:hover svg{transform:translateX(-3px)}
.nocontact{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--mute)}
.nocontact svg{width:16px;height:16px;color:var(--amber)}
.empty{background:var(--paper);border-radius:22px;padding:26px 22px;display:flex;flex-direction:column;gap:12px;align-items:flex-start;box-shadow:var(--sh)}
.empty h2{font-size:20px}
.empty p{color:var(--ink-2)}
.empty .row{margin-top:6px}

/* ── صفحة الفرع (كارت واحد مضغوط) ── */
.bcard{background:var(--paper);border-radius:22px;box-shadow:var(--sh);overflow:hidden}
.bcard .bhead{display:flex;gap:14px;align-items:flex-start;padding:18px 18px 12px;position:relative}
.bcard .bhead .ph{width:60px;height:60px;border-radius:14px;overflow:hidden;flex:0 0 auto}
.bcard .bhead .ph img{width:100%;height:100%;object-fit:cover}
.bcard .bhead .bt{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.bcard .bhead h1{font-size:clamp(19px,4.6vw,24px);font-weight:800;line-height:1.3}
.bcard .bhead .sub{font-size:15px;color:var(--ink-2);font-weight:500}
.bcard .bhead .l2{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}
.bcard .bhead .tag{position:absolute;top:12px;inset-inline-end:12px}
@media (max-width:480px){.bcard .bhead .tag{display:none}}
.binfo{padding:0 18px 4px;display:flex;flex-direction:column}
.irow{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid var(--line)}
.irow .ii{width:34px;height:34px;border-radius:10px;background:var(--cotton);display:inline-flex;align-items:center;justify-content:center;color:var(--red);flex:0 0 auto}
.irow .ii svg{width:17px;height:17px}
.irow .it{flex:1;min-width:0;font-size:14.5px;line-height:1.5;color:var(--ink)}
.irow .it small{display:block;font-size:12px;color:var(--amber);font-weight:600}
.irow .it .num{font-size:18px;font-weight:600;letter-spacing:.02em}
.irow .ia{display:flex;gap:6px;flex:0 0 auto}
.irow .socs{display:flex;gap:6px}
.bcard .acts{padding:12px 18px 18px}
.bcard .acts .btn{height:48px;font-size:15px}
.bcard .nocontact{padding:0 18px 14px}
.share-row .btn.sm{flex:1 1 140px}
.dcard.is-open .dhead-btn .t b{font-size:15px}

.narrow{max-width:720px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px;padding-top:22px}
.crumb{font-size:13.5px;color:var(--mute);display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.crumb a{color:var(--red);font-weight:600}
.bhero{display:flex;gap:16px;align-items:flex-start;padding:22px 22px 20px;background:var(--paper);border-radius:24px;box-shadow:var(--sh);position:relative;overflow:hidden}
.bhero .ph{width:64px;height:64px;border-radius:16px;overflow:hidden;flex:0 0 auto}
.bhero .ph img{width:100%;height:100%;object-fit:cover}
.bhero .bt{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}
.bhero h1{font-size:clamp(22px,4.6vw,30px);font-weight:800;line-height:1.25}
.bhero .sub{font-size:16px;color:var(--ink-2);font-weight:500}
.bhero .l2{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}
.bhero .tag{position:absolute;top:14px;inset-inline-end:14px}
@media (max-width:480px){.bhero{padding:18px 16px}.bhero .tag{position:static;align-self:flex-start;margin-top:4px}}
.acts.big .btn{height:52px;font-size:15.5px;border-radius:14px}
.panel{border:0;box-shadow:var(--sh)}
.addr-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.addr-row p{font-size:15.5px;line-height:1.65;color:var(--ink)}
.mini{display:inline-flex;align-items:center;gap:5px;height:34px;padding:0 11px;border-radius:9px;border:1px solid var(--line-2);background:var(--paper);font-size:13px;font-weight:600;white-space:nowrap;flex:0 0 auto;transition:border-color var(--t),background var(--t)}
.mini svg{width:15px;height:15px}
.mini:hover{border-color:var(--ink)}
.mapbox{position:relative;margin-top:14px;border-radius:16px;overflow:hidden;background:#EEF0F1;aspect-ratio:16/10;border:1px solid var(--line)}
.mapbox iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.mapbox .ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:
  linear-gradient(0deg,rgba(255,255,255,.55),rgba(255,255,255,.55)),
  repeating-linear-gradient(0deg,transparent 0 22px,rgba(20,20,22,.06) 22px 23px),
  repeating-linear-gradient(90deg,transparent 0 22px,rgba(20,20,22,.06) 22px 23px),#F3F3F0}
.mapbox .ph svg{width:32px;height:32px;color:var(--red)}
.mapbox .ph small{color:var(--mute);font-size:12.5px}
.mapbox .approx{position:absolute;top:10px;inset-inline-start:10px;z-index:2}
.phone-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}
.phone-row:last-child{border-bottom:0}
.phone-row .num{font-size:19px;font-weight:600;letter-spacing:.02em}
.phone-row .acts2{display:flex;gap:6px}
.gallery{border-radius:20px;overflow:hidden;background:var(--paper);box-shadow:var(--sh)}
.gallery .track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.gallery .track::-webkit-scrollbar{display:none}
.gallery img{flex:0 0 100%;scroll-snap-align:start;width:100%;aspect-ratio:4/4.2;object-fit:cover;background:var(--cotton)}
.gallery .cap{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;font-size:13px;color:var(--mute);border-top:1px solid var(--line)}
.gallery .cap b{font-family:var(--f-mono);font-weight:500}
.share-row{display:flex;gap:10px;flex-wrap:wrap}
.share-row .btn{flex:1 1 200px}
.more-sec h2{font-size:18px;margin:8px 0 12px}
.bar{position:fixed;bottom:0;inset-inline:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-top:1px solid var(--line);padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:flex;gap:8px}
.bar .btn{flex:1 1 0;height:48px;border-radius:14px}
@media (min-width:720px){.bar{display:none}body.has-bar .app{padding-bottom:56px}}

/* ── لوحة الروابط (للفريق) ── */
.lgov{background:var(--paper);border-radius:22px;overflow:hidden;box-shadow:var(--sh)}
.lgov-h{display:flex;align-items:center;gap:10px;padding:14px 16px;background:var(--panel);border-bottom:1px solid var(--line);flex-wrap:wrap}
.lgov-h h3{font-size:17px;flex:1 1 auto}
.ldist{padding:12px 16px;border-bottom:1px solid var(--line)}
.ldist:last-child{border-bottom:0}
.ldist-h{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.ldist-h b{font-family:var(--f-display);font-size:15px;flex:1 1 auto}
.lrow{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;flex-wrap:wrap;border-top:1px dashed var(--line)}
.lrow .t{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 200px}
.lrow .t b{font-size:14.5px;font-weight:600}
.lbtns{display:flex;gap:6px;flex-wrap:wrap}
.checks{display:flex;gap:5px;flex-wrap:wrap}
.ck{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;padding:2px 7px;border-radius:6px;background:var(--cotton);color:var(--mute)}
.ck.ok{background:var(--green-soft);color:var(--green-d)}
.ck.warn{background:var(--amber-soft);color:var(--amber)}
.note{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border-radius:16px;background:var(--amber-soft);color:var(--ink);font-size:14px;border:1px solid #F1DFB3}
.note.ok{background:var(--green-soft);border-color:#C6E6D3}

/* ── حالة التحميل ── */
.skeleton{padding-top:40px;display:flex;flex-direction:column;gap:14px;align-items:center}
.skeleton i{display:block;height:18px;border-radius:8px;background:linear-gradient(90deg,rgba(20,20,22,.06) 25%,rgba(20,20,22,.1) 50%,rgba(20,20,22,.06) 75%);background-size:200% 100%;animation:sk 1.2s linear infinite;width:60%}
@keyframes sk{to{background-position:-200% 0}}

/* ── لوجو المحل: بلاطة بيضا بإطار أحمر، واللوجو دايرة جواها ── */
.dcard .ph,.dhead .ph,.bcard .bhead .ph,.bhero .ph,.dealer-h .ph{background:#fff;border:2px solid var(--red);padding:3px;box-sizing:border-box;display:grid;place-items:center;overflow:hidden}
.dcard .ph,.bcard .bhead .ph{width:78px;height:78px;border-radius:18px}
@media (max-width:380px){.dcard .ph,.bcard .bhead .ph{width:68px;height:68px;border-radius:16px}}
.dhead .ph{width:108px;height:108px;border-radius:24px;padding:4px}
.dcard .ph img,.dhead .ph img,.bcard .bhead .ph img,.bhero .ph img,.dealer-h .ph img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}
.dcard .ph .mono-av,.dhead .ph .mono-av,.bcard .bhead .ph .mono-av,.bhero .ph .mono-av,.dealer-h .ph .mono-av{width:100%;height:100%;border-radius:50%;background:var(--red-soft);color:var(--red-d)}
.dcard .ph .mono-av::after,.dhead .ph .mono-av::after,.bcard .bhead .ph .mono-av::after,.bhero .ph .mono-av::after{display:none}

/* شريحة المدن في صفحة المحل: تلف على كذا سطر من غير ما الكلام يطلع برّه الإطار */
.dhead .meta{display:flex;flex-wrap:wrap;gap:6px}
.dhead .meta .pill{height:auto;min-height:28px;padding:4px 10px;border-radius:14px;line-height:1.55;text-align:start}
.dhead .meta .pill svg{flex:0 0 auto}

/* ── شركاء النجاح: شريطين لوجوهات بيتحركوا لوحدهم (يمين↔شمال) ── */
.partners{margin:0 calc(-1 * var(--pad));position:relative}
.partners-head{padding:0 calc(var(--pad) + 4px) 12px}
.partners-head h2{font-size:clamp(20px,4vw,25px);font-weight:800}
.marquee{direction:ltr;overflow:hidden;padding:4px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.marquee + .marquee{margin-top:8px}
.marquee .track{display:flex;gap:12px;width:max-content;animation:partners-scroll calc(var(--n) * 3.2s) linear infinite;will-change:transform}
.marquee.rev .track{animation-direction:reverse}
.marquee:hover .track,.marquee:focus-within .track{animation-play-state:paused}
@keyframes partners-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 6px))}}
.plogo{flex:0 0 auto;width:72px;height:72px;border-radius:18px;background:#fff;border:2px solid var(--red);padding:3px;box-sizing:border-box;display:block;box-shadow:0 1px 3px rgba(20,20,22,.06)}
.plogo img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}
@media (min-width:700px){.plogo{width:86px;height:86px;border-radius:20px}.marquee .track{gap:14px}@keyframes partners-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 7px))}}}
@media (prefers-reduced-motion:reduce){.marquee{overflow-x:auto}.marquee .track{animation:none}}

/* ── منطقة الهيدر: العنوان + كارت البحث ── */
.hero-zone{position:relative;display:flex;flex-direction:column;gap:30px;margin:0 calc(-1 * var(--pad));padding:0 var(--pad)}
@media (max-width:600px){.hero-zone{gap:24px}}
