/* Sitewide polish — dark premium theme native */
body.sitewide-polish {
  line-height: 1.55;
}

body.sitewide-polish .container,
body.sitewide-polish .container-narrow {
  width: min(1140px, 100% - 1.5rem);
}

body.sitewide-polish img,
body.sitewide-polish video,
body.sitewide-polish iframe {
  max-width: 100%;
  height: auto;
}

/* Constrain images inside content sections */
body.sitewide-polish .seo-content img,
body.sitewide-polish .seo-content-inner img,
body.sitewide-polish .service-image img,
body.sitewide-polish .section img:not(.logo-icon):not(.icon) {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 768px) {
  body.sitewide-polish .seo-content img,
  body.sitewide-polish .seo-content-inner img,
  body.sitewide-polish .service-image img,
  body.sitewide-polish .section img:not(.logo-icon):not(.icon) {
    max-height: 360px;
  }
}

html, body {
  overflow-x: hidden;
}

/* Cards follow native dark theme */
body.sitewide-polish .page-hero,
body.sitewide-polish .page-hero--compact {
  background: var(--bg-card, #0d0e12);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  padding: clamp(2rem, 4vw, 3rem);
}

body.sitewide-polish .page-hero-title,
body.sitewide-polish .page-hero--compact .page-hero-title {
  color: var(--text, #f5f3ef) !important;
}
body.sitewide-polish .page-hero-subtitle,
body.sitewide-polish .page-hero--compact .page-hero-subtitle {
  color: var(--text-muted, #b5afa6) !important;
}

body.sitewide-polish .seo-content,
body.sitewide-polish .seo-content-inner {
  background: var(--bg-card, #0d0e12);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
}

body.sitewide-polish .faq-section {
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

body.sitewide-polish .faq-item {
  background: var(--bg-card-hover, #12141a);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
}

body.sitewide-polish .faq-question {
  color: var(--text, #f5f3ef) !important;
  font-weight: 600;
}

body.sitewide-polish .faq-answer {
  color: var(--text-muted, #b5afa6) !important;
}

body.sitewide-polish .reservation-widget,
body.sitewide-polish .cta-box {
  background: var(--bg-card, #0d0e12);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* Links inside content */
/* Texte toujours lisible dans les blocs SEO (évite gris sur gris selon l’ordre des CSS) */
body.sitewide-polish .seo-content,
body.sitewide-polish .seo-content-inner {
  color: var(--text-muted, #b5afa6) !important;
  font-size: 1rem !important;
}
body.sitewide-polish .seo-content h2,
body.sitewide-polish .seo-content h3,
body.sitewide-polish .seo-content-inner h2,
body.sitewide-polish .seo-content-inner h3,
body.sitewide-polish .seo-content .faq-section > h2,
body.sitewide-polish .seo-content .faq-item h3 {
  color: var(--text, #f5f3ef) !important;
}
body.sitewide-polish .seo-content p,
body.sitewide-polish .seo-content li,
body.sitewide-polish .seo-content-inner p,
body.sitewide-polish .seo-content-inner li,
body.sitewide-polish .seo-content .faq-item p {
  color: var(--text-muted, #b5afa6) !important;
}
body.sitewide-polish .seo-content strong,
body.sitewide-polish .seo-content-inner strong {
  color: var(--text, #f5f3ef) !important;
}
body.sitewide-polish .seo-content ul.seo-content-list li::marker {
  color: var(--text-muted, #b5afa6) !important;
}

/* Bloc SEO : toujours visible (pas d’animation reveal héritée) */
body.sitewide-polish .seo-content,
body.sitewide-polish .seo-content-inner,
body.sitewide-polish .seo-content .faq-section {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Index & pages : tout le contenu .reveal visible sans attendre l’IntersectionObserver (évite page vide au scroll / si JS lent) */
body.sitewide-polish main.app-main .reveal-section .reveal,
body.sitewide-polish main.app-main .reveal-section .related-pages-heading {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

body.sitewide-polish .seo-content a:not(.btn),
body.sitewide-polish .seo-content-inner a:not(.btn),
body.sitewide-polish .faq-section a:not(.btn),
body.sitewide-polish .seo-see-also-links a {
  color: var(--gold, #d4d4d8) !important;
  text-decoration: underline;
  text-decoration-color: rgba(212, 212, 216, 0.3) !important;
  text-underline-offset: 2px;
}

body.sitewide-polish .seo-content a:not(.btn):hover,
body.sitewide-polish .seo-content-inner a:not(.btn):hover,
body.sitewide-polish .faq-section a:not(.btn):hover,
body.sitewide-polish .seo-see-also-links a:hover {
  color: var(--gold-light, #e4e4e7) !important;
  text-decoration-color: rgba(228, 228, 231, 0.6) !important;
}

body.sitewide-polish .seo-see-also-links {
  opacity: 1 !important;
}

/* Buttons */
body.sitewide-polish .btn,
body.sitewide-polish .header-cta,
body.sitewide-polish .call-button,
body.sitewide-polish .whatsapp-button,
body.sitewide-polish .sticky-bar-mobile-btn {
  border-radius: 10px;
}

body.sitewide-polish .page-hero-cta,
body.sitewide-polish .seo-content-cta,
body.sitewide-polish .cta-buttons,
body.sitewide-polish .page-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* CTA fin de page (confidentialité, privacy, etc.) */
body.sitewide-polish main.app-main > .page-cta {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem)
    max(clamp(1.25rem, 4vw, 2.25rem), env(safe-area-inset-left))
    clamp(2rem, 4vw, 2.75rem)
    max(clamp(1.25rem, 4vw, 2.25rem), env(safe-area-inset-right));
  box-sizing: border-box;
}

body.sitewide-polish .footer {
  margin-top: 24px;
}

body.sitewide-polish table {
  width: 100%;
  display: block;
  overflow-x: auto;
}

/* Tarif tables — premium dark theme */
.tarif-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tarif-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  background: var(--bg-card, rgba(255, 255, 255, 0.04));
  font-size: 0.95rem;
}

.tarif-table thead {
  background: rgba(212, 175, 55, 0.12);
}

.tarif-table th {
  padding: 0.85rem 1rem;
  text-align: left;
  font-weight: 700;
  color: var(--gold, #d4af37);
  border-bottom: 2px solid rgba(212, 175, 55, 0.25);
  white-space: nowrap;
}

.tarif-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text, #e0e0e0);
}

.tarif-table tbody tr:hover {
  background: rgba(212, 175, 55, 0.06);
}

.tarif-table td strong {
  color: #fff;
  font-weight: 700;
}

/* FAQ items — collapsible */
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 0.75rem;
  background: var(--bg-card, rgba(255, 255, 255, 0.03));
  overflow: hidden;
}

.faq-item summary {
  padding: 1rem 1.25rem;
  font-weight: 600;
  color: var(--text, #e0e0e0);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.faq-item summary::before {
  content: "+";
  font-size: 1.2rem;
  color: var(--gold, #d4af37);
  font-weight: 700;
  flex-shrink: 0;
  width: 1.5rem;
  text-align: center;
}

.faq-item[open] summary::before {
  content: "−";
}

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

.faq-item p {
  padding: 0 1.25rem 1rem;
  margin: 0;
  color: var(--text-muted, #b0b0b0);
  line-height: 1.6;
}

/* Blockquotes — testimonials */
.seo-content blockquote {
  border-left: 3px solid var(--gold, #d4af37);
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  background: var(--bg-card, rgba(255, 255, 255, 0.03));
  border-radius: 0 10px 10px 0;
}

.seo-content blockquote p {
  font-style: italic;
  color: var(--text, #e0e0e0);
  margin: 0 0 0.5rem;
}

.seo-content blockquote cite {
  font-style: normal;
  font-size: 0.9rem;
  color: var(--gold, #d4af37);
  font-weight: 600;
}

@media (max-width: 600px) {
  .tarif-table th,
  .tarif-table td {
    padding: 0.6rem 0.65rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 900px) {
  body.sitewide-polish .container,
  body.sitewide-polish .container-narrow {
    width: min(1140px, 100% - 1rem);
  }

  body.sitewide-polish .btn,
  body.sitewide-polish .header-cta,
  body.sitewide-polish .call-button,
  body.sitewide-polish .whatsapp-button {
    min-height: 42px;
  }
}

/* ===== Vehicules grid: 2 cols mobile, 4 cols desktop ===== */
.vehicules-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .vehicules-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.vehicule-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
}
.vehicule-card h2 {
  font-size: clamp(0.95rem, 2.2vw, 1.35rem);
  margin-bottom: 0.3rem;
  padding: clamp(0.6rem, 1.5vw, 1rem) clamp(0.6rem, 1.5vw, 1rem) 0;
}
.vehicule-card-desc {
  font-size: clamp(0.78rem, 1.6vw, 0.95rem);
  line-height: 1.4;
  flex: 1;
  padding: 0 clamp(0.6rem, 1.5vw, 1rem);
  margin-bottom: 0.5rem;
}
.vehicule-card-specs {
  padding: 0 clamp(0.6rem, 1.5vw, 1rem);
  margin-bottom: 0.75rem;
}
.vehicule-card-specs li {
  font-size: clamp(0.72rem, 1.4vw, 0.88rem);
  padding: 0.1rem 0;
}
.vehicule-card-btn {
  align-self: stretch;
  text-align: center;
  margin: auto clamp(0.6rem, 1.5vw, 1rem) clamp(0.6rem, 1.5vw, 1rem);
  font-size: clamp(0.78rem, 1.5vw, 0.9rem);
  padding: 0.6rem 0.8rem;
}

/* Bloc « Services spécialisés » : titres de catégorie au-dessus des grilles de cartes */
body.sitewide-polish h3.related-pages-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 600;
  color: var(--gold-light);
  margin: 1.75rem 0 1rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  letter-spacing: -0.01em;
}
body.sitewide-polish h3.related-pages-heading:first-of-type {
  margin-top: 0.35rem;
}

/* Pages avis / alternatives : priorité maximale sur le texte SEO (bat tout autre !important du bundle) */
body.page-alt-avis.sitewide-polish .seo-content,
body.page-alt-avis.sitewide-polish .seo-content-inner {
  color: #c4bfb6 !important;
  font-size: 1rem !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.page-alt-avis.sitewide-polish .seo-content h2,
body.page-alt-avis.sitewide-polish .seo-content h3,
body.page-alt-avis.sitewide-polish .seo-content-inner h2,
body.page-alt-avis.sitewide-polish .seo-content-inner h3,
body.page-alt-avis.sitewide-polish .seo-content .faq-section > h2,
body.page-alt-avis.sitewide-polish .seo-content .faq-item h3 {
  color: #f5f3ef !important;
}

body.page-alt-avis.sitewide-polish .seo-content p,
body.page-alt-avis.sitewide-polish .seo-content li,
body.page-alt-avis.sitewide-polish .seo-content-inner p,
body.page-alt-avis.sitewide-polish .seo-content-inner li,
body.page-alt-avis.sitewide-polish .seo-content .faq-item p {
  color: #c4bfb6 !important;
}

body.page-alt-avis.sitewide-polish .seo-content strong,
body.page-alt-avis.sitewide-polish .seo-content-inner strong {
  color: #f0ebe3 !important;
}

body.page-alt-avis.sitewide-polish .seo-content a:not(.btn),
body.page-alt-avis.sitewide-polish .seo-content-inner a:not(.btn) {
  color: #e4e4e7 !important;
}

/* Accueil — tableau indicatifs : colonnes équilibrées, séparateurs symétriques, CTA visibles */
body.sitewide-polish .home-price-teaser .home-price-table-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: min(100%, 800px) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.06) 0%, transparent 45%),
    var(--bg-card, #0d0e12) !important;
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  overflow: hidden !important;
}

body.sitewide-polish .home-price-teaser .home-price-table {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

@media (min-width: 721px) {
  body.sitewide-polish .home-price-teaser .home-price-table thead th:nth-child(1),
  body.sitewide-polish .home-price-teaser .home-price-table tbody th {
    width: 34% !important;
  }

  body.sitewide-polish .home-price-teaser .home-price-table thead th:nth-child(2),
  body.sitewide-polish .home-price-teaser .home-price-table tbody td:nth-child(2) {
    width: 26% !important;
  }

  body.sitewide-polish .home-price-teaser .home-price-table thead th:nth-child(3),
  body.sitewide-polish .home-price-teaser .home-price-table tbody td:last-child {
    width: 40% !important;
  }
}

body.sitewide-polish .home-price-teaser .home-price-table thead th {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #a8a29e !important;
  padding: 1rem 1.25rem 0.95rem !important;
  vertical-align: bottom !important;
  background: rgba(0, 0, 0, 0.42) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-top: none !important;
}

body.sitewide-polish .home-price-teaser .home-price-table thead th:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.09) !important;
}

@media (min-width: 721px) {
  body.sitewide-polish .home-price-teaser .home-price-table thead th:last-child {
    text-align: right !important;
  }
}

body.sitewide-polish .home-price-teaser .home-price-table tbody th {
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: var(--text, #f5f3ef) !important;
  line-height: 1.45 !important;
  padding: 1.1rem 1.25rem !important;
  vertical-align: middle !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
}

/* Liens CDG / Orly : discrets (l’action principale reste la colonne de droite) */
body.sitewide-polish .home-price-teaser .home-price-table tbody th a {
  font-weight: 600 !important;
  color: #d6d3d1 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted rgba(214, 211, 209, 0.35) !important;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease !important;
  margin-inline-start: 0.15em !important;
  padding: 0.1em 0.15em !important;
  border-radius: 4px !important;
}

body.sitewide-polish .home-price-teaser .home-price-table tbody th a:hover {
  color: #fafaf9 !important;
  border-bottom-color: transparent !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.sitewide-polish .home-price-teaser .home-price-table tbody td:nth-child(2) {
  font-variant-numeric: tabular-nums !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #fafaf9 !important;
  padding: 1.1rem 1.25rem !important;
  vertical-align: middle !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.09) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
}

body.sitewide-polish .home-price-teaser .home-price-table tbody td:last-child {
  padding: 0.85rem 1.25rem !important;
  vertical-align: middle !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.09) !important;
}

@media (min-width: 721px) {
  body.sitewide-polish .home-price-teaser .home-price-table tbody td:last-child {
    text-align: right !important;
  }
}

body.sitewide-polish .home-price-teaser .home-price-table tbody td:last-child a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.45rem !important;
  max-width: 100% !important;
  padding: 0.58rem 1.15rem 0.58rem 1.2rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.06) 100%
  ) !important;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #f4f4f5 !important;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease,
    color 0.15s ease !important;
}

body.sitewide-polish .home-price-teaser .home-price-table tbody td:last-child a::after {
  content: '→' !important;
  font-size: 0.95em !important;
  opacity: 0.85 !important;
  flex-shrink: 0 !important;
}

body.sitewide-polish .home-price-teaser .home-price-table tbody td:last-child a:hover {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 100%
  ) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  transform: translateX(3px) !important;
  color: #fff !important;
}

body.sitewide-polish .home-price-teaser .home-price-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.035) !important;
}

body.sitewide-polish .home-price-teaser .home-price-table tbody tr:last-child th,
body.sitewide-polish .home-price-teaser .home-price-table tbody tr:last-child td {
  border-bottom: none !important;
}

@media (max-width: 720px) {
  body.sitewide-polish .home-price-teaser .home-price-table {
    table-layout: auto !important;
  }

  body.sitewide-polish .home-price-teaser .home-price-table thead th:last-child {
    text-align: left !important;
  }

  body.sitewide-polish .home-price-teaser .home-price-table tbody td:nth-child(2) {
    border-left: none !important;
    background: transparent !important;
    padding-left: 1rem !important;
  }

  body.sitewide-polish .home-price-teaser .home-price-table tbody td:last-child {
    border-left: none !important;
    text-align: left !important;
  }

  body.sitewide-polish .home-price-teaser .home-price-table tbody td:last-child a {
    justify-content: space-between !important;
  }
}

@media (max-width: 600px) {
  body.sitewide-polish .home-price-teaser .home-price-table {
    min-width: 0 !important;
  }
}

@media (max-width: 520px) {
  body.sitewide-polish .home-price-teaser .home-price-table tbody td:last-child a {
    width: 100% !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
  }
}

/* Avis juridique court (intermédiaire / chauffeurs indépendants) */
body.sitewide-polish .footer-legal-notice {
  font-size: 0.8125rem;
  line-height: 1.5;
  opacity: 0.88;
  max-width: 36rem;
  margin: 0.75rem 0 0;
}
body.sitewide-polish .footer-legal-notice a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.sitewide-polish .footer-nav--legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-bottom: 1rem;
}

body.sitewide-polish .footer-legal-notice--spaced {
  margin-bottom: 0.75rem;
}
