/* =========================================================
   3GP Diagnostic — feuille de style unique
   CSS pur, mobile d'abord, aucune dépendance externe.
   ========================================================= */

/* ---------- Polices auto-hébergées (Poppins) ---------- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins-400-latin.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: 400;
  font-display: swap;
  src: url('fonts/poppins-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/poppins-600-latin.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('fonts/poppins-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/poppins-700-latin.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('fonts/poppins-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Variables de charte ---------- */
:root {
  --fond: #f8fafc;
  --nuit: #1e293b;
  --nuit-fonce: #0f172a;
  --teal: #2ab3b1;
  --teal-fonce: #219a98;
  --texte: #0f172a;
  --texte-doux: #475569;
  --texte-clair: #cbd5e1;
  --bordure: #e2e8f0;
  --blanc: #ffffff;
  --ombre: 0 1px 3px rgba(15, 23, 42, .08), 0 6px 20px rgba(15, 23, 42, .06);
  --ombre-forte: 0 4px 10px rgba(15, 23, 42, .10), 0 14px 36px rgba(15, 23, 42, .10);
  --rayon: 14px;
  --largeur: 1140px;
  --hauteur-navbar: 72px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--texte);
  background: var(--fond);
  -webkit-font-smoothing: antialiased;
  padding-top: var(--hauteur-navbar);
}

h1, h2, h3 { line-height: 1.25; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.015em; }
h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.15rem; font-weight: 600; }
p { margin: 0 0 1rem; }
a { color: var(--teal-fonce); }
ul { margin: 0 0 1rem; padding-left: 1.2rem; }
img { max-width: 100%; height: auto; display: block; }

.conteneur {
  width: 100%;
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 0 20px;
}

.saut-contenu {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--teal);
  color: #fff;
  padding: 10px 16px;
  z-index: 1100;
}
.saut-contenu:focus { left: 8px; top: 8px; }

