/*
 * ============================================================
 * Hero (#home) — LIVE edits
 * Content text/buttons/badges → partials/hero-*.html
 * ============================================================
 */

.hero {
  /* padding: var(--section-pad-y) var(--container-pad); */
}

.hero-desc {
  color: var(--text-muted) !important;
  font-size: var(--font-body);
  line-height: 1.9;
}

.hero-actions {
  gap: 0.75rem;
}

/* Primary CTA (مشاهده محصولات) */
.btn-primary {
  background: linear-gradient(135deg, var(--gold), #c4890f) !important;
  color: #1a1000 !important;
  border: none !important;
}

.btn-primary:hover {
  filter: brightness(1.06);
}

/* Secondary CTA (تماس با ما) */
.btn-secondary {
  background: rgba(10, 14, 26, 0.65) !important;
  color: var(--text) !important;
  border: 1px solid rgba(155, 48, 255, 0.55) !important;
}

.btn-secondary:hover {
  border-color: var(--purple) !important;
}

.badge-blue {
  background: rgba(30, 111, 212, 0.22) !important;
  color: #7dd3fc !important;
  border: 1px solid rgba(30, 111, 212, 0.4) !important;
}

.badge-gold {
  background: rgba(212, 160, 23, 0.2) !important;
  color: var(--gold-light) !important;
  border: 1px solid rgba(212, 160, 23, 0.4) !important;
}

.badge-purple {
  background: rgba(155, 48, 255, 0.2) !important;
  color: #d8b4fe !important;
  border: 1px solid rgba(155, 48, 255, 0.4) !important;
}
