/* =========================================================
   DILIGENCE — Grande Remise · Orléans
   Design éditorial prestige · monochrome · 2026
   ========================================================= */

/* ---------- Variables ---------- */
:root {
  --ink: #141414;
  --ink-soft: #2b2b2b;
  --muted: #6f6b64;
  --paper: #f5f2ec;
  --paper-2: #efece4;
  --line: rgba(20, 20, 20, 0.14);
  --line-strong: rgba(20, 20, 20, 0.32);
  --white: #faf8f3;
  --serif: "Cormorant Garamond", "Playfair Display", "Times New Roman", Georgia, serif;
  --sans: "Jost", "Inter", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --maxw: 1280px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* ---------- Empêcher la sélection de texte (site vitrine) ---------- */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 100vh;
  padding-top: env(safe-area-inset-top);
}

/* Sauf dans les champs de formulaire (saisie) et les zones d'édition */
input,
textarea,
[contenteditable="true"] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* ---------- Scrollbar design ---------- */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: var(--paper);
}
::-webkit-scrollbar-thumb {
  background: rgba(20, 20, 20, 0.35);
  border-radius: 8px;
  border: 3px solid var(--paper);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--ink);
}
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(20, 20, 20, 0.4) var(--paper);
}

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
}

/* ---------- Typographie ---------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--ink);
}

h1 {
  font-size: clamp(3rem, 9vw, 7rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 3.6rem);
}

h3 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--line-strong);
}

.lead {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--muted);
  font-weight: 300;
  max-width: 56ch;
}

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 34px;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s var(--ease);
  white-space: nowrap;
}

.btn:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-2px);
}

.btn-solid {
  background: var(--ink);
  color: var(--paper);
}

.btn-solid:hover {
  background: transparent;
  color: var(--ink);
}

.btn svg {
  width: 15px;
  height: 15px;
}

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  background: rgba(250, 248, 243, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
}

.nav.scrolled {
  background: rgba(250, 248, 243, 0.98);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 32px rgba(20, 20, 20, 0.06);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.nav-logo {
  display: flex;
  align-items: baseline;
  gap: 12px;
  line-height: 1;
}

.nav-logo .logo-img {
  display: none;
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
}

.nav-logo .wordmark {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink);
}

.nav-logo .sub {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

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

.nav-links a {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--ink);
  transition: width 0.35s var(--ease);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

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

.nav-right .btn {
  padding: 11px 22px;
  font-size: 0.68rem;
}

.nav-phone {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--ink);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 1px;
  background: var(--ink);
  transition: transform 0.35s var(--ease), opacity 0.3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 380px 0 90px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(245, 242, 236, 0.15) 0%, rgba(245, 242, 236, 0.2) 45%, var(--paper) 96%);
}

.hero-inner {
  max-width: 900px;
}

.hero .eyebrow {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.hero .eyebrow::before {
  display: none;
}

.hero h1 {
  line-height: 0.82;
  margin-bottom: 22px;
  text-shadow: 0 1px 30px rgba(245, 242, 236, 0.35);
}

.hero h1 .italic {
  font-style: italic;
}

.hero .lead {
  color: var(--ink-soft);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.55;
  max-width: 58ch;
  margin-bottom: 40px;
  text-shadow: 0 1px 20px rgba(245, 242, 236, 0.5);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

/* Indicateur de scroll (mobile uniquement) */
.hero-scroll {
  display: none;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.08) 0%, rgba(20, 20, 20, 0.55) 50%, rgba(20, 20, 20, 0.08) 100%);
  background-size: 100% 300%;
  animation: heroScrollLine 1.6s linear infinite;
}

.hero-scroll-dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 16px;
  margin-left: -1px;
  border-radius: 0;
  background: var(--ink);
  opacity: 1;
  animation: heroScrollDot 1.6s linear infinite;
}

@keyframes heroScrollDot {
  0%   { transform: translateY(-16px); opacity: 0; }
  12%  { transform: translateY(0); opacity: 1; }
  88%  { transform: translateY(60px); opacity: 1; }
  100% { transform: translateY(60px); opacity: 0; }
}

