/* Propulsecar — Fiche vendeur publique v2 (DA officielle) */
:root {
  --brand: #034AAA;
  --brand-hover: #023A87;
  --brand-soft: #EEF3FA;
  --ink: #0B0D12;
  --slate-700: #3F3F46;
  --slate-600: #52525B;
  --slate-500: #71717A;
  --slate-300: #D4D4D8;
  --slate-200: #E4E4E7;
  --slate-100: #F4F4F5;
  --slate-50: #FAFAFA;
  --white: #FFFFFF;
  --ivory: #FBFAF7;

  --fv2-max: 1120px;
  --fv2-gutter: clamp(16px, 3.5vw, 40px);
  --fv2-radius: 16px;
  --fv2-font: 'Inter', system-ui, sans-serif;
  --fv2-ui: 'Montserrat', 'Inter', system-ui, sans-serif;
  --fv2-display: 'League Spartan', 'Inter', sans-serif;
  --fv2-serif: 'Fraunces', Georgia, serif;
}

.fv2-page {
  font-family: var(--fv2-font);
  color: var(--ink);
  background: var(--slate-50);
  line-height: 1.55;
}
.fv2-page img { max-width: 100%; display: block; }
.fv2-container { max-width: var(--fv2-max); margin: 0 auto; padding: 0 var(--fv2-gutter); }

/* Logo */
.logo-propulsecar { height: auto; width: auto; max-height: 100%; }
.logo-propulsecar--brand {
  filter: brightness(0) saturate(100%) invert(18%) sepia(89%) saturate(2472%) hue-rotate(203deg) brightness(92%) contrast(98%);
}
.logo-propulsecar-link { display: inline-flex; align-items: center; }

/* Nav */
.fv2-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--slate-200);
}
.fv2-nav-inner {
  max-width: var(--fv2-max); margin: 0 auto; padding: 14px var(--fv2-gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.fv2-nav-back {
  font-family: var(--fv2-ui); font-size: 13px; font-weight: 600;
  color: var(--slate-600); display: inline-flex; align-items: center; gap: 6px;
}
.fv2-nav-back:hover { color: var(--brand); }
.fv2-nav-back svg, .fv2-nav-back i { width: 16px; height: 16px; }

/* Buttons — strict combos */
.fv2-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 0 24px;
  border-radius: 10px;
  font-family: var(--fv2-ui); font-size: 14px; font-weight: 600;
  border: 1.5px solid transparent;
  transition: all .15s ease;
  cursor: pointer; text-decoration: none;
  white-space: nowrap;
}
.fv2-btn svg, .fv2-btn i { width: 16px; height: 16px; flex-shrink: 0; }
.fv2-btn-sm { min-height: 38px; padding: 0 16px; font-size: 13px; }

.fv2-btn-primary { background: var(--brand); color: var(--white); border-color: transparent; }
.fv2-btn-primary:hover { background: var(--brand-hover); }

.fv2-btn-secondary { background: var(--white); color: var(--ink); border-color: var(--slate-300); }
.fv2-btn-secondary:hover { border-color: var(--ink); background: var(--slate-50); }

.fv2-btn-hero-primary {
  background: var(--white); color: var(--brand); border-color: transparent;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
.fv2-btn-hero-primary:hover { background: var(--brand-soft); box-shadow: 0 6px 20px rgba(0,0,0,.16); }

.fv2-btn-hero-secondary {
  background: rgba(255,255,255,.08); color: var(--white);
  border-color: rgba(255,255,255,.5);
}
.fv2-btn-hero-secondary:hover { background: rgba(255,255,255,.14); }

.fv2-btn-ghost { background: transparent; color: var(--slate-700); border-color: transparent; }
.fv2-btn-ghost:hover { color: var(--ink); }

/* Hero */
.fv2-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-hover) 100%);
  color: var(--white);
  padding: clamp(48px, 8vw, 88px) 0 clamp(40px, 6vw, 64px);
}
.fv2-hero--cover {
  background: linear-gradient(135deg, rgba(3,74,170,.88) 0%, rgba(2,58,135,.92) 100%);
  background-size: cover;
  background-position: center;
}
.fv2-hero--cover::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--fv2-hero-cover);
  background-size: cover; background-position: center;
  z-index: 0;
}
.fv2-hero--cover::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(3,74,170,.88) 0%, rgba(2,58,135,.92) 100%);
  z-index: 1;
}
.fv2-hero-pattern {
  position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fv2-hero-grid {
  position: relative; z-index: 3;
  display: grid; gap: 32px; align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .fv2-hero-grid { grid-template-columns: 1.1fr .9fr; gap: 48px; }
}

.fv2-hero-logo { margin-bottom: 24px; }
.fv2-hero-logo .logo-propulsecar { max-height: 36px; }

.fv2-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  padding: 6px 14px; border-radius: 999px;
  font-family: var(--fv2-ui); font-size: 11px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px;
}
.fv2-badge svg, .fv2-badge i { width: 14px; height: 14px; }

