/* =====================================================================
   LOI DENORMANDIE — DESIGN SYSTEM "PREMIUM PRO"
   Système autonome (ne dépend pas de l'ancien styles.css).
   Palette : navy profond + or + ivoire. Typo éditoriale (Fraunces / Manrope).
   ===================================================================== */

/* ---------- Anti-spam honeypot (champ piège invisible) ---------- */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Chatbot : remonte le launcher au-dessus de la barre CTA mobile ---------- */
@media (max-width: 1024px) {
  body.sticky-cta-on .dnz { bottom: 92px; }
}

/* ---------- Vidéo (façade légère, iframe au clic) ---------- */
.video-wrap { max-width: 900px; margin: 2.8rem auto 0; }
.video-facade { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 1px solid rgba(255,255,255,0.12); cursor: pointer; border-radius: 20px; overflow: hidden; background-color: #0a1027; background-size: cover; background-position: center; box-shadow: 0 36px 80px -34px rgba(0,0,0,0.7); }
.video-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(10,16,39,0.18), rgba(10,16,39,0.5)); transition: background 0.3s var(--ease); }
.video-facade:hover::after { background: linear-gradient(160deg, rgba(10,16,39,0.05), rgba(10,16,39,0.32)); }
.video-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; width: 80px; height: 80px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); color: var(--navy-950); box-shadow: 0 16px 40px -8px rgba(200,162,74,0.7); transition: transform 0.25s var(--ease); }
.video-facade:hover .video-play { transform: translate(-50%, -50%) scale(1.08); }
.video-play svg { width: 34px; height: 34px; margin-left: 5px; }
.video-frame { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 20px; display: block; box-shadow: 0 36px 80px -34px rgba(0,0,0,0.7); }
@media (max-width: 600px) { .video-play { width: 62px; height: 62px; } .video-play svg { width: 26px; height: 26px; } }

/* ---------- Tokens ---------- */
:root {
  /* Couleurs */
  --navy-950: #0a1027;
  --navy-900: #0e1733;
  --navy-800: #15224a;
  --navy-700: #1d2c5c;
  --ink: #131b32;
  --ink-soft: #4a5570;
  --ink-mute: #6f7a93;

  --gold: #c8a24a;
  --gold-bright: #e4ba5d;
  --gold-deep: #9a7829;
  --gold-soft: #f3e6c6;

  --bg: #ffffff;
  --bg-cream: #f7f3ea;
  --bg-ivory: #faf7f0;
  --surface: #ffffff;
  --line: rgba(19, 27, 50, 0.10);
  --line-2: rgba(19, 27, 50, 0.16);

  /* Typo */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Échelle */
  --step--1: clamp(0.82rem, 0.78rem + 0.2vw, 0.9rem);
  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.08rem);
  --step-1: clamp(1.2rem, 1.1rem + 0.5vw, 1.4rem);
  --step-2: clamp(1.5rem, 1.3rem + 1vw, 2rem);
  --step-3: clamp(1.9rem, 1.5rem + 2vw, 2.9rem);
  --step-4: clamp(2.4rem, 1.7rem + 3.4vw, 4.2rem);
  --step-5: clamp(3rem, 2rem + 5vw, 5.6rem);

  /* Layout */
  --container: 1200px;
  --container-wide: 1320px;
  --gutter: clamp(1.2rem, 4vw, 3rem);
  --section-y: clamp(4.5rem, 8vw, 8.5rem);
  --radius: 18px;
  --radius-lg: 26px;
  --radius-sm: 12px;
  --pill: 999px;

  /* Ombres */
  --sh-xs: 0 1px 2px rgba(13, 23, 51, 0.06);
  --sh-sm: 0 6px 18px -8px rgba(13, 23, 51, 0.18);
  --sh-md: 0 18px 44px -20px rgba(13, 23, 51, 0.30);
  --sh-lg: 0 40px 90px -36px rgba(8, 16, 40, 0.45);
  --sh-gold: 0 18px 40px -16px rgba(200, 162, 74, 0.55);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --header-h: 84px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
  font-size: var(--step-0);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.25s var(--ease); }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--gold-soft); color: var(--navy-900); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

/* Scrollbar */
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: var(--pill); border: 3px solid var(--bg); background-clip: padding-box; }

