/* ══════════════════════════════════════════════════════════════════════
   TRUELLE — design v2 de mon-artisan.fr
   Transposition de la maquette designs/gardees/bbf29a7c… (relevé ×1,25) :
   crème chaud, encre, orange + mot manuscrit, vert profond, cartes pastel,
   arrondis généreux, boutons pilule à flèche, footer vert nuit.
   Racine de vocabulaire : « truelle ». Aucune classe générique.
   ══════════════════════════════════════════════════════════════════════ */

/* ── 1. Jetons ─────────────────────────────────────────────────────── */
:root {
  --tr-creme:        #FAF3E7;
  --tr-creme-2:      #F5EAD5;
  --tr-blanc:        #FFFFFF;
  --tr-encre:        #1F2430;
  --tr-texte:        #5C6270;
  --tr-texte-doux:   #8A8F9C;
  --tr-orange:       #F97316;
  --tr-orange-vif:   #FB923C;
  --tr-orange-fonce: #E2610B;
  --tr-vert:         #0E6B4F;
  --tr-vert-fonce:   #0A4534;
  --tr-vert-nuit:    #082B20;
  --tr-p-vert:       #E7F3E3;
  --tr-p-peche:      #FCE9DA;
  --tr-p-bleu:       #E3EFFA;
  --tr-p-violet:     #EDE8FA;
  --tr-ambre:        #FDEFC8;
  --tr-ambre-bord:   #F2D48B;
  --tr-r-carte:      28px;
  --tr-r-moyen:      18px;
  --tr-r-pilule:     999px;
  --tr-ombre:        0 22px 55px rgba(31, 36, 48, .09);
  --tr-ombre-douce:  0 10px 28px rgba(31, 36, 48, .07);
  --tr-largeur:      1180px;

  /* Compatibilité avec les partials partagés (mascotte, devis) */
  --muted:       var(--tr-texte-doux);
  --fg:          var(--tr-encre);
  --fg-soft:     var(--tr-texte);
  --accent:      var(--tr-orange);
  --accent-light:#FDE7D2;
  --border:      #ECE2CE;
  --border-soft: #F1E9D8;
  --radius:      var(--tr-r-moyen);
}

/* ── 2. Base ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--tr-creme);
  color: var(--tr-texte);
  font-family: 'Manrope', 'Segoe UI', system-ui, sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--tr-orange-fonce); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5 { color: var(--tr-encre); font-weight: 800; line-height: 1.12; margin: 0 0 14px; letter-spacing: -.015em; }
p { margin: 0 0 16px; }

.truelle-cadre { max-width: var(--tr-largeur); margin: 0 auto; padding: 0 28px; }

/* Mot manuscrit orange du titre (maquette : « Success ») */
.truelle-manuscrit {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: var(--tr-orange);
  font-size: 1.28em;
  line-height: 1;
  letter-spacing: 0;
}

