/* =========================================================
   DM Gold — front-page.css
   هیرو سه‌بعدی، دسته‌بندی‌ها، شگفت‌انگیز، تب محصولات،
   دسترسی سریع، باندل‌ها، پرتقاضا و بنتوی مزیت‌ها
   ========================================================= */


/* =========================================================
   شروع: هیرو سکشن (ویترین لایه‌ای سه‌بعدی)
   ========================================================= */
.hero {
  position: relative;
  overflow: hidden;
  margin-top: calc(-1 * var(--nav-h));
  padding-top: var(--nav-h);
  background: radial-gradient(130% 150% at 85% -15%, #3a270d 0%, var(--neutral-900) 42%, #14120e 100%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .55;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 15% 25%, rgba(230, 190, 120, .55) 0, transparent 60%),
    radial-gradient(1px 1px at 68% 55%, rgba(230, 190, 120, .4) 0, transparent 60%),
    radial-gradient(1px 1px at 38% 78%, rgba(230, 190, 120, .45) 0, transparent 60%),
    radial-gradient(1px 1px at 85% 30%, rgba(230, 190, 120, .35) 0, transparent 60%);
}

.hero-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  top: -240px;
  right: -180px;
  background: radial-gradient(circle, rgba(182, 130, 53, .25) 0%, transparent 70%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  /* ⚠ padding-block نه shorthand: .hero-grid کلاسِ .wrap را هم دارد و
     shorthand پدینگِ افقیِ آن را صفر می‌کرد ⇒ متنِ هیرو به لبهٔ صفحه می‌چسبید. */
  padding-block: 84px 96px;
}

.hero-copy { position: relative; z-index: 2; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  letter-spacing: .1em;
  color: var(--accent-300);
  margin-bottom: 24px;
  padding: 7px 16px 7px 10px;
  border: 1px solid rgba(182, 130, 53, .4);
  border-radius: 999px;
  font-weight: 600;
}

.eyebrow svg { width: 15px; height: 15px; }

.hero h1 {
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.18;
  color: var(--neutral-100);
  letter-spacing: 0;
  font-weight: 700;
}

.hero h1 span {
  display: block;
  color: var(--accent-300);
  font-weight: 400;
  background: linear-gradient(90deg, var(--accent-300), var(--accent-400) 60%, var(--accent-700));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p {
  font-weight: 300;
  font-size: 16.5px;
  line-height: 1.95;
  color: var(--neutral-400);
  max-width: 44ch;
  margin: 18px 0 32px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-stats {
  display: flex;
  gap: 36px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(243, 242, 242, .14);
}

.hero-stats .stat-num {
  font-family: var(--font-h);
  font-size: 24px;
  font-weight: 700;
  color: var(--neutral-100);
}

.hero-stats .stat-lbl { font-size: 12.5px; color: var(--neutral-500); margin-top: 2px; }

/* ---- ویترین لایه‌ای ---- */
.hero-showcase { position: relative; z-index: 2; height: 460px; }

/* حلقه‌های مداری طلایی، هرکدام با سرعت و جهت متفاوت */
.orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px dashed rgba(230, 189, 122, .28);
  pointer-events: none;
}

.orbit-ring-1 { width: 440px; height: 440px; margin: -220px 0 0 -220px; animation: spin 46s linear infinite; }

.orbit-ring-2 {
  width: 330px; height: 330px; margin: -165px 0 0 -165px;
  border-style: solid;
  border-color: rgba(230, 189, 122, .16);
  animation: spin 34s linear infinite reverse;
}

.orbit-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-300);
  box-shadow: 0 0 12px 3px rgba(230, 189, 122, .6);
}

.orbit-dot-1 { top: 50%; left: 50%; margin: -220px 0 0 -3.5px; animation: spin 46s linear infinite; transform-origin: 3.5px 220px; }
.orbit-dot-2 { top: 50%; left: 50%; margin: -165px 0 0 -3.5px; animation: spin 34s linear infinite reverse; transform-origin: 3.5px 165px; }

