/*
Theme Name: EXOCYR Esthétique Auto
Theme URI: https://exocyr.ca/
Author: EXOCYR
Author URI: https://exocyr.ca/
Description: Thème premium Cyber-Performance pour EXOCYR Esthétique Auto — service mobile haut de gamme à Québec. Basé sur la structure Aqualine.
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, dark, modern, automotive
Text Domain: exocyr
*/

/* ================================================================
   EXOCYR — CSS Variables & Design Tokens
================================================================ */
:root {
  --font-main: 'Poppins', sans-serif;
  --font-headers: 'Montserrat', sans-serif;

  --cyan:        #00F5D4;
  --cyan-glow:   rgba(0, 245, 212, 0.25);
  --cyan-dim:    rgba(0, 245, 212, 0.08);
  --black:       #0A0A0A;
  --section-bg:  #1A1A1A;
  --white:       #FFFFFF;
  --gray-text:   #E0E0E0;
  --gray-muted:  #888888;
  --border:      rgba(0, 245, 212, 0.3);

  --main:        #00F5D4;
  --second:      #1A1A1A;
  --gray:        #1A1A1A;
  --gray-dark:   rgba(0, 0, 0, 0.6);
  --gray-light:  rgba(255, 255, 255, 0.05);
  --white-text:  rgba(255, 255, 255, 0.75);
  --black-darker:#000000;
  --black-text:  #E0E0E0;
  --black-light: rgba(10, 10, 10, 0.85);

  --radius:      4px;
  --transition:  all 0.3s ease;
  --shadow-cyan: 0 0 20px rgba(0, 245, 212, 0.35);
  --shadow-card: 0 4px 30px rgba(0, 0, 0, 0.5);
}

/* ================================================================
   1. CSS Reset / Normalize
================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: var(--font-main); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { background: var(--black); color: var(--gray-text); font-family: var(--font-main); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cyan); text-decoration: none; transition: var(--transition); }
a:hover { color: #fff; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ================================================================
   2. Typography
================================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-headers);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.75rem); }
h4 { font-size: 1.25rem; }
p { margin-bottom: 1rem; color: var(--gray-text); }
strong { color: var(--white); font-weight: 600; }

/* Cyan accent text */
.ltx-color-main, .color-main { color: var(--cyan) !important; }

/* ================================================================
   3. Layout & Container
================================================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-fluid { width: 100%; padding: 0 24px; }
.main-wrapper { min-height: 60vh; padding-top: 80px; }
.ltx-content-wrapper { overflow-x: hidden; }
/* Hero n'a pas besoin de padding-top supplémentaire car main-wrapper le gère */

/* Grid helpers */
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.col { padding: 0 15px; }
[class*="col-"] { padding: 0 15px; }
.col-lg-4 { width: 33.333%; }
.col-lg-6 { width: 50%; }
.col-lg-8 { width: 66.666%; }
.col-lg-12 { width: 100%; }
.col-md-6 { width: 50%; }
.text-center { text-align: center; }

/* ================================================================
   4. Navigation Bar  (mirrors Aqualine .navbar structure)
================================================================ */
#nav-wrapper {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
#nav-wrapper.scrolled {
  background: rgba(10, 10, 10, 0.97);
  box-shadow: 0 2px 30px rgba(0, 245, 212, 0.1);
  border-bottom: 1px solid var(--border);
}
nav.navbar { padding: 0; }
nav.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.navbar-logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.navbar-logo .site-name {
  font-family: var(--font-headers);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--white);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.navbar-logo .site-name span { color: var(--cyan); }
.navbar-logo .ltx-logo-icon {
  width: 38px; height: 38px;
  background: var(--cyan);
  clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 0.85rem; color: var(--black);
}

/* Nav menu */
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.navbar-nav li a {
  display: block;
  padding: 8px 16px;
  font-family: var(--font-headers);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gray-text);
  border-radius: var(--radius);
  transition: var(--transition);
  position: relative;
}
.navbar-nav li a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 16px; right: 16px;
  height: 1px;
  background: var(--cyan);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.navbar-nav li a:hover,
.navbar-nav li.current-menu-item a {
  color: var(--cyan);
}
.navbar-nav li a:hover::after,
.navbar-nav li.current-menu-item a::after { transform: scaleX(1); }

/* Nav CTA button */
.navbar-nav .nav-cta a {
  background: transparent;
  border: 1px solid var(--cyan);
  color: var(--cyan) !important;
  box-shadow: var(--shadow-cyan);
  padding: 8px 20px;
}
.navbar-nav .nav-cta a:hover {
  background: var(--cyan);
  color: var(--black) !important;
}
.navbar-nav .nav-cta a::after { display: none; }

/* Mobile toggle */
.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px; height: 2px;
  background: var(--cyan);
  transition: var(--transition);
}

/* ================================================================
   5. Hero / Page Header  (Aqualine: header.pageheader)
================================================================ */
.header-wrapper { position: relative; }

.ltx-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background: var(--black);
  padding-top: 0;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.ltx-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,245,212,0.06) 0%, transparent 60%);
  pointer-events: none;
}
/* Parallelogram background motif */
.ltx-hero::after {
  content: '';
  position: absolute;
  top: -10%; right: -5%;
  width: 55%; height: 120%;
  background: var(--section-bg);
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  pointer-events: none;
  opacity: 0.5;
}
.ltx-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 90px;
}
.ltx-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-headers);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--cyan);
  margin-bottom: 1.5rem;
}
.ltx-hero-eyebrow::before {
  content: '';
  display: block;
  width: 30px; height: 1px;
  background: var(--cyan);
}
.ltx-hero h1 { margin-bottom: 1.5rem; }
.ltx-hero h1 .highlight {
  color: var(--cyan);
  text-shadow: 0 0 40px rgba(0,245,212,0.4);
}
.ltx-hero .hero-desc {
  font-size: 1.1rem;
  color: var(--gray-text);
  max-width: 520px;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
.ltx-hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.ltx-hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gray-text);
  background: var(--cyan-dim);
}
.ltx-hero-badge .dot {
  width: 6px; height: 6px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--cyan);
}
.ltx-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.ltx-hero-scroll {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--gray-muted);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}
.ltx-hero-scroll::after {
  content: '';
  display: block;
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--cyan), transparent);
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ================================================================
   6. Buttons (Aqualine: .ltx-btn style)
