/**
 * Mockup hero /restaurateurs — FIGÉ (marketing uniquement).
 * Ne pas synchroniser avec dashboard-client.html ni js/dashboard/*.
 * Modifier uniquement ce fichier + snippets/mkt-hero-resto-mock.html + restaurateurs.html
 */
@keyframes mhrm-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__body {
  background: #fff;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__pres {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  background: #fff;
  border-bottom: 1px solid rgba(28, 26, 20, 0.1);
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__pres-left {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__pres-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16a34a;
  flex-shrink: 0;
  animation: mhrm-pulse 2s ease-in-out infinite;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__pres-label {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9b9590;
  white-space: nowrap;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__pres-etab {
  font-size: 11px;
  font-weight: 600;
  color: #1c1a14;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__pres-mois {
  font-size: 9px;
  color: #6b6560;
  background: #f7f5f0;
  border: 1px solid rgba(28, 26, 20, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid rgba(28, 26, 20, 0.1);
  background: #fff;
  overflow: hidden;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__tab {
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 500;
  color: #6b6560;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__tab.is-active {
  color: #1b4fcc;
  border-bottom-color: #1b4fcc;
  font-weight: 600;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__tab--more {
  color: #9b9590;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  margin-left: 3px;
  border-radius: 99px;
  background: #dc2626;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__pane {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__fresh {
  display: flex;
  align-items: center;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__fresh-pill {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #166534;
  background: #ecfdf3;
  border: 1px solid rgba(22, 163, 74, 0.2);
  border-radius: 99px;
  padding: 2px 7px;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__synth {
  border: 1px solid rgba(28, 26, 20, 0.1);
  border-radius: 10px;
  padding: 10px 11px;
  background: linear-gradient(180deg, #fff 0%, #faf9f6 100%);
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__synth-head {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__verdict {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 99px;
  padding: 2px 7px;
  border: 1px solid transparent;
  color: #92400e;
  background: #fffbeb;
  border-color: rgba(217, 119, 6, 0.24);
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__impact {
  font-size: 9px;
  color: #6b6560;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__impact strong {
  color: #1c1a14;
  font-weight: 700;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__synth-titre {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  color: #1c1a14;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__synth-corps {
  margin: 5px 0 0;
  font-size: 9px;
  line-height: 1.45;
  color: #6b6560;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__action {
  border: 1px solid rgba(28, 26, 20, 0.1);
  border-left-width: 3px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__action--rouge {
  border-left-color: #dc2626;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__action--orange {
  border-left-color: #d97706;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__action-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 4px;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__action-prio {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #9b9590;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__action-gain {
  font-size: 8px;
  font-weight: 700;
  color: #16a34a;
  white-space: nowrap;
}

.mkt-hero-resto-mock .mkt-hero-resto-mock__action-titre {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  color: #1c1a14;
}

@media (prefers-reduced-motion: reduce) {
  .mkt-hero-resto-mock .mkt-hero-resto-mock__pres-dot {
    animation: none;
  }
}