.fv2-hero-name {
  font-size: clamp(40px, 8vw, 72px);
  line-height: 1.05; margin: 0 0 10px;
}
.hero-nom-vendeur {
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-style: normal;
}
.fv2-hero-role { font-size: 16px; color: rgba(255,255,255,.82); margin: 0 0 12px; }
.fv2-hero-bio { font-size: 15px; color: rgba(255,255,255,.72); margin: 0 0 16px; max-width: 52ch; }

.fv2-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.fv2-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  padding: 7px 12px; border-radius: 999px; font-size: 13px;
}
.fv2-chip svg, .fv2-chip i { width: 14px; height: 14px; }

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

.hero-cta {
  height: 42px;
  min-height: 42px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border-radius: 8px;
  letter-spacing: 0.01em;
  background: #FFFFFF;
  color: #0B0D12;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.15s ease;
}
.hero-cta svg,
.hero-cta i {
  width: 15px;
  height: 15px;
  color: #0B0D12;
  stroke: #0B0D12;
}
.hero-cta:hover {
  background: #F4F4F5;
  color: #0B0D12;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Profile card */
.fv2-profile-card {
  background: var(--white); color: var(--ink);
  border-radius: var(--fv2-radius);
  padding: 28px; box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.fv2-avatar-wrap { width: 120px; height: 120px; margin: 0 auto 16px; }
.fv2-avatar-wrap img, .fv2-avatar-fallback {
  width: 100%; height: 100%; border-radius: 16px; object-fit: cover;
}
.fv2-avatar-fallback {
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-soft); color: var(--brand);
  font-family: var(--fv2-display); font-weight: 800; font-size: 28px;
}
.fv2-profile-name {
  text-align: center;
  font-size: 20px; margin: 0 0 4px;
}
.fv2-profile-sub { text-align: center; font-size: 13px; color: var(--slate-600); margin: 0 0 20px; }
.fv2-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.fv2-stat { background: var(--slate-50); border-radius: 10px; padding: 12px 8px; text-align: center; }
.fv2-stat-n { font-family: var(--fv2-display); font-weight: 800; font-size: 20px; color: var(--brand); }
.fv2-stat-l {
  font-family: var(--fv2-ui); font-size: 11px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: var(--slate-500);
}

/* Trust band */
.fv2-trust {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0; padding: 32px var(--fv2-gutter);
  background: var(--ivory);
  border-bottom: 1px solid var(--slate-200);
  font-size: 13px; color: var(--slate-600);
}
.fv2-trust-item { display: inline-flex; align-items: center; gap: 8px; padding: 0 20px; }
.fv2-trust-item svg, .fv2-trust-item i { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; }
.fv2-trust-sep {
  width: 1px; height: 20px; background: var(--slate-200); flex-shrink: 0;
}
@media (max-width: 640px) {
  .fv2-trust { flex-direction: column; gap: 12px; }
  .fv2-trust-sep { display: none; }
  .fv2-trust-item { padding: 0; }
}

/* Sections */
.fv2-section { padding: clamp(40px, 6vw, 64px) 0; }
.fv2-section--alt, .fv2-section.fv2-section--alt { background: var(--white); }
.fv2-section--stock { background: var(--white); }
.fv2-section--network { background: var(--slate-50); }

.fv2-eyebrow {
  font-family: var(--fv2-ui); font-size: 11px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--brand); margin: 0 0 10px;
}
.fv2-section-title {
  font-family: var(--fv2-display); font-size: clamp(24px, 3vw, 34px);
  font-weight: 700; letter-spacing: -.03em;
  margin: 0 0 24px; line-height: 1.1; color: var(--ink);
}
.fv2-section-title--editorial { font-family: var(--fv2-serif); font-style: italic; font-weight: 400; }
.fv2-section-title--sm { font-size: clamp(20px, 2.5vw, 26px); color: var(--slate-700); }