/* ---------- Typo ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; color: var(--ink); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); letter-spacing: -0.01em; line-height: 1.2; }
p { color: var(--ink-soft); }
strong, b { color: var(--navy-800); font-weight: 700; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-sans);
  font-size: var(--step--1); font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-deep);
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--gold); display: inline-block; }
.eyebrow.center::before { display: none; }

.lead { font-size: var(--step-1); color: var(--ink-soft); line-height: 1.6; font-weight: 400; }
.text-gold { color: var(--gold-deep); }
.serif-accent { font-family: var(--font-display); font-style: italic; font-weight: 500; }

/* ---------- Layout primitives ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container.wide { max-width: var(--container-wide); }
.section { padding-block: var(--section-y); position: relative; }
.section.cream { background: var(--bg-cream); }
.section.ivory { background: var(--bg-ivory); }
.section.dark { background: var(--navy-900); color: #e8ecf7; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section.dark p { color: #aab3cf; }

.section-head { max-width: 760px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: 0.8rem; }
.section-head .lead { margin-top: 1.1rem; }

.grid { display: grid; gap: clamp(1.2rem, 2.4vw, 2rem); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: 0.95rem; --pad-x: 1.7rem;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: var(--pad-y) var(--pad-x);
  font-family: var(--font-sans); font-weight: 700; font-size: var(--step-0);
  letter-spacing: 0.01em; line-height: 1;
  border: 1.5px solid transparent; border-radius: var(--pill);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
  white-space: nowrap;
}
.btn svg, .btn img { width: 1.1em; height: 1.1em; }
.btn-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 55%, var(--gold-deep));
  color: var(--navy-950); box-shadow: var(--sh-gold);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 26px 50px -16px rgba(200, 162, 74, 0.7); filter: brightness(1.04); }
.btn-primary:active { transform: translateY(-1px); }
.btn-dark { background: var(--navy-800); color: #fff; }
.btn-dark:hover { background: var(--navy-900); transform: translateY(-3px); box-shadow: var(--sh-md); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-deep); transform: translateY(-3px); }
.btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,0.28); }
.btn-ghost.on-dark:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
.btn.lg { --pad-y: 1.15rem; --pad-x: 2.2rem; font-size: var(--step-1); }
.btn.block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 700; color: var(--gold-deep);
}
.link-arrow svg { transition: transform 0.3s var(--ease); width: 1.05em; }
.link-arrow:hover { color: var(--gold); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1100; height: var(--header-h);
  display: flex; align-items: center;
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease), height 0.35s var(--ease), border-color 0.35s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header .container { display: flex; align-items: center; justify-content: flex-start; gap: clamp(1.5rem, 3vw, 2.6rem); max-width: var(--container-wide); }
.site-header .brand { margin-right: auto; }
.site-header .main-nav { margin-left: clamp(1rem, 2vw, 2rem); }
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 12px 30px -24px rgba(8, 16, 40, 0.6);
  border-bottom-color: var(--line);
  height: 70px;
}
.brand { display: inline-flex; align-items: center; gap: 0.8rem; }
.brand img { width: 46px; height: 46px; border-radius: 12px; box-shadow: var(--sh-sm); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--navy-800); letter-spacing: -0.01em; white-space: nowrap; }
.brand-sub { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep); }
/* Header au-dessus du hero (transparent) : texte clair */
.site-header:not(.scrolled) .brand-name { color: #fff; }
.site-header:not(.scrolled) .nav-link { color: rgba(255,255,255,0.9); }
.site-header:not(.scrolled) .nav-link:hover { color: #fff; }
.site-header:not(.scrolled) .nav-toggle span { background: #fff; }

.main-nav { display: flex; align-items: center; gap: 0.1rem; }
.nav-link {
  position: relative; padding: 0.5rem 0.72rem; border-radius: var(--pill);
  font-weight: 600; font-size: 0.92rem; color: var(--ink);
  display: inline-flex; align-items: center; gap: 0.3rem; white-space: nowrap;
}
.nav-link:hover { color: var(--gold-deep); }
.nav-link .chev { width: 0.7em; transition: transform 0.3s var(--ease); }
.has-menu { position: relative; }
.has-menu:hover .chev { transform: rotate(180deg); }
.submenu {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 230px; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--sh-lg); padding: 0.6rem;
  opacity: 0; visibility: hidden; transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}
.has-menu:hover .submenu, .has-menu:focus-within .submenu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.submenu a { display: block; padding: 0.6rem 0.9rem; border-radius: 10px; font-weight: 600; font-size: 0.92rem; color: var(--ink); }
.submenu a:hover { background: var(--bg-cream); color: var(--gold-deep); }
.header-cta { display: inline-flex; align-items: center; gap: 0.9rem; }
.header-phone { font-weight: 700; color: var(--ink); white-space: nowrap; font-size: 0.92rem; }
.site-header:not(.scrolled) .header-phone { color: #fff; }

.nav-toggle { display: none; width: 44px; height: 44px; border: none; background: transparent; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: calc(var(--header-h) + clamp(1.5rem, 3.5vw, 3rem)); padding-bottom: clamp(3.5rem, 6vw, 6rem); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(70% 60% at 78% 12%, rgba(200,162,74,0.16), transparent 60%),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 60%, var(--navy-800));
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(120% 100% at 50% 0%, transparent 55%, rgba(8,12,30,0.55)); }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero-copy { color: #fff; }
.hero h1 { color: #fff; font-size: var(--step-5); font-weight: 600; letter-spacing: -0.03em; margin-top: 1.2rem; }
.hero h1 em { font-style: italic; color: var(--gold-bright); font-weight: 500; }
.hero-copy .eyebrow { color: var(--gold-bright); }
.hero-copy .eyebrow::before { background: var(--gold-bright); }
.hero-sub { font-size: var(--step-1); color: #c3cbe4; margin-top: 1.4rem; max-width: 36ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; margin-top: 2.4rem; }
.hero-trust li { display: flex; align-items: center; gap: 0.6rem; color: #c3cbe4; font-weight: 600; font-size: 0.92rem; }
.hero-trust .ic { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(200,162,74,0.18); }
.hero-trust .ic img { width: 13px; height: 13px; filter: invert(72%) sepia(60%) saturate(900%) hue-rotate(2deg) brightness(95%); }

/* Visuel hero */
.hero-visual { position: relative; }
.hero-photo { border-radius: var(--radius-lg); box-shadow: var(--sh-lg); aspect-ratio: 1 / 1.04; max-height: 540px; object-fit: cover; width: 100%; border: 1px solid rgba(255,255,255,0.12); }
.hero-card {
  position: absolute; left: -8%; bottom: 8%;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: var(--radius); box-shadow: var(--sh-lg); padding: 1.3rem 1.5rem; width: min(78%, 320px);
}
.hero-card .hc-top { font-size: 0.74rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); }
.hero-card .k { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.9rem,3.4vw,2.5rem); color: var(--navy-800); line-height: 1.05; white-space: nowrap; margin-top: 0.25rem; }
.hero-card .k span { color: var(--navy-800); }
.hero-card .l { font-size: 0.86rem; color: var(--ink-soft); font-weight: 600; margin-top: 0.35rem; }
.hero-chip {
  position: absolute; right: -4%; top: 9%;
  background: rgba(14,23,51,0.72); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.14); color: #fff;
  border-radius: var(--pill); padding: 0.6rem 1.1rem; font-weight: 700; font-size: 0.9rem;
  display: flex; align-items: center; gap: 0.5rem; box-shadow: var(--sh-md);
}
.hero-chip b { color: var(--gold-bright); }

/* Bandeau logos / réassurance sous hero */
.assurance-bar { border-top: 1px solid rgba(255,255,255,0.1); }

/* ---------- KPI strip ---------- */
.kpi-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-sm); }
.kpi { background: var(--surface); padding: clamp(1.4rem, 3vw, 2.4rem); text-align: center; }
.kpi .num { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--navy-800); line-height: 1; letter-spacing: -0.02em; }
.kpi .num .u { color: var(--gold-deep); }
.kpi .lbl { margin-top: 0.7rem; font-size: 0.9rem; color: var(--ink-mute); font-weight: 600; }

