/* ═══════════════════════════════════════════════════════════════
   جسر — أنماط الموقع التعريفي (هوية 2026)
   الرموز أولاً، ثم الأساس، ثم الترويسة/التذييل، ثم الأقسام، ثم التجاوب.
   ═══════════════════════════════════════════════════════════════ */
:root{
  --ink:#0B1F17;--emerald:#0A7C54;--deep:#075C3E;--mint:#31D0A5;--mint-soft:#CFEEE0;
  --paper:#F6F8F5;--sand:#EADFCB;--amber:#E4B667;--text:#131A20;--muted:#5B6A63;
  --line:rgba(11,31,23,.12);--shadow:0 24px 50px -24px rgba(11,31,23,.25);
  --r-btn:14px;--r-card:20px;--r-band:28px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Cairo','Segoe UI',Tahoma,sans-serif;background:var(--paper);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul{list-style:none}
:focus-visible{outline:3px solid var(--mint);outline-offset:2px;border-radius:4px}
.skip{position:absolute;top:-60px;right:16px;background:var(--mint);color:var(--ink);padding:10px 16px;border-radius:10px;font-weight:800;z-index:50}
.skip:focus{top:12px}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:var(--emerald)}
.eyebrow::before{content:"";display:block;width:22px;height:3px;border-radius:3px;background:var(--mint)}
.eyebrow.on-dark{color:var(--mint)}
.eyebrow.on-dark::before{background:var(--mint)}
.h2{font-size:clamp(28px,3.2vw,40px);font-weight:900;line-height:1.25;color:var(--ink)}
.on-dark .h2,.h2.on-dark{color:#fff}
.lead{font-size:18px;color:var(--muted)}
.sec-head{display:flex;flex-direction:column;gap:10px;max-width:680px}
.sec-head.center{text-align:center;align-items:center;margin:0 auto}
section{padding:96px 0}
/* ── الأزرار ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 24px;border-radius:var(--r-btn);font-weight:800;font-size:16px;white-space:nowrap;border:0;cursor:pointer;transition:transform .15s,box-shadow .2s}
.btn:hover{transform:translateY(-2px)}
.btn svg{width:20px;height:20px;flex:none}
.btn-mint{background:var(--mint);color:var(--ink);box-shadow:0 14px 30px -14px rgba(49,208,165,.8)}
.btn-ink{background:var(--ink);color:#fff}
.btn-ghost{border:1.5px solid rgba(255,255,255,.35);color:#fff;background:transparent}
.btn-ghost[aria-disabled="true"]{cursor:default;opacity:.85}
.btn-ghost[aria-disabled="true"]:hover{transform:none}
.btn-line{border:1.5px solid var(--line);color:var(--ink);background:#fff}
/* ── البطاقات والشارات والأيقونات ── */
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r-card)}
.badge{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:800;color:#fff;background:var(--emerald)}
.badge.sale{background:var(--ink)}
.badge.feat{background:var(--amber);color:#3A2D12}
.ico{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--mint-soft);color:var(--deep);flex:none}
.ico svg{width:24px;height:24px}
.on-dark .ico{background:rgba(49,208,165,.15);color:var(--mint)}
/* ── الكشف عند التمرير ── */
.rv{opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease}
.rv.in{opacity:1;transform:none}
/* ── الترويسة العلوية ── */
.hdr{position:sticky;top:0;z-index:30;background:var(--ink);color:#fff}
.hdr-in{display:flex;align-items:center;justify-content:space-between;gap:20px;height:84px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:26px;color:#fff}
.brand img{width:44px;height:44px;border-radius:12px}
.nav{display:flex;gap:32px;font-weight:700;font-size:15px}
.nav a{color:rgba(255,255,255,.72);transition:color .2s}
.nav a:hover{color:#fff}
.hdr-cta{height:46px;padding:0 20px;font-size:15px}
.menu-btn{display:none;background:none;border:0;color:#fff;width:44px;height:44px;border-radius:12px;cursor:pointer}
.menu-btn svg{width:26px;height:26px}
/* ── البطل ── */
.hero{position:relative;background:var(--ink);color:#fff;overflow:hidden;padding:72px 0 108px}
.hero-lines{position:absolute;inset:0;width:100%;height:100%;opacity:.35;pointer-events:none}
.hero-in{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:center}
.hero-copy{display:flex;flex-direction:column;gap:22px}
.hero h1{font-size:clamp(36px,4.6vw,60px);font-weight:900;line-height:1.15}
.hero h1 .accent{color:var(--mint)}
.hero .lead{color:rgba(255,255,255,.78);font-size:20px;max-width:520px}
.hero .btns{display:flex;gap:14px;flex-wrap:wrap}
.trust-line{display:flex;gap:24px;flex-wrap:wrap;color:rgba(255,255,255,.65);font-size:14px;font-weight:700}
.trust-line span{display:flex;align-items:center;gap:8px}
.trust-line svg{width:18px;height:18px;color:var(--mint)}
.hero-scene{position:relative;height:520px}
.hero-scene svg,.hero-scene canvas{width:100%;height:100%;display:block}
.hero-scene.live .scene-svg{display:none}
.scene-tag{position:absolute;right:16px;bottom:8px;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(49,208,165,.35);font-size:12px;font-weight:700;color:var(--mint)}
.scene-tag svg{width:16px;height:16px}
/* ── الأرقام الحيّة ── */
.stats{padding:0;position:relative;z-index:2;margin-top:-44px}
.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:8px;box-shadow:0 30px 60px -30px rgba(11,31,23,.35)}
.stat{display:flex;align-items:center;gap:18px;padding:22px 28px;border-left:1px solid #E5EAE7}
.stat:last-child{border-left:0}
.stat-n{font-size:34px;font-weight:900;line-height:1.1;color:var(--ink);display:block}
.stat-l{color:var(--muted);font-weight:700}
/* ── آخر الإعلانات ── */
.latest{padding:96px 0 0}
.latest-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}
.chips{display:flex;gap:10px}
.chip{display:inline-flex;align-items:center;height:40px;padding:0 16px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800;font-size:14px;color:var(--ink)}
.chip.on{background:var(--ink);color:#fff;border-color:var(--ink)}
.lst-wrap{position:relative}
.lst-wrap.fade::after{content:"";position:absolute;inset:auto 0 0 0;height:260px;pointer-events:none;background:linear-gradient(to bottom,rgba(246,248,245,0),var(--paper) 80%)}
.lst-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.lst{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;transition:transform .2s,box-shadow .25s}
.lst:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.lst-img{position:relative;aspect-ratio:4/3;background:#E3EBE6}
.lst-img img{width:100%;height:100%;object-fit:cover}
.lst-badge{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:800;color:#fff;background:var(--emerald)}
.lst-badge.sale{background:var(--ink)}
.lst-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:6px}
.lst-title{font-size:17px;font-weight:800;line-height:1.45;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.lst-price{color:var(--emerald);font-weight:900;font-size:20px}
.lst-price small{color:var(--muted);font-weight:600;font-size:13px;margin-inline-start:4px}
.lst-region{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:14px}
.lst-region svg{width:16px;height:16px;flex:none}
.store-cta{position:relative;z-index:1;margin:28px auto 0;max-width:680px;text-align:center;background:var(--ink);color:#fff;border-radius:var(--r-band);padding:36px 32px 32px;box-shadow:0 40px 70px -30px rgba(11,31,23,.55);display:flex;flex-direction:column;align-items:center;gap:12px}
.store-cta.overlap{margin-top:-130px}
.store-logo{width:60px;height:60px;border-radius:16px}
.store-cta h3{font-size:26px;font-weight:900}
.store-cta p{color:rgba(255,255,255,.72)}
.store-ios{font-size:14px;color:var(--mint);font-weight:700}
/* ── التغطية ── */
.coverage-in{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:64px;align-items:center}
.gov-list{display:flex;flex-direction:column;gap:10px;margin-top:8px}
.gov{display:flex;align-items:center;gap:14px;padding:6px 8px;border-radius:10px;transition:background .2s}
.gov.hot{background:var(--mint-soft)}
.gov-dot{width:12px;height:12px;border-radius:4px;flex:none}
.gov-name{font-weight:800;width:110px}
.gov-bar{flex:1;height:10px;border-radius:999px;background:#E5EAE7;overflow:hidden}
.gov-bar i{display:block;height:100%;background:var(--emerald);border-radius:999px}
.gov-n{font-weight:900;color:var(--ink);width:60px;text-align:left}
.gov-map{padding:28px;display:flex;justify-content:center}
.gov-map svg{width:300px;height:640px}
.gov-shape{stroke:var(--paper);stroke-width:3;stroke-linejoin:round;transition:filter .2s,opacity .2s;cursor:default}
.gov-shape.hot{filter:brightness(1.25)}
.gov-pill text{font-family:'Cairo',sans-serif;font-weight:800;font-size:13px;fill:#fff}
.gov-label{font-family:'Cairo',sans-serif;font-weight:800;font-size:12px;fill:var(--muted)}
/* ── الخريطة الحقيقية ── */
.map-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.map-box{position:relative;height:520px;overflow:hidden;background:#EEF3EE}
.map-canvas{position:absolute;inset:0}
.jm .bubble{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--emerald);color:#fff;font-weight:900;font-size:17px;box-shadow:0 0 0 10px rgba(10,124,84,.18);transform:translate(-50%,-50%);cursor:pointer;font-family:'Cairo',sans-serif}
.jm .pin{display:inline-block;padding:6px 12px;border-radius:999px;background:var(--ink);color:#fff;font-weight:900;font-size:14px;white-space:nowrap;box-shadow:0 8px 20px -8px rgba(0,0,0,.4);transform:translate(-50%,-100%);cursor:pointer;font-family:'Cairo',sans-serif}
/* ── كيف يعمل ── */
.how{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:48px}
.steps-arc{position:absolute;top:34px;left:0;width:100%;height:60px;pointer-events:none}
.step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}
.step-n{width:68px;height:68px;border-radius:50%;background:var(--ink);color:var(--mint);display:grid;place-items:center;font-size:26px;font-weight:900;border:4px solid #fff;box-shadow:0 0 0 2px var(--mint)}
.step h3{font-size:22px;font-weight:900}
.step p{color:var(--muted);max-width:300px}
/* ── المزايا ── */
.features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:44px}
.feature{padding:28px;display:flex;flex-direction:column;gap:14px;transition:transform .2s,box-shadow .25s}
.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.feature h3{font-size:19px;font-weight:900}
.feature p{color:var(--muted);font-size:15px}
/* ── الأمان والثقة ── */
.trust{background:var(--ink);color:#fff}
.trust-in{display:grid;grid-template-columns:420px minmax(0,1fr);gap:64px;align-items:center}
.trust-art{display:flex;justify-content:center}
.trust-art svg{width:320px;height:320px}
.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}
.trust-item{display:flex;gap:14px}
.trust-item h3{font-size:18px;font-weight:900}
.trust-item p{color:rgba(255,255,255,.65);font-size:15px}
/* ── الباقات ── */
.plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch;margin-top:44px}
.plan{padding:32px;display:flex;flex-direction:column;gap:18px}
.plan.hot{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:0 30px 60px -30px rgba(11,31,23,.6);transform:translateY(-12px)}
.plan-top{display:flex;justify-content:space-between;align-items:flex-start}
.plan h3{font-size:22px;font-weight:900}
.plan-sub{color:var(--muted);font-size:14px}
.plan.hot .plan-sub{color:rgba(255,255,255,.65)}
.plan-price{font-size:40px;font-weight:900;line-height:1}
.plan-price small{font-size:14px;color:var(--muted);font-weight:700}
.plan.hot .plan-price small{color:rgba(255,255,255,.65)}
.plan ul{display:flex;flex-direction:column;gap:10px;font-weight:600}
.plan .btn{margin-top:auto}
.promo{margin-top:24px;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#FBF6EC;border-color:var(--sand)}
.promo-list{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-weight:800}
.promo-note{color:var(--muted);font-size:14px;font-weight:700}
/* ── الأسئلة ── */
.faq{background:#fff;border-top:1px solid var(--line)}
.faq-in{display:grid;grid-template-columns:380px minmax(0,1fr);gap:64px;align-items:start}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-list details{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:0 24px}
.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;font-weight:800;font-size:17px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary svg{width:22px;height:22px;color:var(--emerald);flex:none;transition:transform .2s}
.faq-list details[open] summary svg{transform:rotate(45deg)}
.faq-list details p{color:var(--muted);font-size:15px;padding:0 0 20px}
/* ── الدعوة الأخيرة ── */
.cta-band{position:relative;overflow:hidden;background:var(--emerald);color:#fff;border-radius:32px;padding:64px 72px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;align-items:center}
.cta-band .hero-lines{opacity:.35}
.cta-copy{position:relative;display:flex;flex-direction:column;gap:18px}
.cta-band h2{font-size:clamp(30px,3.5vw,44px);font-weight:900;line-height:1.2}
.cta-band p{font-size:18px;color:rgba(255,255,255,.85);max-width:560px}
.cta-logo{position:relative;display:flex;justify-content:center}
.cta-logo img{width:180px;height:180px;border-radius:40px;box-shadow:0 40px 60px -30px rgba(0,0,0,.5)}
/* ── التذييل ── */
.foot{background:var(--ink);color:rgba(255,255,255,.72);padding:64px 0 32px}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}
.foot-col{display:flex;flex-direction:column;gap:10px;font-weight:600}
.foot-col b{color:#fff;font-weight:900}
.foot a:hover{color:var(--mint)}
.foot-base{margin-top:40px;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:14px;color:rgba(255,255,255,.5)}
/* ── الصفحات القانونية ── */
.doc{max-width:760px;margin:0 auto;padding:56px 24px 90px}
.doc .updated{color:var(--muted);font-size:.92rem;margin-bottom:34px}
.doc h1{font-size:clamp(2rem,5vw,2.8rem);font-weight:900}
.doc h2{font-size:1.4rem;font-weight:800;margin:38px 0 12px;padding-top:6px}
.doc h2 .num{color:var(--mint);margin-inline-end:8px}
.doc p,.doc li{color:#26332C;font-size:1.03rem}
.doc ul{margin:12px 28px 12px 0;display:grid;gap:8px;list-style:disc}
.doc li::marker{color:var(--emerald)}
.doc .callout{background:#fff;border:1px solid var(--line);border-right:4px solid var(--emerald);border-radius:12px;padding:18px 20px;margin:22px 0}
.doc a.inline{color:var(--emerald);font-weight:700;border-bottom:1px solid var(--mint)}
/* ── التجاوب ── */
@media(max-width:1079px){
  .hero-in{gap:32px}.hero-scene{height:420px}
  .lst-grid,.features-grid,.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .coverage-in{grid-template-columns:minmax(0,1fr) 380px;gap:36px}.gov-map svg{width:220px;height:470px}
  .plans-grid{gap:16px}.plan{padding:24px}.plan-price{font-size:32px}
  .faq-in{grid-template-columns:300px minmax(0,1fr);gap:36px}
  .cta-band{padding:48px}
}
@media(max-width:899px){
  section{padding:72px 0}
  .nav,.hdr-cta{display:none}.menu-btn{display:grid;place-items:center}
  .hdr.open .nav{display:flex;flex-direction:column;gap:0;position:absolute;top:84px;right:0;left:0;background:var(--ink);padding:8px 24px 16px;border-top:1px solid rgba(255,255,255,.1)}
  .hdr.open .nav a{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;font-size:17px}
  .hero{padding:48px 0 80px}.hero-in{grid-template-columns:1fr}.hero-scene{height:320px}
  .stats-grid{grid-template-columns:1fr}.stat{border-left:0;border-bottom:1px solid #E5EAE7}.stat:last-child{border-bottom:0}
  .latest-head{flex-direction:column;align-items:flex-start;gap:16px}
  .coverage-in{grid-template-columns:1fr}.gov-map{order:-1}
  .map-head{flex-direction:column;align-items:flex-start;gap:16px}.map-box{height:420px}
  .steps{grid-template-columns:1fr;gap:28px}.steps-arc{display:none}.step{flex-direction:row;text-align:right;align-items:flex-start}.step-n{width:52px;height:52px;font-size:20px;flex:none}
  .trust-in{grid-template-columns:1fr;gap:32px}.trust-art svg{width:220px;height:220px}
  .plans-grid{grid-template-columns:1fr}.plan.hot{transform:none}
  .promo{flex-direction:column;align-items:flex-start}
  .faq-in{grid-template-columns:1fr;gap:28px}
  .cta-band{grid-template-columns:1fr;padding:40px 28px;text-align:center}.cta-copy{align-items:center}.cta-logo img{width:120px;height:120px;border-radius:28px}
  .foot-grid{grid-template-columns:1fr 1fr;gap:28px}
}
@media(max-width:559px){
  .wrap{padding:0 20px}section{padding:56px 0}
  .hdr-in{height:64px}.brand{font-size:22px}.brand img{width:36px;height:36px}.hdr.open .nav{top:64px}
  .hero .btns{flex-direction:column}.hero .btns .btn{width:100%}.hero-scene{height:260px}
  .lst-grid,.features-grid,.trust-grid{grid-template-columns:1fr}
  .store-cta{padding:28px 22px}.store-cta .btn{width:100%}.store-cta.overlap{margin-top:-120px}
  .gov-map{padding:16px}.gov-map svg{width:180px;height:384px}.gov-name{width:90px}
  .cta-band .btns{flex-direction:column;width:100%}.cta-band .btn{width:100%}
  .foot-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important;scroll-behavior:auto!important}
  .rv{opacity:1;transform:none}
}
