/* ============================================================
   CRÉATION SOCIÉTÉ · MÉTHODE — Style aligné sur Tarifs premium
   Scope strict : #creation-s2.bb-creation-s2
   ============================================================ */
#creation-s2.bb-creation-s2,
#creation-s2.bb-creation-s2 *,
#creation-s2.bb-creation-s2 *::before,
#creation-s2.bb-creation-s2 *::after { box-sizing: border-box; }

#creation-s2.bb-creation-s2 {
  --bb-ink: #0B1B2B;
  --bb-ink-soft: #3A4A5A;
  --bb-ink-mute: #5A6B7B;
  --bb-line: #E8EEF6;
  --bb-bg-soft: #F8FAFE;
  --bb-radius: 22px;
  --bb-radius-lg: 28px;
  --bb-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --bb-font: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: #FFFFFF;
  font-family: var(--bb-font);
  -webkit-font-smoothing: antialiased;
}

#creation-s2.bb-creation-s2 .bb-creation-s2__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px 0;
}

/* HEADER */
#creation-s2.bb-creation-s2 .bb-creation-s2__head {
  max-width: 900px;
  margin: 0 auto 52px;
  text-align: center;
}

#creation-s2.bb-creation-s2 .bb-creation-s2__kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 16px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: rgba(var(--color-blue-rgb), 0.08);
  border: 1px solid rgba(var(--color-blue-rgb), 0.16);
  color: var(--color-blue);
  font-family: var(--bb-font);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  overflow: hidden;
  isolation: isolate;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--color-blue);
  box-shadow: 0 0 0 0 rgba(var(--color-blue-rgb), 0.55), 0 0 8px rgba(47, 123, 255, 0.65);
  animation: bb-cs2-pulse 2.6s ease-out infinite;
  flex-shrink: 0;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__kicker::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(47, 123, 255, 0.24) 50%, transparent 100%);
  animation: bb-cs2-shimmer 8s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}
@keyframes bb-cs2-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(var(--color-blue-rgb), 0.6), 0 0 8px rgba(47, 123, 255, 0.65); }
  70%  { box-shadow: 0 0 0 8px rgba(var(--color-blue-rgb), 0), 0 0 8px rgba(47, 123, 255, 0.65); }
  100% { box-shadow: 0 0 0 0 rgba(var(--color-blue-rgb), 0), 0 0 8px rgba(47, 123, 255, 0.65); }
}
@keyframes bb-cs2-shimmer {
  0%, 72%, 100% { transform: translateX(0); opacity: 0; }
  82%           { opacity: 1; }
  92%           { transform: translateX(370%); opacity: 0; }
}

#creation-s2.bb-creation-s2 .bb-creation-s2__title {
  max-width: 24ch;
  margin: 0 auto 18px;
  color: var(--bb-ink);
  font-family: var(--bb-font);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__title-accent {
  position: relative;
  display: inline-block;
  color: var(--color-blue);
  white-space: nowrap;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__title-accent::after {
  content: "" !important;
  position: absolute !important;
  bottom: 4px !important;
  left: -4px !important;
  right: -4px !important;
  height: 16px !important;
  background: rgba(47, 123, 255, 0.35) !important;
  background-image: none !important;
  border-radius: 4px !important;
  z-index: 0 !important;
  display: block !important;
  pointer-events: none;
  /* Animation : la barre se déploie de gauche à droite au scroll */
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
#creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__title-accent::after {
  transform: scaleX(1);
}

#creation-s2.bb-creation-s2 .bb-creation-s2__subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: var(--bb-ink-soft);
  font-family: var(--bb-font);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

/* GRID */
#creation-s2.bb-creation-s2 .bb-creation-s2__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  overflow: visible;
}