/* ---------- Editorial 2-col (sticky) ---------- */
.editorial { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.editorial .sticky { position: sticky; top: calc(var(--header-h) + 30px); }
.editorial-figure { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sh-md); }
.editorial-figure img { width: 100%; height: 100%; object-fit: cover; }
.prose > * + * { margin-top: 1.1rem; }
.prose h3 { margin-top: 2rem; color: var(--navy-800); }
.prose p { font-size: var(--step-0); }

/* Liste durées élégante */
.duree-list { display: grid; gap: 0.7rem; margin-top: 1.2rem; }
.duree-list li { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--sh-xs); }
.duree-list .yr { font-family: var(--font-display); font-weight: 600; color: var(--navy-800); font-size: 1.05rem; min-width: 64px; }
.duree-list .bar { flex: 1; height: 8px; border-radius: var(--pill); background: var(--bg-cream); overflow: hidden; }
.duree-list .bar span { display: block; height: 100%; border-radius: var(--pill); background: linear-gradient(90deg, var(--gold-bright), var(--gold-deep)); }
.duree-list .pc { font-weight: 800; color: var(--gold-deep); min-width: 48px; text-align: right; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; }
.step { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem 1.8rem 1.8rem; box-shadow: var(--sh-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.step:hover { transform: translateY(-6px); box-shadow: var(--sh-md); }
.step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: 1.2rem; right: 1.5rem; font-family: var(--font-display); font-size: 2.4rem; color: var(--gold-soft); font-weight: 600; }
.step .st-ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-800), var(--navy-900)); margin-bottom: 1.1rem; }
.step .st-ic img { width: 24px; height: 24px; filter: invert(78%) sepia(40%) saturate(700%) hue-rotate(2deg) brightness(95%); }
.step h3 { color: var(--navy-800); }
.step p { margin-top: 0.6rem; font-size: 0.96rem; }

/* ---------- Benefits ---------- */
.benefit { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.6rem; box-shadow: var(--sh-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); height: 100%; }
.benefit:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: rgba(200,162,74,0.4); }
.benefit .b-ic { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: var(--bg-cream); border: 1px solid var(--line); margin-bottom: 1.1rem; }
.benefit .b-ic img { width: 22px; height: 22px; filter: invert(48%) sepia(60%) saturate(560%) hue-rotate(2deg) brightness(92%); }
.benefit h3 { font-size: 1.12rem; color: var(--navy-800); }
.benefit p { margin-top: 0.6rem; font-size: 0.94rem; }
.benefit p span { color: var(--gold-deep); font-weight: 700; }

