/* ===================================================================
   LSKAIZEN — Éditeur de logiciels pour les services à la personne
   Charte : bleu roi #1156BE · bleu foncé #0C44AC · bleu vif #3184E1
   Gris neutre #555566 · Blanc — esprit produit SaaS
   =================================================================== */

:root {
  --navy: #081F46;
  --navy-2: #0B2B60;
  --bleu-fonce: #0C44AC;
  --bleu: #1156BE;
  --bleu-vif: #3184E1;
  --bleu-pale: #EAF2FC;
  --bleu-tint: #F5F9FE;
  --gris: #555566;
  --gris-clair: #6B6B7A;
  --blanc: #FFFFFF;
  --vert: #1F9D61;
  --degrade: linear-gradient(120deg, #0C44AC 0%, #3184E1 100%);
  --degrade-nuit: linear-gradient(150deg, #081F46 0%, #0C44AC 60%, #1156BE 100%);
  --radius: 20px;
  --shadow: 0 12px 34px rgba(12, 68, 172, 0.10);
  --shadow-hover: 0 24px 54px rgba(12, 68, 172, 0.22);
  --font: 'Montserrat', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--gris);
  background: var(--blanc);
  line-height: 1.68;
  font-size: 16px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: var(--bleu); text-decoration: none; }

::selection { background: var(--bleu-vif); color: #fff; }

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--bleu-vif);
  outline-offset: 2px;
  border-radius: 4px;
}

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
header.site {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(8, 31, 70, 0.10);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo img.full { height: 44px; width: auto; transition: transform .25s; }
.logo:hover img.full { transform: scale(1.04); }
.logo .wordmark {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--bleu-fonce);
  line-height: 1;
}
.logo .wordmark span { color: var(--bleu-vif); }

nav.main ul { display: flex; gap: 4px; list-style: none; align-items: center; }
nav.main a {
  display: block;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--navy-2);
  transition: background .2s, color .2s, transform .2s;
}
nav.main a:hover { background: var(--bleu-pale); color: var(--bleu); transform: translateY(-1px); }
nav.main a.active { background: var(--degrade); color: #fff; box-shadow: 0 6px 16px rgba(12,68,172,.35); }
nav.main a.cta {
  background: var(--bleu-vif);
  color: #fff;
  margin-left: 10px;
  box-shadow: 0 6px 16px rgba(49,132,225,.4);
}
nav.main a.cta:hover { background: var(--bleu); transform: translateY(-2px); }
nav.main a.espace { border: 2px solid var(--bleu-pale); }

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.burger span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--bleu-fonce);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}