/* CARD */
#creation-s2.bb-creation-s2 .bb-creation-s2__card {
  --mx: 50%;
  --my: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 26px 24px;
  border-radius: var(--bb-radius-lg);
  background:
    radial-gradient(520px circle at var(--mx) var(--my), rgba(47, 123, 255, 0.09), transparent 42%),
    linear-gradient(180deg, #FFFFFF 0%, #FBFCFF 100%);
  border: 1px solid rgba(11, 27, 43, 0.09);
  box-shadow:
    0 16px 44px rgba(11, 27, 43, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: visible;
  isolation: isolate;
  transition:
    transform 0.45s var(--bb-ease),
    box-shadow 0.45s ease,
    border-color 0.4s ease;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(var(--color-blue-rgb), 0.42), rgba(47, 123, 255, 0.18) 36%, transparent 72%);
  padding: 1px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__card::after {
  content: "";
  position: absolute;
  top: -35%;
  left: -65%;
  width: 32%;
  height: 165%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  transform: translateX(-120%) rotate(16deg);
  transition: transform 0.9s var(--bb-ease);
  pointer-events: none;
  z-index: 2;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__card:hover {
  transform: translateY(-7px);
  border-color: rgba(var(--color-blue-rgb), 0.28);
  box-shadow:
    0 32px 80px rgba(11, 27, 43, 0.12),
    0 12px 28px rgba(var(--color-blue-rgb), 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
#creation-s2.bb-creation-s2 .bb-creation-s2__card:hover::before { opacity: 1; }
#creation-s2.bb-creation-s2 .bb-creation-s2__card:hover::after  { transform: translateX(520%) rotate(16deg); }

/* CARD NUM watermark */
#creation-s2.bb-creation-s2 .bb-creation-s2__cardNum {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--bb-font);
  font-size: 68px;
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, rgba(var(--color-blue-rgb), 0.12) 0%, rgba(47, 123, 255, 0.04) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  z-index: 1;
  user-select: none;
  transition: all 0.4s ease;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__card:hover .bb-creation-s2__cardNum {
  background: linear-gradient(135deg, rgba(var(--color-blue-rgb), 0.22) 0%, rgba(47, 123, 255, 0.10) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  transform: scale(1.05);
}

/* FEATURED — halo qui respire */
#creation-s2.bb-creation-s2 .bb-creation-s2__card--featured {
  border-color: rgba(var(--color-blue-rgb), 0.70);
  z-index: 10;
  box-shadow:
    0 28px 80px rgba(var(--color-blue-rgb), 0.17),
    0 0 0 1px rgba(var(--color-blue-rgb), 0.75) inset,
    0 0 0 0 rgba(var(--color-blue-rgb), 0),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  animation: bb-cs2-breathe 4.5s ease-in-out infinite;
}
@keyframes bb-cs2-breathe {
  0%, 100% {
    box-shadow:
      0 28px 80px rgba(var(--color-blue-rgb), 0.17),
      0 0 0 1px rgba(var(--color-blue-rgb), 0.75) inset,
      0 0 0 0 rgba(var(--color-blue-rgb), 0),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }
  50% {
    box-shadow:
      0 32px 90px rgba(var(--color-blue-rgb), 0.22),
      0 0 0 1px rgba(var(--color-blue-rgb), 0.80) inset,
      0 0 40px 8px rgba(47, 123, 255, 0.10),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }
}
#creation-s2.bb-creation-s2 .bb-creation-s2__card--featured:hover {
  animation: none;
  box-shadow:
    0 36px 100px rgba(var(--color-blue-rgb), 0.25),
    0 0 0 1px rgba(var(--color-blue-rgb), 0.80) inset,
    0 0 50px 12px rgba(47, 123, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* ============================================================
   BADGE — identique au RECOMMANDÉ des tarifs
   ============================================================ */
#creation-s2.bb-creation-s2 .bb-creation-s2__badge {
  position: absolute;
  top: 22px;
  right: -18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-blue) 0%, var(--color-blue-bright) 100%);
  color: #FFFFFF;
  font-family: var(--bb-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 14px 30px rgba(var(--color-blue-rgb), 0.30),
    0 0 0 4px rgba(255, 255, 255, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  animation:
    bb-cs2-badge-glow 2.8s ease-in-out infinite,
    bb-cs2-badge-float 4s ease-in-out infinite;
}

/* Coin replié (ruban) */
#creation-s2.bb-creation-s2 .bb-creation-s2__badge::before {
  content: "";
  position: absolute;
  right: 7px;
  bottom: -7px;
  width: 12px;
  height: 12px;
  background: #163CB3;
  transform: rotate(45deg);
  border-radius: 2px;
  z-index: -1;
}

/* Reflet brillant qui traverse */
#creation-s2.bb-creation-s2 .bb-creation-s2__badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 100%
  );
  animation: bb-cs2-badge-shimmer 3.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

#creation-s2.bb-creation-s2 .bb-creation-s2__badge-dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #FFFFFF;
  flex-shrink: 0;
  z-index: 2;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
  animation: bb-cs2-badge-dot 1.6s ease-out infinite;
}

#creation-s2.bb-creation-s2 .bb-creation-s2__badge-text {
  position: relative;
  z-index: 2;
}
@keyframes bb-cs2-badge-glow {
  0%, 100% {
    box-shadow:
      0 14px 30px rgba(var(--color-blue-rgb), 0.30),
      0 0 0 4px rgba(255, 255, 255, 0.95),
      0 0 0 6px rgba(var(--color-blue-rgb), 0),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
  50% {
    box-shadow:
      0 18px 38px rgba(var(--color-blue-rgb), 0.42),
      0 0 0 4px rgba(255, 255, 255, 0.95),
      0 0 0 14px rgba(var(--color-blue-rgb), 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
}
@keyframes bb-cs2-badge-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-3px); }
}
@keyframes bb-cs2-badge-shimmer {
  0%, 65%, 100% { transform: translateX(0); opacity: 0; }
  70%           { opacity: 1; }
  90%           { transform: translateX(450%); opacity: 0; }
}
@keyframes bb-cs2-badge-dot {
  0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.80); }
  70%  { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* CONTENT */
#creation-s2.bb-creation-s2 .bb-creation-s2__tag,
#creation-s2.bb-creation-s2 .bb-creation-s2__name,
#creation-s2.bb-creation-s2 .bb-creation-s2__desc,
#creation-s2.bb-creation-s2 .bb-creation-s2__list,
#creation-s2.bb-creation-s2 .bb-creation-s2__footer {
  position: relative;
  z-index: 3;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__tag {
  display: inline-flex;
  margin: 0 0 16px;
  color: var(--color-blue);
  font-family: var(--bb-font);
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  line-height: 1.2;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__name {
  margin: 0 0 12px;
  color: var(--bb-ink);
  font-family: var(--bb-font);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__desc {
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(11, 27, 43, 0.08);
  color: var(--bb-ink-soft);
  font-family: var(--bb-font);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.6;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__list {
  flex: 1 1 auto;
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
  color: var(--bb-ink);
  font-family: var(--bb-font);
  font-size: 13.2px;
  font-weight: 550;
  line-height: 1.45;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-blue), var(--color-blue-bright));
  box-shadow: 0 0 0 4px rgba(var(--color-blue-rgb), 0.08);
}
#creation-s2.bb-creation-s2 .bb-creation-s2__footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(11, 27, 43, 0.08);
}
#creation-s2.bb-creation-s2 .bb-creation-s2__meta {
  margin: 0;
  color: var(--bb-ink-soft);
  font-family: var(--bb-font);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__meta strong {
  color: var(--bb-ink);
  font-weight: 900;
}

/* BAR PROMESSE */
#creation-s2.bb-creation-s2 .bb-creation-s2__bar {
  position: relative;
  margin-top: 28px;
  padding: 22px 26px;
  border-radius: var(--bb-radius);
  background:
    radial-gradient(500px circle at 10% 50%, rgba(47, 123, 255, 0.10), transparent 50%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFE 100%);
  border: 1px solid rgba(var(--color-blue-rgb), 0.16);
  box-shadow: 0 16px 42px rgba(11, 27, 43, 0.06);
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  isolation: isolate;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__bar::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -65%;
  width: 30%;
  height: 200%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
  transform: translateX(-100%) rotate(16deg);
  animation: bb-cs2-bar-shine 8s ease-in-out infinite 1.5s;
  pointer-events: none;
  z-index: 1;
}
@keyframes bb-cs2-bar-shine {
  0%, 80%, 100% { transform: translateX(-100%) rotate(16deg); opacity: 0; }
  85%           { opacity: 1; }
  95%           { transform: translateX(550%) rotate(16deg); opacity: 0; }
}
#creation-s2.bb-creation-s2 .bb-creation-s2__barIcon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-blue), var(--color-blue-bright));
  color: #FFFFFF;
  box-shadow:
    0 12px 28px rgba(var(--color-blue-rgb), 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 2;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__barIcon svg { width: 26px; height: 26px; }
#creation-s2.bb-creation-s2 .bb-creation-s2__barMain {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 2;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__barMain strong {
  color: var(--bb-ink);
  font-family: var(--bb-font);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.015em;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__barMain span {
  color: var(--bb-ink-soft);
  font-family: var(--bb-font);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.55;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__barKpis {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__barKpi {
  position: relative;
  padding-left: 24px;
  font-family: var(--bb-font);
}
#creation-s2.bb-creation-s2 .bb-creation-s2__barKpi::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: rgba(var(--color-blue-rgb), 0.18);
}
#creation-s2.bb-creation-s2 .bb-creation-s2__barKpi strong {
  display: block;
  color: var(--color-blue);
  font-family: var(--bb-font);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__barKpi span {
  display: block;
  margin-top: 3px;
  color: var(--bb-ink-mute);
  font-family: var(--bb-font);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* MODS */
#creation-s2.bb-creation-s2 .bb-creation-s2__mods {
  position: relative;
  margin-top: 28px;
  padding: 30px 30px 26px;
  border-radius: var(--bb-radius-lg);
  background:
    radial-gradient(520px circle at 90% 0%, rgba(47, 123, 255, 0.08), transparent 50%),
    #FFFFFF;
  border: 1px solid rgba(11, 27, 43, 0.09);
  box-shadow: 0 16px 44px rgba(11, 27, 43, 0.06);
  overflow: hidden;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsHead {
  max-width: 760px;
  margin-bottom: 20px;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsKicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px 5px 14px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: rgba(47, 123, 255, 0.10);
  border: 1px solid rgba(47, 123, 255, 0.20);
  color: var(--color-blue);
  font-family: var(--bb-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  line-height: 1;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsKicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-blue);
  box-shadow: 0 0 0 0 rgba(var(--color-blue-rgb), 0.55), 0 0 8px rgba(47, 123, 255, 0.65);
  animation: bb-cs2-pulse 2.6s ease-out infinite;
  flex-shrink: 0;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsTitle {
  margin: 0 0 10px;
  color: var(--bb-ink);
  font-family: var(--bb-font);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsText {
  margin: 0;
  color: var(--bb-ink-soft);
  font-family: var(--bb-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsText strong {
  color: var(--color-blue);
  font-weight: 900;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsList li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(245, 248, 254, 0.6);
  border: 1px solid rgba(var(--color-blue-rgb), 0.08);
  color: var(--bb-ink);
  font-family: var(--bb-font);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsList li:hover {
  background: rgba(245, 248, 254, 1);
  border-color: rgba(var(--color-blue-rgb), 0.22);
  transform: translateX(3px);
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsIcon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--color-blue), var(--color-blue-bright));
  box-shadow: 0 4px 10px rgba(var(--color-blue-rgb), 0.25);
  position: relative;
}
#creation-s2.bb-creation-s2 .bb-creation-s2__modsIcon::before {
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg) translate(0, -1px);
}

/* ============================================================
   SCROLL REVEAL — cascade d'apparition au scroll
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  #creation-s2.bb-creation-s2 .bb-creation-s2__kicker,
  #creation-s2.bb-creation-s2 .bb-creation-s2__title,
  #creation-s2.bb-creation-s2 .bb-creation-s2__subtitle,
  #creation-s2.bb-creation-s2 .bb-creation-s2__card,
  #creation-s2.bb-creation-s2 .bb-creation-s2__bar,
  #creation-s2.bb-creation-s2 .bb-creation-s2__mods {
    opacity: 0;
    transform: translateY(44px);
    transition:
      opacity 0.95s var(--bb-ease),
      transform 0.95s var(--bb-ease);
    will-change: opacity, transform;
  }

  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__kicker,
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__title,
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__subtitle,
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__card,
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__bar,
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__mods {
    opacity: 1;
    transform: translateY(0);
  }

  /* Cascade — chaque élément arrive avec son propre délai */
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__kicker   { transition-delay: 0.05s; }
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__title    { transition-delay: 0.18s; }
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__subtitle { transition-delay: 0.32s; }
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__card:nth-of-type(1) { transition-delay: 0.48s; }
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__card:nth-of-type(2) { transition-delay: 0.64s; }
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__card:nth-of-type(3) { transition-delay: 0.80s; }
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__bar  { transition-delay: 0.98s; }
  #creation-s2.bb-creation-s2.is-in-view .bb-creation-s2__mods { transition-delay: 1.14s; }
}
/* WP DEFENSIVE */
#creation-s2.bb-creation-s2 h2::before,
#creation-s2.bb-creation-s2 h2::after,
#creation-s2.bb-creation-s2 h3::before,
#creation-s2.bb-creation-s2 h3::after,
#creation-s2.bb-creation-s2 p::before,
#creation-s2.bb-creation-s2 p::after {
  content: none;
  display: none;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  #creation-s2.bb-creation-s2 .bb-creation-s2__cards { grid-template-columns: 1fr; }
  #creation-s2.bb-creation-s2 .bb-creation-s2__bar {
    flex-direction: column;
    align-items: flex-start;
  }
  #creation-s2.bb-creation-s2 .bb-creation-s2__barKpis {
    width: 100%;
    justify-content: flex-start;
  }
  #creation-s2.bb-creation-s2 .bb-creation-s2__modsList { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  #creation-s2.bb-creation-s2 .bb-creation-s2__head { margin-bottom: 36px; }
  #creation-s2.bb-creation-s2 .bb-creation-s2__kicker {
    margin-left: auto;
    margin-right: auto;
  }
  #creation-s2.bb-creation-s2 .bb-creation-s2__title {
    max-width: 11.5em;
    margin-left: auto;
    margin-right: auto;
  }
  #creation-s2.bb-creation-s2 .bb-creation-s2__title-accent { white-space: normal; }
  #creation-s2.bb-creation-s2 .bb-creation-s2__card {
    padding: 24px 22px 20px;
    border-radius: 24px;
  }
  #creation-s2.bb-creation-s2 .bb-creation-s2__cardNum { font-size: 56px; top: 14px; right: 18px; }
  #creation-s2.bb-creation-s2 .bb-creation-s2__badge {
    top: 14px;
    right: 14px;
    height: 30px;
    padding: 0 14px;
    font-size: 10px;
  }
  #creation-s2.bb-creation-s2 .bb-creation-s2__bar { padding: 20px; }
  #creation-s2.bb-creation-s2 .bb-creation-s2__barIcon { width: 44px; height: 44px; }
  #creation-s2.bb-creation-s2 .bb-creation-s2__barIcon svg { width: 22px; height: 22px; }
  #creation-s2.bb-creation-s2 .bb-creation-s2__mods { padding: 22px; }
  #creation-s2.bb-creation-s2 .bb-creation-s2__modsTitle { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  #creation-s2.bb-creation-s2 *,
  #creation-s2.bb-creation-s2 *::before,
  #creation-s2.bb-creation-s2 *::after {
    animation: none !important;
    transition-duration: 0.1s !important;
  }
  #creation-s2.bb-creation-s2 .bb-creation-s2__kicker,
  #creation-s2.bb-creation-s2 .bb-creation-s2__title,
  #creation-s2.bb-creation-s2 .bb-creation-s2__subtitle,
  #creation-s2.bb-creation-s2 .bb-creation-s2__card,
  #creation-s2.bb-creation-s2 .bb-creation-s2__bar,
  #creation-s2.bb-creation-s2 .bb-creation-s2__mods {
    opacity: 1 !important;
    transform: none !important;
  }
  #creation-s2.bb-creation-s2 .bb-creation-s2__title-accent::after { transform: scaleX(1) !important; }
}
