        /* ===== RESET & STABILISATION ===== */
        .batik-hero-section,
        .batik-hero-section * {
          box-sizing: border-box;
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
        }

        .batik-hero-wrap {
          padding: 28px 20px;
          background: #ffffff;
        }

        .batik-hero-box {
          border-radius: 40px;
          overflow: hidden;
          box-shadow: 0 34px 96px rgba(15, 23, 42, 0.18);
          background: #ffffff;
        }

        /* SECTION HERO */
        .batik-hero {
          --blue: #264f8f;
          --blue2: #1f427b;
          --cta: #f36b3b;
          --muted: rgba(255, 255, 255, 0.90);

          padding: 80px 40px;
          background:
            radial-gradient(900px 500px at 15% 20%, rgba(255, 255, 255, 0.12), transparent 60%),
            linear-gradient(135deg, var(--blue2), var(--blue));
          color: #ffffff;
        }

        .batik-hero .wrap {
          max-width: 1140px;
          margin: 0 auto;
          display: flex;
          align-items: center;
          gap: 50px;
        }

        .batik-hero .content {
          flex: 1.2;
          /* Augmenté légèrement pour le texte */
          min-width: 0;
          display: flex;
          flex-direction: column;
        }

        .batik-hero h1 {
          margin: 0 0 20px;
          font-size: clamp(28px, 4vw, 44px);
          line-height: 1.1;
          font-weight: 900;
          letter-spacing: -0.03em;
          color: #ffffff !important;
        }

        .batik-hero .text {
          font-size: 17px;
          line-height: 1.75;
          color: var(--muted);
          font-weight: 500;
        }

        .batik-hero .text p {
          margin: 0 0 16px;
          color: rgba(255, 255, 255, 0.90) !important;
        }

        .batik-hero .text strong {
          color: #ffffff !important;
          font-weight: 800;
        }

        /* CTA CENTRÉ */
        .batik-hero .cta {
          margin-top: 35px;
          display: flex;
          justify-content: center;
          width: 100%;
        }

        .batik-hero .btn {
          background: var(--cta);
          color: #ffffff;
          font-weight: 800;
          padding: 18px 40px;
          border-radius: 999px;
          text-decoration: none;
          box-shadow: 0 15px 35px rgba(243, 107, 59, 0.3);
          display: inline-flex;
          gap: 12px;
          align-items: center;
          transition: all 0.3s ease;
          white-space: nowrap;
        }

        /* MEDIA (IMAGES) */
        .batik-hero .media {
          flex: 0.8;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          min-width: 300px;
          /* Force l'affichage sur certains navigateurs */
        }

        .batik-hero .img-main {
          width: 100%;
          max-width: 340px;
          height: 400px;
          border-radius: 30px;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, 0.2);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
          z-index: 2;
        }

        .batik-hero .img-main img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          /* Évite les espaces vides sous l'image */
        }

        .batik-hero .img-secondary {
          position: absolute;
          left: -20px;
          bottom: -10px;
          width: 240px;
          height: 160px;
          border-radius: 20px;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, 0.2);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
          z-index: 3;
        }

        .batik-hero .img-secondary img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
        }

        /* RESPONSIVE - FIX MOBILE IMAGES */
        @media (max-width: 1024px) {
          .batik-hero .wrap {
            flex-direction: column;
            text-align: center;
            gap: 40px;
          }

          .batik-hero .media {
            width: 100%;
            min-width: auto;
          }

          .batik-hero .img-secondary {
            display: none;
          }

          /* On cache la petite pour libérer l'espace */
          .batik-hero .img-main {
            max-width: 100%;
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
            /* Définit une forme fixe pour forcer l'affichage */
          }
        }

        @media (max-width: 480px) {
          .batik-hero {
            padding: 50px 20px;
          }

          .batik-hero .btn {
            width: 100%;
            justify-content: center;
          }

          .batik-hero .img-main {
            height: 250px;
            /* Hauteur forcée pour mobile */
          }
        }
      /* Wrapper Global */
      .batik-fuite-wrap {
        padding: 28px 20px;
        background: #ffffff;
      }

      .batik-fuite-box {
        border-radius: 40px;
        overflow: hidden;
        box-shadow: 0 34px 96px rgba(15, 23, 42, .18);
      }

      /* Section */
      .batik-fuite {
        --blue: #264f8f;
        --blue2: #1f427b;
        --muted: rgba(255, 255, 255, .90);
        --cta: #f36b3b;

        padding: 80px 40px;
        background:
          radial-gradient(900px 500px at 15% 20%, rgba(255, 255, 255, .12), transparent 60%),
          linear-gradient(135deg, var(--blue2), var(--blue));
        color: #ffffff;
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
      }

      .batik-fuite * {
        box-sizing: border-box;
      }

      .batik-fuite h2,
      .batik-fuite p {
        margin: 0;
      }

      .batik-fuite .wrap {
        max-width: 1100px;
        margin: 0 auto;
      }

      /* Head */
      .batik-fuite .head {
        text-align: center;
        margin-bottom: 50px;
      }

      .batik-fuite .title {
        font-size: clamp(26px, 3.5vw, 38px);
        font-weight: 900;
        letter-spacing: -0.02em;
        line-height: 1.2;
      }

      .batik-fuite .subtitle {
        margin-top: 16px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        font-size: 17px;
        line-height: 1.7;
        color: var(--muted);
        font-weight: 500;
      }

      /* Row (Conteneur principal) */
      .batik-fuite .row {
        display: flex;
        align-items: center;
        gap: 40px;
      }

      /* Bloc Image */
      .batik-fuite .img-container {
        flex: 1;
        min-width: 0;
      }

      .batik-fuite .img-box {
        border-radius: 30px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .18);
        box-shadow: 0 28px 60px rgba(0, 0, 0, .22);
        background: rgba(255, 255, 255, .06);
        width: 100%;
      }

      .batik-fuite .img-box img {
        width: 100%;
        height: 400px;
        /* Hauteur fixe sur Desktop */
        object-fit: cover;
        display: block;
      }

      /* Content card */
      .batik-fuite .content {
        flex: 1.2;
        background: rgba(255, 255, 255, .10);
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 30px;
        padding: 35px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
      }

      .batik-fuite .points {
        display: flex;
        flex-direction: column;
        gap: 18px;
      }

      .batik-fuite .point {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        font-size: 16px;
        line-height: 1.6;
        font-weight: 500;
        color: rgba(255, 255, 255, .95);
      }

      .batik-fuite .check {
        color: var(--cta);
        font-weight: 900;
        font-size: 18px;
        line-height: 1;
        margin-top: 3px;
        flex-shrink: 0;
      }

      .batik-fuite .content strong {
        color: #ffffff;
        font-weight: 800;
      }

      .batik-fuite .conclusion {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.7;
        color: var(--muted);
        font-weight: 500;
      }

      /* CTA Centré */
      .batik-fuite .cta {
        margin-top: 30px;
        display: flex;
        justify-content: center;
      }

      .batik-fuite .cta a {
        background: var(--cta);
        color: #ffffff;
        font-weight: 800;
        padding: 16px 32px;
        border-radius: 999px;
        text-decoration: none;
        box-shadow: 0 15px 35px rgba(243, 107, 59, .26);
        display: inline-flex;
        gap: 12px;
        align-items: center;
        transition: all 0.3s ease;
      }

      .batik-fuite .cta a:hover {
        transform: translateY(-2px);
        filter: brightness(1.06);
      }

      /* Responsive Fix */
      @media(max-width: 980px) {
        .batik-fuite-wrap {
          padding: 18px 14px;
        }

        .batik-fuite {
          padding: 60px 20px;
        }

        .batik-fuite .row {
          flex-direction: column;
          /* Stable sur mobile */
          gap: 30px;
        }

        .batik-fuite .img-container {
          width: 100%;
        }

        .batik-fuite .img-box img {
          height: auto;
          aspect-ratio: 16 / 9;
          /* Force l'affichage de l'image sur mobile */
        }

        .batik-fuite .content {
          padding: 25px 20px;
          width: 100%;
        }
      }

      @media(max-width: 480px) {
        .batik-fuite .cta a {
          width: 100%;
          justify-content: center;
        }
      }
        /* Base */
        #batik-etapes-fuite {
          padding: 80px 20px;
          background: #ffffff;
          color: #0b1f33;
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
        }

        #batik-etapes-fuite * {
          box-sizing: border-box;
        }

        #batik-etapes-fuite .wrap {
          max-width: 1100px;
          margin: 0 auto;
        }

        /* Head */
        #batik-etapes-fuite .kicker {
          text-align: center;
          font-size: 13px;
          letter-spacing: .2em;
          text-transform: uppercase;
          font-weight: 800;
          color: #264f8f;
          margin-bottom: 12px;
        }

        #batik-etapes-fuite h2 {
          text-align: center;
          font-size: clamp(26px, 4vw, 38px);
          line-height: 1.2;
          margin: 0 0 15px;
          font-weight: 900;
          color: #0b2748;
          letter-spacing: -.02em;
        }

        #batik-etapes-fuite .intro {
          text-align: center;
          max-width: 850px;
          margin: 0 auto 50px;
          color: #4b5563;
          font-size: 17px;
          line-height: 1.7;
          font-weight: 500;
        }

        /* Cards - IMAGE À GAUCHE */
        #batik-etapes-fuite .card {
          border-radius: 35px;
          padding: 40px;
          color: #ffffff;
          box-shadow: 0 25px 60px rgba(15, 23, 42, .15);
          overflow: hidden;
          margin-bottom: 20px;
        }

        #batik-etapes-fuite .card.dark {
          background: linear-gradient(135deg, #1b4a8f 0%, #0b2748 100%);
        }

        #batik-etapes-fuite .card.light {
          background: linear-gradient(135deg, #4285f4 0%, #264f8f 100%);
        }

        #batik-etapes-fuite .row {
          display: flex;
          align-items: center;
          gap: 45px;
        }

        /* Image Stabilisée */
        #batik-etapes-fuite .img-side {
          flex: 0.9;
          min-width: 0;
        }

        #batik-etapes-fuite .img-box {
          width: 100%;
          border-radius: 22px;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, .2);
          box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
        }

        #batik-etapes-fuite .img-box img {
          width: 100%;
          height: 280px;
          /* Fixe sur PC */
          object-fit: cover;
          display: block;
        }

        /* Content Side */
        #batik-etapes-fuite .txt-side {
          flex: 1.1;
          min-width: 0;
          display: flex;
          flex-direction: column;
        }

        #batik-etapes-fuite h3 {
          margin: 0 0 18px;
          font-size: 24px;
          font-weight: 900;
          line-height: 1.2;
        }

        #batik-etapes-fuite .list {
          display: flex;
          flex-direction: column;
          gap: 14px;
          margin: 0;
          padding: 0;
        }

        #batik-etapes-fuite .li {
          display: flex;
          gap: 12px;
          font-size: 16px;
          line-height: 1.6;
          font-weight: 500;
          color: rgba(255, 255, 255, .95);
        }

        #batik-etapes-fuite .check {
          flex-shrink: 0;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          background: rgba(46, 204, 113, .2);
          border: 1px solid #2ecc71;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 2px;
        }

        #batik-etapes-fuite .check svg {
          width: 14px;
          height: 14px;
          fill: #2ecc71;
        }

        #batik-etapes-fuite .note {
          margin-top: 15px;
          font-size: 15px;
          font-style: italic;
          color: rgba(255, 255, 255, .8);
        }

        /* CTA CENTRÉ */
        #batik-etapes-fuite .cta {
          margin-top: 30px;
          display: flex;
          justify-content: center;
          /* Centrage forcé */
          width: 100%;
        }

        #batik-etapes-fuite .btn {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 15px 35px;
          border-radius: 999px;
          background: #f36b3b;
          color: #fff;
          font-weight: 800;
          text-decoration: none;
          box-shadow: 0 10px 25px rgba(243, 107, 59, .3);
          transition: all 0.3s ease;
        }

        #batik-etapes-fuite .btn:hover {
          transform: translateY(-2px);
          filter: brightness(1.1);
        }

        /* Flèche de séparation */
        #batik-etapes-fuite .arrow {
          display: flex;
          justify-content: center;
          padding: 20px 0;
        }

        #batik-etapes-fuite .arrow svg {
          width: 40px;
          height: 40px;
          opacity: 0.3;
        }

        /* Mobile */
        @media (max-width: 980px) {
          #batik-etapes-fuite {
            padding: 60px 15px;
          }

          #batik-etapes-fuite .row {
            flex-direction: column;
            gap: 25px;
          }

          #batik-etapes-fuite .card {
            padding: 30px 20px;
          }

          #batik-etapes-fuite .img-side {
            width: 100%;
          }

          #batik-etapes-fuite .img-box img {
            height: auto;
            aspect-ratio: 16 / 9;
            /* Indispensable pour l'affichage mobile */
          }

          #batik-etapes-fuite h3 {
            text-align: center;
            font-size: 21px;
          }

          #batik-etapes-fuite .btn {
            width: 100%;
            justify-content: center;
          }
        }
        #batik-signes-fuite {
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
          padding: 80px 20px;
          background: #ffffff;
          color: #0b1f33;
        }

        #batik-signes-fuite * {
          box-sizing: border-box;
        }

        #batik-signes-fuite .wrap {
          max-width: 1100px;
          margin: 0 auto;
        }

        #batik-signes-fuite h2 {
          text-align: center;
          font-size: clamp(26px, 4vw, 36px);
          font-weight: 900;
          margin: 0 0 15px;
          color: #0b2748;
          letter-spacing: -0.02em;
          line-height: 1.2;
        }

        #batik-signes-fuite .intro {
          text-align: center;
          max-width: 850px;
          margin: 0 auto 50px;
          font-size: 17px;
          line-height: 1.7;
          color: #4b5563;
          font-weight: 500;
        }

        /* 🔵 CARDS */
        #batik-signes-fuite .card {
          background: linear-gradient(135deg, #1b4a8f 0%, #163f86 100%);
          border-radius: 35px;
          padding: 40px;
          color: #ffffff;
          margin-bottom: 30px;
          box-shadow: 0 25px 60px rgba(15, 23, 42, .18);
          overflow: hidden;
        }

        #batik-signes-fuite .row {
          display: flex;
          align-items: center;
          gap: 45px;
        }

        /* IMAGE À GAUCHE (Uniformité) */
        #batik-signes-fuite .img-side {
          flex: 0.9;
          min-width: 0;
        }

        #batik-signes-fuite .img-box {
          width: 100%;
          border-radius: 22px;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, .2);
          box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
        }

        #batik-signes-fuite .img-box img {
          width: 100%;
          height: 280px;
          /* Hauteur stable sur PC */
          object-fit: cover;
          display: block;
        }

        /* CONTENU */
        #batik-signes-fuite .txt-side {
          flex: 1.1;
          min-width: 0;
          display: flex;
          flex-direction: column;
        }

        #batik-signes-fuite h3 {
          margin: 0 0 20px;
          font-size: 24px;
          font-weight: 900;
          letter-spacing: -0.01em;
          line-height: 1.2;
        }

        #batik-signes-fuite .list {
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex;
          flex-direction: column;
          gap: 16px;
        }

        #batik-signes-fuite .li {
          display: flex;
          gap: 12px;
          align-items: flex-start;
          font-size: 16px;
          line-height: 1.6;
          color: rgba(255, 255, 255, .95);
          font-weight: 500;
        }

        #batik-signes-fuite .check {
          width: 24px;
          height: 24px;
          border-radius: 50%;
          background: rgba(46, 204, 113, .2);
          border: 1px solid #2ecc71;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          margin-top: 2px;
        }

        #batik-signes-fuite .check svg {
          width: 14px;
          height: 14px;
          fill: #2ecc71;
        }

        /* CTA CENTRÉ */
        #batik-signes-fuite .cta {
          margin-top: 30px;
          display: flex;
          justify-content: center;
          width: 100%;
        }

        #batik-signes-fuite .btn {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 15px 35px;
          border-radius: 999px;
          background: #f36b3b;
          color: #fff;
          font-weight: 800;
          text-decoration: none;
          box-shadow: 0 10px 25px rgba(243, 107, 59, .3);
          transition: all 0.3s ease;
        }

        #batik-signes-fuite .btn:hover {
          transform: translateY(-2px);
          filter: brightness(1.1);
        }

        /* MOBILE */
        @media (max-width: 900px) {
          #batik-signes-fuite {
            padding: 60px 15px;
          }

          #batik-signes-fuite .row {
            flex-direction: column;
            gap: 25px;
          }

          #batik-signes-fuite .img-side {
            width: 100%;
          }

          #batik-signes-fuite .img-box img {
            height: auto;
            aspect-ratio: 16 / 9;
            /* Force l'affichage sur mobile */
          }

          #batik-signes-fuite h3 {
            text-align: center;
          }

          #batik-signes-fuite .btn {
            width: 100%;
            justify-content: center;
          }
        }
      /* ====== SECTION ====== */
      .batik-leaktech {
        --blue-primary: #264f8f;
        --blue-dark: #0b2748;
        --border-light: #e2e8f0;
        --text-main: #0f172a;
        --text-muted: #475569;
        --cta-orange: #f36b3b;

        padding: 100px 24px;
        background: #f8fafc;
        /* Gris très léger pour faire ressortir les cartes blanches */
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
      }

      .batik-leaktech * {
        box-sizing: border-box;
      }

      .batik-leaktech h2,
      .batik-leaktech p,
      .batik-leaktech summary {
        margin: 0;
      }

      .batik-leaktech .wrap {
        max-width: 1200px;
        margin: 0 auto;
      }

      .batik-leaktech .title {
        text-align: center;
        font-size: clamp(28px, 4vw, 40px);
        font-weight: 900;
        letter-spacing: -0.03em;
        color: var(--blue-dark);
        margin-bottom: 60px;
      }

      /* ====== GRID LAYOUT ====== */
      .batik-leaktech .grid {
        display: grid;
        grid-template-columns: 460px 1fr;
        gap: 60px;
        align-items: start;
      }

      /* ====== VISUELS GAUCHE ====== */
      .batik-leaktech .pics-container {
        position: relative;
        padding-bottom: 40px;
      }

      .batik-leaktech .pic {
        width: 100%;
        border-radius: 24px;
        overflow: hidden;
        border: 1px solid rgba(15, 23, 42, 0.1);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
        background: #fff;
      }

      .batik-leaktech .pic img {
        width: 100%;
        height: 400px;
        display: block;
        object-fit: cover;
        transition: transform 0.5s ease;
      }

      /* 2e image superposée avec effet flottant */
      .batik-leaktech .pic.floating {
        width: 75%;
        position: absolute;
        right: -20px;
        bottom: 0;
        border: 4px solid #fff;
        z-index: 2;
      }

      .batik-leaktech .pic.floating img {
        height: 240px;
      }

      /* ====== ACCORDÉON DROITE ====== */
      .batik-leaktech .acc-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .batik-leaktech details {
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid var(--border-light);
        background: #fff;
        transition: all 0.3s ease;
      }

      .batik-leaktech details[open] {
        background: var(--blue-dark);
        border-color: var(--blue-dark);
        box-shadow: 0 10px 25px rgba(11, 39, 72, 0.2);
      }

      .batik-leaktech summary {
        list-style: none;
        cursor: pointer;
        padding: 20px 24px;
        font-size: 17px;
        font-weight: 800;
        color: var(--blue-dark);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        transition: color 0.3s ease;
      }

      .batik-leaktech summary::-webkit-details-marker {
        display: none;
      }

      /* Icone Chevron custom */
      .batik-leaktech summary::after {
        content: "+";
        font-size: 24px;
        font-weight: 400;
        color: var(--blue-primary);
        transition: transform 0.3s ease;
      }

      .batik-leaktech details[open] summary::after {
        content: "−";
        color: #fff;
      }

      .batik-leaktech details[open] summary {
        color: #fff;
      }

      .batik-leaktech .content {
        padding: 0 24px 24px 24px;
      }

      .batik-leaktech .content p {
        font-size: 16px;
        line-height: 1.7;
        color: var(--text-muted);
        font-weight: 500;
      }

      .batik-leaktech details[open] .content p {
        color: rgba(255, 255, 255, 0.9);
      }

      /* ====== NOTE & CTA ====== */
      .batik-leaktech .footer-info {
        margin-top: 30px;
      }

      .batik-leaktech .note {
        font-size: 15.5px;
        line-height: 1.6;
        color: var(--text-muted);
        font-weight: 500;
        font-style: italic;
        margin-bottom: 25px;
      }

      .batik-leaktech .cta {
        display: flex;
        justify-content: center;
      }

      .batik-leaktech .cta a {
        background: var(--cta-orange);
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        padding: 16px 35px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        box-shadow: 0 15px 30px rgba(243, 107, 59, 0.3);
        transition: all 0.3s ease;
      }

      .batik-leaktech .cta a:hover {
        transform: translateY(-3px);
        filter: brightness(1.1);
        box-shadow: 0 20px 40px rgba(243, 107, 59, 0.4);
      }

      /* ====== RESPONSIVE ====== */
      @media (max-width: 980px) {
        .batik-leaktech {
          padding: 60px 20px;
        }

        .batik-leaktech .grid {
          grid-template-columns: 1fr;
          gap: 40px;
        }

        .batik-leaktech .pics-container {
          padding-bottom: 0;
        }

        .batik-leaktech .pic.floating {
          position: static;
          width: 100%;
          margin-top: 15px;
          border: 1px solid var(--border-light);
        }

        .batik-leaktech .pic img,
        .batik-leaktech .pic.floating img {
          height: 280px;
        }
      }
      .batik-assu-wrap {
        padding: 28px 20px;
        background: #ffffff;
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
      }

      .batik-assu-box {
        border-radius: 40px;
        overflow: hidden;
        box-shadow: 0 34px 96px rgba(15, 23, 42, .18);
      }

      /* Section Background */
      .batik-assu {
        --blue: #264f8f;
        --blue2: #1f427b;
        --muted: rgba(255, 255, 255, .90);
        --cta: #f36b3b;

        padding: 80px 40px;
        background:
          radial-gradient(900px 500px at 15% 20%, rgba(255, 255, 255, .12), transparent 60%),
          linear-gradient(135deg, var(--blue2), var(--blue));
        color: #ffffff;
      }

      .batik-assu * {
        box-sizing: border-box;
      }

      .batik-assu h2,
      .batik-assu p {
        margin: 0;
      }

      .batik-assu .wrap {
        max-width: 1100px;
        margin: 0 auto;
      }

      /* Head */
      .batik-assu .head {
        text-align: center;
        margin-bottom: 50px;
      }

      .batik-assu .kicker {
        letter-spacing: .20em;
        font-size: 13px;
        font-weight: 800;
        color: rgba(255, 255, 255, .7);
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .batik-assu .title {
        font-size: clamp(26px, 3.5vw, 40px);
        line-height: 1.2;
        font-weight: 900;
        letter-spacing: -0.02em;
      }

      .batik-assu .subtitle {
        margin-top: 16px;
        color: var(--muted);
        line-height: 1.7;
        font-size: 17px;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500;
      }

      /* Rows Layout */
      .batik-assu .rows {
        display: flex;
        flex-direction: column;
        gap: 30px;
      }

      /* Card row (premium card) */
      .batik-assu .row {
        display: flex;
        align-items: center;
        gap: 45px;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 35px;
        padding: 40px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
      }

      /* Force image à gauche sur toutes les lignes */
      .batik-assu .img-side {
        flex: 0.9;
        min-width: 0;
      }

      .batik-assu .txt-side {
        flex: 1.1;
        min-width: 0;
      }

      /* Image styling */
      .batik-assu .img-box {
        border-radius: 25px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .18);
        box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
        background: rgba(255, 255, 255, .05);
      }

      .batik-assu .img-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        display: block;
      }

      /* Content */
      .batik-assu .txt-side h2 {
        font-size: 26px;
        line-height: 1.2;
        font-weight: 900;
        margin-bottom: 15px;
        color: #fff;
      }

      .batik-assu .lead {
        font-size: 16px;
        line-height: 1.6;
        color: var(--muted);
        font-weight: 500;
        margin-bottom: 20px;
      }

      .batik-assu .list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 14px;
      }

      .batik-assu .li {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        color: rgba(255, 255, 255, .95);
        font-size: 15.5px;
        line-height: 1.6;
        font-weight: 500;
      }

      .batik-assu .li strong {
        color: #fff;
        font-weight: 800;
      }

      /* Check icon */
      .batik-assu .check {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: rgba(46, 204, 113, .2);
        border: 1px solid #2ecc71;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 2px;
      }

      .batik-assu .check svg {
        width: 14px;
        height: 14px;
        fill: #2ecc71;
      }

      /* CTA Centré */
      .batik-assu .cta {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
      }

      .batik-assu .btn {
        background: var(--cta);
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        padding: 15px 32px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 12px 30px rgba(243, 107, 59, .3);
        transition: all 0.3s ease;
      }

      .batik-assu .btn:hover {
        transform: translateY(-2px);
        filter: brightness(1.05);
      }

      /* Divider */
      .batik-assu .divider {
        height: 1px;
        background: rgba(255, 255, 255, .1);
        margin: 10px 0;
      }

      /* Responsive */
      @media (max-width: 980px) {
        .batik-assu-wrap {
          padding: 18px 14px;
        }

        .batik-assu {
          padding: 60px 20px;
        }

        .batik-assu .row {
          flex-direction: column;
          gap: 25px;
          padding: 30px 20px;
        }

        .batik-assu .img-side {
          width: 100%;
        }

        .batik-assu .img-box img {
          height: auto;
          aspect-ratio: 16 / 9;
        }

        .batik-assu .txt-side h2 {
          text-align: center;
          font-size: 22px;
        }

        .batik-assu .btn {
          width: 100%;
          justify-content: center;
        }
      }
        #batik-process-cards-fuite {
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          padding: 60px 20px;
          background: #ffffff;
          color: #0b1f33;
        }

        #batik-process-cards-fuite .wrap {
          max-width: 1100px;
          margin: 0 auto;
        }

        /* Header */
        #batik-process-cards-fuite .head {
          text-align: center;
          margin-bottom: 28px;
        }

        #batik-process-cards-fuite .kicker {
          font-size: 12px;
          letter-spacing: .18em;
          text-transform: uppercase;
          color: #0b3a78;
          font-weight: 800;
          margin-bottom: 6px;
        }

        #batik-process-cards-fuite h2 {
          font-size: 32px;
          margin: 0 0 10px;
          color: #0b2748;
          font-weight: 900;
        }

        #batik-process-cards-fuite .intro {
          max-width: 860px;
          margin: 0 auto;
          font-size: 14px;
          line-height: 1.7;
          color: #4b5563;
        }

        /* Steps */
        #batik-process-cards-fuite .grid-steps {
          margin-top: 28px;
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 18px;
        }

        #batik-process-cards-fuite .step {
          background: linear-gradient(180deg, #0b3a78 0%, #0a2f63 100%);
          border-radius: 22px;
          padding: 22px;
          color: #e5edff;
          box-shadow: 0 16px 40px rgba(15, 23, 42, .22);
          display: flex;
          flex-direction: column;
          gap: 10px;
          min-height: 168px;
        }

        #batik-process-cards-fuite .badge {
          width: 34px;
          height: 34px;
          border-radius: 999px;
          background: rgba(255, 255, 255, .14);
          border: 1px solid rgba(255, 255, 255, .22);
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 900;
          color: #ffffff;
        }

        #batik-process-cards-fuite h3 {
          font-size: 16px;
          margin: 4px 0 4px;
          font-weight: 900;
          color: #ffffff;
        }

        #batik-process-cards-fuite .step p {
          font-size: 13px;
          line-height: 1.55;
          margin: 0;
          color: #e6eeff;
        }

        /* Summary cards */
        #batik-process-cards-fuite .summary {
          margin-top: 26px;
          text-align: center;
        }

        #batik-process-cards-fuite .summary h3 {
          color: #0b2748;
          font-size: 22px;
          margin: 0 0 10px;
          font-weight: 900;
        }

        #batik-process-cards-fuite .summary .sub {
          max-width: 900px;
          margin: 0 auto 16px;
          font-size: 14px;
          line-height: 1.7;
          color: #4b5563;
        }

        #batik-process-cards-fuite .grid-cards {
          margin-top: 16px;
          display: grid;
          grid-template-columns: repeat(6, 1fr);
          gap: 12px;
        }

        #batik-process-cards-fuite .card {
          background: #f7f9ff;
          border: 1px solid #e6ebff;
          border-radius: 18px;
          padding: 14px 14px 12px;
          box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
          text-align: left;
          display: flex;
          flex-direction: column;
          gap: 6px;
          min-height: 140px;
        }

        #batik-process-cards-fuite .card .icon {
          width: 36px;
          height: 36px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #0b3a78;
          color: #fff;
          font-size: 16px;
          font-weight: 900;
        }

        #batik-process-cards-fuite .card strong {
          color: #0b2748;
          font-size: 13px;
          line-height: 1.25;
        }

        #batik-process-cards-fuite .card p {
          margin: 0;
          color: #4b5563;
          font-size: 12.5px;
          line-height: 1.5;
        }

        /* Price banner */
        #batik-process-cards-fuite .price {
          margin-top: 22px;
          text-align: center;
          background: #f1f5ff;
          border: 1px solid #dbe3ff;
          padding: 14px 16px;
          border-radius: 16px;
          font-size: 14px;
          color: #0b2748;
          box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
        }

        #batik-process-cards-fuite .price small {
          display: block;
          margin-top: 4px;
          font-size: 13px;
          color: #4b5563;
          line-height: 1.5;
        }

        /* CTA (centré) */
        #batik-process-cards-fuite .cta {
          margin-top: 25px;
          display: flex;
          justify-content: center;
          gap: 15px;
          flex-wrap: wrap;
        }

        #batik-process-cards-fuite .btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          padding: 14px 24px;
          border-radius: 999px;
          background: #0b3a78;
          color: #ffffff;
          font-weight: 900;
          font-size: 15px;
          text-decoration: none;
          box-shadow: 0 10px 25px rgba(15, 23, 42, .15);
          transition: all 0.2s ease;
        }

        #batik-process-cards-fuite .btn.secondary {
          background: #f36b3b;
          box-shadow: 0 10px 25px rgba(243, 107, 59, .2);
        }

        #batik-process-cards-fuite .btn:hover {
          transform: translateY(-2px);
          filter: brightness(1.1);
        }

        /* Responsive */
        @media (max-width:1000px) {
          #batik-process-cards-fuite .grid-steps {
            grid-template-columns: repeat(2, 1fr);
          }

          #batik-process-cards-fuite .grid-cards {
            grid-template-columns: repeat(3, 1fr);
          }
        }

        @media (max-width:640px) {
          #batik-process-cards-fuite {
            padding: 52px 16px;
          }

          #batik-process-cards-fuite h2 {
            font-size: 26px;
          }

          #batik-process-cards-fuite .grid-steps {
            grid-template-columns: 1fr;
          }

          #batik-process-cards-fuite .grid-cards {
            grid-template-columns: 1fr;
          }

          #batik-process-cards-fuite .cta {
            flex-direction: column;
          }

          #batik-process-cards-fuite .btn {
            width: 100%;
          }
        }
      .batik-faq {
        --blue-batik: #264f8f;
        --blue-light: #f1f5f9;
        --text-dark: #0f172a;
        --text-body: #475569;
        --cta-orange: #f36b3b;
        --border-color: #e2e8f0;

        padding: 80px 24px;
        background: #ffffff;
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
      }

      .batik-faq * {
        box-sizing: border-box;
      }

      .batik-faq h2,
      .batik-faq p,
      .batik-faq summary {
        margin: 0;
      }

      .batik-faq .wrap {
        max-width: 900px;
        margin: 0 auto;
      }

      .batik-faq .head {
        text-align: center;
        margin-bottom: 50px;
      }

      .batik-faq .head h2 {
        font-size: clamp(26px, 3.5vw, 36px);
        font-weight: 900;
        color: var(--text-dark);
        letter-spacing: -0.02em;
        margin-bottom: 15px;
      }

      .batik-faq .head p {
        color: var(--text-body);
        line-height: 1.7;
        font-size: 17px;
        max-width: 750px;
        margin: 0 auto;
      }

      /* ===== List & Details ===== */
      .batik-faq .list {
        display: flex;
        flex-direction: column;
        gap: 14px;
      }

      .batik-faq details {
        border: 1px solid var(--border-color);
        border-radius: 16px;
        background: #fff;
        transition: all 0.3s ease;
      }

      .batik-faq details[open] {
        border-color: var(--blue-batik);
        box-shadow: 0 10px 25px rgba(38, 79, 143, 0.08);
      }

      .batik-faq summary {
        list-style: none;
        cursor: pointer;
        padding: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        color: var(--text-dark);
        font-weight: 800;
        font-size: 18px;
        line-height: 1.4;
        transition: color 0.2s ease;
      }

      .batik-faq summary::-webkit-details-marker {
        display: none;
      }

      /* Custom Icon (Plus/Minus) */
      .batik-faq .icon-box {
        width: 28px;
        height: 28px;
        background: var(--blue-light);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
        transition: background 0.3s ease;
      }

      .batik-faq details[open] .icon-box {
        background: var(--blue-batik);
      }

      .batik-faq .icon-box::before,
      .batik-faq .icon-box::after {
        content: "";
        position: absolute;
        background: var(--blue-batik);
        transition: all 0.3s ease;
      }

      /* Horizontal line */
      .batik-faq .icon-box::before {
        width: 12px;
        height: 2px;
      }

      /* Vertical line */
      .batik-faq .icon-box::after {
        width: 2px;
        height: 12px;
      }

      .batik-faq details[open] .icon-box::before,
      .batik-faq details[open] .icon-box::after {
        background: #fff;
        transform: rotate(180deg);
      }

      .batik-faq details[open] .icon-box::after {
        opacity: 0;
      }

      /* Content Area */
      .batik-faq .content {
        padding: 0 24px 24px 24px;
      }

      .batik-faq .content p {
        color: var(--text-body);
        line-height: 1.75;
        font-size: 16px;
        margin-bottom: 12px;
      }

      /* Callout Boxes */
      .batik-faq .callout {
        background: #f8fafc;
        border-left: 4px solid var(--blue-batik);
        padding: 16px 20px;
        margin-top: 12px;
        display: flex;
        gap: 12px;
      }

      .batik-faq .arrow {
        color: var(--blue-batik);
        font-weight: 900;
      }

      .batik-faq .callout p {
        font-size: 15px;
        margin-bottom: 0;
        color: var(--text-body);
      }

      .batik-faq .callout b {
        color: var(--text-dark);
        font-weight: 700;
      }

      /* CTA */
      .batik-faq .cta {
        margin-top: 40px;
        display: flex;
        justify-content: center;
      }

      .batik-faq .cta a {
        background: var(--cta-orange);
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        padding: 16px 32px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        box-shadow: 0 15px 30px rgba(243, 107, 59, 0.25);
        transition: transform 0.2s ease, filter 0.2s ease;
      }

      .batik-faq .cta a:hover {
        transform: translateY(-2px);
        filter: brightness(1.05);
      }

      @media (max-width: 640px) {
        .batik-faq {
          padding: 60px 20px;
        }

        .batik-faq summary {
          padding: 18px;
          font-size: 16px;
        }

        .batik-faq .content {
          padding: 0 18px 18px;
        }
      }
