/* =========================================================
   MishiLand v13.1 — Phase 2: Product Hero + Trust (فقط صفحه اصلی)
   =========================================================
   این فایل فقط ظاهر .ml-hero و .ml-trust را غنی‌تر می‌کند؛ چیزی
   از v13.0/v12.1 حذف نمی‌شود. رنگ تیره اینجا عمداً همان مقدار
   #14100a است که در mishiland-dark-luxury.css برای هدر و بخش
   پرفروش‌ترین‌ها استفاده شده — تا هر سه بخش (هدر، Hero، پرفروش‌ترین‌ها)
   دقیقاً یک خانواده رنگی تیره داشته باشند، نه سه‌ سیاه متفاوت.
   ========================================================= */

#mishiland-home .ml-hero--future {
  --ml-hero-void: #14100a;
  --ml-hero-void-soft: #1c150d;
  --ml-hero-gold: #cfa35a;
  --ml-hero-gold-soft: #e8c988;
  --ml-hero-line: rgba(207, 163, 90, 0.22);

  position: relative;
  background: radial-gradient(120% 100% at 12% 0%, #241b10 0%, var(--ml-hero-void) 55%, var(--ml-hero-void-soft) 100%);
  border-radius: 0 0 28px 28px;
  padding: 36px 20px 48px;
  overflow: hidden;
  isolation: isolate;
}

/* بافت شبکه‌ی ظریف (دقت مهندسی‌شده) — فقط CSS، بدون تصویر اضافه */
#mishiland-home .ml-hero--future .ml-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(207, 163, 90, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 163, 90, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(120% 90% at 20% 10%, #000 40%, transparent 85%);
  -webkit-mask-image: radial-gradient(120% 90% at 20% 10%, #000 40%, transparent 85%);
}

#mishiland-home .ml-hero--future .ml-hero__glow {
  position: absolute;
  inset: -35% -15% auto auto;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(207, 163, 90, 0.4), transparent 70%);
  filter: blur(16px);
  z-index: 0;
}

#mishiland-home .ml-hero--future .ml-hero__content {
  position: relative;
  z-index: 1;
  max-width: 440px;
}

#mishiland-home .ml-hero--future .ml-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: var(--ml-hero-gold-soft);
  background: rgba(207, 163, 90, 0.12);
  border: 1px solid var(--ml-hero-line);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

#mishiland-home .ml-hero--future .ml-hero__title {
  color: #fbf6ec;
  font-size: 27px;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 10px;
}

#mishiland-home .ml-hero--future .ml-hero__desc {
  color: #cfc4b2;
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 22px;
  max-width: 360px;
}

#mishiland-home .ml-hero--future .ml-hero__actions {
  margin-bottom: 20px;
}

#mishiland-home .ml-hero--future .ml-btn--primary {
  background: linear-gradient(135deg, var(--ml-hero-gold-soft), var(--ml-hero-gold));
  color: #14100a;
  box-shadow: 0 10px 24px rgba(207, 163, 90, 0.3);
  font-weight: 700;
}
#mishiland-home .ml-hero--future .ml-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(207, 163, 90, 0.4);
}

/* ---------- ردیف تراست کوچک داخل Hero ---------- */
#mishiland-home .ml-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mishiland-home .ml-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: #e7ddc9;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--ml-hero-line);
  padding: 6px 11px;
  border-radius: 999px;
}
#mishiland-home .ml-hero__chip svg {
  width: 14px;
  height: 14px;
  color: var(--ml-hero-gold-soft);
  flex-shrink: 0;
}

/* ---------- صحنه‌ی نمایش محصولات Hero (Product Stage) ---------- */
#mishiland-home .ml-hero--future .ml-hero__products {
  position: relative;
  z-index: 1;
}
#mishiland-home .ml-hero--future .ml-hero-product {
  position: relative;
  display: block;
}
#mishiland-home .ml-hero--future .ml-hero-product img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.45));
}
/* سایه‌ی نرم بیضی زیر محصول، حس ویترین/شوروم لوکس */
#mishiland-home .ml-hero--future .ml-hero-product__stage {
  position: absolute;
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
  width: 70%;
  height: 18%;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.4), transparent 75%);
  filter: blur(2px);
  z-index: 0;
}

@media (min-width: 700px) {
  #mishiland-home .ml-hero--future {
    padding: 56px 40px 64px;
  }
  #mishiland-home .ml-hero--future .ml-hero__title {
    font-size: 34px;
  }
}

/* ---------- Trust Section: کارت‌های مهندسی‌شده‌تر ---------- */
#mishiland-home .ml-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
#mishiland-home .ml-trust__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ml-white);
  border: 1px solid var(--ml-line);
  border-radius: var(--ml-radius-md);
  padding: 14px;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
#mishiland-home .ml-trust__item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--ml-saffron-400), var(--ml-copper-500));
  opacity: 0;
  transition: opacity 0.15s ease;
}
#mishiland-home .ml-trust__item:hover {
  transform: translateY(-2px);
  box-shadow: var(--ml-shadow);
  border-color: var(--ml-copper-500);
}
#mishiland-home .ml-trust__item:hover::before {
  opacity: 1;
}
#mishiland-home .ml-trust__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(193, 116, 60, 0.1);
  color: var(--ml-copper-600);
}
#mishiland-home .ml-trust__icon svg {
  width: 20px;
  height: 20px;
}
#mishiland-home .ml-trust__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#mishiland-home .ml-trust__copy strong {
  font-size: 13.5px;
  font-weight: 700;
}
#mishiland-home .ml-trust__copy small {
  font-size: 11.5px;
  color: #6b7280;
}
#mishiland-home .ml-trust__item--featured {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #fbf7f0, #f3ece0);
}

@media (min-width: 700px) {
  #mishiland-home .ml-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #mishiland-home .ml-trust__item--featured {
    grid-column: auto;
  }
}