/* ---------- Navbar ----------
   Fond 100 % opaque + z-index au-dessus de tout le contenu :
   aucun texte de page ne doit transparaître derrière ni entre les liens. */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--hauteur-navbar);
  background: var(--blanc);
  border-bottom: 1px solid var(--bordure);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 4px 12px rgba(15, 23, 42, .05);
  z-index: 1000;
}
.navbar__inner {
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 0 20px;
  height: var(--hauteur-navbar);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo img {
  display: block;
  height: 40px;
  width: auto;
}
@media (max-width: 700px) {
  .logo img { height: 32px; }
}

.nav-liens {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.nav-liens a {
  display: block;
  padding: 8px 8px;
  color: var(--texte-doux);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
}
.nav-liens a:hover { color: var(--teal-fonce); background: #f1f5f9; }
.nav-liens a[aria-current="page"] { color: var(--teal); font-weight: 600; }

/* Sélecteur descendant volontaire : .bouton (déclaré plus bas, même
   spécificité) remettrait sinon le CTA en display:inline-block. */
.navbar .navbar__cta { display: none; flex-shrink: 0; white-space: nowrap; }

/* Bouton hamburger (mobile) */
.hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: none;
  border: 1px solid var(--bordure);
  border-radius: 10px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 2px;
  background: var(--nuit);
  border-radius: 2px;
}

.menu-mobile {
  display: none;
  position: fixed;
  top: var(--hauteur-navbar);
  left: 0; right: 0;
  background: #fff;
  border-bottom: 1px solid var(--bordure);
  box-shadow: var(--ombre);
  padding: 12px 20px 20px;
  z-index: 990;
}
.menu-mobile.ouvert { display: block; }
.menu-mobile ul { list-style: none; margin: 0 0 12px; padding: 0; }
.menu-mobile a {
  display: block;
  padding: 12px 4px;
  color: var(--texte);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid var(--bordure);
}
.menu-mobile a[aria-current="page"] { color: var(--teal); font-weight: 600; }

/* ---------- Boutons ---------- */
.bouton {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.bouton--primaire { background: var(--teal); color: #fff; }
.bouton--primaire:hover { background: var(--teal-fonce); transform: translateY(-1px); }
.bouton--secondaire { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.bouton--secondaire:hover { background: rgba(255, 255, 255, .12); }
.bouton--contour { background: transparent; color: var(--teal-fonce); border-color: var(--teal); }
.bouton--contour:hover { background: var(--teal); color: #fff; }
.bouton--blanc { background: #fff; color: var(--teal-fonce); }
.bouton--blanc:hover { background: #f1f5f9; }
.bouton--compact { padding: 10px 18px; font-size: .88rem; }
.bouton--large { display: block; width: 100%; }

/* ---------- Sections génériques ----------
   Rythme vertical : 48px mobile / 72px à partir de 640px. */
.section { padding: 48px 0; }
.section--claire { background: var(--blanc); }
.section--sombre { background: var(--nuit); color: #fff; }
.section--sombre h2, .section--sombre h3 { color: #fff; }
.section--sombre p { color: var(--texte-clair); }

.section__entete { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.section__entete p { color: var(--texte-doux); font-size: 1.02rem; margin-bottom: 0; }
.section--sombre .section__entete p { color: var(--texte-clair); }

.centre { text-align: center; }
.mt-32 { margin-top: 32px; }

/* ---------- Héro ---------- */
.hero {
  position: relative;
  min-height: max(520px, 75vh);
  display: flex;
  align-items: center;
  justify-content: center;
  /* Photo de façade sous voile bleu nuit. Les deux dégradés passent AVANT
     l'image : ils la recouvrent et garantissent la lisibilité du texte blanc.
     Pour changer de photo : remplacer assets/img/hero-immeuble.jpg (cf. CREDITS.md). */
  background-image:
    radial-gradient(1200px 600px at 78% 18%, rgba(42, 179, 177, .22), transparent 60%),
    linear-gradient(135deg, rgba(15, 23, 42, .93) 0%, rgba(30, 41, 59, .89) 55%, rgba(36, 56, 79, .86) 100%),
    url('img/hero-immeuble-v2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--nuit-fonce);
  color: #fff;
  padding: 56px 0;
  overflow: hidden;
  text-align: center;
}
.hero__contenu { max-width: 760px; margin: 0 auto; }
.hero h1 {
  font-size: clamp(1.9rem, 5.2vw, 3.2rem);
  margin-bottom: .5em;
}
.hero__sous-titre {
  font-size: 1.08rem;
  color: var(--texte-clair);
  max-width: 620px;
  margin: 0 auto 2rem;
}
.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* ---------- En-tête de page interne ---------- */
.entete-page {
  background:
    radial-gradient(900px 400px at 85% 10%, rgba(42, 179, 177, .20), transparent 60%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  padding: 48px 0;
}
.entete-page h1 { margin-bottom: .4em; }
.entete-page p { color: var(--texte-clair); max-width: 680px; margin-bottom: 0; font-size: 1.05rem; }

/* ---------- Grilles ---------- */
.grille { display: grid; grid-template-columns: 1fr; gap: 20px; }
/* Avis : hauteur naturelle par ligne, pas d'étirement sur la carte la plus haute */
.grille--avis { align-items: start; }
.grille--4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

/* ---------- Duo texte + image ----------
   Mobile : points puis image dessous. Desktop : deux colonnes. */
.duo { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.duo__points { display: grid; grid-template-columns: 1fr; gap: 20px; }
.duo__image { margin: 0; }
.duo__image img {
  width: 100%;
  height: auto;
  border-radius: var(--rayon);
  box-shadow: var(--ombre-forte);
}

/* ---------- Cartes ---------- */
.carte {
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 26px 22px;
}
.carte h3 { margin-bottom: .5em; }
.carte p { color: var(--texte-doux); margin-bottom: 0; font-size: .95rem; }

/* Pastille d'icône décorative (fond CSS, pas d'image) */
.icone {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(42, 179, 177, .18), rgba(42, 179, 177, .34));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--teal-fonce);
  font-weight: 700;
  font-size: .95rem;
}
.section--sombre .icone { background: rgba(42, 179, 177, .22); color: #7fdedc; }

/* ---------- Carte service détaillée ---------- */
.service {
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 28px 22px;
}
/* Repli (navigateurs sans subgrid) : colonne flex, tarif poussé en bas.
   Les intertitres ne sont alors pas alignés entre cartes, mais les prix le sont. */
.service { display: flex; flex-direction: column; }
.service .tarif { margin-top: auto; }

/* Alignement fin : chaque carte reprend les rangées de la grille parente
   (icône / titre / description / intertitre / liste / tarif). Les intertitres
   — et donc les listes à puces — démarrent à la même hauteur sur toute la
   rangée, quelle que soit la longueur du paragraphe descriptif.
   Fonctionne tel quel en 3, 2 et 1 colonne. */
@supports (grid-template-rows: subgrid) {
  .grille > .service {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    /* Le subgrid impose ses propres gouttières : sans ce 0, le row-gap
       du parent s'insérerait entre chaque rangée interne de la carte. */
    gap: 0;
  }
  /* L'espacement avant le tarif vient de la marge basse de la liste. */
  .grille > .service .tarif { margin-top: 0; }
}
.service h3 { font-size: 1.25rem; }
.service > p { color: var(--texte-doux); }
.service h4 {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--nuit);
  margin: 20px 0 10px;
}
/* Marge basse conservée : le tarif étant en margin-top:auto,
   elle garantit l'espace minimal entre la liste et l'encart. */
.service ul { list-style: none; padding: 0; margin: 0 0 22px; }
.service ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  color: var(--texte-doux);
  font-size: .94rem;
}
.service ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.tarif {
  margin-top: 22px;
  padding: 18px;
  background: #f1f5f9;
  border: 1px solid var(--bordure);
  border-radius: 12px;
}
.tarif__label {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--texte-doux);
  margin-bottom: 2px;
}
.tarif__prix {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--teal-fonce);
  margin-bottom: 6px;
}
.tarif__duree { font-size: .9rem; color: var(--nuit); font-weight: 600; margin-bottom: 6px; }
.tarif__note { font-size: .85rem; color: var(--texte-doux); margin-bottom: 0; }

/* ---------- Chiffres clés ---------- */
.chiffre {
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 24px 14px;
  text-align: center;
}
.chiffre__valeur {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--teal-fonce);
  line-height: 1.1;
  margin-bottom: 4px;
}
.chiffre__libelle { font-size: .88rem; color: var(--texte-doux); margin: 0; }

/* ---------- Avis clients ---------- */
.avis {
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
}
.etoiles { color: #f5a524; letter-spacing: 2px; margin-bottom: 12px; font-size: 1rem; }
.avis blockquote {
  margin: 0 0 16px;
  font-size: .95rem;
  color: var(--texte-doux);
  font-style: italic;
}
.avis figcaption { font-weight: 600; font-size: .92rem; color: var(--nuit); margin-top: auto; }

/* ---------- Zone d'intervention ---------- */
.villes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  justify-content: center;
}
.villes li {
  background: rgba(42, 179, 177, .14);
  border: 1px solid rgba(42, 179, 177, .35);
  color: #a5e9e7;
  border-radius: 999px;
  padding: 7px 15px;
  font-size: .9rem;
  font-weight: 500;
}

/* ---------- Encart mis en avant (ERP/PEB, B2B) ---------- */
.encart {
  background:
    radial-gradient(700px 320px at 80% 0%, rgba(42, 179, 177, .18), transparent 62%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  border-radius: 18px;
  padding: 32px 24px;
}
.encart h2, .encart h3 { color: #fff; }
.encart p { color: var(--texte-clair); }
.encart__bloc {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  padding: 20px;
}
/* Bloc « Offre spéciale incluse » : contenu à gauche, visuel à droite.
   En mobile le visuel passe au-dessus (order: -1). */
.offre { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.offre__visuel { order: -1; text-align: center; }
.offre__cercle {
  width: 180px;
  height: 180px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, #1f9d9b 100%);
  box-shadow: 0 10px 30px rgba(42, 179, 177, .28);
  display: flex;
  align-items: center;
  justify-content: center;
}
.offre__cercle svg { width: 84px; height: 84px; }
.offre__mention { color: #fff; font-weight: 700; font-size: 1.15rem; margin: 0; }
.offre__blocs { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
.offre__conclusion { margin: 24px 0 0; }

/* ---------- Bandeau CTA final ---------- */
.bandeau-cta {
  background: linear-gradient(135deg, var(--teal) 0%, #1f9d9b 100%);
  color: #fff;
  padding: 48px 0;
  text-align: center;
}
.bandeau-cta h2 { color: #fff; margin-bottom: .4em; }
.bandeau-cta p {
  color: rgba(255, 255, 255, .92);
  max-width: 620px;
  margin: 0 auto 24px;
  font-size: 1.05rem;
}

/* ---------- Contact ---------- */
.actions-contact { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 36px; }
.action-contact {
  display: block;
  background: var(--blanc);
  border: 2px solid var(--teal);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 26px 22px;
  text-decoration: none;
  color: var(--texte);
  text-align: center;
}
.action-contact:hover { background: var(--teal); color: #fff; }
.action-contact__label {
  display: block;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--texte-doux);
  margin-bottom: 6px;
}
.action-contact:hover .action-contact__label { color: rgba(255, 255, 255, .85); }
.action-contact__valeur { display: block; font-size: 1.15rem; font-weight: 700; word-break: break-word; }

.liste-infos { list-style: none; padding: 0; margin: 0; }
.liste-infos li { padding: 14px 0; border-bottom: 1px solid var(--bordure); }
.liste-infos li:last-child { border-bottom: none; }
.liste-infos strong { display: block; font-size: .85rem; color: var(--texte-doux); font-weight: 600; }

/* ---------- Contenu légal ---------- */
.contenu-texte { max-width: 780px; }
.contenu-texte h2 { font-size: 1.3rem; margin-top: 2rem; }
.contenu-texte h2:first-of-type { margin-top: 0; }
.contenu-texte p, .contenu-texte li { color: var(--texte-doux); }

/* ---------- Pied de page ---------- */
.pied {
  background: var(--nuit);
  color: var(--texte-clair);
  padding: 48px 0 24px;
}
.pied__grille { display: grid; grid-template-columns: 1fr; gap: 32px; }
.pied h2 { font-size: 1.05rem; color: #fff; margin-bottom: 1rem; }
.pied__logo { display: block; height: 46px; width: auto; margin-bottom: 1rem; }
.pied p { color: var(--texte-clair); font-size: .93rem; }
.pied ul { list-style: none; padding: 0; margin: 0; }
.pied li { margin-bottom: 10px; }
.pied a { color: var(--texte-clair); text-decoration: none; font-size: .93rem; }
.pied a:hover { color: var(--teal); text-decoration: underline; }
.pied address { font-style: normal; font-size: .93rem; line-height: 1.9; }
.pied__bas {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: .87rem;
  text-align: center;
}

/* ---------- Accessibilité ---------- */
:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* =========================================================
   Tablette
   ========================================================= */
@media (min-width: 640px) {
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.9rem; }
  .hero__actions { flex-direction: row; flex-wrap: wrap; }
  .section { padding: 72px 0; }
  .entete-page { padding: 72px 0; }
  .bandeau-cta { padding: 72px 0; }
  .grille { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .grille--4 { grid-template-columns: repeat(4, 1fr); }
  .actions-contact { grid-template-columns: repeat(2, 1fr); }
  .offre__blocs { grid-template-columns: repeat(2, 1fr); }
  .encart { padding: 40px 36px; }
  .pied__grille { grid-template-columns: repeat(2, 1fr); }
  .pied__bas { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* =========================================================
   Ordinateur
   ========================================================= */
@media (min-width: 900px) {
  h1 { font-size: 2.6rem; }
  .hero__sous-titre { font-size: 1.15rem; }
  .grille { grid-template-columns: repeat(3, 1fr); gap: 26px; }
  .duo { grid-template-columns: 1.05fr 1fr; gap: 44px; }
  .pied__grille { grid-template-columns: 1.4fr 1fr 1.2fr; gap: 48px; }

  /* Carte seule sur sa dernière ligne (7e sur 3 colonnes) : centrée.
     En 2 et 1 colonne, la règle ne s'applique pas (comportement naturel). */
  .grille > .service:last-child:nth-child(3n + 1) { grid-column: 2; }

  .offre { grid-template-columns: 1.55fr 1fr; gap: 40px; }
  .offre__visuel { order: 0; }
}

/* =========================================================
   Navigation horizontale — à partir de 1024px seulement.
   En dessous, la place manque pour logo + 5 liens + CTA sur
   une ligne : on garde le menu hamburger.
   ========================================================= */
@media (min-width: 1024px) {
  .nav-liens { display: flex; }
  .navbar .navbar__cta { display: inline-block; }
  .hamburger { display: none; }
  .menu-mobile { display: none !important; }

  /* Palier compact 1024–1279 : tout doit tenir sur une ligne */
  .navbar__cta.bouton--compact { padding: 9px 13px; font-size: .8rem; }
}

@media (min-width: 1280px) {
  .navbar__inner { gap: 16px; }
  .nav-liens { gap: 2px; }
  .nav-liens a { padding: 8px 11px; font-size: .9rem; }
  .navbar__cta.bouton--compact { padding: 10px 18px; font-size: .86rem; }
}
