/* ===========================================================================
   ORDO / site public
   Parti pris : tout le site est sombre (l'encre), sauf UNE section claire, le
   parcours, qui prend la matière du papier qu'Ordo remplace. Les seules autres
   surfaces claires sont les écrans du produit eux-mêmes.
   Toutes les règles de section sont écrites au même niveau de spécificité
   (`main > .classe`) pour qu'aucune n'en annule une autre.
   =========================================================================== */

body {
  background: var(--nuit);
  color: var(--craie);
  font-size: 17px;
  line-height: 1.6;
}

.mono { font-family: var(--donnee); font-feature-settings: "tnum" 1; }

.saut {
  position: absolute; left: 12px; top: -60px; z-index: 60;
  background: var(--vert); color: var(--nuit); padding: 10px 16px;
  border-radius: var(--r-sm); font-weight: 600; text-decoration: none;
  transition: top .18s ease;
}
.saut:focus { top: 12px; }

.bande { width: min(var(--colonne), 100% - var(--marge) * 2); margin-inline: auto; }

/* ─────────────────────────── Boutons ─────────────────────────── */
.bouton {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 11px 20px; border-radius: 999px;
  font-size: 15px; font-weight: 600; text-decoration: none;
  border: 1px solid transparent; white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.bouton--plein {
  background: var(--vert-vif); color: #04120E;
  box-shadow: 0 10px 30px -14px color-mix(in srgb, var(--vert) 90%, transparent);
}
.bouton--plein:hover { background: var(--menthe); transform: translateY(-1px); }
.bouton--fantome { color: var(--craie); border-color: var(--ligne-fort); }
.bouton--fantome:hover { border-color: var(--menthe); color: var(--menthe); }
.bouton--grand { padding: 15px 28px; font-size: 16px; }

/* ─────────────────────────── En-tête ─────────────────────────── */
.entete {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px) saturate(140%);
  background: color-mix(in srgb, var(--nuit) 78%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.entete[data-defile="oui"] {
  border-bottom-color: var(--ligne);
  background: color-mix(in srgb, var(--nuit) 92%, transparent);
}
.entete__int {
  width: min(var(--colonne), 100% - var(--marge) * 2); margin-inline: auto;
  display: flex; align-items: center; gap: 28px; height: 72px;
}
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--craie); }
.logo__marque { width: 30px; height: 30px; flex: none; }
.logo__mot {
  font-family: var(--titre); font-weight: 800; font-size: 25px;
  letter-spacing: -.035em; font-variation-settings: "opsz" 24;
}
.nav { display: flex; gap: 26px; margin-inline: auto; }
.nav a {
  color: var(--craie-2); text-decoration: none; font-size: 15px;
  transition: color .18s ease;
}
.nav a:hover { color: var(--craie); }
.entete__actions { display: flex; gap: 10px; }

.burger {
  display: none; background: none; border: 1px solid var(--ligne-fort);
  border-radius: 10px; width: 42px; height: 38px; padding: 0; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  margin-left: auto;
}
.burger span { display: block; width: 17px; height: 1.5px; background: var(--craie); border-radius: 2px; }
.nav-mobile {
  display: flex; flex-direction: column; gap: 4px; padding: 8px var(--marge) 22px;
  border-top: 1px solid var(--ligne);
}
.nav-mobile a { color: var(--craie); text-decoration: none; padding: 11px 0; font-size: 17px; }
.nav-mobile .bouton { margin-top: 10px; padding: 13px 20px; }

/* ─────────────────────────── Rythme des sections ─────────────────────────── */
main > .hero        { padding: clamp(56px, 8vw, 96px) 0 clamp(72px, 9vw, 120px); position: relative; overflow: hidden; }
main > .constat     { padding: clamp(72px, 10vw, 130px) 0; border-top: 1px solid var(--ligne); }
main > .parcours    { padding: clamp(80px, 11vw, 148px) 0; background: var(--papier); color: var(--encre); }
main > .applications{ padding: clamp(72px, 10vw, 130px) 0; }
main > .confiance   { padding: clamp(72px, 10vw, 130px) 0; background: var(--nuit-haut); border-block: 1px solid var(--ligne); }
main > .acces       { padding: clamp(72px, 10vw, 130px) 0 clamp(84px, 11vw, 140px); }

.section__sur { color: var(--vert); margin: 0 0 18px; }
.section__titre {
  font-family: var(--titre); font-weight: 700;
  font-size: clamp(28px, 4.1vw, 47px); line-height: 1.08; letter-spacing: -.03em;
  font-variation-settings: "opsz" 40; margin: 0 0 20px; text-wrap: balance;
}
.section__intro {
  max-width: 60ch; color: var(--craie-2); font-size: 18px; margin: 0 0 clamp(36px, 5vw, 60px);
}

