/* DiagAuto 41·45 — feuille de style */

:root {
  --ink: #101720;
  --ink-2: #1b2733;
  --ink-3: #2c3a49;
  --amber: #ffa51f;
  --amber-dk: #e08600;
  --amber-soft: #fff4e0;
  --green: #17a673;
  --green-soft: #e6f6ef;
  --red: #d94141;
  --paper: #ffffff;
  --sand: #f6f4f0;
  --sand-2: #efeae2;
  --line: #e3ded6;
  --line-dk: #2a3644;
  --muted: #6a7381;
  --shell: 1140px;
  --radius: 14px;
  --font: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.62;
  color: var(--ink-2);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 0.5em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.1rem, 6vw, 3.7rem);
}
h2 {
  font-size: clamp(1.7rem, 4.2vw, 2.7rem);
}
h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1.05em;
  text-wrap: pretty;
}

p:last-child {
  margin-bottom: 0;
}

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 22px;
}

.section {
  padding: 82px 0;
}

.section--tight {
  padding: 60px 0;
}

.section--dark {
  background: var(--ink);
  color: #c8d0da;
}

.section--dark h2,
.section--dark h3 {
  color: #fff;
}

.section--paper {
  background: var(--paper);
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber-dk);
  margin-bottom: 14px;
}

.section--dark .eyebrow {
  color: var(--amber);
}

.lede {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 62ch;
}

.section--dark .lede {
  color: #98a4b2;
}

/* ---------- Boutons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 15px 26px;
  border-radius: 10px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.btn:active {
  transform: translateY(1px);
}

.btn--call {
  background: var(--amber);
  color: var(--ink);
  box-shadow: 0 6px 0 var(--amber-dk);
}

.btn--call:hover {
  background: #ffb640;
}

.btn--call:active {
  box-shadow: 0 3px 0 var(--amber-dk);
  transform: translateY(3px);
}

.btn--ghost {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}

.btn--ghost:hover {
  background: var(--sand-2);
}

.section--dark .btn--ghost,
.hero .btn--ghost,
.final .btn--ghost {
  border-color: #33404f;
  color: #fff;
}

.section--dark .btn--ghost:hover,
.hero .btn--ghost:hover,
.final .btn--ghost:hover {
  background: #1b2733;
  border-color: #46525f;
}

.btn--lg {
  font-size: 1.16rem;
  padding: 18px 32px;
}

.btn__num {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* ---------- Barre haute ---------- */

.topbar {
  background: var(--ink);
  color: #9fabb9;
  font-size: 0.84rem;
  padding: 9px 0;
}

.topbar__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.topbar b {
  color: #fff;
  font-weight: 600;
}

.topbar__tel {
  text-decoration: none;
  color: var(--amber);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 720px) {
  .topbar__hide {
    display: none;
  }
  .topbar__row {
    justify-content: center;
  }
}

/* ---------- En-tête ---------- */

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 244, 240, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 74px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  flex-shrink: 0;
}

.brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  flex-shrink: 0;
}

.brand__txt {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand__name {
  font-weight: 800;
  font-size: 1.24rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.brand__name span {
  color: var(--amber-dk);
}

.brand__sub {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink-3);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  border-color: var(--amber);
}

.header .btn {
  padding: 12px 20px;
  font-size: 0.97rem;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }
}

@media (max-width: 600px) {
  .header__row {
    height: 66px;
  }
  /* La barre d'appel fixe prend le relais : ici on ne garde que l'icône */
  .header .btn__num {
    display: none;
  }
  .header .btn--call {
    padding: 12px 14px;
  }
  .brand__mark {
    width: 38px;
    height: 38px;
  }
  .brand__name {
    font-size: 1.12rem;
  }
}

@media (max-width: 380px) {
  .brand__sub {
    display: none;
  }
}

/* ---------- Héros ---------- */

.hero {
  background: var(--ink);
  color: #b9c3ce;
  padding: 74px 0 0;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: var(--amber);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
  padding-bottom: 74px;
}

.hero h1 {
  color: #fff;
  margin-bottom: 22px;
}

.hero h1 em {
  font-style: normal;
  color: var(--amber);
}

.hero__intro {
  font-size: 1.18rem;
  line-height: 1.6;
  color: #a9b5c2;
  max-width: 54ch;
  margin-bottom: 30px;
}