/* ── 3. Boutons pilule ─────────────────────────────────────────────── */
.truelle-bouton {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 15px 26px;
  border: 0; border-radius: var(--tr-r-pilule);
  background: linear-gradient(135deg, var(--tr-orange-vif), var(--tr-orange) 55%, var(--tr-orange-fonce));
  color: #fff; font-family: inherit; font-size: 16px; font-weight: 800;
  cursor: pointer; text-decoration: none;
  box-shadow: 0 12px 26px rgba(249, 115, 22, .35);
  transition: transform .18s ease, box-shadow .18s ease;
}
.truelle-bouton:hover { transform: translateY(-2px); text-decoration: none; box-shadow: 0 16px 32px rgba(249, 115, 22, .42); color: #fff; }
.truelle-bouton::after {
  content: '→';
  display: grid; place-items: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  font-size: 15px; font-weight: 700;
}
.truelle-bouton--calme {
  background: var(--tr-blanc);
  color: var(--tr-encre);
  border: 1.5px solid #E8DCC4;
  box-shadow: var(--tr-ombre-douce);
}
.truelle-bouton--calme::after { background: var(--tr-ambre); color: var(--tr-orange-fonce); }
.truelle-bouton--calme:hover { color: var(--tr-encre); box-shadow: var(--tr-ombre); }
.truelle-bouton--nuit { box-shadow: 0 12px 26px rgba(0, 0, 0, .3); }
.truelle-bouton[disabled] { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

/* ── 4. En-tête ────────────────────────────────────────────────────── */
.truelle-tete { padding: 20px 0; position: relative; z-index: 50; }
.truelle-tete-rang { display: flex; align-items: center; gap: 28px; }
.truelle-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 24px; font-weight: 800; color: var(--tr-encre); letter-spacing: -.02em;
}
.truelle-logo:hover { text-decoration: none; }
.truelle-logo-pictos {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 13px;
  background: linear-gradient(140deg, var(--tr-vert), var(--tr-vert-fonce));
  color: #fff; font-size: 20px;
  box-shadow: 0 6px 14px rgba(14, 107, 79, .3);
}
.truelle-logo em { font-style: normal; color: var(--tr-orange); }
.truelle-nav { display: flex; gap: 30px; margin-left: auto; }
.truelle-nav a { color: var(--tr-encre); font-weight: 700; font-size: 15.5px; }
.truelle-nav a:hover { color: var(--tr-orange-fonce); text-decoration: none; }
.truelle-tete .truelle-bouton { padding: 12px 22px; font-size: 15px; }
.truelle-plieur {
  display: none;
  margin-left: auto;
  width: 44px; height: 44px; border-radius: 12px;
  border: 1.5px solid #E8DCC4; background: var(--tr-blanc);
  font-size: 20px; color: var(--tr-encre); cursor: pointer;
}
@media (max-width: 1023px) {
  .truelle-plieur { display: grid; place-items: center; }
  .truelle-nav {
    position: absolute; top: calc(100% + 6px); left: 28px; right: 28px;
    flex-direction: column; gap: 4px;
    background: var(--tr-blanc); border: 1.5px solid #EFE5CF;
    border-radius: var(--tr-r-moyen); box-shadow: var(--tr-ombre);
    padding: 14px;
  }
  .truelle-nav a { padding: 10px 12px; border-radius: 10px; }
  .truelle-nav a:hover { background: var(--tr-creme); }
  .truelle-nav.est-pliee { display: none; }
  .truelle-tete .truelle-bouton { margin-left: auto; }
  .truelle-tete-rang { gap: 12px; }
}

/* ── 4 bis. Fil d'Ariane ───────────────────────────────────────────── */
.truelle-fil { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13.5px; color: var(--tr-texte-doux); padding: 4px 0 10px; }
.truelle-fil a { color: var(--tr-texte); font-weight: 600; }
.truelle-fil-ici { color: var(--tr-encre); font-weight: 700; }

/* ── 5. Héros ──────────────────────────────────────────────────────── */
.truelle-heros { position: relative; padding: 42px 0 34px; overflow: hidden; }
.truelle-heros::before {
  content: '';
  position: absolute; top: -180px; right: -140px;
  width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(249, 176, 82, .38), rgba(249, 176, 82, 0) 62%);
  pointer-events: none;
}
.truelle-heros-rang { display: grid; grid-template-columns: 1.02fr .98fr; gap: 44px; align-items: center; position: relative; }
.truelle-ecusson {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 16px; margin-bottom: 20px;
  background: var(--tr-ambre); border: 1px solid var(--tr-ambre-bord);
  border-radius: var(--tr-r-pilule);
  font-size: 12.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
  color: #7A5410;
}
.truelle-heros h1 { font-size: clamp(38px, 5vw, 62px); margin-bottom: 20px; }
.truelle-heros-propos { font-size: 18px; max-width: 54ch; margin-bottom: 26px; }
.truelle-heros-gestes { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 8px; }
.truelle-heros-vue { position: relative; padding: 14px 96px 14px 0; }
.truelle-heros-vue img {
  border-radius: 34px;
  box-shadow: var(--tr-ombre);
  aspect-ratio: 4 / 4.4;
  min-height: 460px;
  width: 100%;
  object-fit: cover;
}
.truelle-flottante {
  position: absolute;
  display: flex; align-items: center; gap: 12px;
  background: var(--tr-blanc);
  border-radius: 18px;
  box-shadow: var(--tr-ombre);
  padding: 12px 18px 12px 12px;
  min-width: 195px;
}
.truelle-flottante-picto {
  display: grid; place-items: center; flex: none;
  width: 42px; height: 42px; border-radius: 50%;
  font-size: 19px;
}
.truelle-flottante-texte { display: block; }
.truelle-flottante-texte b { display: block; color: var(--tr-encre); font-size: 15px; line-height: 1.2; }
.truelle-flottante-texte span { display: block; color: var(--tr-texte-doux); font-size: 12.5px; line-height: 1.35; }
.truelle-flottante--une    { top: 5%;  right: 0; }
.truelle-flottante--une    .truelle-flottante-picto { background: var(--tr-p-vert);   }
.truelle-flottante--deux   { top: 31%; right: -14px; }
.truelle-flottante--deux   .truelle-flottante-picto { background: var(--tr-p-peche);  }
.truelle-flottante--trois  { top: 57%; right: 0; }
.truelle-flottante--trois  .truelle-flottante-picto { background: var(--tr-p-violet); }
.truelle-flottante--quatre { top: 83%; right: -14px; }
.truelle-flottante--quatre .truelle-flottante-picto { background: var(--tr-p-bleu);   }