================================================================ */
.ltx-btn, .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-family: var(--font-headers);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.ltx-btn-primary, .btn-primary {
  background: var(--cyan);
  color: var(--black);
  border: 1px solid var(--cyan);
}
.ltx-btn-primary:hover, .btn-primary:hover {
  background: transparent;
  color: var(--cyan);
  box-shadow: var(--shadow-cyan);
  transform: translateY(-2px);
}
.ltx-btn-outline, .btn-outline {
  background: transparent;
  color: var(--cyan);
  border: 1px solid var(--cyan);
  box-shadow: inset 0 0 0 0 var(--cyan);
}
.ltx-btn-outline:hover, .btn-outline:hover {
  background: var(--cyan);
  color: var(--black);
  box-shadow: var(--shadow-cyan);
  transform: translateY(-2px);
}

/* ================================================================
   7. Section Styles (Aqualine: .ltx-section)
================================================================ */
.ltx-section {
  padding: 100px 0;
  position: relative;
}
.ltx-section-dark { background: var(--black); }
.ltx-section-alt  { background: var(--section-bg); }

/* Parallelogram section divider */
.ltx-divider-skew {
  position: relative;
  height: 60px;
  overflow: hidden;
}
.ltx-divider-skew::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--section-bg);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

/* Section header */
.ltx-section-header { margin-bottom: 60px; }
.ltx-section-header.text-center { text-align: center; }
.ltx-section-header .ltx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-headers);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 1rem;
}
.ltx-section-header .ltx-eyebrow::before,
.ltx-section-header .ltx-eyebrow::after {
  content: '';
  display: block;
  width: 24px; height: 1px;
  background: var(--cyan);
}
.ltx-section-header h2 { margin-bottom: 1rem; }
.ltx-section-header p {
  font-size: 1.05rem;
  color: var(--gray-text);
  max-width: 580px;
  margin: 0 auto;
}

/* ================================================================
   8. Services / Tariffs Block (Aqualine: .ltx-tariff)
================================================================ */
.ltx-tariffs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ltx-tariff-card {
  position: relative;
  background: var(--section-bg);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 40px 32px;
  transition: var(--transition);
  overflow: hidden;
}
.ltx-tariff-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.ltx-tariff-card:hover { border-color: var(--border); box-shadow: var(--shadow-cyan); transform: translateY(-6px); }
.ltx-tariff-card:hover::before { transform: scaleX(1); }

/* ── Tariff card — style carte avec header ── */
.ltx-tariff-card {
  position: relative;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ltx-tariff-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,245,212,0.15); }
.ltx-tariff-card.featured { border-color: var(--cyan); box-shadow: 0 0 30px rgba(0,245,212,0.2); }

/* Header coloré en haut de chaque carte */
.ltx-tariff-card::before {
  content: '';
  display: block;
  height: 6px;
  background: linear-gradient(90deg, var(--cyan), #007a69);
  flex-shrink: 0;
}
.ltx-tariff-card.featured::before { background: linear-gradient(90deg, var(--cyan), #00bfa5); }
.exo-urgence-card::before { background: linear-gradient(90deg, #ff6b35, #e03e00) !important; }
.exo-nano-card::before { background: linear-gradient(90deg, #00F5D4, #a78bfa) !important; }

/* Zone icône — simule le header coloré de la photo */
.ltx-tariff-header {
  background: linear-gradient(135deg, rgba(0,245,212,0.08), rgba(0,0,0,0));
  padding: 28px 28px 0 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.ltx-tariff-body { padding: 20px 28px 28px 28px; flex: 1; display: flex; flex-direction: column; }

.ltx-tariff-badge {
  position: absolute;
  top: 18px; right: 18px;
  padding: 4px 12px;
  background: var(--cyan);
  color: var(--black);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 100px;
  z-index: 1;
}
.ltx-tariff-icon {
  width: 52px; height: 52px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  background: rgba(0,245,212,0.1);
  border: 1px solid rgba(0,245,212,0.2);
  flex-shrink: 0;
}
.ltx-tariff-name {
  font-family: var(--font-headers);
  font-weight: 800;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--white);
}
.ltx-tariff-subtitle {
  font-size: 0.78rem;
  color: var(--cyan);
  font-weight: 500;
  margin-top: 3px;
}
.ltx-tariff-price {
  font-family: var(--font-headers);
  font-weight: 900;
  font-size: 2.8rem;
  color: var(--cyan);
  line-height: 1;
  margin: 18px 0 4px;
}
.ltx-tariff-price sup { font-size: 1.1rem; vertical-align: super; font-weight: 700; }
.ltx-tariff-cents { font-size: 1rem; font-weight: 700; }
.ltx-tariff-taxes {
  font-size: 0.72rem;
  color: var(--gray-muted);
  margin-top: -6px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.ltx-tariff-tagline {
  font-size: 0.8rem;
  color: var(--gray-muted);
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.ltx-tariff-features {
  list-style: none;
  margin-bottom: 24px;
  flex: 1;
}
.ltx-tariff-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 0.875rem;
  color: var(--gray-text);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.ltx-tariff-features li:last-child { border-bottom: none; }
.ltx-tariff-features li::before {
  content: '✓';
  color: var(--cyan);
  font-weight: 700;
  flex-shrink: 0;
  width: 16px;
  margin-top: 1px;
}
.ltx-tariff-extra {
  font-size: 0.78rem;
  color: var(--gray-muted);
  margin-bottom: 18px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.03);
  border-radius: 6px;
  border-left: 2px solid var(--cyan);
}

/* ================================================================
   9. Why Us / Features (Aqualine: icons grid)
================================================================ */
.ltx-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ltx-feature-card {
  padding: 32px 24px;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  background: var(--section-bg);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.ltx-feature-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: linear-gradient(to right, var(--cyan), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ltx-feature-card:hover { border-color: var(--border); transform: translateY(-4px); }
.ltx-feature-card:hover::after { opacity: 1; }
.ltx-feature-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  display: block;
}
.ltx-feature-card h4 {
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: var(--white);
}
.ltx-feature-card p {
  font-size: 0.85rem;
  color: var(--gray-muted);
  margin: 0;
  line-height: 1.6;
}

/* ================================================================
   10. Process Steps
================================================================ */
.ltx-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.ltx-process-steps::before {
  content: '';
  position: absolute;
  top: 32px; left: 12.5%; right: 12.5%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--border), transparent);
}
.ltx-step {
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.ltx-step-number {
  width: 64px; height: 64px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-family: var(--font-headers);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--cyan);
  background: var(--black);
  box-shadow: var(--shadow-cyan);
  position: relative;
  z-index: 1;
}
.ltx-step h4 { font-size: 0.95rem; margin-bottom: 8px; }
.ltx-step p { font-size: 0.82rem; color: var(--gray-muted); margin: 0; }

/* ================================================================
   11. Testimonials (Aqualine: .ltx-testimonials)
================================================================ */
.ltx-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ltx-testimonial-card {
  background: var(--section-bg);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 32px;
  transition: var(--transition);
  position: relative;
}
.ltx-testimonial-card:hover { border-color: var(--border); box-shadow: var(--shadow-card); }
.ltx-testimonial-quote {
  font-size: 2.5rem;
  color: var(--cyan);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.6;
}
.ltx-testimonial-text {
  font-size: 0.9rem;
  color: var(--gray-text);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 24px;
}
.ltx-testimonial-stars {
  color: var(--cyan);
  font-size: 0.85rem;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.ltx-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ltx-testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), #007a69);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-headers);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--black);
}
.ltx-testimonial-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--white);
}
.ltx-testimonial-location {
  font-size: 0.78rem;
  color: var(--gray-muted);
}

/* ================================================================
   12. Contact Section
================================================================ */
.ltx-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.ltx-contact-info { display: flex; flex-direction: column; gap: 24px; }
.ltx-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--cyan-dim);
  transition: var(--transition);
}
.ltx-contact-item:hover { box-shadow: var(--shadow-cyan); }
.ltx-contact-item-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.ltx-contact-item-label {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 4px;
}
.ltx-contact-item-value {
  font-size: 0.95rem;
  color: var(--white);
  font-weight: 500;
}

/* Contact Form */
.ltx-contact-form { display: flex; flex-direction: column; gap: 16px; }
.ltx-form-group { display: flex; flex-direction: column; gap: 6px; }
.ltx-form-group label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-muted);
}
.ltx-form-group input,
.ltx-form-group textarea,
.ltx-form-group select {
  background: var(--section-bg);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 14px 18px;
  color: var(--white);
  font-size: 0.95rem;
  transition: var(--transition);
  width: 100%;
}
.ltx-form-group input:focus,
.ltx-form-group textarea:focus,
.ltx-form-group select:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px var(--cyan-glow);
}
.ltx-form-group textarea { resize: vertical; min-height: 120px; }
.ltx-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ================================================================
   13. Stats Counter (Aqualine: counter block)
