/* ============================================================
   MY VTC GO — bienveillance.css
   Styles pour les pages Tarif Bienveillance / Health-fare
   FR · EN · DE · LU · PT

   Contient :
   · Base layout (topbar, hero, boutons, container) — extrait city-base.css
   · Sections spécifiques Bienveillance — extrait sante.css
   · City-bar (6 boutons sur pages bienveillance)

   NE PAS charger sur les pages index, vtc, réservation, alternative
   ============================================================ */

/* ============================================================
   MY VTC GO — city-base.css
   CSS commun a toutes les pages de villes
   Remplace vtc-metz/luxembourg/thionville/amneville.css
   ============================================================ */

/* ============================================================
   MY VTC GO — vtc-metz.css
   CSS propre écrit de zéro — uniquement les classes utilisées
   ============================================================ */

/* ===== VARIABLES ===== */
:root {
  --black:   #1C1C1C;
  --dark:    #1C1C1C;
  --gold:    #C0C0C0;
  --text:    rgba(212,208,200,0.9);
  --muted:   rgba(255,255,255,0.85);
  --border:  rgba(255,255,255,0.12);
  --border2: rgba(255,255,255,0.18);
  --card-bg: rgba(255,255,255,0.04);
  --font:    'Outfit', system-ui, sans-serif;
  --r:       14px;
  --t:       0.3s ease;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { background: #1C1C1C; scroll-behavior: smooth; }
body { font-family: var(--font); background: #1C1C1C; color: var(--text); line-height: 1.7; overflow-x: hidden; padding-bottom: 52px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
h1, h2, h3, h4 { color: #D4D4D4; line-height: 1.2; font-weight: 700; font-family: var(--font); }
p { color: var(--muted); }

/* ===== CONTAINER ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.anchor { position: relative; top: -80px; visibility: hidden; }

/* ===== TOPBAR ===== */
.hero-topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: rgba(28,28,28,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.topbar-left { display: flex; align-items: center; gap: 14px; }
.logo-link { display: flex; align-items: center; }
.logo { height: 46px; width: auto; object-fit: contain; }
.topbar-resa-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 18px; border-radius: 100px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .06em;
  white-space: nowrap; transition: var(--t);
}
.topbar-resa-btn:hover { transform: translateY(-1px); opacity: .9; }
.lang-switch {
  display: flex; align-items: center; gap: 2px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px 8px; border-radius: 100px;
}
.lang-btn {
  display: flex; align-items: center; gap: 5px;
  padding: 4px 7px; border-radius: 8px;
  font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.4); transition: color .2s;
}
.lang-btn.active { color: #F0F6FF; }
.lang-btn img { border-radius: 2px; }

/* ===== HERO ===== */
.hero {
  min-height: 60vh;
  display: flex; align-items: center; justify-content: center;
  padding-top: 70px;
  position: relative;
}
.hero-content {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 80px 24px 60px; max-width: 860px; width: 100%;
  position: relative; z-index: 2;
}
.tagline-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(245,241,232,0.7); font-size: 12px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 18px; border-radius: 100px; margin-bottom: 12px;
}
.tagline-badge--flags { text-transform: none; letter-spacing: 0; }
.tagline-badge--flags img { border-radius: 2px; }
.live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #4ade80;
  box-shadow: 0 0 6px rgba(74,222,128,0.7);
  animation: pulse 2s ease-in-out infinite; flex-shrink: 0;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.75)} }
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 18px; }
h1 span { color: var(--gold); }
.hero-content > p { font-size: 16px; color: rgba(255,255,255,0.6); margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ===== BOUTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 28px; border-radius: 100px;
  font-size: 14px; font-weight: 600; letter-spacing: .04em;
  transition: var(--t); white-space: nowrap;
}
.btn.gold { background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,.3); }
.btn.gold:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,211,102,.45); }
.btn.dark { background: rgba(255,255,255,0.06); color: #F0F6FF; border: 1px solid rgba(255,255,255,0.12); }
.btn.dark:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.btn-icon { width: 20px; height: 20px; object-fit: contain; }

/* ===== SECTIONS ===== */
.section { padding: 80px 0; position: relative; z-index: 1; }
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 12px; }
.section-title p { color: var(--muted); font-size: 15px; max-width: 600px; margin: 0 auto; }
.eyebrow { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 10px; }
.gold-line { width: 40px; height: 2px; background: rgba(192,192,192,.35); margin: 18px auto 0; border-radius: 1px; }