/* ── 6. Ruban de réassurance (barre « logos » de la maquette) ─────── */
.truelle-ruban { padding: 8px 0 14px; }
.truelle-ruban-barre {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px 26px;
  background: var(--tr-blanc);
  border-radius: var(--tr-r-pilule);
  box-shadow: var(--tr-ombre-douce);
  padding: 20px 40px;
}
.truelle-ruban-barre span { font-weight: 800; color: var(--tr-encre); font-size: 15.5px; white-space: nowrap; }
.truelle-ruban-barre span em { font-style: normal; margin-right: 7px; }

/* ── 7. Sections & avant-propos ───────────────────────────────────── */
.truelle-tranche { padding: 52px 0; }
.truelle-tranche--serree { padding: 34px 0; }
.truelle-avantpropos { text-align: center; max-width: 720px; margin: 0 auto 38px; }
.truelle-avantpropos--gauche { text-align: left; margin-left: 0; }
.truelle-surtitre {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--tr-vert); font-size: 13px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 12px;
}
.truelle-surtitre::before, .truelle-surtitre::after { content: ''; width: 26px; height: 2px; background: var(--tr-vert); border-radius: 2px; }
.truelle-avantpropos--gauche .truelle-surtitre::before { display: none; }
.truelle-avantpropos h2 { font-size: clamp(28px, 3.2vw, 40px); }
.truelle-avantpropos > p { font-size: 17px; margin: 0 auto; max-width: 62ch; }