/* ---------- Highlight band (réduction) ---------- */
.highlight-band { background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius-lg); padding: clamp(2.4rem, 5vw, 4rem); color: #fff; box-shadow: var(--sh-lg); position: relative; overflow: hidden; }
.highlight-band::after { content: ""; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(200,162,74,0.25), transparent 70%); }
.highlight-band h2 { color: #fff; }
.highlight-band .lead { color: #c3cbe4; }
.example-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); padding: 1.6rem; backdrop-filter: blur(6px); }
.example-card p { color: #d7ddf0; }
.example-card .big { font-family: var(--font-display); font-size: clamp(2rem,4vw,2.6rem); color: var(--gold-bright); font-weight: 600; }

/* ---------- Programmes ---------- */
.prog-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-sm); background: var(--navy-900); aspect-ratio: 3/4; display: block; }
.prog-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.prog-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(8,12,30,0.85)); }
.prog-card:hover img { transform: scale(1.08); }
.prog-card .pc-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.3rem; color: #fff; }
.prog-card .pc-tag { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(200,162,74,0.92); color: var(--navy-950); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.03em; padding: 0.3rem 0.7rem; border-radius: var(--pill); margin-bottom: 0.7rem; }
.prog-card h3 { color: #fff; font-size: 1.18rem; }
.prog-card .loc { color: #d7ddf0; font-weight: 600; font-size: 0.86rem; margin-top: 0.25rem; display: flex; align-items: center; gap: 0.35rem; }
.prog-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(255px, 1fr); gap: 1.4rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
.prog-rail .prog-card { scroll-snap-align: start; }
.prog-rail::-webkit-scrollbar { height: 8px; }

/* ---------- Stats band (dark) ---------- */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem,3vw,3rem); }
.stat { text-align: center; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: calc(-1 * clamp(0.75rem,1.5vw,1.5rem)); top: 10%; bottom: 10%; width: 1px; background: linear-gradient(transparent, rgba(255,255,255,0.18), transparent); }
.stat .num { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat .lbl { color: #aab3cf; margin-top: 0.8rem; font-size: 0.95rem; }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
table.pro { width: 100%; border-collapse: collapse; background: var(--surface); min-width: 540px; }
table.pro thead th { background: linear-gradient(160deg, var(--navy-800), var(--navy-900)); color: #fff; font-weight: 700; text-align: left; padding: 1rem 1.1rem; font-size: 0.92rem; }
table.pro td, table.pro th[scope=row] { padding: 0.9rem 1.1rem; border-top: 1px solid var(--line); }
table.pro th[scope=row] { text-align: left; color: var(--navy-800); font-weight: 700; }
table.pro tbody tr:nth-child(even) { background: var(--bg-ivory); }
table.pro tbody tr:hover { background: rgba(200,162,74,0.08); }

/* ---------- CTA / Guide ---------- */
.cta-split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem,4vw,3.5rem); align-items: center; }
.check-list { display: grid; gap: 0.8rem; margin-top: 1.5rem; }
.check-list li { display: flex; gap: 0.8rem; align-items: flex-start; font-weight: 600; color: var(--navy-800); }
.check-list .ck { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold-deep); font-weight: 900; font-size: 0.8rem; }
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.8rem, 3vw, 2.6rem); box-shadow: var(--sh-lg); }
.form-card.on-dark { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); backdrop-filter: blur(8px); }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--ink-soft); margin-bottom: 0.4rem; letter-spacing: 0.02em; }
.input { width: 100%; padding: 0.95rem 1.1rem; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); font-family: var(--font-sans); font-size: 1rem; transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease); }
.input::placeholder { color: var(--ink-mute); }
.input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(200,162,74,0.16); }
textarea.input { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.8rem; color: var(--ink-mute); margin-top: 0.8rem; text-align: center; }
.form-success { display: none; text-align: center; padding: 2rem; }
.form-success.show { display: block; }
.form-success .tick { width: 64px; height: 64px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-deep); display: grid; place-items: center; margin: 0 auto 1rem; font-size: 1.8rem; font-weight: 900; }

