:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-2:#f7f8fa;
  --text:#0c1220;
  --muted:#5b667a;
  --border:#e7eaf0;

  --brand:#0b2a4a;
  --brand-2:#133a66;
  --accent:#b08a4a;

  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
  --font-serif: "Playfair Display", ui-serif, Georgia, "Times New Roman", serif;

  --max-width:1180px;
  --header-height:78px;
  --radius:18px;
}

*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}

body{
  font-family: var(--font-sans);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* ✅ Haut blanc : fond global blanc */
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}

h1, h2, h3{font-family: var(--font-serif); font-weight: 600;}
.hero-title{font-weight:700;}

/* ============ TOPBAR ============ */

.topbar{
  background: var(--surface-2);
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.topbar-inner{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 10px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.topbar-left, .topbar-right{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.topbar a{
  color: var(--text);
  text-decoration:none;
}
.topbar a:hover{ text-decoration: underline; }
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border:1px solid var(--border);
  background: var(--surface);
  border-radius: 999px;
}
.badge strong{font-weight:600}

/* ============ HEADER ============ */

.site-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: var(--header-height);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.logo{
  display:flex;
  align-items:baseline;
  gap:10px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 12px;
}
.logo-main{ color: var(--brand); font-weight: 800; }
.logo-text{ color: var(--muted); font-weight:600; }
.logo-city{ color: var(--accent); font-weight:700; }

.nav-menu{
  display:flex;
  align-items:center;
  gap:22px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.nav-menu a{
  color: var(--muted);
  text-decoration:none;
  white-space:nowrap;
  padding: 8px 2px;
}
.nav-menu a:hover{color: var(--brand)}
.nav-menu a.active{
  color: var(--brand);
  font-weight: 700;
}

.header-right{
  display:flex;
  align-items:center;
  gap:14px;
}

.lang-switch{
  display:inline-flex;
  border-radius: 999px;
  border: 1px solid var(--border);
  overflow:hidden;
  background: var(--surface);
}
.lang-btn{
  padding: 7px 12px;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration:none;
}
.lang-btn.active{
  background: var(--brand);
  color: #fff;
  font-weight: 700;
}

.btn-primary, .btn-ghost{
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border: 1px solid transparent;
  white-space:nowrap;
}
.btn-primary{
  background: var(--brand);
  color:#fff;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(11,42,74,0.22);
}
.btn-primary:hover{background: var(--brand-2)}
.btn-ghost{
  background: var(--surface);
  color: var(--brand);
  border-color: var(--border);
}
.btn-ghost:hover{border-color: #cfd6e2}

/* ============ LAYOUT ============ */

main{min-height: calc(100vh - var(--header-height));}
.section{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 72px 24px;
}

/* ✅ Bande fond doux (Signature uniquement) */
.section-alt{
  background: var(--surface-2);
  border-top: 1px solid rgba(17,24,39,.06);
  border-bottom: 1px solid rgba(17,24,39,.06);
}

/* ============ HERO ============ */

.hero{
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: radial-gradient(900px 420px at 0% 0%, rgba(11,42,74,0.06), rgba(255,255,255,0) 55%),
              radial-gradient(700px 340px at 65% 0%, rgba(176,138,74,0.06), rgba(255,255,255,0) 60%),
              linear-gradient(180deg, rgba(247,248,250,0.65), rgba(255,255,255,0));
}
.hero::before{
  content:"";
  position:absolute;
  inset: 0 0 0 auto;
  width: min(56%, 860px);
  min-width: 520px;
  background-image: url('../images/photos/hero-geneva.jpg'), url('../images/hero-geneva.svg');
  background-size: cover;
  background-position: center right;
  filter: saturate(0.95) contrast(1.03);
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(680px 420px at 0% 15%, rgba(255,255,255,0.98), rgba(255,255,255,0.90) 40%, rgba(255,255,255,0.00) 78%),
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.86) 36%, rgba(255,255,255,0.25) 62%, rgba(255,255,255,0.00) 78%);
  pointer-events:none;
}
.hero-inner{max-width: 720px}
.hero-kicker{
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  margin-bottom: 12px;
}
.hero-title{
  font-size: clamp(40px, 5.6vw, 66px);
  line-height: 1.02;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.hero-title span{color: var(--accent)}
.hero-text{
  color: var(--muted);
  font-size: 18px;
  max-width: 560px;
  margin-bottom: 22px;
}
.hero-actions{display:flex; flex-wrap:wrap; gap:12px; margin-bottom: 14px;}
.hero-badges{display:none !important;}

/* ============ SECTIONS ============ */

.section-header{max-width: 820px; margin-bottom: 26px;}
.section-kicker{
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  margin-bottom: 8px;
}
.section-title{
  font-size: 26px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.section-intro{
  color: var(--muted);
  font-size: 16px;
}

/* ============ GRID / CARDS ============ */

.section-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.tile{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 18px 18px 16px;
  color: var(--muted);
  box-shadow: 0 10px 24px rgba(12,18,32,0.04);
}
.tile h3{
  color: var(--text);
  font-size: 15px;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.tile p{font-size: 14px}
.tile-link{
  display:inline-block;
  margin-top: 12px;
  color: var(--brand);
  text-decoration:none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-weight: 700;
}
.tile-link:hover{text-decoration: underline}

/* ============ SIGNATURE (Split) ============ */

.split-layout{
  display:grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 22px;
  align-items:center; /* ✅ aligne le texte au milieu des cartes */
}

/* ✅ ajuste le bloc texte pour tomber visuellement entre Genève et Dubaï */
.split-text{
  padding-top: 14px;
}
.split-text p{color: var(--muted); margin-bottom: 12px}

.split-cards{
  display:grid;
  gap: 12px;
  position: relative;
}
.city-card{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow:hidden;
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(12,18,32,0.04);
  position: relative;
}
.city-image{height: 140px; background-size: cover; background-position: center;}
.city-image-dubai{background-image: url('../images/photos/dubai.jpg');}
.city-image-geneva{background-image: url('../images/photos/geneve.jpg');}
.city-body{padding: 14px 16px 16px; color: var(--muted)}
.city-body h3{color: var(--text); margin-bottom: 6px}

/* ✅ Superposition légère : Dubai un peu à gauche */
.split-cards .city-card:nth-child(1){ z-index: 2; }
.split-cards .city-card:nth-child(2){
  margin-top: -18px;
  margin-left: -22px;
  z-index: 1;
}

/* ============ AVIS ============ */

/* ✅ Bandelette colorée uniquement derrière les avis */
.section-avis{
  max-width: none;
  padding: 0;
  background: linear-gradient(180deg, #f6f7f9 0%, #f3f5f8 100%);
  border-top: 1px solid rgba(17,24,39,.06);
  border-bottom: 1px solid rgba(17,24,39,.06);
}
.section-avis .section{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 72px 24px;
}

.quote-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.quote{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  padding: 16px 16px 14px;
  box-shadow: 0 10px 24px rgba(12,18,32,0.04);
}
.quote p{color: var(--muted); font-size: 14px}
.quote footer{margin-top: 10px; font-size: 13px; color: var(--text); font-weight: 600}
.quote footer span{display:block; font-weight: 500; color: var(--muted)}

/* ============ TEAM ============ */

.team-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.doctor-card{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 18px;
  box-shadow: 0 10px 24px rgba(12,18,32,0.04);
  color: var(--muted);
}
.doctor-avatar{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--border);
  margin-bottom: 10px;
  background-color: #f3f5f8;
}

/* 👨‍⚕️ Médecins */
.avatar-martin{
  background-image: url('../images/photos/martin.jpg');
}

.avatar-dubois{
  background-image: url('../images/photos/dubois.jpg');
}

.avatar-keller{
  background-image: url('../images/photos/keller.jpg');
}

.doctor-card h3{color: var(--text); font-size: 16px; margin-bottom: 4px}
.doctor-role{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  margin-bottom: 10px;
}

/* ============ CTA RDV PREMIUM ============ */

/* ✅ Fond beige léger uniquement pour la zone RDV */
.cta-bottom{
  padding-bottom: 84px;
  background: linear-gradient(180deg, #fbf7f1 0%, #ffffff 70%);
  border-top: 1px solid rgba(17,24,39,.06);
}

.cta-panel{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}
.cta-left{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 22px;
  padding: 34px 32px;
  box-shadow: 0 18px 46px rgba(17,24,39,.10);
  backdrop-filter: blur(8px);
  max-width: 860px;
}
.cta-title{
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  margin: 10px 0 10px;
}
.cta-text{
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 60ch;
}
.cta-points{
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 8px;
}
.cta-points li{
  color: var(--text);
  opacity: .92;
  padding-left: 18px;
  position: relative;
}
.cta-points li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
}
.cta-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
  margin-top: 6px;
}
.cta-note{
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  opacity: .9;
}

/* ============ HERO SPLIT GRID ============ */

.hero-split{
  max-width: var(--max-width);
  margin: 0 auto;
  display:grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 26px;
  align-items:center;
  padding: 92px 24px 54px;
  min-height: 560px;
  position: relative;
  z-index: 1;
}
.hero-media{display:none;}

/* Footer */
.site-footer{
  border-top: 1px solid var(--border);
  padding: 22px 24px 36px;
  color: var(--muted);
  font-size: 13px;
}
.site-footer p{max-width: var(--max-width); margin: 0 auto}

/* Responsive */
@media (max-width: 980px){
  .nav-menu{display:none}
  .nav{padding: 0 16px}
  .topbar-inner{padding: 10px 16px}
  .hero::before,
  .hero::after{display:none}
  .section{padding: 56px 16px}
  .split-layout{grid-template-columns: 1fr}

  /* annule la superposition en mobile */
  .split-cards .city-card:nth-child(2){
    margin-top: 12px;
    margin-left: 0;
  }

  /* Mobile hero stacked */
  .hero-split{display:flex; flex-direction:column; padding: 0; min-height: 0;}
  .hero-media{
    display:block;
    order: -1;
    min-height: 320px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-image: url('../images/photos/hero-geneva.jpg'), url('../images/hero-geneva.svg');
    background-size: cover;
    background-position: center;
  }
  .hero-inner{padding: 56px 16px 30px;}
}

/* ============ CABINET PAGE – PREMIUM ALIGN HOME ============ */

.page-hero{
  max-width: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(11,42,74,0.06), rgba(255,255,255,0) 55%),
    radial-gradient(700px 340px at 65% 0%, rgba(176,138,74,0.06), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(247,248,250,0.75), rgba(255,255,255,0));
}

.page-hero-inner{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 84px 24px 54px;
  display:grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items:center;
}

.page-hero-media{
  border-radius: 22px;
  border: 1px solid rgba(17,24,39,.08);
  min-height: 260px;
  background-image: url('../images/photos/geneve.jpg');
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 46px rgba(17,24,39,.10);
  position: relative;
  overflow: hidden;
}

.page-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(420px 260px at 10% 20%, rgba(255,255,255,.75), rgba(255,255,255,0) 60%);
  pointer-events:none;
}

.cabinet-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.cabinet-card{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 20px 20px 18px;
  box-shadow: 0 10px 24px rgba(12,18,32,0.04);
}

.cabinet-card h3{
  color: var(--text);
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: .01em;
}

.cabinet-card p{
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 10px;
}

.cabinet-card ul{
  list-style:none;
  padding:0;
  margin: 10px 0 0;
  display:grid;
  gap: 8px;
}

.cabinet-card li{
  color: var(--muted);
  font-size: 14px;
  padding-left: 18px;
  position: relative;
}

.cabinet-card li::before{
  content:"•";
  position:absolute;
  left: 0;
  top: 0;
  color: var(--accent);
}

.cabinet-card .tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.section-soft{
  max-width:none;
  padding:0;
  background: linear-gradient(180deg, #f6f7f9 0%, #ffffff 80%);
  border-top: 1px solid rgba(17,24,39,.06);
  border-bottom: 1px solid rgba(17,24,39,.06);
}

.section-soft .section{
  padding: 72px 24px;
}

.cta-inline{
  margin-top: 18px;
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
}

@media (max-width: 980px){
  .page-hero-inner{
    grid-template-columns: 1fr;
    padding: 56px 16px 28px;
  }
  .page-hero-media{
    min-height: 220px;
  }
}

/* ============ SOINS PAGE – PREMIUM ALIGN HOME ============ */

.treatments-hero .page-hero-media{
  /* utilise une image existante, tu peux remplacer plus tard */
  background-image: url('../images/photos/hero-geneva.jpg');
  min-height: 260px;
}

/* Cards "premium" pour les soins */
.treatments-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.treatment-card{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 20px 20px 18px;
  box-shadow: 0 10px 24px rgba(12,18,32,0.04);
}

.treatment-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.treatment-card h3{
  color: var(--text);
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: .01em;
}

.treatment-card p{
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 10px;
}

.treatment-card ul{
  list-style:none;
  padding:0;
  margin: 10px 0 0;
  display:grid;
  gap: 8px;
}

.treatment-card li{
  color: var(--muted);
  font-size: 14px;
  padding-left: 18px;
  position: relative;
}

.treatment-card li::before{
  content:"•";
  position:absolute;
  left: 0;
  top: 0;
  color: var(--accent);
}

/* Bande rassurante “méthode” */
.section-method{
  max-width:none;
  padding:0;
  background: linear-gradient(180deg, #f6f7f9 0%, #ffffff 80%);
  border-top: 1px solid rgba(17,24,39,.06);
  border-bottom: 1px solid rgba(17,24,39,.06);
}

.section-method .section{
  padding: 72px 24px;
}

.method-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.method-item{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(12,18,32,0.04);
}

.method-item h3{
  color: var(--text);
  font-size: 15px;
  margin-bottom: 8px;
}

.method-item p{
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================
   VIP PAGE (override)
   Colle ceci EN BAS du style.css
========================= */

.vip-hero{
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(11,42,74,0.08), rgba(255,255,255,0) 55%),
    radial-gradient(700px 340px at 65% 0%, rgba(176,138,74,0.10), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(247,248,250,0.55), rgba(255,255,255,0));
}

.vip-hero .section{ padding-top: 92px; padding-bottom: 56px; }
.vip-hero .section-header{ max-width: 820px; }
.vip-hero .section-title{ font-size: clamp(34px, 4.2vw, 54px); }

.vip-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(680px 420px at 0% 10%, rgba(255,255,255,0.98), rgba(255,255,255,0.90) 45%, rgba(255,255,255,0.00) 78%);
}

.vip-hero-inner{
  position: relative;
  z-index: 1;
}

.vip-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.85);
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 14px;
}

.vip-pill .dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(176,138,74,0.12);
}

