/* ===========================================================
   VENDEURS.CSS — SHOP.SN
   MOBILE-FIRST : base = 320px, enrichi progressivement
   Breakpoints : 480px → 768px → 1025px → 1280px → 1440px
   Préfixes : sv- (seller view), svl- (seller listing), mk- (marque)
   ============================================================ */

/* ============================================================
   1. HERO VENDEUR
   Base mobile : cover compact, body empilé, avatar petit
   ============================================================ */
.sv-hero {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.sv-hero__cover {
  height: 140px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sv-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.5) 100%);
}
.sv-hero__cover-stats {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: none;
  gap: 6px;
  z-index: 2;
}
.sv-hero__cover-stat {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}
.sv-hero__cover-stat i { font-size: 12px; }

.sv-hero__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 12px 12px;
  position: relative;
}
.sv-hero__avatar-wrap {
  margin-top: -36px;
  position: relative;
  width: fit-content;
}
.sv-hero__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(253,98,5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Manrope', sans-serif;
  border: 3px solid #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
  flex-shrink: 0;
}
.sv-hero__avatar-badge {
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.sv-hero__avatar-badge i {
  font-size: 14px;
  color: rgb(0, 139, 255);
}
.sv-hero__main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sv-hero__title-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.sv-hero__title {
  font-size: 18px;
  font-weight: 800;
  font-family: 'Manrope', sans-serif;
  color: #0a0a0a;
  margin: 0;
  line-height: 1.2;
}
.sv-hero__badge-pro {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 6px;
  background: #fef9e7;
  color: #c9a84c;
  font-size: 9px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: 1px solid #f5e6a3;
}
.sv-hero__badge-pro i { font-size: 10px; }
.sv-hero__desc {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sv-hero__quick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.sv-hero__qstat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: #f7f7f7;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #444;
  border: 1px solid #eee;
}
.sv-hero__qstat i {
  font-size: 13px;
  color: rgb(253,98,5);
}
.sv-hero__qstat strong { color: #0a0a0a; }
.sv-hero__actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 2px;
}
.sv-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  text-decoration: none;
}
.sv-hero__btn--primary {
  background: rgb(253,98,5);
  color: #fff;
}
.sv-hero__btn--primary:hover { background: rgb(230,85,0); }
.sv-hero__btn--outline {
  background: #fff;
  color: rgb(253,98,5);
  border: 2px solid rgb(253,98,5);
}
.sv-hero__btn--outline:hover { background: #fff5f0; }
.sv-hero__btn--ghost {
  background: #f5f5f5;
  color: #555;
  border: 1px solid #ddd;
  padding: 8px 10px;
}
.sv-hero__btn--ghost:hover { background: #eee; }
.sv-hero__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.sv-hero__stars {
  display: flex;
  gap: 1px;
  color: #f5a623;
  font-size: 13px;
}
.sv-hero__rating-score { font-weight: 800; color: #0a0a0a; }
.sv-hero__rating-count { color: #888; font-size: 11px; }

/* ============================================================
   2. STATS BAR — scroll horizontal mobile, grille desktop
   ============================================================ */
.sv-stats-bar {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 16px;
  padding-bottom: 2px;
}
.sv-stats-bar::-webkit-scrollbar { display: none; }
.sv-stats-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  flex: 0 0 auto;
  min-width: 140px;
}
.sv-stats-bar__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}
.sv-stats-bar__icon--green { background: #e8f5e9; color: #2e7d32; }
.sv-stats-bar__icon--blue { background: #e3f2fd; color: rgb(0,139,255); }
.sv-stats-bar__icon--orange { background: #fff3e0; color: rgb(253,98,5); }
.sv-stats-bar__icon--gold { background: #fef9e7; color: #c9a84c; }
.sv-stats-bar__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.sv-stats-bar__value {
  font-size: 16px;
  font-weight: 800;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  line-height: 1;
}
.sv-stats-bar__label {
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}

/* ============================================================
   3. LAYOUT — colonne unique mobile, 2 cols desktop
   ============================================================ */
.sv-layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ============================================================
   4. SIDEBAR — cards empilées
   ============================================================ */
.sv-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sv-sidebar__card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.sv-sidebar__card-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.sv-sidebar__card-title i {
  font-size: 16px;
  color: rgb(253,98,5);
}

/* Progress ring */
.sv-progress-ring {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
.sv-progress-ring svg {
  width: 56px;
  height: 56px;
  transform: rotate(-90deg);
}
.sv-progress-ring__bg {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 4;
}
.sv-progress-ring__fill {
  fill: none;
  stroke: #2e7d32;
  stroke-width: 4;
  stroke-linecap: round;
  transition: stroke-dasharray 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sv-progress-ring__value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 800;
  color: #2e7d32;
  font-family: 'Manrope', sans-serif;
}

/* Stats grid sidebar */
.sv-sidebar__stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.sv-sidebar__stat-item {
  text-align: center;
  padding: 8px 4px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.sv-sidebar__stat-val {
  font-size: 15px;
  font-weight: 800;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  display: block;
}
.sv-sidebar__stat-lbl {
  font-size: 9px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-top: 1px;
  display: block;
}

/* Badges */
.sv-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.sv-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.sv-badge--gold { background: #fef9e7; color: #c9a84c; border: 1px solid #f5e6a3; }
.sv-badge--green { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
.sv-badge--blue { background: #e3f2fd; color: rgb(0,139,255); border: 1px solid #b3d9ff; }
.sv-badge--orange { background: #fff3e0; color: rgb(253,98,5); border: 1px solid #ffcc80; }

/* Map */
.sv-map-section {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.sv-map-section iframe { display: block; }

/* Contact rows */
.sv-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
}
.sv-contact-row + .sv-contact-row { border-top: 1px solid #f5f5f5; }
.sv-contact-row > i {
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
  margin-top: 2px;
}
.sv-contact-row strong { font-size: 11px; color: #333; display: block; }
.sv-contact-row span,
.sv-contact-row a { font-size: 11px; color: #666; display: block; text-decoration: none; }
.sv-contact-row a:hover { color: rgb(253,98,5); }
.sv-open-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #2e7d32 !important;
  font-weight: 600 !important;
  font-size: 10px !important;
  margin-top: 2px;
}
.sv-open-badge i { font-size: 7px; }

/* Marques pills */
.sv-brand-pills { display: flex; flex-wrap: wrap; gap: 5px; }

/* Réassurance */
.sv-trust {
  background: #f0faf0;
  border: 1px solid #c8e6c9;
  border-radius: 12px;
  padding: 14px;
}
.sv-trust__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.sv-trust__header i { font-size: 18px; color: #2e7d32; }
.sv-trust__header strong { font-size: 13px; color: #1a5e1f; }
.sv-trust__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sv-trust__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.sv-trust__list li > i {
  font-size: 14px;
  color: #2e7d32;
  flex-shrink: 0;
  margin-top: 2px;
}
.sv-trust__list li strong { font-size: 11px; color: #1a1a1a; display: block; }
.sv-trust__list li span { font-size: 10px; color: #666; display: block; }

/* Avertissement */
.sv-warning {
  display: flex;
  gap: 10px;
  padding: 12px;
  background: #fff8f0;
  border: 1px solid #ffe0b2;
  border-radius: 10px;
}
.sv-warning__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff3e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sv-warning__icon i { font-size: 16px; color: #e65100; }
.sv-warning__content strong { font-size: 11px; color: #e65100; display: block; margin-bottom: 3px; }
.sv-warning__content p { font-size: 10px; color: #666; line-height: 1.5; margin: 0; }

/* Activité récente */
.sv-activity-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
}
.sv-activity-item + .sv-activity-item { border-top: 1px solid #f5f5f5; }
.sv-activity-item__icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.sv-activity-item__text { font-size: 11px; color: #555; line-height: 1.4; }
.sv-activity-item__text strong { color: #0a0a0a; }
.sv-activity-item__time { font-size: 9px; color: #aaa; display: block; margin-top: 2px; }

/* ============================================================
   5. CONTENU PRINCIPAL — Toolbar, pills, grille
   ============================================================ */
.sv-content { flex: 1; min-width: 0; }

/* Category pills — scroll horizontal mobile */
.sv-category-pills {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 12px;
  padding-bottom: 2px;
}
.sv-category-pills::-webkit-scrollbar { display: none; }
.sv-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 600;
  background: #f5f5f5;
  color: #555;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}
.sv-category-pill:hover,
.sv-category-pill.is-active {
  background: rgb(253,98,5);
  color: #fff;
  border-color: rgb(253,98,5);
}
.sv-category-pill__count {
  padding: 1px 5px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 700;
  background: rgba(0,0,0,0.08);
}
.sv-category-pill.is-active .sv-category-pill__count {
  background: rgba(255,255,255,0.25);
}

/* Toolbar */
.sv-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.sv-toolbar__left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #555;
}
.sv-toolbar__count strong { color: #0a0a0a; font-weight: 800; }
.sv-toolbar__right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sv-toolbar__select {
  padding: 5px 24px 5px 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 11px;
  color: #333;
  background: #fff;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.sv-toolbar__view-btns {
  display: none;
  gap: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.sv-toolbar__view-btn {
  padding: 5px 8px;
  font-size: 13px;
  color: #888;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.15s;
}
.sv-toolbar__view-btn + .sv-toolbar__view-btn { border-left: 1px solid #ddd; }
.sv-toolbar__view-btn.is-active,
.sv-toolbar__view-btn:hover { background: rgb(253,98,5); color: #fff; }

/* Grille produits vendeur — max 5 colonnes */
.sv-content .hp-products-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 480px) {
  .sv-content .hp-products-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
  .sv-content .hp-products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1025px) {
  .sv-content .hp-products-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1280px) {
  .sv-content .hp-products-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Bouton Voir plus */
.sv-view-more {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 8px;
}
.sv-view-more__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 700;
  color: rgb(253,98,5);
  background: #fff;
  border: 2px solid rgb(253,98,5);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.sv-view-more__btn:hover {
  background: rgb(253,98,5);
  color: #fff;
  box-shadow: 0 4px 12px rgba(253,98,5,0.25);
}
@media (min-width: 768px) {
  .sv-view-more__btn {
    padding: 12px 32px;
    font-size: 14px;
  }
}

/* ============================================================
   6. AVIS VENDEUR — inline
   ============================================================ */
.sv-reviews-section {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 14px;
  margin-top: 16px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.sv-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.sv-reviews__title {
  font-size: 15px;
  font-weight: 800;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sv-reviews__title i { color: rgb(253,98,5); }
.sv-reviews__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #fafafa;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  margin-bottom: 12px;
}
.sv-reviews__big-score { text-align: center; }
.sv-reviews__big-number {
  font-size: 28px;
  font-weight: 800;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  line-height: 1;
}
.sv-reviews__big-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  color: #f5a623;
  font-size: 12px;
  margin-top: 3px;
}
.sv-reviews__big-count { font-size: 10px; color: #888; margin-top: 2px; }
.sv-reviews__bars {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sv-reviews__bar-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
}
.sv-reviews__bar-label { width: 14px; text-align: right; font-weight: 700; color: #555; }
.sv-reviews__bar-track {
  flex: 1;
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}
.sv-reviews__bar-fill {
  height: 100%;
  background: #f5a623;
  border-radius: 3px;
  transition: width 0.6s ease;
}
.sv-reviews__bar-pct { width: 28px; font-size: 10px; color: #888; }

/* Avis individuel */
.sv-review { padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.sv-review:last-child { border-bottom: none; }
.sv-review__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.sv-review__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e3f2fd;
  color: rgb(0,139,255);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.sv-review__author { font-size: 12px; font-weight: 700; color: #0a0a0a; }
.sv-review__date { font-size: 10px; color: #aaa; }
.sv-review__stars {
  display: flex;
  gap: 1px;
  color: #f5a623;
  font-size: 11px;
  margin-left: auto;
}
.sv-review__body { font-size: 12px; color: #444; line-height: 1.5; }
.sv-review__reply {
  margin-top: 8px;
  padding: 8px 10px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 3px solid rgb(253,98,5);
}
.sv-review__reply-label { font-size: 10px; font-weight: 700; color: rgb(253,98,5); margin-bottom: 3px; }
.sv-review__reply-text { font-size: 11px; color: #555; line-height: 1.4; }

/* ============================================================
   7. VENDEURS SIMILAIRES
   ============================================================ */
.sv-similar { margin-top: 16px; }
.sv-similar__title {
  font-size: 15px;
  font-weight: 800;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sv-similar__title i { color: rgb(253,98,5); }
.sv-similar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.sv-similar__card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.sv-similar__card:hover {
  border-color: rgb(253,98,5);
  box-shadow: 0 3px 12px rgba(253,98,5,0.1);
}
.sv-similar__card-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgb(253,98,5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.sv-similar__card-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.sv-similar__card-name {
  font-size: 12px;
  font-weight: 700;
  color: #0a0a0a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sv-similar__card-meta { font-size: 10px; color: #888; }
.sv-similar__card-rating { font-size: 10px; color: #f5a623; }

/* ============================================================
   8. PAGE LISTE VENDEURS (svl-*)
   ============================================================ */
.svl-page-header { margin-bottom: 12px; }
.svl-page-title {
  font-size: 18px;
  font-weight: 800;
  font-family: 'Manrope', sans-serif;
  color: #0a0a0a;
  margin: 0 0 3px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.svl-page-title i { color: rgb(253,98,5); font-size: 20px; }
.svl-page-subtitle { font-size: 12px; color: #888; margin: 0; }
.svl-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}
.svl-seller-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.svl-seller-card:hover {
  border-color: rgb(253,98,5);
  box-shadow: 0 3px 12px rgba(253,98,5,0.1);
}
.svl-seller-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 11px;
  color: #777;
}
.svl-seller-card__meta span { display: inline-flex; align-items: center; gap: 3px; }
.svl-seller-card__meta i { font-size: 13px; color: #aaa; }

/* ============================================================
   9. PAGE LISTE MARQUES (mk-brand-card)
   ============================================================ */
.mk-brand-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  text-align: center;
}
.mk-brand-card:hover {
  border-color: rgb(0,139,255);
  box-shadow: 0 3px 12px rgba(0,139,255,0.1);
}
.mk-brand-card__logo {
  width: 64px;
  height: 40px;
  margin: 0 auto 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mk-brand-card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.mk-brand-card__info { display: flex; flex-direction: column; gap: 1px; }
.mk-brand-card__name { font-size: 13px; font-weight: 700; color: #1a1a1a; }
.mk-brand-card__origin {
  font-size: 10px;
  color: #888;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.mk-brand-card__origin i { font-size: 11px; color: #aaa; }
.mk-brand-card .svl-seller-card__meta { justify-content: center; }
.mk-brand-card .sv-badges { justify-content: center; }

/* ============================================================
   10. RESPONSIVE — Enrichissement progressif
   ============================================================ */

/* ---- 480px : Petit téléphone → téléphone normal ---- */
@media (min-width: 480px) {
  .sv-hero__cover { height: 160px; }
  .sv-hero__cover-stats { display: flex; }
  .sv-hero__avatar { width: 68px; height: 68px; font-size: 24px; }
  .sv-hero__avatar-wrap { margin-top: -40px; }
  .sv-hero__title { font-size: 20px; }
  .sv-hero__desc { font-size: 12px; -webkit-line-clamp: 4; line-clamp: 4; }

  .sv-stats-bar__item { min-width: 160px; }
  .sv-stats-bar__value { font-size: 17px; }

  .sv-similar__grid { grid-template-columns: repeat(2, 1fr); }
  .svl-grid { grid-template-columns: repeat(2, 1fr); }

  .sv-reviews__summary { flex-direction: row; }
  .sv-reviews__big-score { min-width: 70px; }
  .sv-reviews__bars { width: auto; flex: 1; }
}

/* ---- 768px : Tablette ---- */
@media (min-width: 768px) {
  .sv-hero { border-radius: 14px; margin-bottom: 20px; }
  .sv-hero__cover { height: 200px; }
  .sv-hero__body {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 0 0 14px 14px;
  }
  .sv-hero__avatar-wrap { margin-top: -44px; }
  .sv-hero__avatar { width: 72px; height: 72px; font-size: 26px; border-width: 4px; }
  .sv-hero__main { flex: 1; }
  .sv-hero__actions { flex-shrink: 0; align-self: flex-start; }
  .sv-hero__title { font-size: 22px; }
  .sv-hero__desc { font-size: 13px; -webkit-line-clamp: unset; line-clamp: unset; }
  .sv-hero__btn { padding: 9px 16px; font-size: 12px; }

  .sv-stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); overflow: visible; }
  .sv-stats-bar__item { min-width: 0; flex: auto; padding: 12px; }
  .sv-stats-bar__icon { width: 40px; height: 40px; font-size: 18px; }
  .sv-stats-bar__value { font-size: 18px; }

  .sv-layout { gap: 20px; }
  .sv-sidebar__card { padding: 16px; border-radius: 14px; }
  .sv-sidebar__card-title { font-size: 14px; }
  .sv-progress-ring { width: 60px; height: 60px; }
  .sv-progress-ring svg { width: 60px; height: 60px; }
  .sv-sidebar__stat-val { font-size: 16px; }
  .sv-sidebar__stat-lbl { font-size: 10px; }
  .sv-badge { padding: 4px 9px; font-size: 10px; }
  .sv-contact-row strong { font-size: 12px; }
  .sv-contact-row span, .sv-contact-row a { font-size: 12px; }
  .sv-trust { padding: 16px; }
  .sv-trust__list li strong { font-size: 12px; }
  .sv-trust__list li span { font-size: 11px; }
  .sv-warning__content strong { font-size: 12px; }
  .sv-warning__content p { font-size: 11px; }

  .sv-category-pills { flex-wrap: wrap; overflow: visible; }
  .sv-category-pill { padding: 7px 14px; font-size: 12px; }
  .sv-toolbar { padding: 12px 14px; border-radius: 12px; }
  .sv-toolbar__view-btns { display: flex; }
  .sv-toolbar__select { font-size: 12px; }

  .sv-reviews-section { padding: 18px; border-radius: 14px; }
  .sv-reviews__title { font-size: 16px; }
  .sv-reviews__big-number { font-size: 32px; }
  .sv-reviews__bar-track { height: 7px; }
  .sv-review { padding: 12px 0; }
  .sv-review__avatar { width: 34px; height: 34px; font-size: 12px; }
  .sv-review__body { font-size: 12px; }

  .sv-similar__grid { grid-template-columns: repeat(3, 1fr); }
  .sv-similar__title { font-size: 16px; }
  .svl-grid { grid-template-columns: repeat(3, 1fr); }
  .svl-page-title { font-size: 20px; }
}

/* ---- 1025px : Desktop ---- */
@media (min-width: 1025px) {
  .sv-hero { border-radius: 16px; margin-bottom: 24px; box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
  .sv-hero__cover { height: 240px; }
  .sv-hero__body { padding: 22px 24px; border-radius: 0 0 16px 16px; gap: 20px; }
  .sv-hero__avatar { width: 80px; height: 80px; font-size: 28px; }
  .sv-hero__avatar-wrap { margin-top: -48px; }
  .sv-hero__avatar-badge { width: 24px; height: 24px; }
  .sv-hero__avatar-badge i { font-size: 16px; }
  .sv-hero__title { font-size: 26px; }
  .sv-hero__badge-pro { padding: 3px 8px; font-size: 10px; }
  .sv-hero__desc { font-size: 13px; }
  .sv-hero__qstat { padding: 5px 12px; font-size: 12px; }
  .sv-hero__btn { padding: 10px 20px; font-size: 13px; border-radius: 10px; }

  .sv-stats-bar { gap: 12px; margin-bottom: 24px; }
  .sv-stats-bar__item { padding: 16px; border-radius: 12px; gap: 12px; }
  .sv-stats-bar__icon { width: 44px; height: 44px; font-size: 20px; border-radius: 12px; }
  .sv-stats-bar__value { font-size: 20px; }
  .sv-stats-bar__label { font-size: 11px; }

  .sv-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    align-items: start;
  }
  .sv-sidebar {
    position: sticky;
    top: 100px;
    gap: 14px;
  }
  .sv-sidebar__card { padding: 18px; }
  .sv-progress-ring { width: 64px; height: 64px; }
  .sv-progress-ring svg { width: 64px; height: 64px; }
  .sv-progress-ring__value { font-size: 16px; }
  .sv-sidebar__stat-val { font-size: 18px; }
  .sv-sidebar__stats-grid { gap: 10px; }

  .sv-toolbar { padding: 12px 16px; }
  .sv-toolbar__select { padding: 6px 28px 6px 10px; font-size: 12px; }
  .sv-toolbar__view-btn { padding: 6px 10px; font-size: 14px; }

  .sv-reviews-section { padding: 24px; margin-top: 28px; }
  .sv-reviews__title { font-size: 18px; }
  .sv-reviews__summary { padding: 16px; gap: 16px; }
  .sv-reviews__big-number { font-size: 36px; }
  .sv-reviews__big-score { min-width: 80px; }
  .sv-reviews__big-stars { font-size: 14px; }
  .sv-reviews__bar-track { height: 8px; }
  .sv-review { padding: 16px 0; }
  .sv-review__avatar { width: 36px; height: 36px; font-size: 13px; }
  .sv-review__author { font-size: 13px; }
  .sv-review__body { font-size: 13px; }

  .sv-similar { margin-top: 28px; }
  .sv-similar__title { font-size: 18px; }
  .sv-similar__grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .sv-similar__card { padding: 14px; }
  .sv-similar__card-avatar { width: 44px; height: 44px; font-size: 15px; }

  .svl-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .svl-page-title { font-size: 22px; }
  .svl-seller-card { padding: 16px; border-radius: 12px; }
  .mk-brand-card { padding: 16px; border-radius: 12px; }
  .mk-brand-card__logo { width: 80px; height: 48px; }
  .mk-brand-card__name { font-size: 15px; }
}

/* ---- 1280px : Grand desktop ---- */
@media (min-width: 1280px) {
  .sv-hero__cover { height: 260px; }
  .sv-hero__title { font-size: 28px; }
  .sv-layout { grid-template-columns: 340px 1fr; gap: 28px; }
  .svl-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ---- 1440px+ : Ultra large ---- */
@media (min-width: 1440px) {
  .sv-hero__cover { height: 280px; }
  .sv-layout { grid-template-columns: 360px 1fr; gap: 32px; }
}
