        /* ===== WRAPPER PREMIUM (fond blanc + box) ===== */
        .batik-debouchage-wrapper {
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          background: #ffffff;
          padding: 26px max(20px, env(safe-area-inset-left)) 26px max(20px, env(safe-area-inset-right));
        }

        .batik-debouchage-box {
          max-width: 1120px;
          margin: 0 auto;
          border-radius: 38px;
          overflow: hidden;
          box-shadow: 0 32px 90px rgba(15, 23, 42, .22);
          background: #ffffff;
        }

        /* ===== HERO INTERNE (dégradé bleu Bat'ik) ===== */
        .batik-debouchage-hero {
          --blue: #0b3a78;
          /* Bleu Identité Bat'ik */
          --blue2: #0a2748;
          --cta: #ff5a3d;
          --text: #ffffff;
          --muted: rgba(255, 255, 255, .9);

          padding: 86px 28px 78px;
          color: var(--text);
          text-align: center;
          background:
            radial-gradient(1200px 600px at 18% 18%, rgba(255, 255, 255, .14), transparent 55%),
            radial-gradient(900px 500px at 86% 18%, rgba(255, 255, 255, .10), transparent 60%),
            linear-gradient(135deg, var(--blue), var(--blue2));
        }

        .batik-debouchage-wrap {
          max-width: 920px;
          margin: 0 auto;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        .batik-debouchage-hero h1 {
          font-size: clamp(28px, 5vw, 44px);
          line-height: 1.15;
          margin: 0 0 18px;
          font-weight: 900;
          letter-spacing: -.02em;
          width: 100%;
          word-break: normal;
          overflow-wrap: normal;
          hyphens: none;
        }

        .batik-debouchage-lead {
          font-size: 16.5px;
          line-height: 1.75;
          color: var(--muted);
          margin: 0 0 26px;
          max-width: 860px;
          font-weight: 600;
          word-break: normal;
          hyphens: none;
        }

        .batik-debouchage-lead strong {
          color: #ffffff;
          font-weight: 900;
        }

        /* ===== LISTE AVANTAGES (cartes translucides) ===== */
        .batik-debouchage-bullets {
          margin: 0 0 30px;
          padding: 0;
          list-style: none;
          display: grid;
          grid-template-columns: 1fr;
          gap: 12px;
          max-width: 720px;
          width: 100%;
          text-align: left;
        }

        .batik-debouchage-bullets li {
          display: flex;
          gap: 12px;
          align-items: flex-start;
          padding: 14px 18px;
          border-radius: 18px;
          background: rgba(255, 255, 255, .08);
          border: 1px solid rgba(255, 255, 255, .12);
          box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
          backdrop-filter: blur(8px);
          -webkit-backdrop-filter: blur(8px);
          color: rgba(255, 255, 255, .95);
          font-size: 15.5px;
          line-height: 1.5;
          font-weight: 600;
        }

        .batik-debouchage-check {
          width: 22px;
          height: 22px;
          border-radius: 999px;
          background: #22c55e;
          color: #06210f;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 900;
          font-size: 13px;
          flex-shrink: 0;
          margin-top: 2px;
        }

        .batik-debouchage-text strong {
          color: #ffffff;
          font-weight: 900;
        }

        /* ===== CTA CENTRÉ ===== */
        .batik-debouchage-cta {
          display: flex;
          flex-direction: column;
          gap: 14px;
          align-items: center;
          width: 100%;
        }

        .batik-debouchage-btn {
          background: var(--cta);
          color: #ffffff;
          text-decoration: none;
          padding: 16px 36px;
          border-radius: 999px;
          font-weight: 900;
          font-size: 18px;
          display: inline-flex;
          gap: 10px;
          align-items: center;
          justify-content: center;
          box-shadow: 0 18px 36px rgba(255, 90, 61, .25);
          transition: transform .2s ease, filter .2s ease;
          text-align: center;
        }

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

        .batik-debouchage-note {
          font-size: 14.5px;
          line-height: 1.6;
          color: rgba(255, 255, 255, .9);
          font-weight: 600;
        }

        .batik-debouchage-note strong {
          color: #ffffff;
          font-weight: 900;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width:900px) {
          .batik-debouchage-hero {
            padding: 60px 20px 50px;
          }
        }

        @media (max-width:420px) {
          .batik-debouchage-btn {
            width: 100%;
            padding: 16px 20px;
          }
        }
        #debouchage-etapes {
          padding: 70px 20px;
          background: #ffffff;
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          color: #0b1f33;
        }

        #debouchage-etapes,
        #debouchage-etapes * {
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
        }

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

        /* Header */
        #debouchage-etapes .head {
          text-align: center;
          margin-bottom: 26px;
        }

        #debouchage-etapes .kicker {
          font-size: 12px;
          letter-spacing: .18em;
          text-transform: uppercase;
          color: #0b3a78;
          font-weight: 900;
          margin-bottom: 8px;
        }

        #debouchage-etapes h2 {
          font-size: 34px;
          line-height: 1.12;
          margin: 0 0 10px;
          color: #0b2748;
          font-weight: 900;
        }

        #debouchage-etapes .intro {
          max-width: 980px;
          margin: 0 auto;
          font-size: 14.5px;
          line-height: 1.8;
          color: #4b5563;
        }

        #debouchage-etapes .intro strong {
          color: #0b2748;
        }

        /* Bandeau infos */
        #debouchage-etapes .info-bar {
          margin: 16px auto 0;
          max-width: 980px;
          background: #f1f5ff;
          border: 1px solid #dbe3ff;
          border-radius: 18px;
          padding: 14px 18px;
          box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
          display: flex;
          flex-direction: column;
          gap: 10px;
        }

        #debouchage-etapes .info-line {
          display: flex;
          gap: 12px;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          font-size: 13.5px;
          color: #0b2748;
        }

        #debouchage-etapes .pill {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 8px 12px;
          border-radius: 999px;
          background: #ffffff;
          border: 1px solid #dbe3ff;
          box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
          white-space: nowrap;
        }

        #debouchage-etapes .pill strong {
          font-weight: 900;
        }

        /* Steps */
        #debouchage-etapes .steps {
          margin-top: 28px;
          display: flex;
          flex-direction: column;
          gap: 16px;
        }

        #debouchage-etapes details {
          background: linear-gradient(180deg, #0b3a78 0%, #0a2f63 100%);
          border-radius: 22px;
          border: 1px solid rgba(255, 255, 255, .18);
          box-shadow: 0 18px 45px rgba(15, 23, 42, .22);
          overflow: hidden;
        }

        #debouchage-etapes summary {
          cursor: pointer;
          list-style: none;
          padding: 18px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 12px;
          color: #ffffff;
          font-weight: 900;
          font-size: 16px;
        }

        #debouchage-etapes summary::-webkit-details-marker {
          display: none;
        }

        #debouchage-etapes .left {
          display: flex;
          align-items: center;
          gap: 12px;
          min-width: 0;
        }

        #debouchage-etapes .num {
          width: 34px;
          height: 34px;
          border-radius: 999px;
          background: rgba(255, 255, 255, .16);
          border: 1px solid rgba(255, 255, 255, .22);
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 900;
          flex-shrink: 0;
        }

        #debouchage-etapes .title {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        #debouchage-etapes .chev {
          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;
          transition: transform .2s ease;
          flex-shrink: 0;
        }

        #debouchage-etapes details[open] .chev {
          transform: rotate(180deg);
        }

        #debouchage-etapes .content {
          padding: 0 18px 18px;
          color: #e6eeff;
          font-size: 14px;
          line-height: 1.8;
        }

        #debouchage-etapes .content p {
          margin: 0 0 12px;
          color: #e6eeff;
        }

        #debouchage-etapes .content .mini {
          margin: 8px 0 14px;
          color: #c7d8ff;
          font-size: 13.5px;
          line-height: 1.7;
        }

        #debouchage-etapes ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: flex;
          flex-direction: column;
          gap: 10px;
        }

        #debouchage-etapes li {
          display: flex;
          gap: 10px;
          align-items: flex-start;
          color: #e6eeff;
          font-size: 13.5px;
          line-height: 1.65;
        }

        #debouchage-etapes .check {
          width: 18px;
          height: 18px;
          border-radius: 999px;
          background: #22c55e;
          color: #06210f;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 900;
          font-size: 12px;
          flex-shrink: 0;
          margin-top: 2px;
        }

        /* CTA bas */
        #debouchage-etapes .cta {
          margin-top: 22px;
          background: #f1f5ff;
          border: 1px solid #dbe3ff;
          border-radius: 18px;
          padding: 16px;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          gap: 10px;
          box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
        }

        #debouchage-etapes .cta p {
          margin: 0;
          color: #4b5563;
          font-size: 13.5px;
          line-height: 1.7;
          max-width: 900px;
        }

        #debouchage-etapes .btn {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 12px 20px;
          border-radius: 999px;
          background: #ff5a3d;
          color: #ffffff;
          text-decoration: none;
          font-weight: 900;
          box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
          white-space: nowrap;
        }

        #debouchage-etapes .btn:hover {
          filter: brightness(1.05);
        }

        #debouchage-etapes .cta small {
          color: #0b2748;
          font-size: 13px;
          line-height: 1.6;
          opacity: .9;
        }

        @media (max-width:900px) {
          #debouchage-etapes {
            padding: 60px 16px;
          }

          #debouchage-etapes h2 {
            font-size: 26px;
          }

          #debouchage-etapes .title {
            white-space: normal;
          }

          #debouchage-etapes .pill {
            white-space: normal;
          }
        }
        /* ===== SÉCURITÉ TYPO BAT'IK ===== */
        #debouchage-necessaire {
          padding: 70px max(20px, env(safe-area-inset-left)) 70px max(20px, env(safe-area-inset-right));
          background: #ffffff;
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          color: #0b1f33;
        }

        #debouchage-necessaire * {
          font-family: inherit;
          box-sizing: border-box;
        }

        #debouchage-necessaire .wrap {
          max-width: 1100px;
          margin: 0 auto;
        }

        /* Header */
        #debouchage-necessaire .head {
          text-align: center;
          margin-bottom: 38px;
        }

        #debouchage-necessaire h2 {
          font-size: clamp(24px, 5vw, 32px);
          font-weight: 900;
          margin: 0 0 12px;
          color: #0b2748;
          letter-spacing: -.02em;
          line-height: 1.15;
          word-break: normal;
          overflow-wrap: normal;
          hyphens: none;
        }

        #debouchage-necessaire .intro {
          max-width: 860px;
          margin: 0 auto;
          font-size: 15px;
          line-height: 1.75;
          color: #4b5563;
          font-weight: 600;
          word-break: normal;
          hyphens: none;
        }

        /* Grid */
        #debouchage-necessaire .grid {
          display: grid;
          grid-template-columns: 1fr 80px 1fr;
          gap: 20px;
          align-items: stretch;
        }

        /* Cards */
        #debouchage-necessaire .card {
          border-radius: 28px;
          padding: 32px 24px;
          box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
          display: flex;
          flex-direction: column;
          gap: 18px;
          min-width: 0;
        }

        #debouchage-necessaire .left {
          background: linear-gradient(180deg, #0b3a78 0%, #0a2f63 100%);
          color: #ffffff;
          border: 1px solid rgba(255, 255, 255, .1);
        }

        #debouchage-necessaire .right {
          background: #f8faff;
          border: 1px solid #e1e7ff;
          color: #0b2748;
        }

        /* Titles */
        #debouchage-necessaire h3 {
          margin: 0;
          font-size: 20px;
          font-weight: 900;
          letter-spacing: -.01em;
          line-height: 1.3;
        }

        /* Lists */
        #debouchage-necessaire ul {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 12px;
        }

        #debouchage-necessaire li {
          display: flex;
          gap: 12px;
          align-items: flex-start;
          font-size: 14.5px;
          line-height: 1.55;
          font-weight: 600;
          word-break: normal;
          hyphens: none;
        }

        #debouchage-necessaire .check {
          width: 20px;
          height: 20px;
          border-radius: 999px;
          background: #22c55e;
          color: #06210f;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 900;
          font-size: 11px;
          flex-shrink: 0;
          margin-top: 2px;
        }

        #debouchage-necessaire .left .check {
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        }

        /* Wrapper texte */
        #debouchage-necessaire .li-text {
          flex: 1;
          min-width: 0;
        }

        #debouchage-necessaire .left strong {
          color: #ffffff;
          font-weight: 900;
        }

        #debouchage-necessaire .right strong {
          color: #0b3a78;
          font-weight: 900;
        }

        /* Arrow */
        #debouchage-necessaire .arrow {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 0;
        }

        #debouchage-necessaire .arrow span {
          width: 52px;
          height: 52px;
          border-radius: 999px;
          background: #ff5a3d;
          color: #ffffff;
          font-size: 24px;
          font-weight: 900;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 12px 26px rgba(255, 90, 61, .3);
        }

        /* Bottom note */
        #debouchage-necessaire .note {
          margin-top: 32px;
          max-width: 920px;
          margin-left: auto;
          margin-right: auto;
          font-size: 14px;
          line-height: 1.7;
          color: #64748b;
          text-align: center;
          font-weight: 500;
        }

        #debouchage-necessaire .note strong {
          color: #0b2748;
          font-weight: 800;
        }

        /* Responsive */
        @media (max-width:900px) {
          #debouchage-necessaire {
            padding: 50px 20px;
          }

          #debouchage-necessaire .grid {
            grid-template-columns: 1fr;
            gap: 16px;
          }

          #debouchage-necessaire .arrow {
            margin: 10px 0;
          }

          #debouchage-necessaire .arrow span {
            transform: rotate(90deg);
          }

          #debouchage-necessaire .card {
            padding: 26px 20px;
          }
        }
        /* ===== SAFE RESET LOCAL ===== */
        .batik-debouchage-conseils-wrapper,
        .batik-debouchage-conseils-wrapper * {
          box-sizing: border-box;
        }

        /* ===== WRAPPER PREMIUM (fond blanc + box) ===== */
        .batik-debouchage-conseils-wrapper {
          background: #ffffff;
          padding: 40px max(20px, env(safe-area-inset-left)) 40px max(20px, env(safe-area-inset-right));
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          font-size: 16px;
          color: #0b1f33;
        }

        .batik-debouchage-conseils-wrapper * {
          font-family: inherit;
        }

        .batik-debouchage-conseils-box {
          max-width: 1120px;
          margin: 0 auto;
          border-radius: 38px;
          overflow: hidden;
          box-shadow: 0 32px 90px rgba(15, 23, 42, .22);
          background: #ffffff;
        }

        /* ===== SECTION INTERNE BLEUE (Bat'ik) ===== */
        .batik-debouchage-conseils {
          --blue: #0b3a78;
          --blue2: #082a5a;
          --cta: #ff5a3d;
          --text: #ffffff;

          padding: 70px 30px;
          background:
            radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .08), transparent 40%),
            linear-gradient(135deg, var(--blue), var(--blue2));
          color: var(--text);
        }

        .batik-debouchage-conseils .wrap {
          max-width: 1050px;
          margin: 0 auto;
        }

        /* Header */
        .batik-debouchage-conseils .head {
          text-align: center;
          margin-bottom: 45px;
        }

        .batik-debouchage-conseils .kicker {
          font-size: 12px;
          letter-spacing: .2em;
          text-transform: uppercase;
          font-weight: 900;
          color: rgba(255, 255, 255, .7);
          margin-bottom: 10px;
        }

        .batik-debouchage-conseils h2 {
          font-size: clamp(24px, 5vw, 34px);
          font-weight: 900;
          margin: 0 0 15px;
          letter-spacing: -.02em;
          line-height: 1.2;
        }

        .batik-debouchage-conseils .intro {
          max-width: 900px;
          margin: 0 auto;
          font-size: 15.5px;
          line-height: 1.75;
          color: rgba(255, 255, 255, .9);
        }

        /* Grid */
        .batik-debouchage-conseils .grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 28px;
          align-items: stretch;
        }

        /* Cards */
        .batik-debouchage-conseils .card {
          background: rgba(255, 255, 255, .07);
          border: 1px solid rgba(255, 255, 255, .12);
          border-radius: 28px;
          padding: 32px;
          display: flex;
          flex-direction: column;
          gap: 15px;
          backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
          min-width: 0;
        }

        .batik-debouchage-conseils h3 {
          font-size: 21px;
          font-weight: 900;
          margin: 0;
          color: #ffffff;
          line-height: 1.3;
        }

        .batik-debouchage-conseils .small {
          margin: 0;
          color: rgba(255, 255, 255, .8);
          font-size: 14px;
          line-height: 1.6;
        }

        /* Lists */
        .batik-debouchage-conseils ul {
          list-style: none;
          padding: 0;
          margin: 10px 0 0;
          display: flex;
          flex-direction: column;
          gap: 14px;
        }

        .batik-debouchage-conseils li {
          display: flex;
          gap: 12px;
          align-items: flex-start;
          font-size: 14.5px;
          line-height: 1.55;
          color: #ffffff;
        }

        /* Wrapper texte LI */
        .batik-debouchage-conseils .li-text {
          flex: 1;
          min-width: 0;
        }

        /* Icons */
        .batik-debouchage-conseils .check,
        .batik-debouchage-conseils .warn {
          width: 20px;
          height: 20px;
          border-radius: 999px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 900;
          font-size: 11px;
          flex-shrink: 0;
          margin-top: 2px;
        }

        .batik-debouchage-conseils .check {
          background: #22c55e;
          color: #052e16;
        }

        .batik-debouchage-conseils .warn {
          background: #ff5a3d;
          color: #ffffff;
          box-shadow: 0 4px 12px rgba(255, 90, 61, 0.3);
        }

        .batik-debouchage-conseils .note {
          margin-top: 15px;
          font-size: 13.5px;
          line-height: 1.65;
          color: rgba(255, 255, 255, .85);
          border-top: 1px solid rgba(255, 255, 255, 0.1);
          padding-top: 15px;
        }

        /* Callout */
        .batik-debouchage-conseils .callout {
          margin-top: auto;
          background: rgba(255, 255, 255, .1);
          border-radius: 20px;
          padding: 20px;
          border: 1px solid rgba(255, 255, 255, .15);
        }

        .batik-debouchage-conseils .callout p {
          margin: 0;
          color: #ffffff;
          font-size: 13.5px;
          line-height: 1.65;
        }

        /* À ne pas faire */
        .batik-debouchage-conseils .dont {
          margin-top: 40px;
          background: rgba(255, 255, 255, .04);
          border: 1px solid rgba(255, 255, 255, .08);
          border-radius: 30px;
          padding: 35px;
        }

        .batik-debouchage-conseils .dont h3 {
          margin-bottom: 12px;
        }

        .batik-debouchage-conseils .dont .subtitle {
          margin: 0 0 25px;
          color: rgba(255, 255, 255, .85);
          font-size: 14.5px;
          line-height: 1.7;
        }

        .batik-debouchage-conseils .dont-grid {
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
          gap: 18px;
        }

        .batik-debouchage-conseils .dont-box {
          background: rgba(0, 0, 0, .15);
          border: 1px solid rgba(255, 255, 255, .08);
          border-radius: 20px;
          padding: 20px;
          display: flex;
          flex-direction: column;
          gap: 10px;
        }

        .batik-debouchage-conseils .dont-box h4 {
          margin: 0;
          font-size: 15px;
          font-weight: 900;
          color: #ffffff;
          display: flex;
          gap: 10px;
          align-items: center;
        }

        .batik-debouchage-conseils .dont-box p {
          margin: 0;
          color: rgba(255, 255, 255, .8);
          font-size: 13.5px;
          line-height: 1.6;
        }

        /* CTA */
        .batik-debouchage-conseils .cta {
          margin-top: 45px;
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 15px;
        }

        .batik-debouchage-conseils .btn {
          display: inline-flex;
          align-items: center;
          gap: 12px;
          padding: 16px 32px;
          border-radius: 999px;
          background: var(--cta);
          color: #ffffff;
          text-decoration: none;
          font-weight: 900;
          font-size: 18px;
          box-shadow: 0 15px 35px rgba(255, 90, 61, 0.4);
          transition: all .2s ease;
        }

        .batik-debouchage-conseils .btn:hover {
          transform: scale(1.03);
          filter: brightness(1.1);
        }

        .batik-debouchage-conseils .cta small {
          color: rgba(255, 255, 255, .7);
          font-size: 13px;
          line-height: 1.6;
          max-width: 800px;
        }

        @media (max-width:900px) {
          .batik-debouchage-conseils {
            padding: 50px 20px;
          }

          .batik-debouchage-conseils .grid {
            grid-template-columns: 1fr;
          }

          .batik-debouchage-conseils .dont-grid {
            grid-template-columns: 1fr;
          }

          .batik-debouchage-conseils-box {
            border-radius: 25px;
          }
        }
        #artisanbruno-debouchage-process {
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          padding: 70px max(20px, env(safe-area-inset-left)) 70px max(20px, env(safe-area-inset-right));
          background: #ffffff;
          color: #0b1f33;
        }

        #artisanbruno-debouchage-process * {
          box-sizing: border-box;
        }

        #artisanbruno-debouchage-process .wrap {
          max-width: 1100px;
          margin: 0 auto;
        }

        /* Header */
        #artisanbruno-debouchage-process .head {
          text-align: center;
          margin-bottom: 35px;
        }

        #artisanbruno-debouchage-process .kicker {
          font-size: 12px;
          letter-spacing: .2em;
          text-transform: uppercase;
          color: #0b3a78;
          font-weight: 800;
          margin-bottom: 8px;
        }

        #artisanbruno-debouchage-process h2 {
          font-size: clamp(24px, 5vw, 34px);
          margin: 0 0 12px;
          color: #0b2748;
          font-weight: 900;
          line-height: 1.15;
        }

        #artisanbruno-debouchage-process .intro {
          max-width: 900px;
          margin: 0 auto;
          font-size: 15px;
          line-height: 1.75;
          color: #4b5563;
        }

        /* Steps (Blue Cards) */
        #artisanbruno-debouchage-process .grid-steps {
          margin-top: 35px;
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 20px;
        }

        #artisanbruno-debouchage-process .step {
          background: linear-gradient(180deg, #0b3a78 0%, #082a5a 100%);
          border-radius: 24px;
          padding: 26px;
          color: #ffffff;
          box-shadow: 0 18px 45px rgba(11, 58, 120, 0.18);
          display: flex;
          flex-direction: column;
          gap: 12px;
        }

        #artisanbruno-debouchage-process .badge {
          width: 38px;
          height: 38px;
          border-radius: 999px;
          background: rgba(255, 255, 255, 0.15);
          border: 1px solid rgba(255, 255, 255, 0.25);
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 900;
          color: #ffffff;
          font-size: 14px;
        }

        #artisanbruno-debouchage-process .step h3 {
          font-size: 17px;
          margin: 0;
          font-weight: 900;
          color: #ffffff;
          line-height: 1.3;
        }

        #artisanbruno-debouchage-process .step p {
          font-size: 13.5px;
          line-height: 1.55;
          margin: 0;
          color: rgba(255, 255, 255, 0.9);
        }

        /* Summary section */
        #artisanbruno-debouchage-process .summary {
          margin-top: 50px;
          text-align: center;
        }

        #artisanbruno-debouchage-process .summary h3 {
          color: #0b2748;
          font-size: clamp(20px, 4vw, 24px);
          margin: 0 0 12px;
          font-weight: 900;
        }

        #artisanbruno-debouchage-process .summary .sub {
          max-width: 920px;
          margin: 0 auto 24px;
          font-size: 14.5px;
          line-height: 1.7;
          color: #4b5563;
        }

        /* Cards Grid */
        #artisanbruno-debouchage-process .grid-cards {
          margin-top: 20px;
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 16px;
        }

        #artisanbruno-debouchage-process .card {
          background: #f8faff;
          border: 1px solid #e1e7ff;
          border-radius: 20px;
          padding: 20px;
          box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
          text-align: left;
          display: flex;
          flex-direction: column;
          gap: 10px;
          min-height: 160px;
        }

        #artisanbruno-debouchage-process .card .icon {
          width: 40px;
          height: 40px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #0b3a78;
          color: #fff;
          font-size: 18px;
        }

        #artisanbruno-debouchage-process .card strong {
          color: #0b2748;
          font-size: 14.5px;
          line-height: 1.25;
          font-weight: 800;
        }

        #artisanbruno-debouchage-process .card p {
          margin: 0;
          color: #4b5563;
          font-size: 13px;
          line-height: 1.5;
        }

        /* Price banner */
        #artisanbruno-debouchage-process .price {
          margin-top: 35px;
          text-align: center;
          background: #f1f5ff;
          border: 1px solid #dbe3ff;
          padding: 18px 24px;
          border-radius: 20px;
          font-size: 15px;
          color: #0b2748;
        }

        #artisanbruno-debouchage-process .price strong {
          color: #0b3a78;
          font-weight: 900;
        }

        #artisanbruno-debouchage-process .price small {
          display: block;
          margin-top: 6px;
          font-size: 13px;
          color: #64748b;
          line-height: 1.5;
        }

        /* CTA */
        #artisanbruno-debouchage-process .cta {
          margin-top: 30px;
          display: flex;
          justify-content: center;
          gap: 15px;
          flex-wrap: wrap;
        }

        #artisanbruno-debouchage-process .btn {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 14px 28px;
          border-radius: 999px;
          background: #ff5a3d;
          color: #ffffff;
          font-weight: 900;
          font-size: 15px;
          text-decoration: none;
          box-shadow: 0 14px 36px rgba(255, 90, 61, 0.25);
          transition: all 0.2s ease;
        }

        #artisanbruno-debouchage-process .btn:hover {
          transform: translateY(-2px);
          filter: brightness(1.06);
        }

        #artisanbruno-debouchage-process .btn.secondary {
          background: #ffffff;
          color: #0b3a78;
          border: 1px solid #dbe3ff;
          box-shadow: none;
        }

        /* Responsive */
        @media (max-width: 1024px) {
          #artisanbruno-debouchage-process .grid-steps {
            grid-template-columns: repeat(2, 1fr);
          }

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

        @media (max-width: 768px) {
          #artisanbruno-debouchage-process .grid-cards {
            grid-template-columns: repeat(2, 1fr);
          }
        }

        @media (max-width: 640px) {
          #artisanbruno-debouchage-process {
            padding: 50px 20px;
          }

          #artisanbruno-debouchage-process .grid-steps {
            grid-template-columns: 1fr;
          }

          #artisanbruno-debouchage-process .grid-cards {
            grid-template-columns: 1fr;
          }

          #artisanbruno-debouchage-process .btn {
            width: 100%;
            justify-content: center;
          }
        }
        #faq-debouchage {
          padding: 70px max(20px, env(safe-area-inset-left)) 70px max(20px, env(safe-area-inset-right));
          background: #ffffff;
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          color: #0b1f33;
        }

        #faq-debouchage * {
          box-sizing: border-box;
        }

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

        /* Header */
        #faq-debouchage h2 {
          font-size: clamp(24px, 5vw, 32px);
          margin: 0 0 15px;
          font-weight: 900;
          color: #0b2748;
          text-align: center;
          letter-spacing: -0.02em;
        }

        #faq-debouchage .intro {
          text-align: center;
          max-width: 800px;
          margin: 0 auto 40px;
          font-size: 15.5px;
          line-height: 1.75;
          color: #4b5563;
        }

        /* Accordion Premium */
        #faq-debouchage details {
          background: #f8faff;
          border: 1px solid #e2e8f0;
          border-radius: 20px;
          padding: 0;
          margin-bottom: 16px;
          transition: all 0.3s ease;
          overflow: hidden;
        }

        #faq-debouchage details[open] {
          background: #ffffff;
          box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
          border-color: #0b3a78;
        }

        #faq-debouchage summary {
          cursor: pointer;
          list-style: none;
          font-weight: 800;
          font-size: 16.5px;
          color: #0b2748;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 15px;
          padding: 22px 25px;
          user-select: none;
          transition: color 0.2s ease;
        }

        #faq-debouchage summary:hover {
          color: #0b3a78;
        }

        #faq-debouchage summary::-webkit-details-marker {
          display: none;
        }

        /* Icone custom */
        #faq-debouchage summary::after {
          content: "";
          width: 24px;
          height: 24px;
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230b3a78' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat center;
          transition: transform 0.3s ease;
          flex-shrink: 0;
        }

        #faq-debouchage details[open] summary::after {
          transform: rotate(180deg);
        }

        /* Content */
        #faq-debouchage .content {
          padding: 0 25px 25px;
          font-size: 14.5px;
          line-height: 1.8;
          color: #4b5563;
        }

        #faq-debouchage .content strong {
          color: #0b2748;
          font-weight: 700;
        }

        #faq-debouchage ul {
          margin: 12px 0;
          padding-left: 18px;
        }

        #faq-debouchage li {
          margin-bottom: 8px;
        }

        /* CTA footer inside FAQ */
        #faq-debouchage .cta {
          margin-top: 20px;
          padding: 15px;
          background: #f1f5ff;
          border-radius: 12px;
          font-weight: 600;
        }

        #faq-debouchage a {
          color: #0b3a78;
          text-decoration: underline;
          text-underline-offset: 3px;
          font-weight: 800;
        }

        /* Responsive */
        @media (max-width: 640px) {
          #faq-debouchage {
            padding: 50px 16px;
          }

          #faq-debouchage summary {
            font-size: 15px;
            padding: 18px 20px;
          }

          #faq-debouchage .content {
            padding: 0 20px 20px;
            font-size: 14px;
          }
        }