.fv2-card {
  background: var(--white); border: 1px solid var(--slate-200);
  border-radius: var(--fv2-radius); padding: 24px;
}

/* Edito */
.fv2-edito-grid {
  display: grid; gap: 32px; align-items: start;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .fv2-edito-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
}
.fv2-edito-lead {
  font-family: var(--fv2-serif); font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.45; color: var(--ink); margin: 0 0 16px;
}
.fv2-edito-p { font-size: 16px; color: var(--slate-600); margin: 0 0 14px; }
.fv2-edito-h { font-family: var(--fv2-display); font-size: 20px; font-weight: 700; margin: 20px 0 10px; }
.fv2-edito-quote {
  border-left: 3px solid var(--brand); padding-left: 16px;
  font-style: italic; color: var(--slate-600); margin: 16px 0;
}
.fv2-edito-visual {
  margin: 0; border-radius: var(--fv2-radius); overflow: hidden;
  aspect-ratio: 4/5; background: var(--slate-100);
}
.fv2-edito-visual img { width: 100%; height: 100%; object-fit: cover; }

/* Tags / specs */
.fv2-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.fv2-tag {
  background: var(--brand-soft); color: var(--brand);
  padding: 6px 12px; border-radius: 999px;
  font-family: var(--fv2-ui); font-size: 13px; font-weight: 600;
}
.fv2-tag.highlight { background: var(--brand); color: var(--white); }
.fv2-spec-group { margin-bottom: 20px; }
.fv2-spec-group h3 {
  font-family: var(--fv2-ui); font-size: 11px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  margin: 0 0 10px; color: var(--slate-500);
}

.fv2-zone-meta { font-size: 15px; color: var(--slate-600); margin-bottom: 14px; }
.fv2-zone-meta strong { color: var(--ink); }

/* Gallery */
.fv2-gallery { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .fv2-gallery { grid-template-columns: repeat(3, 1fr); } }
.fv2-gallery-item {
  position: relative; border-radius: var(--fv2-radius); overflow: hidden;
  aspect-ratio: 4/3; background: var(--slate-200);
}
.fv2-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.fv2-gallery-label {
  position: absolute; left: 10px; bottom: 10px;
  background: rgba(0,0,0,.65); color: var(--white);
  font-family: var(--fv2-ui); font-size: 11px; font-weight: 600;
  padding: 4px 10px; border-radius: 999px;
}

/* Services */
.fv2-services { display: grid; gap: 10px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .fv2-services { grid-template-columns: repeat(2, 1fr); } }
.fv2-service {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; background: var(--slate-50); border-radius: 10px; font-size: 14px;
}
.fv2-service i { color: #16A34A; width: 18px; height: 18px; }

/* Hours */
.fv2-hours { display: grid; gap: 8px; }
.fv2-hours-row {
  display: grid; grid-template-columns: 100px 1fr; gap: 12px; align-items: center;
  padding: 10px 0; border-bottom: 1px solid var(--slate-200); font-size: 14px;
}
.fv2-hours-row.closed { opacity: .55; }
.fv2-langs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }

