/* ═══ PilotCore Vitrine — modern minimal design system ═══ */
.vitrine {
  --v-bg: #FAFBFC;
  --v-surface: #FFFFFF;
  --v-border: #E8EAED;
  --v-text: #0F1419;
  --v-muted: #5F6B7A;
  --v-accent: #2563EB;
  --v-accent-soft: rgba(37, 99, 235, 0.08);
  --v-radius: 16px;
  --v-radius-sm: 10px;
  --v-shadow: 0 1px 2px rgba(15, 20, 25, 0.04), 0 8px 24px rgba(15, 20, 25, 0.06);
  --v-shadow-lg: 0 24px 48px rgba(15, 20, 25, 0.08);
  background: var(--v-bg);
}

.vitrine .public-page { background: var(--v-bg); }

/* ── Header ── */
.vitrine .v-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(250, 251, 252, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--v-border);
}

.vitrine .v-header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 72px;
}

.vitrine .v-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--v-text);
  flex-shrink: 0;
  flex-wrap: wrap;
}

.vitrine .v-brand .zone-badge {
  margin-left: 2px;
}

.vitrine .v-brand .brand-text {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.vitrine .v-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}

.vitrine .v-nav a:not(.btn) {
  font-size: 14px;
  font-weight: 500;
  color: var(--v-muted);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
}

.vitrine .v-nav a:not(.btn):hover {
  color: var(--v-text);
  background: rgba(15, 20, 25, 0.04);
  text-decoration: none;
}

.vitrine .v-nav a.active:not(.btn) {
  color: var(--v-accent);
  background: var(--v-accent-soft);
  font-weight: 600;
}

.vitrine .v-header-end {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.vitrine .v-header-end .lang-switcher {
  font-size: 13px;
}

.vitrine .public-nav-toggle { display: none; }

/* hide legacy header shell only */
.vitrine .public-header,
.vitrine .public-shell { display: none !important; }

/* ── Footer ── */
.vitrine .v-footer {
  border-top: 1px solid var(--v-border);
  padding: 48px 0 32px;
  margin-top: 80px;
  background: var(--v-surface);
}

.vitrine .v-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.vitrine .v-footer-brand p {
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--v-muted);
  line-height: 1.55;
  max-width: 280px;
}

.vitrine .v-footer-col h4 {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--v-muted);
}

.vitrine .v-footer-col a {
  display: block;
  font-size: 14px;
  color: var(--v-text);
  text-decoration: none;
  padding: 4px 0;
  opacity: 0.75;
}

.vitrine .v-footer-col a:hover {
  opacity: 1;
  color: var(--v-accent);
  text-decoration: none;
}

.vitrine .v-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--v-border);
  font-size: 13px;
  color: var(--v-muted);
}

.vitrine .public-footer { display: none !important; }

/* ── Typography & sections ── */
.vitrine .v-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--v-accent);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.vitrine .v-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v-accent);
}

.vitrine .v-section {
  padding: 80px 0;
}

.vitrine .v-section--tight { padding: 56px 0; }

.vitrine .v-section-head {
  max-width: 560px;
  margin-bottom: 48px;
}

.vitrine .v-section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--v-text);
}

.vitrine .v-section-head p {
  margin: 0;
  font-size: 17px;
  color: var(--v-muted);
  line-height: 1.6;
}

.vitrine .v-section-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ── Hero ── */
.vitrine .v-hero {
  padding: 72px 0 64px;
  text-align: center;
}

.vitrine .v-hero h1 {
  margin: 0 auto 20px;
  max-width: 720px;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--v-text);
}

.vitrine .v-hero-lead {
  margin: 0 auto 40px;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--v-muted);
}

.vitrine .v-hero--split {
  text-align: left;
  padding: 64px 0 80px;
}

.vitrine .v-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.vitrine .v-hero-grid .v-hero-lead { margin-left: 0; }

.vitrine .v-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vitrine .v-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--v-muted);
}

