/* v4.4.9 — Final approved mobile header and Arabic bottom nav */

/* ===============================
   FINAL MOBILE HEADER
   =============================== */
@media (max-width:1024px){

  .felah-real-topbar{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    padding:12px 14px !important;
    direction:rtl !important;
    min-height:126px !important;
  }

  /* إخفاء كل بقايا الهيدرات القديمة داخل نفس الحاوية */
  .felah-real-topbar > *{
    display:none !important;
  }

  .felah-real-topbar > .felah-v449-row,
  .felah-real-topbar > .felah-v449-search{
    display:flex !important;
  }

  .felah-v449-row{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    direction:rtl !important;
  }

  .felah-v449-brand{
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
    height:48px !important;
    border-radius:18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:var(--card,#082818) !important;
    border:1px solid var(--border,rgba(232,248,235,.14)) !important;
    color:var(--text,#edf7ef) !important;
    font-weight:900 !important;
    font-size:14px !important;
    text-decoration:none !important;
    white-space:nowrap !important;
  }

  .felah-v449-actions{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    margin-inline-start:auto !important;
  }

  .felah-v449-btn{
    width:48px !important;
    min-width:48px !important;
    height:48px !important;
    border-radius:16px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:var(--card,#082818) !important;
    border:1px solid var(--border,rgba(232,248,235,.14)) !important;
    color:var(--text,#edf7ef) !important;
    font-size:20px !important;
    text-decoration:none !important;
    position:relative !important;
    padding:0 !important;
  }

  .felah-v449-badge{
    position:absolute !important;
    top:-7px !important;
    inset-inline-start:-7px !important;
    min-width:20px !important;
    height:20px !important;
    padding:0 6px !important;
    border-radius:999px !important;
    background:#e84c4c !important;
    color:#fff !important;
    font-size:11px !important;
    font-weight:900 !important;
    display:none;
    align-items:center !important;
    justify-content:center !important;
    line-height:20px !important;
  }

  .felah-v449-search{
    width:100% !important;
    min-height:54px !important;
    border-radius:21px !important;
    align-items:center !important;
    gap:10px !important;
    padding:0 15px !important;
    background:var(--card,#082818) !important;
    border:1px solid var(--border,rgba(232,248,235,.14)) !important;
  }

  .felah-v449-search span{
    font-size:18px !important;
    color:var(--text,#edf7ef) !important;
  }

  .felah-v449-search input{
    width:100% !important;
    border:0 !important;
    outline:0 !important;
    background:transparent !important;
    color:var(--text,#edf7ef) !important;
    text-align:right !important;
    direction:rtl !important;
    font-size:15px !important;
  }

  .felah-v449-search input::placeholder{
    color:rgba(237,247,239,.55) !important;
  }

  /* إخفاء القوائم العلوية القديمة في الهاتف */
  .felah-real-tabs,
  .felah-main-tabs,
  .felah-nav,
  .felah-quick-nav,
  .public-tabs,
  .top-tabs,
  .mobile-top-tabs,
  nav.felah-tabs,
  nav[aria-label="main"],
  .tabs-row{
    display:none !important;
  }

  body{
    padding-bottom:92px !important;
  }
}

/* الشاشات الصغيرة جداً */
@media (max-width:380px){
  .felah-v449-brand{
    width:128px !important;
    min-width:128px !important;
    max-width:128px !important;
    font-size:13px !important;
  }

  .felah-v449-btn{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    font-size:18px !important;
  }

  .felah-v449-actions{
    gap:7px !important;
  }
}

/* الكمبيوتر: لا نعرض الهيدر النهائي ولا القائمة السفلية */
@media (min-width:1025px){
  .felah-v449-row,
  .felah-v449-search,
  .felah-v449-bottom{
    display:none !important;
  }
}

/* ===============================
   FINAL MOBILE BOTTOM NAV
   =============================== */
.felah-v449-bottom{
  position:fixed !important;
  inset-inline:0 !important;
  bottom:0 !important;
  z-index:999999 !important;
  min-height:78px !important;
  padding:8px 8px calc(8px + env(safe-area-inset-bottom)) !important;
  background:rgba(3,23,14,.97) !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
  backdrop-filter:blur(16px) !important;
  display:none !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:5px !important;
  direction:rtl !important;
}

.felah-v449-bottom a{
  flex:1 1 0 !important;
  min-width:0 !important;
  min-height:60px !important;
  border-radius:18px !important;
  padding:7px 3px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  text-decoration:none !important;
  color:rgba(237,247,239,.70) !important;
  font-weight:900 !important;
  font-size:11px !important;
  line-height:1.2 !important;
}

.felah-v449-bottom a .ico{
  font-size:19px !important;
  line-height:1 !important;
}

.felah-v449-bottom a.active{
  background:rgba(255,255,255,.09) !important;
  color:#ffffff !important;
}

@media (max-width:1024px){
  .felah-v449-bottom{
    display:flex !important;
  }

  /* إخفاء أي قائمة سفلية قديمة */
  .felah-mobile-bottom-nav,
  .mobile-bottom-nav,
  .bottom-nav,
  .app-bottom-nav,
  .bottom-tabs,
  .phone-nav,
  .mobile-nav-bottom{
    display:none !important;
  }
}

/* الوضع الفاتح */
html[data-theme="light"] .felah-v449-brand,
html[data-theme="light"] .felah-v449-btn,
html[data-theme="light"] .felah-v449-search{
  background:#ffffff !important;
  color:#173d28 !important;
  border-color:rgba(23,61,40,.14) !important;
}

html[data-theme="light"] .felah-v449-search input{
  color:#173d28 !important;
}

html[data-theme="light"] .felah-v449-search input::placeholder,
html[data-theme="light"] .felah-v449-search span{
  color:rgba(23,61,40,.55) !important;
}

html[data-theme="light"] .felah-v449-bottom{
  background:rgba(255,255,255,.97) !important;
  border-top:1px solid rgba(23,61,40,.14) !important;
}

html[data-theme="light"] .felah-v449-bottom a{
  color:rgba(23,61,40,.62) !important;
}

html[data-theme="light"] .felah-v449-bottom a.active{
  background:#1e7549 !important;
  color:#ffffff !important;
}