.hero__intro strong {
  color: #fff;
  font-weight: 700;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.hero__note {
  font-size: 0.92rem;
  color: #7d8b99;
  margin: 0;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(23, 166, 115, 0.14);
  border: 1px solid rgba(23, 166, 115, 0.4);
  color: #4fd6a3;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 7px 15px;
  border-radius: 100px;
}

.hero__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

/* Badge horaires : point qui pulse, comme un voyant « en ligne » */

.hero__badge--hours {
  background: rgba(255, 165, 31, 0.15);
  border-color: rgba(255, 165, 31, 0.45);
  color: var(--amber);
}

.hero__badge--hours::before {
  box-shadow: 0 0 0 0 rgba(255, 165, 31, 0.65);
  animation: ping 2.2s infinite;
}

@keyframes ping {
  70%,
  100% {
    box-shadow: 0 0 0 9px rgba(255, 165, 31, 0);
  }
}

/* Carte prix du héros */

.pricecard {
  background: var(--ink-2);
  border: 1px solid var(--line-dk);
  border-radius: 18px;
  padding: 28px;
}

.pricecard__title {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d8b99;
  margin-bottom: 20px;
}

.priceline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-dk);
}

.priceline:last-of-type {
  border-bottom: 0;
}

.priceline__lbl {
  color: #c8d0da;
  font-size: 0.98rem;
  line-height: 1.35;
}

.priceline__lbl small {
  display: block;
  color: #77848f;
  font-size: 0.82rem;
}

.priceline__val {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  letter-spacing: -0.03em;
}

.priceline__val--free {
  color: #4fd6a3;
}

.pricecard__foot {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px dashed var(--line-dk);
  font-size: 0.87rem;
  color: #8b98a5;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 48px;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 56px;
  }
}

/* ---------- Bandeau réassurance ---------- */

.strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.strip__item {
  padding: 26px 22px;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.strip__item:last-child {
  border-right: 0;
}

.strip__item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.strip__item b {
  display: block;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.strip__item span {
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 880px) {
  .strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip__item:nth-child(2) {
    border-right: 0;
  }
  .strip__item:nth-child(1),
  .strip__item:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 460px) {
  .strip__grid {
    grid-template-columns: 1fr;
  }
  .strip__item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 4px;
  }
  .strip__item:last-child {
    border-bottom: 0;
  }
}

/* ---------- Le problème ---------- */

.problem__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.story {
  font-size: 1.14rem;
  line-height: 1.68;
  color: var(--ink-3);
}

.story p:first-of-type {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
}

.story strong {
  background: linear-gradient(transparent 62%, var(--amber-soft) 62%);
  font-weight: 700;
  color: var(--ink);
}

.quote {
  background: var(--ink);
  color: #fff;
  border-radius: 18px;
  padding: 36px 34px;
  position: relative;
}

.quote__mark {
  font-size: 3.4rem;
  line-height: 0.6;
  color: var(--amber);
  font-weight: 800;
  display: block;
  margin-bottom: 12px;
}

.quote p {
  font-size: 1.32rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.quote__who {
  font-size: 0.9rem;
  color: #8b98a5;
  font-weight: 500;
}

.quote__who b {
  color: var(--amber);
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}

@media (max-width: 860px) {
  .problem__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ---------- Étapes ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 48px;
  counter-reset: step;
}

.step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.step__n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--amber);
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 16px;
}

.step h3 {
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.step p {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0 0 16px;
}

.step__time {
  align-self: flex-start;
  margin-top: auto;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--amber-dk);
  background: var(--amber-soft);
  padding: 4px 10px;
  border-radius: 6px;
}

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

@media (max-width: 560px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* ---------- Prestations ---------- */

.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 46px;
}

.service {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.service__ico {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: var(--amber-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.service h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
}

.service p {
  color: var(--muted);
  font-size: 0.98rem;
  margin-bottom: 18px;
}

.service ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: auto;
}

.service li {
  display: flex;
  gap: 10px;
  font-size: 0.93rem;
  color: var(--ink-3);
  padding: 5px 0;
}

.service li::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background: var(--green-soft);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.3l2.6 2.6L12 5.5' fill='none' stroke='%2317a673' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 780px) {
  .services {
    grid-template-columns: 1fr;
  }
}

/* ---------- Indépendance ---------- */

.indep {
  background: var(--amber);
  color: var(--ink);
  padding: 66px 0;
}

.indep__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.indep h2 {
  color: var(--ink);
  margin: 0;
}