.vitrine .v-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vitrine .v-trust li::before {
  content: "✓";
  color: var(--v-accent);
  font-weight: 700;
}

/* ── Smart search ── */
.vitrine .v-search-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.vitrine .v-search-primary {
  display: flex;
  align-items: stretch;
  background: var(--v-surface);
  border: 1px solid var(--v-border);
  border-radius: var(--v-radius);
  box-shadow: var(--v-shadow);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.vitrine .v-search-primary:focus-within {
  border-color: var(--v-accent);
  box-shadow: var(--v-shadow-lg);
}

.vitrine .v-search-primary input {
  flex: 1;
  border: 0;
  padding: 18px 20px;
  font-size: 16px;
  font-family: inherit;
  background: transparent;
  color: var(--v-text);
  min-width: 0;
}

.vitrine .v-search-primary input:focus { outline: none; }

.vitrine .v-search-primary input::placeholder { color: #9CA3AF; }

.vitrine .v-search-primary .btn {
  border-radius: 0;
  margin: 6px;
  align-self: center;
  flex-shrink: 0;
}

.vitrine .v-search-hint {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--v-muted);
}

.vitrine .v-search-classic {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--v-border);
}

.vitrine .v-search-classic summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--v-muted);
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vitrine .v-search-classic summary::-webkit-details-marker { display: none; }

.vitrine .v-search-classic summary::after {
  content: "↓";
  font-size: 12px;
  transition: transform 0.2s;
}

.vitrine .v-search-classic[open] summary::after { transform: rotate(180deg); }

.vitrine .v-search-classic .directory-search-grid {
  margin-top: 20px;
}

.vitrine .v-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.vitrine .v-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--v-text);
  background: var(--v-surface);
  border: 1px solid var(--v-border);
  border-radius: 999px;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.vitrine .v-chip:hover {
  border-color: var(--v-accent);
  background: var(--v-accent-soft);
  text-decoration: none;
  color: var(--v-accent);
}

/* ── Tool / capability cards ── */
.vitrine .v-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vitrine .v-tool-card {
  background: var(--v-surface);
  border: 1px solid var(--v-border);
  border-radius: var(--v-radius);
  padding: 28px 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.vitrine .v-tool-card:hover {
  box-shadow: var(--v-shadow);
  transform: translateY(-2px);
}

.vitrine .v-tool-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--v-accent-soft);
  color: var(--v-accent);
  font-size: 20px;
  margin-bottom: 16px;
}

.vitrine .v-tool-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.vitrine .v-tool-card p {
  margin: 0;
  font-size: 14px;
  color: var(--v-muted);
  line-height: 1.55;
}

.vitrine .v-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}

.vitrine .v-bento .v-tool-card:nth-child(1) { grid-column: span 2; }
.vitrine .v-bento .v-tool-card:nth-child(4) { grid-column: span 2; }

/* ── Steps ── */
.vitrine .v-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: vstep;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vitrine .v-step {
  position: relative;
  padding: 24px;
  background: var(--v-surface);
  border: 1px solid var(--v-border);
  border-radius: var(--v-radius);
}

.vitrine .v-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--v-accent-soft);
  color: var(--v-accent);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.vitrine .v-step strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.vitrine .v-step p {
  margin: 0;
  font-size: 14px;
  color: var(--v-muted);
  line-height: 1.5;
}

/* ── Phone mock (pro hero) ── */
.vitrine .v-phone {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  background: var(--v-surface);
  border: 1px solid var(--v-border);
  border-radius: 28px;
  padding: 12px;
  box-shadow: var(--v-shadow-lg);
}

.vitrine .v-phone-screen {
  background: #0F1419;
  border-radius: 20px;
  padding: 28px 20px 24px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}

.vitrine .v-phone-status {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #34D399;
  margin-bottom: 8px;
}