/* ---------- Hero ---------- */
.hero {
  background: var(--degrade-nuit);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(49,132,225,.35), transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(49,132,225,.22), transparent 40%);
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 84px;
}
.hero .surtitre {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #A9CCF5;
  margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(30px, 4.6vw, 46px);
  line-height: 1.16;
  font-weight: 800;
  margin-bottom: 18px;
}
.hero h1 em { font-style: normal; color: #7FB6F2; }
.hero p.lead {
  font-size: 17.5px;
  color: #D7E6F8;
  max-width: 520px;
  margin-bottom: 28px;
}
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.badges { display: flex; gap: 10px; flex-wrap: wrap; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 700;
  color: #E8F1FC;
}
.badge::before { content: "✓"; color: #7FE0AE; font-weight: 800; }

/* Boutons */
.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 15px;
  border: none;
  cursor: pointer;
  font-family: var(--font);
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn.plein { background: var(--bleu-vif); color: #fff; box-shadow: 0 10px 24px rgba(49,132,225,.45); }
.btn.plein:hover { background: #2270cb; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(49,132,225,.55); }
.btn.blanc { background: #fff; color: var(--bleu-fonce); }
.btn.blanc:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.btn.contour { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn.contour:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }
.btn.bleu { background: var(--degrade); color: #fff; box-shadow: 0 10px 24px rgba(12,68,172,.35); }
.btn.bleu:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(12,68,172,.45); }

/* ---------- Mockup dashboard (pur CSS) ---------- */
.mockup {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 40px 90px rgba(3, 14, 36, .5);
  overflow: hidden;
  font-size: 11px;
  color: var(--gris);
  transform: rotate(-1.2deg);
}
.mockup .mock-bar {
  background: var(--navy);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
}
.mockup .mock-bar i {
  width: 9px; height: 9px; border-radius: 50%; display: block;
  background: #3d5a86;
}
.mockup .mock-bar i:first-child { background: #ff5f57; }
.mockup .mock-bar i:nth-child(2) { background: #febc2e; }
.mockup .mock-bar i:nth-child(3) { background: #28c840; }
.mockup .mock-bar b { color: #cfe0f5; font-size: 10.5px; font-weight: 700; margin-left: 8px; letter-spacing: .06em; }
.mock-body { display: grid; grid-template-columns: 88px 1fr; }
.mock-side { background: var(--bleu-tint); border-right: 1px solid var(--bleu-pale); padding: 12px 10px; display: flex; flex-direction: column; gap: 8px; }
.mock-side i {
  display: block; height: 9px; border-radius: 5px; background: var(--bleu-pale);
}
.mock-side i.on { background: var(--bleu-vif); }
.mock-main { padding: 14px; }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 10px; }
.mock-kpi { background: var(--bleu-tint); border: 1px solid var(--bleu-pale); border-radius: 10px; padding: 8px 10px; }
.mock-kpi b { display: block; font-size: 15px; color: var(--bleu-fonce); font-weight: 800; }
.mock-kpi span { font-size: 9px; color: var(--gris-clair); font-weight: 600; }
.mock-rows { display: flex; flex-direction: column; gap: 6px; }
.mock-row { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--bleu-pale); border-radius: 9px; padding: 6px 9px; }
.mock-row i { width: 18px; height: 18px; border-radius: 50%; background: var(--degrade); flex-shrink: 0; }
.mock-row .l { flex: 1; }
.mock-row .l b { display: block; font-size: 10px; color: var(--navy-2); font-weight: 700; }
.mock-row .l span { font-size: 8.5px; color: var(--gris-clair); }
.mock-row .tag { font-size: 8.5px; font-weight: 800; padding: 2px 8px; border-radius: 99px; }
.tag.ok { background: #E1F5EA; color: var(--vert); }
.tag.warn { background: #FFF2DE; color: #C77700; }
.tag.info { background: var(--bleu-pale); color: var(--bleu); }

/* Captures d'écran réelles */
.mockup img.shot,
.shot-card img,
.phone img { display: block; width: 100%; height: auto; }
.shots { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.shot-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--bleu-pale);
  overflow: hidden;
  margin: 0;
  transition: transform .25s, box-shadow .25s;
}
.shot-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.shot-card img { width: 100%; display: block; }
.shot-card figcaption { padding: 16px 20px; font-size: 14px; }
.shot-card figcaption b { display: block; color: var(--navy-2); font-size: 15.5px; margin-bottom: 2px; }
.shots-note { text-align: center; font-size: 12.5px; color: var(--gris-clair); margin-top: 18px; }

/* Pastilles flottantes */
.hero .visuel { position: relative; }
.float-pill {
  position: absolute;
  z-index: 3;
  background: #fff;
  color: var(--navy-2);
  font-size: 12.5px;
  font-weight: 800;
  border-radius: 999px;
  padding: 9px 18px;
  box-shadow: 0 14px 34px rgba(3,14,36,.35);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.float-pill::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--bleu-vif); box-shadow: 0 0 0 4px var(--bleu-pale); }
.float-pill.p1 { top: -18px; left: -30px; }
.float-pill.p2 { bottom: -16px; right: -12px; }

/* ---------- Bandeau chiffres ---------- */
.chiffres { background: var(--blanc); padding: 34px 0 8px; }
.chiffres .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--bleu-pale);
  padding: 28px 26px;
  margin-top: -58px;
  position: relative;
  z-index: 5;
  text-align: center;
}
.chiffre b { display: block; font-size: 31px; font-weight: 800; color: var(--bleu-fonce); line-height: 1.1; }
.chiffre span { font-size: 13.5px; font-weight: 600; color: var(--gris); }
.chiffres .note { text-align: center; font-size: 13px; color: var(--gris-clair); margin-top: 14px; }
.clients-band { display: flex; gap: 44px; justify-content: center; align-items: center; margin-top: 20px; flex-wrap: wrap; }
.clients-band img { height: 46px; width: auto; }

/* ---------- Sections ---------- */
section { padding: 74px 0; }
section.alt { background: var(--bleu-tint); }
section.nuit { background: var(--degrade-nuit); color: #fff; }

.entete { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.entete .surtitre {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--bleu-vif);
  margin-bottom: 10px;
}
.entete h2 { font-size: clamp(25px, 3.4vw, 34px); color: var(--navy-2); font-weight: 800; line-height: 1.22; margin-bottom: 12px; }
section.nuit .entete h2 { color: #fff; }
.entete p { font-size: 16.5px; }
section.nuit .entete p { color: #CBDDF4; }

/* Cartes */
.cartes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cartes.deux { grid-template-columns: repeat(2, 1fr); }
.cartes.quatre { grid-template-columns: repeat(4, 1fr); }
.carte {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--bleu-pale);
  padding: 28px 26px;
  transition: transform .25s, box-shadow .25s;
}
.carte:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.carte .icone {
  width: 52px; height: 52px;
  border-radius: 15px;
  background: var(--bleu-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.carte h3 { font-size: 17.5px; color: var(--navy-2); font-weight: 800; margin-bottom: 8px; }
.carte p { font-size: 14.5px; }
.carte ul { list-style: none; margin-top: 10px; }
.carte ul li { font-size: 14px; padding: 4px 0 4px 24px; position: relative; }
.carte ul li::before { content: "✓"; position: absolute; left: 0; color: var(--bleu-vif); font-weight: 800; }

/* Section produit en 2 colonnes */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.duo h2 { font-size: clamp(24px, 3.2vw, 32px); color: var(--navy-2); font-weight: 800; line-height: 1.25; margin-bottom: 14px; }
.duo .surtitre {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: var(--bleu-vif); margin-bottom: 8px;
}
.duo p { margin-bottom: 12px; }
.coches { list-style: none; margin: 18px 0 24px; }
.coches li { padding: 7px 0 7px 34px; position: relative; font-weight: 600; color: var(--navy-2); font-size: 15.5px; }
.coches li::before {
  content: "✓";
  position: absolute; left: 0; top: 6px;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--bleu-pale); color: var(--bleu);
  font-weight: 800; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.coches li small { display: block; font-weight: 500; color: var(--gris); font-size: 13.5px; }

/* Étapes */
.etapes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: etape; }
.etape {
  background: #fff; border-radius: var(--radius); border: 1px solid var(--bleu-pale);
  box-shadow: var(--shadow); padding: 30px 26px; position: relative;
}
.etape::before {
  counter-increment: etape;
  content: counter(etape, decimal-leading-zero);
  display: block;
  font-size: 30px; font-weight: 800;
  background: var(--degrade);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
.etape h3 { font-size: 17px; color: var(--navy-2); font-weight: 800; margin-bottom: 8px; }
.etape p { font-size: 14.5px; }

/* Application mobile */
.phones { display: flex; gap: 22px; justify-content: center; align-items: flex-start; }
.phone {
  width: 224px;
  border-radius: 32px;
  border: 7px solid #101A30;
  box-shadow: 0 30px 60px rgba(8, 31, 70, .28);
  overflow: hidden;
  background: #101A30;
  flex-shrink: 0;
}
.phone img { border-radius: 25px; }
.phone.decale { margin-top: 46px; }
.store-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #101A30;
  color: #fff;
  border-radius: 13px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  transition: transform .2s, box-shadow .2s;
}
.store-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(8,31,70,.35); color: #fff; }
.store-btn svg { width: 22px; height: 22px; flex-shrink: 0; }
.store-btn small { display: block; font-weight: 600; font-size: 10.5px; opacity: .75; }

/* Éditions de la suite */
.lockup { display: flex; align-items: baseline; gap: 9px; margin-bottom: 14px; flex-wrap: wrap; }
.lockup img { height: 26px; width: auto; align-self: center; }
.lockup b {
  color: var(--bleu-vif);
  font-weight: 800;
  font-size: 14.5px;
  letter-spacing: .16em;
}
.carte .dispo { display: inline-block; margin-top: 12px; font-size: 12.5px; font-weight: 700; color: var(--gris-clair); }

/* Intégrations */
.integrations { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.integration {
  background: #fff;
  border: 1px solid var(--bleu-pale);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px 26px 14px;
  min-width: 170px;
  color: var(--navy-2);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  transition: transform .2s, box-shadow .2s;
}
.integration:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.integration img { height: 30px; width: auto; max-width: 140px; object-fit: contain; }
.integration .iname { font-weight: 800; font-size: 16px; line-height: 30px; }
.integration small { display: block; font-weight: 600; font-size: 12px; color: var(--gris-clair); text-align: center; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq details {
  background: #fff;
  border: 1px solid var(--bleu-pale);
  border-radius: 16px;
  box-shadow: var(--shadow);
  margin-bottom: 14px;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 19px 54px 19px 24px;
  font-weight: 800;
  font-size: 16px;
  color: var(--navy-2);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute; right: 20px; top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--bleu-pale); color: var(--bleu);
  font-weight: 800; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s, background .25s;
}
.faq details[open] summary::after { content: "–"; background: var(--bleu-vif); color: #fff; }
.faq details .rep { padding: 0 24px 20px; font-size: 15px; }

/* Citation / encadré terrain */
.encadre {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--bleu-pale);
  border-left: 6px solid var(--bleu-vif);
  padding: 32px 36px;
  max-width: 860px;
  margin: 0 auto;
}
.encadre p.grande { font-size: 19px; font-weight: 700; color: var(--navy-2); line-height: 1.5; margin-bottom: 14px; }
.encadre .qui { font-size: 14px; color: var(--gris-clair); font-weight: 600; }

/* CTA final */
.cta-final { text-align: center; }
.cta-final h2 { font-size: clamp(25px, 3.6vw, 36px); font-weight: 800; margin-bottom: 14px; }
.cta-final p { color: #CBDDF4; font-size: 17px; max-width: 560px; margin: 0 auto 30px; }
.cta-final .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-final .note { margin-top: 18px; font-size: 13.5px; color: #9FBFE8; }

/* ---------- Pages intérieures ---------- */
.bandeau {
  background: var(--degrade-nuit);
  color: #fff;
  padding: 58px 0 64px;
  position: relative;
  overflow: hidden;
}
.bandeau::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(49,132,225,.35), transparent 50%);
  pointer-events: none;
}
.bandeau .container { position: relative; z-index: 1; }
.bandeau .surtitre {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .22em;
  text-transform: uppercase; color: #A9CCF5; margin-bottom: 10px;
}
.bandeau h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; line-height: 1.2; max-width: 760px; }
.bandeau p.lead { font-size: 17px; color: #D7E6F8; max-width: 640px; margin-top: 14px; }

/* Formulaire */
form.contact {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--bleu-pale);
  padding: 36px;
}
.champ-l { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
form.contact label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--navy-2);
  margin: 16px 0 6px;
}
form.contact label .req { color: var(--bleu-vif); }
form.contact input[type="text"],
form.contact input[type="email"],
form.contact input[type="tel"],
form.contact select,
form.contact textarea {
  width: 100%;
  padding: 13px 15px;
  border: 2px solid var(--bleu-pale);
  border-radius: 12px;
  font-family: var(--font);
  font-size: 15px;
  color: var(--navy-2);
  background: var(--bleu-tint);
  transition: border-color .2s, background .2s;
}
form.contact input:focus, form.contact select:focus, form.contact textarea:focus {
  outline: none;
  border-color: var(--bleu-vif);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(49, 132, 225, .35);
}
form.contact textarea { min-height: 130px; resize: vertical; }
.modules-choix { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 6px; }
.modules-choix label {
  display: flex; align-items: center; gap: 10px;
  margin: 0; padding: 11px 14px;
  background: var(--bleu-tint);
  border: 2px solid var(--bleu-pale);
  border-radius: 12px;
  font-weight: 600; font-size: 14px;
  cursor: pointer;
  transition: border-color .2s;
}
.modules-choix label:hover { border-color: var(--bleu-vif); }
.modules-choix input { accent-color: var(--bleu); width: 17px; height: 17px; }
form.contact label.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--gris);
  cursor: pointer;
}
form.contact label.consent input { accent-color: var(--bleu); width: 17px; height: 17px; margin-top: 2px; flex-shrink: 0; }

#form-erreur {
  display: none;
  background: #FDECEC;
  color: #B3261E;
  border: 1px solid #F5C6C3;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 14.5px;
  margin-bottom: 18px;
}
.rgpd-note { font-size: 12.5px; color: var(--gris-clair); margin-top: 14px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Colonne infos contact */
.coordonnees .bloc { margin-bottom: 22px; }
.coordonnees h3 { font-size: 15px; color: var(--navy-2); font-weight: 800; margin-bottom: 4px; }
.coordonnees p { font-size: 15px; }

/* Prose (mentions légales, etc.) */
.prose { max-width: 800px; margin: 0 auto; }
.prose h2 { font-size: 22px; color: var(--navy-2); font-weight: 800; margin: 34px 0 10px; }
.prose h3 { font-size: 17px; color: var(--navy-2); font-weight: 800; margin: 22px 0 8px; }
.prose p, .prose li { font-size: 15px; margin-bottom: 10px; }
.prose ul { padding-left: 22px; }

/* ---------- Footer ---------- */
footer.site {
  background: var(--navy);
  color: #B9CDE8;
  padding: 56px 0 26px;
  font-size: 14.5px;
}
footer.site .grille {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 38px;
}
footer.site .flogo { display: flex; align-items: center; margin-bottom: 14px; }
footer.site .flogo img { height: 38px; width: auto; }
footer.site h4 {
  color: #fff; font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em;
  margin-bottom: 14px;
}
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 9px; }
footer.site a { color: #B9CDE8; transition: color .2s; }
footer.site a:hover { color: #fff; }
footer.site .legal {
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #7F9BC4;
}
footer.site .legal a { color: #9FB8DC; }

/* ---------- Animations ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero .container { grid-template-columns: 1fr; padding-top: 52px; padding-bottom: 96px; }
  .hero .visuel { max-width: 540px; }
  .cartes, .cartes.quatre { grid-template-columns: 1fr 1fr; }
  .duo { grid-template-columns: 1fr; gap: 34px; }
  .etapes { grid-template-columns: 1fr; }
  .chiffres .grid { grid-template-columns: 1fr 1fr; }
  footer.site .grille { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .burger { display: block; }
  nav.main {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 20px 40px rgba(8,31,70,.16);
    display: none;
    padding: 12px 20px 20px;
  }
  nav.main.open { display: block; }
  nav.main ul { flex-direction: column; align-items: stretch; gap: 6px; }
  nav.main a { padding: 13px 16px; font-size: 15.5px; }
  nav.main a.cta { margin-left: 0; text-align: center; }
  .cartes, .cartes.quatre, .cartes.deux { grid-template-columns: 1fr; }
  .shots { grid-template-columns: 1fr; }
  .phones { gap: 14px; }
  .phone { width: 44%; }
  .phone.decale { margin-top: 30px; }
  .champ-l { grid-template-columns: 1fr; gap: 0; }
  .modules-choix { grid-template-columns: 1fr; }
  form.contact { padding: 26px 20px; }
  .float-pill.p1 { left: 0; }
  .float-pill.p2 { right: 0; }
  footer.site .grille { grid-template-columns: 1fr; gap: 28px; }
  footer.site .legal { flex-direction: column; }
  section { padding: 56px 0; }
}
