/* =========================================================
   FULL WIDTH GENERIC — ATOMS / WPBAKERY
   L'enfant intérieur
========================================================= */

body.page-id-18930 .hdr,
body.page-id-18930 .hero,
body.page-id-18930 .sec,
body.page-id-18930 .ftr,
body.page-id-18930 .site-footer,
body.page-id-18930 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-18930 .hero-bg,
body.page-id-18930 .fcta-bg,
body.page-id-18930 .fcta-bgi {
  width: 100% !important;
  max-width: 100% !important;
}

/* recentrage du contenu */
body.page-id-18930 .hero-c,
body.page-id-18930 .qb,
body.page-id-18930 .ss,
body.page-id-18930 .hdr .in,
body.page-id-18930 .csm,
body.page-id-18930 .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;
}

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


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

    /* ===== COLOR VARIABLES ===== */
    :root {
      --nuit: #111F37;
      --nuit-light: #1A2A45;
      --nuit-dark: #0D1929;
      --dodger: #30B4F7;
      --portage: #7E72EB;
      --cornflower: #6289ED;
      --turquoise: #0BD4FC;
      --turquoise-alt: #13CBFC;
      --hawkes: #D7E8FB;
      --text-muted: #8BA4C7;
    }

    /* ===== UTILITIES ===== */
    .gradient-text {
      background: linear-gradient(135deg, #30B4F7, #7E72EB, #13CBFC);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .gradient-btn {
      display: inline-block;
      background: linear-gradient(135deg, #30B4F7, #7E72EB);
      color: #fff;
      font-weight: 600;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .gradient-btn:hover {
      background: linear-gradient(135deg, #13CBFC, #6289ED);
      box-shadow: 0 0 30px rgba(48,180,247,0.4), 0 0 60px rgba(126,114,235,0.2);
      transform: translateY(-2px);
    }
    .glass-card {
      background: rgba(26, 42, 69, 0.6);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(99, 137, 237, 0.15);
      transition: all 0.4s ease;
    }
    .glass-card:hover {
      border-color: rgba(48, 180, 247, 0.3);
      box-shadow: 0 8px 32px rgba(48, 180, 247, 0.1);
    }
    .glow-orb {
      border-radius: 50%;
      filter: blur(80px);
      opacity: 0.3;
      position: absolute;
      pointer-events: none;
    }
    .section-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, #30B4F7, #7E72EB, transparent);
      opacity: 0.3;
      max-width: 56rem;
      margin: 6rem auto 0;
    }
    .container { max-width: 72rem; margin: 0 auto; padding: 0 1.5rem; }
    .container-sm { max-width: 56rem; margin: 0 auto; padding: 0 1.5rem; }
    .container-md { max-width: 64rem; margin: 0 auto; padding: 0 1.5rem; }
    .text-center { text-align: center; }
    .relative { position: relative; }

    /* ===== ANIMATIONS ===== */
    @keyframes float {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-20px); }
    }
    @keyframes float-slow {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-10px); }
    }
    @keyframes glow-pulse {
      0%, 100% { opacity: 0.4; }
      50% { opacity: 1; }
    }
    @keyframes fade-in-up {
      0% { opacity: 0; transform: translateY(30px); }
      100% { opacity: 1; transform: translateY(0); }
    }
    @keyframes bounce-arrow {
      0%, 100% { transform: translateY(0) translateX(-50%); }
      50% { transform: translateY(8px) translateX(-50%); }
    }

    /* ===== SVG ICONS (inline) ===== */
    .icon {
      width: 24px; height: 24px;
      flex-shrink: 0;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .icon-lg { width: 28px; height: 28px; }
    .icon-xl { width: 40px; height: 40px; }
    .icon-sm { 
      width: 20px; 
      height: 20px; 
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* ===== HERO ===== */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    .hero-bg {
      position: absolute; inset: 0; z-index: 0;
    }
    .hero-bg img {
      width: 100%; height: 100%; object-fit: cover; opacity: 0.4;
    }
    .hero-bg-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, rgba(17,31,55,0.6), rgba(17,31,55,0.4), #111F37);
    }
    .hero .orb-1 { top: 5rem; left: 2.5rem; width: 18rem; height: 18rem; background: #7E72EB; animation: float 6s ease-in-out infinite; }
    .hero .orb-2 { bottom: 8rem; right: 4rem; width: 24rem; height: 24rem; background: #30B4F7; animation: float-slow 8s ease-in-out infinite; }
    .hero .orb-3 { top: 50%; left: 33%; width: 12rem; height: 12rem; background: #0BD4FC; animation: glow-pulse 3s ease-in-out infinite; }
    .hero-content {
      position: relative; z-index: 10;
      max-width: 56rem; padding: 0 1.5rem;
      text-align: center;
      animation: fade-in-up 0.8s ease-out forwards;
    }
    .hero-label {
      color: var(--dodger);
      font-weight: 600;
      font-size: 0.875rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      margin-bottom: 1.5rem;
    }
    .hero h1 {
      text-transform: none !important;
      font-size: clamp(3rem, 8vw, 5rem);
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 1rem;
    }
    .hero-subtitle {
      font-size: clamp(1.25rem, 3vw, 1.875rem);
      font-weight: 300;
      color: var(--hawkes);
      margin-bottom: 2rem;
      line-height: 1.4;
    }
    .hero-subtitle strong { font-weight: 600; color: var(--portage); }
    .hero-desc {
      font-size: 1.125rem;
      color: var(--text-muted);
      max-width: 40rem;
      margin: 0 auto 2.5rem;
      line-height: 1.7;
    }
    .hero-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
      margin-bottom: 3rem;
    }
    .hero-buttons .btn-primary {
      padding: 1rem 2.5rem;
      border-radius: 9999px;
      font-size: 1.125rem;
    }
    .hero-buttons .btn-outline {
      padding: 1rem 2.5rem;
      border-radius: 9999px;
      border: 1px solid rgba(215,232,251,0.3);
      color: var(--hawkes);
      font-weight: 500;
      font-size: 1.125rem;
      transition: all 0.3s;
      background: transparent;
    }
    .hero-buttons .btn-outline:hover {
      border-color: rgba(48,180,247,0.6);
      color: #fff;
    }
    .hero-note {
      font-size: 0.875rem;
      color: var(--text-muted);
      font-style: italic;
      max-width: 36rem;
      margin: 0 auto;
    }
    .scroll-indicator {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      animation: bounce-arrow 2s ease-in-out infinite;
      color: rgba(48,180,247,0.6);
    }

    /* ===== SECTIONS COMMON ===== */
    .section { padding: 6rem 0; }
    .section-dark { background: var(--nuit-dark); }
    .section-base { background: var(--nuit); }
    .section-label {
      font-weight: 600;
      font-size: 0.875rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }
    .section-title {
      text-transform: none !important;
      font-size: clamp(1.875rem, 5vw, 3rem);
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: #fff;
    }
    .section-desc {
      font-size: 1.125rem;
      color: var(--text-muted);
      max-width: 48rem;
      margin: 0 auto;
      line-height: 1.7;
    }
    .section-header { text-align: center; margin-bottom: 4rem; }

    /* ===== TRANSFORMATION CARDS ===== */
    .cards-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }
    @media (max-width: 768px) {
      .cards-grid { grid-template-columns: 1fr; }
    }
    .transform-card {
      border-radius: 1rem;
      padding: 2rem;
    }
    .transform-card .card-inner {
      display: flex;
      align-items: flex-start;
      gap: 1.25rem;
    }
    .card-icon-box {
      flex-shrink: 0;
      width: 3.5rem; height: 3.5rem;
      border-radius: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .card-icon-box.blue-purple {
      background: linear-gradient(135deg, rgba(48,180,247,0.2), rgba(126,114,235,0.2));
    }
    .transform-card h3 {
      text-transform: none !important;
      color: white !important;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 0.75rem;
    }
    .transform-card p {
      color: var(--text-muted);
      line-height: 1.6;
    }
    .highlight-box {
      margin-top: 4rem;
      text-align: center;
    }
    .highlight-box .inner {
      display: inline-block;
      border-radius: 1rem;
      padding: 1.5rem 2rem;
      max-width: 48rem;
    }
    .highlight-box p {
      color: var(--hawkes);
      font-size: 1.125rem;
      line-height: 1.7;
    }

    /* ===== IMAGE BLOCK ===== */
    .image-block {
      display: flex;
      justify-content: center;
      margin-bottom: 4rem;
    }
    .image-block .img-wrapper {
      position: relative;
      width: 100%;
      max-width: 40rem;
      border-radius: 1rem;
      overflow: hidden;
    }
    .image-block .img-wrapper img {
      width: 100%;
      border-radius: 1rem;
    }
    .image-block .img-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, var(--nuit-dark), transparent, transparent);
    }
    .image-block .img-overlay-base {
      position: absolute; inset: 0;
      background: linear-gradient(to top, var(--nuit), transparent, transparent);
    }

    /* ===== BENEFITS TWO COLUMNS ===== */
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2.5rem;
    }
    @media (max-width: 1024px) {
      .benefits-grid { grid-template-columns: 1fr; }
    }
    .benefits-col h3 {
      text-transform: none !important;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }
    .benefit-item {
      border-radius: 0.75rem;
      padding: 1.25rem;
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 1rem;
    }
    .benefit-item p {
      color: var(--hawkes);
      line-height: 1.6;
      font-size: 0.9375rem;
    }

    /* ===== PAIN POINTS ===== */
    .pain-item {
      border-radius: 1rem;
      padding: 1.5rem 2rem;
      display: flex;
      align-items: flex-start;
      gap: 1.25rem;
      margin-bottom: 1.25rem;
    }
    .pain-icon-box {
      flex-shrink: 0;
      width: 3rem; height: 3rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .pain-item p {
      color: var(--hawkes);
      line-height: 1.6;
      font-size: 1.0625rem;
      padding-top: 0.5rem;
    }

    /* ===== POUR QUI ===== */
    .pour-qui-item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      border-radius: 0.75rem;
      padding: 1.25rem;
      margin-bottom: 1rem;
    }
    .pour-qui-item p { color: var(--hawkes); line-height: 1.6; }
    .pour-qui-non {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      border-radius: 0.75rem;
      padding: 1.25rem;
      background: rgba(126,114,235,0.1);
      border: 1px solid rgba(126,114,235,0.2);
    }
    .pour-qui-non p { color: var(--text-muted); line-height: 1.6; font-style: italic; }

    /* ===== ACCORDION ===== */
    .accordion-item {
      border-radius: 1rem;
      overflow: hidden;
      margin-bottom: 0.75rem;
    }
    .accordion-trigger {
      width: 100%;
      background: none;
      border: none;
      color: #fff;
      padding: 1.5rem 2rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left;
      font-family: inherit;
      transition: all 0.3s;
    }
    .accordion-trigger:hover { background: rgba(48,180,247,0.05); }
    .accordion-trigger .trigger-left {
      display: flex;
      align-items: center;
      gap: 1.25rem;
    }
    .accordion-trigger .module-num {
      font-size: 1.5rem;
      font-weight: 700;
    }
    .accordion-trigger h3 {
      text-transform: none !important;
      color: white !important;
      font-size: 1.125rem;
      font-weight: 600;
      transition: color 0.3s;
    }
    .accordion-trigger:hover h3 { color: var(--dodger); }
    .accordion-trigger .subtitle {
      text-transform: none !important;
      font-size: 0.875rem;
      color: var(--text-muted);
      margin-top: 0.25rem;
    }
    .accordion-chevron {
      transition: transform 0.3s ease;
      color: var(--text-muted);
      flex-shrink: 0;
    }
    .accordion-item.open .accordion-chevron {
      transform: rotate(180deg);
    }
    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      padding: 0 2rem;
    }
    .accordion-item.open .accordion-content {
      max-height: 600px;
      padding: 0 2rem 1.5rem;
    }
    .accordion-content ul { margin-left: 3.5rem; }
    .accordion-content li {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin-bottom: 0.75rem;
      color: var(--hawkes);
      line-height: 1.6;
    }
    .accordion-content li .bullet {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--dodger);
      flex-shrink: 0;
      margin-top: 0.625rem;
    }

    /* FAQ accordion */
    .faq-trigger {
      text-transform: none !important;
      width: 100%;
      background: none;
      border: none;
      color: #fff;
      padding: 1.25rem 2rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left;
      font-family: inherit;
      font-size: 1.0625rem;
      font-weight: 500;
      gap: 1rem;
      transition: all 0.3s;
    }
    .faq-trigger:hover { background: rgba(48,180,247,0.05); }
    .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      padding: 0 2rem;
    }
    .accordion-item.open .faq-content {
      max-height: 400px;
      padding: 0 2rem 1.5rem;
    }
    .faq-content p { color: var(--hawkes); line-height: 1.7; }

    /* ===== STATS GRID ===== */
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      margin-bottom: 3rem;
    }
    @media (max-width: 768px) {
      .stats-grid { grid-template-columns: 1fr; }
    }
    .stat-card {
      border-radius: 1rem;
      padding: 2rem;
      text-align: center;
    }
    .stat-card .stat-value {
      font-size: 1.875rem;
      font-weight: 700;
      margin: 1rem 0 0.5rem;
    }
    .stat-card .stat-desc {
      font-size: 0.875rem;
      color: var(--text-muted);
    }
    .mini-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }
    @media (max-width: 768px) {
      .mini-cards { grid-template-columns: 1fr; }
    }
    .mini-card {
      border-radius: 1rem;
      padding: 1.5rem;
      text-align: center;
    }
    .mini-card h4 {
      text-transform: none !important;
      color: white !important;
      font-size: 1.125rem;
      font-weight: 600;
      margin: 0.75rem 0 0.5rem;
    }
    .mini-card p {
      font-size: 0.875rem;
      color: var(--text-muted);
    }

    /* ===== MODALITES ===== */
    .modalites-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }
    @media (max-width: 768px) {
      .modalites-grid { grid-template-columns: 1fr; }
    }
    .modalite-card {
      border-radius: 1rem;
      padding: 1.5rem;
      display: flex;
      align-items: flex-start;
      gap: 1.25rem;
    }
    .modalite-icon {
      flex-shrink: 0;
      width: 3rem; height: 3rem;
      border-radius: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(126,114,235,0.15);
    }
    .modalite-card h4 {
      text-transform: none !important;
      color: white !important;
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 0.25rem;
    }
    .modalite-card p {
      font-size: 0.875rem;
      color: var(--text-muted);
      line-height: 1.6;
    }

    /* ===== CTA FINAL ===== */
    .cta-final {
      padding: 6rem 0;
      background: var(--nuit);
      position: relative;
      overflow: hidden;
    }
    .cta-final .orb-big { top: 50%; left: 50%; transform: translate(-50%,-50%); width: 37rem; height: 37rem; background: rgba(48,180,247,0.1); }
    .cta-final .orb-sm { top: 33%; left: 25%; width: 20rem; height: 20rem; background: rgba(126,114,235,0.1); }
    .cta-sparkle {
      color: var(--dodger);
      margin: 0 auto 1.5rem;
      animation: glow-pulse 3s ease-in-out infinite;
    }
    .cta-final h2 {
      text-transform: none !important;
      color:white !important;
      font-size: clamp(1.875rem, 5vw, 3rem);
      font-weight: 700;
      margin-bottom: 1.5rem;
      line-height: 1.2;
    }
    .cta-final .cta-desc {
      font-size: 1.25rem;
      color: var(--hawkes);
      max-width: 40rem;
      margin: 0 auto 2rem;
      line-height: 1.6;
    }
    .cta-final .cta-btn {
      padding: 1.25rem 3rem;
      border-radius: 9999px;
      font-size: 1.25rem;
      font-weight: 700;
    }
    .cta-final .cta-note {
      font-size: 0.875rem;
      color: var(--text-muted);
      margin-top: 1.5rem;
    }

    /* ===== FOOTER ===== */
    .site-footer {
      padding: 2.5rem 0;
      background: var(--nuit-dark);
      border-top: 1px solid rgba(255,255,255,0.05);
      text-align: center;
    }
    .site-footer .footer-title {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    .site-footer .footer-sub {
      font-size: 0.875rem;
      color: var(--text-muted);
    }
    .site-footer .footer-copy {
      font-size: 0.75rem;
      color: rgba(139,164,199,0.5);
      margin-top: 1rem;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 640px) {
      .section { padding: 4rem 0; }
      .hero h1 { font-size: 2.5rem; }
      .hero-subtitle { font-size: 1.125rem; }
      .hero-buttons { flex-direction: column; align-items: center; }
      .accordion-trigger { padding: 1.25rem 1.5rem; }
      .accordion-content { padding: 0 1.5rem; }
      .accordion-item.open .accordion-content { padding: 0 1.5rem 1.25rem; }
      .accordion-content ul { margin-left: 0; }
    }