@keyframes heroScrollLine {
  0%   { background-position: 0 0%; }
  100% { background-position: 0 100%; }
}

.hero-meta {
  position: absolute;
  bottom: 40px;
  right: clamp(20px, 5vw, 64px);
  display: flex;
  gap: 0;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.hero-meta span {
  padding: 0 18px;
  border-left: 1px solid var(--line-strong);
}

.hero-meta span:first-child {
  border-left: none;
  padding-left: 0;
}

/* ---------- Sections communes ---------- */
.section {
  padding: clamp(90px, 12vw, 160px) 0;
}

.section-head {
  max-width: 720px;
  margin-bottom: clamp(48px, 7vw, 90px);
}

.section-head h2 {
  margin-bottom: 24px;
}

.section-head .lead {
  margin-bottom: 0;
}

/* ---------- Services (liste éditoriale) ---------- */
.services-list {
  border-top: 1px solid var(--line-strong);
}

.service-row {
  display: grid;
  grid-template-columns: 90px 1fr 260px 110px;
  gap: 24px;
  align-items: center;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.4s var(--ease), background 0.4s ease;
  color: inherit;
}

.service-row:hover {
  padding-left: 24px;
  background: var(--paper-2);
}

.service-num {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--muted);
}

.service-row h3 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: 6px;
}

.service-row p {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 300;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--ink-soft);
}

.service-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1;
}

.service-arrow svg {
  width: 22px;
  height: 22px;
  stroke-width: 1;
  transition: transform 0.35s var(--ease);
}

.service-row:hover .service-arrow svg {
  transform: translateX(6px);
}

/* ---------- Flotte ---------- */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.fleet-card {
  background: var(--paper);
  transition: background 0.4s ease;
}

.fleet-card:hover {
  background: var(--paper-2);
}

.fleet-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.fleet-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.fleet-card:hover .fleet-media img {
  transform: scale(1.04);
}

.fleet-body {
  padding: 30px 28px 36px;
}

.fleet-body .range {
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.fleet-body h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.fleet-body .models {
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
}

/* ---------- Blog / News ---------- */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.news-card {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  transition: background 0.4s ease;
}

.news-card:hover {
  background: var(--paper-2);
}

.news-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  display: block;
}

.news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.news-card:hover .news-media img {
  transform: scale(1.04);
}

.news-body {
  padding: 28px 26px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.news-tag {
  font-weight: 500;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 4px 12px;
}

.news-body h2 {
  font-size: 1.5rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.news-body h2 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-body p {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 20px;
}

.news-link {
  margin-top: auto;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 4px;
  align-self: flex-start;
}

.news-link:hover {
  border-color: var(--ink);
}

/* Article sponsorisé */
.news-card.news-sponsored {
  position: relative;
  background: var(--paper-2);
  border: 1px solid var(--line-strong);
}

.news-card.news-sponsored .news-tag-sponsored {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

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

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

/* ---------- Tarifs ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.price-card {
  background: var(--paper);
  padding: 52px 40px;
  display: flex;
  flex-direction: column;
  transition: background 0.4s ease;
}

.price-card:hover {
  background: var(--paper-2);
}

.price-card .range {
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}

.price-card h3 {
  font-size: 1.5rem;
  margin-bottom: 26px;
}

.price-card .amount {
  font-family: var(--serif);
  font-size: 4.4rem;
  line-height: 1;
  margin-bottom: 4px;
}

.price-card .amount sup {
  font-size: 1.6rem;
  vertical-align: super;
  margin-left: 4px;
}

.price-card .route {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 34px;
}

.price-card ul {
  border-top: 1px solid var(--line);
  margin-bottom: 34px;
}

.price-card ul li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--ink-soft);
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.price-card ul li span {
  color: var(--muted);
}

.price-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* ---------- Slider tarifs (destinations) ---------- */
.pricing-slider {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}

.pricing-track {
  display: flex;
  gap: 1px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
}

.pricing-track::-webkit-scrollbar {
  display: none;
}

.pricing-track .price-card {
  flex: 0 0 calc((100% - 2px) / 3);
  scroll-snap-align: start;
  min-width: 280px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.pricing-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 36px;
}

.pricing-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.pricing-arrow svg {
  width: 44px;
  height: 13px;
}

.pricing-arrow:hover {
  color: var(--ink);
  border-color: var(--ink);
}

#pricing-prev:hover {
  transform: translateX(-4px);
}

#pricing-next:hover {
  transform: translateX(4px);
}

@media (max-width: 560px) {
  .pricing-controls {
    gap: 16px;
    margin-top: 30px;
  }
  .pricing-arrow {
    width: 72px;
    height: 36px;
  }
  .pricing-arrow svg {
    width: 38px;
    height: 11px;
  }
}

.pricing-note {
  margin-top: 28px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
}

.pricing-note a {
  color: var(--ink);
  font-weight: 500;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 2px;
}

.pricing-note a:hover {
  border-color: var(--ink);
}

@media (max-width: 1024px) {
  .pricing-track .price-card {
    flex-basis: calc((100% - 1px) / 2);
  }
}

@media (max-width: 560px) {
  .pricing-track .price-card {
    flex: 0 0 86%;
    min-width: 0;
  }
}

/* ---------- Manifeste / À propos ---------- */
.manifesto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
}