/* ===== WHY CARDS ===== */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 32px; }
.why-card {
  background: var(--card-bg); border: 3px solid var(--border2);
  border-radius: var(--r); padding: 28px 24px;
  transition: border-color var(--t), transform var(--t), background var(--t), box-shadow var(--t);
}
.why-card:hover { border-color: rgba(192,192,192,.55); background: rgba(255,255,255,.08); transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.why-icon { display: block; margin-bottom: 16px; }
.why-icon svg { width: 28px; height: 28px; stroke: var(--gold); fill: none; }
.why-card h3 { font-size: 16px; font-weight: 700; color: #D4D4D4; margin-bottom: 10px; }
.why-card p { font-size: 13px; color: var(--muted); }

/* ===== BADGE FRONTALIER ===== */
.frontalier-badge {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 24px; border-radius: var(--r);
  background: var(--card-bg); border: 2px solid rgba(192,192,192,.22);
  transition: border-color var(--t), background var(--t); margin-top: 8px;
}
.frontalier-badge:hover { border-color: rgba(192,192,192,.5); background: rgba(255,255,255,.07); }
.frontalier-flags { display: flex; gap: 6px; flex-shrink: 0; }
.frontalier-flags img { border-radius: 3px; }
.frontalier-text { display: flex; flex-direction: column; gap: 3px; }
.frontalier-text strong { font-size: 14px; color: #D4D4D4; }
.frontalier-text span { font-size: 12px; color: rgba(255,255,255,.45); }
.frontalier-arrow { margin-left: auto; color: var(--gold); font-size: 20px; flex-shrink: 0; }

/* ===== CITY BAR ===== */
.city-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 600;
  display: flex; align-items: stretch; height: 52px;
  background: rgba(15,15,18,.95);
  backdrop-filter: blur(28px);
  border-top: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.city-bar-btn {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; color: rgba(192,192,192,.55);
  font-size: 9px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,.06); transition: color .2s, background .2s;
  padding: 0 2px;
}
.city-bar-btn:last-child { border-right: none; }
.city-bar-btn svg { width: 14px; height: 14px; flex-shrink: 0; }
.city-bar-btn span { display: block; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; text-align: center; }
.city-bar-btn:hover, .city-bar-btn.active { color: #D4D4D4; background: rgba(255,255,255,.05); }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .seo-block .container { grid-template-columns: 1fr; }
  
}
@media (max-width: 768px) {
  .hero { min-height: 90vh; padding-top: 60px; }
  .hero-topbar { padding: 10px 14px; }
  .logo { height: 36px; }
  .topbar-resa-btn { padding: 6px 10px; font-size: 10px; }
  .topbar-resa-btn img { display: none; }
  .lang-btn span { font-size: 10px; }
  .lang-btn img { width: 16px; height: 12px; }
  .cta-inner { padding: 40px 24px; }
  .features-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .city-bar-btn { flex-direction: row; }
  .city-bar-btn svg { width: 18px; height: 18px; }
}
@media (max-width: 480px) {
  h1 { font-size: 2rem; }
  .routes-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .other-cities { grid-template-columns: repeat(2, 1fr); }
  .tagline-badge--flags span { display: none; }
  
}

/* ===== CORRECTIONS GLOBALES ===== */

/* Supprimer les bullets du footer */

/* Bordures 3px sur toutes les cartes */
.route-card,
.why-card,
.faq-item,
.gallery-item,
.city-link,
.zone-tag,
.feature-item,
.frontalier-badge,
.cta-inner {
  border-width: 3px !important;
}

/* Effet survol sur toutes les cartes */
.route-card:hover,
.why-card:hover,
.city-link:hover,
.zone-tag:hover,
.feature-item:hover,
.frontalier-badge:hover {
  border-color: rgba(192,192,192,0.6) !important;
  background: rgba(255,255,255,0.08) !important;
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.45);
}
.gallery-item:hover {
  border-color: rgba(192,192,192,0.6) !important;
}
.faq-item:hover {
  border-color: rgba(192,192,192,0.6) !important;
  background: rgba(255,255,255,0.06) !important;
}

/* ===== BOUTONS MACOS — coins haut gauche de chaque carte ===== */
.route-card,
.why-card,
.faq-item,
.city-link,
.feature-item,
.frontalier-badge,
.cta-inner,
.gallery-item {
  position: relative;
}
.route-card::before,
.why-card::before,
.faq-item::before,
.city-link::before,
.feature-item::before,
.frontalier-badge::before,
.cta-inner::before,
.gallery-item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 14px;
  width: 44px;
  height: 10px;
  background:
    radial-gradient(circle 4.5px at 4.5px 5px,  #FF5F57 100%, transparent 100%),
    radial-gradient(circle 4.5px at 19px  5px,  #FFBD2E 100%, transparent 100%),
    radial-gradient(circle 4.5px at 33.5px 5px, #28C840 100%, transparent 100%);
  z-index: 10;
  pointer-events: none;
}
/* Décaler le contenu pour ne pas chevaucher les boutons */
.route-card,
.why-card,
.city-link,
.feature-item,
.frontalier-badge,
.cta-inner {
  padding-top: 36px;
}
.faq-q { padding-top: 28px; }

.cta-inner:hover { border-color: rgba(192,192,192,0.8) !important; background: rgba(255,255,255,0.12) !important; transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.5); }

/* ============================================================
   SECTIONS SPÉCIFIQUES BIENVEILLANCE
   ============================================================ */

/* HERO SANTÉ */
.sante-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  overflow: hidden;
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,10,10,0.82) 0%,
    rgba(10,10,10,0.55) 50%,
    rgba(10,10,10,0.35) 100%
  );
  z-index: 1;
}
.sante-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 24px 60px;
  max-width: 860px;
  width: 100%;
}
.sante-hero p {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  max-width: 660px;
  margin: 0 auto 32px;
  line-height: 1.75;
}