/* ── 8. Tuiles pastel (domaines, raisons, étapes) ─────────────────── */
.truelle-damier { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.truelle-damier--trois { grid-template-columns: repeat(3, 1fr); }
.truelle-tuile {
  display: block;
  border-radius: var(--tr-r-carte);
  padding: 26px 24px;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}
.truelle-tuile:hover { transform: translateY(-4px); box-shadow: var(--tr-ombre-douce); text-decoration: none; }
.truelle-tuile--vert   { background: var(--tr-p-vert); }
.truelle-tuile--peche  { background: var(--tr-p-peche); }
.truelle-tuile--bleu   { background: var(--tr-p-bleu); }
.truelle-tuile--violet { background: var(--tr-p-violet); }
.truelle-tuile-picto {
  display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--tr-blanc); font-size: 24px;
  box-shadow: 0 6px 14px rgba(31, 36, 48, .08);
  margin-bottom: 16px;
}
.truelle-tuile h3 { font-size: 19px; margin-bottom: 8px; }
.truelle-tuile p { font-size: 14.5px; margin: 0; color: var(--tr-texte); }
.truelle-tuile-note { display: block; margin-top: 6px; font-size: 13px; color: var(--tr-texte-doux); font-weight: 600; }
.truelle-tuile-appel { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: var(--tr-orange-fonce); font-weight: 800; font-size: 14.5px; }
.truelle-tuile:hover .truelle-tuile-appel { text-decoration: underline; }
/* Variante compacte : les 24 domaines en rangées denses (picto à gauche) */
.truelle-tuile--menue { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: 20px; }
.truelle-tuile--menue .truelle-tuile-picto { width: 42px; height: 42px; font-size: 19px; margin: 0; flex: none; }
.truelle-tuile--menue h3 { font-size: 15.5px; margin: 0 0 2px; line-height: 1.25; }
.truelle-tuile--menue .truelle-tuile-note { margin: 0; font-size: 12px; }
.truelle-tuile-corps { display: block; }
.truelle-tuile-corps b { display: block; color: var(--tr-encre); font-size: 15.5px; font-weight: 800; line-height: 1.25; margin-bottom: 2px; }
.truelle-tuile--blanche { background: var(--tr-blanc); box-shadow: var(--tr-ombre-douce); }
.truelle-etape-rond {
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--tr-vert); color: #fff;
  font-size: 20px; font-weight: 800;
  margin-bottom: 16px;
  box-shadow: 0 8px 18px rgba(14, 107, 79, .3);
}
.truelle-renvoi { text-align: center; margin-top: 30px; }
.truelle-renvoi a { font-weight: 800; font-size: 16px; }

/* ── 9. Pastilles métiers ─────────────────────────────────────────── */
.truelle-pastilles { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.truelle-pastille {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--tr-blanc);
  border: 1.5px solid #F0E6D0;
  border-radius: var(--tr-r-pilule);
  padding: 11px 22px 11px 12px;
  font-weight: 800; color: var(--tr-encre); font-size: 15.5px;
  box-shadow: var(--tr-ombre-douce);
  transition: transform .16s ease, border-color .16s ease;
}
.truelle-pastille:hover { transform: translateY(-2px); border-color: var(--tr-orange-vif); text-decoration: none; color: var(--tr-encre); }
.truelle-pastille i {
  font-style: normal;
  display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--tr-ambre); font-size: 16px;
}