================================================================ */
.ltx-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  overflow: hidden;
}
.ltx-stat-item {
  background: var(--section-bg);
  padding: 40px 24px;
  text-align: center;
  transition: var(--transition);
}
.ltx-stat-item:hover { background: var(--black); }
.ltx-stat-number {
  font-family: var(--font-headers);
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--cyan);
  line-height: 1;
  margin-bottom: 8px;
}
.ltx-stat-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gray-muted);
  font-weight: 600;
}

/* ================================================================
   14. CTA Banner
================================================================ */
.ltx-cta-banner {
  position: relative;
  padding: 80px 0;
  background: var(--section-bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  text-align: center;
}
.ltx-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,245,212,0.04) 0%, transparent 60%);
}
/* Parallelogram decorations on CTA */
.ltx-cta-banner::after {
  content: '';
  position: absolute;
  top: 50%; right: -5%;
  width: 300px; height: 200%;
  background: rgba(0,245,212,0.03);
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  transform: translateY(-50%);
}
.ltx-cta-banner h2 { margin-bottom: 1rem; }
.ltx-cta-banner p {
  max-width: 520px;
  margin: 0 auto 2rem;
  color: var(--gray-text);
}
.ltx-cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ================================================================
   15. Footer  (Aqualine: .ltx-footer-wrapper)
================================================================ */
.ltx-footer-wrapper {
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.ltx-footer-widgets {
  padding: 70px 0 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
.ltx-footer-brand .brand-name {
  font-family: var(--font-headers);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.ltx-footer-brand .brand-name span { color: var(--cyan); }
.ltx-footer-brand .brand-tagline {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--cyan);
  font-weight: 600;
  margin-bottom: 16px;
}
.ltx-footer-brand p {
  font-size: 0.88rem;
  color: var(--gray-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.ltx-footer-social {
  display: flex;
  gap: 10px;
}
.ltx-footer-social a {
  width: 38px; height: 38px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: var(--gray-muted);
  font-size: 0.9rem;
  transition: var(--transition);
}
.ltx-footer-social a:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  box-shadow: 0 0 10px var(--cyan-glow);
}
.ltx-footer-col h5 {
  font-family: var(--font-headers);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.ltx-footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.ltx-footer-col ul li a {
  font-size: 0.88rem;
  color: var(--gray-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.ltx-footer-col ul li a::before {
  content: '›';
  color: var(--cyan);
  opacity: 0;
  transition: var(--transition);
}
.ltx-footer-col ul li a:hover { color: var(--white); padding-left: 4px; }
.ltx-footer-col ul li a:hover::before { opacity: 1; }

.ltx-copyrights {
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.ltx-copyrights p {
  font-size: 0.8rem;
  color: var(--gray-muted);
  margin: 0;
}
.ltx-copyrights a { color: var(--cyan); font-weight: 600; }
.ltx-copyrights .ltx-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--gray-muted);
}
.ltx-copyrights .ltx-badge span {
  width: 8px; height: 8px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--cyan);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ================================================================
   16. Back to top
================================================================ */
.ltx-go-top {
  position: fixed;
  bottom: 30px; right: 30px;
  width: 46px; height: 46px;
  background: var(--cyan);
  color: var(--black);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  opacity: 0; pointer-events: none;
  transition: var(--transition);
  z-index: 999;
  box-shadow: var(--shadow-cyan);
}
.ltx-go-top.visible { opacity: 1; pointer-events: auto; }
.ltx-go-top:hover { transform: translateY(-4px); }

/* ================================================================
   17. Page Loader
================================================================ */
#ltx-pageloader {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#ltx-pageloader.hidden { opacity: 0; visibility: hidden; }
.ltx-loader-logo-img {
  width: 180px;
  height: auto;
  object-fit: contain;
  animation: logoPulse 1.5s ease-in-out infinite;
}
@keyframes logoPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.7; transform: scale(0.97); }
}
.ltx-loader-bar {
  width: 200px; height: 3px;
  background: rgba(255,255,255,0.08);
  border-radius: 3px;
  overflow: hidden;
}
.ltx-loader-bar::after {
  content: '';
  display: block;
  width: 40%;
  height: 100%;
  background: #00F5D4;
  border-radius: 3px;
  animation: loading 1.2s ease-in-out infinite;
}
@keyframes loading {
  0%   { transform: translateX(-250%); }
  100% { transform: translateX(550%); }
}

/* ── Fix fond blanc des vidéos TikTok/HTML ── */
.exo-video-grid,
.exo-video-card,
.exo-video-card video {
  background: var(--black) !important;
}
section#tiktok {
  background: var(--black) !important;
}

/* ================================================================
   18. Mobile Area Banner  (service-zone pill)
================================================================ */
.ltx-zone-banner {
  background: var(--cyan-dim);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.ltx-zone-banner .zone-title {
  font-family: var(--font-headers);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cyan);
  margin-bottom: 4px;
}
.ltx-zone-banner .zone-text {
  font-size: 0.88rem;
  color: var(--gray-text);
  margin: 0;
}
.ltx-zone-banner .zone-icon { font-size: 2rem; }

/* ================================================================
   19. WordPress Core Classes
================================================================ */
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin-left: 20px; }
.alignleft  { float: left;  margin-right: 20px; }
.wp-caption { max-width: 100%; }
.screen-reader-text { position: absolute; left: -9999px; }
.clearfix::after { content: ''; display: table; clear: both; }

/* ================================================================
   20. Responsive — FULL MOBILE FIRST
================================================================ */

/* ── Navbar logo image ── */
.navbar-logo-img img { height: 52px; width: auto; display: block; }

/* ── Gallery grid ── */
.exo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.exo-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.06);
  aspect-ratio: 1 / 1;
  cursor: pointer;
}
.exo-gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.exo-gallery-item:hover img { transform: scale(1.06); }
.exo-gallery-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.exo-gallery-item:hover::after { opacity: 1; }