/* DISCOUNT BADGE */
.discount-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, rgba(192,192,192,0.18), rgba(192,192,192,0.08));
  border: 1px solid rgba(192,192,192,0.35);
  border-radius: 14px;
  padding: 10px 22px;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 800;
  color: #D4D4D4;
  letter-spacing: -0.02em;
}
.discount-badge span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}

/* FEATURE LIST */
.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}
.feature-list .feature-check {
  flex-shrink: 0;
  margin-top: 2px;
}
.feature-list .feature-check svg {
  width: 18px;
  height: 18px;
}

/* CITY SECTION */
.city-section { background: transparent; }

.places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}
.place-card {
  background: rgba(255,255,255,0.04);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 18px 20px;
  transition: border-color 0.3s, background 0.3s;
}
.place-card:hover {
  border-color: rgba(192,192,192,0.4);
  background: rgba(255,255,255,0.07);
}
.place-name {
  font-size: 14px;
  font-weight: 700;
  color: #D4D4D4;
  margin-bottom: 6px;
}
.place-addr {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
}
.city-cta {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

/* TESTIMONIAL */
.testimonial-section { background: transparent; }
.testimonial-block {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.testimonial-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 20px;
}
.testimonial-stars svg {
  width: 20px;
  height: 20px;
  color: #C0C0C0;
}
.testimonial-quote {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 16px;
}
.testimonial-author {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  font-style: normal;
}

/* FAQ → déplacé dans /css/faq.css (Phase 2 refactorisation) */

/* TOUCH SECTION */
.touch-section { background: transparent; }
.touch-block {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.touch-block h2 { font-size: clamp(1.6rem, 2.5vw, 2rem); }
.touch-block p { color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.75; }
.touch-tagline {
  font-style: italic;
  color: rgba(192,192,192,0.7) !important;
  font-size: 14px !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .sante-hero { min-height: 70vh; }
  .discount-badge { font-size: 22px; }
  .testimonial-quote { font-size: 15px; }
}

/* INTRO AVEC IMAGE CÔTÉ */
.sante-intro-section { padding-top: 64px; }
.sante-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.sante-intro-img {
  position: sticky;
  top: 90px;
}
.sante-intro-img img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 3/2;
  border: 2px solid rgba(255,255,255,0.1);
}
.sante-intro-content .intro-grid {
  grid-template-columns: 1fr;
  gap: 40px;
}

/* HERO SANS IMAGE DE FOND */
.sante-hero { background: transparent; }
.sante-hero h1 { font-size: clamp(2rem, 4vw, 3.6rem); }
.sante-hero h1 span { display: block; font-size: 0.55em; font-weight: 400; color: rgba(255,255,255,0.55); margin-top: 8px; }

/* FEATURE CHECK */
.feature-check {
  color: #4ade80;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1;
}

@media (max-width: 860px) {
  .sante-intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .sante-intro-img { position: static; }
}

/* ── SVG SIZE FIX ─────────────────────────────────────────── */
/* Prevent SVGs from stretching full-width */
.sante-hero svg,
.eyebrow svg,
.btn svg,
.city-cta svg,
.why-icon svg,
.testimonial-stars svg {
  /* faq-arrow → voir /css/faq.css */
}

.why-icon svg { width: 28px !important; height: 28px !important; }
.testimonial-stars svg { width: 20px !important; height: 20px !important; }
/* .faq-arrow → /css/faq.css */

/* eyebrow: text + icon inline */
.eyebrow { display: flex; align-items: center; gap: 6px; justify-content: center; }

/* CTA buttons: icon + text side by side */
.btn svg { vertical-align: -3px; }

/* ── Hero image bienveillance ── */
.sante-hero .hero-bg-picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sante-hero .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.25;
}
.sante-hero .hero-content {
  position: relative;
  z-index: 1;
}