.vitrine .v-phone-number {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.vitrine .v-phone-transcript {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vitrine .v-bubble {
  max-width: 90%;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.45;
}

.vitrine .v-bubble--in {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
}

.vitrine .v-bubble--out {
  align-self: flex-end;
  background: var(--v-accent);
  color: #fff;
}

.vitrine .v-bubble-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  opacity: 0.65;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── CTA band ── */
.vitrine .v-cta-band {
  padding: 64px 0;
  background: var(--v-text);
  color: #fff;
  text-align: center;
}

.vitrine .v-cta-band h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.vitrine .v-cta-band p {
  margin: 0 0 28px;
  font-size: 17px;
  opacity: 0.75;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.vitrine .v-cta-band .btn-primary {
  background: #fff;
  color: var(--v-text);
  border-color: #fff;
}

.vitrine .v-cta-band .btn-primary:hover {
  background: #F3F4F6;
}

.vitrine .v-pro-band {
  padding: 48px 0;
  background: var(--v-accent-soft);
  border-top: 1px solid var(--v-border);
  border-bottom: 1px solid var(--v-border);
}

.vitrine .v-pro-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.vitrine .v-pro-band h2 {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 700;
}

.vitrine .v-pro-band p {
  margin: 0;
  color: var(--v-muted);
  font-size: 15px;
}

/* ── Directory overrides ── */
.vitrine.page-directory .directory-hero,
.vitrine.page-client-home .directory-hero {
  background: transparent;
  padding: 0;
}

.vitrine .directory-hero--doctolib {
  background: transparent !important;
  padding: 72px 0 48px !important;
  text-align: center;
}

.vitrine .directory-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
}

.vitrine .directory-card {
  border-radius: var(--v-radius) !important;
  border: 1px solid var(--v-border) !important;
  box-shadow: none !important;
  transition: box-shadow 0.2s, transform 0.2s !important;
}

.vitrine .directory-card:hover {
  box-shadow: var(--v-shadow) !important;
  transform: translateY(-2px);
}

.vitrine .directory-pro-band {
  background: var(--v-accent-soft) !important;
  border: none !important;
}

/* ── Demo section polish ── */
.vitrine .landing-demo {
  background: var(--v-surface);
  border-top: 1px solid var(--v-border);
  border-bottom: 1px solid var(--v-border);
}

.vitrine .demo-phone {
  border-radius: var(--v-radius) !important;
  border: 1px solid var(--v-border) !important;
  box-shadow: var(--v-shadow) !important;
}

.vitrine .feature-card,
.vitrine .pricing-card {
  border-radius: var(--v-radius) !important;
  border: 1px solid var(--v-border) !important;
}

.vitrine .landing-hero {
  background: var(--v-bg) !important;
  padding: 64px 0 !important;
}

.vitrine .landing-cta-band {
  background: var(--v-text) !important;
}

/* ── Buttons refinement ── */
/* main.css sets .btn-sm { flex: 1 } for app toolbars — breaks nav CTAs */
.vitrine .btn-sm,
.vitrine .v-nav .btn,
.vitrine .v-header .btn,
.vitrine .v-pro-band .btn,
.vitrine .v-hero-cta .btn {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.vitrine .v-nav .btn {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.vitrine .btn-primary {
  background: var(--v-accent);
  border-color: var(--v-accent);
  border-radius: var(--v-radius-sm);
  font-weight: 600;
}

.vitrine .btn-outline {
  border-radius: var(--v-radius-sm);
  border-color: var(--v-border);
  color: var(--v-text);
  background: var(--v-surface);
}

.vitrine .btn-outline:hover {
  border-color: var(--v-accent);
  color: var(--v-accent);
  background: var(--v-accent-soft);
}

.vitrine .btn-lg {
  padding: 12px 22px;
  font-size: 15px;
}

.vitrine .v-search-primary .btn-lg {
  padding: 14px 22px;
}

/* ── Layout helpers ── */
.vitrine .container {
  padding-left: 20px;
  padding-right: 20px;
}

.vitrine .directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 16px;
}

.vitrine .demo-grid {
  gap: 24px;
}

.vitrine .pricing-grid {
  gap: 16px;
}

.vitrine .v-pro-band-inner .btn-lg {
  padding: 11px 20px;
  font-size: 14px;
}

/* ── Reveal animation ── */
.vitrine .v-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.vitrine .v-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.vitrine .v-reveal-delay-1 { transition-delay: 0.1s; }
.vitrine .v-reveal-delay-2 { transition-delay: 0.2s; }
.vitrine .v-reveal-delay-3 { transition-delay: 0.3s; }

/* ── Client: trust pills + hero split ── */
.vitrine .v-hero--client {
  text-align: left;
  padding: 56px 0 48px;
}
.vitrine .v-hero-client-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.vitrine .v-hero--client h1 {
  margin: 0 0 16px;
  max-width: none;
  text-align: left;
}
.vitrine .v-hero--client .v-hero-lead {
  margin: 0 0 24px;
  text-align: left;
}
.vitrine .v-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.vitrine .v-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--v-text);
  background: var(--v-surface);
  border: 1px solid var(--v-border);
  border-radius: 999px;
}
.vitrine .v-trust-pill::before {
  content: "✓";
  color: #059669;
  font-weight: 800;
}

/* Booking preview mock */
.vitrine .v-booking-preview {
  background: var(--v-surface);
  border: 1px solid var(--v-border);
  border-radius: var(--v-radius);
  box-shadow: var(--v-shadow-lg);
  overflow: hidden;
}
.vitrine .v-booking-preview-head {
  padding: 16px 20px;
  border-bottom: 1px solid var(--v-border);
  display: flex;
  align-items: center;
  gap: 12px;
}
.vitrine .v-booking-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--v-accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.vitrine .v-booking-preview-head strong {
  display: block;
  font-size: 15px;
}
.vitrine .v-booking-preview-head span {
  font-size: 13px;
  color: var(--v-muted);
}
.vitrine .v-booking-preview-body { padding: 20px; }
.vitrine .v-book-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--v-muted);
  margin: 0 0 12px;
}
.vitrine .v-book-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.vitrine .v-book-slot {
  padding: 10px 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--v-border);
  border-radius: var(--v-radius-sm);
  color: var(--v-muted);
  transition: all 0.35s ease;
}
.vitrine .v-book-slot.active {
  border-color: var(--v-accent);
  background: var(--v-accent-soft);
  color: var(--v-accent);
  transform: scale(1.03);
}
.vitrine .v-book-confirm {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: var(--v-radius-sm);
  font-size: 14px;
  font-weight: 600;
  color: #047857;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s, transform 0.4s;
}
.vitrine .v-book-confirm.show {
  opacity: 1;
  transform: none;
}

