/* ═══════════════════════════════════════════════════════════
   components/badges.css — ценовые метки, sold-бейджи
   ═══════════════════════════════════════════════════════════ */

/* ─── Featured car badges ───────────────────────────────────── */
.home-featured__badge,
.home-featured__badge--discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-featured__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 8px 10px;
  font-size: 12px;
}

.home-featured__badge--discount {
  padding: 6px 10px;
  font-size: 11px;
}

/* ─── Sold badges ───────────────────────────────────────────── */
.dag-sold-badge,
.dag-price.is-sold,
.cyp-inv__sold,
.cyp-inv__price-sold {
  background: var(--accent-2) !important;
  color: #fff !important;
  border-radius: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dag-sold-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
  box-shadow: var(--shadow-card);
}

.dag-price.is-sold {
  display: inline-flex;
  padding: 10px 14px;
}

.dag-spec-mini dd.is-sold {
  color: var(--accent-2);
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* ─── Featured price states ────────────────────────────────── */
.home-featured__price-now {
  font-weight: 900;
  color: var(--primary);
  font-size: 14px;
  letter-spacing: .02em;
}

.home-featured__price-was {
  font-weight: 700;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .02em;
}

.home-featured__price-ask {
  font-weight: 900;
  color: var(--muted);
}

.home-featured__price-sold {
  font-weight: 900;
}