.manifesto-media {
  position: relative;
}

.manifesto-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.manifesto-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  pointer-events: none;
  transform: translate(18px, 18px);
}

.manifesto-text h2 {
  margin-bottom: 26px;
}

.manifesto-text p {
  color: var(--muted);
  font-size: 1.02rem;
  margin-bottom: 20px;
  font-weight: 300;
}

.manifesto-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 40px;
}

.fact {
  background: var(--paper);
  padding: 26px 24px;
}

.fact .num {
  font-family: var(--serif);
  font-size: 2.4rem;
  margin-bottom: 4px;
}

.fact .lbl {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- SEO / GEO : FAQ + contenu local ---------- */
.geo-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 40px;
}

.geo-band .geo-item {
  background: var(--paper);
  padding: 22px 20px;
}

.geo-band .geo-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 6px;
}

.geo-band .geo-item span {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
  margin-top: 40px;
}

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

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--ink);
}

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

.faq-item summary .faq-plus {
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--muted);
  transition: transform 0.3s var(--ease);
}

.faq-item[open] summary .faq-plus {
  transform: rotate(45deg);
}

.faq-item .faq-answer {
  padding: 0 0 24px;
  max-width: 70ch;
  color: var(--muted);
  font-weight: 300;
}

/* ---------- Recherche FAQ ---------- */
.faq-search {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  background: var(--paper-2);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  color: var(--muted);
}

.faq-search svg {
  flex-shrink: 0;
  color: var(--muted);
}

.faq-search input {
  flex: 1 1 auto;
  border: none;
  background: transparent;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  min-width: 0;
}

.faq-search input::placeholder {
  color: var(--muted);
  opacity: 0.7;
}

.faq-search:focus-within {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(20, 20, 20, 0.08);
}

.faq-search-hint {
  font-size: 0.78rem;
  color: var(--muted);
}

.faq-item.faq-hidden {
  display: none;
}

.faq-cat.faq-hidden {
  display: none;
}

.faq-noresult {
  display: none;
  padding: 30px 0;
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--muted);
  text-align: center;
}

.faq-noresult.faq-show {
  display: block;
}

@media (max-width: 820px) {
  .geo-band {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- Comparatif VTC / Taxi / Train (GEO) ---------- */
.compare-wrap {
  border-top: 1px solid var(--line-strong);
  padding-top: 10px;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.compare-col {
  background: var(--paper);
  padding: 28px 26px;
}

.compare-col.compare-best {
  background: var(--paper-2);
  position: relative;
}

.compare-head {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-strong);
}

.compare-col ul {
  list-style: none;
}

.compare-col li {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--ink-soft);
  padding: 8px 0 8px 22px;
  position: relative;
  line-height: 1.4;
}

.compare-col li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.82em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--muted);
  opacity: 0.6;
}