/* Scenarios + why book */
.vitrine .v-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.vitrine .v-scenario-card {
  padding: 24px 20px;
  background: var(--v-surface);
  border: 1px solid var(--v-border);
  border-radius: var(--v-radius);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.vitrine .v-scenario-card:hover {
  border-color: var(--v-accent);
  box-shadow: var(--v-shadow);
  transform: translateY(-3px);
  text-decoration: none;
}
.vitrine .v-scenario-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.vitrine .v-scenario-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.vitrine .v-scenario-card p {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--v-muted);
  line-height: 1.5;
}
.vitrine .v-scenario-cta {
  font-size: 13px;
  font-weight: 700;
  color: var(--v-accent);
}

.vitrine .v-book-cta {
  text-align: center;
  padding: 56px 24px;
  background: linear-gradient(135deg, var(--v-accent-soft) 0%, var(--v-surface) 100%);
  border: 1px solid var(--v-border);
  border-radius: var(--v-radius);
}
.vitrine .v-book-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.vitrine .v-book-cta p {
  margin: 0 auto 24px;
  max-width: 480px;
  color: var(--v-muted);
  font-size: 17px;
}

/* ── Client homepage: distinct section rhythm ── */
.vitrine .v-hero--mesh {
  background:
    radial-gradient(ellipse 80% 50% at 20% -10%, rgba(37, 99, 235, 0.09), transparent),
    var(--v-bg);
}
.vitrine .v-search-wrap--hero {
  margin: 0;
  max-width: none;
}

