/* ==========================================================================
   Débroussai'Heure — site vitrine
   Généré avec tools/landing (ne pas modifier les pages HTML à la main :
   éditer tools/landing/pages puis lancer `python tools/landing/build.py`)
   ========================================================================== */

/* Poppins (SIL Open Font License), hébergée sur le site : aucun appel à un service tiers */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/poppins-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/poppins-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/poppins-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --forest: #2d5a27;
  --forest-dark: #1d3d19;
  --forest-ink: #13240f;
  --leaf: #6c9a36;
  --leaf-bright: #8bbf4a;
  --leaf-soft: #edf5e3;
  --earth: #8a5a2e;
  --earth-soft: #f6eee5;
  --sky: #7fb5c0;
  --sky-soft: #e8f3f5;
  --sun: #e7a93a;
  --rain: #4f86a8;
  --danger: #c2462f;
  --ink: #17221a;
  --muted: #56645b;
  --line: #e2e8dc;
  --bg: #fbfcf8;
  --bg-alt: #f3f6ee;
  --card: #ffffff;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 1px 2px rgba(19, 36, 15, .06), 0 8px 24px rgba(19, 36, 15, .08);
  --shadow-lg: 0 2px 4px rgba(19, 36, 15, .06), 0 24px 60px rgba(19, 36, 15, .14);
  --font-head: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--forest); text-underline-offset: 3px; }
a:hover { color: var(--forest-dark); }
:focus-visible { outline: 3px solid var(--leaf-bright); outline-offset: 3px; border-radius: 6px; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.2;
  color: var(--forest-ink);
  margin: 0 0 .6em;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.45rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); font-weight: 600; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
.muted { color: var(--muted); }
.accent { color: var(--leaf); }

.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 1000;
  background: var(--forest); color: #fff; padding: 10px 16px; border-radius: 10px;
}
.skip-link:focus { left: 12px; }