@keyframes spin { to { transform: rotate(360deg); } }

/* جرقه‌های طلایی چشمک‌زن */
.sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent-300);
  box-shadow: 0 0 8px 2px rgba(230, 189, 122, .7);
  animation: twinkle 2.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes twinkle {
  0%, 100% { opacity: .15; transform: scale(.7); }
  50% { opacity: 1; transform: scale(1.3); }
}

/* لایه‌ی بیرونی: هدف پارالاکس ماوس (جاوااسکریپت transform می‌دهد) */
.showcase-layer { position: absolute; will-change: transform; }

.showcase-main { top: 4%; right: 12%; width: 300px; z-index: 2; }
.showcase-secondary { top: 0; left: 2%; width: 130px; z-index: 1; }
.showcase-tertiary { bottom: 6%; left: 20%; width: 110px; z-index: 3; }
.showcase-chip-1 { bottom: 2%; right: -4%; z-index: 4; }
.showcase-chip-2 { top: 30%; left: -4%; z-index: 4; }

.showcase-mini {
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-800);
  box-shadow: var(--shadow-md);
}

.showcase-mini-sm { border-radius: var(--radius-md); }

/* لایه‌ی داخلی: انیمیشن شناور، مستقل از پارالاکس ماوس */
.showcase-float { animation: floatY 6s ease-in-out infinite; }
.showcase-float-slow { animation-duration: 8.5s; }
.showcase-float-med { animation-duration: 6.5s; }
.showcase-float-fast { animation-duration: 4.8s; }
.showcase-float-rev { animation-direction: reverse; }

@keyframes floatY {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(-1.2deg); }
}

/* مهر اصالت ظریف روی گوشه‌ی عکس — مکمل، نه رقیب هویت بصری */
.authenticity-seal {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 14px;
  width: 46px;
  height: 46px;
  color: rgba(248, 240, 224, .8);
  background: rgba(20, 16, 10, .35);
  border: 1px solid rgba(248, 240, 224, .25);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: sealSpin 22s linear infinite;
}

.authenticity-seal svg { width: 68%; height: 68%; }

@keyframes sealSpin { to { transform: rotate(360deg); } }

.hero-plate {
  position: relative;
  aspect-ratio: 5/4;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--neutral-800);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(160deg, var(--neutral-800), var(--neutral-900));
  transform: rotate(1.2deg);
}

.hero-plate img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.08) contrast(1.03);
}

.hero-plate::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(200deg, transparent 40%, rgba(20, 16, 10, .62) 100%),
    radial-gradient(120% 120% at 50% 50%, transparent 55%, rgba(10, 8, 5, .5) 100%);
}

.hero-plate::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: auto 0 0 0;
  height: 16%;
  background: linear-gradient(to top, var(--neutral-900) 0%, rgba(33, 31, 28, 0) 100%);
}

.glass-chip {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(248, 244, 244, .12);
  border: 1px solid rgba(248, 244, 244, .2);
  border-radius: var(--radius-lg);
  padding: 15px 20px;
  box-shadow: var(--shadow-lg);
  min-width: 172px;
}

.glass-chip .lbl { font-size: 11px; color: var(--neutral-400); margin-bottom: 6px; }
.glass-chip .val { display: flex; align-items: baseline; gap: 8px; }

.glass-chip .val b {
  font-family: var(--font-b);
  font-weight: 700;
  font-size: 18px;
  color: var(--neutral-100);
  font-variant-numeric: tabular-nums;
}

.hero-spacer { height: var(--section-gap); }

@media (prefers-reduced-motion: reduce) {
  .orbit-ring, .orbit-dot, .sparkle, .showcase-float, .authenticity-seal { animation: none; }
}
/* =========================================================
   پایان: هیرو سکشن
   ========================================================= */