/* ── Schedule table ── */
.exo-schedule {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.exo-schedule tr { border-bottom: 1px solid rgba(255,255,255,0.05); }
.exo-schedule tr:last-child { border-bottom: none; }
.exo-schedule td { padding: 12px 8px; color: var(--gray-text); }
.exo-schedule td:first-child {
  font-family: var(--font-headers);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white);
  width: 110px;
}
.exo-schedule .open td:last-child { color: var(--cyan); font-weight: 600; }
.exo-schedule .closed td:last-child { color: var(--gray-muted); }
.exo-schedule .today-row td { background: var(--cyan-dim); border-radius: 4px; }

/* ── Hero image overlay ── */
.ltx-hero-img {
  position: absolute;
  top: 0; right: 0;
  width: 55%; height: 100%;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
  z-index: 1;
}
.ltx-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 40% 60%;
  opacity: 0.55;
}
.ltx-hero-content { position: relative; z-index: 2; padding-top: 90px; }

/* ── 1280px ── */
@media (max-width: 1280px) {
  .ltx-tariffs-grid { grid-template-columns: 1fr 1fr; }
}

/* ── 1024px (tablets landscape) ── */
@media (max-width: 1024px) {
  .ltx-tariffs-grid     { grid-template-columns: 1fr 1fr; }
  .ltx-features-grid    { grid-template-columns: 1fr 1fr; }
  .ltx-process-steps    { grid-template-columns: 1fr 1fr; }
  .ltx-stats-grid       { grid-template-columns: 1fr 1fr; }
  .ltx-footer-widgets   { grid-template-columns: 1fr 1fr; }
  .ltx-contact-grid     { grid-template-columns: 1fr; gap: 40px; }
  .ltx-hero-img         { width: 50%; opacity: 0.25; }
}

/* ── 768px (tablets portrait / large phones) ── */
@media (max-width: 768px) {
  /* Global */
  html                  { overflow-x: hidden; }
  body                  { overflow-x: hidden; }
  .container            { padding: 0 16px; }
  .ltx-section          { padding: 56px 0; }

  /* Navbar */
  .navbar-logo-img img  { height: 44px; }
  nav.navbar .container { height: 68px; }
  .navbar-toggle        { display: flex; }
  .navbar-collapse {
    display: none;
    position: fixed;
    top: 68px; left: 0; right: 0; bottom: 0;
    background: rgba(8,8,8,0.98);
    border-top: 1px solid var(--border);
    padding: 28px 20px;
    overflow-y: auto;
    z-index: 999;
  }
  .navbar-collapse.open { display: block; }
  .navbar-nav           { flex-direction: column; align-items: stretch; gap: 4px; }
  .navbar-nav li a      { font-size: 1rem; padding: 14px 16px; }
  .navbar-nav .nav-cta  { margin-top: 12px; }
  .navbar-nav .nav-cta a{ text-align: center; justify-content: center; }

  /* Hero */
  .ltx-hero             { min-height: 100svh; padding-top: 0; display: block; }
  .ltx-hero::after      { display: none; }
  .ltx-hero-img         {
    position: relative;
    display: block;
    width: 100%;
    height: 260px;
    clip-path: none;
    overflow: hidden;
  }
  .ltx-hero-img img     { width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0.9; }
  .ltx-hero .container  { padding: 24px 16px 40px; }
  .ltx-hero-content     { padding-top: 0 !important; }
  .ltx-hero h1          { font-size: 2.2rem; margin-top: 0; }
  .ltx-hero .hero-desc  { font-size: 0.95rem; max-width: 100%; }
  .ltx-hero-badges      { gap: 8px; }
  .ltx-hero-badge       { font-size: 0.72rem; padding: 6px 12px; }
  .ltx-hero-actions     { flex-direction: column; }
  .ltx-hero-actions .ltx-btn { justify-content: center; width: 100%; }
  .ltx-hero-scroll      { display: none; }

  /* Grids */
  .ltx-tariffs-grid     { grid-template-columns: 1fr !important; }
  .ltx-features-grid    { grid-template-columns: 1fr 1fr; }
  .ltx-testimonials-grid{ grid-template-columns: 1fr; }
  .ltx-process-steps    { grid-template-columns: 1fr 1fr; }
  .ltx-process-steps::before { display: none; }
  .ltx-stats-grid       { grid-template-columns: 1fr 1fr; }
  .ltx-footer-widgets   { grid-template-columns: 1fr; gap: 28px; }
  .ltx-footer-brand     { grid-column: 1; }
  .exo-gallery-grid     { grid-template-columns: 1fr 1fr; }

  /* Forms */
  .ltx-form-row         { grid-template-columns: 1fr; }
  .ltx-contact-grid     { grid-template-columns: 1fr; gap: 32px; }

  /* Footer */
  .ltx-copyrights       { flex-direction: column; text-align: center; }
  .ltx-footer-widgets   { padding: 48px 0 28px; }

  /* CTA */
  .ltx-cta-actions      { flex-direction: column; align-items: center; }
  .ltx-cta-actions .ltx-btn { width: 100%; max-width: 320px; justify-content: center; }

  /* Section headers */
  .ltx-section-header p { max-width: 100%; }

  /* Zone banner */
  .ltx-zone-banner      { flex-direction: column; gap: 16px; }

  /* Booking */
  .exo-vehicle-picker   { grid-template-columns: repeat(2,1fr); }
}