/* Benefit strip — flat, numbered */
.vitrine .v-benefit-strip {
  border-top: 1px solid var(--v-border);
  border-bottom: 1px solid var(--v-border);
  background: var(--v-surface);
  padding: 32px 0;
}
.vitrine .v-benefit-strip-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: start;
}
.vitrine .v-benefit-divider {
  width: 1px;
  background: var(--v-border);
  align-self: stretch;
  min-height: 48px;
}
.vitrine .v-benefit-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.vitrine .v-benefit-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--v-accent);
  padding-top: 2px;
}
.vitrine .v-benefit-item strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}
.vitrine .v-benefit-item p {
  margin: 0;
  font-size: 13px;
  color: var(--v-muted);
  line-height: 1.45;
}

/* Urgency section — dark */
.vitrine .v-section--urgency {
  padding: 72px 0;
  background: #0F1419;
  color: #fff;
}
.vitrine .v-kicker--light { color: #93C5FD; }
.vitrine .v-kicker--light::before { background: #93C5FD; }
.vitrine .v-section-head--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 520px;
}
.vitrine .v-section-head--left h2 { color: #fff; }
.vitrine .v-section-lead-light {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}
.vitrine .v-scenario-grid--accent .v-scenario-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--v-radius);
  position: relative;
  overflow: hidden;
}
.vitrine .v-scenario-grid--accent .v-scenario-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.vitrine .v-scenario-card--water::before { background: linear-gradient(90deg, #38BDF8, #2563EB); }
.vitrine .v-scenario-card--electric::before { background: linear-gradient(90deg, #FBBF24, #F59E0B); }
.vitrine .v-scenario-card--lock::before { background: linear-gradient(90deg, #A78BFA, #6366F1); }
.vitrine .v-scenario-grid--accent .v-scenario-card h3 { color: #fff; }
.vitrine .v-scenario-grid--accent .v-scenario-card p { color: rgba(255, 255, 255, 0.7); }
.vitrine .v-scenario-grid--accent .v-scenario-cta { color: #93C5FD; }
.vitrine .v-scenario-grid--accent .v-scenario-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
}
.vitrine .v-scenario-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #FCA5A5;
  margin-bottom: 10px;
}

/* Full-width CTA strip */
.vitrine .v-strip-cta {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  padding: 48px 0;
}
.vitrine .v-strip-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.vitrine .v-strip-cta-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}
.vitrine .v-strip-cta-copy p {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 480px;
}
.vitrine .v-strip-cta-btn {
  flex-shrink: 0;
  background: #fff !important;
  color: #1D4ED8 !important;
  border: none !important;
  font-weight: 700;
}
.vitrine .v-strip-cta-btn:hover {
  background: #F0F4FF !important;
}

/* Featured — editorial split */
.vitrine .v-section--featured {
  padding: 72px 0;
  background: var(--v-bg);
}
.vitrine .v-featured-layout {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: 40px;
  align-items: start;
}
.vitrine .v-featured-aside {
  position: sticky;
  top: 88px;
}
.vitrine .v-featured-aside h2 {
  margin: 0 0 10px;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.vitrine .v-featured-aside p {
  margin: 0 0 20px;
  color: var(--v-muted);
  font-size: 15px;
  line-height: 1.55;
}
.vitrine .v-featured-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--v-accent);
  text-decoration: none;
}
.vitrine .v-featured-link:hover { text-decoration: underline; }

/* Steps — horizontal timeline */
.vitrine .v-section--steps {
  padding: 64px 0;
  background: var(--v-surface);
  border-top: 1px solid var(--v-border);
}
.vitrine .v-steps-heading {
  text-align: center;
  margin: 0 0 40px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.vitrine .v-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.vitrine .v-timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16%;
  right: 16%;
  height: 2px;
  background: linear-gradient(90deg, var(--v-accent), #93C5FD, var(--v-accent));
  opacity: 0.35;
}
.vitrine .v-timeline-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
}
.vitrine .v-timeline-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--v-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 6px var(--v-surface);
}
.vitrine .v-timeline-step strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.vitrine .v-timeline-step p {
  margin: 0;
  font-size: 14px;
  color: var(--v-muted);
  line-height: 1.5;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

/* Pro band dark variant */
.vitrine .v-pro-band--dark {
  background: #0F1419;
  border: none;
  padding: 56px 0;
}
.vitrine .v-pro-band--dark h2 { color: #fff; }
.vitrine .v-pro-band--dark p { color: rgba(255, 255, 255, 0.72); }
.vitrine .v-pro-band--dark .btn-light {
  background: #fff;
  color: #0F1419;
  border: none;
  font-weight: 700;
}

/* ── Pro: problem + impact stats ── */
.vitrine .v-problem-section {
  background: #0F1419;
  color: #fff;
  padding: 72px 0;
}
.vitrine .v-problem-section .v-kicker { color: #93C5FD; }
.vitrine .v-problem-section .v-kicker::before { background: #93C5FD; }
.vitrine .v-problem-section h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.vitrine .v-problem-section .v-section-lead {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  max-width: 560px;
  margin: 0 auto 40px;
  text-align: center;
}
.vitrine .v-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.vitrine .v-problem-card {
  padding: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--v-radius);
}
.vitrine .v-problem-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #FCA5A5;
}
.vitrine .v-problem-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.75);
}

.vitrine .v-impact-section {
  padding: 72px 0;
  background: var(--v-surface);
  border-top: 1px solid var(--v-border);
  border-bottom: 1px solid var(--v-border);
}
.vitrine .v-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.vitrine .v-stat-card {
  padding: 28px 20px;
  text-align: center;
  background: var(--v-bg);
  border: 1px solid var(--v-border);
  border-radius: var(--v-radius);
}
.vitrine .v-stat-value {
  display: block;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--v-accent);
  line-height: 1.1;
  margin-bottom: 8px;
}
.vitrine .v-stat-label {
  font-size: 13px;
  color: var(--v-muted);
  line-height: 1.45;
}

.vitrine .v-roi-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.vitrine .v-roi-col {
  padding: 28px 24px;
  border-radius: var(--v-radius);
  border: 1px solid var(--v-border);
}
.vitrine .v-roi-col--before {
  background: #FEF2F2;
  border-color: #FECACA;
}
.vitrine .v-roi-col--after {
  background: #ECFDF5;
  border-color: #A7F3D0;
}
.vitrine .v-roi-col h3 {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.vitrine .v-roi-col--before h3 { color: #B91C1C; }
.vitrine .v-roi-col--after h3 { color: #047857; }
.vitrine .v-roi-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vitrine .v-roi-col li {
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.vitrine .v-roi-col li:last-child { border-bottom: 0; }
.vitrine .v-roi-col li strong { font-weight: 700; white-space: nowrap; }

.vitrine .v-sources {
  margin-top: 28px;
  font-size: 11px;
  color: var(--v-muted);
  line-height: 1.5;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Mobile nav ── */
@media (max-width: 900px) {
  .vitrine .v-hero-client-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .vitrine .v-hero--client h1,
  .vitrine .v-hero--client .v-hero-lead { text-align: center; margin-left: auto; margin-right: auto; }
  .vitrine .v-trust-pills { justify-content: center; }
  .vitrine .v-book-slots { grid-template-columns: 1fr 1fr; }
  .vitrine .v-scenario-grid,
  .vitrine .v-problem-grid,
  .vitrine .v-stat-grid,
  .vitrine .v-roi-compare {
    grid-template-columns: 1fr;
  }

  .vitrine .v-benefit-strip-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vitrine .v-benefit-divider { display: none; }

  .vitrine .v-section-head--left { text-align: center; margin-left: auto; margin-right: auto; }

  .vitrine .v-strip-cta-inner {
    flex-direction: column;
    text-align: center;
  }
  .vitrine .v-strip-cta-copy p { margin-left: auto; margin-right: auto; }
  .vitrine .v-strip-cta-btn { width: 100%; max-width: 320px; justify-content: center; }

  .vitrine .v-featured-layout { grid-template-columns: 1fr; }
  .vitrine .v-featured-aside { position: static; text-align: center; }

  .vitrine .v-timeline {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .vitrine .v-timeline::before { display: none; }
  .vitrine .v-timeline-step {
    text-align: left;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 4px 14px;
    padding: 0;
  }
  .vitrine .v-timeline-dot { margin-bottom: 0; grid-row: span 2; box-shadow: none; align-self: start; }
  .vitrine .v-timeline-step p { max-width: none; margin: 0; grid-column: 2; }

  .vitrine .v-header-inner {
    min-height: 60px;
    gap: 12px;
    justify-content: space-between;
  }

  /* On mobile the centered nav is hidden, so the header end (lang + burger)
     no longer has a flex-grow neighbour to push it right. Anchor it to the
     right edge so the hamburger sits on the far right, not next to the logo. */
  .vitrine .v-header-end {
    margin-left: auto;
  }

  .vitrine .v-brand .brand-text {
    font-size: 15px;
  }

  .vitrine .v-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    background: var(--v-surface);
    border: 1px solid var(--v-border);
    border-radius: var(--v-radius);
    padding: 10px;
    box-shadow: var(--v-shadow-lg);
    z-index: 199;
  }

  .vitrine .v-nav.is-open { display: flex; }

  .vitrine .v-nav a:not(.btn) {
    width: 100%;
    padding: 11px 14px;
  }

  .vitrine .v-nav .btn {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
    font-size: 14px;
    margin-top: 4px;
  }

  .vitrine .public-nav-toggle {
    display: flex !important;
  }

  .vitrine .v-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vitrine .v-hero-grid .v-hero-lead { margin-left: auto; }

  .vitrine .v-hero-cta {
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
  }

  .vitrine .v-hero-cta .btn-lg {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .vitrine .v-trust { justify-content: center; }

  .vitrine .v-tools-grid,
  .vitrine .v-steps,
  .vitrine .v-bento {
    grid-template-columns: 1fr;
  }

  .vitrine .v-bento .v-tool-card:nth-child(1),
  .vitrine .v-bento .v-tool-card:nth-child(4) {
    grid-column: span 1;
  }

  .vitrine .v-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vitrine .v-pro-band-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .vitrine .v-pro-band .btn-lg {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .vitrine .v-search-primary {
    flex-direction: column;
  }

  .vitrine .v-search-primary .btn,
  .vitrine .v-search-primary .btn-lg {
    margin: 0 6px 6px;
    width: calc(100% - 12px);
    flex: none;
  }

  .vitrine .v-search-classic .directory-search-grid {
    grid-template-columns: 1fr;
  }

  .vitrine .v-phone {
    max-width: 280px;
  }

  .vitrine .demo-grid {
    grid-template-columns: 1fr;
  }

  .vitrine .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .vitrine .v-cta-band .btn-lg {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 540px) {
  .vitrine .v-footer-grid { grid-template-columns: 1fr; }
  .vitrine .v-hero { padding: 40px 0 32px; }
  .vitrine .v-section { padding: 48px 0; }
  .vitrine .v-hero h1 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .vitrine .v-header-end .lang-switcher { font-size: 12px; }
  .vitrine .directory-grid { grid-template-columns: 1fr; }
}