.indep p {
  font-size: 1.13rem;
  line-height: 1.62;
  color: #4a3a17;
  margin: 0;
}

.indep p + p {
  margin-top: 1em;
}

.indep strong {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 860px) {
  .indep__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* ---------- Le rapport ---------- */

.report__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.report__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.report__list li {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-dk);
}

.report__list li:last-child {
  border-bottom: 0;
}

.report__list b {
  color: #fff;
  display: block;
  font-size: 1rem;
  margin-bottom: 2px;
}

.report__list span {
  font-size: 0.94rem;
  color: #8d9aa8;
  line-height: 1.5;
}

.report__list i {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: rgba(255, 165, 31, 0.16);
  color: var(--amber);
  font-style: normal;
  font-weight: 800;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/* Aperçu du rapport */

.docmock {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  transform: rotate(-1.2deg);
  color: var(--ink-2);
}

.docmock__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 16px;
}

.docmock__logo {
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.docmock__logo span {
  color: var(--amber-dk);
}

.docmock__ref {
  font-size: 0.68rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.docmock h4 {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 16px 0 8px;
  font-weight: 700;
}

.docmock h4:first-of-type {
  margin-top: 0;
}

.docrow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.8rem;
  padding: 7px 0;
  border-bottom: 1px dotted var(--line);
}

.docrow b {
  font-weight: 700;
  color: var(--ink);
}

.docrow code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.74rem;
  background: var(--sand-2);
  padding: 1px 5px;
  border-radius: 4px;
}

.tag {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 5px;
  white-space: nowrap;
}

.tag--urgent {
  background: #fdeaea;
  color: var(--red);
}
.tag--wait {
  background: var(--amber-soft);
  color: var(--amber-dk);
}
.tag--ok {
  background: var(--green-soft);
  color: var(--green);
}

.docmock__total {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 2px solid var(--ink);
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--ink);
}

@media (max-width: 900px) {
  .report__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .docmock {
    transform: none;
  }
}

/* ---------- Tarifs ---------- */

.tarifs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 46px;
}

.tarif {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
}

.tarif--hero {
  border: 2px solid var(--ink);
  position: relative;
}

.tarif__flag {
  position: absolute;
  top: -13px;
  left: 30px;
  background: var(--ink);
  color: var(--amber);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 6px;
}

.tarif h3 {
  font-size: 1.06rem;
  margin-bottom: 12px;
}

.tarif__price {
  font-size: 2.9rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 4px;
}

.tarif__price--free {
  color: var(--green);
}

.tarif__unit {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 18px;
}

.tarif p {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0;
}

/* Ligne « tarif de nuit » sous le prix de jour */

.tarif__night {
  background: var(--ink);
  color: #b9c3ce;
  border-radius: 9px;
  padding: 11px 14px;
  font-size: 0.87rem;
  line-height: 1.4;
  margin: 0 0 18px;
}

.tarif__night b {
  color: var(--amber);
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Ligne de nuit dans la carte des prix du héros */

.priceline--night .priceline__val {
  color: var(--amber);
}

@media (max-width: 860px) {
  .tarifs {
    grid-template-columns: 1fr;
  }
}

/* ---------- Zone ---------- */

.zone__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
}

.deps {
  display: grid;
  gap: 20px;
}

.dep {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 26px;
}

.dep__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.dep__num {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--amber-dk);
  letter-spacing: -0.03em;
}

.dep__name {
  font-weight: 700;
  color: var(--ink);
  font-size: 1.02rem;
}