.compare-col.compare-best li::before {
  content: "";
  background: var(--ink);
  opacity: 1;
}

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

/* ---------- Témoignages ---------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.testi-card {
  background: var(--paper);
  padding: 44px 38px;
}

.testi-card .quote-mark {
  font-family: var(--serif);
  font-size: 4rem;
  line-height: 0.6;
  color: var(--muted);
  margin-bottom: 24px;
  display: block;
}

.testi-card p {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 30px;
}

.testi-author {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Avis Google ---------- */
.g-stars {
  color: #fbbc05;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
}

.g-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 30px 34px;
  background: var(--paper-2);
  border: 1px solid var(--line-strong);
  border-radius: 18px;
}

.g-badge-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.g-logo {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.g-rating {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.g-score {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--ink);
}

.g-meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 2px;
}

.g-badge .btn {
  white-space: nowrap;
}

@media (max-width: 620px) {
  .g-badge {
    flex-direction: column;
    align-items: flex-start;
  }
  .g-badge .btn {
    width: 100%;
  }
}

/* ---------- Bandeau CTA ---------- */
.cta-band {
  text-align: center;
  padding: clamp(70px, 10vw, 130px) 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.cta-band h2 {
  margin-bottom: 22px;
}

.cta-band .lead {
  margin: 0 auto 40px;
}

/* ---------- Contact ---------- */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 100px);
}

.contact-lines {
  border-top: 1px solid var(--line-strong);
}

.contact-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.contact-line .k {
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-line .v {
  font-size: 1.05rem;
  color: var(--ink);
  text-align: right;
}

.contact-form {
  background: var(--paper-2);
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  padding: clamp(26px, 4vw, 44px);
}

.contact-form .form-intro {
  margin-bottom: 30px;
}

.contact-form .form-intro h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 8px;
}

.contact-form .form-intro p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 46ch;
}

.contact-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form .form-field {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 9px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(20, 20, 20, 0.38);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(20, 20, 20, 0.08);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form .btn {
  width: 100%;
  justify-content: center;
  padding: 15px 24px;
  font-size: 0.8rem;
  margin-top: 6px;
}

.contact-form .form-note {
  margin-top: 18px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--muted);
  text-align: center;
}

.contact-form .form-note a {
  color: var(--ink);
  font-weight: 500;
  white-space: nowrap;
}

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