/* ── 480px (phones) ── */
@media (max-width: 480px) {
  /* Typography */
  h1 { font-size: 1.9rem !important; }
  h2 { font-size: 1.5rem !important; }

  /* Grids */
  .ltx-features-grid    { grid-template-columns: 1fr; }
  .ltx-process-steps    { grid-template-columns: 1fr; }
  .ltx-stats-grid       { grid-template-columns: 1fr 1fr; }
  .exo-gallery-grid     { grid-template-columns: 1fr 1fr; }

  /* Tariff cards */
  .ltx-tariff-price     { font-size: 2.2rem; }
  .ltx-tariff-card      { padding: 28px 20px; }

  /* Navbar */
  .navbar-logo-img img  { height: 38px; }

  /* Contact items */
  .ltx-contact-item     { padding: 14px; }

  /* Booking steps */
  .exo-steps            { gap: 4px; }
  .exo-step             { font-size: 0.65rem; gap: 5px; }
  .exo-step-arrow       { font-size: 1rem; }
  .exo-slot             { padding: 8px 12px; font-size: 0.8rem; }
}

/* ── 380px (small phones) ── */
@media (max-width: 380px) {
  .container            { padding: 0 12px; }
  .ltx-hero h1          { font-size: 1.7rem !important; }
  .ltx-hero-badge       { font-size: 0.68rem; padding: 5px 10px; }
  .ltx-tariff-price     { font-size: 1.9rem; }
  .exo-vehicle-picker   { grid-template-columns: repeat(2,1fr); gap: 8px; }
}

/* ================================================================
   21. Booking Widget — Calendar & Steps
================================================================ */

/* Step indicators */
.exo-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.exo-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: var(--font-headers);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gray-muted);
  transition: var(--transition);
}
.exo-step span {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid var(--gray-muted);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: var(--transition);
}
.exo-step.active { color: var(--cyan); }
.exo-step.active span { border-color: var(--cyan); background: var(--cyan); color: var(--black); box-shadow: 0 0 10px var(--cyan-glow); }
.exo-step.done span { border-color: var(--cyan); background: var(--cyan-dim); color: var(--cyan); }
.exo-step-arrow { color: var(--gray-muted); font-size: 1.2rem; }

/* Vehicle picker */
.exo-vehicle-picker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.exo-vehicle-option input { display: none; }
.exo-vehicle-option span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 8px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: var(--section-bg);
  cursor: pointer;
  font-size: 0.72rem;
  text-align: center;
  line-height: 1.3;
  color: var(--gray-text);
  transition: var(--transition);
  font-size: 1.5rem;
}
.exo-vehicle-option span br + br { display: none; }
.exo-vehicle-option input:checked + span,
.exo-vehicle-option span:hover {
  border-color: var(--cyan);
  background: var(--cyan-dim);
  box-shadow: 0 0 12px var(--cyan-glow);
  color: var(--white);
}

/* Calendar */
#exo-calendar {
  background: var(--section-bg);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 20px;
  user-select: none;
}
.exo-cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.exo-cal-title {
  font-family: var(--font-headers);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--white);
  text-transform: capitalize;
}
.exo-cal-nav {
  background: none;
  border: 1px solid var(--border);
  color: var(--cyan);
  width: 32px; height: 32px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.exo-cal-nav:hover { background: var(--cyan); color: var(--black); }
.exo-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.exo-cal-dow {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-muted);
  padding: 4px 0 8px;
}
.exo-cal-day {
  text-align: center;
  padding: 8px 4px;
  border-radius: 4px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid transparent;
  color: var(--gray-text);
  font-weight: 500;
}
.exo-cal-day:hover:not(.disabled):not(.past) {
  border-color: var(--border);
  color: var(--white);
}
.exo-cal-day.today { font-weight: 700; color: var(--white); }
.exo-cal-day.selected {
  background: var(--cyan);
  color: var(--black);
  font-weight: 700;
  box-shadow: 0 0 10px var(--cyan-glow);
}
.exo-cal-day.disabled, .exo-cal-day.past {
  color: rgba(255,255,255,0.15);
  cursor: not-allowed;
  pointer-events: none;
}
.exo-cal-day.full {
  color: rgba(255,255,255,0.3);
  text-decoration: line-through;
  cursor: not-allowed;
}
.exo-cal-day.has-booking::after {
  content: '';
  display: block;
  width: 4px; height: 4px;
  background: var(--cyan);
  border-radius: 50%;
  margin: 2px auto 0;
}

/* Time slots */
.exo-timeslots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.exo-slot {
  padding: 10px 18px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--section-bg);
  color: var(--gray-text);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-headers);
}
.exo-slot:hover:not(.taken) { border-color: var(--cyan); color: var(--white); }
.exo-slot.selected { background: var(--cyan); color: var(--black); border-color: var(--cyan); box-shadow: 0 0 10px var(--cyan-glow); }
.exo-slot.taken { background: rgba(255,255,255,0.03); color: rgba(255,255,255,0.2); cursor: not-allowed; text-decoration: line-through; }

/* Booking summary */
.exo-booking-summary {
  background: var(--cyan-dim);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 0.88rem;
  color: var(--gray-text);
  line-height: 1.8;
}
.exo-booking-summary strong { color: var(--cyan); }

/* Success / error message */
#exo-form-msg.success {
  background: rgba(0,245,212,0.1);
  border: 1px solid var(--cyan);
  color: var(--cyan);
}
#exo-form-msg.error {
  background: rgba(255,68,68,0.1);
  border: 1px solid #ff4444;
  color: #ff8888;
}

@media (max-width: 480px) {
  .exo-vehicle-picker { grid-template-columns: repeat(2,1fr); }
  .exo-steps { gap: 4px; }
  .exo-step { font-size: 0.7rem; }
}

