/* الصفحة الرئيسية: خلفية كريمية + طبقات FX */

html,
body {
  background: #f5f1e8 !important;
}

/* إيقاف aurora الأسود — نرجع للكريمي */
#shader-bg-root,
.shader-bg-root {
  display: none !important;
}

/* شبكة الجسيمات المتصلة (تتفاعل مع المؤشر) */
#particles-js {
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  overflow: hidden !important;
  background: transparent !important;
  pointer-events: none !important;
  opacity: 1 !important;
}

#neural-bg {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

#hero-section,
.dashboard-preview-section,
.shop-categories-section,
#stores-section-wrap,
.site-footer {
  position: relative;
  z-index: 2;
}

.nav-center-btns {
  z-index: 100 !important;
}

@media (max-width: 1260px) {
  #particles-js,
  #neural-bg {
    display: none !important;
  }
}
