/* =========================================================
   FULL WIDTH ROBUSTE — PAGE 18968 - Fondamentaux de l'Intuition
   N'affecte que la landing, pas les blocs WPBakery ajoutés après
========================================================= */

body.page-id-18968 {
  overflow-x: hidden;
}

/* Les sections de la landing sortent du container parent */
body.page-id-18968 .hero,
body.page-id-18968 .problem-section,
body.page-id-18968 .transformation-section,
body.page-id-18968 .learning-section,
body.page-id-18968 .program-section,
body.page-id-18968 .roi-section,
body.page-id-18968 .target-section,
body.page-id-18968 .faq-section,
body.page-id-18968 .cta-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.page-id-18968 .hero .hero-content,
body.page-id-18968 .problem-section .container,
body.page-id-18968 .transformation-section .container,
body.page-id-18968 .learning-section .container,
body.page-id-18968 .program-section .container,
body.page-id-18968 .roi-section .container,
body.page-id-18968 .target-section .container,
body.page-id-18968 .faq-section .container,
body.page-id-18968 .cta-section .cta-content,
body.page-id-18968 .container,
body.page-id-18968 .container-sm,
body.page-id-18968 .container-md,
body.page-id-18968 .container-lg {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Largeurs internes */
body.page-id-18968 .container {
  max-width: 1280px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-id-18968 .container-sm {
  max-width: 768px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-id-18968 .container-md {
  max-width: 1024px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-id-18968 .container-lg {
  max-width: 1152px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* Hero content : même logique que les autres containers */
body.page-id-18968 .hero .hero-content {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-id-18968 .hero h1,
body.page-id-18968 .hero-subtitle,
body.page-id-18968 .hero-desc {
    max-width: 100% !important;
}

/* On neutralise seulement les paddings latéraux WPBakery autour de la landing */
body.page-id-18968 .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Mais on ne touche pas aux futurs blocs WPBakery internes */
body.page-id-18968 .vc_column-inner .wpb_wrapper > .vc_row,
body.page-id-18968 .vc_column-inner .wpb_wrapper > .wpb_content_element,
body.page-id-18968 .vc_column-inner .wpb_wrapper > .vc_empty_space {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =========================================================
   CENTRAGE HERO (entête)
========================================================= */

body.page-id-18968 .hero {
    text-align: center;
}

/* Conteneur principal */
body.page-id-18968 .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Badge */
body.page-id-18968 .hero-badge {
    justify-content: center;
    text-align: center;
}

/* Titre */
body.page-id-18968 .hero h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-transform: none !important;
}

/* Sous-titre */
body.page-id-18968 .hero-subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Description */
body.page-id-18968 .hero-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* CTA */
body.page-id-18968 .hero-cta {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Boutons */
body.page-id-18968 .hero-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Stats */
body.page-id-18968 .hero-stats {
    justify-content: center;
}


/* ===== HERO CTA centré ===== */
body.page-id-18968 .hero-cta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-18968 .hero-cta .btn,
body.page-id-18968 .hero-cta .btn-primary,
body.page-id-18968 .hero-cta .btn-large,
body.page-id-18968 .hero-cta-note {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

@media (min-width: 640px) {
  body.page-id-18968 .hero-cta {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

    /* ===== RESET & BASE ===== */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', system-ui, sans-serif; color: #111F37; line-height: 1.6; -webkit-font-smoothing: antialiased; }
    img { max-width: 100%; height: auto; display: block; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    /* ===== COLORS ===== */
    :root {
      --navy: #111F37;
      --navy-light: #1a2d4d;
      --dodger: #30b4f7;
      --portage: #7e72eb;
      --cornflower: #6289ed;
      --turquoise: #0bd4fc;
      --turquoise2: #13cbfc;
      --hawkes: #d7e8fb;
      --cornflower2: #5394f3;
      --cornflower3: #4c9cf4;
      --light-bg: #f0f5fc;
      --red: #EF4444;
    }

    /* ===== TYPOGRAPHY ===== */
    .font-serif { font-family: 'Playfair Display', Georgia, serif; }
    .font-sans { font-family: 'Inter', system-ui, sans-serif; }

    /* ===== UTILITIES ===== */
   .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
    .container-sm { max-width: 768px; margin: 0 auto; }
    .container-md { max-width: 1024px; margin: 0 auto; }
    .container-lg { max-width: 1152px; margin: 0 auto; }
    .text-center { text-align: center; }
    .section-padding { padding: 80px 0; }

    .label {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 16px;
    }

    .section-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(28px, 4vw, 40px);
      font-weight: 700 !important;
      line-height: 1.2;
      margin-bottom: 24px;
      text-transform: none !important;
    }

    .section-subtitle {
      font-size: 18px;
      line-height: 1.7;
      opacity: 0.7;
    }

    .btn {
      display: inline-block;
      font-family: 'Inter', sans-serif;
      font-size: 28px;
      font-weight: 600;
      padding: 16px 32px;
      border-radius: 50px;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: center;
    }

    .btn-primary {
      background: var(--dodger);
      color: #fff;
      box-shadow: 0 8px 24px rgba(48, 180, 247, 0.25);
    }

    .btn-primary:hover {
      background: var(--turquoise2);
      box-shadow: 0 12px 32px rgba(48, 180, 247, 0.3);
      transform: translateY(-2px);
    }

    .btn-large {
      font-size: 20px !important;
      padding: 20px 40px !important;
      font-weight: 700 !important;
      box-shadow: 0 8px 24px rgba(48, 180, 247, 0.3);
    }

    .highlight-turquoise { color: var(--turquoise); }
    .highlight-cornflower { color: var(--cornflower); }
    .highlight-dodger { color: var(--dodger); }
    .highlight-portage { color: var(--portage); }

    /* ===== GRID ===== */
    .grid-2 { display: grid; grid-template-columns: 1fr; gap: 24px; }
    .grid-3 { display: grid; grid-template-columns: 1fr; gap: 24px; }
    .grid-2-layout { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }

    @media (min-width: 768px) {
      .grid-2 { grid-template-columns: 1fr 1fr; }
      .grid-3 { grid-template-columns: 1fr 1fr; }
      .grid-2-layout { grid-template-columns: 1fr 1fr; }
    }

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

    /* ===== HERO ===== */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
    }

    .hero-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(17,31,55,0.95), rgba(17,31,55,0.85), rgba(17,31,55,0.6));
    }

    .hero-content {
      position: relative;
      z-index: 10;
      max-width: 1280px;
      margin: 0 auto;
      padding: 96px 24px;
    }

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

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(48,180,247,0.3);
      border-radius: 50px;
      padding: 8px 16px;
      margin-bottom: 32px;
    }

    .hero-badge-dot {
      width: 8px;
      height: 8px;
      background: var(--turquoise);
      border-radius: 50%;
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.5; }
    }

    @keyframes bounce {
      0%, 100% { transform: translateY(0) translateX(-50%); }
      50% { transform: translateY(-8px) translateX(-50%); }
    }

    .hero-badge-text {
      color: rgba(255,255,255,0.9);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.5px;
    }

    .hero h1 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(32px, 5vw, 56px);
      color: #fff;
      line-height: 1.15;
      margin-bottom: 24px;
    }

    .hero-subtitle {
      font-size: clamp(18px, 2.5vw, 24px);
      color: rgba(255,255,255,0.8);
      font-weight: 300;
      margin-bottom: 16px;
    }

    .hero-desc {
      font-size: 18px;
      color: rgba(255,255,255,0.6);
      margin-bottom: 40px;
    }

    .hero-cta {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: flex-start;
    }

    .hero-cta-note {
      color: rgba(255,255,255,0.5);
      font-size: 14px;
    }

    @media (min-width: 640px) {
      .hero-cta {
        flex-direction: row;
        align-items: center;
      }
    }

    .scroll-indicator {
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      color: rgba(255,255,255,0.4);
      cursor: pointer;
      background: none;
      border: none;
      animation: bounce 2s infinite;
      transition: color 0.3s;
    }

    .scroll-indicator:hover { color: rgba(255,255,255,0.7); }

    .scroll-indicator svg { width: 24px; height: 24px; }

    /* ===== PROBLEM SECTION ===== */
    .problem-section {
      background: var(--hawkes);
    }

    .problem-card {
      background: #fff;
      border-radius: 16px;
      padding: 32px;
      border: 1px solid rgba(98,137,237,0.2);
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }

    .problem-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      border-color: rgba(48,180,247,0.4);
    }

    .problem-card-inner {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }

    .problem-icon {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      background: rgba(126,114,235,0.1);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }

    .problem-card:hover .problem-icon {
      background: rgba(126,114,235,0.2);
    }

    .problem-icon svg { width: 24px; height: 24px; color: var(--portage); }

    .problem-question {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 18px;
      color: var(--navy);
      font-style: italic;
      margin-bottom: 8px;
    }

    .problem-desc {
      color: rgba(17,31,55,0.6);
      line-height: 1.7;
    }

    .transition-text {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 20px;
      color: var(--navy);
      line-height: 1.6;
      margin-top: 64px;
    }

    /* ===== TRANSFORMATION SECTION ===== */
    .transformation-section {
      background: #fff;
    }

    .transformation-image-wrapper {
      position: relative;
    }

    .transformation-image-wrapper img {
      border-radius: 16px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.12);
      width: 100%;
      object-fit: cover;
      aspect-ratio: 16/10;
    }

    .transformation-badge {
      position: absolute;
      bottom: -16px;
      right: -16px;
      background: var(--navy);
      color: #fff;
      border-radius: 16px;
      padding: 16px 24px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }

    .transformation-badge p:first-child {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 18px;
    }

    .transformation-badge p:last-child {
      color: var(--turquoise);
      font-size: 14px;
    }

    .benefits-group { margin-bottom: 40px; }
    .benefits-group:last-child { margin-bottom: 0; }

    .benefits-group h3 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 24px;
      color: var(--navy);
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .benefits-number {
      width: 40px;
      height: 40px;
      background: linear-gradient(135deg, var(--cornflower), var(--portage));
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 700;
      flex-shrink: 0;
    }

    .benefit-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 16px;
    }

    .benefit-check {
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      background: rgba(11,212,252,0.15);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
    }

    .benefit-check svg { width: 16px; height: 16px; color: var(--dodger); }

    .benefit-text {
      color: rgba(17,31,55,0.7);
      line-height: 1.7;
    }

    /* ===== LEARNING SECTION ===== */
    .learning-section {
      background: var(--navy);
      color: #fff;
    }

    .skill-card {
      background: rgba(255,255,255,0.05);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 16px;
      padding: 28px;
      transition: all 0.3s ease;
    }

    .skill-card:hover {
      background: rgba(255,255,255,0.1);
      border-color: rgba(48,180,247,0.3);
    }

    .skill-icon {
      width: 48px;
      height: 48px;
      background: rgba(126,114,235,0.2);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: background 0.3s;
    }

    .skill-card:hover .skill-icon {
      background: rgba(126,114,235,0.3);
    }

    .skill-icon svg { width: 24px; height: 24px; color: var(--portage); }

    .skill-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 18px;
      margin-bottom: 12px;
      color: white;
    }

    .skill-desc {
      color: rgba(255,255,255,0.5);
      font-size: 14px;
      line-height: 1.7;
    }

    .competences-section {
      margin-top: 80px;
    }

    .competences-section img {
      border-radius: 16px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.3);
      width: 100%;
      object-fit: cover;
      aspect-ratio: 16/10;
    }

    .competences-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 24px;
      margin-bottom: 8px;
      color: white;
    }

    .competences-subtitle {
      color: rgba(255,255,255,0.5);
      margin-bottom: 32px;
    }

    .competence-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 16px;
    }

    .competence-dot {
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      background: rgba(11,212,252,0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
      color: #13cbfc;
    }

    .competence-dot span {
      width: 8px;
      height: 8px;
      background: var(--turquoise);
      border-radius: 50%;
      display: block;
    }

    .competence-text {
      color: rgba(255,255,255,0.7);
      font-size: 14px;
      line-height: 1.7;
    }

    /* ===== PROGRAM SECTION ===== */
    .program-section {
      background: var(--hawkes);
    }

    .timeline {
      position: relative;
      max-width: 800px;
      margin: 0 auto 80px;
    }

    .timeline-line {
      position: absolute;
      left: 24px;
      top: 0;
      bottom: 0;
      width: 1px;
      background: rgba(98,137,237,0.3);
    }

    @media (min-width: 768px) {
      .timeline-line { left: 32px; }
    }

    .timeline-item {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 24px;
      margin-bottom: 32px;
    }

    @media (min-width: 768px) {
      .timeline-item { gap: 32px; }
    }

    .timeline-item:last-child { margin-bottom: 0; }

    .timeline-number {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      background: var(--navy);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      color: #13cbfc;
    }

    @media (min-width: 768px) {
      .timeline-number { width: 64px; height: 64px; }
    }

    .timeline-number span {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 18px;
      font-weight: 700;
      color: var(--turquoise);
    }

    @media (min-width: 768px) {
      .timeline-number span { font-size: 20px; }
    }

    .timeline-card {
      flex: 1;
      background: #fff;
      border-radius: 12px;
      padding: 24px;
      border: 1px solid rgba(98,137,237,0.2);
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }

    .timeline-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      border-color: rgba(48,180,247,0.4);
    }

    .timeline-card h3 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(16px, 2vw, 20px);
      color: var(--navy);
      margin-bottom: 8px;
    }

    .timeline-card p {
      color: rgba(17,31,55,0.6);
      font-size: clamp(13px, 1.5vw, 16px);
      line-height: 1.7;
    }

    .inclusions-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(24px, 3vw, 30px);
      color: var(--navy);
      margin-bottom: 32px;
    }

    .inclusion-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 20px;
    }

    .inclusion-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      background: rgba(83,148,243,0.15);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4c9cf4 !important;
    }

    .inclusion-icon svg { width: 20px; height: 20px; color: #4c9cf4 !important; }

    .inclusion-text {
      color: rgba(17,31,55,0.7);
      line-height: 1.7;
      padding-top: 6px;
    }

    .program-image img {
      border-radius: 16px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.12);
      width: 100%;
      object-fit: cover;
      aspect-ratio: 16/10;
    }

    /* ===== ROI SECTION ===== */
    .roi-section {
      background: #fff;
    }

    .roi-card {
      background: rgba(215,232,251,0.4);
      border-radius: 16px;
      padding: 28px;
      border: 1px solid rgba(98,137,237,0.15);
      transition: all 0.3s ease;
    }

    .roi-card:hover {
      border-color: rgba(48,180,247,0.4);
    }

    .roi-icon {
      width: 48px;
      height: 48px;
      background: var(--navy);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: transform 0.3s;
    }

    .roi-card:hover .roi-icon {
      transform: scale(1.1);
    }

    .roi-icon svg { width: 24px; height: 24px; color: var(--turquoise); }

    .roi-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 18px;
      color: var(--navy);
      margin-bottom: 8px;
    }

    .roi-desc {
      color: rgba(17,31,55,0.6);
      font-size: 14px;
      line-height: 1.7;
    }

    .roi-callout {
      max-width: 768px;
      margin: 64px auto 0;
      background: linear-gradient(135deg, var(--navy), var(--navy-light));
      border-radius: 16px;
      padding: 40px;
      text-align: center;
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

    .roi-callout-quote {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(18px, 2vw, 20px);
      color: rgba(255,255,255,0.9);
      line-height: 1.7;
      margin-bottom: 24px;
    }

    .roi-callout-note {
      color: rgba(255,255,255,0.6);
      margin-bottom: 32px;
    }

    /* ===== TARGET SECTION ===== */
    .target-section {
      background: var(--hawkes);
    }

    .target-card {
      background: #fff;
      border-radius: 16px;
      padding: 32px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

    .target-card-for {
      border: 1px solid rgba(48,180,247,0.2);
    }

    .target-card-not {
      border: 1px solid rgba(239,68,68,0.2);
    }

    .target-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 24px;
    }

    .target-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .target-icon-for {
      background: rgba(48,180,247,0.1);
    }

    .target-icon-not {
      background: rgba(239,68,68,0.1);
    }

    .target-icon svg { width: 20px; height: 20px; }
    .target-icon-for svg { color: var(--dodger); }
    .target-icon-not svg { color: var(--red); }

    .target-header h3 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 20px;
      color: var(--navy);
    }

    .target-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 16px;
    }

    .target-item:last-child { margin-bottom: 0; }

    .target-item svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .target-item-for svg { color: var(--dodger); }
    .target-item-not svg { color: var(--red); }

    .target-item span {
      color: rgba(17,31,55,0.7);
      line-height: 1.7;
    }

    .parcours-note {
      max-width: 768px;
      margin: 48px auto 0;
      text-align: center;
      color: rgba(17,31,55,0.7);
      line-height: 1.7;
    }

    /* ===== FAQ SECTION ===== */
    .faq-section {
      background: var(--light-bg);
    }

    .faq-item {
      border: 1px solid rgba(98,137,237,0.2);
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      margin-bottom: 16px;
    }

    .faq-item:last-child { margin-bottom: 0; }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 24px;
      background: none;
      border: none;
      cursor: pointer;
      text-align: left;
      transition: background 0.3s;
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 18px;
      color: var(--navy);
    }

    .faq-question:hover {
      background: rgba(215,232,251,0.3);
    }

    .faq-chevron {
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      color: var(--portage);
      transition: transform 0.3s;
      margin-left: 16px;
    }

    .faq-item.open .faq-chevron {
      transform: rotate(180deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, opacity 0.3s ease;
      opacity: 0;
    }

    .faq-item.open .faq-answer {
      max-height: 500px;
      opacity: 1;
    }

    .faq-answer-inner {
      padding: 0 24px 24px;
      color: rgba(17,31,55,0.6);
      line-height: 1.7;
    }

    /* ===== FINAL CTA ===== */
    .cta-section {
      background: var(--navy);
      position: relative;
      overflow: hidden;
    }

    .cta-deco-1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 384px;
      height: 384px;
      background: rgba(126,114,235,0.05);
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }

    .cta-deco-2 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 384px;
      height: 384px;
      background: rgba(48,180,247,0.05);
      border-radius: 50%;
      transform: translate(50%, 50%);
    }

    .cta-deco-3 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 600px;
      height: 600px;
      background: rgba(98,137,237,0.05);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      filter: blur(60px);
    }

    .cta-content {
      position: relative;
      z-index: 10;
      max-width: 768px;
      margin: 0 auto;
      text-align: center;
    }

    .cta-section h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(28px, 4vw, 48px);
      color: #fff;
      line-height: 1.2;
      margin-bottom: 24px;
      text-transform: none !important;
    }

    .cta-subtitle {
      font-size: 20px;
      color: rgba(255,255,255,0.7);
      line-height: 1.7;
      margin-bottom: 16px;
    }

    .cta-note {
      color: rgba(255,255,255,0.5);
      margin-bottom: 40px;
    }

    .price-box {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background: rgba(255,255,255,0.05);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(48,180,247,0.2);
      border-radius: 16px;
      padding: 32px 40px;
      margin-bottom: 40px;
    }

    .price-label {
      color: rgba(255,255,255,0.6);
      font-size: 14px;
      margin-bottom: 8px;
    }

    .price-value {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 48px;
      color: #fff;
      margin-bottom: 20px;
      margin-bottom: 20px;
    }

    .price-details {
      color: rgba(11,212,252,0.6);
      font-size: 14px;
    }

    .cta-final-note {
      color: rgba(255,255,255,0.4);
      font-size: 14px;
      margin-top: 16px;
    }

    /* ===== SVG ICONS (inline) ===== */
    .icon { display: inline-block; vertical-align: middle; }