.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--alt { background: var(--bg-alt); }
.section--tight { padding: clamp(28px, 4vw, 44px) 0; }
.section--forest { background: var(--forest-dark); color: #e9f1e4; }
.section--forest h2, .section--forest h3 { color: #fff; }
.section-head { max-width: 760px; margin: 0 auto clamp(32px, 5vw, 56px); text-align: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.section--forest .section-head p { color: #c8dbbf; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: .85rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--leaf);
  margin-bottom: 12px;
}
.eyebrow svg { width: 18px; height: 18px; flex: none; }
.section--forest .eyebrow { color: var(--leaf-bright); }

/* ---------------------------------------------------------------- Boutons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  padding: 14px 24px; border-radius: 999px; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s;
  min-height: 48px;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--forest); color: #fff; box-shadow: 0 6px 18px rgba(45, 90, 39, .28); }
.btn--primary:hover { background: var(--forest-dark); color: #fff; }
.btn--ghost { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn--ghost:hover { background: var(--leaf-soft); }
.btn--light { background: #fff; color: var(--forest-dark); }
.btn--light:hover { color: var(--forest-ink); background: var(--leaf-soft); }
.btn--sm { padding: 9px 18px; min-height: 40px; font-size: .92rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------------------------------------------------------------- En-tête */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 252, 248, .88);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; gap: 20px; min-height: 70px; }
.brand {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: var(--forest-ink);
}
.brand img { width: 38px; height: 38px; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav a {
  font-family: var(--font-head); font-weight: 500; font-size: .95rem;
  color: var(--ink); text-decoration: none; padding: 8px 12px; border-radius: 10px;
}
.nav a:hover, .nav a[aria-current="page"] { background: var(--leaf-soft); color: var(--forest-dark); }
.nav-actions { display: flex; align-items: center; gap: 8px; margin-left: 12px; }
.nav a.btn--primary, .nav a.btn--primary:hover { color: #fff; background: var(--forest); }
.nav a.btn--primary:hover { background: var(--forest-dark); }
.nav a.btn--ghost { color: var(--forest); }
.nav-toggle {
  display: none; margin-left: auto; background: none; border: 0; padding: 10px; cursor: pointer;
  color: var(--forest-ink);
}
.nav-toggle svg { width: 28px; height: 28px; }

@media (max-width: 1100px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed; inset: 70px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: 12px 16px 20px;
    box-shadow: var(--shadow); display: none; margin: 0;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px; font-size: 1.05rem; }
  .nav-actions { margin: 8px 0 0; flex-direction: column; align-items: stretch; }
}

/* ------------------------------------------------------------------- Hero */
.hero { padding: clamp(40px, 7vw, 88px) 0 clamp(48px, 7vw, 96px); overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero h1 .accent { color: var(--leaf); }
.hero-lead { font-size: clamp(1.08rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 600px; }
.hero .btn-row { margin: 28px 0 22px; }
.checks { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.checks li { display: inline-flex; align-items: center; gap: 8px; font-size: .95rem; color: var(--muted); }
.checks li::before {
  content: ''; width: 18px; height: 18px; border-radius: 50%; flex: none;
  background: var(--leaf-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d5a27' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/12px no-repeat;
}
@media (max-width: 960px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { max-width: 520px; margin-inline: auto; width: 100%; }
}

/* ---------------------------------------------------- Maquettes (illustrations) */
.hero-visual { position: relative; }
.mock {
  background: var(--card); border-radius: 22px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); overflow: hidden; font-family: var(--font-head);
}
.mock-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 18px; background: var(--forest); color: #fff;
}
.mock-bar strong { font-size: 1rem; }
.mock-bar small { opacity: .85; font-weight: 500; }
.mock-weather { white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, .16); padding: 5px 10px; border-radius: 999px; font-size: .82rem; font-weight: 600; }
.mock-weather svg { width: 16px; height: 16px; flex: none; }
.mock-body { padding: 14px; display: grid; gap: 10px; }
.mock-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 11px 12px; border-radius: 14px; background: var(--bg-alt); border: 1px solid var(--line);
}
.mock-row b { display: block; font-size: .92rem; color: var(--forest-ink); font-weight: 600; }
.mock-row > div > span { display: block; font-size: .78rem; color: var(--muted); font-family: var(--font-body); }
.mock-row .card-icon { width: 34px; height: 34px; margin: 0; border-radius: 10px; }
.mock-row .card-icon svg { width: 20px; height: 20px; }
.mock-num {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: var(--forest); color: #fff; font-size: .85rem; font-weight: 700;
}
.mock-time { font-size: .82rem; font-weight: 600; color: var(--forest); }
.mock-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 8px;
  padding: 12px 16px; border-top: 1px solid var(--line); font-size: .82rem; color: var(--muted);
}
.mock-foot b { color: var(--forest); }
.chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px;
  font-size: .76rem; font-weight: 600; font-family: var(--font-head); white-space: nowrap;
  background: var(--leaf-soft); color: var(--forest-dark);
}
.chip--late { background: #fbe4df; color: #9b3321; }
.chip--soon { background: #fdf0d8; color: #8a5a10; }
.chip--flex { background: var(--sky-soft); color: #2d6572; }
.chip--rain { background: #e1edf5; color: #2f5f7d; }
.float-card {
  position: absolute; background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-lg); padding: 12px 14px; font-family: var(--font-head); font-size: .82rem;
  max-width: 250px;
}
.float-card b { display: block; color: var(--forest-ink); font-size: .9rem; }
.float-card span { color: var(--muted); font-family: var(--font-body); }
.float-card--top { top: -18px; right: -14px; }
.float-card--bottom { bottom: -70px; left: -26px; }
.hero-visual { margin-bottom: 56px; }
@media (max-width: 600px) {
  .float-card { position: static; margin-top: 12px; max-width: none; }
}
.months { display: grid; grid-template-columns: repeat(12, 1fr); gap: 4px; margin-top: 8px; }
.months i {
  font-style: normal; text-align: center; font-size: .66rem; font-weight: 600; padding: 4px 0;
  border-radius: 6px; background: var(--bg-alt); color: #9aa69c;
}
.months i.on { background: var(--leaf); color: #fff; }
.days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.day {
  text-align: center; padding: 10px 4px; border-radius: 12px; background: var(--bg-alt);
  border: 1px solid var(--line); font-size: .78rem; font-weight: 600;
}
.day .ico { font-size: 1.3rem; display: block; margin: 4px 0; }
.day--rain { background: #e1edf5; border-color: #b8d3e4; color: #2f5f7d; }
.photos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.photo {
  aspect-ratio: 4 / 3; border-radius: 12px; display: flex; align-items: flex-end; padding: 8px;
  color: #fff; font-size: .75rem; font-weight: 600;
}
.photo--before { background: linear-gradient(160deg, #a7b36a, #6f7d3b 55%, #5a5230); }
.photo--after { background: linear-gradient(160deg, #9fd06a, #5a9a3a 55%, #3f6d2a); }

/* ------------------------------------------------------------ Cartes */
.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: 0 1px 2px rgba(19, 36, 15, .04);
}
.card h3 { margin-bottom: .45em; }
.card p:last-child { margin-bottom: 0; }
.card-icon {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: var(--leaf-soft); color: var(--forest); margin-bottom: 16px;
}
.card-icon svg { width: 26px; height: 26px; }
.card--link { text-decoration: none; color: inherit; transition: transform .15s, box-shadow .15s; display: block; }
.card--link:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: inherit; }

.pain { border-left: 4px solid var(--earth); background: var(--earth-soft); border-color: #eadcca; }
.pain h3 { color: #5b3a1c; }

/* --------------------------------------------------------- Étapes */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; padding: 0; margin: 0; }
.steps li { position: relative; padding: 26px 22px 24px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.steps li::before {
  counter-increment: step; content: counter(step);
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--forest); color: #fff; font-family: var(--font-head); font-weight: 700; margin-bottom: 14px;
}
.steps h3 { font-size: 1.1rem; }
.steps p { margin: 0; color: var(--muted); font-size: .97rem; }
@media (max-width: 960px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; } }

/* ----------------------------------------------- Rangées fonctionnalités */
.feature {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center;
  padding: clamp(28px, 4vw, 48px) 0;
}
.feature + .feature { border-top: 1px solid var(--line); }
.feature--reverse .feature-text { order: 2; }
.feature-text ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.feature-text li { position: relative; padding-left: 30px; }
.feature-text li::before {
  content: ''; position: absolute; left: 0; top: .35em; width: 18px; height: 18px; border-radius: 50%;
  background: var(--leaf-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d5a27' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/12px no-repeat;
}
.feature-visual { position: relative; }
@media (max-width: 860px) {
  .feature { grid-template-columns: 1fr; }
  .feature--reverse .feature-text { order: 0; }
}

/* ------------------------------------------------------------ Personas */
.persona { display: flex; flex-direction: column; }
.persona .tag { align-self: flex-start; margin-bottom: 14px; }
.persona ul { margin: 6px 0 22px; }
.persona .btn { margin-top: auto; align-self: flex-start; }

/* ------------------------------------------------------------- Tarifs */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 960px) { .pricing { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }
.plan {
  background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 30px 26px;
  display: flex; flex-direction: column; position: relative;
}
.plan--featured { border: 2px solid var(--forest); box-shadow: var(--shadow-lg); }
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--forest); color: #fff; font-family: var(--font-head); font-weight: 600;
  font-size: .8rem; padding: 5px 14px; border-radius: 999px; white-space: nowrap;
}
.plan h3 { font-size: 1.3rem; margin-bottom: .2em; }
.plan-for { color: var(--muted); font-size: .95rem; margin-bottom: 18px; }
.price { font-family: var(--font-head); color: var(--forest-ink); margin-bottom: 4px; }
.price strong { font-size: 2.8rem; font-weight: 700; letter-spacing: -.02em; }
.price span { color: var(--muted); font-weight: 500; }
.price-note { font-size: .85rem; color: var(--muted); margin-bottom: 20px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 10px; font-size: .97rem; }
.plan li { position: relative; padding-left: 28px; }
.plan li::before {
  content: ''; position: absolute; left: 0; top: .3em; width: 18px; height: 18px; border-radius: 50%;
  background: var(--leaf-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d5a27' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/12px no-repeat;
}
.plan .btn { margin-top: auto; }
.pricing-foot { text-align: center; color: var(--muted); margin-top: 28px; font-size: .95rem; }

/* ---------------------------------------------------------------- FAQ */
.faq { max-width: 840px; margin-inline: auto; display: grid; gap: 12px; }
.faq details {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 0 22px;
}
.faq summary {
  list-style: none; cursor: pointer; padding: 18px 32px 18px 0; position: relative;
  font-family: var(--font-head); font-weight: 600; color: var(--forest-ink); font-size: 1.05rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.6rem; font-weight: 400; color: var(--forest); line-height: 1;
}
.faq details[open] summary::after { content: '–'; }
.faq details > div { padding: 0 0 18px; color: var(--muted); }
.faq details > div p:last-child { margin: 0; }

/* ------------------------------------------------------------ Bandeau CTA */
.cta-band {
  background: linear-gradient(135deg, var(--forest-dark), var(--forest) 60%, #3f7a30);
  color: #e9f1e4; border-radius: 28px; padding: clamp(36px, 6vw, 64px);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: center;
}
.cta-band h2 { color: #fff; margin-bottom: .3em; }
.cta-band p { color: #cfe0c6; margin: 0; }
.cta-band .btn-row { justify-content: flex-end; }
@media (max-width: 860px) { .cta-band { grid-template-columns: 1fr; } .cta-band .btn-row { justify-content: flex-start; } }

/* ------------------------------------------------------ Bandeau confiance */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust div { display: flex; gap: 12px; align-items: flex-start; }
.trust svg { width: 26px; height: 26px; flex: none; color: var(--forest); margin-top: 2px; }
.trust b { display: block; font-family: var(--font-head); font-size: .98rem; color: var(--forest-ink); }
.trust span { color: var(--muted); font-size: .9rem; }
@media (max-width: 960px) { .trust { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .trust { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Tableau */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
table { width: 100%; border-collapse: collapse; font-size: .96rem; }
th, td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-family: var(--font-head); font-weight: 600; background: var(--bg-alt); color: var(--forest-ink); }
tr:last-child td { border-bottom: 0; }
td.yes { color: var(--forest); font-weight: 600; }

/* ------------------------------------------------------- Pages de contenu */
.page-hero { padding: clamp(40px, 6vw, 72px) 0 clamp(24px, 4vw, 40px); }
.page-hero .container { max-width: 900px; }
.page-hero .container.prose { max-width: 760px; }
.page-hero .prose h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); }
.center .breadcrumb ol { justify-content: center; }
.breadcrumb { font-size: .9rem; color: var(--muted); margin-bottom: 16px; }
.breadcrumb ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumb li + li::before { content: '›'; margin-right: 6px; color: #9aa69c; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--forest); text-decoration: underline; }
.prose { max-width: 760px; margin-inline: auto; }
.prose h2 { font-size: clamp(1.45rem, 2.4vw, 1.85rem); margin-top: 1.8em; }
.prose h3 { margin-top: 1.5em; }
.prose p, .prose li { color: #2b362e; }
.prose li { margin-bottom: .45em; }
.prose blockquote {
  margin: 1.5em 0; padding: 16px 20px; border-left: 4px solid var(--leaf);
  background: var(--leaf-soft); border-radius: 0 12px 12px 0;
}
.prose .table-wrap { margin: 1.5em 0; }
.meta-line { color: var(--muted); font-size: .92rem; }
.callout {
  background: var(--leaf-soft); border: 1px solid #d3e6c0; border-radius: 16px; padding: 20px 22px; margin: 1.8em 0;
}
.callout--earth { background: var(--earth-soft); border-color: #eadcca; }
.callout h3, .callout strong:first-child { margin-top: 0; color: var(--forest-ink); }
.callout p:last-child { margin-bottom: 0; }
.toc { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 18px 22px; margin: 0 0 2em; }
.toc strong { font-family: var(--font-head); }
.toc ol { margin: 10px 0 0; }
.article-cta { margin-top: 3em; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 960px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }
.post-card { display: flex; flex-direction: column; }
.post-card .chip { align-self: flex-start; margin-bottom: 12px; }
.post-card h2, .post-card h3 { font-size: 1.2rem; }
.post-card p { color: var(--muted); font-size: .97rem; }
.post-card .more { margin-top: auto; font-family: var(--font-head); font-weight: 600; color: var(--forest); }

/* Pages légales */
.legal { max-width: 820px; margin-inline: auto; }
.legal h1 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); }
.legal h2 { font-size: 1.35rem; margin-top: 2em; padding-bottom: 8px; border-bottom: 2px solid var(--leaf-soft); }
.legal h3 { font-size: 1.1rem; margin-top: 1.4em; }
.legal p, .legal li { color: #2b362e; }
.legal .highlight { background: var(--leaf-soft); border-left: 4px solid var(--forest); border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 18px 0; }
.legal .highlight p { margin: 4px 0; }
.legal .important { background: #fdf3dc; border-left: 4px solid var(--sun); border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 18px 0; }
.legal .important p { margin: 0; }
.legal .update-date { color: var(--muted); font-style: italic; }
.legal table { margin: 18px 0; }

/* ------------------------------------------------------------ Pied de page */
.site-footer { background: var(--forest-ink); color: #b9c8b2; padding: 56px 0 28px; margin-top: 0; font-size: .95rem; }
.site-footer a { color: #dfe9d9; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer-grid h2 { font-size: .95rem; color: #fff; margin-bottom: 14px; letter-spacing: .02em; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-brand .brand { color: #fff; margin-bottom: 12px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 40px; padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .88rem; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* Les éléments de grille ne doivent pas déborder sur petit écran */
.hero .container > *, .feature > *, .grid > *, .pricing > *, .mock-row > div, .cta-band > * { min-width: 0; }
body { overflow-x: hidden; }

/* Utilitaires */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.stack > * + * { margin-top: 1rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .card--link { transition: none; }
}
