:root {
  /* Brand palette */
  --clr-primary: #5e3eff;
  --clr-primary-dark: #4029cf;
  --clr-accent: #ff4d6d;
  --clr-gradient-start: #e4a7c8;
  --clr-gradient-end: #b1e6dd;

  /* Neutrals */
  --clr-body-bg: #ffffff;
  --clr-surface: #ffffff;
  --clr-text: #1a1a1a;
  --clr-text-light: #444;
  --clr-border: rgba(0, 0, 0, 0.1);

  /* Effects */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 32px;
  --radius-pill: 999px;
  --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 10px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.12);

  /* Typography */
  --ff-base: "Inter", "Segoe UI", sans-serif;
  --fs-base: 16px;
  --lh-base: 1.6;
  --transition: 0.25s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
  font-family: var(--ff-base);
  font-size: var(--fs-base);
  color: var(--clr-text);
  background: linear-gradient(180deg, #e4a7c8 0%, #b1e6dd 100%);
  color: #1a1a1a;
  text-align: center;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

header {
  background-color: var(--clr-header);
  padding: var(--spacing-sm) var(--spacing-md);
  border-bottom: 1px solid var(--clr-border);
  box-shadow: var(--shadow);
  position: sticky;
  top: 0;
  z-index: 10;
}

.w-container {
  max-width: 940px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.navbar {
  z-index: 999;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 21px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 252, 0.24);
  border: 1px solid rgba(112, 112, 112, 0.16);
  border-radius: 50vw;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 10px auto;
  width: fit-content;
}

.waves-master-nav-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.waves-right-nav-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.waves-right-nav-1 ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.waves-right-nav-1 a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 14px;
  transition: color 0.2s ease;
}

.waves-right-nav-1 a:hover {
  color: #5e3eff;
}

.waves-right-nav-1 .cta {
  background: black;
  color: white;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: bold;
}

.nav-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.logo {
  display: flex;
  align-items: center;
  height: 28px;       /* Taille encore plus réduite */
  margin-right: auto; /* Pour le coller à gauche */
  padding: 0;
}

.logo img {
  height: 70px !important;
  width: auto !important;
  max-height: 70px !important;
  object-fit: contain;
  display: block;
}

nav ul {
  list-style: none;
  display: inline-flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

nav ul li a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 12px;
  transition: color 0.2s ease;
}

nav ul li a:hover {
  color: #5e3eff;
}

nav .cta {
  background: black;
  color: white;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: bold;
}

nav ul li a.btn {
  background: linear-gradient(to right, #7f00ff, #e100ff);
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  transition: 0.3s;
}

nav ul li a.btn:hover {
  transform: scale(1.05);
}

/* Hero */
.hero {
  padding: 60px 20px;
}

.hero h1 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column; /* chaque partie sur sa ligne */
}

.hero h1 span {
  color: #5e3eff;
  font-style: italic;
  display: block;
}

.hero h1 strong {
  font-size: 50px;
  color: #0f0f0f;
  display: block;
  margin-top: 5px; /* petit écart pour aérer */
}

.hero p {
  font-size: 1rem;
  margin-bottom: 30px;
}

.cta {
  display: inline-block;
  background: linear-gradient(to right, #7f00ff, #e100ff);
  padding: 15px 30px;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.cta:hover {
  transform: scale(1.05);
}

.arguments {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 1rem;
  color: #555;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}

.options {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  flex-wrap: wrap;
}

/* Vidéo */
.video-wrapper {
  max-width: 1000px;
  margin: auto;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #000;
  cursor: pointer;
}

/* Vidéo */
video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  background: black;
}

/* Gros bouton play/pause centré */
.center-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  border-radius: 12px; /* rectangle avec coins arrondis */
  color: white;        /* icône blanche */
  font-size: 48px;
  width: 120px;        /* plus large en largeur pour rectangle */
  height: 60px;        /* hauteur adaptée */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

#fullscreenBtn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 12px;
  transition: background 0.3s ease;
  /* Alignement à droite */
  margin-left: auto;
}

#fullscreenBtn:hover {
  background: rgba(94, 62, 255, 0.8);
}