/* =========================================================
   FIX SVG ICONES SANS TOUCHER AU HTML
========================================================= */

/* Conteneur */
.inclusion-icon,
.roi-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG */
.inclusion-icon svg,
.roi-icon svg {
    width: 48px !important;
    height: 48px !important;
    display: block !important;
}

/* Cas 1 : SVG en stroke (le plus probable)
.inclusion-icon svg path,
.roi-icon svg path,
.inclusion-icon svg *,
.roi-icon svg * {
    stroke: #30B4F7 !important;
    stroke-width: 2 !important;
    fill: none !important;
}
*/

/* Cas 2 : fallback si SVG plein 
.inclusion-icon svg[fill],
.roi-icon svg[fill] {
    fill: #30B4F7 !important;
}*/


/* ---------- SVG : ne plus forcer fill:none partout ---------- */
body.page-id-18968 .inclusion-icon,
body.page-id-18968 .roi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30B4F7 !important;
}

body.page-id-18968 .inclusion-icon svg,
body.page-id-18968 .roi-icon svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  overflow: visible !important;
}

/* Les SVG héritent de la couleur du conteneur */
body.page-id-18968 .inclusion-icon svg *,
body.page-id-18968 .roi-icon svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Si certaines formes ne doivent pas être remplies */
body.page-id-18968 .inclusion-icon svg [fill="none"],
body.page-id-18968 .roi-icon svg [fill="none"] {
  fill: none !important;
}

body.page-id-18968 .inclusion-icon svg [stroke="none"],
body.page-id-18968 .roi-icon svg [stroke="none"] {
  stroke: none !important;
}
