:root {
  --vert-fonce: #14352a;
  --vert: #1e5741;
  --vert-clair: #2d7a5c;
  --cajou: #e89d4c;
  --cajou-fonce: #c97f2e;
  --creme: #fbf7f0;
  --sable: #f3ecdf;
  --encre: #1c2321;
  --gris: #7a8580;
  --ligne: #e5dfd2;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Avenir Next', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--encre);
  background: var(--creme);
  line-height: 1.6;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

h1 {
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
}

p {
  margin: 0 0 1rem;
}

a {
  color: inherit;
}

.entete {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem clamp(1rem, 5vw, 3rem);
  border-bottom: 1px solid var(--ligne);
  background: var(--creme);
}

.marque {
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
  color: var(--vert-fonce);
}

.marque span {
  color: var(--cajou);
}

.entete nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.entete nav a {
  text-decoration: none;
  font-weight: 600;
  color: var(--vert-fonce);
}

.bouton {
  display: inline-block;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
}

.bouton-or {
  background: var(--cajou);
  color: var(--vert-fonce);
}

.bouton-or:hover {
  background: var(--cajou-fonce);
  color: var(--creme);
}

.bouton-ligne {
  border-color: var(--vert);
  color: var(--vert);
}

.bouton-ligne:hover {
  background: var(--vert);
  color: var(--creme);
}

.banniere {
  background: linear-gradient(135deg, var(--vert-fonce), var(--vert));
  color: var(--creme);
  padding: clamp(3rem, 10vw, 6rem) clamp(1rem, 5vw, 3rem);
}

.banniere-texte {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.surtitre {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--cajou);
  margin-bottom: 1rem;
}

.accroche {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: var(--sable);
  margin-bottom: 2rem;
}

.actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.banniere .bouton-ligne {
  border-color: var(--sable);
  color: var(--sable);
}

.banniere .bouton-ligne:hover {
  background: var(--sable);
  color: var(--vert-fonce);
}

.section {
  max-width: 68rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 4.5rem) clamp(1rem, 5vw, 3rem);
}

.section > h2 {
  text-align: center;
}

.sous-titre {
  text-align: center;
  color: var(--gris);
  margin-bottom: 2rem;
}

.section-sombre {
  max-width: none;
  background: var(--vert-fonce);
  color: var(--creme);
}

.section-sombre h2 {
  text-align: center;
}

.grille {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.grille-atouts {
  max-width: 52rem;
  margin-inline: auto;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.carte {
  background: #fff;
  border: 1px solid var(--ligne);
  border-radius: 18px;
  padding: 1.5rem;
}

.carte h3 {
  font-size: 1.1rem;
}

.carte p {
  margin: 0;
  color: var(--gris);
}

.carte-restaurant h3 {
  color: var(--vert);
}

.etapes {
  max-width: 46rem;
  margin: 2rem auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.5rem;
}

.etapes li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.etapes h3 {
  color: var(--cajou);
  font-size: 1.05rem;
}

.etapes p {
  margin: 0;
  color: var(--sable);
}

.numero {
  flex: 0 0 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--cajou);
  color: var(--vert-fonce);
  display: grid;
  place-items: center;
  font-weight: 800;
}

.grille-tarifs {
  align-items: stretch;
}

.carte-tarif {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.carte-tarif ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  color: var(--gris);
  flex: 1;
}

.carte-tarif ul li {
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--ligne);
}

.carte-mise-en-avant {
  border-color: var(--cajou);
  border-width: 2px;
}

.prix {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--vert);
  margin: 0.5rem 0 1rem;
}

.prix span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--gris);
}

.section-appel {
  text-align: center;
  background: var(--sable);
  max-width: none;
}

.pied {
  text-align: center;
  padding: 2.5rem 1rem;
  background: var(--vert-fonce);
  color: var(--sable);
}

.pied p {
  margin: 0.25rem 0;
}

.discret {
  color: var(--gris);
  font-size: 0.9rem;
}

.banniere .discret,
.pied .discret {
  color: rgba(251, 247, 240, 0.65);
}

/* ---------- Navigation multi-pages ---------- */

.entete nav a.actif {
  color: var(--vert);
  font-weight: 700;
}

.pied-colonnes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto 2rem;
  text-align: left;
  padding: 0 1rem;
}

.pied-colonnes h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cajou);
  margin: 0 0 0.75rem;
}

.pied-colonnes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pied-colonnes li {
  margin-bottom: 0.4rem;
}