/* ---------- Articles ---------- */
.article-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); display: flex; flex-direction: column; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); }
.article-card .ph { aspect-ratio: 16/10; overflow: hidden; }
.article-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.article-card:hover .ph img { transform: scale(1.06); }
.article-card .ac-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.article-card time { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-deep); }
.article-card h3 { font-size: 1.05rem; line-height: 1.3; color: var(--navy-800); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,4vw,4rem); align-items: center; }
.contact-info li { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.1); color: #d7ddf0; font-weight: 600; }
.contact-info .ci-ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(200,162,74,0.15); display: grid; place-items: center; flex: none; }
.contact-info .ci-ic img { width: 18px; height: 18px; filter: invert(72%) sepia(60%) saturate(900%) hue-rotate(2deg) brightness(95%); }
.contact-info a { color: #fff; }
.contact-info a:hover { color: var(--gold-bright); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; padding: 0.8rem var(--gutter); background: rgba(255,255,255,0.9); backdrop-filter: blur(16px); border-top: 1px solid var(--line); transform: translateY(120%); transition: transform 0.4s var(--ease); box-shadow: 0 -14px 30px -22px rgba(8,16,40,0.5); }
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { width: 100%; }
@media (min-width: 1025px) { .sticky-cta { display: none !important; } }

/* ---------- Footer ---------- */
.site-footer { background: linear-gradient(180deg, var(--navy-900), var(--navy-950)); color: #aab3cf; padding-top: clamp(3.5rem, 6vw, 5.5rem); border-top: 2px solid; border-image: linear-gradient(90deg, transparent, var(--gold), transparent) 1; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { margin-top: 1rem; max-width: 32ch; font-size: 0.92rem; }
.footer-col h4 { color: #fff; font-family: var(--font-sans); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1.1rem; font-weight: 700; }
.footer-col a { display: block; padding: 0.35rem 0; font-size: 0.92rem; color: #aab3cf; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-social { display: flex; gap: 0.7rem; margin-top: 1.3rem; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); display: grid; place-items: center; transition: background 0.25s var(--ease), transform 0.25s var(--ease); }
.footer-social a:hover { background: var(--gold); transform: translateY(-3px); }
.footer-social img { width: 17px; height: 17px; filter: invert(85%) sepia(8%) saturate(200%) brightness(108%); }
.footer-social a:hover img { filter: invert(8%) sepia(30%) saturate(2000%) hue-rotate(200deg) brightness(30%); }
.footer-badges { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.3rem; }
.footer-badge { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; color: #aab3cf; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); padding: 0.45rem 0.9rem; border-radius: var(--pill); }
.footer-badge img { width: 14px; height: 14px; filter: invert(72%) sepia(60%) saturate(900%) hue-rotate(2deg) brightness(95%); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.5rem 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; font-size: 0.85rem; }
.footer-bottom nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-disclaim { font-size: 0.78rem; color: #6f7a93; padding-bottom: 2rem; max-width: 900px; }

/* ---------- Reveal ---------- */
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal-ready [data-reveal].in { opacity: 1; transform: none; }

/* ---------- Page hero (pages internes) ---------- */
.page-hero { position: relative; padding-top: calc(var(--header-h) + clamp(2rem, 5vw, 4rem)); padding-bottom: clamp(2.5rem, 5vw, 4.5rem); color: #fff; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(60% 60% at 85% 10%, rgba(200,162,74,0.16), transparent 60%), linear-gradient(160deg, var(--navy-950), var(--navy-900) 62%, var(--navy-800)); }
.page-hero .ph-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.page-hero h1 { color: #fff; font-size: var(--step-3); margin-top: 1rem; line-height: 1.1; }
.page-hero h1 em { font-style: italic; color: var(--gold-bright); font-weight: 500; }
.page-hero .lead { color: #c3cbe4; margin-top: 1.2rem; max-width: 56ch; }
.page-hero .eyebrow { color: var(--gold-bright); }
.page-hero .eyebrow::before { background: var(--gold-bright); }
.page-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.breadcrumb { display: flex; gap: 0.5rem; align-items: center; font-size: 0.84rem; color: #98a2c0; font-weight: 600; margin-bottom: 0.4rem; }
.breadcrumb a { color: #98a2c0; }
.breadcrumb a:hover { color: var(--gold-bright); }
.breadcrumb .sep { opacity: 0.5; }

/* Visuel du hero interne */
.ph-visual { position: relative; }
.ph-visual > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: var(--sh-lg); border: 1px solid rgba(255,255,255,0.12); }
.ph-badge { position: absolute; left: -6%; bottom: 9%; background: rgba(255,255,255,0.94); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.6); border-radius: var(--radius); box-shadow: var(--sh-lg); padding: 1rem 1.3rem; max-width: 230px; }
.ph-badge .k { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; color: var(--navy-800); line-height: 1; }
.ph-badge .k span { color: var(--gold-deep); }
.ph-badge .l { font-size: 0.82rem; color: var(--ink-soft); font-weight: 600; margin-top: 0.3rem; }
@media (max-width: 920px) {
  .page-hero .ph-grid { grid-template-columns: 1fr; }
  .ph-visual { display: none; }
}

/* ---------- Anchor nav (sticky) ---------- */
.anchor-nav { position: sticky; top: 70px; z-index: 60; background: rgba(255,255,255,0.88); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--line); }
.anchor-nav .container { display: flex; gap: 0.6rem; flex-wrap: wrap; padding-block: 0.85rem; }
.anchor-nav a { padding: 0.5rem 1.1rem; border-radius: var(--pill); border: 1px solid var(--line-2); font-weight: 700; font-size: 0.88rem; color: var(--navy-700); transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease); }
.anchor-nav a:hover { background: var(--navy-800); color: #fff; border-color: var(--navy-800); }

/* ---------- Callout / Formula / Lists ---------- */
.callout { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 1.3rem 1.5rem; box-shadow: var(--sh-xs); }
.callout p { margin: 0; }
.callout .callout-label { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 800; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.5rem; }
.callout.tip { border-left-color: var(--navy-700); background: linear-gradient(180deg, var(--bg-cream), var(--surface)); }
.callout.tip .callout-label { color: var(--navy-700); }

.formula { background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: #fff; border-radius: var(--radius); padding: 1.5rem 1.6rem; font-family: var(--font-display); font-size: clamp(1.05rem, 2vw, 1.3rem); text-align: center; box-shadow: var(--sh-md); line-height: 1.5; }
.formula em { color: var(--gold-bright); font-style: normal; }

.bullet-list { display: grid; gap: 0.75rem; }
.bullet-list > li { position: relative; padding-left: 1.9rem; color: var(--ink-soft); }
.bullet-list > li::before { content: ""; position: absolute; left: 0; top: 0.58em; width: 9px; height: 9px; border-radius: 3px; background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); }
.bullet-list strong { color: var(--navy-800); }
.bullet-list ul { margin-top: 0.55rem; margin-left: 0.4rem; display: grid; gap: 0.4rem; }
.bullet-list ul li { position: relative; padding-left: 1.3rem; font-size: 0.95rem; }
.bullet-list ul li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* ---------- Icon chip (en-têtes de section) ---------- */
.icon-chip { width: 56px; height: 56px; border-radius: 15px; display: grid; place-items: center; background: var(--bg-cream); border: 1px solid var(--line); margin-bottom: 1.1rem; box-shadow: var(--sh-xs); }
.icon-chip img { width: 25px; height: 25px; filter: invert(48%) sepia(60%) saturate(560%) hue-rotate(2deg) brightness(92%); }
.section.dark .icon-chip { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); }
.section-head.center .icon-chip { margin-inline: auto; }

/* ---------- CTA band ---------- */
.cta-band { background: radial-gradient(700px 400px at 80% 0%, rgba(200,162,74,0.16), transparent 60%), linear-gradient(160deg, var(--navy-900), var(--navy-950)); border-radius: var(--radius-lg); padding: clamp(2.5rem, 5vw, 4rem); text-align: center; color: #fff; box-shadow: var(--sh-lg); }
.cta-band h2 { color: #fff; }
.cta-band .lead { color: #c3cbe4; margin: 0.9rem auto 1.9rem; max-width: 54ch; }

/* ---------- Prose tweaks pour pages ---------- */
.prose h2 { color: var(--navy-800); margin-top: 1.5rem; }
.prose a:not(.btn) { color: var(--gold-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.note { font-size: 0.82rem; color: var(--ink-mute); }

/* ---------- liste-duree (legacy listes, gold markers) ---------- */
.liste-duree { list-style: none; padding: 0; display: grid; gap: 0.6rem; margin-top: 0.6rem; }
.liste-duree li { position: relative; padding-left: 1.6rem; color: var(--ink-soft); }
.liste-duree li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 8px; height: 8px; border-radius: 3px; background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); }
.liste-duree li strong { color: var(--navy-800); }

/* ---------- Page Villes ---------- */
.villes-section { padding-block: var(--section-y); }
.villes-section > .villes-header { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.villes-title, #villes-title { font-family: var(--font-display); color: var(--navy-800); font-size: var(--step-3); text-align: center; letter-spacing: -0.015em; }
.villes-intro { max-width: 75ch; margin: 1.1rem auto 0; text-align: center; color: var(--ink-soft); font-size: var(--step-0); }
.regions-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 1.4rem; margin-top: 3rem; align-items: start; }
.region { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--sh-sm); padding: 1.5rem 1.6rem; transition: box-shadow 0.25s var(--ease), transform 0.25s var(--ease); }
.region:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.region h3 { font-family: var(--font-display); color: var(--navy-700); font-size: 1.15rem; padding-bottom: 0.8rem; margin-bottom: 0.9rem; position: relative; }
.region h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 48px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
.region ul { list-style: none; padding: 0; display: grid; gap: 0.85rem; }
.region ul li { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.55; padding-bottom: 0.85rem; border-bottom: 1px dashed var(--line); }
.region ul li:last-child { border-bottom: none; padding-bottom: 0; }
.region ul li strong { display: block; color: var(--gold-deep); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.25rem; }
.regions-image { grid-column: 1 / -1; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--sh-sm); padding: 1.4rem; text-align: center; }
.regions-image img { border-radius: var(--radius-sm); margin-inline: auto; max-height: 520px; width: auto; max-width: 100%; }
.regions-image .source { font-size: 0.8rem; color: var(--ink-mute); margin-top: 0.8rem; }
.regions-image .source a, .ort-content a, .acv-content a { color: var(--gold-deep); font-weight: 600; }
.subsection { max-width: 820px; margin: 3rem auto 0; }
.subsection > h3, .subsection h4 { font-family: var(--font-display); color: var(--navy-800); }
.subsection > h3 { font-size: var(--step-2); margin-bottom: 1.1rem; }
.subsection h4 { font-size: 1.2rem; margin: 1.5rem 0 0.6rem; }
.ort-content, .acv-content { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 1.6rem 1.8rem; box-shadow: var(--sh-xs); }
.ort-content p, .acv-content p { color: var(--ink-soft); }

/* ---------- Page Comparatif ---------- */
.comparatif { padding-block: var(--section-y); }
.comparatif-content-bg { max-width: 1000px; margin-inline: auto; padding-inline: var(--gutter); }
#comparatif-title { font-family: var(--font-display); color: var(--navy-800); font-size: var(--step-3); text-align: center; letter-spacing: -0.015em; }
.comparatif-intro { max-width: 70ch; margin: 1.1rem auto 2.6rem; text-align: center; color: var(--ink-soft); font-size: var(--step-0); }
.comparatif-item { background: var(--surface) !important; border: 1px solid var(--line) !important; border-radius: var(--radius-lg) !important; box-shadow: var(--sh-sm) !important; padding: clamp(1.6rem, 3vw, 2.6rem) !important; margin-bottom: 1.8rem; }
.comparatif-item .comparatif-title { font-family: var(--font-display) !important; font-size: var(--step-2); margin-bottom: 1rem; line-height: 1.2; font-weight: 600; }
.comparatif-title.bleu { color: var(--navy-800) !important; }
.comparatif-title.orange { color: var(--gold-deep) !important; }
.comparatif-text > section, .comparatif-text > .device-description { margin-top: 1.5rem; }
.comparatif-text h4 { font-family: var(--font-display); color: var(--navy-700); font-size: 1.15rem; margin-bottom: 0.5rem; }
.comparatif-text p { color: var(--ink-soft); }
.comparatif-text ul { list-style: none; padding: 0; display: grid; gap: 0.5rem; margin-top: 0.5rem; }
.comparatif-text ul li { position: relative; padding-left: 1.5rem; color: var(--ink-soft); }
.comparatif-text ul li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; border-radius: 2px; background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); }
.info-box, .device-example { background: linear-gradient(180deg, var(--bg-cream), var(--surface)); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 1.2rem 1.4rem; }
.info-box h4, .device-example h4 { color: var(--navy-800); margin-bottom: 0.4rem; }
.device-risks { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid #c0563c; border-radius: var(--radius); padding: 1.2rem 1.4rem; }
.comparatif-tableau { margin: 3rem auto 0; max-width: var(--container); padding-inline: var(--gutter); }
#table-comparatif-title { font-family: var(--font-display); color: var(--navy-800); font-size: var(--step-3); text-align: center; margin: 0 auto 0.8rem; letter-spacing: -0.015em; }
.comparatif-tableau .comparatif-intro { margin: 0 auto 1.8rem; }
.table-container { overflow-x: auto; border: 1px solid var(--line) !important; border-radius: var(--radius); box-shadow: var(--sh-sm); background: var(--surface) !important; padding: 0 !important; }
.comparatif-tableau table { width: 100%; border-collapse: collapse; background: var(--surface); min-width: 760px; }
.comparatif-tableau thead th { background: linear-gradient(160deg, var(--navy-800), var(--navy-900)); color: #fff; padding: 0.9rem 1rem; text-align: left; font-weight: 700; }
.comparatif-tableau td, .comparatif-tableau th { border: 1px solid var(--line); padding: 0.8rem 1rem; color: var(--ink); vertical-align: top; }
.comparatif-tableau tbody tr:nth-child(even) { background: var(--bg-ivory); }
.comparatif-tableau tbody td:first-child { font-weight: 700; color: var(--navy-800); }

/* ---------- FAQ accordéon natif ---------- */
.faq-accordion { max-width: 860px; margin: 2.8rem auto 0; display: grid; gap: 0.9rem; }
.faq-q { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--sh-xs); overflow: hidden; transition: box-shadow 0.25s var(--ease), border-color 0.25s var(--ease); }
.faq-q[open] { box-shadow: var(--sh-sm); border-color: var(--line-2); }
.faq-q summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.4rem; font-family: var(--font-sans); font-weight: 700; color: var(--navy-800); font-size: 1.02rem; }
.faq-q summary::-webkit-details-marker { display: none; }
.faq-q summary .plus { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-deep); display: grid; place-items: center; font-weight: 900; font-size: 1.1rem; line-height: 1; transition: transform 0.3s var(--ease); }
.faq-q[open] summary { color: var(--gold-deep); }
.faq-q[open] summary .plus { transform: rotate(45deg); }
.faq-q .faq-a { padding: 0 1.4rem 1.3rem; color: var(--ink-soft); line-height: 1.7; }
.faq-q .faq-a ul { list-style: none; padding: 0; margin-top: 0.6rem; display: grid; gap: 0.4rem; }
.faq-q .faq-a li { position: relative; padding-left: 1.5rem; }
.faq-q .faq-a li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; border-radius: 2px; background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); }

/* ---------- Page Programmes ---------- */
.programmes-section { max-width: var(--container); margin-inline: auto; padding: var(--section-y) var(--gutter); display: grid; gap: 2rem; }
.programme-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--sh-sm); overflow: hidden; position: relative; }
.programme-defiscalisation { position: absolute; top: 1.3rem; left: 1.3rem; z-index: 2; background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); color: var(--navy-950); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.04em; padding: 0.38rem 0.85rem; border-radius: var(--pill); box-shadow: var(--sh-sm); }
.programme-content { padding: clamp(1.5rem, 3vw, 2.4rem); padding-top: 4rem; }
.programme-card h2 { font-family: var(--font-display); color: var(--navy-800); font-size: var(--step-2); margin-bottom: 1.4rem; }
.programme-main-content { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.4rem, 3vw, 2.4rem); align-items: start; }
.programme-image-container { display: grid; gap: 0.8rem; }
.programme-image { width: 100%; border-radius: var(--radius); box-shadow: var(--sh-sm); object-fit: cover; aspect-ratio: 4/3; }
.programme-info ul, .programme-points-forts ul { margin-top: 0; }
.programme-info li, .programme-points-forts li { font-size: 0.95rem; }
.programme-points-forts { margin-top: 1.6rem; }
.programme-tax-saving { background: linear-gradient(160deg, var(--navy-800), var(--navy-900)); border-radius: var(--radius); padding: 1rem 1.2rem; margin-bottom: 1.1rem; }
.programme-tax-saving h3 { color: var(--gold-bright); font-family: var(--font-display); font-size: 1.2rem; }
.programme-points-forts h4 { color: var(--navy-700); font-weight: 800; letter-spacing: 0.04em; font-size: 0.82rem; margin: 0.8rem 0 0.5rem; }
.programme-buttons { display: flex; gap: 1rem; flex-wrap: wrap; padding: 0 clamp(1.5rem, 3vw, 2.4rem) clamp(1.5rem, 3vw, 2.4rem); }
.prendre-rdv-btn { background: linear-gradient(135deg, var(--gold-bright), var(--gold) 55%, var(--gold-deep)); color: var(--navy-950); border: none; border-radius: var(--pill); padding: 0.85rem 1.6rem; font-weight: 700; cursor: pointer; box-shadow: var(--sh-gold); transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.prendre-rdv-btn:hover { transform: translateY(-2px); box-shadow: 0 22px 44px -14px rgba(200,162,74,0.7); }
.programme-more-btn { background: var(--surface); border: 1.5px solid var(--line-2); color: var(--navy-700); border-radius: var(--pill); padding: 0.85rem 1.5rem; font-weight: 700; display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer; transition: border-color 0.25s var(--ease), color 0.25s var(--ease); }
.programme-more-btn:hover { border-color: var(--gold); color: var(--gold-deep); }
.programme-more-btn img { width: 1em; height: 1em; transition: transform 0.3s var(--ease); filter: invert(20%) sepia(20%) saturate(1200%) hue-rotate(195deg) brightness(60%); }
.programme-more-btn.is-open img { transform: rotate(180deg); }
.programme-description { padding: 1.4rem clamp(1.5rem, 3vw, 2.4rem) clamp(1.5rem, 3vw, 2.4rem); border-top: 1px solid var(--line); background: var(--bg-ivory); }
.programme-description h4 { color: var(--navy-700); font-family: var(--font-display); font-size: 1.1rem; margin: 1.2rem 0 0.5rem; }
.programme-description h4:first-child { margin-top: 0; }
.programme-description p { color: var(--ink-soft); margin-top: 0.6rem; }
@media (max-width: 760px) { .programme-main-content { grid-template-columns: 1fr; } }

/* ---------- Mentions légales ---------- */
.mentions-content { max-width: 820px; margin-inline: auto; padding: var(--section-y) var(--gutter); }
.legal-section { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--sh-xs); padding: 1.7rem 1.9rem; margin-bottom: 1.4rem; }
.legal-section h2 { font-family: var(--font-display); color: var(--navy-800); font-size: var(--step-1); margin-bottom: 0.8rem; }
.legal-section h3, .legal-section h4 { color: var(--navy-700); margin: 1.1rem 0 0.4rem; }
.legal-section p, .legal-section li { color: var(--ink-soft); }
.legal-section ul { list-style: none; padding: 0; display: grid; gap: 0.5rem; margin: 0.6rem 0; }
.legal-section ul li { position: relative; padding-left: 1.5rem; }
.legal-section ul li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; border-radius: 2px; background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); }
.legal-section a { color: var(--gold-deep); font-weight: 600; }
.editeur-info, .hebergeur-info, .data-collection, .data-processing, .data-legal-basis, .data-retention, .data-rights, .cookies-types, .table-container { background: var(--bg-cream); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.2rem; margin-top: 1rem; }
.last-update { font-size: 0.85rem; color: var(--ink-mute); text-align: center; margin-top: 1.4rem; }