/* =========================================================
   شروع: دسته‌بندی محصولات (کارت‌های تصویری)
   ========================================================= */
.cats-section { padding: var(--section-gap) 24px; }

.cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.cat-card {
  cursor: pointer;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--divider);
  aspect-ratio: 4/5;
  background: var(--neutral-900);
  transition: box-shadow .35s, transform .35s;
  display: block;
}

.cat-card.active { border-color: var(--accent); }

.cat-card:hover {
  box-shadow: 0 0 0 1px var(--accent), 0 20px 40px rgba(182, 130, 53, .32);
  transform: translateY(-6px);
}

.cat-img { position: absolute; inset: 0; overflow: hidden; transition: transform .5s cubic-bezier(.2, .8, .2, 1); }

/* پرکردن کامل قاب: زوم از لبه‌ی بالا تا واترمارک پایین عکس هم حذف شود */
.cat-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
  transform-origin: 50% 0%;
}

.cat-card:hover .cat-img { transform: scale(1.09); }

.cat-art {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(120% 100% at 50% 15%, #3a270d, #17140f 75%);
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.cat-card:hover .cat-art { transform: scale(1.06); }
.cat-art svg { width: 58%; height: 58%; filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .4)); }
.cat-art-deal { background: radial-gradient(120% 100% at 50% 15%, #7a1f1f, #2a0f0f 75%); color: #ffb7a8; }

.cat-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 8, 5, .92) 0%, rgba(10, 8, 5, .18) 55%, transparent 78%);
  pointer-events: none;
}

.cat-index {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: var(--font-h);
  font-size: 12px;
  color: rgba(248, 244, 244, .55);
  letter-spacing: .04em;
}

.cat-label { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px 16px; text-align: right; }
.cat-label .t { font-family: var(--font-h); font-weight: 700; font-size: 16px; color: var(--neutral-100); }
.cat-label .c { font-size: 11.5px; color: var(--accent-300); margin-top: 4px; font-weight: 300; }
/* =========================================================
   پایان: دسته‌بندی محصولات
   ========================================================= */


/* =========================================================
   شروع: محصولات شگفت‌انگیز (تایمر شمارش معکوس)
   ========================================================= */
.deal-section {
  padding: var(--section-gap) 0;
  background: radial-gradient(120% 160% at 100% 0%, #3a1414 0%, var(--neutral-900) 55%);
  position: relative;
  overflow: hidden;
}

.deal-kicker { color: var(--danger-300); }
.deal-section .hint { color: var(--neutral-400); }
.deal-section h2 { color: var(--neutral-100); }

.deal-grid > * { width: 230px; }

.deal-card {
  position: relative;
  background: var(--neutral-800);
  border: 1px solid rgba(255, 138, 110, .25);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: transform .25s, border-color .25s;
  display: flex;
  flex-direction: column;
}

.deal-card:hover { transform: translateY(-5px); border-color: var(--danger-300); }

/* تایمر جمع‌وجور پایینِ کارت کنار قیمت — نه روی عکس، تا با بج تخفیف تداخل نکند */
.deal-timer {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--danger-300);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}

.deal-timer svg { width: 13px; height: 13px; flex: none; }

.deal-img { margin: 0; flex: none; position: relative; }

.deal-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

/* دو خطِ ثابت — همان قاعدهٔ .prod-name */
.deal-name {
  font-family: var(--font-h);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--neutral-100);
  margin: 4px 0 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.4em * 2);
}

.deal-sold-row { margin-bottom: 10px; }
.deal-sold-track { height: 5px; border-radius: 999px; background: rgba(243, 242, 242, .14); overflow: hidden; }
.deal-sold-bar { height: 100%; background: linear-gradient(90deg, var(--danger-300), var(--danger)); border-radius: 999px; }
.deal-sold-lbl { font-size: 10.5px; color: var(--neutral-400); margin-top: 5px; }