/* ── 10. Estimateur (outil — habillage seul) ──────────────────────── */
.estimator {
  background: var(--tr-blanc);
  border-radius: var(--tr-r-carte);
  box-shadow: var(--tr-ombre);
  padding: 40px;
  max-width: 880px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: 34px;
}
.estimator-result[hidden] { display: none !important; }
.estimator-form { max-width: 560px; margin: 0 auto; width: 100%; }
.estimator-field { margin-bottom: 20px; }
.estimator-field label { display: block; font-weight: 800; color: var(--tr-encre); font-size: 15px; margin-bottom: 8px; }
.estimator select, .estimator input {
  width: 100%;
  font-family: inherit; font-size: 15.5px; color: var(--tr-encre);
  background: var(--tr-creme);
  border: 1.5px solid #EADFC8;
  border-radius: 14px;
  padding: 13px 16px;
}
.estimator select:focus, .estimator input:focus { outline: 2.5px solid var(--tr-orange-vif); outline-offset: 1px; border-color: transparent; }
.estimator-hint { font-size: 13px; color: var(--tr-texte-doux); margin-top: 7px; line-height: 1.5; }
.estimator-disclaimer { font-size: 12.5px; color: var(--tr-texte-doux); margin: 14px 0 0; line-height: 1.55; }
.estimator .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: auto;
  padding: 14px 26px;
  border: 0; border-radius: var(--tr-r-pilule);
  background: linear-gradient(135deg, var(--tr-orange-vif), var(--tr-orange) 55%, var(--tr-orange-fonce));
  color: #fff; font-family: inherit; font-size: 15.5px; font-weight: 800;
  cursor: pointer; text-decoration: none;
  box-shadow: 0 10px 22px rgba(249, 115, 22, .32);
  transition: transform .16s ease;
}
.estimator .btn:hover { transform: translateY(-2px); color: #fff; text-decoration: none; }
.estimator .btn.full { width: 100%; }
.estimator .btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.estimator-result-head { margin-bottom: 18px; }
.estimator-result-title { font-size: 20px; font-weight: 800; color: var(--tr-encre); }
.estimator-result-sub { color: var(--tr-texte-doux); font-size: 14.5px; margin-top: 3px; }
.estimator-cta { margin-top: 22px; text-align: center; }
.prix-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.prix-card {
  background: var(--tr-creme);
  border-radius: var(--tr-r-moyen);
  padding: 20px 18px;
  text-align: center;
}
.prix-card.featured { background: var(--tr-p-vert); outline: 2px solid var(--tr-vert); }
.prix-card .label { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--tr-texte-doux); margin-bottom: 8px; }
.prix-card.featured .label { color: var(--tr-vert); }
.prix-card .amount { font-size: 25px; font-weight: 800; color: var(--tr-encre); margin-bottom: 8px; }
.prix-card.featured .amount { color: var(--tr-vert); }
.prix-card .desc { font-size: 12.5px; color: var(--tr-texte-doux); margin: 0; line-height: 1.5; }