/* ---------- Articles ---------- */
.page-hero.is-article .container { max-width: 880px; text-align: center; }
.page-hero.is-article .breadcrumb { justify-content: center; }
.article-wrapper { padding-block: var(--section-y); }
.article-content { max-width: 920px; margin-inline: auto; padding-inline: var(--gutter); font-size: 1.08rem; line-height: 1.8; }
.article-content > * { margin-bottom: 1.15rem; }
.article-intro { font-size: 1.15rem; color: var(--navy-700); font-weight: 500; border-left: 3px solid var(--gold); padding: 0.4rem 0 0.4rem 1.3rem; background: linear-gradient(90deg, rgba(200,162,74,0.06), transparent); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.article-content h2 { font-family: var(--font-display); color: var(--navy-800); font-size: var(--step-2); margin-top: 2.2rem; }
.article-content h3 { font-family: var(--font-display); color: var(--navy-700); font-size: 1.3rem; margin-top: 1.7rem; }
.article-content p, .article-content li { color: var(--ink-soft); }
.article-content strong { color: var(--navy-800); }
.article-content a { color: var(--gold-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.article-content img, .article-hero img, .article-hero { border-radius: var(--radius); box-shadow: var(--sh-md); margin: 1.5rem auto; display: block; max-width: 100%; height: auto; }
.article-content ul, .article-content ol { padding-left: 1.4rem; display: grid; gap: 0.5rem; }
.article-content ul { list-style: none; padding-left: 0; }
.article-content ul li { position: relative; padding-left: 1.5rem; }
.article-content ul li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; border-radius: 2px; background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); }
.article-content table { width: 100%; border-collapse: collapse; margin: 1.4rem 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.article-content th { background: linear-gradient(160deg, var(--navy-800), var(--navy-900)); color: #fff; padding: 0.8rem 1rem; text-align: left; }
.article-content td { border: 1px solid var(--line); padding: 0.7rem 1rem; color: var(--ink-soft); }
.article-content tbody tr:nth-child(even) { background: var(--bg-ivory); }
.related-articles { max-width: var(--container); margin-inline: auto; padding: 0 var(--gutter) var(--section-y); }
.related-articles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.3rem; margin-top: 1.6rem; }
.related-article-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.related-article-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.related-article-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.related-article-content { padding: 1rem 1.1rem 1.2rem; }
.related-article-content time { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); }
.related-article-content h3 { font-family: var(--font-display); color: var(--navy-700); font-size: 1rem; line-height: 1.35; margin-top: 0.3rem; }
.share-buttons, .social-share { display: flex; gap: 0.7rem; flex-wrap: wrap; margin: 1.5rem 0; }
.share-button { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1.1rem; border: 1.5px solid var(--line-2); border-radius: var(--pill); color: var(--navy-700); font-weight: 700; font-size: 0.9rem; background: var(--surface); }
.share-button:hover { border-color: var(--gold); color: var(--gold-deep); }

/* ---------- Skip link ---------- */
.skip-link { position: absolute; left: 50%; top: -60px; transform: translateX(-50%); background: var(--navy-900); color: #fff; padding: 0.7rem 1.2rem; border-radius: 0 0 12px 12px; z-index: 2000; transition: top 0.25s var(--ease); }
.skip-link:focus { top: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) { .header-phone { display: none; } }
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 480px; margin-inline: auto; }
  .editorial { grid-template-columns: 1fr; }
  .editorial .sticky { position: static; }
  .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .main-nav, .header-phone { display: none; }
  .nav-toggle { display: flex; }
}
@media (max-width: 1024px) {
  .nav-toggle { display: flex; }
  .main-nav.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 0.2rem;
    position: fixed; top: 0; right: 0; bottom: 0; width: min(86vw, 360px);
    background: var(--navy-900); padding: calc(var(--header-h) + 1rem) 1.4rem 2rem;
    box-shadow: var(--sh-lg); transform: translateX(100%); transition: transform 0.35s var(--ease); z-index: 1001; overflow-y: auto;
  }
  body.nav-open .main-nav.open { transform: translateX(0); }
  .main-nav.open .nav-link { color: #e8ecf7; padding: 0.9rem 1rem; font-size: 1.05rem; border-radius: 12px; }
  .main-nav.open .nav-link:hover { background: rgba(255,255,255,0.06); }
  .main-nav.open .submenu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; background: rgba(255,255,255,0.03); border: none; margin: 0.2rem 0 0.6rem; }
  .main-nav.open .submenu a { color: #aab3cf; }
  .nav-scrim { position: fixed; inset: 0; background: rgba(8,12,30,0.55); opacity: 0; visibility: hidden; transition: opacity 0.3s var(--ease); z-index: 1000; }
  body.nav-open .nav-scrim { opacity: 1; visibility: visible; }
}
@media (max-width: 768px) {
  .header-cta .btn-primary { display: none; }
  .cols-2, .cols-3, .stat-band, .kpi-strip, .cta-split, .contact-grid { grid-template-columns: 1fr; }
  .kpi-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-band { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  .stat + .stat::before { display: none; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-card { left: 0; }
  .hero-chip { right: 0; }
}
@media (max-width: 520px) {
  .kpi-strip { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1 !important; transform: none !important; }
}
