/* ==========================================================================
   Florian Huck — Invest In Patrimoine — feuille de styles
   Refonte 2026-09 alignée sur la maquette. Statique, aucune dépendance,
   icônes en SVG intégré. Responsive mobile via media queries.
   ========================================================================== */

:root {
  --bleu: #0F3A5F;
  --bleu-fonce: #0A2C49;
  --bleu-clair: #EAF2F9;
  --vert: #2EA24D;
  --vert-fonce: #1D7A3C;
  --vert-clair: #EDF7F0;
  --gris-clair: #f4f8fb;
  --texte: #12324B;
  --texte-sec: #5B6B78;
  --bordure: #DDE5EC;
  --footer-bg: #0A2C49;
  --ombre: 0 18px 45px rgba(15, 58, 95, 0.10);
  --ombre-douce: 0 10px 30px rgba(15, 58, 95, 0.06);
  --ombre-flottante: 0 24px 60px rgba(15, 58, 95, 0.18);
  --rayon: 18px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  color: var(--texte);
  background: #ffffff;
  line-height: 1.6;
}

a { color: inherit; }
img { max-width: 100%; }

.container { max-width: 1180px; margin: 0 auto; }

/* ---- Sections ---- */
.section { padding: 62px 20px; }
.section--hero  { padding: 46px 20px 58px; background: linear-gradient(180deg, #fff 0%, var(--bleu-clair) 100%); }
.section--white { background: #ffffff; }
.section--gris  { background: var(--gris-clair); }
.section--plain { background: #ffffff; }

.eyebrow {
  color: var(--vert);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 14px;
}
.eyebrow--light { color: #A8DFB8; }

h1, h2, h3 { color: var(--bleu); }
.accent-vert { color: var(--vert); }
.accent-bleu { color: var(--bleu); }

.section-title { font-size: 38px; line-height: 1.15; margin: 0 0 16px; letter-spacing: -1px; }
.lead { font-size: 18px; color: var(--texte-sec); line-height: 1.7; max-width: 760px; margin: 0 0 40px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---- Boutons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .15s, transform .15s, box-shadow .15s;
}
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--block { display: flex; width: 100%; }
.btn--primary { background: var(--bleu); color: #fff; box-shadow: 0 10px 22px rgba(15,58,95,.22); }
.btn--secondary { background: #fff; color: var(--bleu); border-color: #CFDCE9; }
.btn--green { background: var(--vert); color: #fff; box-shadow: 0 10px 22px rgba(46,162,77,.22); }
.btn--white { background: #fff; color: var(--bleu); }
.btn--primary:hover, .btn--green:hover, .btn--white:hover { transform: translateY(-1px); }
.btn--primary:hover { background: var(--bleu-fonce); }
.btn--secondary:hover { border-color: var(--bleu); }
.btn .ic { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ==========================================================================
   Header
   ========================================================================== */
.header { background: #fff; border-bottom: 1px solid var(--bordure); position: sticky; top: 0; z-index: 50; }
.header__inner {
  max-width: 1180px; margin: 0 auto; padding: 12px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand__logo { display: inline-flex; }
.brand__logo img { height: 46px; width: auto; display: block; }
/* Sur le pied de page sombre, l'emblème (fond blanc) est posé sur une pastille blanche. */
.brand--footer .brand__logo { background: #fff; border-radius: 10px; padding: 5px; }
.brand--footer .brand__logo img { height: 40px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-size: 21px; font-weight: 800; color: var(--bleu); letter-spacing: .5px; }
.brand__sub { font-size: 11px; font-weight: 700; color: var(--vert); letter-spacing: 2px; }

.nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; font-size: 15px; }
.nav__links { display: contents; }
.nav a { text-decoration: none; color: var(--texte); font-weight: 500; }
.nav__links a:hover { color: var(--vert); }
.nav a.btn { color: #fff; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero__grid { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: 48px; }
.hero__col { flex: 1; min-width: 320px; }
.hero__col--visual { position: relative; }
.hero h1 { font-size: 50px; line-height: 1.08; margin: 0 0 22px; letter-spacing: -2px; }
.hero__intro { font-size: 19px; line-height: 1.7; color: var(--texte-sec); margin: 0 0 28px; max-width: 520px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }

.hero__features { display: flex; flex-wrap: wrap; gap: 28px; }
.feat { display: flex; align-items: center; gap: 12px; color: var(--texte-sec); font-size: 14px; font-weight: 600; }
.feat__ic { width: 40px; height: 40px; flex: none; padding: 9px; border-radius: 12px; background: var(--bleu-clair); fill: none; stroke: var(--bleu); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* note manuscrite */
.script-accent {
  position: absolute; top: -6px; right: 8px; z-index: 3;
  font-family: "Segoe Script", "Bradley Hand", "Comic Sans MS", cursive;
  color: var(--bleu); font-size: 20px; line-height: 1.25; max-width: 210px; text-align: right;
  transform: rotate(-4deg);
}

/* photo hero + carte flottante */
.hero__photo {
  aspect-ratio: 4 / 3; border-radius: 24px; overflow: hidden; box-shadow: var(--ombre);
  background: linear-gradient(135deg, #cfe0d4, #bcd2e6);
}
/* Hero avec une photo large affichée en entier (page À propos). */
.hero__photo--wide { aspect-ratio: auto; }
.hero__photo--wide img { width: 100%; height: auto; display: block; object-fit: initial; }

.hero__card {
  position: absolute; right: 14px; bottom: -26px;
  background: #fff; border-radius: 18px; padding: 20px 24px; box-shadow: var(--ombre-flottante);
  border: 1px solid var(--bordure);
}
.hero__col--visual { padding-bottom: 30px; }

/* ---- Checklist à pastilles vertes ---- */
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { position: relative; padding: 5px 0 5px 30px; color: var(--texte); font-size: 15px; }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 5px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--vert); color: #fff; font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.checklist--bleu li::before { background: var(--bleu); }

/* ==========================================================================
   Emplacements photo (à remplacer par des <img class="cover">)
   ========================================================================== */
.cover { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-todo {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--bleu); font-weight: 700; font-size: 14px;
  background: repeating-linear-gradient(45deg, #eef4f9, #eef4f9 12px, #e6eef6 12px, #e6eef6 24px);
  border: 2px dashed #b9cbdd; border-radius: inherit; padding: 12px;
}
.img-todo small { font-weight: 500; color: var(--texte-sec); }
.img-todo--sm { font-size: 13px; }
.hero__photo, .offre__media, .quote__photo { position: relative; }

/* ==========================================================================
   Offres Particuliers / Professionnels
   ========================================================================== */
.duo { display: flex; flex-wrap: wrap; gap: 26px; }
.offre {
  flex: 1; min-width: 320px; display: flex; flex-direction: column;
  border-radius: 24px; overflow: hidden; box-shadow: var(--ombre-douce);
  border: 1px solid var(--bordure); background: #fff;
}
.offre--vert { background: linear-gradient(180deg, var(--vert-clair), #fff); }
.offre--bleu { background: linear-gradient(180deg, var(--bleu-clair), #fff); }
.offre__media { aspect-ratio: 16 / 9; background: #cde0d3; }
.offre--bleu .offre__media { background: #c9dcee; }
.offre__body { padding: 30px; display: flex; flex-direction: column; flex: 1; }
.offre__ic {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 16px;
  background: #fff; box-shadow: var(--ombre-douce);
  display: inline-flex; align-items: center; justify-content: center;
}
.offre__ic svg { width: 28px; height: 28px; fill: none; stroke: var(--vert); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.offre__ic--bleu svg { stroke: var(--bleu); }
.offre__body h2 { font-size: 27px; line-height: 1.2; margin: 0 0 18px; letter-spacing: -.5px; }
.offre__body .checklist { margin-bottom: 26px; }
.offre__body .btn { margin-top: auto; }

/* ==========================================================================
   Solutions (page Particuliers) : 4 cartes photo + icône + flèche
   ========================================================================== */
.solutions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: left; }
.sol-card {
  background: #fff; border: 1px solid var(--bordure); border-radius: 20px;
  padding: 14px 14px 24px; box-shadow: var(--ombre-douce);
  display: flex; flex-direction: column;
}
.sol-card__media { aspect-ratio: 3 / 2; border-radius: 14px; overflow: hidden; position: relative; background: #cde0d3; }
.sol-card__row { display: flex; align-items: center; justify-content: space-between; margin: 16px 4px 12px; }
.sol-badge { width: 52px; height: 52px; border-radius: 14px; background: var(--vert-clair);
  display: inline-flex; align-items: center; justify-content: center; }
.sol-badge svg { width: 26px; height: 26px; fill: none; stroke: var(--vert); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sol-arrow { width: 40px; height: 40px; border-radius: 50%; background: var(--bleu-clair);
  display: inline-flex; align-items: center; justify-content: center; text-decoration: none; transition: background .15s; }
.sol-arrow svg { width: 20px; height: 20px; fill: none; stroke: var(--bleu); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sol-arrow:hover { background: var(--bleu); }
.sol-arrow:hover svg { stroke: #fff; }
.sol-card h3 { margin: 0 0 8px 4px; font-size: 19px; }
.sol-card p { margin: 0 4px; color: var(--texte-sec); font-size: 14px; line-height: 1.6; }

/* Onglet de navigation actif */
.nav__links a.is-active { color: var(--vert); font-weight: 700; border-bottom: 2px solid var(--vert); padding-bottom: 2px; }

/* ==========================================================================
   Professionnels : citation flottante, 6 tuiles, spécialité, engagements
   ========================================================================== */
.hero__card--quote { max-width: 260px; }
.hero__card--quote p { margin: 0; font-family: Georgia, serif; font-style: italic;
  color: var(--bleu); font-size: 16px; line-height: 1.5; }

.tuiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 8px; }
.tuile { background: #fff; border: 1px solid var(--bordure); border-radius: 16px;
  padding: 22px 14px; text-align: center; }
.tuile__ic { width: 52px; height: 52px; margin: 0 auto 12px; border-radius: 14px;
  background: var(--bleu-clair); display: flex; align-items: center; justify-content: center; }
.tuile__ic svg { width: 26px; height: 26px; fill: none; stroke: var(--bleu); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tuile h3 { font-size: 16px; margin: 0 0 6px; }
.tuile p { font-size: 13px; color: var(--texte-sec); margin: 0; line-height: 1.5; }

.specialite { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.specialite__media { flex: 1; min-width: 300px; position: relative; min-height: 260px;
  border-radius: 24px; overflow: hidden; box-shadow: var(--ombre); }
.specialite__media img { width: 100%; height: auto; display: block; }
.script-accent--sur-photo { position: absolute; left: 22px; bottom: 16px; top: auto; right: auto;
  color: #fff; z-index: 3; text-align: left; max-width: 62%; transform: rotate(-3deg);
  text-shadow: 0 2px 10px rgba(0,0,0,.45); }

/* En-tête sur deux colonnes (titre à gauche, intro à droite) */
.entete-2col { display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-start;
  justify-content: space-between; text-align: left; margin-bottom: 18px; }
.entete-2col .section-title { margin: 0; flex: 1; min-width: 300px; }
.entete-2col .lead { flex: 1; min-width: 300px; margin: 6px 0 0; }

/* Valeurs : 4 cartes (réutilise .tuile) */
.valeurs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 8px; }

/* ==========================================================================
   Contact : cartes coordonnées + bloc rendez-vous
   ========================================================================== */
.coordonnees { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.coord { background: #fff; border: 1px solid var(--bordure); border-radius: 18px; padding: 26px 18px;
  text-decoration: none; color: inherit; display: block; box-shadow: var(--ombre-douce); transition: transform .15s; }
.coord:hover { transform: translateY(-2px); }
.coord__ic { width: 60px; height: 60px; margin: 0 auto 14px; border-radius: 50%;
  background: var(--bleu-clair); display: flex; align-items: center; justify-content: center; }
.coord__ic svg { width: 28px; height: 28px; fill: none; stroke: var(--bleu); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.coord__ic--vert { background: var(--vert-clair); }
.coord__ic--vert svg { stroke: var(--vert); }
.coord h3 { margin: 0 0 8px; font-size: 18px; }
.coord__main { margin: 0 0 6px; font-weight: 700; color: var(--bleu); }
.coord__sub { margin: 0; font-size: 13px; color: var(--texte-sec); line-height: 1.5; }

.rdv { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.rdv__body { flex: 1.2; min-width: 320px; }
.rdv__body h2 { font-size: 34px; line-height: 1.15; margin: 0 0 16px; letter-spacing: -.5px; }
.rdv__intro { color: var(--texte-sec); font-size: 17px; line-height: 1.7; margin: 0 0 24px; }
.rdv-card { flex: 1; min-width: 300px; background: #fff; border: 1px solid var(--bordure);
  border-radius: 22px; padding: 34px; text-align: center; box-shadow: var(--ombre); }
.rdv-card__ic { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 16px;
  background: var(--bleu-clair); display: flex; align-items: center; justify-content: center; }
.rdv-card__ic svg { width: 30px; height: 30px; fill: none; stroke: var(--bleu); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rdv-card h3 { font-size: 22px; margin: 0 0 10px; }
.rdv-card p { color: var(--texte-sec); margin: 0 0 20px; }
.rdv-card__note { font-size: 13px; color: var(--texte-sec); margin: 14px 0 0; }
.specialite__body { flex: 1.1; min-width: 320px; }
.specialite__body h2 { font-size: 32px; line-height: 1.2; margin: 0 0 16px; letter-spacing: -.5px; }
.specialite__intro { color: var(--texte-sec); font-size: 17px; line-height: 1.7; margin: 0 0 26px; }
.points { display: flex; flex-direction: column; gap: 20px; }
.point { display: flex; gap: 16px; align-items: flex-start; }
.point__ic { flex: none; width: 46px; height: 46px; border-radius: 12px; background: #fff;
  box-shadow: var(--ombre-douce); display: flex; align-items: center; justify-content: center; }
.point__ic svg { width: 24px; height: 24px; fill: none; stroke: var(--vert); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.point h3 { margin: 0 0 4px; font-size: 18px; }
.point p { margin: 0; color: var(--texte-sec); font-size: 15px; line-height: 1.6; }

.engagements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.engagement { display: flex; gap: 16px; align-items: flex-start; }
.engagement__ic { flex: none; width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--vert-clair);
  display: flex; align-items: center; justify-content: center; }
.engagement__ic svg { width: 26px; height: 26px; fill: none; stroke: var(--vert); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.engagement h3 { margin: 0 0 6px; font-size: 18px; }
.engagement p { margin: 0; color: var(--texte-sec); font-size: 14px; line-height: 1.6; }

/* ==========================================================================
   Témoignage (sans photo)
   ========================================================================== */
.temoignage { position: relative; max-width: 900px; text-align: center; padding-top: 10px; }
.temoignage__mark { display: block; font-family: Georgia, serif; font-size: 70px; line-height: .5; color: var(--vert); }
.temoignage blockquote { margin: 0 auto 20px; max-width: 760px; font-family: Georgia, "Times New Roman", serif;
  font-style: italic; font-size: 24px; line-height: 1.45; color: var(--bleu); }
.temoignage figcaption { display: flex; flex-direction: column; }
.temoignage__name { font-weight: 800; color: var(--bleu); font-size: 17px; }
.temoignage__role { color: var(--texte-sec); font-size: 14px; }

/* ==========================================================================
   Méthode (4 étapes + flèches)
   ========================================================================== */
.methode { list-style: none; padding: 0; margin: 8px auto 0; max-width: 1080px;
  display: flex; align-items: flex-start; justify-content: center; gap: 8px; flex-wrap: wrap; }
.methode__step { flex: 1; min-width: 180px; max-width: 230px; text-align: center; padding: 8px; }
.methode__ic {
  width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 16px;
  background: var(--bleu-clair); display: flex; align-items: center; justify-content: center;
}
.methode__ic svg { width: 30px; height: 30px; fill: none; stroke: var(--bleu); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.methode__step h3 { font-size: 18px; margin: 0 0 8px; }
.methode__step p { margin: 0; color: var(--texte-sec); font-size: 14px; }
.methode__sep { align-self: center; color: #B9CBDD; font-size: 26px; font-weight: 300; padding-top: 20px; }

/* ==========================================================================
   Citation
   ========================================================================== */
.quote { max-width: 1000px; margin: 0 auto; display: flex; align-items: center; gap: 48px; flex-wrap: wrap; }
.quote__body { flex: 1; min-width: 300px; position: relative; }
.quote__mark { position: absolute; top: -40px; left: -6px; font-size: 90px; color: var(--vert); font-family: Georgia, serif; line-height: 1; }
.quote blockquote { margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 26px; line-height: 1.4; color: var(--bleu); }
.quote figcaption { display: flex; flex-direction: column; border-left: 3px solid var(--vert); padding-left: 14px; }
.quote__name { font-weight: 800; color: var(--bleu); font-size: 18px; }
.quote__role { color: var(--texte-sec); font-size: 14px; }
.quote__photo { width: 210px; height: 210px; flex: none; border-radius: 50%; overflow: hidden; box-shadow: var(--ombre); background: #cdd9e6; }
.img-todo--round { border-radius: 50%; font-size: 13px; }

/* ==========================================================================
   Bande CTA
   ========================================================================== */
.cta-band {
  max-width: 1180px; margin: 0 auto;
  /* Photo de dunes au coucher du soleil, sous un voile bleu pour la lisibilité du texte. */
  background: linear-gradient(rgba(13, 52, 86, 0.82), rgba(10, 44, 73, 0.86)),
              url('../images/cta-plage.jpg') center / cover;
  color: #fff;
  border-radius: 30px; padding: 46px; display: flex; flex-wrap: wrap; gap: 30px;
  align-items: center; justify-content: space-between; box-shadow: var(--ombre);
}
.cta-band__text { flex: 1; min-width: 300px; }
.cta-band h2 { color: #fff; font-size: 34px; line-height: 1.15; margin: 0 0 12px; letter-spacing: -1px; }
.cta-band p { color: #DCE9F4; margin: 0; font-size: 17px; line-height: 1.6; }
.cta-band__actions { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cta-band__link { color: #DCE9F4; font-size: 14px; text-decoration: underline; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: var(--footer-bg); color: #CFDCE7; padding: 40px 20px 30px; }
.footer__top {
  max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 24px;
  align-items: center; justify-content: space-between;
  padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand--footer .brand__name { color: #fff; }
.brand--footer .brand__sub { color: #A8DFB8; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 15px; }
.footer__nav a { color: #CFDCE7; text-decoration: none; }
.footer__nav a:hover { color: #fff; }

.footer__legal-wrap { max-width: 1180px; margin: 22px auto 0; }
.footer__legal { color: #8FA3B4; font-size: 12px; line-height: 1.55; margin: 0 0 10px; }
.footer__legal a { color: #A8DFB8; }
.footer__copyright { color: #7C90A2; font-size: 12px; margin: 16px 0 0; }

/* ==========================================================================
   Bulle WhatsApp flottante
   ========================================================================== */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  display: flex; align-items: center; gap: 11px;
  background: #25D366; color: #fff; text-decoration: none;
  padding: 12px 20px 12px 14px; border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  transition: transform .15s, box-shadow .15s;
}
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0,0,0,.28); }
.wa-float__ic { width: 32px; height: 32px; flex: none; }
.wa-float__txt { font-size: 13px; line-height: 1.2; }
.wa-float__txt strong { display: block; font-size: 14px; }
@media (max-width: 560px) {
  .wa-float { padding: 15px; right: 16px; bottom: 16px; }
  .wa-float__txt { display: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
  .methode__sep { display: none; }
  .methode__step { max-width: 260px; }
}
@media (max-width: 900px) {
  .solutions { grid-template-columns: repeat(2, 1fr); }
  .tuiles { grid-template-columns: repeat(3, 1fr); }
  .valeurs, .coordonnees { grid-template-columns: repeat(2, 1fr); }
  .engagements { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 860px) {
  .nav__links { display: none; }
  .hero h1 { font-size: 36px; letter-spacing: -1px; }
  .section-title, .cta-band h2 { font-size: 27px; }
  .offre__body h2 { font-size: 23px; }
  .quote blockquote { font-size: 22px; }
  .section { padding: 44px 18px; }
  .script-accent { position: static; transform: rotate(-3deg); text-align: left; margin: 0 0 14px; max-width: none; }
  .hero__card { position: static; margin-top: 18px; }
  .hero__col--visual { padding-bottom: 0; }
  .cta-band { padding: 32px; }
  .quote { justify-content: center; text-align: center; }
  .quote figcaption { align-items: center; border-left: 0; padding-left: 0; }
  .quote__mark { display: none; }
}
@media (max-width: 480px) {
  .solutions { grid-template-columns: 1fr; }
  .tuiles { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 29px; }
  .hero__intro { font-size: 17px; }
  .btn { width: 100%; }
  .hero__features { gap: 16px; }
  .feat { width: 100%; }
  .quote__photo { width: 150px; height: 150px; }
}

/* ==========================================================================
   Landing de campagne (audit-retraite.html) — styles conservés
   ========================================================================== */
.hero--landing { text-align: center; }
.hero__intro--center { margin-left: auto; margin-right: auto; max-width: 720px; }
.hero__actions--center { justify-content: center; }
.reassurance-line { margin: 22px 0 0; color: var(--texte-sec); font-size: 15px; font-weight: bold; }
.checklist--center { display: inline-block; text-align: left; margin: 0 auto; max-width: 560px; }
.video-frame {
  position: relative; max-width: 760px; margin: 0 auto; aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(15,58,95,0.94), rgba(10,44,73,0.84));
  border-radius: 22px; box-shadow: var(--ombre);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: #fff;
}
.video-frame__play {
  width: 76px; height: 76px; border-radius: 50%;
  background: rgba(255,255,255,0.18); border: 2px solid rgba(255,255,255,0.7);
  display: flex; align-items: center; justify-content: center; font-size: 28px;
}

/* ── Menu mobile (hamburger, CSS-only) ─────────────────────────────────────
   Sous 860px, .nav__links était masqué SANS remplacement : le menu disparaissait
   sur téléphone (signalé le 2026-09-14). Le hamburger le rend de nouveau accessible,
   sans une ligne de JavaScript. */
.nav__burger { display: none; cursor: pointer; padding: 6px; margin-left: 2px;
  color: var(--texte); order: 3; -webkit-tap-highlight-color: transparent; }
.nav__burger svg { width: 26px; height: 26px; fill: none; stroke: currentColor;
  stroke-width: 2; stroke-linecap: round; display: block; }
@media (max-width: 860px) {
  .header__inner { position: relative; }
  .nav__burger { display: inline-flex; align-items: center; }
  .nav__toggle:checked ~ .nav__links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 100%; right: 16px; left: 16px;
    background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 14px;
    padding: 8px 18px; box-shadow: 0 14px 34px rgba(0,0,0,.13); z-index: 60; }
  .nav__toggle:checked ~ .nav__links a {
    padding: 13px 2px; border-bottom: 1px solid rgba(0,0,0,.06); font-size: 16px; }
  .nav__toggle:checked ~ .nav__links a:last-child { border-bottom: none; }
}
@media (max-width: 860px) {
  /* Entête épurée sur mobile : logo + hamburger. La prise de RDV reste accessible
     par le bouton flottant WhatsApp et les CTA de chaque page (et le bouton pleine
     largeur à ≤480px casserait sinon la barre du haut). */
  .nav a.btn { display: none; }
}