/* Vehicles — stock (priority) */
.fv2-vehicles {
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .fv2-vehicles { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .fv2-vehicles { grid-template-columns: repeat(3, 1fr); } }

.fv2-vehicle-card {
  background: var(--white); border: 1px solid var(--slate-200);
  border-radius: var(--fv2-radius); overflow: hidden;
  transition: box-shadow .15s ease, transform .15s ease;
}
.fv2-vehicle-card:hover { box-shadow: 0 8px 24px rgba(3,74,170,.1); transform: translateY(-2px); }
.fv2-vehicle-link { display: block; color: inherit; text-decoration: none; }
.fv2-vehicle-card a { display: block; color: inherit; text-decoration: none; }

.fv2-vehicle-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: var(--slate-100); }
.fv2-vehicle-img--ph {
  display: flex; align-items: center; justify-content: center;
  color: var(--slate-300);
}
.fv2-vehicle-img--ph i { width: 48px; height: 48px; }

.fv2-vehicle-body { padding: 16px 18px 18px; }
.fv2-vehicle-title, .fv2-vehicle-body h3 {
  font-family: var(--fv2-ui); font-size: 16px; font-weight: 600;
  margin: 0 0 6px; color: var(--ink);
}
.fv2-vehicle-meta { font-size: 13px; color: var(--slate-500); margin: 0 0 12px; }
.fv2-vehicle-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.fv2-vehicle-price {
  font-family: var(--fv2-display); font-weight: 800; font-size: 18px; color: var(--brand);
}

/* Empty stock */
.fv2-empty-stock {
  text-align: center; padding: 48px 24px;
  background: var(--ivory); border-radius: var(--fv2-radius);
  border: 1px dashed var(--slate-300);
}
.fv2-empty-stock-illus {
  width: 120px; height: 64px; margin: 0 auto 20px; color: var(--brand);
}
.fv2-empty-stock-illus svg { width: 100%; height: 100%; }
.fv2-empty-stock-title {
  font-family: var(--fv2-display); font-size: 22px; font-weight: 700;
  margin: 0 0 8px; color: var(--ink);
}
.fv2-empty-stock-text {
  font-size: 15px; color: var(--slate-600); max-width: 42ch;
  margin: 0 auto 20px;
}

/* Network section — discreet */
.fv2-vehicles--network { gap: 16px; }
.fv2-vehicle-card--compact {
  box-shadow: none; border-color: var(--slate-200);
}
.fv2-vehicle-card--compact:hover {
  box-shadow: none; transform: none;
  border-color: var(--slate-300);
}
.fv2-vehicle-card--compact .fv2-vehicle-body { padding: 12px 14px 14px; }
.fv2-vehicle-card--compact .fv2-vehicle-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  display: block;
  background: var(--slate-100);
}
.fv2-vehicle-card--compact h3 { font-size: 14px; }
.fv2-vehicle-card--compact .fv2-vehicle-price { font-size: 15px; }

/* Forms / reviews */
.fv2-form-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.fv2-form-grid .full { grid-column: 1 / -1; }
.fv2-form-grid label {
  display: block; font-family: var(--fv2-ui); font-size: 12px; font-weight: 600; margin-bottom: 4px;
}
.fv2-form-grid input, .fv2-form-grid textarea, .fv2-form-grid select {
  width: 100%; padding: 10px 12px; border: 1px solid var(--slate-200);
  border-radius: 8px; font-size: 14px; font-family: var(--fv2-font);
}

.fv2-review { padding: 16px 0; border-bottom: 1px solid var(--slate-200); }
.fv2-review:last-child { border-bottom: 0; }
.fv2-review-head { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 6px; }
.fv2-stars { color: #F59E0B; margin-bottom: 6px; }

.fv2-legal {
  padding: 32px var(--fv2-gutter); font-size: 12px; color: var(--slate-500);
  border-top: 1px solid var(--slate-200); background: var(--white);
}
.fv2-empty { color: var(--slate-500); font-size: 14px; }

.fv2-owner-banner {
  background: var(--brand-soft); border: 1px solid rgba(3,74,170,.2);
  border-radius: var(--fv2-radius); padding: 16px 18px; margin-bottom: 24px;
  display: flex; gap: 12px; align-items: flex-start; font-size: 14px;
}

body:has(.fv2-page) { padding-top: 0 !important; }
body:has(.fv2-page) .site-header { display: none !important; }
body:has(.fv2-page) > footer.bg-dark { display: none !important; }