.pied-colonnes a {
  color: rgba(251, 247, 240, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
}

.pied-colonnes a:hover {
  color: var(--creme);
  text-decoration: underline;
}

/* ---------- Captures produit ---------- */

.capture {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--ligne);
  box-shadow: 0 12px 32px rgba(20, 53, 42, 0.1);
}

.capture-telephone {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 20px;
}

.capture-sombre {
  border-color: var(--vert-fonce);
}

/* ---------- Bloc alterné texte + capture ---------- */

.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 4rem;
  padding: 0 1rem;
}

.duo:last-child {
  margin-bottom: 0;
}

.duo-inverse .duo-texte {
  order: 2;
}

.duo h3 {
  font-size: 1.6rem;
  margin: 0.5rem 0 0.75rem;
}

.duo p {
  color: var(--encre);
  line-height: 1.65;
  margin: 0 0 1rem;
}

.etiquette {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cajou-fonce);
  background: var(--sable);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}

.section-sombre .etiquette {
  color: var(--cajou);
  background: rgba(232, 157, 76, 0.15);
}

.section-sombre .duo p {
  color: rgba(251, 247, 240, 0.85);
}

/* ---------- Chiffres du marché ---------- */

.chiffres {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.chiffre strong {
  display: block;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--cajou);
  line-height: 1.1;
}

.chiffre p {
  margin: 0.5rem 0 0;
  color: rgba(251, 247, 240, 0.85);
  font-size: 0.95rem;
}

/* ---------- Grille de bénéfices ---------- */

.grille-benefices {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.benefice {
  background: #fff;
  border: 1px solid var(--ligne);
  border-radius: 16px;
  padding: 1.5rem;
}

.benefice .icone {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.6rem;
}

.benefice h3 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.benefice p {
  margin: 0;
  color: var(--gris);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ---------- Segments par type d'établissement ---------- */

/* Quatre segments : sur un écran large, une seule rangée plutôt qu'un
   orphelin en deuxième ligne. */
.grille-segments {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .grille-segments {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .grille-segments {
    grid-template-columns: 1fr;
  }
}

.grille-partenaires {
  max-width: 60rem;
  margin-inline: auto;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

.segment {
  border: 1px solid var(--ligne);
  border-radius: 16px;
  padding: 1.5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.segment h3 {
  margin: 0.4rem 0 0.6rem;
  font-size: 1.2rem;
}

.segment p {
  color: var(--gris);
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1;
}

.segment .lien-fleche {
  color: var(--vert);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
}

.segment .lien-fleche:hover {
  text-decoration: underline;
}

/* ---------- Tableau comparatif des paliers ---------- */

.tableau-paliers {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  overflow-x: auto;
}

.tableau-paliers table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.tableau-paliers th,
.tableau-paliers td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--ligne);
}

.tableau-paliers thead th {
  font-size: 1.05rem;
  color: var(--vert-fonce);
}

.tableau-paliers tbody td {
  text-align: center;
  color: var(--gris);
}

.tableau-paliers tbody td:first-child {
  text-align: left;
  color: var(--encre);
  font-weight: 500;
}

.tableau-paliers .oui {
  color: var(--vert-clair);
  font-weight: 700;
}

.colonne-mise-en-avant {
  background: var(--sable);
}

/* ---------- Questions fréquentes ---------- */

.faq {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1rem;
}

.faq details {
  border-bottom: 1px solid var(--ligne);
  padding: 1.1rem 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--vert-fonce);
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: '+';
  float: right;
  color: var(--cajou);
  font-weight: 700;
}

.faq details[open] summary::after {
  content: '−';
}

.faq details p {
  margin: 0.8rem 0 0;
  color: var(--gris);
  line-height: 1.65;
}

/* ---------- Bloc pilotes ---------- */

.pilotes {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.pilotes p {
  color: var(--gris);
  line-height: 1.65;
}

@media (max-width: 820px) {
  .duo,
  .duo-inverse .duo-texte {
    grid-template-columns: 1fr;
    order: 0;
  }

  .duo {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .chiffre strong {
    font-size: 2.2rem;
  }
}

/* ---------- Grille tarifaire enrichie ---------- */

.role-palier {
  color: var(--gris);
  font-size: 0.9rem;
  font-style: italic;
  margin: -0.5rem 0 0.75rem;
}

.mise-en-service {
  max-width: 46rem;
  margin: 2rem auto 0;
  padding: 1rem 1.25rem;
  text-align: center;
  color: var(--encre);
  background: var(--sable);
  border-radius: 14px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.tableau-paliers .non {
  color: var(--gris);
}