.vip-lead{
  font-size: 18px;
  color: var(--muted);
  max-width: 65ch;
}

.vip-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
  margin-top: 24px;
}

/* =========================
   VIP PAGE (premium)
   ========================= */

.vip-hero{
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(900px 420px at 10% -10%, rgba(176,138,74,0.10), transparent 55%),
    radial-gradient(900px 420px at 95% 10%, rgba(11,42,74,0.08), transparent 55%),
    #fff;
}

.vip-hero .section{
  padding-top: 88px;
  padding-bottom: 44px;
}

.vip-hero-inner{
  display:grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: center;
}

.vip-hero-card{
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.78);
  border-radius: 22px;
  padding: 22px 22px 18px;
  box-shadow: 0 18px 46px rgba(17,24,39,.10);
  backdrop-filter: blur(8px);
}

.vip-hero-card h3{
  font-family: var(--font-serif);
  color: var(--text);
  font-size: 18px;
  margin-bottom: 8px;
}

.vip-hero-points{
  list-style: none;
  padding: 0;
  margin: 0;
  display:grid;
  gap: 10px;
}

.vip-hero-points li{
  color: var(--text);
  opacity: .92;
  padding-left: 18px;
  position: relative;
  font-size: 14px;
}

.vip-hero-points li::before{
  content: "•";
  position:absolute;
  left:0;
  top:0;
  color: var(--accent);
}