.dep__villes {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ville {
  font-size: 0.85rem;
  background: var(--sand);
  border: 1px solid var(--line);
  color: var(--ink-3);
  padding: 4px 11px;
  border-radius: 100px;
}

/* Communes dans le rayon offert */

.dep--free {
  border: 2px solid var(--green);
  background: var(--green-soft);
}

.dep__num--free {
  color: var(--green);
  font-size: 1.24rem;
}

.dep--free .dep__name {
  color: var(--green);
}

.ville--free {
  background: #fff;
  border-color: rgba(23, 166, 115, 0.35);
  color: #0f6b4b;
  font-weight: 600;
}

@media (max-width: 860px) {
  .zone__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ---------- Pages secteurs ---------- */

.villes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 40px;
}

.villes-grid a {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.villes-grid a:hover {
  border-color: var(--amber);
  transform: translateY(-2px);
}

.villes-grid h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.villes-grid p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.villes-grid b {
  color: var(--ink);
}

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

@media (max-width: 460px) {
  .villes-grid {
    grid-template-columns: 1fr;
  }
}

/* Tableau des prix par commune */

.tablewrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

table.prix {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93rem;
  min-width: 620px;
}

table.prix th {
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  padding: 15px 16px;
  border-bottom: 2px solid var(--line);
  white-space: nowrap;
  background: var(--sand);
  position: sticky;
  top: 0;
}

table.prix td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-3);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

table.prix tr:last-child td {
  border-bottom: 0;
}

table.prix tr:hover td {
  background: var(--sand);
}

table.prix td:first-child {
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: normal;
}

table.prix a {
  color: var(--amber-dk);
  font-weight: 700;
}

.dep__villes a.ville {
  text-decoration: none;
  border-color: var(--amber);
  color: var(--amber-dk);
  font-weight: 600;
}

.dep__villes a.ville:hover {
  background: var(--amber-soft);
}

/* ---------- FAQ ---------- */

.faq {
  max-width: 800px;
  margin: 44px auto 0;
}

.qa {
  border-bottom: 1px solid var(--line);
}

.qa summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 46px 22px 0;
  font-weight: 700;
  font-size: 1.06rem;
  color: var(--ink);
  position: relative;
  letter-spacing: -0.015em;
}

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

.qa summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-right: 2.5px solid var(--amber-dk);
  border-bottom: 2.5px solid var(--amber-dk);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.qa[open] summary::after {
  transform: rotate(-135deg);
  margin-top: -3px;
}

.qa__body {
  padding: 0 40px 24px 0;
  color: var(--muted);
  font-size: 1rem;
}

.qa__body strong {
  color: var(--ink);
}

/* ---------- Appel final ---------- */

.final {
  background: var(--ink);
  color: #b9c3ce;
  padding: 84px 0;
  text-align: center;
}

.final h2 {
  color: #fff;
  max-width: 20ch;
  margin: 0 auto 18px;
}

.final p {
  font-size: 1.14rem;
  color: #98a4b2;
  max-width: 54ch;
  margin: 0 auto 34px;
}

.final__tel {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(1.7rem, 5.6vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--amber);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  margin-bottom: 12px;
}

.final__tel:hover {
  color: #ffb640;
}

.final__hours {
  font-size: 0.95rem;
  color: #77848f;
}

/* ---------- Pied de page ---------- */

.footer {
  background: #0a0f16;
  color: #7d8b99;
  padding: 52px 0 120px;
  font-size: 0.92rem;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid #1b2733;
}

.footer h4 {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

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

.footer li {
  padding: 4px 0;
}

.footer a {
  color: #9fabb9;
  text-decoration: none;
}

.footer a:hover {
  color: var(--amber);
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}

.footer__brand img {
  width: 40px;
  height: 40px;
}

.footer__brand b {
  color: #fff;
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.footer__bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: #5c6875;
}

@media (max-width: 780px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer {
    padding-bottom: 130px;
  }
}

/* ---------- Barre d'appel mobile ---------- */

.callbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: var(--ink);
  border-top: 1px solid #253141;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  display: none;
  gap: 12px;
  align-items: center;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.24);
}

.callbar__info {
  flex: 1;
  min-width: 0;
  line-height: 1.24;
}

.callbar__info b {
  display: block;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
}

.callbar__info span {
  font-size: 0.79rem;
  color: #8b98a5;
}

.callbar .btn {
  padding: 13px 20px;
  font-size: 1rem;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .callbar {
    display: flex;
  }
}

/* ---------- Apparition au défilement ---------- */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  html {
    scroll-behavior: auto;
  }
}

/* ---------- Page mentions légales ---------- */

.legal {
  background: var(--paper);
  padding: 60px 0 90px;
}

.legal__wrap {
  max-width: 760px;
}

.legal h2 {
  font-size: 1.32rem;
  margin: 42px 0 12px;
}

.legal h2:first-of-type {
  margin-top: 28px;
}

.legal p,
.legal li {
  color: var(--ink-3);
  font-size: 1rem;
}

.legal ul {
  padding-left: 20px;
  margin-bottom: 1.05em;
}

.legal li {
  padding: 3px 0;
}

.legal a {
  color: var(--amber-dk);
}

.todo {
  background: var(--amber-soft);
  border-left: 3px solid var(--amber);
  padding: 3px 9px;
  border-radius: 4px;
  font-weight: 700;
  color: var(--amber-dk);
}