/* ── Schedule grid responsive ── */
@media (max-width: 768px) {
  #horaire .container > div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* ================================================================
   FIXES v2 — Logo, Booking layout, Carousel, Schedule grid
================================================================ */

/* ── Logo navbar ── */
.navbar-logo-img img {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* ── Remove défiler scroll indicator ── */
.ltx-hero-scroll { display: none !important; }

/* ── Tariff subtitle & cents ── */
.ltx-tariff-cents { font-size: 1rem; font-weight: 700; }

/* ── 2-col tariff rows ── */
.ltx-tariffs-2col { grid-template-columns: 1fr 1fr !important; }

/* ── Booking top section layout ── */
.exo-booking-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
  align-items: start;
}
.exo-booking-info { display: flex; flex-direction: column; gap: 14px; }

/* ── Hero adjustments ── */
.ltx-hero {
  min-height: 92vh;
  padding-top: 0;
}
.ltx-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: none;
  z-index: 0;
}
.ltx-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.18;
}
.ltx-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.96) 40%, rgba(10,10,10,0.6) 100%);
  z-index: 1;
  pointer-events: none;
}
.ltx-hero-content { position: relative; z-index: 2; max-width: 640px; padding-top: 90px; }

/* ── Hero eyebrow fix ── */
.ltx-hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  flex-wrap: wrap;
  gap: 6px;
  line-height: 1.4;
  position: relative;
  z-index: 3;
  margin-top: 0;
}

/* ── Schedule grid ── */
.exo-schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

/* ================================================================
   PHOTO CAROUSEL
================================================================ */
.exo-gallery-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.06);
  background: var(--section-bg);
  user-select: none;
}
.exo-gallery-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
}
.exo-gallery-slide {
  flex: 0 0 33.333%;
  position: relative;
  overflow: hidden;
}
.exo-gallery-slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.exo-gallery-slide:hover img { transform: scale(1.04); }
.exo-slide-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 14px 14px;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.exo-gallery-slide:hover .exo-slide-caption { opacity: 1; }

/* Carousel nav buttons */
.exo-gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  background: rgba(0,0,0,0.7);
  border: 1px solid var(--border);
  color: var(--cyan);
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
  backdrop-filter: blur(6px);
}
.exo-gallery-btn:hover { background: var(--cyan); color: var(--black); }
.exo-gallery-prev { left: 12px; }
.exo-gallery-next { right: 12px; }

/* Dots */
.exo-gallery-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}
.exo-gallery-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: var(--transition);
  border: none;
}
.exo-gallery-dot.active { background: var(--cyan); box-shadow: 0 0 8px var(--cyan); width: 20px; border-radius: 4px; }

/* ── Social icons — tous visibles et cliquables ── */
.ltx-footer-social a { pointer-events: all !important; cursor: pointer !important; position: relative; z-index: 10; }

/* ================================================================
   RESPONSIVE v2
================================================================ */
@media (max-width: 1024px) {
  .exo-booking-wrapper { grid-template-columns: 1fr; gap: 28px; }
  .exo-booking-info { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .exo-booking-info .ltx-btn { grid-column: 1 / -1; }
  .ltx-tariffs-2col { grid-template-columns: 1fr 1fr !important; }
  .exo-schedule-grid { grid-template-columns: 1fr; gap: 24px; }
  .exo-gallery-slide { flex: 0 0 50%; }
}
@media (max-width: 768px) {
  /* Logo */
  .navbar-logo-img img { height: 40px; }

  /* Hero */
  .ltx-hero { min-height: 88svh; padding: 0 0 48px; }
  .ltx-hero-img img { opacity: 0.12; object-position: center top; }
  .ltx-hero h1 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .ltx-hero-eyebrow { font-size: 0.62rem; letter-spacing: 0.12em; }
  .ltx-hero-badges { gap: 6px; }
  .ltx-hero-badge { font-size: 0.68rem; padding: 5px 10px; }
  .ltx-hero-actions { flex-direction: column; }
  .ltx-hero-actions .ltx-btn { width: 100%; justify-content: center; max-width: 320px; }

  /* Booking */
  .exo-booking-info { grid-template-columns: 1fr; }
  .ltx-section.exo-booking-top { padding-top: 92px; }

  /* Tariffs */
  .ltx-tariffs-grid { grid-template-columns: 1fr !important; }
  .ltx-tariffs-2col { grid-template-columns: 1fr !important; }

  /* Gallery carousel — 1 slide on mobile */
  .exo-gallery-slide { flex: 0 0 100%; }
  .exo-slide-caption { opacity: 1; }

  /* Features */
  .ltx-features-grid { grid-template-columns: 1fr 1fr; }
  .ltx-process-steps { grid-template-columns: 1fr 1fr; }
  .ltx-process-steps::before { display: none; }
  .ltx-stats-grid { grid-template-columns: 1fr 1fr; }
  .ltx-testimonials-grid { grid-template-columns: 1fr; }

  /* Schedule */
  .exo-schedule-grid { grid-template-columns: 1fr; }

  /* Footer */
  .ltx-footer-widgets { grid-template-columns: 1fr; padding: 44px 0 24px; }
  .ltx-copyrights { flex-direction: column; text-align: center; }
  .ltx-cta-actions { flex-direction: column; align-items: center; }
  .ltx-cta-actions .ltx-btn { width: 100%; max-width: 300px; justify-content: center; }
}
@media (max-width: 480px) {
  /* Typography */
  h1 { font-size: 1.75rem !important; }
  h2 { font-size: 1.4rem !important; }

  /* Grids */
  .ltx-features-grid { grid-template-columns: 1fr; }
  .ltx-process-steps { grid-template-columns: 1fr; }
  .ltx-stats-grid { grid-template-columns: 1fr 1fr; }

  /* Booking */
  .exo-vehicle-picker { grid-template-columns: repeat(2,1fr); }
  .exo-steps { flex-wrap: wrap; gap: 4px; }
  .exo-step { font-size: 0.62rem; }

  /* Gallery */
  .exo-gallery-btn { width: 36px; height: 36px; font-size: 1.2rem; }

  /* Tariff cards */
  .ltx-tariff-card { padding: 24px 18px; }
  .ltx-tariff-price { font-size: 2rem; }
}

/* ================================================================
   v3 FIXES — Logo SVG, Photo Grid, Tariff Rows, Cleanup
================================================================ */

/* ── SVG Logo in navbar ── */
.navbar-logo-img img {
  height: 58px !important;
  width: auto !important;
  max-width: 220px;
  display: block;
  object-fit: contain;
}

/* ── Stats bar ── */
.exo-stats-bar { padding: 52px 0; background: var(--section-bg); }

/* ── Tariff layout rows ── */
.exo-tariff-row { display: grid; gap: 22px; margin-bottom: 22px; }
.exo-tariff-row:last-child { margin-bottom: 0; }
.exo-tariff-row-3 { grid-template-columns: repeat(3, 1fr); }
.exo-tariff-row-2 { grid-template-columns: repeat(2, 1fr); }
.exo-tariff-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
  width: 100% !important;
}
/* EXO-MECANO centered — span full row on 3-col grid */
.exo-tariff-centered { grid-column: 1 / -1; max-width: 500px; margin: 0 auto; width: 100%; }
@media (max-width: 900px) { .exo-tariff-centered { grid-column: auto; max-width: 100%; } }