/* ══════════════════════════ HERO ══════════════════════════ */
.hero__fond {
  position: absolute; inset: -20% -10% auto; height: 900px; pointer-events: none;
  background:
    radial-gradient(58% 46% at 50% 0%, color-mix(in srgb, var(--vert) 22%, transparent), transparent 72%),
    radial-gradient(38% 34% at 82% 22%, color-mix(in srgb, var(--menthe) 10%, transparent), transparent 70%);
}
.hero__int { position: relative; width: min(var(--colonne), 100% - var(--marge) * 2); margin-inline: auto; }
.hero__sur { color: var(--vert); margin: 0 0 22px; }
.hero__titre {
  font-family: var(--titre); font-weight: 800;
  font-size: clamp(40px, 7.4vw, 88px); line-height: .98; letter-spacing: -.042em;
  font-variation-settings: "opsz" 72;
  margin: 0 0 24px; max-width: 15ch;
}
.hero__titre em {
  font-style: normal; color: var(--menthe); position: relative;
  padding-inline: .04em;
}
.hero__titre em::after {                 /* soulignement : le fil, en miniature */
  content: ""; position: absolute; left: .04em; right: .04em; bottom: .1em; height: .055em;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--vert-vif) 22%, var(--menthe));
}
.hero__sous { max-width: 58ch; color: var(--craie-2); font-size: clamp(17px, 1.4vw, 19px); margin: 0 0 32px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: clamp(56px, 7vw, 84px); }

/* ── La scène : deux postes réels, un fil entre eux ── */
.scene__cadre {
  display: grid; grid-template-columns: 1fr 132px 1fr; align-items: center;
  gap: 0;
}
.poste {
  position: relative;
  background: var(--papier-2); color: var(--encre);
  border-radius: var(--r-lg); box-shadow: var(--ombre-carte);
  display: flex; flex-direction: column; min-height: 296px;
  transition: box-shadow .5s ease, transform .5s ease;
}
/* Le comptoir dort tant que rien ne lui est parvenu. On pose un voile plutot
   que de baisser l'opacite de la carte : la composition reste stable et la
   carte garde sa vraie matiere. */
.poste--comptoir::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: color-mix(in srgb, var(--nuit) 46%, transparent);
  pointer-events: none; transition: opacity .5s ease;
}
.poste--comptoir[data-actif="oui"]::after { opacity: 0; }
.poste--comptoir[data-actif="oui"] { box-shadow: var(--ombre-carte), var(--lueur); }
.poste--cabinet[data-scelle="oui"] { box-shadow: var(--ombre-carte), 0 0 0 1px color-mix(in srgb, var(--laiton) 45%, transparent); }

