/* ============================================================
   Blog / Article Hub — עיצוב כהה תואם (BizRunner)
   ============================================================ */
html.biz-dark #article-hub{ font-family:'Assistant',sans-serif; direction:rtl; }

/* ---------- Hero ---------- */
html.biz-dark #article-hub .collection-hero{
  position:relative; background:transparent !important; min-height:auto !important;
  padding:72px 20px 26px; text-align:center;
}
html.biz-dark #article-hub .collection-hero__image{ display:none !important; }
html.biz-dark #article-hub .collection-hero__title-wrapper{ position:relative; max-width:760px; margin:0 auto; }
html.biz-dark #article-hub .collection-hero__title-wrapper::before{
  content:'הבלוג של BizRunner'; display:block; color:#ff5722;
  font-weight:800; letter-spacing:2px; font-size:13px; margin-bottom:12px;
}
html.biz-dark #article-hub .collection-hero__title{
  font-size:clamp(2.2rem,5vw,3.4rem); font-weight:800; color:#fff;
  letter-spacing:-1px; margin:0;
}
html.biz-dark #article-hub .collection-hero__title::after{
  content:''; display:block; width:72px; height:4px; margin:20px auto 0;
  border-radius:4px; background:linear-gradient(135deg,#ef0303,#ff5722);
}
html.biz-dark #article-hub .breadcrumbs{
  display:flex; justify-content:center; gap:8px; margin-top:16px;
  color:rgba(255,255,255,.45); font-size:.82rem;
}
html.biz-dark #article-hub .breadcrumbs a{ color:rgba(255,255,255,.7) !important; text-decoration:none; }
html.biz-dark #article-hub .breadcrumbs a:hover{ color:#ff5722 !important; }

/* ---------- Search ---------- */
html.biz-dark #article-hub .ah-search-form{ max-width:540px; margin:0 auto 44px; }
html.biz-dark #article-hub .ah-search-group{
  display:flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1);
  border-radius:999px; padding:6px 6px 6px 18px;
  -webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px);
}
html.biz-dark #article-hub .ah-search-input{
  flex:1; background:transparent !important; border:0 !important; outline:none !important;
  color:#fff !important; font-size:1rem; padding:10px 0; box-shadow:none !important;
}
html.biz-dark #article-hub .ah-search-input::placeholder{ color:rgba(255,255,255,.45); }
html.biz-dark #article-hub .ah-search-button{
  flex:0 0 auto; width:46px; height:46px; border-radius:999px; border:0 !important; cursor:pointer;
  background:linear-gradient(135deg,#ef0303,#ff5722) !important; color:#fff !important;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 20px rgba(239,3,3,.32); transition:transform .2s ease;
}
html.biz-dark #article-hub .ah-search-button:hover{ transform:scale(1.06); }

/* ---------- Cards grid ---------- */
html.biz-dark #article-hub .collection-page-item{ margin-bottom:28px; }

html.biz-dark #article-hub .ah-article-card{
  background:rgba(255,255,255,.04) !important; border:1px solid rgba(255,255,255,.09) !important;
  border-radius:18px; overflow:hidden; height:100%; display:flex; flex-direction:column;
  -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
  transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
html.biz-dark #article-hub .ah-article-card:hover{
  transform:translateY(-6px); border-color:rgba(255,59,59,.32) !important;
  box-shadow:0 26px 54px rgba(0,0,0,.5);
}

/* image */
html.biz-dark #article-hub .ah-article-image-wrap{ position:relative; overflow:hidden; aspect-ratio:16/10; }
html.biz-dark #article-hub .ah-article-link{ display:block; width:100%; height:100%; }
html.biz-dark #article-hub .ah-article-image{
  width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease;
}
html.biz-dark #article-hub .ah-article-card:hover .ah-article-image{ transform:scale(1.06); }
html.biz-dark #article-hub .ah-article-image-wrap::after{
  content:''; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg,transparent 45%,rgba(8,8,12,.6));
}

/* badges over image */
html.biz-dark #article-hub .ah-article-category{ position:absolute; top:12px; right:12px; z-index:2; }
html.biz-dark #article-hub .ah-article-category span{
  background:linear-gradient(135deg,#ef0303,#ff5722); color:#fff;
  font-size:.72rem; font-weight:800; padding:5px 13px; border-radius:999px;
  box-shadow:0 6px 16px rgba(239,3,3,.3);
}
html.biz-dark #article-hub .ah-article-date{
  position:absolute; bottom:12px; right:14px; z-index:2;
  display:flex; align-items:center; gap:5px; color:#fff; font-size:.78rem; font-weight:600;
}
html.biz-dark #article-hub .ah-date-icon{ display:flex; opacity:.85; }

/* content */
html.biz-dark #article-hub .ah-article-content{ padding:20px; display:flex; flex-direction:column; flex:1; }
html.biz-dark #article-hub .ah-article-title-link,
html.biz-dark #article-hub .ah-article-title{
  color:#fff !important; font-weight:800; font-size:1.12rem; line-height:1.35;
  text-decoration:none; margin:0 0 10px; display:block; transition:color .2s ease;
}
html.biz-dark #article-hub .ah-article-card:hover .ah-article-title-link{ color:#ff5722 !important; }
html.biz-dark #article-hub .ah-article-excerpt{
  color:rgba(255,255,255,.6) !important; font-size:.92rem; line-height:1.6; margin:0 0 16px; flex:1;
}
html.biz-dark #article-hub .ah-article-footer{ margin-top:auto; }
html.biz-dark #article-hub .ah-read-more-link,
html.biz-dark #article-hub .ah-article-footer a{
  color:#ff5722 !important; font-weight:700; text-decoration:none; font-size:.9rem;
  display:inline-flex; align-items:center; gap:6px; transition:gap .2s ease;
}
html.biz-dark #article-hub .ah-read-more-link:hover,
html.biz-dark #article-hub .ah-article-footer a:hover{ gap:11px; }

@media (max-width:991px){
  html.biz-dark #article-hub .collection-hero{ padding:50px 18px 20px; }
}
