/* Acédémie Intuitio L'intégrale */

body.page-id-15952 .hdr,
body.page-id-15952 .hero,
body.page-id-15952 .sec,
body.page-id-15952 .ftr,
body.page-id-15952 footer,
body.page-id-15952 .site-footer,
body.page-id-15952 #colophon,
body.page-id-15952 section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* évite les effets de conteneur interne */
body.page-id-15952 .hero-bg,
body.page-id-15952 .fcta-bg,
body.page-id-15952 .fcta-bgi {
  width: 100% !important;
  max-width: 100% !important;
}

/* recentrage du contenu */
body.page-id-15952 .hero-c,
body.page-id-15952 .qb,
body.page-id-15952 .ss,
body.page-id-15952 .hdr .in,
body.page-id-15952 .csm,
body.page-id-15952 .cmd {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
}

body.page-id-15952 {
  background-color: #111F37 !important;
}

/* responsive */
@media (max-width: 768px) {
  body.page-id-15952 .hero-c,
  body.page-id-15952 .qb,
  body.page-id-15952 .ss,
  body.page-id-15952 .hdr .in,
  body.page-id-15952 .csm,
  body.page-id-15952 .cmd {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* =========================================================
   Page 15952 — Visual Portfolio en cartes type accomp-card
========================================================= */

body.page-id-15952 .accomp-portfolio .vp-portfolio__item {
  padding: 32px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(76, 156, 244, 0.2) !important;
  background: rgba(76, 156, 244, 0.05) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

body.page-id-15952 .accomp-portfolio .vp-portfolio__item:hover {
  background: rgba(76, 156, 244, 0.08) !important;
  border-color: rgba(76, 156, 244, 0.35) !important;
  transform: translateY(-3px) !important;
}

/* bloc image */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img-wrap,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img {
  background: transparent !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* vignette */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img img {
  display: block !important;
  margin: 0 auto !important;
}

/* texte sous la vignette */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-meta,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-caption {
  background: transparent !important;
  padding-top: 16px !important;
  text-align: center !important;
}

/* catégorie */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-categories,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-categories a {
  color: #4C9CF4 !important;
}

/* titre */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-title,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-title a {
  color: #FFFFFF !important;
}

/* =========================================================
   Page 15952 — Filtres Visual Portfolio visibles
========================================================= */

/* conteneur des filtres */
body.page-id-15952 .accomp-portfolio .vp-filter,
body.page-id-15952 .accomp-portfolio .vp-portfolio__filter {
  text-align: center;
  margin-bottom: 30px;
}

/* boutons filtres */
body.page-id-15952 .accomp-portfolio .vp-filter__item,
body.page-id-15952 .accomp-portfolio .vp-portfolio__filter a {
  color: rgba(215, 232, 251, 0.6) !important;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  transition: all 0.3s ease;
}

/* hover */
body.page-id-15952 .accomp-portfolio .vp-filter__item:hover,
body.page-id-15952 .accomp-portfolio .vp-portfolio__filter a:hover {
  color: #30B4F7 !important;
  background: rgba(48, 180, 247, 0.1);
}

/* filtre actif */
body.page-id-15952 .accomp-portfolio .vp-filter__item--active,
body.page-id-15952 .accomp-portfolio .vp-portfolio__filter .vp-active,
body.page-id-15952 .accomp-portfolio .vp-portfolio__filter a.active {
  color: #FFFFFF !important;
  background: rgba(48, 180, 247, 0.2);
  border: 1px solid rgba(48, 180, 247, 0.3);
}

body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img a {
  pointer-events: none !important;
}

/* =========================================================
   Page 15952 — Forcer clic sur titre (ouvrir URL)
========================================================= */
/* Désactive uniquement le clic sur la catégorie */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-meta-categories a {
  pointer-events: none !important;
  cursor: default !important;
}

/* Réactive uniquement le lien du titre */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-title a {
  pointer-events: auto !important;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

/* Optionnel : curseur main visible */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-title {
  cursor: pointer;
}

/* =========================================================
   Page 15952 — Carte annonce 6 vidéos YouTube
========================================================= */

body.page-id-15952 .videos-card {
  padding: 32px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(76, 156, 244, 0.2) !important;
  background: rgba(76, 156, 244, 0.05) !important;
}

/* Titre éventuel dans la carte */
body.page-id-15952 .videos-card h3,
body.page-id-15952 .videos-card h4,
body.page-id-15952 .videos-card strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-transform: none !important;
}

/* Texte */
body.page-id-15952 .videos-card p,
body.page-id-15952 .videos-card li,
body.page-id-15952 .videos-card span {
  color: rgba(215, 232, 251, 0.7) !important;
  line-height: 1.6 !important;
}

/* Liens éventuels */
body.page-id-15952 .videos-card a {
  color: #4C9CF4 !important;
}

/* Si tu veux une petite respiration sous le titre */
body.page-id-15952 .videos-card p:last-child {
  margin-bottom: 0 !important;
}


/* =========================================================
   Page 15952 — Fix image + suppression hover overlay
========================================================= */

/* Affiche bien l’image */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img-wrap {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  overflow: hidden !important;
}

body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Désactive totalement l’overlay du plugin */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-overlay,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-overlay-wrap,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item:hover .vp-portfolio__item-overlay,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item:hover .vp-portfolio__item-overlay-wrap {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Désactive aussi les pseudo-éléments éventuels */
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img::before,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img::after,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img-wrap::before,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img-wrap::after {
  display: none !important;
  content: none !important;
}

body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img a,
body.page-id-15952 .accomp-portfolio .vp-portfolio__item-img div {
  opacity: 1 !important;
  visibility: visible !important;
}

    /* ═══════════════════════════════════════════════════
      RESET & BASE
    ═══════════════════════════════════════════════════ */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      color: #374151;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      background: #fff;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { text-decoration: none; color: inherit; }
    button { cursor: pointer; border: none; font-family: inherit; }
    ul { list-style: none; }

    /* ═══════════════════════════════════════════════════
       UTILITIES
    ═══════════════════════════════════════════════════ */
    .container { max-width: 1024px; margin: 0 auto; padding: 0 24px; }
    .container-lg { max-width: 1152px; margin: 0 auto; padding: 0 24px; }
    .container-sm { max-width: 768px; margin: 0 auto; padding: 0 24px; }
    .text-center { text-align: center; }
    .text-left { text-align: left; }
    .relative { position: relative; }
    .overflow-hidden { overflow: hidden; }
    .italic { font-style: italic; }
    .bold { font-weight: 700; }
    .extrabold { font-weight: 800; }

    /* Colors */
    .text-white { color: #fff; }
    .text-navy { color: #111F37; }
    .text-cyan { color: #0BD4FC; }
    .text-violet { color: #7E72EB; }
    .text-blue { color: #5394F3; }
    .text-blue-soft { color: #6289ED; }
    .text-light { color: #D7E8FB; }
    .text-light-80 { color: rgba(215, 232, 251, 0.8); }
    .text-gray { color: #374151; }
    .text-gray-400 { color: #9ca3af; }
    .text-gray-500 { color: #6b7280; }

    .bg-navy { background-color: #111F37; }
    .bg-white { background-color: #fff; }

    /* Gradient text */
    .gradient-text {
      background: linear-gradient(to right, #7E72EB, #0BD4FC);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .gradient-text-cyan {
      background: linear-gradient(to right, #0BD4FC, #5394F3, #7E72EB);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* Gradient backgrounds */
    .gradient-btn {
      background: linear-gradient(to right, #7E72EB, #5394F3, #0BD4FC);
      color: #fff;
      font-weight: 700;
      border: none;
      border-radius: 16px;
      padding: 16px 40px;
      font-size: 18px;
      box-shadow: 0 10px 30px rgba(126, 114, 235, 0.3);
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }
    .gradient-btn:hover {
      transform: scale(1.05);
      box-shadow: 0 15px 40px rgba(11, 212, 252, 0.3);
    }
    .gradient-btn-lg { padding: 20px 56px; font-size: 20px; }

    .gradient-icon-box {
      width: 56px; height: 56px;
      border-radius: 16px;
      background: linear-gradient(135deg, #7E72EB, #0BD4FC);
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 8px 20px rgba(126, 114, 235, 0.2);
      flex-shrink: 0;
    }
    .gradient-icon-box-sm {
      width: 40px; height: 40px;
      border-radius: 12px;
      background: linear-gradient(135deg, #0BD4FC, #5394F3);
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 4px 12px rgba(11, 212, 252, 0.2);
      flex-shrink: 0;
    }
    .gradient-icon-circle {
      width: 80px; height: 80px;
      border-radius: 50%;
      background: linear-gradient(135deg, #0BD4FC, #7E72EB);
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 12px 30px rgba(126, 114, 235, 0.3);
    }

    /* Blobs */
    .blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(100px);
      pointer-events: none;
    }

    /* Section spacing */
    .section { padding: 96px 0; }

    /* Cards */
    .card-white {
      background: #fff;
      border-radius: 16px;
      padding: 24px;
      border: 1px solid #D7E8FB;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      transition: all 0.3s ease;
    }
    .card-white:hover {
      box-shadow: 0 8px 24px rgba(0,0,0,0.1);
      transform: translateY(-4px);
    }
    .card-dark {
      background: linear-gradient(135deg, #111F37, #1a2d4f);
      border-radius: 16px;
      padding: 24px;
      border: 1px solid rgba(126, 114, 235, 0.2);
    }
    .card-glass {
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 16px;
      padding: 24px 32px;
    }
    .card-glass-sm {
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 12px 16px;
      transition: all 0.3s ease;
    }
    .card-glass-sm:hover { background: rgba(255,255,255,0.12); }

    /* Grids */
    .grid-2 { display: grid; grid-template-columns: 1fr; gap: 20px; }
    .grid-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }
    .grid-4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .grid-5 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

    @media (min-width: 768px) {
      .grid-2 { grid-template-columns: repeat(2, 1fr); }
      .grid-3 { grid-template-columns: repeat(3, 1fr); }
      .grid-4 { grid-template-columns: repeat(4, 1fr); }
      .grid-5 { grid-template-columns: repeat(3, 1fr); }
    }
    @media (min-width: 1024px) {
      .grid-5 { grid-template-columns: repeat(5, 1fr); }
    }

    /* Flex */
    .flex { display: flex; }
    .flex-col { flex-direction: column; }
    .flex-wrap { flex-wrap: wrap; }
    .items-center { align-items: center; }
    .items-start { align-items: start; }
    .justify-center { justify-content: center; }
    .gap-2 { gap: 8px; }
    .gap-3 { gap: 12px; }
    .gap-4 { gap: 16px; }
    .gap-5 { gap: 20px; }

    /* Headings  */
    h2 {
      text-transform: none !important;
      font-family: 'Roboto', sans-serif !important;
      font-size: 36px !important; 
      font-weight: 800 !important; 
      line-height: 1.2 !important; 
      margin-bottom: 16px !important; 
    }
    h3 { 
      text-transform: none !important;
      font-size: 20px; 
      font-weight: 700; 
      margin-bottom: 20px; 
    }
    h4 { 
      text-transform: none !important;
      font-size: 16px; 
      font-weight: 700; 
      margin-bottom: 12px; 
    }
    @media (min-width: 768px) {
      h2 { font-size: 36px; }
    }

    /* Spacing helpers */
    .mb-2 { margin-bottom: 8px; }
    .mb-3 { margin-bottom: 12px; }
    .mb-4 { margin-bottom: 16px; }
    .mb-6 { margin-bottom: 24px; }
    .mb-8 { margin-bottom: 32px; }
    .mb-10 { margin-bottom: 40px; }
    .mb-14 { margin-bottom: 56px; }
    .mt-4 { margin-top: 16px; }
    .mt-6 { margin-top: 24px; }
    .mt-10 { margin-top: 40px; }
    .mt-12 { margin-top: 48px; }

    /* SVG icons inline */
    .icon { width: 20px; height: 20px; flex-shrink: 0; }
    .icon-sm { width: 16px; height: 16px; flex-shrink: 0; }
    .icon-lg { width: 28px; height: 28px; }
    .icon-xl { width: 40px; height: 40px; }

    /* ═══════════════════════════════════════════════════
       SECTION-SPECIFIC BACKGROUNDS
    ═══════════════════════════════════════════════════ */
    .bg-soft-gradient {
      background: linear-gradient(135deg, rgba(11,212,252,0.05), rgba(215,232,251,0.3), rgba(126,114,235,0.05));
    }
    .bg-light-blue { background: #F5F9FF; }

/* ===== NAVIGATION ===== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.nav.scrolled {
  background: rgba(17, 31, 55, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(48, 180, 247, 0.1);
  padding: 12px 0;
}

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

.nav-logo {
  font-size: 20px;
  font-weight: 700;
  background: transparent;
  color: #fff;
}

.nav-logo span {
  font-weight: 700;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(215, 232, 251, 0.7);
  transition: color 0.2s;
}

.nav-links a:hover {
  color: #30B4F7;
}

.nav-cta {
  padding: 8px 20px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(to right, #30B4F7, #7E72EB);
  color: #fff;
  transition: transform 0.3s;
}

.nav-cta:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}

    /* ═══════════════════════════════════════════════════
       1. HERO
    ═══════════════════════════════════════════════════ */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: 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 bottom, rgba(17,31,55,0.8), rgba(17,31,55,0.6), rgba(17,31,55,0.9));
    }
    .hero-content {
      position: relative; z-index: 10;
      max-width: 896px; margin: 0 auto;
      padding: 96px 24px;
      text-align: center;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 9999px;
      padding: 8px 20px;
      margin-bottom: 32px;
    }
    .hero-badge span {
      font-size: 14px; font-weight: 600;
      color: #D7E8FB;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    .hero h1 {
      text-transform: none !important;
      font-size: 36px; font-weight: 800;
      color: #fff; line-height: 1.1;
      margin-bottom: 16px;
    }

    @media (min-width: 768px) { .hero h1 { font-size: 48px; } }
    @media (min-width: 1024px) { .hero h1 { font-size: 60px; } }
    .hero-subtitle {
      font-size: 24px; font-weight: 700;
      margin-bottom: 32px;
      line-height: 40px !important;
    }
    @media (min-width: 768px) { .hero-subtitle { font-size: 30px; } }

    .benefits-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      max-width: 768px;
      margin: 0 auto 32px;
    }
    @media (min-width: 640px) {
      .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    }
    .benefit-card {
      display: flex; align-items: flex-start; gap: 12px;
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 12px 16px;
      text-align: left;
      transition: background 0.3s;
    }
    .benefit-card:hover { background: rgba(255,255,255,0.12); }
    .benefit-card p { font-size: 14px; color: #D7E8FB; line-height: 1.5; }

    .hero-signature {
      font-size: 16px; color: rgba(215,232,251,0.8);
      line-height: 1.7; max-width: 768px;
      margin: 0 auto 40px; font-style: italic;
    }

    .bounce {
      animation: bounce 2s infinite;
      display: block; margin: 56px auto 0;
      background: none; color: #0BD4FC;
    }
    @keyframes bounce {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }

    /* ═══════════════════════════════════════════════════
       NUMBERED CIRCLE
    ═══════════════════════════════════════════════════ */
    .num-circle {
      width: 40px; height: 40px;
      border-radius: 12px;
      background: linear-gradient(135deg, #0BD4FC, #5394F3);
      display: flex; align-items: center; justify-content: center;
      color: #fff; font-weight: 700; font-size: 14px;
      flex-shrink: 0;
    }
    .num-circle-sm {
      width: 24px; height: 24px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      font-size: 12px; font-weight: 700;
    }

    /* ═══════════════════════════════════════════════════
       TAG / BADGE
    ═══════════════════════════════════════════════════ */
    .tag {
      display: inline-flex; align-items: center; gap: 8px;
      border-radius: 9999px;
      padding: 6px 16px;
      font-size: 13px; font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 24px;
    }
    .tag-dot {
      width: 12px; height: 12px; border-radius: 50%;
    }

    /* ═══════════════════════════════════════════════════
       QUOTE CARDS
    ═══════════════════════════════════════════════════ */
    .quote-card {
      border-radius: 12px;
      padding: 20px;
      display: flex; align-items: flex-start; gap: 12px;
    }
    .quote-card p { font-style: italic; line-height: 1.6; }

    /* ═══════════════════════════════════════════════════
       LIBRARY TAGS
    ═══════════════════════════════════════════════════ */
    .lib-tag {
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.15);
      color: #D7E8FB;
      font-weight: 500;
      padding: 8px 16px;
      border-radius: 9999px;
      font-size: 14px;
      transition: all 0.3s;
    }
    .lib-tag:hover {
      background: rgba(255,255,255,0.2);
      border-color: rgba(11,212,252,0.4);
    }

    /* Live schedule */
    .live-card {
      background: rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 12px;
      text-align: center;
      border: 1px solid rgba(255,255,255,0.1);
    }
    .live-card .day { font-weight: 700; color: #fff; }
    .live-card .freq { font-size: 12px; color: #0BD4FC; }

    /* ═══════════════════════════════════════════════════
       FORMATION CARDS
    ═══════════════════════════════════════════════════ */
    .formation-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    @media (min-width: 768px) { .formation-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .formation-grid { grid-template-columns: repeat(3, 1fr); } }

    /* ═══════════════════════════════════════════════════
       CERTIFICATION CARDS
    ═══════════════════════════════════════════════════ */
    .certif-cards {
      display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;
    }
    .certif-card {
      background: linear-gradient(135deg, #111F37, #1a2d4f);
      border-radius: 16px;
      padding: 24px 32px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
      text-align: center;
      transition: all 0.3s;
    }
    .certif-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.2); }

    /* ═══════════════════════════════════════════════════
       FAQ ACCORDION
    ═══════════════════════════════════════════════════ */
    .faq-item {
      background: #fff;
      border-radius: 16px;
      border: 1px solid #D7E8FB;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      overflow: hidden;
      transition: box-shadow 0.3s;
      margin-bottom: 16px;
    }
    .faq-item:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
    .faq-question {
      width: 100%;
      display: flex; align-items: center; gap: 16px;
      padding: 24px;
      text-align: left;
      background: none;
      font-size: 18px; font-weight: 700;
      color: #111F37;
    }
    .faq-question .gradient-icon-box-sm {
      background: linear-gradient(135deg, #7E72EB, #0BD4FC);
      width: 40px; height: 40px; border-radius: 12px;
    }
    .faq-question .chevron {
      margin-left: auto;
      color: #7E72EB;
      transition: transform 0.3s;
    }
    .faq-item.open .faq-question .chevron { transform: rotate(180deg); }
    .faq-answer {
      max-height: 0; overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      padding: 0 24px;
    }
    .faq-item.open .faq-answer {
      max-height: 2000px;
      padding: 0 24px 24px;
    }
    .faq-answer-inner {
      border-top: 1px solid #D7E8FB;
      padding-top: 20px;
      color: #374151;
      line-height: 1.7;
    }
    .faq-answer-inner p { margin-bottom: 16px; }
    .faq-answer-inner p:last-child { margin-bottom: 0; }
    .faq-highlight {
      background: linear-gradient(to right, rgba(126,114,235,0.1), rgba(11,212,252,0.1));
      border-radius: 12px;
      padding: 16px;
      border: 1px solid #D7E8FB;
      margin-top: 8px;
    }

    /* ═══════════════════════════════════════════════════
       CTA FINAL
    ═══════════════════════════════════════════════════ */
    .cta-box {
      background: rgba(255,255,255,0.05);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 24px;
      padding: 40px;
      max-width: 640px;
      margin: 0 auto;
    }
    @media (min-width: 768px) { .cta-box { padding: 56px; } }
    .cta-price {
      font-size: 60px; font-weight: 800; color: #fff;
    }
    @media (min-width: 768px) { .cta-price { font-size: 72px; } }
    .cta-price span { font-size: 24px; margin-left: 4px; }

    /* ═══════════════════════════════════════════════════
       FOOTER
    ═══════════════════════════════════════════════════ */
    footer {
      padding: 32px 0;
      background: #0a1525;
      text-align: left;
      border-top: 1px solid rgba(255,255,255,0.05);
    }
    footer p { 
      font-size: 12px; 
      color: rgba(215,232,251,0.4); 
    }

    /* ═══════════════════════════════════════════════════
       RESPONSIVE IMAGE GRID
    ═══════════════════════════════════════════════════ */
    .two-col {
      display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
    }
    @media (min-width: 768px) {
      .two-col { grid-template-columns: repeat(2, 1fr); }
    }
    .rounded-img {
      border-radius: 24px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.15);
      width: 100%; object-fit: cover;
    }

    /* Check list */
    .check-item {
      display: flex; align-items: flex-start; gap: 12px;
      margin-bottom: 16px;
    }
    .check-icon {
      width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px;
      color: #0BD4FC;
    }

    /* Pour qui / Pas pour qui */
    .pour-qui-grid {
      display: grid; grid-template-columns: 1fr; gap: 32px;
    }
    @media (min-width: 768px) {
      .pour-qui-grid { grid-template-columns: repeat(2, 1fr); }
    }
    .pour-card {
      border-radius: 24px; padding: 32px;
    }
    .pour-card .icon-box {
      width: 56px; height: 56px; border-radius: 16px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 24px;
    }

    /* SVG inline helper */
    svg { vertical-align: middle; }
}