.vip-intro{
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 22px;
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, rgba(247,248,250,.75), rgba(255,255,255,.98));
  box-shadow: 0 14px 36px rgba(12,18,32,0.06);
}

.vip-intro p{
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}

.vip-intro p strong{ color: var(--text); font-weight: 600; }

.vip-timeline{
  max-width: 980px;
  margin: 0 auto;
  display:grid;
  gap: 14px;
}

.vip-step{
  display:grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 18px;
  padding: 16px 16px 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(12,18,32,0.04);
}

.vip-num{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--brand);
  background: rgba(11,42,74,0.06);
  border: 1px solid rgba(11,42,74,0.10);
}

.vip-step h3{
  font-family: var(--font-serif);
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--text);
}

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

.vip-cta{
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 22px;
  padding: 26px 24px;
  background:
    radial-gradient(900px 420px at 10% -20%, rgba(176,138,74,0.12), transparent 55%),
    radial-gradient(900px 420px at 95% 0%, rgba(11,42,74,0.10), transparent 60%),
    rgba(255,255,255,.92);
  box-shadow: 0 18px 46px rgba(17,24,39,.10);
  backdrop-filter: blur(8px);
}

.vip-cta .vip-cta-title{
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.vip-cta .vip-cta-text{
  color: var(--muted);
  margin: 0 0 16px;
  line-height: 1.7;
}

@media (max-width: 980px){
  .vip-hero-inner{
    grid-template-columns: 1fr;
  }
  .vip-hero .section{
    padding-top: 64px;
  }
}

/* ============ RENDEZ-VOUS (premium + simple) ============ */

.rdv-hero{
  max-width:none;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(900px 420px at 10% -10%, rgba(176,138,74,0.08), transparent 60%),
    radial-gradient(900px 520px at 90% 10%, rgba(11,42,74,0.08), transparent 55%),
    #fff;
}

.rdv-hero-inner{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 82px 24px 42px;
}

.rdv-title{
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 10px 0 10px;
  color: var(--text);
}

.rdv-subtitle{
  color: var(--muted);
  font-size: 17px;
  max-width: 70ch;
  line-height: 1.7;
  margin: 0;
}

.rdv-layout{
  display:grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 18px;
  align-items:start;
}

.rdv-card{
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(12,18,32,0.06);
  padding: 22px;
}

.rdv-card-head{
  padding: 6px 4px 14px;
  border-bottom: 1px solid rgba(17,24,39,.06);
  margin-bottom: 16px;
}

.rdv-card-title{
  font-family: var(--font-serif);
  font-size: 20px;
  margin: 0 0 6px;
  color: var(--text);
}

.rdv-card-hint{
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.rdv-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 14px;
}

.rdv-field{display:flex; flex-direction:column; gap:8px;}
.rdv-field-full{grid-column: 1 / -1;}

.rdv-field label{
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.rdv-req{color: var(--accent); font-weight: 700;}

.rdv-field input,
.rdv-field textarea{
  width:100%;
  border: 1px solid #dde3ee;
  background: #fff;
  border-radius: 14px;
  padding: 12px 12px;
  font-size: 14px;
  outline: none;
}

.rdv-field textarea{padding: 12px 12px; resize: vertical; min-height: 120px;}

.rdv-field input:focus,
.rdv-field textarea:focus{
  border-color: rgba(11,42,74,.35);
  box-shadow: 0 0 0 4px rgba(11,42,74,.08);
}

.rdv-help{
  color: var(--muted);
  font-size: 12px;
  opacity: .9;
  margin-top: -2px;
}

.rdv-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin: 14px 2px 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.rdv-consent input{
  margin-top: 2px;
  width: 16px;
  height: 16px;
}

.rdv-actions{
  display:flex;
  align-items:center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.rdv-actions .btn-primary{
  border: 0;
  cursor: pointer;
}

.rdv-note{
  color: var(--muted);
  font-size: 12px;
  opacity: .9;
}

.rdv-error{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(176,138,74,.35);
  background: rgba(176,138,74,.08);
  color: var(--text);
  font-size: 13px;
}

.rdv-side{position: relative;}
.rdv-side-card{
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 18px 46px rgba(12,18,32,0.05);
  padding: 18px 18px 16px;
}

.rdv-side-title{
  font-family: var(--font-serif);
  font-size: 18px;
  margin: 4px 0 12px;
  color: var(--text);
}

.rdv-side-item{margin-bottom: 12px;}
.rdv-side-label{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  margin-bottom: 6px;
}

.rdv-side-link{
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid rgba(12,18,32,.14);
}
.rdv-side-link:hover{border-bottom-color: rgba(12,18,32,.32);}

.rdv-side-sep{
  height: 1px;
  background: rgba(17,24,39,.08);
  margin: 12px 0;
}

.rdv-side-small{
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

/* success */
.rdv-success{
  border: 1px solid rgba(11,42,74,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 18px 46px rgba(12,18,32,0.06);
  padding: 26px 22px;
  max-width: 760px;
}

.rdv-success-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(11,42,74,.08);
  color: var(--brand);
  font-weight: 800;
  margin-bottom: 12px;
}

.rdv-success-title{
  font-family: var(--font-serif);
  font-size: 22px;
  margin: 0 0 8px;
}

.rdv-success-text{
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.7;
}

.rdv-success-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* responsive */
@media (max-width: 980px){
  .rdv-hero-inner{padding: 60px 16px 28px;}
  .rdv-layout{grid-template-columns: 1fr;}
  .rdv-grid{grid-template-columns: 1fr;}
}