.deal-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px dashed rgba(243, 242, 242, .16);
}

.deal-price {
  font-family: var(--font-b);
  font-size: 16px;
  font-weight: 700;
  color: var(--neutral-100);
  font-variant-numeric: tabular-nums;
}

.deal-toman { font-size: 11px; color: var(--neutral-500); }
/* =========================================================
   پایان: محصولات شگفت‌انگیز
   ========================================================= */


/* =========================================================
   شروع: تب‌های فیلتر و گرید محصولات
   ========================================================= */
.tabs-section { padding: var(--section-gap) 24px; }

.chip-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }

.chip {
  border: 1px solid var(--divider);
  background: transparent;
  color: var(--text);
  padding: 9px 20px;
  border-radius: 999px;
  font-size: 13.5px;
  cursor: pointer;
  font-family: var(--font-b);
  font-weight: 600;
  transition: all .18s;
}

.chip.active { border-color: var(--accent); background: var(--accent-100); color: var(--accent-700); }

.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
/* =========================================================
   پایان: تب‌های فیلتر و گرید محصولات
   ========================================================= */


/* =========================================================
   شروع: دسترسی سریع (Quick Categories)
   ========================================================= */
.quickcat-section {
  border-block: 1px solid var(--divider);
  background: var(--surface);
  position: relative;
  overflow: hidden;
}

.quickcat-inner { padding-block: var(--section-gap); }

.quickcat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--divider);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg);
}

.quickcat-cell {
  position: relative;
  display: block;
  padding: 30px 26px;
  border-inline-start: 1px solid var(--divider);
  transition: background .2s ease;
  text-decoration: none;
  color: var(--text);
  overflow: hidden;
}

.quickcat-cell:first-child { border-inline-start: none; }
.quickcat-cell:hover { background: var(--accent-100); text-decoration: none; }

.quickcat-ghost {
  position: absolute;
  left: -6px;
  bottom: -30px;
  font-family: var(--font-h);
  font-size: 90px;
  font-weight: 700;
  color: var(--accent-700);
  opacity: .06;
  line-height: 1;
  pointer-events: none;
}

.quickcat-icon {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform .3s ease;
}

.quickcat-cell:hover .quickcat-icon { transform: scale(1.08) rotate(-4deg); }
.quickcat-icon svg { width: 22px; height: 22px; }