/* ── Section title centré ── */
.section-title { text-align: center; }

/* ── Touche My VTC Go centré ── */
.touch-section .container p {
  max-width: 640px;
  margin: 0 auto 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
}

/* ── Bienveillance intro layout ── */
.bienveillance-intro-section { padding: 60px 0; }
.bienveillance-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.bienveillance-intro-img {
  border-radius: 16px;
  overflow: hidden;
  position: sticky;
  top: 100px;
}
.bienveillance-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.bienveillance-intro-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Individual cards (macOS style) ── */
.bv-card {
  background: rgba(255,255,255,0.05);
  border: 4px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 20px 24px 22px;
  backdrop-filter: var(--g-blur);
  -webkit-backdrop-filter: var(--g-blur);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.10);
}
.bv-card-dots {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}
.bv-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bv-dot.red    { background: #ff5f57; }
.bv-dot.yellow { background: #febc2e; }
.bv-dot.green  { background: #28c840; }
.bv-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #D4D4D4;
  margin-bottom: 12px;
}
.bv-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bv-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.70);
  line-height: 1.4;
}
.bv-list li svg { flex-shrink: 0; color: #28c840; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .bienveillance-intro-layout { grid-template-columns: 1fr; }
  .bienveillance-intro-img { position: static; }
}

/* ── Grille établissements 2×2 ── */
.bienveillance-etab-section { padding: 60px 0; }
.bv-cities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.bv-cities-grid .bv-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #C0C0C0;
  margin-bottom: 14px;
}
@media (max-width: 640px) {
  .bv-cities-grid { grid-template-columns: 1fr; }
}


.bv-card {
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.bv-card {
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.bv-card:hover {
  border-color: rgba(255,255,255,0.50);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 30px rgba(255,255,255,0.10), inset 0 1px 0 rgba(255,255,255,0.20);
  transform: translateY(-4px) scale(1.01);
}

/* ── Flèches scroll — override style.css pour cette page ── */
/* #arrow-up / #arrow-down → /css/scroll-arrows.css */