/* ── 11. Chiffres (cartes « case study » de la maquette) ──────────── */
.truelle-chiffres { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.truelle-chiffre {
  display: flex; align-items: center; gap: 18px;
  border-radius: var(--tr-r-carte);
  padding: 24px 26px;
  min-width: 0;
}
.truelle-chiffre-texte { min-width: 0; overflow-wrap: break-word; }
.truelle-chiffre-picto {
  display: grid; place-items: center; flex: none;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--tr-blanc); font-size: 25px;
  box-shadow: 0 6px 14px rgba(31, 36, 48, .08);
}
.truelle-chiffre-texte { display: block; }
.truelle-chiffre-texte b { display: block; font-size: 27px; font-weight: 800; color: var(--tr-encre); line-height: 1.05; letter-spacing: -.02em; }
.truelle-chiffre--vert   .truelle-chiffre-texte b { color: var(--tr-vert); }
.truelle-chiffre--peche  .truelle-chiffre-texte b { color: var(--tr-orange-fonce); }
.truelle-chiffre--bleu   .truelle-chiffre-texte b { color: #2563AC; }
.truelle-chiffre--violet .truelle-chiffre-texte b { color: #6D4FC1; }
.truelle-chiffre-texte span { display: block; font-size: 13.5px; color: var(--tr-texte); line-height: 1.4; margin-top: 4px; }
.truelle-chiffre--vert   { background: var(--tr-p-vert); }
.truelle-chiffre--peche  { background: var(--tr-p-peche); }
.truelle-chiffre--bleu   { background: var(--tr-p-bleu); }
.truelle-chiffre--violet { background: var(--tr-p-violet); }

/* ── 12. Avis mascotte ────────────────────────────────────────────── */
.mascotte-header {
  display: flex; align-items: center; gap: 14px;
  background: var(--tr-blanc);
  border-radius: var(--tr-r-pilule);
  box-shadow: var(--tr-ombre-douce);
  padding: 12px 26px 12px 12px;
  width: fit-content; max-width: 100%;
  margin: 0 auto 30px;
}
.mascotte-avatar {
  display: grid; place-items: center; flex: none;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--tr-ambre); font-size: 23px;
}
.avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.avis-card {
  background: var(--tr-blanc);
  border-radius: var(--tr-r-carte);
  box-shadow: var(--tr-ombre-douce);
  padding: 28px 26px;
  display: flex; flex-direction: column;
}
.avis-stars { margin-bottom: 12px; font-size: 17px; letter-spacing: 2px; }
.avis-stars .on { color: var(--tr-orange); }
.avis-stars .off { color: #E4DCC9; }
.avis-titre { font-size: 18px; margin-bottom: 10px; }
.avis-texte { font-size: 14.5px; margin: 0 0 18px; }
.avis-footer { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.avis-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--tr-ambre); font-size: 16px; }
.avis-author { font-weight: 800; color: var(--tr-encre); font-size: 14px; }
.avis-tag {
  display: inline-block; margin-left: 8px;
  background: var(--tr-p-vert); color: var(--tr-vert);
  font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  border-radius: var(--tr-r-pilule); padding: 3px 10px;
}

/* ── 13. Guide (liste + encart alertes) ───────────────────────────── */
.truelle-guide { display: grid; grid-template-columns: 1.35fr .65fr; gap: 44px; align-items: start; }
.truelle-guide-liste { list-style: none; counter-reset: truelle-guide; margin: 0; padding: 0; display: grid; gap: 14px; }
.truelle-guide-liste li {
  counter-increment: truelle-guide;
  position: relative;
  background: var(--tr-blanc);
  border-radius: var(--tr-r-moyen);
  box-shadow: var(--tr-ombre-douce);
  padding: 20px 24px 20px 74px;
  font-size: 15px;
}
.truelle-guide-liste li::before {
  content: counter(truelle-guide);
  position: absolute; left: 22px; top: 20px;
  display: grid; place-items: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--tr-vert); color: #fff; font-weight: 800; font-size: 16px;
}
.truelle-guide-liste strong { display: block; color: var(--tr-encre); font-size: 16px; margin-bottom: 4px; }
.truelle-guide-flanc { position: sticky; top: 24px; }
.truelle-guide-flanc img { border-radius: var(--tr-r-carte); box-shadow: var(--tr-ombre-douce); margin-bottom: 20px; }
.truelle-alerte {
  background: var(--tr-ambre);
  border: 1.5px solid var(--tr-ambre-bord);
  border-radius: var(--tr-r-carte);
  padding: 24px 26px;
}
.truelle-alerte h4 { font-size: 17px; margin-bottom: 12px; }
.truelle-alerte ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.truelle-alerte li { position: relative; padding-left: 24px; font-size: 14.5px; color: #6B4E12; font-weight: 600; }
.truelle-alerte li::before { content: '✗'; position: absolute; left: 0; color: var(--tr-orange-fonce); font-weight: 800; }

/* ── 14. FAQ ──────────────────────────────────────────────────────── */
.truelle-faq { max-width: 860px; margin: 0 auto; display: grid; gap: 12px; }
.truelle-faq details {
  background: var(--tr-blanc);
  border-radius: var(--tr-r-moyen);
  box-shadow: var(--tr-ombre-douce);
  padding: 0 26px;
  overflow: hidden;
}
.truelle-faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  cursor: pointer; list-style: none;
  padding: 20px 0;
}
.truelle-faq summary::-webkit-details-marker { display: none; }
.truelle-faq summary h3 { font-size: 16.5px; margin: 0; font-weight: 800; }
.truelle-faq-chevron {
  display: grid; place-items: center; flex: none;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--tr-ambre); color: var(--tr-orange-fonce);
  font-size: 14px; font-weight: 800;
  transition: transform .2s ease;
}
.truelle-faq details[open] .truelle-faq-chevron { transform: rotate(180deg); }
.truelle-faq details > p { padding: 0 0 22px; margin: 0; font-size: 15px; max-width: 72ch; }