/* ---------- Alerte formulaire ---------- */
.form-alert {
  padding: 18px 22px;
  margin-bottom: 28px;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.5;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.form-alert-success {
  background: var(--paper-2);
  color: var(--ink);
  border-color: rgba(20, 20, 20, 0.4);
}

.form-alert-error {
  background: rgba(180, 60, 50, 0.08);
  color: #8a2f24;
  border-color: rgba(180, 60, 50, 0.35);
}

.form-alert-hide {
  opacity: 0;
  transform: translateY(-6px);
}

/* ---------- Footer ---------- */
.footer {
  padding: 70px 0 40px;
  border-top: 1px solid var(--line-strong);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer h4 {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 22px;
}

.footer a,
.footer p {
  display: block;
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin-bottom: 12px;
  font-weight: 300;
  transition: color 0.25s ease;
}

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

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* ---------- Bulle WhatsApp ---------- */
.wa-bubble {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 950;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 34px rgba(20, 20, 20, 0.28);
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease;
}

.wa-bubble:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(20, 20, 20, 0.34);
}

/* Masqué quand le footer est visible (bas de page) */
.wa-bubble.wa-bubble-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.wa-bubble svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (max-width: 560px) {
  .wa-bubble {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .wa-bubble .wa-label {
    display: none;
  }
  .wa-bubble svg {
    width: 24px;
    height: 24px;
  }
}

/* ---------- Animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .service-row {
    grid-template-columns: 60px 1fr 90px;
  }
  .service-row .service-arrow {
    display: none;
  }
  .fleet-grid,
  .pricing-grid,
  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .nav {
    background: rgba(250, 248, 243, 0.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
  }
  .nav-inner {
    height: 64px;
    padding: 0 2px;
  }
  .nav.scrolled {
    background: rgba(250, 248, 243, 0.98);
  }
  .nav-logo .logo-img {
    display: block;
    width: 42px;
    height: 42px;
  }
  .nav-logo .sub {
    display: none;
  }
  .nav-logo .wordmark {
    display: none;
  }
  .nav-inner {
    position: static;
  }
  .nav-logo {
    position: static;
    transform: none;
    align-items: center;
  }
  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(340px, 88vw);
    background: var(--paper);
    border-left: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 70px 28px 32px;
    transform: translateX(100%);
    transition: transform 0.45s var(--ease);
    box-shadow: -16px 0 40px rgba(20, 20, 20, 0.08);
  }
  .nav-links.open {
    transform: translateX(0);
  }
  .nav-links a {
    font-size: 1.26rem;
    letter-spacing: 0.06em;
    text-transform: none;
    font-family: var(--serif);
    padding: 8px 0;
    width: 100%;
    border-bottom: 1px solid var(--line);
  }
  .nav-toggle {
    display: flex;
  }
  .nav-phone {
    display: none;
  }
  .nav-right {
    margin-left: auto;
  }
  .nav-right .btn {
    position: static;
    transform: none;
    padding: 10px 16px;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    opacity: 0.95;
    min-height: 42px;
  }
  .nav-right .btn:hover {
    opacity: 1;
  }
  .hero-meta {
    display: none;
  }
  /* Hero mobile : texte centré dans l'écran, photo décalée à gauche */
  .hero {
    align-items: center;
    padding: 120px 0 96px;
    min-height: 100svh;
  }
  .hero-media img {
    object-position: 28% center;
  }
  .hero-media::after {
    background: radial-gradient(ellipse at 50% 52%, rgba(245, 242, 236, 0.94) 0%, rgba(245, 242, 236, 0.6) 40%, rgba(245, 242, 236, 0.18) 62%, rgba(245, 242, 236, 0) 78%);
  }
  .hero-inner {
    max-width: 100%;
    text-align: center;
  }
  .hero .eyebrow {
    font-size: 0.66rem;
    margin-bottom: 20px;
    justify-content: center;
  }
  .eyebrow-hide {
    display: none;
  }
  .hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
    line-height: 1.04;
    margin-bottom: 24px;
    text-shadow: none;
  }
  .hero .lead {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .hero-actions .btn {
    width: min(100%, 280px);
    padding: 14px 20px;
    font-size: 0.7rem;
  }
  .hero-actions .btn-solid {
    display: none;
  }
  .hero-scroll {
    display: block;
    position: static;
    transform: none;
    margin: 30px auto 0;
  }
  .manifesto {
    grid-template-columns: 1fr;
  }
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .fleet-grid,
  .pricing-grid,
  .testi-grid {
    grid-template-columns: 1fr;
  }
  .service-row {
    grid-template-columns: 36px 1fr;
    gap: 14px;
    padding: 24px 0;
  }
  .service-row .service-icon {
    display: none;
  }
  .manifesto-facts {
    grid-template-columns: 1fr 1fr;
  }
  .contact-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .contact-line .v {
    text-align: left;
  }
}

/* ---------- Très grands écrans (27" et plus) : nav ancrée aux bords ---------- */
@media (min-width: 1600px) {
  .nav .container {
    max-width: 100%;
    padding-left: clamp(40px, 6vw, 120px);
    padding-right: clamp(40px, 6vw, 120px);
  }
  .nav-inner {
    height: 80px;
  }
  .nav-logo .wordmark {
    font-size: 2.1rem;
  }
}