/* card button full width */
.exo-card-btn { width: 100%; justify-content: center; }

/* price variants */
.exo-price-devis { font-size: 1.6rem !important; color: var(--cyan) !important; }
.exo-price-urgence { color: #ff6b35 !important; }
.exo-nano-card { border-color: var(--cyan); box-shadow: var(--shadow-cyan); }
.exo-urgence-card { border-color: #ff6b35; box-shadow: 0 0 20px rgba(255,107,53,0.2); }
.exo-badge-premium { background: linear-gradient(135deg,#00F5D4,#007a69) !important; }
.exo-badge-urgence { background: #ff6b35 !important; color: #fff !important; }
.exo-btn-urgence { background: #ff6b35; color: #fff; border: 1px solid #ff6b35; }
.exo-btn-urgence:hover { background: transparent; color: #ff6b35; }

/* ── Booking wrapper (inside section, not a page section) ── */
.exo-booking-wrapper {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: start;
}
.exo-booking-info { display: flex; flex-direction: column; gap: 14px; }

/* ── Hero fixes ── */
.ltx-hero { min-height: 94vh; padding-top: 0; position: relative; overflow: hidden; }
.ltx-hero-img { position: absolute; top: 0; right: 0; width: 55%; height: 100%; clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%); overflow: hidden; z-index: 1; }
.ltx-hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 60%; opacity: 0.55; }
.ltx-hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(10,10,10,0.98) 40%, rgba(10,10,10,0.7) 65%, rgba(10,10,10,0.2) 100%);
  pointer-events: none;
}
.ltx-hero-content { position: relative; z-index: 2; max-width: 600px; padding-top: 90px; }
.ltx-hero-eyebrow { font-size: 0.68rem; letter-spacing: 0.16em; flex-wrap: wrap; }
.ltx-hero-scroll { display: none !important; }

/* ── Photo grid ── */
.exo-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 12px;
}
.exo-photo-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.06);
  background: var(--section-bg);
}
.exo-photo-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.exo-photo-item:hover img { transform: scale(1.05); }
.exo-photo-item.exo-photo-large {
  grid-column: span 1;
}
.exo-photo-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 12px 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
  transform: translateY(4px);
  opacity: 0;
  transition: all 0.3s ease;
}
.exo-photo-item:hover .exo-photo-caption { opacity: 1; transform: translateY(0); }

/* ── REMOVE horaire section (replaced) ── */
#horaire { display: none !important; }

/* ── REMOVE carousel (replaced with grid) ── */
.exo-gallery-carousel { display: none !important; }

/* ================================================================
   RESPONSIVE v3
================================================================ */
@media (max-width: 1100px) {
  .exo-tariff-row-3 { grid-template-columns: 1fr 1fr; }
  .exo-tariff-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .exo-tariff-centered { grid-column: auto; }
  .exo-booking-wrapper { grid-template-columns: 1fr; gap: 32px; }
  .exo-booking-info { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
}
@media (max-width: 900px) {
  .exo-photo-grid { grid-template-columns: 1fr 1fr; }
  .exo-photo-item img { height: 200px; }
}
@media (max-width: 768px) {
  /* Navbar */
  .navbar-logo-img img { height: 46px !important; max-width: 160px; }
  nav.navbar .container { height: 68px; }

  /* Hero */
  .ltx-hero { min-height: 88svh; padding: 0 0 52px; }
  .ltx-hero h1 { font-size: clamp(1.75rem, 6vw, 2.4rem); }
  .ltx-hero-eyebrow { font-size: 0.6rem; }
  .ltx-hero-badges { gap: 6px; }
  .ltx-hero-badge { font-size: 0.66rem; padding: 5px 10px; }
  .ltx-hero-actions { flex-direction: column; }
  .ltx-hero-actions .ltx-btn { width: 100%; max-width: 300px; justify-content: center; }

  /* Stats */
  .ltx-stats-grid { grid-template-columns: 1fr 1fr; }

  /* Process */
  .ltx-process-steps { grid-template-columns: 1fr 1fr; }
  .ltx-process-steps::before { display: none; }

  /* Tariffs */
  .exo-tariff-row-3 { grid-template-columns: 1fr; }
  .exo-tariff-row-2 { grid-template-columns: 1fr; }
  .exo-tariff-grid { grid-template-columns: 1fr !important; }
  .exo-tariff-centered { grid-column: auto; }

  /* Booking */
  .exo-booking-info { grid-template-columns: 1fr; }

  /* Features */
  .ltx-features-grid { grid-template-columns: 1fr 1fr; }

  /* Photo grid */
  .exo-photo-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .exo-photo-item img { height: 170px; }
  .exo-photo-caption { opacity: 1; transform: none; font-size: 0.7rem; }

  /* Testimonials */
  .ltx-testimonials-grid { grid-template-columns: 1fr; }

  /* Footer */
  .ltx-footer-widgets { grid-template-columns: 1fr; padding: 44px 0 24px; gap: 24px; }
  .ltx-copyrights { flex-direction: column; text-align: center; gap: 8px; }

  /* Forms */
  .ltx-form-row { grid-template-columns: 1fr; }
  .exo-vehicle-picker { grid-template-columns: repeat(2,1fr); }

  /* Misc */
  .ltx-section { padding: 56px 0; }
  .container { padding: 0 16px; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.7rem !important; }
  h2 { font-size: 1.35rem !important; }
  .navbar-logo-img img { height: 38px !important; max-width: 130px; }
  .ltx-features-grid { grid-template-columns: 1fr; }
  .ltx-process-steps { grid-template-columns: 1fr; }
  .exo-photo-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .exo-photo-item img { height: 140px; }
  .ltx-tariff-card { padding: 22px 16px; }
  .exo-steps { flex-wrap: wrap; }
  .exo-step { font-size: 0.6rem; }
}

/* ================================================================
   v4 — Booking full width + contact below
================================================================ */

/* Booking form full width */
.exo-booking-full {
  background: var(--section-bg);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 36px 40px;
  margin-bottom: 32px;
}

/* Side-by-side form fields */
.exo-booking-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 4px;
}

/* Contact info 4-column grid below */
.exo-contact-below { margin-top: 8px; }
.exo-contact-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Hide old booking wrapper layout */
.exo-booking-wrapper { display: none !important; }
.exo-booking-info { display: none !important; }