.quickcat-icon-gold { background: linear-gradient(150deg, var(--accent-100), var(--accent-300)); color: var(--accent-800); }
.quickcat-icon-amber { background: linear-gradient(150deg, #fbead0, var(--accent-400)); color: var(--accent-900); }
.quickcat-icon-bar { background: linear-gradient(150deg, #f3e6c8, #c99a45); color: var(--accent-900); }
.quickcat-icon-silver { background: linear-gradient(150deg, #eef0f1, #b9c0c4); color: var(--neutral-800); }

.quickcat-index {
  font-size: 12.5px;
  color: var(--accent-700);
  margin-bottom: 12px;
  letter-spacing: .04em;
  font-family: var(--font-h);
  position: relative;
}

.quickcat-name { font-family: var(--font-h); font-weight: 700; font-size: 17px; margin-bottom: 6px; position: relative; }
.quickcat-desc { font-size: 13px; color: var(--neutral-600); position: relative; }
/* =========================================================
   پایان: دسترسی سریع
   ========================================================= */


/* =========================================================
   شروع: باندل و پک‌های ویژه
   ========================================================= */
.bundle-section {
  background: radial-gradient(120% 140% at 15% 0%, #2d2013 0%, var(--neutral-900) 55%);
  padding: var(--section-gap) 0;
  position: relative;
  overflow: hidden;
}

.bundle-head h2 { color: var(--neutral-100); }
.bundle-desc { max-width: 38ch; font-size: 14px; color: var(--neutral-400); margin: 0; }

.bundle-grid { margin-top: 34px; }
.bundle-grid.carousel-track > * { width: 280px; }

.bundle-card {
  position: relative;
  background: var(--neutral-800);
  border: 1px solid var(--accent-800);
  border-radius: var(--radius-lg);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: transform .25s, border-color .25s;
  display: flex;
  flex-direction: column;
}

.bundle-card:hover { transform: translateY(-5px); border-color: var(--accent); }

.bundle-ribbon {
  position: absolute;
  top: 10px;
  left: -27px;
  transform: rotate(-45deg);
  background: linear-gradient(180deg, var(--accent-300), var(--accent-700));
  color: #221605;
  font-size: 10.5px;
  font-weight: 700;
  padding: 4px 38px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
}

.bundle-img { margin: 0; flex: none; }

.bundle-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

/* دو خطِ ثابت — همان قاعدهٔ .prod-name برای هم‌ترازیِ ارتفاعِ کارت‌ها */
.bundle-name {
  font-family: var(--font-h);
  font-weight: 500;
  font-size: 15px;
  color: var(--neutral-100);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.55em * 2);
}

.bundle-gift {
  font-size: 12px;
  color: var(--accent-300);
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bundle-gift svg { width: 13px; height: 13px; flex: none; }

.bundle-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px dashed rgba(243, 242, 242, .16);
}

.bundle-price {
  font-family: var(--font-b);
  font-weight: 700;
  font-size: 16px;
  color: var(--neutral-100);
  font-variant-numeric: tabular-nums;
}

.bundle-toman { font-size: 11px; color: var(--neutral-500); }
/* =========================================================
   پایان: باندل و پک‌های ویژه
   ========================================================= */


/* =========================================================
   شروع: محصولات پرتقاضا
   ========================================================= */
.demand-section { padding-block: var(--section-gap); }
.demand-section .section-head { border-bottom: 1px solid var(--divider); padding-bottom: 20px; }
.demand-grid.carousel-track > * { width: 240px; }
/* =========================================================
   پایان: محصولات پرتقاضا
   ========================================================= */


/* =========================================================
   شروع: چرا طلای دلانی (بنتوی مزیت‌ها)
   ========================================================= */
.why-section { padding: var(--section-gap) 24px; }

.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 168px); gap: 18px; }

.bento-1 {
  grid-column: span 2;
  grid-row: span 2;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--divider);
  background: radial-gradient(120% 130% at 100% 0%, #3a270d 0%, var(--neutral-900) 60%);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bento-noise {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    radial-gradient(1px 1px at 15% 25%, #fff 0, transparent 60%),
    radial-gradient(1px 1px at 60% 70%, #fff 0, transparent 60%),
    radial-gradient(1px 1px at 85% 20%, #fff 0, transparent 60%);
}

.bento-ring {
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(230, 189, 122, .18);
}

.bento-ring::after {
  content: '';
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  border: 1px solid rgba(230, 189, 122, .14);
}

.bento-1 .icon { position: relative; z-index: 1; width: 36px; height: 36px; color: var(--accent-400); }
.bento-1 .body { position: relative; z-index: 1; }
.bento-1 .ttl { font-family: var(--font-h); font-weight: 700; font-size: 23px; color: var(--neutral-100); margin-bottom: 10px; }
.bento-1 .dsc { font-weight: 300; font-size: 13.5px; line-height: 1.85; color: var(--neutral-400); max-width: 27ch; }

.bento-2 {
  grid-column: span 2;
  border-radius: var(--radius-lg);
  border: 1px solid var(--divider);
  background: var(--bg);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.bento-2 .icon { width: 38px; height: 38px; flex: none; color: var(--accent-700); }
.bento-2 .ttl { font-family: var(--font-h); font-weight: 700; font-size: 16.5px; margin-bottom: 4px; }
.bento-2 .dsc { font-weight: 300; font-size: 13px; color: var(--neutral-600); }

.bento-3 {
  border-radius: var(--radius-lg);
  border: 1px solid var(--accent-800);
  background: linear-gradient(160deg, var(--accent-900), var(--neutral-900));
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bento-3 .icon { width: 28px; height: 28px; color: var(--accent-300); }
.bento-3 .ttl { font-family: var(--font-h); font-weight: 700; font-size: 14.5px; color: var(--neutral-100); }
.bento-3 .dsc { font-weight: 300; font-size: 11.5px; color: var(--neutral-400); margin-top: 4px; }

.bento-4 {
  border-radius: var(--radius-lg);
  border: 1px solid var(--divider);
  background: var(--bg);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bento-4 .icon { width: 28px; height: 28px; color: var(--accent-700); }
.bento-4 .ttl { font-family: var(--font-h); font-weight: 700; font-size: 14.5px; }
.bento-4 .dsc { font-weight: 300; font-size: 11.5px; color: var(--neutral-600); margin-top: 4px; }
/* =========================================================
   پایان: چرا طلای دلانی
   ========================================================= */


/* =========================================================
   شروع: ریسپانسیو صفحه اصلی
   ========================================================= */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-showcase { max-width: 420px; height: 380px; margin: 40px auto 0; }
  .cat-grid, .prod-grid, .quickcat-grid { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .bento-1 { grid-column: span 2; }
}

@media (max-width: 640px) {
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cat-grid { gap: 10px; }
  .chip-row { gap: 8px; margin-bottom: 18px; }
  .quickcat-grid { gap: 0; }

  .bundle-grid.carousel-track > * { width: 74vw; max-width: 270px; }
  .demand-grid.carousel-track > *, .deal-grid > * { width: 62vw; max-width: 220px; }

  .hero-grid { padding-block: 40px 34px; }
  .cats-section { padding: var(--section-gap) 20px; }
  .tabs-section { padding: var(--section-gap) 20px; }
  .why-section { padding: var(--section-gap) 20px; }

  /* ویترین هیرو: دو باکس قیمت به‌جای شناورِ روی‌هم،
     به‌صورت یک ردیف مرتب و کاملاً دیده‌شونده پایین ویترین می‌نشینند */
  .hero-showcase {
    height: auto;
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 190px;
    gap: 10px;
  }

  .showcase-main { width: 195px; top: 0; right: 6%; }
  .showcase-secondary { width: 84px; top: -2%; left: 2%; }
  .showcase-tertiary { width: 68px; top: 108px; left: 20%; }

  .showcase-chip-1, .showcase-chip-2 { position: static; width: calc(50% - 5px); }

  .glass-chip { min-width: 0; padding: 11px 12px; }
  .glass-chip .lbl { font-size: 9.5px; margin-bottom: 4px; }
  .glass-chip .val b { font-size: 13.5px; }
  .authenticity-seal { width: 34px; height: 34px; bottom: 8px; left: 8px; }
}
/* =========================================================
   پایان: ریسپانسیو صفحه اصلی
   ========================================================= */


/* =========================================================
   شروع: بلوک آزاد (سکشن دلخواهِ ادمین)
   عمداً کم‌استایل است: محتوایش هرچیزی می‌تواند باشد (متن، شورت‌کد،
   خروجی افزونه) و استایلِ سنگین آن را خراب می‌کند.
   ========================================================= */
.freeform-section { padding-block: var(--section-gap); }

.freeform-dark {
  background: var(--neutral-900);
  color: var(--neutral-100);
}

.freeform-dark .section-title,
.freeform-dark h2 { color: var(--neutral-100); }

.freeform-body { line-height: 2; font-size: 14.5px; }
.freeform-body > *:first-child { margin-top: 0; }
.freeform-body > *:last-child { margin-bottom: 0; }
.freeform-body a { color: var(--accent-700); }
.freeform-dark .freeform-body a { color: var(--accent-300); }
/* =========================================================
   پایان: بلوک آزاد
   ========================================================= */