.poste__tete {
  padding: 15px 20px; border-bottom: 1px solid var(--ligne-clair);
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
}
.poste__lieu { color: var(--vert); }
.poste__sous { font-size: 13px; color: var(--encre-2); }
.poste__corps { padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.champ { display: flex; flex-direction: column; gap: 3px; }
.champ .etiquette { color: var(--encre-2); font-size: 10px; }
.champ b { font-size: 16px; font-weight: 600; min-height: 1.5em; }
.champ b::after {                        /* curseur de frappe */
  content: ""; display: inline-block; width: 1px; height: 1em; margin-left: 2px;
  background: var(--vert); vertical-align: -.12em; opacity: 0;
}
.champ b[data-frappe-actif]::after { opacity: 1; animation: clignote 1s steps(2) infinite; }
@keyframes clignote { 50% { opacity: 0; } }

.lignes { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.ligne {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  padding: 9px 11px; border-radius: var(--r-sm);
  background: var(--papier); border: 1px solid var(--ligne-clair);
}
.ligne[data-apparait] { opacity: 0; transform: translateY(6px); transition: opacity .35s ease, transform .35s ease; }
.ligne[data-apparait][data-vu="oui"] { opacity: 1; transform: none; }
.ligne__nom { font-weight: 600; font-size: 14.5px; }
.ligne__dose { font-size: 12px; color: var(--encre-2); text-align: right; white-space: nowrap; }

.poste__pied {
  padding: 13px 20px; border-top: 1px solid var(--ligne-clair);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.poste__etat { font-size: 13px; color: var(--encre-2); }
.poste__etat[data-ton="scelle"] { color: var(--laiton); font-weight: 600; }
.poste__etat[data-ton="pret"], .poste__etat[data-ton="servi"] { color: var(--vert); font-weight: 600; }
.bouton-faux {
  font-size: 13.5px; font-weight: 600; padding: 9px 16px; border-radius: 999px;
  background: var(--encre); color: var(--papier-2);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.bouton-faux--sourd { background: var(--ligne-clair); color: #9AAAA7; }
.bouton-faux[data-arme="oui"] {
  background: var(--vert-vif); color: #04120E;
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--vert) 16%, transparent);
}
.bouton-faux[data-presse="oui"] { transform: scale(.96); }

.recherche {
  display: flex; align-items: center; gap: 9px;
  border: 1px solid var(--ligne-clair); border-radius: var(--r-sm);
  padding: 10px 12px; background: var(--papier);
}
.recherche__icone { width: 16px; height: 16px; flex: none; fill: none; stroke: var(--encre-2); stroke-width: 2; stroke-linecap: round; }
.recherche__val { font-size: 14px; min-height: 1.4em; }
.vide { font-size: 14px; color: #9AAAA7; padding: 22px 0; text-align: center; }
.trouve { display: flex; flex-direction: column; gap: 10px; animation: monte .45s cubic-bezier(.2,.7,.3,1); }
@keyframes monte { from { opacity: 0; transform: translateY(10px); } }
.trouve__tete { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.trouve__tete b { font-size: 16px; }
.trouve__pied { font-size: 11.5px; color: var(--encre-2); margin: 2px 0 0; }
.jeton {
  font-size: 11px; padding: 4px 9px; border-radius: 999px; font-weight: 500;
  letter-spacing: .02em; white-space: nowrap;
}
.jeton--laiton { background: color-mix(in srgb, var(--laiton) 16%, transparent); color: #8A5A18; }
.jeton--vert { background: color-mix(in srgb, var(--vert) 15%, transparent); color: #0A6E4E; }

/* Le fil, l'objet de la marque : le message qui passe */
.fil { position: relative; height: 100%; display: grid; place-items: center; }
.fil__rail {
  position: absolute; left: -1px; right: -1px; top: 50%; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--ligne-fort) 18%, var(--ligne-fort) 82%, transparent);
}
.fil__jeton {
  position: absolute; top: 50%; left: 0; width: 9px; height: 9px; border-radius: 50%;
  background: var(--menthe); box-shadow: 0 0 0 5px color-mix(in srgb, var(--menthe) 18%, transparent),
              0 0 22px 3px color-mix(in srgb, var(--vert-vif) 70%, transparent);
  transform: translate(-50%, -50%) scale(0); opacity: 0;
}
.fil[data-envoi="oui"] .fil__jeton { animation: traverse 1s cubic-bezier(.55,0,.3,1) forwards; }
@keyframes traverse {
  0%   { left: 0;    transform: translate(-50%, -50%) scale(0);   opacity: 0; }
  14%  { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  86%  { opacity: 1; }
  100% { left: 100%; transform: translate(-50%, -50%) scale(1);   opacity: 0; }
}
.fil[data-envoi="oui"] .fil__rail {
  background: linear-gradient(90deg, transparent, var(--vert) 18%, var(--menthe) 50%, var(--vert) 82%, transparent);
  transition: background .3s ease;
}
.fil__mot {
  position: absolute; top: calc(50% + 18px); color: var(--laiton);
  font-size: 10px; opacity: 0; transition: opacity .4s ease;
}
.fil[data-envoi="oui"] .fil__mot { opacity: 1; }

.scene__legende {
  margin: 22px 0 0; text-align: center; font-size: 14px; color: var(--craie-3);
}
.rejouer {
  background: none; border: none; padding: 0 0 1px; margin-left: 6px; cursor: pointer;
  color: var(--craie-2); border-bottom: 1px solid var(--ligne-fort); font-size: 14px;
}
.rejouer:hover { color: var(--menthe); border-bottom-color: var(--menthe); }

/* ══════════════════════════ CONSTAT ══════════════════════════ */
.constat__grille {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px);
  margin-top: clamp(32px, 4vw, 52px);
}
.constat__cle { color: var(--craie-3); margin: 0 0 16px; padding-bottom: 14px; border-bottom: 1px solid var(--ligne); }
.constat__col:last-child .constat__cle { color: var(--vert); }
.liste-barre, .liste-coche { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.liste-barre li, .liste-coche li { position: relative; padding-left: 30px; font-size: 16.5px; }
.liste-barre li { color: var(--craie-3); }
.liste-barre li::before {
  content: ""; position: absolute; left: 0; top: .62em; width: 16px; height: 1.5px;
  background: var(--craie-3); opacity: .55;
}
.liste-coche li::before {
  content: ""; position: absolute; left: 1px; top: .34em; width: 13px; height: 7px;
  border-left: 2px solid var(--vert-vif); border-bottom: 2px solid var(--vert-vif);
  transform: rotate(-45deg); border-radius: 1px;
}

/* ══════════════════════════ PARCOURS (section claire) ══════════════════════════ */
main > .parcours .section__sur { color: #0A7C5A; }
main > .parcours .section__titre { color: var(--encre); }
.etapes {
  list-style: none; margin: clamp(36px, 5vw, 60px) 0 0; padding: 0;
  border-top: 1px solid #E2E9E6;
}
.etape {
  display: grid; grid-template-columns: 92px 1fr; gap: clamp(16px, 3vw, 40px);
  padding: clamp(28px, 3.6vw, 44px) 0; border-bottom: 1px solid #E2E9E6;
}
.etape__num { font-size: 13px; color: #0A7C5A; letter-spacing: .1em; padding-top: .5em; }
.etape__txt h3 {
  font-family: var(--titre); font-weight: 700; font-size: clamp(21px, 2.3vw, 28px);
  letter-spacing: -.02em; margin: 0 0 12px; font-variation-settings: "opsz" 24;
}
.etape__txt p { margin: 0 0 10px; max-width: 66ch; color: #33504C; font-size: 17px; }
.etape__note {
  font-size: 12.5px; color: #6E8783; padding-left: 14px;
  border-left: 2px solid #CBDBD6; margin-top: 16px !important;
}

/* ══════════════════════════ LES DEUX POSTES ══════════════════════════ */
.apercus { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); }
.apercu h3 {
  font-family: var(--titre); font-weight: 700; font-size: 21px; letter-spacing: -.02em;
  margin: 26px 0 8px; font-variation-settings: "opsz" 20;
}
.apercu > p { margin: 0; color: var(--craie-2); font-size: 16px; max-width: 46ch; }
.apercu__ecran {
  background: var(--papier-2); color: var(--encre); border-radius: var(--r-md);
  overflow: hidden; box-shadow: var(--ombre-carte);
  transition: transform .35s cubic-bezier(.2,.7,.3,1);
}
.apercu:hover .apercu__ecran { transform: translateY(-4px); }
.faux-tete {
  display: flex; align-items: center; gap: 6px; padding: 10px 14px;
  background: #EDF2F0; border-bottom: 1px solid var(--ligne-clair);
}
.faux-point { width: 8px; height: 8px; border-radius: 50%; background: #C9D6D2; }
.faux-url { margin-left: 10px; font-size: 11px; color: #7A918D; }
.faux-corps { padding: 18px; display: flex; flex-direction: column; gap: 9px; }
.faux-titre { color: var(--encre-2); margin: 0 0 3px; font-size: 10px; }
.faux-champ { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 14px; }
.faux-champ span { color: var(--encre-2); font-size: 12.5px; }
.faux-ligne {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  padding: 9px 11px; border-radius: var(--r-xs); background: var(--papier);
  border: 1px solid var(--ligne-clair); font-size: 13.5px;
}
.faux-ligne span { font-size: 11.5px; color: var(--encre-2); white-space: nowrap; }
.faux-recherche {
  border: 1px solid var(--ligne-clair); border-radius: var(--r-xs); padding: 9px 11px;
  font-size: 13px; background: var(--papier);
}
.faux-resultat { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 2px 0; }
.faux-bouton {
  margin-top: 5px; text-align: center; padding: 10px; border-radius: 999px;
  background: var(--vert-vif); color: #04120E; font-size: 13.5px; font-weight: 600;
}
.faux-bouton--sombre { background: var(--encre); color: var(--papier-2); }

/* ══════════════════════════ CONFIANCE ══════════════════════════ */
.garanties { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ligne); border: 1px solid var(--ligne); border-radius: var(--r-lg); overflow: hidden; }
.garantie { background: var(--nuit-haut); padding: clamp(24px, 3vw, 34px); transition: background .25s ease; }
.garantie:hover { background: var(--ardoise); }
.garantie__signe { display: block; width: 26px; height: 26px; margin-bottom: 18px; }
.garantie__signe svg { width: 100%; height: 100%; fill: none; stroke: var(--vert-vif); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.garantie h3 {
  font-family: var(--titre); font-weight: 700; font-size: 18px; letter-spacing: -.015em;
  margin: 0 0 9px; font-variation-settings: "opsz" 16;
}
.garantie p { margin: 0; font-size: 15.5px; color: var(--craie-2); }

/* ══════════════════════════ ACCÈS ══════════════════════════ */
.offres { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: clamp(40px, 5vw, 64px); }
.offre {
  position: relative; border: 1px solid var(--ligne); border-radius: var(--r-lg);
  padding: clamp(24px, 3vw, 32px); background: var(--nuit-haut);
}
.offre--vedette {
  border-color: color-mix(in srgb, var(--vert) 42%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--vert) 9%, var(--nuit-haut)), var(--nuit-haut));
}
.offre__ruban {
  position: absolute; top: -10px; left: clamp(24px, 3vw, 32px);
  background: var(--vert-vif); color: #04120E; padding: 4px 11px; border-radius: 999px; font-size: 10px;
}
.offre h3 { font-family: var(--titre); font-weight: 700; font-size: 22px; letter-spacing: -.02em; margin: 0 0 5px; }
.offre__pour { margin: 0 0 18px; color: var(--craie-3); font-size: 14px; }
.offre ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.offre li { position: relative; padding-left: 22px; font-size: 15.5px; color: var(--craie-2); }
.offre li::before {
  content: ""; position: absolute; left: 0; top: .48em; width: 9px; height: 5px;
  border-left: 1.8px solid var(--vert); border-bottom: 1.8px solid var(--vert);
  transform: rotate(-45deg);
}

.appel {
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  border: 1px solid var(--ligne-fort); border-radius: var(--r-xl);
  padding: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(120% 160% at 0% 0%, color-mix(in srgb, var(--vert) 13%, transparent), transparent 62%),
    var(--nuit-haut);
}
.appel__titre { font-family: var(--titre); font-weight: 700; font-size: clamp(21px, 2.4vw, 28px); letter-spacing: -.025em; margin: 0 0 8px; }
.appel__txt p { margin: 0; color: var(--craie-2); max-width: 48ch; font-size: 16px; }
.appel__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ══════════════════════════ PIED ══════════════════════════ */
.pied { border-top: 1px solid var(--ligne); padding: clamp(40px, 5vw, 60px) 0; }
.pied__int { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.pied__marque { display: flex; align-items: center; gap: 13px; color: var(--vert); }
.pied__mot { font-family: var(--titre); font-weight: 800; font-size: 22px; letter-spacing: -.035em; color: var(--craie); margin: 0; }
.pied__ligne { margin: 2px 0 0; font-size: 14px; color: var(--craie-3); }
.pied__marque .logo__marque { width: 30px; height: 30px; }
.pied__nav { display: flex; gap: 22px; flex-wrap: wrap; }
.pied__nav a { color: var(--craie-2); text-decoration: none; font-size: 15px; }
.pied__nav a:hover { color: var(--menthe); }
.pied__legal { font-size: 11.5px; color: var(--craie-3); width: 100%; margin: 8px 0 0; }

/* ══════════════════════════ Adaptations ══════════════════════════ */
@media (max-width: 1000px) {
  .garanties { grid-template-columns: repeat(2, 1fr); }
  .offres { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .nav, .entete__actions { display: none; }
  .burger { display: flex; }
  .scene__cadre { grid-template-columns: 1fr; }
  .fil { height: 92px; width: 100%; }
  .fil__rail {
    left: 50%; right: auto; top: 0; bottom: 0; height: auto; width: 2px; transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, var(--ligne-fort) 18%, var(--ligne-fort) 82%, transparent);
  }
  .fil[data-envoi="oui"] .fil__rail {
    background: linear-gradient(180deg, transparent, var(--vert) 18%, var(--menthe) 50%, var(--vert) 82%, transparent);
  }
  .fil__jeton { left: 50%; top: 0; }
  .fil[data-envoi="oui"] .fil__jeton { animation: traverse-vertical 1s cubic-bezier(.55,0,.3,1) forwards; }
  @keyframes traverse-vertical {
    0%   { top: 0;    transform: translate(-50%, -50%) scale(0); opacity: 0; }
    14%  { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    86%  { opacity: 1; }
    100% { top: 100%; transform: translate(-50%, -50%) scale(1); opacity: 0; }
  }
  .fil__mot { top: 50%; left: calc(50% + 16px); transform: translateY(-50%); }
  .apercus, .constat__grille { grid-template-columns: 1fr; }
  .etape { grid-template-columns: 1fr; gap: 10px; }
  .appel { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .garanties { grid-template-columns: 1fr; }
  .ligne { flex-direction: column; align-items: flex-start; gap: 3px; }
  .ligne__dose { text-align: left; }
  .hero__actions .bouton { flex: 1 1 100%; }
}