/* Calendar side by side in step 2 */
#exo-calendar { min-width: 0; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .exo-contact-grid-4 { grid-template-columns: 1fr 1fr; }
  .exo-booking-full { padding: 28px 24px; }
}
@media (max-width: 768px) {
  .exo-booking-form-row { grid-template-columns: 1fr; gap: 0; }
  .exo-contact-grid-4 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .exo-booking-full { padding: 24px 16px; }
}
@media (max-width: 480px) {
  .exo-contact-grid-4 { grid-template-columns: 1fr; }
  .exo-booking-full { padding: 20px 14px; }
}

/* ================================================================
   SQUARE PAYMENT STYLES
================================================================ */

/* Payment options */
.exo-payment-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 8px;
}
.exo-payment-option input { display: none; }
.exo-payment-card {
  border: 2px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 24px 20px;
  background: var(--section-bg);
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  text-align: center;
  height: 100%;
}
.exo-payment-card:hover { border-color: var(--border); }
.exo-payment-option input:checked + .exo-payment-card {
  border-color: var(--cyan);
  background: var(--cyan-dim);
  box-shadow: var(--shadow-cyan);
}
.exo-payment-icon { font-size: 2.2rem; margin-bottom: 12px; }
.exo-payment-title {
  font-family: var(--font-headers);
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 8px;
}
.exo-payment-desc {
  font-size: 0.82rem;
  color: var(--gray-muted);
  line-height: 1.6;
}
.exo-payment-badge {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--cyan);
  color: var(--black);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Square card container */
.exo-square-wrapper {
  background: var(--section-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
}
.exo-square-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gray-muted);
  margin-bottom: 12px;
}
.exo-card-container {
  min-height: 90px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 12px;
  background: rgba(255,255,255,0.03);
}
.exo-payment-status {
  margin-top: 10px;
  font-size: 0.85rem;
  min-height: 20px;
  color: var(--gray-muted);
}
.exo-payment-status.error  { color: #ff6666; }
.exo-payment-status.success{ color: var(--cyan); }

.exo-square-note {
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--gray-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Pay later box */
.exo-pay-later-info {
  background: var(--cyan-dim);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.exo-pay-later-icon { font-size: 2rem; margin-bottom: 12px; }
.exo-pay-later-info p { color: var(--gray-text); font-size: 0.95rem; line-height: 1.7; margin: 0; }
.exo-pay-later-info strong { color: var(--white); }

/* Price display in summary */
.exo-booking-summary .exo-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--cyan);
  font-family: var(--font-headers);
}

@media (max-width: 600px) {
  .exo-payment-options { grid-template-columns: 1fr; }
}

/* ================================================================
   TIKTOK SECTION
================================================================ */
.exo-tiktok-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 1100px;
    margin: 0 auto;
}
.exo-tiktok-card {
    background: var(--section-bg);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100% !important;
    max-width: 100% !important;
}
.exo-tiktok-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,245,212,0.15);
}
/* Override TikTok embed styles */
.exo-tiktok-card blockquote.tiktok-embed {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    border: none !important;
    background: transparent !important;
}
.exo-tiktok-card blockquote.tiktok-embed section {
    display: none !important;
}
.exo-tiktok-card iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    border-radius: 12px !important;
    display: block !important;
}
@media (max-width: 900px) {
    .exo-tiktok-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
    .exo-tiktok-grid { grid-template-columns: 1fr !important; }
}

/* ================================================================
   FORFAIT CARDS — Booking Step 1
================================================================ */
.exo-forfait-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}
.exo-forfait-card {
    background: var(--section-bg);
    border: 1.5px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 16px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}
.exo-forfait-card:hover {
    border-color: rgba(0,245,212,0.4);
    background: rgba(0,245,212,0.04);
    transform: translateY(-2px);
}
.exo-forfait-card.selected {
    border-color: var(--cyan);
    background: rgba(0,245,212,0.08);
    box-shadow: 0 0 16px rgba(0,245,212,0.12);
}
.exo-forfait-icon { font-size: 1.5rem; margin-bottom: 6px; }
.exo-forfait-name { font-size: 0.8rem; font-weight: 800; color: var(--white); letter-spacing: 0.05em; margin-bottom: 4px; }
.exo-forfait-desc { font-size: 0.7rem; color: var(--gray-muted); margin-bottom: 8px; line-height: 1.4; }
.exo-forfait-price { font-size: 0.85rem; font-weight: 700; color: var(--cyan); }
@media (max-width: 600px) {
    .exo-forfait-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ================================================================
   EXTRAS
================================================================ */
.exo-extras-grid { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.exo-extra-option {
    display: flex; align-items: center; gap: 10px;
    background: var(--section-bg);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 12px 14px;
    cursor: pointer;
    transition: all 0.2s;
}
.exo-extra-option:hover { border-color: rgba(0,245,212,0.3); }
.exo-extra-option input { accent-color: var(--cyan); width: 16px; height: 16px; flex-shrink: 0; }
.exo-extra-option span { font-size: 0.82rem; color: var(--gray-text); }
.exo-extra-option span strong { color: var(--cyan); }
.exo-extra-option input:checked ~ span { color: var(--white); }

/* ================================================================
   PAYMENT PICKER
================================================================ */
.exo-payment-picker { display: flex; flex-direction: column; gap: 10px; margin-top: 10px; }
.exo-payment-option {
    display: flex; align-items: flex-start; gap: 12px;
    background: var(--section-bg);
    border: 1.5px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all 0.2s;
}
.exo-payment-option:hover { border-color: rgba(0,245,212,0.3); }
.exo-payment-option input { accent-color: var(--cyan); width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; }
.exo-payment-option input:checked ~ span strong { color: var(--cyan); }
.exo-payment-option input:checked ~ span { border-color: var(--cyan); }
.exo-payment-option span { display: flex; flex-direction: column; gap: 3px; }
.exo-payment-option span strong { font-size: 0.9rem; color: var(--white); }
.exo-payment-option span small { font-size: 0.75rem; color: var(--gray-muted); line-height: 1.4; }

/* ================================================================
   BOOKING SUMMARY
================================================================ */
.exo-booking-summary {
    background: #111;
    border: 1px solid rgba(0,245,212,0.15);
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 16px;
    font-size: 0.82rem;
    line-height: 1.9;
    color: var(--gray-text);
}
.exo-booking-summary .summary-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--cyan);
    font-weight: 700;
    margin-bottom: 8px;
}
.exo-booking-summary .summary-price-line {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 1rem;
    font-weight: 800;
    color: var(--white);
}
.exo-booking-summary .summary-price-line span { color: var(--cyan); }