.controls-bottom {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  padding: 8px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

  user-select: none;
  z-index: 10;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.video-wrapper:hover .controls-bottom {
  opacity: 1;
  pointer-events: auto;
}

/* Afficher bouton play/pause et controls au survol */
.video-wrapper:hover .center-play-btn,
.video-wrapper:hover .controls-bottom {
  opacity: 1;
  pointer-events: auto;
}

.controls-bottom button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 12px;
  transition: background 0.3s ease;
}

.controls-bottom button:hover {
  background: rgba(94, 62, 255, 0.8);
}

.controls-bottom button.toggle-btn.active {
  background: rgba(94, 62, 255, 0.8);
}

.explosion-message {
  text-align: center;
  margin: 30px 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #7f00ff; /* gris doux */
  opacity: 0.7;    /* un peu transparent */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Carousel */
.carousel-wrapper {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.carousel-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
}

.carousel-track img {
  width: 120px;
  height: auto;
  display: inline-block;
  margin-right: 20px;
  border-radius: 12px;
  object-fit: contain;
}

/* Animation défilement horizontal */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Impact */
.impact {
  text-align: center;
  padding: 80px 20px;
  border-radius: 32px;
  margin: 60px auto 40px;
  width: 90%;
}

.impact h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 20px;
  color: #121212;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.impact h2 .highlight {
  color: #5e3eff;
  background: linear-gradient(90deg, #5e3eff, #aa82ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.impact p {
  font-size: 1.2rem;
  max-width: 680px;
  margin: 0 auto;
  color: #444;
  line-height: 1.6;
}

.trustpilot-logo {
  margin-bottom: -120px;
}

.trustpilot-logo img {
  width: 300px;
  height: auto;
  display: inline-block;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.socials a {
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.socials a:hover {
  transform: scale(1.1);
}

.socials img {
  width: 24px;
  height: 24px;
}

/* ======================== BOUTONS FILTRE ========================= */
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.filter-btn {
  background: linear-gradient(135deg, #5e3eff, #7c6eff);
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  flex-shrink: 0;
}

.filter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(94, 62, 255, 0.3);
}

.filter-btn.active {
  background: linear-gradient(135deg, #3421ff, #5e3eff);
  box-shadow: 0 6px 20px rgba(94, 62, 255, 0.4);
}

/* SWIPER STYLING */
.swiper {
  max-width: 100%;
  padding: 40px 0 100px;
  margin: 0 auto;
  position: relative;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

/* ==== SLIDES ==== */
.swiper-slide {
  width: 270px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

/* ==== CARTE VIDEO ==== */
.gallery-item {
  background: var(--bg-card, #1e1e1e);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s, box-shadow 0.35s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.gallery-item video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
  height: auto;
}

/* Bouton Play */
.play-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: var(--primary);
  color: #5e3eff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
}

.play-btn:hover {
  transform: scale(1.08);
}

/* Pagination centrée */
.swiper-pagination {
  text-align: center;
  margin-top: 20px;
}
.swiper-pagination-bullet {
  background: #7d7d7d;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--primary);
}

/* Navigation en bas à droite */
.swiper-button-next,
.swiper-button-prev {
  color: none;
  width: 48px;
  height: 48px;
  bottom: 20px;
  top: auto;
  transform: none;
}

.swiper-button-prev {
  right: 80px;
  left: auto;
}
.swiper-button-next {
  right: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.3rem;
}

/* Stats */
.stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 60px 20px;
  background: #111;
  text-align: center;
  margin-top: 30px;
}

.stats div {
  flex: 1 1 200px;
  margin: 10px;
}

.stats h3 {
  font-size: 2rem;
  color: #e100ff;
}

.stats p {
  font-size: 1.1rem;
  color: #ccc;
}

.cta-primary .cta{
  display: inline-block;
  margin: 20px auto;
  padding: 12px 24px;
  background: #5e3eff;
  color: white;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
}

/* CTA Final */
.cta-final {
  text-align: center;
  padding: 60px 20px 80px;
}

.cta-final .cta {
  background: linear-gradient(90deg, #5e3eff, #aa82ff);
  padding: 16px 32px;
  color: #fff;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.cta-final .cta:hover {
  transform: scale(1.05);
}

.pricing-section {
  padding: 80px 20px;
  text-align: center;
}

.pricing-section h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 40px;
}

.pricing-section .highlight {
  color: #7646ff;
  font-weight: 900;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.pricing-card {
  background: #e8b9e2;
  border-radius: 24px;
  padding: 30px 24px;
  width: 300px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: transform 0.3s ease;
  position: relative; /* nécessaire pour le bandeau */
  overflow: hidden;
}

.pricing-card:hover {
  transform: scale(1.03);
}

.pricing-card .card-header {
  background-color: #1a2d72;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 16px;
}

.pricing-card.premium .card-header {
  background-color: #7646ff;
}

.card-price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1a2d72;
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-price .old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 1.5rem;
  font-weight: normal;
}

.card-price .new-price {
  color: #ff3366;
  font-size: 2.5rem;
  font-weight: bold;
}

.card-price span {
  font-size: 1rem;
  vertical-align: super;
  margin-left: 4px;
}

.pricing-card p {
  margin: 8px 0 16px;
  font-size: 0.95rem;
  color: #666;
}

.pricing-card hr {
  border: none;
  border-top: 2px solid #1a2d72;
  margin: 20px 0;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

.pricing-card li {
  margin-bottom: 10px;
}

.offer-banner {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff3366;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.violet {
  color: #7646ff;
  font-weight: 600;
}

.bleu {
  color: #1a2d72;
  font-weight: 600;
}

.booking {
  padding: 0px 20px;
  text-align: center;
}

.booking-container h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0a0a23;
  margin-bottom: 10px;
}

.booking-container h2 em {
  color: #7b4bff;
  font-style: normal;
}

.booking-container p {
  font-size: 1.1rem;
  color: #555;
}

.booking-iframe {
  max-width: 800px;
  margin: 40px auto 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.booking-iframe .calendly-inline-widget {
  width: 100%;
  height: 700px;
  border: none;
}

.rl_faq6_heading {
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 700;
  margin-bottom: 3rem;
  color: var(--bleu-foncé);
  position: relative;
  line-height: 1.3;
}

.rl_faq6_heading span {
  color: #bf3ecd; /* accent doré ou couleur contrastante */
  position: relative;
  display: inline-block;
}

.rl_faq6_heading span::after {
  content: '';
  display: block;
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, #bf3ecd, #d65fae);
  margin: 0.5rem auto 0;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.rl_faq6_heading span:hover::after {
  width: 80%;
}

.rl_faq6_component {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 6rem auto 4rem auto; /* centré horizontalement, espace en haut et bas */
  padding: 0 1rem;
}

.faq-container {
  flex: 0 0 60%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.faq-item {
  border-radius: 10px;
  background-color: #e8b9e2;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
}

.rl_faq6_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
}

.rl_faq6_question-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bleu-foncé);
  margin: 0;
}

.rl_faq6_icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--bleu-foncé);
  transition: transform 0.3s ease;
}

.rl_faq6_answer {
  display: none;
  padding: 1rem 1.5rem;
  font-size: 1.05rem;
  background-color: #e8b9e2;
  animation: fadeIn 0.3s ease-in-out;
}

.rl_faq6_question.open + .rl_faq6_answer {
  display: block;
}

.rl_faq6_question.open .rl_faq6_icon {
  transform: rotate(45deg);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.comparaison-agence {
  text-align: left;
  max-width: 800px;
}

.comparaison-agence p {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111;
}

.comparaison-agence ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparaison-agence li {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 28px;
}

.comparaison-agence li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 0;
}

/* SIDEBAR */
.sidebar.rl_faq6_heading-wrapper {
  flex: 0 0 300px;
  background-color: #003366;
  color: white;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: sticky;
  top: 5rem; /* commence à coller plus tôt */
  align-self: flex-start;
  max-height: calc(100vh - 4rem);
  overflow: auto;
}

.sidebar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.sidebar p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.sidebar a {
  display: inline-block;
  background-color: white;
  color: #003366;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s;
}

.sidebar a:hover {
  background-color: #eee;
}

.footer {
  background: linear-gradient(to bottom, #b1e6dd, #e4a7c8);
  text-align: center;
  padding: 60px 20px;
  font-family: sans-serif;
  width: 100%;  
  position: relative;
  overflow: hidden;
}

/* Logo */
.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  width: 180px;
  height: auto;
  display: inline-block;
}

/* Navigation */
.footer-nav {
  margin-bottom: 40px;
  position: relative;
  max-width: 1800px;
  margin: 0 auto 40px;
  text-align: center;
  z-index: 1; /* évite que ça passe sous le texte de fond */
}

.footer-nav a {
  margin: 0 18px;
  color: #0a0a0a;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: opacity 0.3s ease;
}

.footer-nav a:hover {
  opacity: 0.6;
}

/* Texte arrière-plan */
.nav-bg-text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14rem;
  font-weight: 900;
  color: rgba(94, 62, 255, 0.06);
  user-select: none;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;

  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 60%, black 100%);
  mask-image: linear-gradient(to top, transparent 0%, black 60%, black 100%);
}

/* Réseaux sociaux */
.footer-social {
  margin: 30px 0;
}

.footer-social img {
  width: 28px;
  margin: 0 12px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.footer-social img:hover {
  transform: scale(1.2);
}

/* Mentions légales */
.footer-legal {
  font-size: 0.95rem;
  color: #222;
  line-height: 1.6;
  margin-top: 40px;
}

.footer-legal a {
  color: #000;
  text-decoration: underline;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #7b4bff;
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: 2rem;
  }

  .arguments, .options {
    flex-direction: column;
    gap: 20px;
  }

  .pricing-cards {
    flex-direction: column;
    align-items: center;
  }

  .pricing-card {
    width: 90%;
  }

  .services {
    flex-direction: column;
    gap: 15px;
    padding: 30px 10px;
  }

  .stats {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  
  body {
    font-size: 14px;
  }

  header {
    background: #0f0f0f;
    padding: 20px 40px;
    position: sticky;
    top: 0;
    z-index: 1100;
    border-bottom: 1px solid #333;
    min-height: 60px;
  }

  .hero {
  padding: 60px 20px;
}

    .hero h1 {
    font-size: 2.4rem;
  }

.hero h1 strong {
  font-size: 2.4rem;
  color: #0f0f0f;
}

  .hero p {
    display: none;
  }

  .explosion-message {
  text-align: center;
  margin: 30px 0;
  font-weight: 600;  
  font-size: clamp(1rem, 2vw + 0.5rem, 1.5rem);
}

  .arguments, .options {
    flex-direction: column;
    gap: 15px;
  }

  .services {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 20px;
  }

  .filter-btn {
    font-size: 0.95rem;
    padding: 12px 20px;
    flex: 0 0 auto;
  }

  .services::-webkit-scrollbar {
    display: none; /* masque la barre sur mobile */
  }

  .pricing-cards {
    flex-direction: column;
    gap: 20px;
  }

  .pricing-card {
    width: 100%;
    padding: 20px;
  }

  .stats {
    flex-direction: column;
    padding: 30px 10px;
  }

  .stats div {
    margin: 10px 0;
  }

  .cta, .cta-primary .cta, .cta-final .cta {
    width: 90%;
    max-width: 320px;
    margin: 10px auto;
  }

  .carousel-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

  .carousel-track img {
  width: 70px;
  max-width: 100%;
  height: auto;
}

  nav ul li a, .waves-right-nav-1 a {
    font-size: 14px;
  }

  .pricing-card p, .pricing-card ul {
    font-size: 0.9rem;
  }

    .navbar {
    padding: 22px 28px; /* plus d’espace à l’intérieur */
    width: 90%; /* occupe presque toute la largeur */
    border-radius: 3rem; /* arrondi conservé mais proportionnel */
    font-size: 1.1rem; /* texte légèrement plus grand */
  }

  .waves---hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
  }

  .waves---hamburger-icon div {
    background-color: #111;
    height: 3px;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .waves-right-nav-1 {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #e4a7c8;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 0 0 12px 12px;
    z-index: 1000;
  }

  .waves-right-nav-1.active {
    display: flex;
  }

  .waves-right-nav-1 ul {
    flex-direction: column;
    gap: 20px;
  }

    nav ul li a.btn, .cta, .cta-primary .cta, .cta-final .cta {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 1rem;
  }

   .rl_faq6_component {
    flex-direction: column;
    gap: 2rem;
    margin: 3rem 1rem 2rem 1rem;
  }

  .faq-container {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .sidebar.rl_faq6_heading-wrapper {
    flex: 1 1 auto;
    max-width: 100%;
    position: static; /* plus sticky sur mobile */
    max-height: none;
    overflow: visible;
    padding: 1.5rem 4rem;
  }

  .sidebar img {
    width: 120px;
    height: 120px;
    margin-bottom: 0.75rem;
  }

  .sidebar p {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .sidebar a {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }

  .rl_faq6_heading {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .rl_faq6_question-text {
    font-size: 1rem;
  }

  .rl_faq6_answer {
    font-size: 0.95rem;
    padding: 0.75rem 1rem;
  }

  /* Optionnel : réduire l'espace sur les questions */
  .rl_faq6_question {
    padding: 1rem 1rem;
  }

  .booking-container h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.pricing-section h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.impact {
  text-align: center;
  padding: 60px 16px;
  border-radius: 24px;
  margin: 40px auto 30px;
  width: 95%;
}

.impact h2 {
  font-size: clamp(1.6rem, 6vw, 1.8rem);
  margin-bottom: 16px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.impact p {
    font-size: 0.9rem;
    max-width: 100%;
    padding: 0 10px;
    color: #444;
    line-height: 1.6;
  }

.nav-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  color: rgba(94, 62, 255, 0.07);
  user-select: none;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
  font-size: 10vw;
  max-font-size: 16rem;
}

.nav-bg-text {
  font-size: clamp(3.4rem, 8vw, 16rem);
}

  .booking-iframe .calendly-inline-widget {
    height: 600px;
  }

    .footer-nav a {
    display: inline-block;
    margin: 8px 12px;
  }

  .nav-bg-text {
    top: 60%;
  }
}

@media (max-width: 480px) {
  .booking-iframe .calendly-inline-widget {
    height: 500px;
  }
}

.timeline-section {
  max-width: 1100px;
  margin: 30px auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.timeline-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
  font-weight: 800;
  color: #2b2b2b;
  letter-spacing: -0.5px;
}

.timeline-title em { 
  font-style: italic; 
  color: #6c63ff; 
}

/* timeline */
.timeline-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 10px 0;
}

.timeline-container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg,#a78bfa 0%, #7c3aed 100%);
  border-radius: 4px;
  z-index: 0;
}

/* tracker */
.tracker-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #007bff; /* 🔵 bleu */
  border: 4px solid #fff;
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.6);
  z-index: 2;
  transition: top 0.15s linear;
}

/* row */
.timeline-row {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: start;
  column-gap: 20px;
  position: relative;
  z-index: 1;
}
.timeline-left, .timeline-right { min-height: 1px; }
.timeline-center { display: flex; justify-content: center; }

/* titres */
.timeline-step-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: #333;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* numéro entouré */
.timeline-step-title::before {
  content: attr(data-step);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #6c63ff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/* bloc */
.content-box {
  max-width: 480px;
  padding: 22px 26px;
  border-radius: 14px;
  background: #b3b1e0; /* gris/violet doux par défaut */
  color: #555;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  line-height: 1.6;
  font-size: 16px;
  transition: all 0.4s ease;
  opacity: 0.6;
}

.content-box.show {
  background: #6c63ff;
  color: #fff;
  opacity: 1;
}

/* alignement */
.timeline-left .content-box  { justify-self: end; margin-left: auto; text-align: right; }
.timeline-right .content-box { justify-self: start; margin-right: auto; text-align: left; }

/* responsive */
@media (max-width: 880px) {
  .timeline-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; /* espacement légèrement plus confortable */
    padding-left: 50px; /* décale les blocs vers la droite */
  }

  .timeline-container::before {
    left: 18px;
    width: 4px;
  }

  .timeline-left,
  .timeline-right {
    display: block;
    width: 100%; /* blocs prennent toute la largeur disponible */
    text-align: left;
    margin: 0;
  }

  .timeline-step-title {
    font-size: 24px; /* titres plus lisibles */
    margin-bottom: 10px;
    line-height: 1.3;
  }

  /* numéro dans le rond */
  .timeline-step-title::before {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .content-box {
    max-width: none;
    width: 100%;
    padding: 20px 26px; /* plus d’air à l’intérieur */
    text-align: left;
    font-size: 16px; /* texte plus lisible */
    line-height: 1.6;
    border-radius: 14px; /* coins plus arrondis */
    opacity: 1; /* blocs visibles par défaut */
    background: linear-gradient(135deg, #6c63ff 0%, #9895de 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15); /* ombre douce */
  }

  /* cacher le tracker-dot */
  .tracker-dot {
    display: none;
  }
}