/* ── 15. Bandeau vert (CTA / formulaire de devis) ─────────────────── */
.truelle-bandeau {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--tr-vert) 0%, var(--tr-vert-fonce) 58%, var(--tr-vert-nuit) 100%);
  border-radius: 34px;
  padding: 50px 54px;
  color: #CFE5DB;
}
.truelle-bandeau::after {
  content: '';
  position: absolute; right: -160px; bottom: -220px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(249, 146, 60, .5), rgba(249, 146, 60, 0) 62%);
  pointer-events: none;
}
.truelle-bandeau h2, .truelle-bandeau h3 { color: #fff; font-size: clamp(26px, 3vw, 36px); }
.truelle-bandeau .devis-placeholder-head { position: relative; z-index: 1; max-width: 640px; margin-bottom: 26px; }
.truelle-bandeau .devis-placeholder-head p { color: #CFE5DB; font-size: 16.5px; }
.devis-badge {
  display: inline-block; margin-bottom: 14px;
  background: rgba(255, 255, 255, .14); color: #fff;
  border-radius: var(--tr-r-pilule);
  font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 15px;
}
.devis-context { color: var(--tr-orange-vif); }
.devis-vud-frame {
  position: relative; z-index: 1;
  background: var(--tr-blanc);
  border-radius: var(--tr-r-carte);
  padding: 30px;
  min-height: 320px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
}
.devis-legal-note { position: relative; z-index: 1; font-size: 12.5px; color: #9FC2B4; margin: 16px 0 0; }
.devis-legal-note a { color: #CFE5DB; text-decoration: underline; }

/* ── 16. Pied de page vert nuit ───────────────────────────────────── */
.truelle-pied { background: var(--tr-vert-nuit); color: #9FC2B4; margin-top: 64px; padding: 56px 0 30px; }
.truelle-pied-rang { display: grid; grid-template-columns: 1.3fr 1fr 1fr .8fr; gap: 40px; margin-bottom: 40px; }
.truelle-pied .truelle-logo { color: #fff; margin-bottom: 14px; }
.truelle-pied-rang p { font-size: 14.5px; line-height: 1.6; max-width: 34ch; }
.truelle-pied h5 { color: #fff; font-size: 15.5px; margin-bottom: 16px; }
.truelle-pied ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.truelle-pied ul a { color: #9FC2B4; font-size: 14.5px; }
.truelle-pied ul a:hover { color: #fff; }
.truelle-pied-fin {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 24px; text-align: center;
  font-size: 13.5px; color: #6E9585;
}

/* ── 17. Réactif ──────────────────────────────────────────────────── */
@media (max-width: 1023px) {
  .truelle-heros-rang { grid-template-columns: 1fr; gap: 34px; }
  .truelle-heros-vue { max-width: 520px; margin: 0 auto; }
  .truelle-damier, .truelle-chiffres { grid-template-columns: repeat(2, 1fr); }
  .truelle-guide { grid-template-columns: 1fr; }
  .truelle-guide-flanc { position: static; max-width: 480px; }
  .estimator { grid-template-columns: 1fr; padding: 28px; }
  .avis-grid { grid-template-columns: 1fr; }
  .truelle-pied-rang { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 479px) {
  .truelle-tete-rang { gap: 8px; }
  .truelle-logo { font-size: 19px; }
  .truelle-logo-pictos { width: 34px; height: 34px; font-size: 16px; border-radius: 10px; }
  .truelle-plieur { width: 38px; height: 38px; }
  .truelle-tete .truelle-bouton { padding: 10px 13px; font-size: 13px; }
  .truelle-tete .truelle-bouton::after { display: none; }
}
@media (max-width: 639px) {
  body { font-size: 16px; }
  .truelle-cadre { padding: 0 18px; }
  .truelle-tranche { padding: 38px 0; }
  .truelle-damier, .truelle-chiffres, .prix-grid { grid-template-columns: 1fr; }
  .truelle-ruban-barre { justify-content: center; padding: 18px 22px; }
  .truelle-flottante { position: static; margin-top: 12px; min-width: 0; }
  .truelle-heros-vue { padding: 0; }
  .truelle-bandeau { padding: 34px 24px; border-radius: 24px; }
  .truelle-pied-rang { grid-template-columns: 1fr; gap: 28px; }
  .truelle-guide-liste li { padding: 18px 18px 18px 64px; }
}
