/* Serenia — styles de page (préfixe .ser-) */

.serenity-page { background: var(--cb-bg, #f7f7fe); }
.serenity-page .ova-kicker { display: inline-flex; align-items: center; gap: 8px; min-height: 30px; margin: 0 0 8px; padding: 0 14px 0 9px; border: 1px solid #c8c9ff; border-radius: 999px; color: var(--cb-primary); background: rgba(255,255,255,.82); box-shadow: 0 8px 18px rgba(37,16,243,.05); font-size: 11px; font-weight: 900; letter-spacing: .084em; text-transform: uppercase; white-space: nowrap; }
.serenity-page .ova-kicker .hero-kicker__dot { flex: none; }
.serenity-main { position: relative; overflow: hidden; }
.ser-accent { color: var(--cb-primary); }

/* ---- Hero ---- */
.ser-hero { position: relative; width: var(--main-container); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .95fr); gap: 40px; align-items: center; margin: 0 auto; padding: 64px 0 40px; }
.ser-hero::before { content: ""; position: absolute; z-index: -1; top: -20px; bottom: -10px; left: 50%; width: 100vw; transform: translateX(-50%); background: radial-gradient(circle at 14% 10%, rgba(124,88,255,.10), transparent 34%), radial-gradient(circle at 92% 60%, rgba(37,16,243,.08), transparent 36%), linear-gradient(180deg, #fff 0%, #f8f8ff 100%); }
.ser-hero h1 {
  font-family: var(--cb-display-font); margin: 18px 0 0; color: #080942; font-size: 54px; line-height: var(--cb-display-leading); letter-spacing: var(--cb-display-tracking); font-weight: var(--cb-display-weight); }
.ser-hero h1 span { display: block; }
.ser-lead { max-width: 560px; margin: 20px 0 0; color: #1d286b; font-size: 19px; line-height: 1.45; font-weight: 500; letter-spacing: -.014em; }
.ser-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.ser-btn-order svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ser-hero__badges { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.ser-hero__badges > span { display: inline-flex; align-items: center; gap: 12px; padding: 12px 18px; border: 1px solid rgba(222,226,246,.95); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 12px 28px rgba(18,16,104,.05); }
.ser-hero__badges .flag-inline { width: 26px; height: 18px; flex: none; }
.ser-hero__badges svg { width: 24px; height: 24px; flex: none; fill: none; stroke: var(--cb-primary); stroke-width: 1.7; }
.ser-hero__badges b { display: block; color: #0a0c4a; font-size: 14.5px; font-weight: 800; letter-spacing: -.02em; }
.ser-hero__badges small { color: #4b5590; font-size: 12.5px; font-weight: 600; }

.ser-hero__card { position: relative; padding: 30px 30px 26px; border: 1px solid rgba(219,224,248,.95); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 26px 60px rgba(24,18,120,.10); }
.ser-hero__card-head { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 16px; align-items: start; }
.ser-shield-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: #efedff; color: var(--cb-primary); }
.ser-shield-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ser-hero__card h2 { margin: 2px 0 0; color: #0a0c4a; font-size: 21px; line-height: 1.16; letter-spacing: -.035em; font-weight: 900; }
.ser-hero__card-head p { margin: 8px 0 0; color: #46508a; font-size: 14.5px; line-height: 1.42; font-weight: 500; }
.ser-hero__card-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.ser-hero__card-icons li { display: grid; justify-items: center; gap: 9px; padding: 14px 6px 12px; border: 1px solid rgba(226,229,247,.9); border-radius: 13px; background: #fbfbff; color: #0d1152; font-size: 12.5px; text-align: center; font-weight: 800; letter-spacing: -.015em; }
.ser-hero__card-icons svg { width: 27px; height: 27px; fill: none; stroke: var(--cb-primary); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---- Chaîne Autopilot ---- */
.ser-chain { position: relative; width: var(--main-container); margin: 26px auto 0; padding: 62px 0 60px; }
.ser-chain::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: linear-gradient(180deg, #fbfbff 0%, #fff 100%); }
.ser-chain__grid { counter-reset: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.ser-chain-card { position: relative; padding: 24px 20px 22px; border: 1px solid rgba(222,226,246,.95); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 16px 40px rgba(18,16,104,.05); }
.ser-chain-card:not(:last-child)::after { content: ""; position: absolute; top: 52px; right: -16px; width: 15px; border-top: 3px dotted #8f97d9; }
.ser-chain-card__num { position: absolute; right: 18px; top: 16px; color: #0e1254; font-size: 17px; font-weight: 900; letter-spacing: -.02em; }
.ser-chain-card__icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 999px; background: #efedff; color: var(--cb-primary); }
.ser-chain-card__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.ser-chain-card__icon--ms { display: inline-grid; grid-template-columns: 15px 15px; gap: 3px; place-content: center; }
.ser-chain-card__icon--ms i { width: 15px; height: 15px; }
.ser-chain-card__icon--ms i:nth-child(1) { background: #f25022; }
.ser-chain-card__icon--ms i:nth-child(2) { background: #7fba00; }
.ser-chain-card__icon--ms i:nth-child(3) { background: #00a4ef; }
.ser-chain-card__icon--ms i:nth-child(4) { background: #ffb900; }
.ser-chain-card h3 { margin: 16px 0 0; color: #0a0c4a; font-size: 18.5px; line-height: 1.1; letter-spacing: -.03em; font-weight: 900; }
.ser-chain-card__sub { margin: 6px 0 0; color: var(--cb-primary); font-size: 13.5px; line-height: 1.25; font-weight: 800; }
.ser-chain-card ul { display: grid; gap: 9px; margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid #eceef9; list-style: none; }
.ser-chain-card ul li { position: relative; padding-left: 26px; color: #2c3675; font-size: 13.8px; line-height: 1.3; font-weight: 600; }
.ser-chain-card ul li::before { content: ""; position: absolute; left: 0; top: 0; width: 17px; height: 17px; border-radius: 5px; background: #efedff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232510f3" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="m6 12.5 4 4 8-9"/></svg>') center/11px no-repeat; }

/* ---- Bloc résultat ---- */
.ser-result { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr); gap: 34px; align-items: center; margin-top: 26px; padding: 34px 38px; border: 1px solid rgba(219,224,248,.95); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 22px 54px rgba(18,16,104,.07); }
.ser-shield-icon--big { width: 64px; height: 64px; border-radius: 999px; }
.ser-result__copy h3 { margin: 16px 0 0; color: #0a0c4a; font-size: 26px; line-height: 1.1; letter-spacing: -.042em; font-weight: 900; }
.ser-result__copy h3 span { display: block; }
.ser-result__copy > p { margin: 14px 0 0; color: #3c477f; font-size: 15.5px; line-height: 1.5; font-weight: 500; }
.ser-result__tag { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding: 10px 16px; border-radius: 999px; background: #efedff; color: var(--cb-primary); font-size: 14px; font-weight: 800; }
.ser-result__tag svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.ser-result__diagram { display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, auto) minmax(0, 1fr); gap: 20px; align-items: center; }
.ser-result__col { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.ser-result__col li { display: flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1px solid rgba(222,226,246,.95); border-radius: 999px; background: #fff; box-shadow: 0 8px 20px rgba(18,16,104,.05); color: #0d1152; font-size: 13.8px; font-weight: 800; letter-spacing: -.015em; }
.ser-result__col svg { width: 20px; height: 20px; flex: none; fill: none; stroke: var(--cb-primary); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.ser-ms-mini { display: inline-grid; grid-template-columns: 8px 8px; gap: 2px; flex: none; }
.ser-ms-mini i { width: 8px; height: 8px; }
.ser-ms-mini i:nth-child(1) { background: #f25022; }
.ser-ms-mini i:nth-child(2) { background: #7fba00; }
.ser-ms-mini i:nth-child(3) { background: #00a4ef; }
.ser-ms-mini i:nth-child(4) { background: #ffb900; }
.ser-result__hub { display: grid; justify-items: center; gap: 12px; text-align: center; }
.ser-result__hub-cloud { position: relative; display: grid; place-items: center; width: 128px; height: 100px; }
.ser-result__hub-cloud > svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: rgba(124,99,255,.14); stroke: #7c63ff; stroke-width: 1; }
.ser-result__hub-cloud i { position: relative; display: grid; place-items: center; width: 44px; height: 44px; margin-top: 10px; border-radius: 12px; background: var(--cb-primary); color: #fff; box-shadow: 0 12px 24px rgba(37,16,243,.28); }
.ser-result__hub-cloud i svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ser-result__hub b { color: #0a0c4a; font-size: 15.5px; line-height: 1.2; letter-spacing: -.02em; font-weight: 900; }

/* ---- Pricing / packs comparison reference ---- */
.ser-pricing {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(24px, 1.7vw, 28px) 0 48px;
  background: #fff;
}

/* ===== Serenia packs — reference reconstruction 2026-07-26 ===== */
.serenity-page .ser-pricing--packs {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 104px;
  padding: 23px 0 16px;
  color: #0b0d4d;
  background:
    radial-gradient(circle at 86% 8%, rgba(92, 78, 255, .15), transparent 29%),
    radial-gradient(circle at 18% 70%, rgba(84, 111, 255, .075), transparent 31%),
    linear-gradient(180deg, #fbfbff 0%, #f7f8ff 56%, #fafaff 100%);
}

.serenity-page .ser-pricing--packs::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(87, 79, 255, .18) 0 1.1px, transparent 1.3px) 0 205px / 8px 8px no-repeat,
    radial-gradient(circle, rgba(87, 79, 255, .12) 0 1.1px, transparent 1.3px) calc(100% + 55px) 218px / 8px 8px no-repeat;
  opacity: .92;
}

.serenity-page .ser-packs-shell {
  position: relative;
  width: min(calc(100% - 64px), 1320px);
  margin: 0 auto;
}

.serenity-page .ser-packs-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 38%;
  width: 78%;
  height: 330px;
  border: 2px solid rgba(121, 124, 255, .09);
  border-right-color: rgba(102, 94, 255, .24);
  border-radius: 50%;
  transform: rotate(8deg);
  pointer-events: none;
}

.serenity-page .ser-packs-shell::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 94px;
  left: 56.5%;
  width: 16px;
  height: 16px;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: #75a0ff;
  box-shadow: 0 0 8px #586bff, 0 0 20px rgba(89, 100, 255, .6);
  pointer-events: none;
}

.serenity-page .ser-pricing--packs .section-intro {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  min-height: 218px;
  margin: 0;
  text-align: left;
}

.serenity-page .ser-pricing--packs .section-eyebrow {
  margin: 0;
  color: #2720f5;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.serenity-page .ser-pricing--packs .section-intro h2 {
  max-width: 610px;
  margin: 11px 0 0;
  color: #0a0c49;
  font-family: "Cerebri Sans", Arial, sans-serif;
  font-size: clamp(52px, 4.15vw, 64px);
  font-weight: 300;
  line-height: .98;
  letter-spacing: var(--cb-display-tracking, -.052em);
}

.serenity-page .ser-pricing--packs .section-intro h2 > span {
  display: block;
}

.serenity-page .ser-pricing--packs .section-intro h2 .ser-accent {
  color: #3225fb;
  background: linear-gradient(90deg, #3425ff 0%, #3159fb 58%, #6577ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.serenity-page .ser-pricing--packs .section-intro > p:not(.section-eyebrow) {
  max-width: 540px;
  margin: 12px 0 0;
  color: #45508b;
  font-size: 14.5px;
  line-height: 1.48;
  font-weight: 500;
  letter-spacing: -.012em;
}

.ser-packs__hero-art {
  position: absolute;
  z-index: 1;
  top: -3px;
  right: 11px;
  width: 320px;
  height: 207px;
  pointer-events: none;
  filter: saturate(1.05);
}

.ser-packs__orbit {
  position: absolute;
  left: 9px;
  bottom: 8px;
  width: 300px;
  height: 104px;
  border: 1px solid rgba(102, 94, 255, .22);
  border-radius: 50%;
  transform: rotate(-3deg);
}

.ser-packs__orbit--two {
  left: 38px;
  bottom: 27px;
  width: 244px;
  height: 73px;
  border-color: rgba(114, 106, 255, .16);
  transform: rotate(6deg);
}

.ser-packs__orbit-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px 4px rgba(104, 104, 255, .55);
}

.ser-packs__orbit-dot--one { right: 19px; bottom: 70px; }
.ser-packs__orbit-dot--two { left: 50px; bottom: 87px; }

.ser-packs__shield {
  position: absolute;
  top: 3px;
  left: 101px;
  width: 118px;
  height: 130px;
  transform: perspective(430px) rotateY(-5deg) rotateZ(1deg);
  filter: drop-shadow(0 18px 24px rgba(59, 45, 201, .22));
}

.ser-packs__shield::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -31px;
  width: 145px;
  height: 45px;
  border: 4px solid rgba(111, 94, 255, .16);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(113, 99, 255, .25) 0%, rgba(142, 134, 255, .06) 52%, transparent 72%);
  transform: translateX(-50%);
  box-shadow: 0 0 22px rgba(88, 75, 255, .16);
}

.ser-packs__shield svg { display: block; width: 100%; height: 100%; overflow: visible; }

.serenity-page .ser-packs__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-top: 1px;
}

.serenity-page .ser-pack {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 472px;
  padding: 20px 23px 19px;
  border: 1px solid rgba(204, 208, 244, .86);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 40px rgba(41, 35, 126, .075);
  backdrop-filter: blur(8px);
}

.serenity-page .ser-pack--featured {
  border: 1.5px solid #7762ff;
  box-shadow: 0 18px 42px rgba(70, 49, 227, .16), inset 0 0 0 1px rgba(150, 137, 255, .15);
}

.serenity-page .ser-pack__flag {
  position: absolute;
  z-index: 3;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 8px 18px 7px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #6757f8 0%, #3225ee 100%);
  box-shadow: 0 8px 20px rgba(62, 42, 231, .3);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .09em;
  white-space: nowrap;
}

.serenity-page .ser-pack__icon {
  position: absolute;
  top: 20px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  border: 1px solid rgba(126, 112, 255, .12);
  border-radius: 14px;
  color: #3628ff;
  background: linear-gradient(145deg, #f0efff 0%, #e9e7ff 100%);
  box-shadow: inset 0 1px 0 #fff;
}

.serenity-page .ser-pack__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.serenity-page .ser-pack h3 {
  min-height: 25px;
  margin: 12px 0 0 78px;
  color: #0a0c49;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 900;
}

.serenity-page .ser-pack h3 span { color: #271bf7; }

.serenity-page .ser-pack__min {
  min-height: 20px;
  margin: 1px 0 0 78px;
  color: #4c5794;
  font-size: 12.5px;
  line-height: 1.3;
  font-weight: 700;
}

.serenity-page .ser-pack__price {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 16px 0 0;
  color: #34417f;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 800;
}

.serenity-page .ser-pack__price strong {
  display: inline;
  margin: 0;
  color: #080a48;
  font-size: clamp(43px, 3.2vw, 50px);
  line-height: .88;
  letter-spacing: -.05em;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.serenity-page .ser-pack__desc {
  min-height: 37px;
  margin: 12px 0 0;
  color: #48538f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.serenity-page .ser-pack__included { display: none; }

.serenity-page .ser-pack__list {
  display: grid;
  flex: 1;
  align-content: start;
  gap: 5px;
  margin: 6px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(209, 212, 239, .86);
  list-style: none;
}

.serenity-page .ser-pack__list li {
  position: relative;
  padding-left: 21px;
  color: #303b78;
  font-size: 12.1px;
  line-height: 1.3;
  font-weight: 600;
}

.serenity-page .ser-pack__list li::before,
.serenity-page .ser-credit__uses li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .08em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #edebff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%233527ff" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"><path d="m6 12.5 4 4 8-9"/></svg>') center/9px no-repeat;
}

.serenity-page .ser-pack__credit {
  min-height: 39px;
  margin: 9px 0 0;
  padding: 8px 13px;
  border: 1px solid rgba(180, 180, 238, .55);
  border-radius: 10px;
  color: #36417e;
  background: linear-gradient(90deg, rgba(247, 247, 255, .96), rgba(241, 241, 255, .88));
  font-size: 11.8px;
  line-height: 1.3;
  font-weight: 600;
}

.serenity-page .ser-pack__credit b { color: #0b0d4d; font-weight: 900; }

.serenity-page .ser-pack__cta {
  justify-content: center;
  gap: 18px;
  min-height: 40px;
  margin-top: 10px;
  padding: 7px 18px;
  border: 1.5px solid #3022ff;
  border-radius: 9px;
  color: #271bff;
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
  font-size: 12.5px;
  font-weight: 900;
}

.serenity-page .ser-pack__cta:hover {
  color: #fff;
  background: #3425f5;
  transform: translateY(-1px);
}

.serenity-page .ser-pack__cta svg,
.serenity-page .ser-credit__cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.serenity-page .ser-pack--featured .ser-pack__cta {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(90deg, #3e2cff 0%, #2615e8 100%);
  box-shadow: 0 8px 18px rgba(50, 31, 235, .26);
}

.serenity-page .ser-pricing__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 13px 0 0;
  color: #4b5691;
  font-size: 12.1px;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
}

.serenity-page .ser-pricing__legal svg {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  fill: none;
  stroke: #3b2bff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 4px 10px rgba(55, 38, 216, .12);
}

.serenity-page .ser-credit {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, .82fr) minmax(230px, .62fr);
  grid-template-rows: 190px 64px;
  gap: 0;
  min-height: 276px;
  margin-top: 12px;
  padding: 11px 22px 8px 30px;
  overflow: hidden;
  border: 1px solid rgba(206, 210, 244, .86);
  border-radius: 21px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 15px 38px rgba(41, 35, 126, .06);
  backdrop-filter: blur(8px);
}

.serenity-page .ser-credit::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -100px;
  width: 440px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 91, 255, .11), transparent 68%);
  pointer-events: none;
}

.serenity-page .ser-credit__intro {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.serenity-page .ser-credit__heading-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 53px;
  height: 53px;
  border-radius: 13px;
  color: #3427ff;
  background: linear-gradient(145deg, #f0efff, #e7e4ff);
}

.serenity-page .ser-credit__heading-icon svg,
.serenity-page .ser-credit__more-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.serenity-page .ser-credit h3 {
  margin: 11px 0 0 68px;
  color: #0a0c49;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 900;
}

.serenity-page .ser-credit__lead {
  margin: 4px 0 0 68px;
  color: #4a5591;
  font-size: 12.7px;
  line-height: 1.35;
  font-weight: 500;
}

.serenity-page .ser-credit__box {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  width: min(100%, 548px);
  min-height: 104px;
  margin: 13px 0 0;
  padding: 10px 22px;
  border: 1px solid rgba(185, 183, 238, .6);
  border-radius: 13px;
  color: #0a0c49;
  background:
    radial-gradient(circle at 88% 30%, rgba(255, 255, 255, .95) 0 2px, transparent 3px),
    linear-gradient(105deg, rgba(248, 248, 255, .95), rgba(239, 237, 255, .88));
}

.serenity-page .ser-credit__box p { margin: 0; min-width: 0; }

.serenity-page .ser-credit__box b {
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.serenity-page .ser-credit__box .ser-credit__eq { color: #3020fc; }

.serenity-page .ser-credit__box p > span {
  display: block;
  margin-top: 4px;
  color: #4d5893;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}

.ser-credit__token,
.ser-credit__visual-token {
  position: relative;
  display: grid;
  place-content: center;
  width: 72px;
  height: 72px;
  border: 3px solid rgba(119, 104, 255, .58);
  border-radius: 22px 22px 30px 30px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 255, 255, .9) 0%, #7769ff 28%, #3223f0 100%);
  box-shadow: 0 11px 19px rgba(60, 42, 220, .25), inset 0 0 14px rgba(255, 255, 255, .4);
  transform: rotate(-3deg);
}

.ser-credit__token::before,
.ser-credit__visual-token::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 15px 15px 22px 22px;
}

.ser-credit__token i,
.ser-credit__visual-token i {
  position: relative;
  font-style: normal;
  font-size: 26px;
  line-height: .9;
  font-weight: 900;
}

.ser-credit__token small,
.ser-credit__visual-token small {
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.serenity-page .ser-credit__note {
  margin: 9px 0 0;
  color: #4f5a96;
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 600;
}

.serenity-page .ser-credit__uses {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  margin: 10px 0 4px;
  padding: 2px 20px 0 49px;
  border-left: 1px solid rgba(212, 214, 239, .92);
}

.serenity-page .ser-credit__usable {
  margin: 0;
  color: #281aff;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.012em;
  text-transform: none;
}

.serenity-page .ser-credit__uses ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.serenity-page .ser-credit__uses li {
  position: relative;
  padding-left: 22px;
  color: #303b78;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}

.serenity-page .ser-credit__visual {
  position: relative;
  z-index: 1;
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
}

.ser-credit__visual-orbit {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 255px;
  height: 92px;
  border: 1px solid rgba(91, 78, 255, .28);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
}

.ser-credit__visual-orbit--two {
  width: 195px;
  height: 61px;
  border-color: rgba(112, 102, 255, .2);
  transform: translate(-50%, -50%) rotate(7deg);
}

.ser-credit__visual-orbit::before,
.ser-credit__visual-orbit::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(91, 80, 255, .46);
}

.ser-credit__visual-orbit::before { left: 10%; top: 21%; }
.ser-credit__visual-orbit::after { right: 7%; bottom: 26%; }

.ser-credit__visual-dot {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 13px 4px rgba(97, 84, 255, .55);
}

.ser-credit__visual-token {
  position: absolute;
  z-index: 2;
  top: 31px;
  left: 50%;
  width: 86px;
  height: 94px;
  border-radius: 26px 26px 37px 37px;
  transform: translateX(-50%) rotate(4deg);
  filter: drop-shadow(0 16px 18px rgba(68, 46, 216, .23));
}

.ser-credit__visual-token i { font-size: 36px; }
.ser-credit__visual-token small { font-size: 13px; }

.serenity-page .ser-credit__morebar {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 46px auto minmax(200px, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
  margin: 2px 2px 0 285px;
  padding: 7px 15px;
  border: 1px solid rgba(213, 215, 241, .85);
  border-radius: 13px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 7px 20px rgba(41, 35, 126, .075);
}

.serenity-page .ser-credit__more-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  color: #3527ff;
  background: #f2f1ff;
}

.serenity-page .ser-credit__more-icon svg { width: 26px; height: 26px; }

.serenity-page .ser-credit__more {
  display: contents;
  margin: 0;
  color: #59639b;
  font-size: 11.4px;
  line-height: 1.3;
  font-weight: 500;
}

.serenity-page .ser-credit__more b {
  color: #0a0c49;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.serenity-page .ser-credit__cta {
  justify-content: center;
  gap: 18px;
  min-height: 36px;
  margin: 0;
  padding: 7px 18px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #5642ff 0%, #2c19ec 100%);
  box-shadow: 0 7px 15px rgba(51, 32, 231, .23);
  font-size: 11.5px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .serenity-page .ser-packs-shell { width: min(calc(100% - 44px), 1080px); }
  .serenity-page .ser-pack { padding-inline: 18px; }
  .serenity-page .ser-pack__icon { left: 18px; }
  .serenity-page .ser-pack h3,
  .serenity-page .ser-pack__min { margin-left: 70px; }
  .serenity-page .ser-pack__list li { font-size: 11.4px; }
  .serenity-page .ser-credit { grid-template-columns: minmax(0, 1.3fr) minmax(275px, .8fr) 210px; }
  .serenity-page .ser-credit__morebar { margin-left: 210px; }
}

@media (max-width: 980px) {
  .serenity-page .ser-pricing--packs { padding-top: 30px; }
  .serenity-page .ser-pricing--packs .section-intro { min-height: 205px; }
  .ser-packs__hero-art { right: -40px; transform: scale(.82); transform-origin: top right; }
  .serenity-page .ser-packs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .serenity-page .ser-pack { min-height: 480px; }
  .serenity-page .ser-pack:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .serenity-page .ser-credit {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
    grid-template-rows: auto auto 68px;
    padding: 20px;
  }
  .serenity-page .ser-credit__intro { grid-column: 1; grid-row: 1; }
  .serenity-page .ser-credit__uses { grid-column: 2; grid-row: 1; }
  .serenity-page .ser-credit__visual { display: none; }
  .serenity-page .ser-credit__morebar { grid-column: 1 / -1; grid-row: 3; margin: 14px 0 0; }
}

@media (max-width: 700px) {
  .serenity-page .ser-pricing--packs { scroll-margin-top: 72px; padding: 32px 0 14px; }
  .serenity-page .ser-packs-shell { width: min(calc(100% - 28px), 560px); }
  .serenity-page .ser-packs-shell::before,
  .serenity-page .ser-packs-shell::after { display: none; }
  .serenity-page .ser-pricing--packs .section-intro { min-height: auto; padding-bottom: 28px; }
  .serenity-page .ser-pricing--packs .section-intro h2 { font-size: clamp(43px, 13vw, 57px); }
  .serenity-page .ser-pricing--packs .section-intro > p:not(.section-eyebrow) { max-width: 92%; font-size: 14px; }
  .ser-packs__hero-art { display: none; }
  .serenity-page .ser-packs__grid { grid-template-columns: 1fr; gap: 22px; }
  .serenity-page .ser-pack,
  .serenity-page .ser-pack:last-child { grid-column: auto; width: 100%; min-height: 0; }
  .serenity-page .ser-pack__list { min-height: 0; }
  .serenity-page .ser-pricing__legal { align-items: flex-start; padding: 0 10px; font-size: 11px; text-align: left; }
  .serenity-page .ser-credit {
    display: block;
    min-height: 0;
    margin-top: 18px;
    padding: 18px;
  }
  .serenity-page .ser-credit__box { grid-template-columns: 72px 1fr; min-height: 94px; padding-inline: 12px; }
  .ser-credit__token { width: 62px; height: 66px; }
  .serenity-page .ser-credit__box b { font-size: 18px; }
  .serenity-page .ser-credit__box p > span { font-size: 13px; }
  .serenity-page .ser-credit__uses { margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(212, 214, 239, .92); border-left: 0; }
  .serenity-page .ser-credit__morebar {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    margin: 22px 0 0;
    padding: 11px;
  }
  .serenity-page .ser-credit__more { display: block; }
  .serenity-page .ser-credit__more b,
  .serenity-page .ser-credit__more span { display: block; white-space: normal; }
  .serenity-page .ser-credit__more span { margin-top: 3px; }
  .serenity-page .ser-credit__cta { grid-column: 1 / -1; width: 100%; min-height: 43px; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .serenity-page .ser-pack__cta:hover { transform: none; }
}
.ser-pricing::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 84% 7%, rgba(122, 96, 255, .10), transparent 28%),
    radial-gradient(circle at 15% 86%, rgba(37, 16, 243, .045), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
}
.ser-compare-shell {
  position: relative;
  width: min(calc(100% - 64px), 1596px);
  margin: 0 auto;
  font-family: var(--font-family, 'Cerebri Sans'), Inter, system-ui, sans-serif;
  text-rendering: geometricPrecision;
}
.ser-compare-art {
  position: absolute;
  z-index: 0;
  top: -32px;
  right: -12px;
  width: min(41vw, 672px);
  height: auto;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 24px 38px rgba(37, 16, 243, .08));
}
.ser-compare-header {
  position: relative;
  z-index: 1;
  min-height: 234px;
  padding: 0 min(43vw, 690px) 28px 0;
}
.ser-compare-logo {
  display: inline-flex;
  align-items: center;
  width: clamp(162px, 12vw, 204px);
  text-decoration: none;
}
.ser-compare-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.ser-compare-title {
  max-width: 805px;
  margin: clamp(44px, 4.8vw, 58px) 0 0;
  color: #07083f;
  font-size: clamp(58px, 5.3vw, 80px);
  line-height: .94;
  letter-spacing: var(--cb-display-tracking);
  font-weight: var(--cb-display-weight);
}
.ser-compare-title span:last-child {
  color: var(--cb-primary);
}
.ser-compare-lead {
  max-width: 900px;
  margin: 22px 0 0 6px;
  color: #080943;
  font-size: clamp(22px, 1.72vw, 28px);
  line-height: 1.18;
  letter-spacing: -.042em;
  font-weight: 800;
}
.ser-compare-table-wrap {
  position: relative;
  z-index: 2;
  overflow-x: auto;
  border: 1px solid #dfe4f4;
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 52px rgba(12, 18, 72, .055);
  scrollbar-color: rgba(37,16,243,.35) rgba(232,235,249,.8);
}
.ser-compare-table-wrap::-webkit-scrollbar { height: 10px; }
.ser-compare-table-wrap::-webkit-scrollbar-track { background: rgba(232,235,249,.8); border-radius: 999px; }
.ser-compare-table-wrap::-webkit-scrollbar-thumb { background: rgba(37,16,243,.35); border-radius: 999px; }
.ser-compare-table {
  width: 100%;
  min-width: 1068px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #080943;
  font-size: 18px;
  line-height: 1.15;
}
.ser-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.ser-compare-table th,
.ser-compare-table td {
  height: 52px;
  padding: 13px 22px;
  border-bottom: 1px solid #dfe4f4;
  background: rgba(255,255,255,.94);
  vertical-align: middle;
}
.ser-compare-table th:not(:first-child),
.ser-compare-table td:not(:first-child) {
  border-left: 1px solid #dfe4f4;
}
.ser-compare-table thead th {
  height: 64px;
  padding: 0 22px;
}
.ser-compare-table tbody tr:last-child th,
.ser-compare-table tbody tr:last-child td {
  border-bottom: 0;
}
.ser-compare-feature-head {
  width: 23%;
  background: rgba(255,255,255,.98) !important;
}
.ser-compare-plan {
  width: 25.666%;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.047em;
  text-align: center;
}
.ser-compare-plan--one { background: linear-gradient(108deg, #09a989 0%, #05a18d 48%, #05a7b2 100%) !important; }
.ser-compare-plan--business { background: linear-gradient(108deg, #2510f3 0%, #2c10f4 46%, #562cff 100%) !important; }
.ser-compare-plan--autopilot { background: linear-gradient(108deg, #4a10f8 0%, #631aff 54%, #2c10f4 100%) !important; }
.ser-compare-plan__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  white-space: nowrap;
}
.ser-compare-plan__shield {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: #fff;
}
.ser-compare-plan__shield svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ser-compare-row-label {
  display: flex;
  align-items: center;
  gap: 21px;
  min-width: 0;
  color: #080943;
  font-weight: 900;
  letter-spacing: -.026em;
  text-align: left;
  white-space: nowrap;
}
.ser-compare-row-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 28px;
  flex: 0 0 36px;
  color: #2510f3;
}
.ser-compare-row-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ser-ms-logo {
  display: grid;
  grid-template-columns: repeat(2, 11px);
  grid-auto-rows: 11px;
  gap: 2px;
  width: 36px;
  justify-content: center;
  flex: 0 0 36px;
}
.ser-ms-logo i:nth-child(1) { background: #f25022; }
.ser-ms-logo i:nth-child(2) { background: #7fba00; }
.ser-ms-logo i:nth-child(3) { background: #00a4ef; }
.ser-ms-logo i:nth-child(4) { background: #ffb900; }
.ser-compare-table tbody th {
  font-size: 18px;
}
.ser-compare-table td {
  color: #080943;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.028em;
}
.ser-compare-price {
  color: var(--cb-primary) !important;
  font-size: 23px !important;
  font-weight: 900 !important;
}
.ser-compare-banner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 66px;
  margin-top: 12px;
  padding: 8px 24px 8px 18px;
  border-radius: 14px;
  background: linear-gradient(90deg, #2410f2 0%, #2a10f5 42%, #4617ff 72%, #1d07e9 100%);
  color: #fff;
  box-shadow: 0 22px 44px rgba(37, 16, 243, .22);
}
.ser-compare-banner__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 14px;
  background: #fff;
  color: var(--cb-primary);
  box-shadow: inset 0 -8px 18px rgba(37,16,243,.08);
}
.ser-compare-banner__icon svg {
  width: 38px;
  height: 38px;
  fill: rgba(37,16,243,.07);
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ser-compare-banner p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.032em;
}

/* ---- Responsive ---- */
@media (max-width: 1500px) {
  .ser-compare-header { padding-right: min(42vw, 590px); }
  .ser-compare-title { font-size: clamp(54px, 5vw, 72px); }
  .ser-compare-table { min-width: 1030px; }
  .ser-compare-table th,
  .ser-compare-table td { padding-left: 18px; padding-right: 18px; }
  .ser-compare-row-label { gap: 16px; }
}
@media (max-width: 1240px) {
  .ser-hero h1 { font-size: 46px; }
  .ser-chain__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ser-chain-card:nth-child(3n)::after { display: none; }
  .ser-compare-shell { width: min(calc(100% - 44px), 1120px); }
  .ser-compare-art { width: 500px; right: -80px; opacity: .78; }
  .ser-compare-header { min-height: 218px; padding-right: 360px; }
  .ser-compare-title { font-size: clamp(48px, 5.3vw, 64px); }
  .ser-compare-lead { font-size: 21px; }
}
@media (max-width: 980px) {
  .ser-hero { grid-template-columns: 1fr; gap: 30px; padding-top: 44px; }
  .ser-hero h1 { font-size: 42px; }
  .ser-result { grid-template-columns: 1fr; }
  .ser-chain__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ser-chain-card::after { display: none; }
  .ser-compare-art { right: -210px; top: -6px; width: 560px; opacity: .18; }
  .ser-compare-header { min-height: 0; padding-right: 0; padding-bottom: 30px; }
  .ser-compare-title { max-width: 720px; margin-top: 34px; font-size: clamp(42px, 8vw, 58px); }
  .ser-compare-lead { max-width: 660px; margin-left: 0; font-size: 19px; }
  .ser-compare-table { min-width: 930px; font-size: 16px; }
  .ser-compare-plan { font-size: 20px; }
  .ser-compare-table tbody th,
  .ser-compare-table td { font-size: 16px; }
  .ser-compare-row-label { white-space: normal; }
}
@media (max-width: 640px) {
  .ser-hero h1 { font-size: 33px; letter-spacing: var(--cb-display-tracking); }
  .ser-lead { font-size: 16.5px; }
  .ser-hero__card { padding: 22px 18px; }
  .ser-hero__card-icons { grid-template-columns: repeat(2, 1fr); }
  .ser-chain { padding: 44px 0; }
  .ser-chain__grid { grid-template-columns: 1fr; }
  .ser-result { padding: 24px 18px; }
  .ser-result__diagram { grid-template-columns: 1fr; justify-items: center; }
  .ser-result__col { width: 100%; }
  .ser-pricing { padding: 44px 0 42px; }
  .ser-compare-shell { width: min(calc(100% - 28px), 560px); }
  .ser-compare-art { display: none; }
  .ser-compare-logo { width: 154px; }
  .ser-compare-title { margin-top: 28px; font-size: 39px; line-height: .98; letter-spacing: var(--cb-display-tracking); }
  .ser-compare-lead { font-size: 17px; line-height: 1.32; }
  .ser-compare-table-wrap { border-radius: 13px; }
  .ser-compare-table { min-width: 820px; }
  .ser-compare-table thead th { height: 58px; }
  .ser-compare-plan { font-size: 17px; letter-spacing: -.035em; }
  .ser-compare-plan__inner { gap: 8px; }
  .ser-compare-plan__shield { width: 32px; height: 32px; flex-basis: 32px; }
  .ser-compare-plan__shield svg { width: 31px; height: 31px; }
  .ser-compare-table th,
  .ser-compare-table td { height: 48px; padding: 11px 12px; }
  .ser-compare-row-label { gap: 10px; }
  .ser-compare-row-icon,
  .ser-ms-logo { width: 28px; flex-basis: 28px; }
  .ser-compare-row-icon svg { width: 24px; height: 24px; }
  .ser-ms-logo { grid-template-columns: repeat(2, 9px); grid-auto-rows: 9px; }
  .ser-compare-table tbody th,
  .ser-compare-table td { font-size: 14px; }
  .ser-compare-price { font-size: 18px !important; }
  .ser-compare-banner { align-items: flex-start; gap: 13px; padding: 13px; border-radius: 13px; }
  .ser-compare-banner__icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 11px; }
  .ser-compare-banner__icon svg { width: 32px; height: 32px; }
  .ser-compare-banner p { font-size: 15px; line-height: 1.32; }
}

/* ---- Packs Serenia (cartes) ---- */
.ser-pricing--packs { padding: 64px 0 56px; }
.ser-pricing--packs::before {
  background:
    radial-gradient(circle at 12% 10%, rgba(124, 88, 255, .08), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(37, 16, 243, .05), transparent 32%),
    linear-gradient(180deg, #fbfbff 0%, #ffffff 100%);
}
.ser-packs-shell { position: relative; width: var(--main-container); margin: 0 auto; }
.ser-packs__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; align-items: stretch; margin-top: 26px; }
.ser-pack { position: relative; display: flex; flex-direction: column; padding: 30px 28px 26px; border: 1px solid rgba(219, 224, 248, .95); border-radius: 22px; background: rgba(255, 255, 255, .96); box-shadow: 0 18px 48px rgba(18, 16, 104, .055); }
.ser-pack--featured { border: 2px solid rgba(37, 16, 243, .58); box-shadow: 0 28px 70px rgba(37, 16, 243, .12); }
.ser-pack__flag { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); margin: 0; padding: 8px 18px; border-radius: 999px; background: var(--cb-primary); color: #fff; font-size: 12.5px; line-height: 1; font-weight: 900; letter-spacing: .08em; white-space: nowrap; box-shadow: 0 12px 24px rgba(37, 16, 243, .24); }
.ser-pack__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: #efedff; color: var(--cb-primary); }
.ser-pack__icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ser-pack h3 { margin: 16px 0 0; color: #0a0c4a; font-size: 22px; line-height: 1.08; letter-spacing: -.035em; font-weight: 900; }
.ser-pack h3 span { color: var(--cb-primary); }
.ser-pack__min { margin: 6px 0 0; color: #4b5590; font-size: 13.5px; line-height: 1.3; font-weight: 700; }
.ser-pack__price { margin: 18px 0 0; color: #4b5590; font-size: 13.5px; line-height: 1.2; font-weight: 700; }
.ser-pack__price strong { display: block; margin-bottom: 6px; color: #080942; font-size: clamp(42px, 3.2vw, 52px); line-height: .95; letter-spacing: -.05em; font-weight: 900; font-variant-numeric: tabular-nums; }
.ser-pack__desc { margin: 16px 0 0; color: #46508a; font-size: 14.5px; line-height: 1.42; font-weight: 500; }
.ser-pack__included { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid #eceef9; color: var(--cb-primary); font-size: 11.5px; line-height: 1; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.ser-pack__list { display: grid; gap: 9px; flex: 1; align-content: start; margin: 12px 0 0; padding: 0; list-style: none; }
.ser-pack__list li { position: relative; padding-left: 26px; color: #2c3675; font-size: 13.8px; line-height: 1.35; font-weight: 600; }
.ser-pack__list li::before { content: ""; position: absolute; left: 0; top: .05em; width: 17px; height: 17px; border-radius: 5px; background: #efedff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232510f3" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="m6 12.5 4 4 8-9"/></svg>') center/11px no-repeat; }
.ser-pack__credit { margin: 18px 0 0; padding: 12px 14px; border: 1px solid rgba(200, 201, 255, .7); border-radius: 12px; background: #f5f4ff; color: #2c3675; font-size: 13px; line-height: 1.4; font-weight: 600; }
.ser-pack__credit b { color: #0a0c4a; font-weight: 900; font-variant-numeric: tabular-nums; }
.ser-pack__cta { justify-content: center; margin-top: 16px; min-height: 44px; }
.ser-pricing__legal { margin: 22px 0 0; color: #6a74ab; text-align: center; font-size: 13px; font-weight: 700; }

/* ---- Bloc Care Crédit ---- */
.ser-credit { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 36px; align-items: start; margin-top: 44px; padding: 32px 36px; border: 1px solid rgba(219, 224, 248, .95); border-radius: 22px; background: rgba(255, 255, 255, .96); box-shadow: 0 22px 54px rgba(18, 16, 104, .07); }
.ser-credit h3 { margin: 0; color: #0a0c4a; font-size: 24px; line-height: 1.1; letter-spacing: -.04em; font-weight: 900; }
.ser-credit__lead { margin: 10px 0 0; color: #46508a; font-size: 15px; line-height: 1.45; font-weight: 500; }
.ser-credit__box { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 10px; row-gap: 4px; margin: 20px 0 0; padding: 20px 24px; border-radius: 16px; background: linear-gradient(180deg, #f0efff 0%, #e7e4ff 100%); color: #0a0c4a; }
.ser-credit__box b { font-size: clamp(22px, 1.8vw, 27px); line-height: 1.1; letter-spacing: -.035em; font-weight: 900; font-variant-numeric: tabular-nums; }
.ser-credit__box .ser-credit__eq { color: var(--cb-primary); }
.ser-credit__box > span { flex-basis: 100%; color: #4b5590; font-size: 14px; font-weight: 700; }
.ser-credit__note { margin: 12px 0 0; color: #6a74ab; font-size: 13px; font-weight: 700; }
.ser-credit__usable { margin: 0; color: var(--cb-primary); font-size: 11.5px; line-height: 1; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.ser-credit__uses ul { display: grid; gap: 9px; margin: 14px 0 0; padding: 0; list-style: none; }
.ser-credit__uses li { position: relative; padding-left: 26px; color: #2c3675; font-size: 13.8px; line-height: 1.35; font-weight: 600; }
.ser-credit__uses li::before { content: ""; position: absolute; left: 0; top: .05em; width: 17px; height: 17px; border-radius: 5px; background: #efedff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232510f3" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="m6 12.5 4 4 8-9"/></svg>') center/11px no-repeat; }
.ser-credit__more { margin: 18px 0 0; color: #46508a; font-size: 13.8px; line-height: 1.45; font-weight: 500; }
.ser-credit__more b { color: #0a0c4a; font-weight: 900; }
.ser-credit__cta { margin-top: 14px; }

/* ---- Bandeau de preuves ---- */
.ser-proofs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 44px 0 0; padding: 0; list-style: none; }
.ser-proofs li { padding: 18px 20px; border: 1px solid rgba(222, 226, 246, .95); border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: 0 10px 26px rgba(18, 16, 104, .045); }
.ser-proofs li > svg { width: 24px; height: 24px; fill: none; stroke: var(--cb-primary); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.ser-proofs li b { display: block; margin-top: 10px; color: #0a0c4a; font-size: 15px; line-height: 1.2; letter-spacing: -.02em; font-weight: 900; }
.ser-proofs li > span { display: block; margin-top: 6px; color: #46508a; font-size: 13.5px; line-height: 1.4; font-weight: 500; }
.ser-proofs__all { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; border-color: #c8c9ff; background: #efedff; }
.ser-proofs__all > svg { flex: none; }
.ser-proofs__all > span { margin: 0; color: #1d286b; font-size: 14.5px; font-weight: 700; }

/* ---- Responsive packs ---- */
@media (max-width: 1024px) {
  .ser-packs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .ser-proofs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .ser-pricing--packs { padding: 48px 0 44px; }
  .ser-packs__grid { grid-template-columns: 1fr; gap: 24px; }
  .ser-pack { padding: 24px 18px 22px; }
  .ser-credit { grid-template-columns: 1fr; gap: 24px; margin-top: 36px; padding: 24px 18px; }
  .ser-proofs { grid-template-columns: 1fr; margin-top: 36px; }
}

/* ---- Hero Serenia — référence 2026-07-08 ---- */
.serenity-page {
  --ser-reference-width: min(calc(100% - 172px), 1560px);
}

.serenity-page .page-breadcrumb:not(.page-breadcrumb--product) {
  width: var(--ser-reference-width);
  margin: 34px auto 0;
  gap: 10px;
  color: #626ba5;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.serenity-page .page-breadcrumb:not(.page-breadcrumb--product) b {
  color: var(--cb-primary);
  font-weight: 900;
}

.serenity-page .page-breadcrumb:not(.page-breadcrumb--product) a svg {
  width: 15px;
  height: 15px;
}

.ser-hero--reference {
  position: relative;
  isolation: isolate;
  width: var(--ser-reference-width);
  display: grid;
  grid-template-columns: minmax(470px, 520px) minmax(520px, 1fr) minmax(400px, 433px);
  grid-template-rows: auto auto;
  column-gap: 24px;
  row-gap: 0;
  align-items: start;
  margin: 0 auto;
  padding: 48px 0 28px;
  overflow: visible;
  font-family: var(--font-family, 'Cerebri Sans'), Inter, system-ui, sans-serif;
  text-rendering: geometricPrecision;
}

.ser-hero--reference::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -112px;
  bottom: -46px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 54% 35%, rgba(124, 88, 255, .08), transparent 28%),
    radial-gradient(circle at 86% 56%, rgba(37, 16, 243, .045), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fff 72%, #fbfbff 100%);
}

.ser-hero--reference > * {
  position: relative;
  z-index: 1;
}

.ser-reference-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  padding-top: 0;
}

.ser-hero--reference .ova-kicker {
  min-height: 44px;
  margin: 0;
  padding: 0 22px 0 10px;
  gap: 13px;
  border-color: rgba(178, 169, 255, .66);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 26px rgba(37, 16, 243, .045);
  color: var(--cb-primary);
  font-size: 12.5px;
  letter-spacing: .15em;
  line-height: 1;
}

.ser-kicker-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 999px;
  background: #f0edff;
  color: var(--cb-primary);
  box-shadow: inset 0 0 0 1px rgba(37, 16, 243, .06);
}

.ser-kicker-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ser-hero--reference h1 {
  max-width: 520px;
  margin: 27px 0 0;
  color: #07083f;
  font-size: clamp(59px, 3.86vw, 67px);
  line-height: 1.005;
  letter-spacing: var(--cb-display-tracking);
  font-weight: var(--cb-display-weight);
}

.ser-hero--reference h1 .ser-accent {
  color: var(--cb-primary);
}

.ser-hero--reference .ser-lead {
  max-width: 562px;
  margin: 29px 0 0;
  color: #17205b;
  font-size: 19.2px;
  line-height: 1.55;
  letter-spacing: -.017em;
  font-weight: 500;
}

.ser-reference-actions {
  gap: 17px;
  margin-top: 31px;
}

.ser-reference-actions .btn {
  min-height: 59px;
  border-radius: 9px;
  padding-inline: 31px;
  font-size: 15.5px;
  box-shadow: 0 16px 30px rgba(37, 16, 243, .24);
}

.ser-reference-actions .btn--primary {
  min-width: 230px;
}

.ser-reference-actions .btn--outline {
  min-width: 264px;
  border-color: #d8ddf4;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 28px rgba(18, 16, 104, .045);
}

.ser-reference-actions .btn svg {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 999px;
  color: var(--cb-primary);
  background: #fff;
  stroke-width: 2.5;
}

.ser-reference-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 532px;
  margin-top: 39px;
}

.ser-reference-badges > span {
  min-height: 68px;
  padding: 13px 18px;
  border-color: #d8def4;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 26px rgba(18, 16, 104, .035);
}

.ser-reference-badges .flag-inline {
  width: 31px;
  height: 22px;
}

.ser-reference-badges > span > svg {
  width: 32px;
  height: 32px;
  padding: 4px;
  border: 2px solid currentColor;
  border-radius: 999px;
  stroke-width: 1.9;
}

.ser-reference-badges b {
  font-size: 14.2px;
  line-height: 1.1;
  font-weight: 900;
}

.ser-reference-badges small {
  display: block;
  margin-top: 4px;
  color: #27316d;
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 600;
}

.ser-hero__scene {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  width: 560px;
  height: 625px;
  margin: -40px 0 0 -10px;
  pointer-events: none;
  user-select: none;
}

.ser-hero__scene img {
  width: 570px;
  max-width: none;
  height: 625px;
  object-fit: contain;
  filter: drop-shadow(0 28px 48px rgba(37, 16, 243, .08));
}

.ser-reference-card {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  min-height: 487px;
  margin-top: 7px;
  padding: 33px 34px 30px;
  border-color: #d9def3;
  border-radius: 19px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 26px 58px rgba(18, 16, 104, .052);
}

.ser-reference-card .ser-hero__card-head {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding-bottom: 29px;
  border-bottom: 2px solid rgba(167, 155, 245, .42);
}

.ser-reference-card .ser-shield-icon {
  width: 62px;
  height: 62px;
  border-radius: 15px;
  background: linear-gradient(180deg, #f1efff 0%, #e6e2ff 100%);
}

.ser-reference-card .ser-shield-icon svg {
  width: 31px;
  height: 31px;
  stroke-width: 2.05;
}

.ser-reference-card h2 {
  margin: 7px 0 0;
  color: #0a0c4a;
  font-size: 25.5px;
  line-height: var(--cb-display-leading);
  letter-spacing: var(--cb-display-tracking);
  font-weight: var(--cb-display-weight);
}

.ser-reference-card h2 span,
.ser-reference-card h2 strong {
  display: inline;
  font-weight: 500;
}

.ser-reference-card h2 strong {
  color: var(--cb-primary);
}

.ser-reference-card h2 strong:last-child {
  display: block;
}

.ser-reference-card .ser-hero__card-head p {
  max-width: 282px;
  margin: 15px 0 0;
  color: #17205b;
  font-size: 15.1px;
  line-height: 1.42;
  letter-spacing: -.017em;
  font-weight: 600;
}

.ser-reference-card__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 28px 0 0;
  padding: 0;
}

.ser-reference-card__list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  justify-items: stretch;
  align-items: center;
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.ser-reference-card__icon,
.ser-strip-icon {
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 13px;
  background: linear-gradient(180deg, #f1efff 0%, #e7e4ff 100%);
  color: var(--cb-primary);
  box-shadow: inset 0 0 0 1px rgba(37, 16, 243, .035);
}

.ser-reference-card__icon {
  width: 45px;
  height: 45px;
}

.ser-reference-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ser-reference-card__list b,
.ser-reference-card__list small {
  display: block;
}

.ser-reference-card__list b {
  color: #0a0c4a;
  font-size: 15.2px;
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 900;
}

.ser-reference-card__list small {
  margin-top: 5px;
  color: #17205b;
  font-size: 13.4px;
  line-height: 1.2;
  letter-spacing: -.012em;
  font-weight: 500;
}

.ser-hero__strip {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 143px;
  margin: 0;
  padding: 38px 33px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(249, 248, 255, .96) 0%, rgba(246, 245, 253, .96) 100%);
  box-shadow: 0 22px 58px rgba(18, 16, 104, .055);
}

.ser-hero__strip article {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  min-width: 0;
  padding: 0 34px;
}

.ser-hero__strip article:first-child { padding-left: 0; }
.ser-hero__strip article:last-child { padding-right: 0; }

.ser-hero__strip article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 63px;
  background: rgba(174, 168, 232, .82);
}

.ser-strip-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
}

.ser-strip-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ser-hero__strip b,
.ser-hero__strip small {
  display: block;
}

.ser-hero__strip b {
  color: #0a0c4a;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 900;
}

.ser-hero__strip small {
  margin-top: 9px;
  color: #27316d;
  font-size: 15.4px;
  line-height: 1.28;
  letter-spacing: -.018em;
  font-weight: 500;
}

@media (max-width: 1560px) {
  .serenity-page { --ser-reference-width: min(calc(100% - 92px), 1460px); }
  .ser-hero--reference { grid-template-columns: minmax(420px, 500px) minmax(470px, 1fr) minmax(360px, 405px); column-gap: 20px; }
  .ser-hero--reference h1 { font-size: clamp(55px, 4.2vw, 64px); }
  .ser-reference-actions .btn--primary { min-width: 218px; }
  .ser-reference-actions .btn--outline { min-width: 252px; }
  .ser-hero__scene { width: 530px; margin-left: -18px; }
  .ser-hero__scene img { width: 548px; height: auto; }
  .ser-reference-card { padding-inline: 28px; }
  .ser-reference-card h2 { font-size: 23.5px; }
  .ser-hero__strip article { gap: 18px; padding-inline: 26px; }
}

@media (max-width: 1380px) {
  .serenity-page { --ser-reference-width: min(calc(100% - 64px), 1180px); }
  .ser-hero--reference {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    grid-template-rows: auto auto auto;
    row-gap: 28px;
    padding-top: 42px;
  }
  .ser-reference-copy { grid-column: 1; grid-row: 1; }
  .ser-hero__scene { grid-column: 2; grid-row: 1; justify-self: center; width: 500px; height: auto; margin: -24px 0 0; }
  .ser-hero__scene img { width: 500px; height: auto; }
  .ser-reference-card { grid-column: 1 / -1; grid-row: 2; min-height: auto; margin-top: 0; }
  .ser-reference-card__list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
  .ser-reference-card__list li { grid-template-columns: 45px minmax(0, 1fr); gap: 14px; }
  .ser-hero__strip { grid-row: 3; }
  .ser-hero__strip article { grid-template-columns: 54px minmax(0, 1fr); padding-inline: 18px; }
  .ser-strip-icon { width: 54px; height: 54px; }
  .ser-hero__strip b { font-size: 17px; }
  .ser-hero__strip small { font-size: 13.8px; }
}

@media (max-width: 980px) {
  .serenity-page { --ser-reference-width: min(calc(100% - 40px), 760px); }
  .serenity-page .page-breadcrumb:not(.page-breadcrumb--product) { margin-top: 24px; }
  .ser-hero--reference {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 34px 0 38px;
  }
  .ser-reference-copy,
  .ser-hero__scene,
  .ser-reference-card,
  .ser-hero__strip { grid-column: 1; grid-row: auto; }
  .ser-hero--reference h1 { max-width: 680px; font-size: clamp(44px, 8.7vw, 58px); }
  .ser-hero--reference .ser-lead { max-width: 650px; font-size: 18px; }
  .ser-hero__scene { justify-self: center; width: min(100%, 570px); margin: -12px auto -10px; }
  .ser-hero__scene img { width: min(100%, 570px); height: auto; }
  .ser-reference-card__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ser-hero__strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 0; padding: 28px; }
  .ser-hero__strip article:nth-child(2)::after { display: none; }
}

@media (max-width: 640px) {
  .serenity-page { --ser-reference-width: min(calc(100% - 28px), 560px); }
  .serenity-page .page-breadcrumb:not(.page-breadcrumb--product) { margin-bottom: 0; font-size: 12.5px; }
  .ser-hero--reference { padding-top: 28px; }
  .ser-hero--reference .ova-kicker { min-height: 38px; padding-right: 16px; font-size: 10.2px; letter-spacing: .09em; white-space: normal; }
  .ser-kicker-icon { width: 24px; height: 24px; }
  .ser-hero--reference h1 { margin-top: 22px; font-size: clamp(38px, 12.4vw, 48px); letter-spacing: var(--cb-display-tracking); }
  .ser-hero--reference .ser-lead { margin-top: 20px; font-size: 16.5px; line-height: 1.47; }
  .ser-reference-actions { gap: 12px; margin-top: 24px; }
  .ser-reference-actions .btn { width: 100%; min-width: 0; min-height: 54px; padding-inline: 20px; }
  .ser-reference-badges { grid-template-columns: 1fr; margin-top: 24px; }
  .ser-hero__scene { margin-top: 0; }
  .ser-reference-card { padding: 24px 18px; }
  .ser-reference-card .ser-hero__card-head { grid-template-columns: 54px minmax(0, 1fr); padding-bottom: 22px; }
  .ser-reference-card .ser-shield-icon { width: 52px; height: 52px; }
  .ser-reference-card h2 { font-size: 22px; }
  .ser-reference-card .ser-hero__card-head p { font-size: 14px; }
  .ser-reference-card__list { grid-template-columns: 1fr; gap: 18px; }
  .ser-hero__strip { grid-template-columns: 1fr; gap: 22px; padding: 24px 18px; border-radius: 18px; }
  .ser-hero__strip article { padding: 0; }
  .ser-hero__strip article::after { display: none; }
  .ser-hero__strip b { font-size: 18px; }
  .ser-hero__strip small { font-size: 14.2px; }
}

/* ---- Section Autopilot — référence fournie 2026-07-08 ---- */
.ser-chain {
  width: min(calc(100% - 82px), 1634px);
  margin: 0 auto;
  padding: 42px 0 38px;
  font-family: var(--font-family, 'Cerebri Sans'), Inter, system-ui, sans-serif;
}

.ser-chain::before {
  top: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 11% 0%, rgba(124, 88, 255, .055), transparent 24%),
    radial-gradient(circle at 88% 55%, rgba(37, 16, 243, .045), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fff 70%, #fbfbff 100%);
}

.ser-chain .section-intro { max-width: 790px; margin: 0; }

.ser-chain .section-intro h2 {
  max-width: 790px;
  color: #07083f;
  font-size: clamp(45px, 3.56vw, 61px);
  line-height: .98;
  letter-spacing: var(--cb-display-tracking);
  font-weight: var(--cb-display-weight);
}

.ser-chain .section-intro h2 .ser-accent { color: var(--cb-primary); }

.ser-chain .section-intro p:not(.section-eyebrow) {
  max-width: 650px;
  margin: 15px 0 0;
  color: #12195a;
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: -.016em;
  font-weight: 700;
}

.ser-chain__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin: 42px 0 0; }

.ser-chain-card {
  min-height: 313px;
  padding: 22px 22px 24px;
  border: 1px solid #dfe4f6;
  border-radius: 13px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 42px rgba(18, 16, 104, .035);
}

.ser-chain-card:not(:last-child)::after {
  top: 58px;
  right: -17px;
  width: 18px;
  height: 7px;
  border: 0;
  background:
    radial-gradient(circle at 50% 50%, var(--cb-primary) 0 3px, transparent 3.7px),
    linear-gradient(90deg, rgba(121, 88, 255, .20), rgba(121, 88, 255, .20));
  background-size: 100% 100%, 100% 1px;
  background-position: center, center;
  background-repeat: no-repeat;
}

.ser-chain-card__num { top: 19px; right: 18px; color: #07083f; font-size: 16px; line-height: 1; font-weight: 900; }

.ser-chain-card__icon {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f1efff 0%, #e9e5ff 100%);
  color: var(--cb-primary);
}

.ser-chain-card__icon svg { width: 31px; height: 31px; stroke-width: 2.45; }

.ser-chain-card h3 {
  margin: 19px 0 0;
  color: #07083f;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 900;
}

.ser-chain-card__sub {
  margin: 9px 0 0;
  color: var(--cb-primary);
  font-size: 14.2px;
  line-height: 1.23;
  letter-spacing: -.015em;
  font-weight: 900;
}

.ser-chain-card ul { gap: 10px; margin: 31px 0 0; padding: 0; border-top: 0; }

.ser-chain-card ul li {
  min-height: 18px;
  padding-left: 26px;
  color: #12195a;
  font-size: 14.2px;
  line-height: 1.28;
  letter-spacing: -.012em;
  font-weight: 700;
}

.ser-chain-card ul li::before {
  top: .05em;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #eeeaff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232510f3" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="m6.5 12.4 3.2 3.2 7.8-8"/></svg>') center/10px no-repeat;
}

.ser-result {
  grid-template-columns: minmax(600px, .96fr) minmax(540px, .94fr);
  gap: 48px;
  min-height: 365px;
  align-items: center;
  margin-top: 35px;
  padding: 34px 40px 32px;
  border-color: #dfe4f6;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 46px rgba(18, 16, 104, .035);
}

.ser-result__copy { display: grid; grid-template-columns: 306px minmax(0, 1fr); gap: 54px; align-items: center; }

.ser-result__shield-scene {
  position: relative;
  width: 300px;
  height: 268px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 54%, rgba(111, 83, 255, .14), transparent 43%), radial-gradient(circle at 50% 52%, rgba(37, 16, 243, .06), transparent 58%);
}

.ser-result__shield-scene::before {
  content: "";
  position: absolute;
  inset: 22px 26px 18px;
  border: 2px dashed rgba(138, 121, 255, .38);
  border-radius: 50%;
}

.ser-result__orbit {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #dfe4f6;
  border-radius: 15px;
  background: rgba(255, 255, 255, .96);
  color: var(--cb-primary);
  box-shadow: 0 12px 24px rgba(18, 16, 104, .045);
}

.ser-result__orbit svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }

.ser-result__orbit--ms { left: 133px; top: 0; grid-template-columns: repeat(2, 11px); grid-auto-rows: 11px; gap: 2px; }
.ser-result__orbit--ms i:nth-child(1) { background: #f25022; }
.ser-result__orbit--ms i:nth-child(2) { background: #7fba00; }
.ser-result__orbit--ms i:nth-child(3) { background: #00a4ef; }
.ser-result__orbit--ms i:nth-child(4) { background: #ffb900; }
.ser-result__orbit--user { left: 55px; top: 45px; }
.ser-result__orbit--cloud { right: 31px; top: 47px; }
.ser-result__orbit--pulse { left: 21px; top: 150px; }
.ser-result__orbit--support { right: 7px; top: 151px; }

.ser-result__shield { position: absolute; z-index: 1; left: 74px; top: 72px; width: 162px; height: 184px; filter: drop-shadow(0 24px 34px rgba(82, 55, 255, .23)); }
.ser-result__shield svg { width: 100%; height: 100%; }
.ser-result__shield svg path:first-child { fill: #6e58ff; stroke: rgba(37, 16, 243, .22); stroke-width: 5; }
.ser-result__shield svg path:last-child { fill: none; stroke: #fff; stroke-width: 18; stroke-linecap: round; stroke-linejoin: round; }

.ser-result__text { min-width: 0; }
.ser-shield-icon--big { width: 50px; height: 50px; border-radius: 999px; background: linear-gradient(180deg, #f0edff 0%, #e8e3ff 100%); }

.ser-result__copy h3 {
  max-width: 312px;
  margin: 23px 0 0;
  color: #07083f;
  font-size: 23px;
  line-height: 1.24;
  letter-spacing: -.046em;
  font-weight: 900;
}

.ser-result__copy h3 span:first-child { display: inline; }
.ser-result__copy h3 span:last-child { color: var(--cb-primary); }

.ser-result__copy > p,
.ser-result__text > p:not(.ser-result__tag) {
  max-width: 300px;
  margin: 18px 0 0;
  color: #17205b;
  font-size: 14.2px;
  line-height: 1.55;
  letter-spacing: -.012em;
  font-weight: 600;
}

.ser-result__tag {
  gap: 8px;
  max-width: 330px;
  margin-top: 25px;
  padding: 10px 15px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f1efff 0%, #e8e3ff 100%);
  color: #11185a;
  font-size: 12.8px;
  line-height: 1;
  font-weight: 800;
}

.ser-result__tag svg { width: 16px; height: 16px; color: var(--cb-primary); }

.ser-result__diagram { position: relative; grid-template-columns: 170px 180px 184px; justify-content: end; gap: 36px; }
.ser-result__col { gap: 14px; }
.ser-result__col li { min-height: 44px; padding: 0 18px; border-color: #dfe4f6; border-radius: 999px; background: rgba(255, 255, 255, .96); box-shadow: 0 10px 22px rgba(18, 16, 104, .035); color: #07083f; font-size: 13px; font-weight: 900; }
.ser-result__col svg { width: 19px; height: 19px; stroke-width: 2.15; }
.ser-ms-mini { grid-template-columns: repeat(2, 8px); grid-auto-rows: 8px; width: 20px; gap: 2px; }

.ser-result__hub { position: relative; align-self: center; justify-items: center; gap: 10px; }
.ser-result__hub::before,
.ser-result__hub::after { content: ""; position: absolute; top: 82px; width: 62px; border-top: 3px dotted rgba(139, 121, 255, .45); }
.ser-result__hub::before { right: calc(100% + 4px); }
.ser-result__hub::after { left: calc(100% + 4px); }
.ser-result__hub-cloud { position: relative; width: 154px; height: 154px; border-radius: 50%; background: radial-gradient(circle, #fff 0 45%, #f0edff 45% 68%, transparent 69%); }
.ser-result__hub-cloud::before { content: ""; position: absolute; inset: -13px; border: 1px solid rgba(222, 226, 246, .95); border-radius: 50%; }
.ser-result__hub-cloud > svg { display: none; }
.ser-result__hub-cloud i { width: 82px; height: 59px; margin: 0; border-radius: 25px; background: linear-gradient(145deg, #5d3cff 0%, #2510f3 100%); color: #fff; box-shadow: 0 18px 34px rgba(37, 16, 243, .26); }
.ser-result__hub-cloud i svg { width: 30px; height: 30px; stroke-width: 2.2; }
.ser-result__hub b { color: #07083f; font-size: 16px; line-height: 1.08; letter-spacing: -.035em; font-weight: 900; }

.ser-chain__strip { width: 100%; min-height: 109px; margin: 26px 0 0; padding: 24px 36px; border-radius: 16px; background: linear-gradient(180deg, rgba(250, 249, 255, .98) 0%, rgba(246, 245, 253, .98) 100%); box-shadow: 0 18px 42px rgba(18, 16, 104, .045); }
.ser-chain__strip article { grid-template-columns: 58px minmax(0, 1fr); gap: 22px; padding: 0 43px; }
.ser-chain__strip .ser-strip-icon { width: 54px; height: 54px; border-radius: 16px; }
.ser-chain__strip .ser-strip-icon svg { width: 29px; height: 29px; }
.ser-chain__strip b { font-size: 17px; line-height: 1.08; }
.ser-chain__strip small { margin-top: 8px; font-size: 14.8px; line-height: 1.22; }

@media (max-width: 1380px) {
  .ser-chain { width: min(calc(100% - 64px), 1180px); }
  .ser-chain__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ser-chain-card:nth-child(3n)::after { display: none; }
  .ser-result { grid-template-columns: 1fr; }
  .ser-result__diagram { justify-content: center; }
  .ser-chain__strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 0; }
  .ser-chain__strip article:nth-child(2)::after { display: none; }
}

@media (max-width: 980px) {
  .ser-chain { width: min(calc(100% - 40px), 760px); padding-top: 34px; }
  .ser-chain .section-intro h2 { font-size: clamp(38px, 8vw, 54px); }
  .ser-chain__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ser-chain-card::after { display: none; }
  .ser-result { padding: 28px 22px; }
  .ser-result__copy { grid-template-columns: 1fr; gap: 22px; justify-items: center; text-align: left; }
  .ser-result__text { width: 100%; max-width: 430px; }
  .ser-result__diagram { grid-template-columns: minmax(0, 1fr); gap: 18px; justify-items: center; }
  .ser-result__hub::before,
  .ser-result__hub::after { display: none; }
  .ser-result__col { width: min(100%, 360px); }
}

@media (max-width: 640px) {
  .ser-chain { width: min(calc(100% - 28px), 560px); }
  .ser-chain .section-intro h2 { font-size: clamp(34px, 11vw, 44px); letter-spacing: var(--cb-display-tracking); }
  .ser-chain .section-intro p:not(.section-eyebrow) { font-size: 16px; }
  .ser-chain__grid { grid-template-columns: 1fr; margin-top: 28px; }
  .ser-chain-card { min-height: auto; padding: 22px 20px; }
  .ser-result__shield-scene { width: 260px; height: 238px; transform: scale(.9); transform-origin: center; }
  .ser-result__copy h3 { font-size: 21px; }
  .ser-chain__strip { grid-template-columns: 1fr; padding: 24px 18px; }
  .ser-chain__strip article { padding: 0; }
  .ser-chain__strip article::after { display: none; }
}

/* Ajustements de fidélité visuelle pour compacter le bloc résultat comme la référence. */
.ser-chain {
  padding: 28px 0 32px;
}

.ser-result {
  grid-template-columns: minmax(665px, 1fr) minmax(520px, .82fr);
  gap: 28px;
  min-height: 365px;
  padding: 24px 40px;
}

.ser-result__copy {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 42px;
}

.ser-result__text h3 {
  max-width: 380px;
  margin-top: 18px;
  font-size: 21.6px;
  line-height: 1.14;
}

.ser-result__text h3 span { display: inline; }

.ser-result__text h3 span:last-child {
  display: block;
  color: #07083f;
}

.ser-result__text h3 .ser-result__accent { color: var(--cb-primary); }

.ser-result__text > p:not(.ser-result__tag) {
  max-width: 318px;
  margin-top: 15px;
  font-size: 13.8px;
  line-height: 1.46;
}

.ser-result__tag {
  max-width: none;
  margin-top: 19px;
  padding: 8px 14px;
  font-size: 12.4px;
  white-space: nowrap;
}

.ser-chain__strip {
  min-height: 109px;
  padding: 22px 36px;
}

.ser-chain__strip article {
  gap: 18px;
  padding: 0 31px;
}

.ser-chain__strip b { font-size: 16.2px; }
.ser-chain__strip small { font-size: 14.1px; }

@media (max-width: 1380px) {
  .ser-result { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 980px) {
  .ser-result { grid-template-columns: 1fr; min-height: 0; padding: 28px 22px; }
  .ser-result__copy { grid-template-columns: 1fr; gap: 22px; }
  .ser-result__text { width: 100%; max-width: 430px; }
  .ser-result__text h3 { max-width: 100%; font-size: 21.5px; }
  .ser-result__text > p:not(.ser-result__tag) { max-width: 100%; }
}

@media (max-width: 640px) {
  .ser-chain__strip { padding: 24px 18px; }
  .ser-chain__strip article { padding: 0; }
}

/* ---- Hero + Autopilot — rematch exact de la référence 2026-07-14 ---- */
.serenity-page {
  --ser-hero-width: min(calc(100% - 96px), 1356px);
  --ser-chain-width: min(calc(100% - 96px), 1164px);
  background: #fff;
}

.serenity-page .serenity-main {
  overflow: hidden;
  background: #fff;
}

.ser-hero--reference {
  isolation: isolate;
  width: var(--ser-hero-width);
  height: 478px;
  display: grid;
  grid-template-columns: 420px 575px 348px;
  grid-template-rows: 1fr;
  column-gap: 7px;
  align-items: start;
  margin: 0 auto;
  padding: 38px 0 0;
  overflow: visible;
  font-family: var(--font-family, 'Cerebri Sans'), Inter, system-ui, sans-serif;
}

.ser-hero--reference::before {
  top: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 52% 38%, rgba(113, 91, 255, .045), transparent 29%),
    linear-gradient(180deg, #fff 0%, #fff 84%, #fdfdff 100%);
}

.ser-reference-copy {
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  width: 540px;
  padding: 0;
}

.ser-hero--reference .ova-kicker {
  min-height: 32px;
  margin: 0;
  padding: 0 15px 0 8px;
  gap: 9px;
  border-color: #d8d6ff;
  background: rgba(255,255,255,.96);
  box-shadow: none;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .13em;
}

.ser-hero--reference .ser-kicker-icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.ser-hero--reference .ser-kicker-icon svg {
  width: 12px;
  height: 12px;
}

.ser-hero--reference h1 {
  width: 540px;
  max-width: none;
  margin: 21px 0 0;
  color: #07083f;
  font-size: 48px;
  line-height: var(--cb-display-leading);
  letter-spacing: var(--cb-display-tracking);
  font-weight: var(--cb-display-weight);
}

.ser-hero--reference h1 > span {
  display: block;
  white-space: nowrap;
}

.ser-hero--reference .ser-lead {
  max-width: 450px;
  margin: 19px 0 0;
  color: #111956;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -.011em;
  font-weight: 500;
}

.ser-reference-actions {
  gap: 20px;
  margin-top: 24px;
}

.ser-reference-actions .btn {
  min-height: 43px;
  padding-inline: 19px;
  border-radius: 7px;
  font-size: 12px;
  box-shadow: none;
}

.ser-reference-actions .btn--primary { min-width: 173px; }
.ser-reference-actions .btn--outline { min-width: 203px; }

.ser-reference-actions .btn svg {
  width: 18px;
  height: 18px;
  padding: 2px;
}

.ser-reference-actions .btn--primary svg {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.ser-reference-badges {
  width: 434px;
  max-width: none;
  grid-template-columns: 208px 214px;
  gap: 12px;
  margin-top: 22px;
}

.ser-reference-badges > span {
  min-height: 64px;
  padding: 11px 17px;
  gap: 11px;
  border-color: #dfe3f4;
  border-radius: 9px;
  box-shadow: none;
}

.ser-reference-badges .flag-inline {
  width: 22px;
  height: 16px;
  margin: 0;
}

.ser-reference-badges .ser-eu-ring {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 3px dotted var(--cb-primary);
  border-radius: 50%;
}

.ser-reference-badges > span > svg {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-width: 2px;
}

.ser-reference-badges b {
  font-size: 11px;
  line-height: 1.08;
}

.ser-reference-badges small {
  margin-top: 3px;
  font-size: 9.5px;
  line-height: 1.14;
}

.ser-hero--reference .ser-hero__scene {
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 575px;
  height: 466px;
  margin: -26px 0 0;
}

.ser-hero--reference .ser-hero__scene img {
  width: 575px;
  max-width: none;
  height: 466px;
  object-fit: contain;
  filter: none;
}

.ser-reference-card {
  z-index: 2;
  grid-column: 3;
  grid-row: 1;
  width: 348px;
  min-height: 389px;
  margin: 0;
  padding: 20px 18px 18px;
  border-color: #dfe3f4;
  border-radius: 15px;
  background: rgba(255,255,255,.96);
  box-shadow: none;
}

.ser-reference-card .ser-hero__card-head {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e5f5;
}

.ser-reference-card .ser-shield-icon {
  width: 37px;
  height: 37px;
  border-radius: 10px;
}

.ser-reference-card .ser-shield-icon svg {
  width: 20px;
  height: 20px;
}

.ser-reference-card h2 {
  margin: 3px 0 0;
  font-size: 20px;
  line-height: var(--cb-display-leading);
  letter-spacing: var(--cb-display-tracking);
}

.ser-reference-card .ser-hero__card-head p {
  max-width: 255px;
  margin: 10px 0 0;
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 600;
}

.ser-reference-card__list {
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 19px 0 0;
}

.ser-reference-card__list li {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
}

.ser-reference-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
}

.ser-reference-card__icon svg {
  width: 21px;
  height: 21px;
}

.ser-reference-card__list b {
  font-size: 11.5px;
  line-height: 1.1;
}

.ser-reference-card__list small {
  margin-top: 4px;
  font-size: 10.2px;
  line-height: 1.16;
}

.ser-chain {
  width: var(--ser-chain-width);
  min-height: 393px;
  margin: 0 auto;
  padding: 24px 0 17px;
  font-family: var(--font-family, 'Cerebri Sans'), Inter, system-ui, sans-serif;
}

.ser-chain::before {
  top: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(117, 91, 255, .035), transparent 24%),
    linear-gradient(180deg, #fdfdff 0%, #fff 100%);
}

.ser-chain .section-intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ser-chain .section-intro h2 {
  max-width: 760px;
  color: #07083f;
  font-size: 24px;
  line-height: var(--cb-display-leading);
  letter-spacing: var(--cb-display-tracking);
  font-weight: var(--cb-display-weight);
}

.ser-chain .section-intro h2 > span {
  display: block;
}

.ser-chain .section-intro h2 .ser-accent { color: var(--cb-primary); }

.ser-chain__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 0;
}

.ser-chain-card {
  min-height: 209px;
  display: grid;
  grid-template-columns: 34px 38px minmax(0, 1fr);
  grid-template-rows: 38px auto auto 1fr;
  column-gap: 8px;
  align-content: start;
  padding: 18px 19px 16px;
  border: 1px solid #e0e4f4;
  border-radius: 11px;
  background: rgba(255,255,255,.98);
  box-shadow: none;
}

.ser-chain-card:not(:last-child)::after {
  top: 34px;
  right: -13px;
  width: 13px;
  height: 5px;
  background:
    radial-gradient(circle at 50% 50%, var(--cb-primary) 0 2.3px, transparent 2.7px),
    linear-gradient(90deg, rgba(37,16,243,.28), rgba(37,16,243,.28));
  background-size: 100% 100%, 100% 1px;
  background-position: center;
  background-repeat: no-repeat;
}

.ser-chain-card__num {
  position: static;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f5f4ff;
  color: var(--cb-primary);
  font-size: 10px;
  line-height: 1;
}

.ser-chain-card__icon {
  grid-column: 2;
  grid-row: 1;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(145deg, #725bff 0%, #351cff 100%);
  color: #fff;
  box-shadow: 0 8px 16px rgba(37,16,243,.16);
}

.ser-chain-card__icon svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.1;
}

.ser-chain-card__icon--ms {
  grid-template-columns: repeat(2, 11px);
  gap: 2px;
  background: #7a7d81;
}

.ser-chain-card__icon--ms i {
  width: 11px;
  height: 11px;
}

.ser-chain-card h3 {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 8px 0 0;
  color: #07083f;
  font-size: 14px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.ser-chain-card__sub {
  grid-column: 1 / -1;
  grid-row: 3;
  margin: 4px 0 0;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -.008em;
  font-weight: 800;
}

.ser-chain-card ul {
  grid-column: 1 / -1;
  grid-row: 4;
  gap: 7px;
  align-self: end;
  margin: 13px 0 0;
  padding: 0;
}

.ser-chain-card ul li {
  min-height: 12px;
  padding-left: 18px;
  color: #111956;
  font-size: 9.8px;
  line-height: 1.23;
  letter-spacing: -.006em;
  font-weight: 600;
}

.ser-chain-card ul li::before {
  top: .02em;
  width: 12px;
  height: 12px;
  background-size: 8px;
}

.ser-chain__summary {
  min-height: 63px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 11px;
  padding: 9px 67px 9px 102px;
  border-radius: 11px;
  background: linear-gradient(90deg, #f5f3ff 0%, #faf9ff 52%, #f6f4ff 100%);
}

.ser-chain__summary-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 40px;
  color: #fff;
  background: linear-gradient(145deg, #725bff 0%, #3218f7 100%);
  clip-path: polygon(50% 0, 88% 15%, 88% 53%, 78% 76%, 50% 100%, 22% 76%, 12% 53%, 12% 15%);
}

.ser-chain__summary-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ser-chain__summary p {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin: 0;
}

.ser-chain__summary strong {
  color: #07083f;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -.026em;
  font-weight: 900;
}

.ser-chain__summary p span {
  color: #252d6e;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 500;
}

.ser-chain__summary a {
  min-width: 191px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--cb-primary);
  text-decoration: none;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 900;
}

.ser-chain__summary a svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ser-result[hidden],
.ser-chain__strip[hidden] { display: none !important; }

html[lang="en"] .ser-hero--reference h1,
html[lang="nl-BE"] .ser-hero--reference h1 {
  font-size: 42px;
  line-height: var(--cb-display-leading);
  letter-spacing: var(--cb-display-tracking);
}

html[lang="en"] .ser-reference-actions .btn,
html[lang="nl-BE"] .ser-reference-actions .btn { padding-inline: 15px; }

@media (max-width: 1410px) {
  .serenity-page {
    --ser-hero-width: min(calc(100% - 64px), 1180px);
    --ser-chain-width: min(calc(100% - 64px), 1180px);
  }

  .ser-hero--reference {
    height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(480px, .96fr);
    grid-template-rows: auto auto;
    column-gap: 24px;
    row-gap: 24px;
    padding: 40px 0;
  }

  .ser-reference-copy { grid-column: 1; grid-row: 1; }
  .ser-hero--reference .ser-hero__scene { grid-column: 2; grid-row: 1; justify-self: end; width: min(100%, 575px); height: auto; margin: -20px 0 0; }
  .ser-hero--reference .ser-hero__scene img { width: 100%; height: auto; }
  .ser-reference-card { grid-column: 1 / -1; grid-row: 2; width: 100%; min-height: 0; }
  .ser-reference-card__list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ser-reference-card__list li { grid-template-columns: 36px minmax(0, 1fr); }

  .ser-chain__summary { padding-inline: 36px; }
}

@media (max-width: 980px) {
  .serenity-page {
    --ser-hero-width: min(calc(100% - 40px), 760px);
    --ser-chain-width: min(calc(100% - 40px), 760px);
  }

  .ser-hero--reference {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 26px;
    padding: 34px 0 38px;
  }

  .ser-reference-copy,
  .ser-hero--reference .ser-hero__scene,
  .ser-reference-card { grid-column: 1; grid-row: auto; }
  .ser-reference-copy { width: 100%; }
  .ser-hero--reference .ser-hero__scene { justify-self: center; margin: -8px 0 -18px; }
  .ser-reference-card__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .ser-chain { padding-block: 34px; }
  .ser-chain .section-intro h2 { font-size: 29px; }
  .ser-chain__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
  .ser-chain-card { min-height: 218px; }
  .ser-chain-card::after { display: none; }
  .ser-chain__summary { grid-template-columns: 34px 1fr; padding: 16px 22px; }
  .ser-chain__summary p { display: grid; gap: 5px; }
  .ser-chain__summary a { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 640px) {
  .serenity-page {
    --ser-hero-width: min(calc(100% - 28px), 560px);
    --ser-chain-width: min(calc(100% - 28px), 560px);
  }

  .ser-hero--reference { padding-top: 28px; }
  .ser-hero--reference .ova-kicker { min-height: 36px; max-width: 100%; font-size: 9.2px; white-space: normal; }
  .ser-hero--reference h1,
  html[lang="en"] .ser-hero--reference h1,
  html[lang="nl-BE"] .ser-hero--reference h1 {
    width: 100%;
    margin-top: 20px;
    font-size: clamp(36px, 10.9vw, 46px);
    line-height: 1.02;
    letter-spacing: -.055em;
  }
  .ser-hero--reference h1 > span { white-space: normal; }
  .ser-hero--reference .ser-lead { margin-top: 18px; font-size: 16px; line-height: 1.48; }
  .ser-reference-actions { gap: 12px; margin-top: 22px; }
  .ser-reference-actions .btn { width: 100%; min-width: 0; min-height: 52px; font-size: 13px; }
  .ser-reference-badges { width: 100%; grid-template-columns: 1fr; margin-top: 22px; }
  .ser-reference-badges > span { min-height: 62px; }
  .ser-hero--reference .ser-hero__scene { width: 112%; margin: -8px -6% -18px; }
  .ser-reference-card { padding: 22px 18px; }
  .ser-reference-card__list { grid-template-columns: 1fr; }

  .ser-chain .section-intro h2 { font-size: 25px; line-height: 1.1; }
  .ser-chain__grid { grid-template-columns: 1fr; }
  .ser-chain-card { min-height: 205px; }
  .ser-chain-card h3 { font-size: 16px; }
  .ser-chain-card__sub { font-size: 11px; }
  .ser-chain-card ul li { font-size: 11px; }
  .ser-chain__summary { grid-template-columns: 32px 1fr; gap: 14px; }
  .ser-chain__summary strong { font-size: 14px; }
  .ser-chain__summary a { min-width: 0; }
}

/* Pixel-QA alignment pass: compact shell header and reference coordinates. */
@media (min-width: 1121px) {
  .serenity-page {
    --header-h: 72px;
    --header-container: min(calc(100% - 96px), 1356px);
  }

  .serenity-page .site-header,
  .serenity-page .site-header__inner { height: 72px; }

  .serenity-page .site-header__inner {
    grid-template-columns: 270px 1fr auto;
    gap: 22px;
  }

  .serenity-page .brand,
  .serenity-page .brand img,
  .serenity-page .brand img.cb-logo-2026 {
    width: 145px;
    height: 28px;
  }

  .serenity-page .site-nav { gap: 45px; font-size: 12px; }
  .serenity-page .header-actions { gap: 26px; font-size: 12px; }
  .serenity-page .language-select select { width: 56px; height: 34px; border-radius: 9px; }
  .serenity-page .header-cta { min-width: 185px; min-height: 38px; padding-inline: 20px; border-radius: 7px; font-size: 12px; }
}

.ser-reference-copy { transform: translateY(2px); }
.ser-hero--reference h1 > .ser-accent { font-size: 42px; letter-spacing: var(--cb-display-tracking); }
.ser-hero--reference .ser-hero__scene { margin-top: -28px; }
.ser-reference-card { margin-left: -4px; }
.ser-chain__grid { margin-top: 19px; }
.ser-chain-card ul { transform: translateY(-26px); }
.ser-chain__summary { margin-top: 6px; }

@media (max-width: 1410px) {
  .ser-reference-card { margin-left: 0; }
}

/* Final typography and vertical rhythm calibration against the 1672×941 source. */
.ser-hero--reference h1 { letter-spacing: var(--cb-display-tracking); }
.ser-hero--reference h1 > .ser-accent { font-size: 41px; }
.ser-chain__grid { margin-top: 14px; }
.ser-chain-card h3 { margin-top: 13px; }
.ser-chain__summary { margin-top: 11px; }

@media (max-width: 980px) {
  .ser-chain-card ul { transform: none; }
}

@media (max-width: 640px) {
  .ser-reference-copy { transform: none; }
  .ser-hero--reference h1,
  html[lang="en"] .ser-hero--reference h1,
  html[lang="nl-BE"] .ser-hero--reference h1 { letter-spacing: -.055em; }
  .ser-hero--reference h1 > .ser-accent { font-size: inherit; letter-spacing: inherit; }
  .ser-chain-card { min-height: 205px; }
}

/* Serenia hero UX scale parity with the Deskio product page (2026-07-14). */
@media (min-width: 1121px) {
  .serenity-page { --header-h: 70px; }

  .serenity-page .site-header,
  .serenity-page .site-header__inner {
    height: 70px;
  }

  .serenity-page .site-header__inner {
    width: var(--main-container);
    max-width: none;
    min-height: 70px;
    grid-template-columns: 282px minmax(0, 1fr) auto;
    gap: 0;
  }

  .serenity-page .brand,
  .serenity-page .brand img,
  .serenity-page .brand img.cb-logo-2026 {
    width: 213px;
    min-width: 213px;
    height: 32px;
  }

  .serenity-page .site-nav {
    gap: clamp(38px, 3.25vw, 59px);
    font-size: 14.5px;
  }

  .serenity-page .header-actions {
    gap: 31px;
    font-size: 14px;
  }

  .serenity-page .language-select select {
    width: 66px;
    height: 38px;
    border-radius: 10px;
  }

  .serenity-page .header-cta {
    min-width: 204px;
    min-height: 45px;
    padding-inline: 20px;
    border-radius: 9px;
    font-size: 15px;
  }
}

@media (min-width: 1411px) {
  .serenity-page {
    --ser-hero-width: min(calc(100% - 220px), 1438px);
  }

  .ser-hero--reference {
    width: var(--ser-hero-width);
    height: 590px;
    grid-template-columns: 470px 640px 300px;
    grid-template-rows: 1fr;
    column-gap: 14px;
    padding: 38px 0 18px;
  }

  .ser-reference-copy {
    width: 620px;
    transform: none;
  }

  .ser-hero--reference .ova-kicker {
    min-height: 40px;
    padding: 0 18px 0 7px;
    gap: 10px;
    font-size: 12px;
    letter-spacing: .13em;
  }

  .ser-hero--reference .ser-kicker-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .ser-hero--reference .ser-kicker-icon svg {
    width: 16px;
    height: 16px;
  }

  .ser-hero--reference h1,
  html[lang="en"] .ser-hero--reference h1,
  html[lang="nl-BE"] .ser-hero--reference h1 {
    width: 620px;
    margin-top: 24px;
    font-size: 56px;
    line-height: var(--cb-display-leading);
    letter-spacing: var(--cb-display-tracking);
  }

  .ser-hero--reference h1 > .ser-accent {
    font-size: 49px;
    line-height: var(--cb-display-leading);
    letter-spacing: var(--cb-display-tracking);
  }

  html[lang="fr-BE"] .ser-hero--reference h1 > span { white-space: nowrap; }
  html[lang="en"] .ser-hero--reference h1 > span,
  html[lang="nl-BE"] .ser-hero--reference h1 > span { white-space: normal; }

  .ser-hero--reference .ser-lead {
    max-width: 500px;
    margin-top: 23px;
    font-size: 18px;
    line-height: 1.5;
  }

  .ser-reference-actions {
    display: grid;
    grid-template-columns: 205px 247px;
    gap: 16px;
    margin-top: 26px;
  }

  .ser-reference-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 51px;
    padding-inline: 16px;
    border-radius: 8px;
    font-size: 14px;
  }

  .ser-reference-badges {
    width: 470px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }

  .ser-reference-badges > span {
    min-height: 72px;
    padding: 12px 17px;
  }

  .ser-reference-badges .flag-inline {
    width: 28px;
    height: 20px;
  }

  .ser-reference-badges .ser-eu-ring {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .ser-reference-badges b { font-size: 13.5px; }
  .ser-reference-badges small { font-size: 11.5px; line-height: 1.18; }

  .ser-hero--reference .ser-hero__scene {
    width: 640px;
    height: 519px;
    margin: -22px 0 0 35px;
  }

  .ser-hero--reference .ser-hero__scene img {
    width: 640px;
    height: 519px;
  }

  .ser-reference-card {
    width: 300px;
    min-height: 420px;
    margin: 4px 0 0;
    padding: 24px 21px 22px;
    border-radius: 17px;
  }

  .ser-reference-card .ser-hero__card-head {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 22px;
  }

  .ser-reference-card .ser-shield-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .ser-reference-card .ser-shield-icon svg {
    width: 24px;
    height: 24px;
  }

  .ser-reference-card h2 {
    margin-top: 3px;
    font-size: 22px;
    line-height: var(--cb-display-leading);
  }

  .ser-reference-card .ser-hero__card-head p {
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.42;
  }

  .ser-reference-card__list {
    gap: 16px;
    margin-top: 22px;
  }

  .ser-reference-card__list li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
  }

  .ser-reference-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .ser-reference-card__icon svg {
    width: 23px;
    height: 23px;
  }

  .ser-reference-card__list b { font-size: 13.5px; }
  .ser-reference-card__list small { font-size: 11.3px; line-height: 1.18; }
}

@media (min-width: 981px) and (max-width: 1410px) {
  .ser-hero--reference h1,
  html[lang="en"] .ser-hero--reference h1,
  html[lang="nl-BE"] .ser-hero--reference h1 {
    width: min(100%, 620px);
    font-size: clamp(52px, 4.25vw, 60px);
    letter-spacing: var(--cb-display-tracking);
  }

  .ser-hero--reference h1 > .ser-accent {
    font-size: .9em;
    letter-spacing: inherit;
  }

  .ser-hero--reference h1 > span { white-space: normal; }
  .ser-hero--reference .ser-lead { font-size: 18px; }
  .ser-reference-actions .btn { min-height: 54px; font-size: 14px; }
  .ser-reference-badges b { font-size: 13px; }
  .ser-reference-badges small { font-size: 11.5px; }
  .ser-reference-card h2 { font-size: 24px; }
  .ser-reference-card .ser-hero__card-head p { font-size: 14px; }
  .ser-reference-card__list b { font-size: 14px; }
  .ser-reference-card__list small { font-size: 12px; }
}

@media (max-width: 980px) {
  .ser-hero--reference h1,
  html[lang="en"] .ser-hero--reference h1,
  html[lang="nl-BE"] .ser-hero--reference h1 {
    width: 100%;
    font-size: clamp(46px, 7vw, 54px);
    letter-spacing: -.055em;
  }

  .ser-hero--reference h1 > .ser-accent {
    font-size: inherit;
    letter-spacing: inherit;
  }

  .ser-hero--reference h1 > span { white-space: normal; }
  .ser-hero--reference .ser-lead { font-size: 18px; }
  .ser-reference-actions .btn { min-height: 54px; font-size: 14px; }
}

@media (max-width: 640px) {
  .ser-hero--reference .ova-kicker { font-size: 10.2px; }

  .ser-hero--reference h1,
  html[lang="en"] .ser-hero--reference h1,
  html[lang="nl-BE"] .ser-hero--reference h1 {
    font-size: clamp(42px, 12.8vw, 50px);
  }

  .ser-hero--reference .ser-lead { font-size: 17px; }
  .ser-reference-actions .btn { font-size: 14px; }
}

/* ===== Harmonisation typographique 2026-07-15 — référence deskio.html (tokens styles.css) ===== */
@media (min-width: 1121px) {
  .serenity-page .ser-hero--reference h1 {
    width: auto;
    max-width: 720px;
    font-size: var(--cb-title-hero, clamp(52px, 4vw, 68px));
  }

  html[lang="en"] .serenity-page .ser-hero--reference h1,
  html[lang="nl-BE"] .serenity-page .ser-hero--reference h1 {
    font-size: clamp(44px, 3.35vw, 56px);
  }

  .serenity-page .ser-packs-shell .section-intro h2 {
    max-width: 980px;
    font-size: var(--cb-title-section, clamp(42px, 5.7vw, 76px));
    line-height: .98;
    letter-spacing: var(--cb-display-tracking);
  }

  .serenity-page .ser-packs-shell .section-intro p:not(.section-eyebrow) {
    max-width: 880px;
    font-size: var(--cb-lead-section, clamp(20px, 2.2vw, 30px));
    line-height: 1.18;
    letter-spacing: -.035em;
    font-weight: 800;
  }

  .serenity-page .ser-compare-title {
    font-size: var(--cb-title-section, clamp(42px, 5.7vw, 76px));
  }
}

/* ===== Serenia dark reference hero — 2026-07-17 ===== */
html {
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.serenity-page {
  background: #020b19;
}

.serenia-main {
  overflow: clip;
}

body.story-skin .serenia-topbar.site-header {
  position: absolute;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--cb-topbar-h);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.story-skin .serenia-topbar.site-header::before,
body.story-skin .serenia-topbar.site-header::after {
  display: none;
}

.serenia-topbar__inner {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0 var(--cb-topbar-pad-x);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 21px;
  align-items: center;
  box-sizing: border-box;
}

.serenia-brand {
  align-self: center;
  display: inline-flex;
  align-items: baseline;
  width: max-content;
  color: #f3f2ee;
  font-family: var(--font-family, "Cerebri Sans"), sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.06em;
  text-decoration: none;
}

.serenia-brand i {
  color: #a8a9bf;
  font-style: normal;
}

.serenia-nav-shell {
  position: relative;
  min-width: 0;
  height: 62px;
  padding: 0 13px 0 38px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(39, 62, 92, .55);
  border-radius: 15px;
  background: rgba(3, 12, 26, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .015);
  box-sizing: border-box;
}

.serenia-nav.site-nav {
  position: static;
  inset: auto;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex: none;
  align-items: center;
  flex-direction: row;
  gap: clamp(35px, 3.25vw, 64px);
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  translate: none;
  transform: none;
}

.serenia-nav.site-nav a {
  position: relative;
  padding: 0;
  color: #e8e6e2;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.025em;
  text-decoration: none;
  white-space: nowrap;
}

.serenia-nav.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 1px;
  background: #9fdcff;
  transition: right .25s ease;
}

.serenia-nav.site-nav a:hover::after,
.serenia-nav.site-nav a:focus-visible::after,
.serenia-nav.site-nav a[aria-current="location"]::after {
  right: 0;
}

.serenia-nav.site-nav a[aria-current="location"] { color: #fff; }

.serenia-topbar__actions {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.2vw, 42px);
}

.serenia-language.language-select {
  width: 82px;
  height: 39px;
  margin: 0;
}

.serenia-language.language-select select {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: 1px solid rgba(49, 71, 101, .62);
  border-radius: 8px;
  color: #eceae7;
  background-color: rgba(3, 12, 26, .82);
  font: 500 15px/1 var(--font-family, "Cerebri Sans"), sans-serif;
  box-shadow: none;
}

.serenia-login {
  color: #e8e6e2;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.serenia-header-cta {
  width: 226px;
  min-width: 226px;
  height: 43px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(194, 233, 255, .68);
  border-radius: 8px;
  color: #03101d;
  background: linear-gradient(110deg, #a7ddff 0%, #8dcef8 100%);
  box-shadow: 0 10px 30px rgba(78, 178, 243, .11);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.serenia-menu-toggle.menu-toggle {
  display: none;
}

.serenia-hero {
  position: relative;
  isolation: isolate;
  min-height: max(820px, 100svh);
  overflow: hidden;
  color: #f5f3ef;
  background:
    radial-gradient(circle at 38% 68%, rgba(16, 109, 212, .18), transparent 23%),
    radial-gradient(circle at 10% 50%, rgba(0, 92, 183, .11), transparent 32%),
    radial-gradient(circle at 95% 45%, rgba(0, 46, 97, .10), transparent 30%),
    linear-gradient(110deg, #020a17 0%, #010a18 50%, #020c1a 100%);
  font-family: var(--font-family, "Cerebri Sans"), sans-serif;
}

.serenia-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .08;
  background-image:
    radial-gradient(circle, rgba(52, 132, 196, .5) 1px, transparent 1.5px),
    linear-gradient(90deg, transparent 0 99%, rgba(25, 72, 113, .15) 99%);
  background-size: 11px 11px, 116px 100%;
  background-position: 42px 136px, 116px 0;
  mask-image: radial-gradient(ellipse 14% 38% at 4% 24%, #000 0 32%, transparent 100%);
  pointer-events: none;
}

.serenia-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.serenia-network {
  position: absolute;
  z-index: -1;
  top: 68px;
  right: -1px;
  width: min(49vw, 820px);
  height: auto;
  fill: none;
  stroke: #153552;
  stroke-width: 1.1;
  opacity: .31;
  pointer-events: none;
}

.serenia-hero__stage {
  position: absolute;
  inset: 82px 0 118px;
  width: min(calc(100% - 64px), 1672px);
  margin: 0 auto;
}

.serenia-hero__copy {
  position: absolute;
  z-index: 20;
  top: clamp(128px, 15vh, 160px);
  left: 59%;
  width: min(38%, 600px);
}

.serenia-eyebrow {
  margin: 0;
  color: #9596a9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.serenia-hero h1 {
  max-width: 650px;
  margin: 22px 0 0;
  color: #080942;
  font-size: var(--cb-title-hero, clamp(52px, 4vw, 68px));
  font-weight: var(--cb-display-weight);
  line-height: var(--cb-display-leading, 1.06);
  letter-spacing: var(--cb-display-tracking);
}

.serenia-hero h1 > span,
.serenia-hero h1 > strong {
  display: block;
  width: max-content;
  max-width: 100%;
  color: #f5f3ef;
  font-size: 1em;
  font-weight: 300;
  line-height: var(--cb-display-leading, 1.06);
  letter-spacing: var(--cb-display-tracking);
  transform: none;
  white-space: nowrap;
}

.serenia-hero h1 > strong {
  padding-right: .08em;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.serenia-lead {
  max-width: 520px;
  margin: 22px 0 0;
  color: #aeb8c9;
  font-size: clamp(19px, 1.2vw, 22px);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -.018em;
}

.serenia-lead span {
  display: block;
}

.serenia-hero__actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.serenia-primary-cta {
  min-width: 272px;
  height: 62px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(205, 239, 255, .65);
  border-radius: 8px;
  color: #061321;
  background: linear-gradient(110deg, #a8ddff 0%, #8dcef7 100%);
  box-shadow: 0 18px 42px rgba(50, 157, 226, .10);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.serenia-discover {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #a8ddf8;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.serenia-discover svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: translate .25s ease;
}

.serenia-discover:hover svg,
.serenia-discover:focus-visible svg {
  translate: 5px 0;
}

.serenia-primary-cta:hover,
.serenia-primary-cta:focus-visible,
.serenia-header-cta:hover,
.serenia-header-cta:focus-visible {
  color: #061321;
  filter: brightness(1.06);
  translate: 0 -1px;
}

.serenia-console-scene {
  position: absolute;
  z-index: 10;
  top: 54px;
  left: 0;
  width: 960px;
  height: 670px;
  transform: scale(.93);
  transform-origin: left center;
}

.serenia-console-scene::before,
.serenia-console-scene::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(32px);
  pointer-events: none;
}

.serenia-console-scene::before {
  left: 160px;
  bottom: 26px;
  width: 650px;
  height: 95px;
  background: rgba(0, 153, 255, .39);
  transform: rotate(-3deg);
}

.serenia-console-scene::after {
  left: 505px;
  bottom: 11px;
  width: 340px;
  height: 78px;
  background: rgba(68, 66, 255, .48);
}

.serenia-glass {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(133, 218, 255, .88);
  border-radius: 20px;
  color: #dfeaf7;
  background:
    linear-gradient(120deg, rgba(16, 48, 79, .44), rgba(2, 17, 36, .93) 48%, rgba(4, 15, 35, .98)),
    #031223;
  box-shadow:
    inset 0 0 28px rgba(19, 131, 216, .12),
    0 0 18px rgba(40, 174, 255, .24),
    0 30px 58px rgba(0, 103, 194, .18);
  transform: perspective(1000px) rotateY(20deg);
  transform-origin: left center;
  box-sizing: border-box;
}

.serenia-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(100deg, rgba(255,255,255,.08), transparent 18%),
    radial-gradient(circle at 9% 80%, rgba(30, 192, 255, .13), transparent 40%);
  pointer-events: none;
}

.serenia-glass__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 27px 24px;
  box-sizing: border-box;
}

.serenia-glass h2 {
  margin: 0;
  color: #eef2f6;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.serenia-glass__inner > p {
  margin: 6px 0 0;
  color: #8cabc9;
  font-size: 12px;
  line-height: 1.2;
}

.serenia-glass--care { z-index: 1; top: 159px; left: 31px; width: 124px; height: 366px; border-radius: 16px; }
.serenia-glass--echo { z-index: 2; top: 135px; left: 133px; width: 162px; height: 411px; border-color: rgba(111, 219, 255, .85); }
.serenia-glass--protect { z-index: 3; top: 103px; left: 239px; width: 222px; height: 457px; border-color: rgba(99, 203, 255, .92); }
.serenia-glass--identity { z-index: 4; top: 67px; left: 385px; width: 277px; height: 519px; border-color: rgba(109, 222, 255, .96); }
.serenia-glass--main {
  z-index: 5;
  top: 14px;
  left: 558px;
  width: 453px;
  height: 610px;
  border-color: rgba(166, 151, 255, .98);
  border-radius: 26px;
  box-shadow:
    inset 0 0 38px rgba(34, 82, 165, .18),
    0 0 22px rgba(112, 91, 255, .38),
    0 38px 72px rgba(22, 70, 209, .33);
  transform: perspective(1000px) rotateY(20deg);
}

.serenia-glass--care .serenia-glass__inner { padding: 31px 6px 20px 20px; }
.serenia-glass--echo .serenia-glass__inner { padding: 30px 10px 20px 24px; }
.serenia-glass--protect .serenia-glass__inner { padding: 30px 15px 30px 27px; }
.serenia-glass--identity .serenia-glass__inner { padding: 33px 20px 33px 36px; }
.serenia-glass--main .serenia-glass__inner { padding: 43px 30px 25px 44px; }

.serenia-glass--care h2 { font-size: 13px; white-space: nowrap; }
.serenia-glass--care .serenia-glass__inner > p { font-size: 9px; }
.serenia-glass--echo h2 { font-size: 16px; }
.serenia-glass--protect h2 { max-width: 130px; font-size: 17px; line-height: 1.25; }
.serenia-glass--identity h2 { font-size: 20px; }

.serenia-mini-card {
  position: relative;
  min-height: 67px;
  margin-top: 12px;
  padding: 12px 34px 10px 11px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(53, 114, 169, .36);
  border-radius: 10px;
  background: rgba(5, 28, 51, .60);
  box-sizing: border-box;
}

.serenia-mini-card b {
  color: #c6d7e8;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.15;
}

.serenia-mini-card small,
.serenia-mini-card span {
  color: #829dbc;
  font-size: 9px;
  line-height: 1.15;
}

.serenia-mini-card > span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.serenia-mini-card i,
.serenia-glass--main li > i {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #0ee58a;
  box-shadow: 0 0 8px rgba(14, 229, 138, .45);
}

.serenia-mini-card > svg {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 21px;
  height: 21px;
  translate: 0 -50%;
  fill: none;
  stroke: #8cb4e8;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.serenia-glass--care .serenia-mini-card {
  min-height: 57px;
  margin-top: 10px;
  padding: 8px 7px;
}

.serenia-glass--care .serenia-mini-card b { font-size: 8px; }
.serenia-glass--care .serenia-mini-card small,
.serenia-glass--care .serenia-mini-card span { font-size: 7px; }

.serenia-panel-icon {
  position: absolute;
  left: 22px;
  bottom: 28px;
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #9fc7f4;
  stroke-width: 1.3;
}

.serenia-chart {
  min-height: 113px;
  margin-top: 13px;
  padding: 12px 8px;
  border: 1px solid rgba(53, 114, 169, .34);
  border-radius: 9px;
  color: #829dbc;
  background: rgba(5, 28, 51, .58);
  font-size: 8px;
  box-sizing: border-box;
}

.serenia-chart svg {
  width: 100%;
  height: 56px;
  margin-top: 14px;
  overflow: visible;
  fill: none;
  stroke: #5275ff;
  stroke-width: 1.7;
}

.serenia-glass--main h2 {
  margin-left: 10px;
  margin-bottom: 20px;
  color: #f1f2f6;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.serenia-glass--main ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.serenia-glass--main li {
  min-height: 64px;
  padding: 0 20px 0 15px;
  display: grid;
  grid-template-columns: 37px max-content minmax(0, 1fr) 8px;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(45, 88, 139, .45);
  border-radius: 10px;
  color: #dce5ef;
  background: rgba(4, 22, 43, .64);
  box-sizing: border-box;
}

.serenia-glass--main li svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #e6ebf0;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.serenia-glass--main li b {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}

.serenia-glass--main li span {
  color: #7989aa;
  font-size: 11px;
  white-space: nowrap;
}

.serenia-glass--main li span::before {
  content: "—";
  margin-right: 8px;
  color: #38506e;
}

.serenia-console-meta {
  min-height: 50px;
  margin-top: 14px !important;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(45, 88, 139, .45);
  border-radius: 9px;
  color: #7789ad !important;
  background: rgba(4, 22, 43, .62);
  font-size: 11.5px !important;
  box-sizing: border-box;
}

.serenia-console-meta b {
  color: #c8d4e1;
  font-size: 13px;
  font-weight: 400;
}

.serenia-console-meta i {
  color: #35506e;
  font-style: normal;
}

.serenia-console-link {
  min-height: 54px;
  margin-top: 12px !important;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(45, 88, 139, .45);
  border-radius: 9px;
  color: #6e7fab !important;
  background: rgba(4, 22, 43, .62);
  font-size: 11px !important;
  box-sizing: border-box;
}

.serenia-console-link b {
  color: #98a9c4;
  font-size: 22px;
  font-weight: 300;
}

.serenia-benefits {
  position: absolute;
  z-index: 30;
  left: 9.08%;
  right: 9.95%;
  bottom: 46px;
  height: 62px;
  display: grid;
  grid-template-columns: 302px 361px 405px minmax(0, 1fr);
}

.serenia-benefits article {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  color: #9999a8;
  box-sizing: border-box;
}

.serenia-benefits article:nth-child(1) { padding-left: 4px; }
.serenia-benefits article:nth-child(2) { padding-left: 61px; }
.serenia-benefits article:nth-child(3) { padding-left: 51px; }
.serenia-benefits article:nth-child(4) { padding-left: 43px; }

.serenia-benefits article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 62px;
  background: #16263a;
}

.serenia-benefits svg {
  width: 53px;
  height: 53px;
  flex: none;
  fill: none;
  stroke: #b7dcf5;
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.serenia-benefits span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 1560px) and (min-width: 1101px) {
  .serenia-topbar__inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
  }

  .serenia-nav-shell { padding-left: 28px; }
  .serenia-nav.site-nav { gap: 31px; }
  .serenia-topbar__actions { gap: 22px; }
  .serenia-header-cta { min-width: 205px; font-size: 15px; }

  .serenia-console-scene {
    top: 0;
    transform: scale(.74);
  }

  .serenia-hero__copy {
    top: clamp(128px, 15vh, 150px);
    left: 59%;
    width: 38%;
  }

  .serenia-hero h1 > span,
  .serenia-hero h1 > strong {
    font-size: 1em;
  }

  .serenia-lead { font-size: clamp(19px, 1.2vw, 22px); }
  .serenia-benefits { left: 5%; right: 5%; }
  .serenia-benefits {
    grid-template-columns: repeat(4, 1fr);
  }
  .serenia-benefits article,
  .serenia-benefits article:nth-child(n) { padding-inline: 32px; }
}

@media (max-width: 1320px) and (min-width: 1101px) {
  .serenia-console-scene {
    transform: scale(.62);
  }
}

@media (max-width: 1100px) {
  body.story-skin .serenia-topbar.site-header {
    height: var(--cb-topbar-h);
  }

  .serenia-topbar__inner {
    height: 100%;
    padding-top: 0;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
  }

  .serenia-brand {
    font-size: 34px;
  }

  .serenia-nav-shell {
    height: 54px;
    padding: 0 10px 0 14px;
    justify-content: flex-end;
  }

  .serenia-topbar__actions {
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
  }

  .serenia-header-cta,
  .serenia-login {
    display: none;
  }

  .serenia-language.language-select {
    width: 70px;
    height: 38px;
  }

  .serenia-menu-toggle.menu-toggle {
    position: static;
    width: 42px;
    height: 40px;
    padding: 9px;
    display: grid;
    align-content: center;
    gap: 4px;
    border: 1px solid rgba(70, 102, 137, .68);
    border-radius: 8px;
    color: #edf1f5;
    background: rgba(8, 24, 43, .78);
    box-shadow: none;
  }

  .serenia-menu-toggle.menu-toggle span {
    width: 22px;
    height: 1px;
    margin: 0;
    background: currentColor;
  }

  .serenia-menu-toggle.menu-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .serenia-nav.site-nav {
    position: absolute;
    z-index: 5;
    top: 61px;
    right: 0;
    left: auto;
    width: min(360px, calc(100vw - 32px));
    height: auto;
    padding: 18px;
    display: grid;
    gap: 0;
    border: 1px solid rgba(53, 82, 115, .72);
    border-radius: 14px;
    background: rgba(3, 13, 27, .98);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .36);
    opacity: 0;
    visibility: hidden;
    translate: 0 -8px;
    pointer-events: none;
  }

  .serenia-nav.site-nav.is-open {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
    pointer-events: auto;
  }

  .serenia-nav.site-nav a {
    min-height: 48px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(46, 72, 101, .48);
    font-size: 17px;
  }

  .serenia-nav.site-nav a:last-child { border-bottom: 0; }
  .serenia-nav.site-nav a[aria-current="location"] {
    background: rgba(159, 220, 255, .08);
    box-shadow: inset 3px 0 0 #9fdcff;
  }

  .serenia-hero {
    min-height: 0;
    padding: 116px 0 54px;
  }

  .serenia-network {
    top: 160px;
    width: 90vw;
    opacity: .22;
  }

  .serenia-hero__stage {
    position: relative;
    inset: auto;
    width: min(calc(100% - 40px), 820px);
    min-height: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .serenia-hero__copy {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    width: 100%;
    text-align: center;
  }

  .serenia-eyebrow {
    font-size: 15px;
    white-space: normal;
  }

  .serenia-hero h1 {
    max-width: 760px;
    margin-inline: auto;
  }

  .serenia-hero h1 > span,
  .serenia-hero h1 > strong {
    width: auto;
    font-size: 1em;
    white-space: normal;
  }

  .serenia-lead {
    max-width: 680px;
    margin-inline: auto;
    font-size: 19px;
    line-height: 1.45;
  }

  .serenia-hero__actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .serenia-console-scene {
    position: absolute;
    top: 405px;
    left: 50%;
    order: 2;
    transform: translateX(-50%) scale(.78);
    transform-origin: top center;
  }

  .serenia-benefits {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(calc(100% - 40px), 820px);
    height: auto;
    margin: 22px auto 0;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }

  .serenia-benefits article {
    min-height: 72px;
    padding: 0 30px;
  }

  .serenia-benefits article:nth-child(n) {
    padding: 0 30px;
  }

  .serenia-benefits article:nth-child(2)::after { display: none; }
}

@media (max-width: 768px) {
  .serenia-hero__stage {
    min-height: 900px;
  }

  .serenia-console-scene {
    top: 390px;
    transform: translateX(-50%) scale(.62);
  }

  .serenia-primary-cta {
    min-width: 245px;
    height: 56px;
    font-size: 18px;
  }

  .serenia-benefits article {
    padding-inline: 18px;
    gap: 16px;
  }

  .serenia-benefits svg {
    width: 46px;
    height: 46px;
  }

  .serenia-benefits span {
    font-size: 16px;
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .serenia-topbar__inner {
    width: calc(100% - 24px);
    margin: 0 auto;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
  }

  .serenia-brand { font-size: 30px; }
  .serenia-nav-shell { padding-left: 8px; }

  .serenia-hero {
    padding-top: 104px;
  }

  .serenia-hero__stage {
    width: calc(100% - 28px);
    min-height: 700px;
  }

  .serenia-eyebrow {
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: .24em;
  }

  .serenia-hero h1 {
    margin-top: 17px;
    font-size: clamp(44px, 13vw, 58px);
  }

  .serenia-lead {
    margin-top: 20px;
    font-size: 17px;
  }

  .serenia-hero__actions {
    margin-top: 24px;
    gap: 18px;
  }

  .serenia-primary-cta {
    width: 100%;
  }

  .serenia-console-scene {
    top: 420px;
    transform: translateX(-50%) scale(.45);
  }

  .serenia-benefits {
    width: calc(100% - 28px);
    margin-top: 18px;
    grid-template-columns: 1fr;
    row-gap: 0;
    border-top: 1px solid #16263a;
  }

  .serenia-benefits article {
    min-height: 78px;
    padding: 0 18px;
    border-bottom: 1px solid #16263a;
  }

  .serenia-benefits article::after {
    display: none;
  }
}

@media (max-width: 390px) {
  .serenia-language.language-select {
    width: 64px;
  }

  .serenia-hero__stage {
    min-height: 660px;
  }

  .serenia-console-scene {
    top: 415px;
    transform: translateX(-50%) scale(.40);
  }
}

@media (max-width: 520px) {
  html[lang="nl-BE"] .serenia-hero__stage {
    min-height: 748px;
  }

  html[lang="nl-BE"] .serenia-console-scene {
    top: 468px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .serenia-nav.site-nav,
  .serenia-discover svg,
  .serenia-primary-cta,
  .serenia-header-cta {
    transition: none;
  }
}

/* ===== Header Serenia — parité de gabarit avec deskio.html (2026-07-23) ===== */
body.story-skin .serenia-topbar.site-header {
  z-index: 160;
}

@media (min-width: 1321px) {
  body.story-skin .serenia-topbar.site-header {
    height: var(--cb-topbar-h);
  }

  body.story-skin .serenia-topbar__inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 var(--cb-topbar-pad-x);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(18px, 2vw, 34px);
  }

  body.story-skin .serenia-topbar .topbar-brand {
    grid-column: 1;
    justify-self: start;
    height: 48px;
  }

  body.story-skin .serenia-brand {
    align-self: auto;
    display: block;
    margin: 0;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -.04em;
    transform: translateY(-5px);
  }

  body.story-skin .serenia-nav-shell {
    display: contents;
  }

  body.story-skin .serenia-nav.site-nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: fit-content;
    min-height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 45px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    translate: none;
    transform: translate(-55%, -50%);
    pointer-events: auto;
  }

  body.story-skin .serenia-nav.site-nav a {
    min-height: 0;
    padding: 0;
    border: 0;
    color: rgba(226, 235, 250, .92);
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.015em;
  }

  body.story-skin .serenia-topbar__actions {
    grid-column: 3;
    justify-self: end;
    width: auto;
    min-height: 48px;
    margin-left: 0;
    gap: 26px;
  }

  body.story-skin .serenia-language.language-select {
    width: 79px;
    height: 46px;
  }

  body.story-skin .serenia-language.language-select select {
    width: 79px;
    min-width: 79px;
    min-height: 46px;
    padding: 0 30px 0 18px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
  }

  body.story-skin .serenia-login {
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }

  body.story-skin .serenia-header-cta {
    width: auto;
    min-width: 226px;
    height: 48px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 16px;
  }

  body.story-skin .serenia-menu-toggle.menu-toggle {
    display: none;
  }
}

@media (max-width: 1320px) {
  body.story-skin .serenia-topbar__inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 var(--cb-topbar-pad-x);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(18px, 2vw, 34px);
  }

  body.story-skin .serenia-topbar .topbar-brand {
    justify-self: start;
    height: 38px;
  }

  body.story-skin .serenia-brand {
    align-self: auto;
    display: block;
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -.04em;
    transform: none;
  }

  body.story-skin .serenia-nav-shell {
    position: static;
    min-width: 0;
    height: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.story-skin .serenia-topbar__actions {
    width: 100%;
    min-height: 52px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(14px, 1.6vw, 26px);
  }

  body.story-skin .serenia-language.language-select {
    width: 82px;
    height: 48px;
  }

  body.story-skin .serenia-language.language-select select {
    width: 82px;
    min-width: 82px;
    min-height: 48px;
    padding: 0 30px 0 18px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
  }

  body.story-skin .serenia-login {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }

  body.story-skin .serenia-header-cta {
    width: auto;
    min-width: 226px;
    height: 52px;
    min-height: 52px;
    padding: 0 26px;
    display: inline-flex;
    border-radius: 10px;
    font-size: 16px;
  }

  body.story-skin .serenia-menu-toggle.menu-toggle {
    position: static;
    width: auto;
    min-width: 111px;
    height: 48px;
    min-height: 48px;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 20px auto;
    grid-template-rows: repeat(3, 4px);
    align-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 0;
    border: 1px solid rgba(146, 176, 216, .26);
    border-radius: 12px;
    color: #e6eefb;
    background: rgba(10, 18, 32, .42);
    box-shadow: none;
    font: 600 16px/1 var(--font-family, "Cerebri Sans"), sans-serif;
  }

  body.story-skin .serenia-menu-toggle.menu-toggle span {
    position: static;
    inset: auto;
    grid-column: 1;
    width: 20px;
    height: 1px;
    margin: 0;
    background: currentColor;
  }

  body.story-skin .serenia-menu-toggle.menu-toggle span:nth-child(1) { grid-row: 1; }
  body.story-skin .serenia-menu-toggle.menu-toggle span:nth-child(2) { grid-row: 2; }
  body.story-skin .serenia-menu-toggle.menu-toggle span:nth-child(3) { grid-row: 3; }

  body.story-skin .serenia-menu-toggle.menu-toggle b {
    position: static;
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    font-weight: 600;
  }

  body.story-skin .serenia-nav.site-nav {
    position: absolute;
    z-index: 5;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(360px, calc(100vw - 32px));
    height: auto;
    min-height: 0;
    padding: 18px;
    display: grid;
    gap: 0;
    border: 1px solid rgba(53, 82, 115, .72);
    border-radius: 14px;
    background: rgba(3, 13, 27, .98);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .36);
    opacity: 0;
    visibility: hidden;
    translate: 0 -8px;
    transform: none;
    pointer-events: none;
  }

  body.story-skin .serenia-nav.site-nav.is-open {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
    pointer-events: auto;
  }

  body.story-skin .serenia-nav.site-nav a {
    min-height: 48px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(46, 72, 101, .48);
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
  }

  body.story-skin .serenia-nav.site-nav a::after {
    display: none;
  }
}

@media (max-width: 760px) {
  body.story-skin .serenia-login {
    display: none;
  }
}

@media (max-width: 620px) {
  body.story-skin .serenia-topbar__inner {
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    gap: 10px;
  }

  body.story-skin .serenia-header-cta {
    display: none;
  }

  body.story-skin .serenia-topbar__actions {
    gap: 14px;
  }

  body.story-skin .serenia-menu-toggle.menu-toggle {
    min-width: 103px;
    padding: 0 14px;
  }
}

@media (min-width: 1321px) and (max-width: 1500px) {
  body.story-skin .serenia-nav.site-nav {
    gap: clamp(20px, 1.8vw, 30px);
  }

  body.story-skin .serenia-topbar__actions {
    gap: 18px;
  }

  body.story-skin .serenia-header-cta {
    min-width: 180px;
    padding-inline: 15px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  body.story-skin .serenia-language.language-select,
  body.story-skin .serenia-language.language-select select {
    width: 64px;
    min-width: 64px;
  }

  body.story-skin .serenia-language.language-select select {
    padding-inline: 12px 22px;
    font-size: 15px;
  }
}

/* ===== Serenia — header Cloudbizz + identité produit dans la hero ===== */
body.story-skin .serenia-cloudbizz-logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

body.story-skin .serenia-cloudbizz-logo .brand__logo-img {
  display: block;
  width: clamp(132px, 9.45vw, 158px);
  height: auto;
  filter: brightness(0) invert(1);
}

body.story-skin .serenia-cloudbizz-logo:focus-visible,
.serenia-hero-brand:focus-visible {
  outline: 2px solid #a9d8ff;
  outline-offset: 6px;
  border-radius: 3px;
}

.serenia-hero-brand {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  display: inline-flex;
  align-items: baseline;
  color: #f2f6ff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  text-decoration: none;
}

.serenia-hero-brand i {
  color: #5c7cff;
  font-style: normal;
}

@media (min-width: 761px) {
  .serenity-page .page-breadcrumb--product {
    left: var(--serenia-breadcrumb-left, var(--cb-topbar-pad-x));
    transform: none;
  }
}

@media (max-width: 1100px) {
  .serenia-hero-brand {
    position: static;
    justify-content: center;
    margin: 0 auto 18px;
  }
}

@media (max-width: 620px) {
  body.story-skin .serenia-cloudbizz-logo .brand__logo-img {
    width: 126px;
  }

  .serenia-hero-brand {
    font-size: 28px;
  }
}

/* ===== Serenia hero — five-card deck motion aligned with the homepage hero ===== */
@keyframes serenia-hero-deck-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

.serenia-hero-pin {
  position: relative;
}

@media (min-width: 1121px) {
  /*
   * The homepage gives each card transition roughly one viewport of scroll.
   * Five cards need four transitions, hence a 490vh pinned runway.
   */
  body.story-skin .serenia-topbar.site-header {
    position: sticky;
    top: 0;
    background: rgba(2, 11, 25, .96);
    box-shadow: 0 1px 0 rgba(148, 209, 244, .08);
    backdrop-filter: blur(16px) saturate(1.08);
    -webkit-backdrop-filter: blur(16px) saturate(1.08);
  }

  .serenity-page .serenia-main {
    overflow: visible;
  }

  .serenia-hero-pin {
    height: 490vh;
    background: #020a17;
  }

  .serenia-hero-pin > .serenia-hero {
    position: sticky;
    top: var(--cb-topbar-h, 100px);
    height: calc(100svh - var(--cb-topbar-h, 100px));
    min-height: 820px;
  }

  .serenia-console-scene--deck-motion {
    perspective: 1000px;
    transform-style: preserve-3d;
    animation: serenia-hero-deck-float 8s ease-in-out infinite;
  }

  .serenia-console-scene--deck-motion .serenia-glass {
    --ser-hero-deck-x: 0px;
    --ser-hero-deck-y: 0px;
    --ser-hero-deck-depth: 0px;
    --ser-hero-deck-scale: 1;
    --ser-hero-deck-rotate-y: 0deg;
    --ser-hero-deck-tilt-x: 0deg;
    --ser-hero-deck-tilt-y: 0deg;
    --ser-hero-deck-opacity: 1;
    --ser-hero-deck-blur: 0px;
    --ser-hero-deck-layer: 1;
    --ser-hero-deck-light-x: 28%;
    --ser-hero-deck-light-y: 12%;
    opacity: var(--ser-hero-deck-opacity);
    z-index: var(--ser-hero-deck-layer);
    filter: blur(var(--ser-hero-deck-blur));
    background:
      radial-gradient(
        circle at var(--ser-hero-deck-light-x) var(--ser-hero-deck-light-y),
        rgba(91, 181, 230, .18),
        transparent 46%
      ),
      linear-gradient(120deg, rgba(16, 48, 79, .5), rgba(2, 17, 36, .94) 48%, rgba(4, 15, 35, .99)),
      #031223;
    transform:
      perspective(1000px)
      translate3d(var(--ser-hero-deck-x), var(--ser-hero-deck-y), var(--ser-hero-deck-depth))
      rotateX(var(--ser-hero-deck-tilt-x))
      rotateY(calc(20deg + var(--ser-hero-deck-rotate-y) + var(--ser-hero-deck-tilt-y)))
      scale(var(--ser-hero-deck-scale));
    transform-origin: center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity, filter, background-position;
    transition:
      border-color .28s ease,
      box-shadow .34s ease,
      background-position 160ms ease-out;
  }

  .serenia-console-scene--deck-motion .serenia-glass.is-serenia-deck-active {
    border-color: rgba(116, 224, 255, .98);
    box-shadow:
      inset 0 0 38px rgba(34, 128, 205, .22),
      0 0 28px rgba(70, 196, 255, .38),
      0 42px 78px rgba(12, 68, 181, .32);
  }

  .serenia-console-scene--deck-motion
  .serenia-glass--main:not(.is-serenia-deck-active) {
    border-color: rgba(166, 151, 255, .58);
    box-shadow:
      inset 0 0 30px rgba(34, 82, 165, .13),
      0 0 16px rgba(91, 104, 255, .2),
      0 28px 58px rgba(19, 61, 166, .2);
  }
}

@media (min-width: 1121px) and (max-height: 820px) {
  .serenia-hero-pin > .serenia-hero {
    height: calc(100svh - var(--cb-topbar-h, 100px));
    min-height: 0;
  }

  .serenia-hero__stage {
    inset: 28px 0 82px;
  }

  .serenia-hero__copy {
    top: 72px;
  }

  .serenia-console-scene {
    top: -18px;
    left: clamp(0px, calc(100vw - 1310px), 56px);
    transform: scale(.62);
  }

  .serenia-benefits {
    bottom: 16px;
    height: 56px;
  }

  .serenia-benefits article:not(:last-child)::after {
    height: 56px;
  }

  .serenia-benefits svg {
    width: 44px;
    height: 44px;
  }

  .serenia-benefits span {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .serenia-hero-pin {
    height: auto !important;
  }

  .serenia-hero-pin > .serenia-hero {
    position: relative !important;
    top: auto !important;
    height: auto !important;
  }

  .serenia-console-scene--deck-motion {
    animation: none !important;
    translate: none !important;
  }

  .serenia-console-scene--deck-motion .serenia-glass {
    opacity: 1 !important;
    filter: none !important;
    transform: perspective(1000px) rotateY(20deg) !important;
    transition: none !important;
  }
}

/* ===== Serenia Autopilot — faithful rebuild of the supplied light reference ===== */
.serenity-page .ser-chain {
  width: var(--cb-shell);
  min-height: 1080px;
  margin-inline: auto;
  padding: 108px 0 112px;
  overflow: visible;
  isolation: isolate;
  font-family: var(--cb-display-font);
}

.serenity-page .ser-chain::before {
  top: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 1% 60%, rgba(110, 91, 255, .08), transparent 18%),
    radial-gradient(circle at 99% 60%, rgba(110, 91, 255, .08), transparent 18%),
    linear-gradient(180deg, #fbfbff 0%, #fdfdff 46%, #fff 100%);
}

.serenity-page .ser-chain::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 190px 50% auto auto;
  width: 100vw;
  height: 430px;
  transform: translateX(50%);
  pointer-events: none;
  opacity: .36;
  background-image: radial-gradient(circle, rgba(85, 91, 198, .2) 0 1px, transparent 1.35px);
  background-size: 10px 10px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 21%, transparent 79%, #000 100%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 21%, transparent 79%, #000 100%);
}

.serenity-page .ser-chain .section-intro {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.serenity-page .ser-chain .section-intro .ser-chain__eyebrow {
  width: max-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 22px;
  border: 1px solid rgba(92, 100, 196, .16);
  border-radius: 999px;
  color: #3d38d5;
  background: rgba(255, 255, 255, .62);
  font-size: var(--cb-eyebrow-size);
  line-height: 1;
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
}

.serenity-page .ser-chain .section-intro h2 {
  max-width: none;
  margin: 20px 0 0;
  color: var(--cb-ink);
  font-family: var(--cb-display-font);
  font-size: min(var(--cb-title-section), 64px);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.serenity-page .ser-chain .section-intro h2 > span {
  display: block;
}

.ser-chain__title-brand {
  font-weight: var(--cb-display-weight);
}

.ser-chain__title-line {
  margin-top: 6px;
}

.serenity-page .ser-chain .section-intro h2 .ser-accent {
  color: transparent;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.serenity-page .ser-chain .section-intro .ser-chain__lead {
  display: grid;
  width: 100%;
  max-width: 940px;
  gap: 6px;
  margin: 28px auto 0;
  color: #414979;
  font-size: min(var(--cb-lead-section), 22px);
  line-height: 1.42;
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
}

.ser-chain__stage {
  position: relative;
  height: 360px;
  margin-top: 64px;
}

.ser-chain__signal {
  position: absolute;
  z-index: -1;
  top: 18px;
  left: 50%;
  width: 100vw;
  height: 350px;
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: none;
}

.serenity-page .ser-chain__grid {
  position: relative;
  z-index: 1;
  height: 360px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.serenity-page .ser-chain-card {
  position: relative;
  min-height: 360px;
  display: block;
  padding: 126px 24px 28px;
  border: 1px solid rgba(219, 223, 241, .95);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0, rgba(103, 88, 255, .045), transparent 34%),
    rgba(255, 255, 255, .98);
  box-shadow:
    0 22px 46px rgba(29, 31, 105, .075),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

.serenity-page .ser-chain-card__link {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  padding: inherit;
  isolation: isolate;
  border-radius: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.serenity-page .ser-chain-card__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid rgba(86, 74, 238, .32);
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(245, 243, 255, .5), rgba(255, 255, 255, 0) 45%);
  box-shadow: 0 26px 58px rgba(37, 25, 166, .14);
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}

.serenity-page .ser-chain-card__link::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 23px;
  width: 20px;
  height: 20px;
  background: var(--cb-primary);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12h14m-6-6 6 6-6 6" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12h14m-6-6 6 6-6 6" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
  opacity: .42;
  transform: translateX(-3px);
  transition: opacity .22s ease, transform .22s ease;
}

.serenity-page .ser-chain-card__link:hover::before,
.serenity-page .ser-chain-card__link:focus-visible::before {
  opacity: 1;
}

.serenity-page .ser-chain-card__link:hover::after,
.serenity-page .ser-chain-card__link:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.serenity-page .ser-chain-card__link:hover h3,
.serenity-page .ser-chain-card__link:focus-visible h3 {
  color: var(--cb-primary);
}

.serenity-page .ser-chain-card__link:focus-visible {
  outline: 3px solid rgba(54, 76, 255, .42);
  outline-offset: 4px;
}

.serenity-page .ser-chain-card:not(:last-child)::after {
  content: none;
}

.serenity-page .ser-chain-card__num {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  right: auto;
  width: 38px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--cb-primary);
  background: #f3f1ff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.serenity-page .ser-chain-card__icon {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border: 1px solid rgba(116, 109, 244, .24);
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle, rgba(255,255,255,.88) 0 47%, rgba(235,232,255,.78) 48% 60%, rgba(255,255,255,.82) 61%);
  box-shadow:
    0 0 0 8px rgba(237, 235, 255, .64),
    0 0 28px rgba(74, 56, 245, .25);
}

.serenity-page .ser-chain-card__glyph {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #6053ff 0%, #2811ce 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.26),
    0 5px 11px rgba(37, 16, 243, .28);
}

.serenity-page .ser-chain-card__glyph svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.serenity-page .ser-chain-card__verify,
.serenity-page .ser-chain-card__icon--ms > .ser-chain-card__verify {
  position: absolute;
  z-index: 3;
  right: -2px;
  bottom: 3px;
  width: 25px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(160deg, #2d59ff, #1825b7);
  clip-path: polygon(50% 0, 91% 17%, 91% 59%, 78% 82%, 50% 100%, 22% 82%, 9% 59%, 9% 17%);
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  box-shadow: none;
}

.serenity-page .ser-chain-card__icon--ms {
  grid-template-columns: none;
  gap: 0;
}

.serenity-page .ser-chain-card__icon--ms .ser-chain-card__glyph {
  grid-template-columns: repeat(2, 17px);
  grid-template-rows: repeat(2, 17px);
  gap: 3px;
  background: linear-gradient(145deg, #9ca3ae, #5d6470);
}

.serenity-page .ser-chain-card__icon--ms .ser-chain-card__glyph i {
  width: 17px;
  height: 17px;
  border-radius: 2px;
}

.serenity-page .ser-chain-card h3 {
  margin: 0;
  color: var(--cb-ink);
  text-align: center;
  font-size: 19px;
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: 800;
}

.serenity-page .ser-chain-card__sub {
  margin: 9px 0 0;
  color: #4e48e9;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -.014em;
  font-weight: 700;
}

.serenity-page .ser-chain-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  transform: none;
}

.serenity-page .ser-chain-card ul li {
  min-height: 18px;
  padding-left: 24px;
  color: #3a426f;
  font-size: 13px;
  line-height: 1.34;
  letter-spacing: -.01em;
  font-weight: 500;
}

.serenity-page .ser-chain-card ul li::before {
  top: .02em;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #efedff;
  background-size: 11px;
}

.serenity-page .ser-chain__summary {
  min-height: 178px;
  display: grid;
  grid-template-columns: 210px minmax(330px, 1fr) minmax(500px, 610px) 184px;
  align-items: center;
  gap: 0;
  margin-top: 28px;
  padding: 0 28px 0 0;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(29, 24, 102, .98) 0%, rgba(36, 31, 113, .96) 28%, rgba(131, 124, 206, .74) 45%, rgba(238, 237, 255, .96) 60%, rgba(235, 233, 255, .98) 100%);
  box-shadow: 0 22px 46px rgba(37, 33, 115, .1);
}

.ser-chain__summary-art {
  width: 210px;
  height: 178px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ser-chain__summary-art svg {
  width: 230px;
  height: 170px;
  transform: translate(-4px, 3px);
}

.serenity-page .ser-chain__summary-copy {
  min-width: 0;
  display: grid;
  align-items: initial;
  gap: 13px;
  margin: 0;
  padding: 0 28px;
}

.serenity-page .ser-chain__summary-copy strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -.025em;
  font-weight: 700;
}

.serenity-page .ser-chain__summary-copy span {
  color: rgba(246, 247, 255, .86);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}

.ser-chain__trust {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 28px 0;
  list-style: none;
}

.ser-chain__trust li {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  min-width: 0;
  color: #3936b8;
}

.ser-chain__trust li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background: rgba(76, 75, 169, .14);
}

.ser-chain__trust svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ser-chain__trust span {
  color: #4a4c91;
  text-align: center;
  white-space: pre-line;
  font-size: 10.5px;
  line-height: 1.3;
  letter-spacing: .02em;
  font-weight: 800;
}

.serenity-page .ser-chain__summary a {
  min-width: 184px;
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 13px;
  color: var(--cb-primary);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 24px rgba(44, 34, 133, .08);
  font-size: 13px;
  line-height: 1.28;
  font-weight: 800;
}

.serenity-page .ser-chain__summary a:hover {
  color: #fff;
  background: var(--cb-primary);
}

.serenity-page .ser-chain__summary a:focus-visible {
  outline: 3px solid rgba(54, 76, 255, .32);
  outline-offset: 3px;
}

.serenity-page .ser-chain__summary a svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

@media (max-width: 1280px) {
  .serenity-page .ser-chain {
    width: min(calc(100% - 56px), 1120px);
    min-height: 0;
    padding-block: 88px;
  }

  .serenity-page .ser-chain .section-intro h2 {
    font-size: min(var(--cb-title-section), 60px);
    line-height: var(--cb-display-leading);
  }

  .serenity-page .ser-chain .section-intro .ser-chain__lead {
    max-width: 820px;
    font-size: min(var(--cb-lead-section), 21px);
  }

  .ser-chain__stage {
    height: auto;
    margin-top: 54px;
  }

  .ser-chain__signal {
    display: none;
  }

  .serenity-page .ser-chain__grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .serenity-page .ser-chain-card {
    min-height: 330px;
    padding: 122px 30px 30px;
  }

  .serenity-page .ser-chain-card:nth-child(5) {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    justify-self: center;
  }

  .serenity-page .ser-chain-card h3 {
    font-size: 19px;
  }

  .serenity-page .ser-chain-card__sub,
  .serenity-page .ser-chain-card ul li {
    font-size: 13.5px;
  }

  .serenity-page .ser-chain__summary {
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 0;
    margin-top: 26px;
    padding: 0;
    background:
      linear-gradient(90deg, rgba(29, 24, 102, .98) 0%, rgba(59, 51, 144, .96) 44%, rgba(237, 235, 255, .98) 73%);
  }

  .ser-chain__summary-art {
    width: 190px;
    height: 168px;
  }

  .serenity-page .ser-chain__summary-copy {
    padding: 34px 34px 34px 12px;
  }

  .ser-chain__trust {
    grid-column: 1 / -1;
    min-height: 112px;
    padding: 18px 24px;
    background: rgba(242, 241, 255, .9);
  }

  .serenity-page .ser-chain__summary a {
    grid-column: 1 / -1;
    width: auto;
    min-height: 64px;
    margin: 0 24px 24px;
  }
}

@media (max-width: 640px) {
  .serenity-page .ser-chain {
    width: min(calc(100% - 28px), 560px);
    padding-block: 72px;
  }

  .serenity-page .ser-chain::after {
    display: none;
  }

  .serenity-page .ser-chain .section-intro h2 {
    font-size: min(var(--cb-title-section), 46px);
  }

  .ser-chain__title-line {
    margin-top: 8px;
  }

  .serenity-page .ser-chain .section-intro .ser-chain__lead {
    gap: 6px;
    margin-top: 22px;
    font-size: var(--cb-lead-section);
  }

  .serenity-page .ser-chain__grid {
    grid-template-columns: 1fr;
  }

  .serenity-page .ser-chain-card:nth-child(5) {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }

  .serenity-page .ser-chain-card {
    min-height: 330px;
    padding-inline: 24px;
  }

  .serenity-page .ser-chain__summary {
    grid-template-columns: 112px minmax(0, 1fr);
    background: linear-gradient(105deg, #251a78 0%, #493aa7 100%);
  }

  .ser-chain__summary-art {
    width: 112px;
    height: 158px;
  }

  .ser-chain__summary-art svg {
    width: 138px;
  }

  .serenity-page .ser-chain__summary-copy {
    padding: 24px 16px 24px 0;
  }

  .serenity-page .ser-chain__summary-copy strong {
    font-size: 18px;
  }

  .serenity-page .ser-chain__summary-copy span {
    font-size: 13px;
  }

  .ser-chain__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 14px 16px;
  }

  .ser-chain__trust li {
    min-height: 90px;
  }

  .ser-chain__trust li:nth-child(3)::before {
    content: none;
  }

  .ser-chain__trust li:nth-child(n + 3) {
    border-top: 1px solid rgba(76, 75, 169, .14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .serenity-page .ser-chain-card,
  .serenity-page .ser-chain-card__icon,
  .serenity-page .ser-chain-card__link::before,
  .serenity-page .ser-chain-card__link::after,
  .serenity-page .ser-chain__summary a {
    transition: none !important;
  }
}

/* Packs reference cascade guard: keep the reference scale after legacy typography rules. */
body.serenity-page.story-skin .ser-pricing--packs {
  scroll-margin-top: 104px;
}

body.serenity-page .ser-pricing--packs .section-intro h2 {
  max-width: 610px;
  font-size: clamp(52px, 4.15vw, 64px);
  line-height: .98;
  letter-spacing: var(--cb-display-tracking, -.052em);
}

body.serenity-page .ser-pricing--packs .section-intro > p:not(.section-eyebrow) {
  max-width: 540px;
  font-size: 14.5px;
  line-height: 1.48;
  letter-spacing: -.012em;
  font-weight: 500;
}

@media (max-width: 700px) {
  body.serenity-page.story-skin .ser-pricing--packs {
    scroll-margin-top: 72px;
  }

  body.serenity-page .ser-pricing--packs .section-intro h2 {
    font-size: clamp(43px, 13vw, 57px);
  }

  body.serenity-page .ser-pricing--packs .section-intro > p:not(.section-eyebrow) {
    max-width: 92%;
    font-size: 14px;
  }
}

/* ===== Serenia comparison — reference reconstruction 2026-07-26 ===== */
body.serenity-page.story-skin .ser-pricing--compare {
  position: relative;
  isolation: isolate;
  min-height: 936px;
  padding: 34px 0 17px;
  scroll-margin-top: 154px;
  background: #fbfcff;
  color: #07083f;
}

body.serenity-page .ser-pricing--compare::before {
  z-index: -1;
  background:
    radial-gradient(ellipse at 9% 1%, rgba(112, 137, 255, .09) 0%, rgba(112, 137, 255, 0) 31%),
    radial-gradient(ellipse at 90% 4%, rgba(126, 83, 255, .075) 0%, rgba(126, 83, 255, 0) 30%),
    radial-gradient(ellipse at 8% 99%, rgba(91, 112, 255, .055) 0%, rgba(91, 112, 255, 0) 29%),
    linear-gradient(180deg, #f8faff 0%, #fbfcfe 49%, #f1f3fd 100%);
}

body.serenity-page .ser-pricing--compare .ser-compare-shell {
  position: relative;
  width: min(calc(100% - 184px), 1488px);
  margin: 0 auto;
  font-family: var(--font-family, 'Cerebri Sans'), Inter, system-ui, sans-serif;
  text-rendering: geometricPrecision;
}

body.serenity-page .ser-pricing--compare .ser-compare-header {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 165px;
  padding: 0;
  text-align: center;
}

body.serenity-page .ser-pricing--compare .ser-compare-title {
  max-width: none;
  margin: 0;
  color: #07083f;
  font-family: var(--cb-display-font, 'Cerebri Sans'), Inter, system-ui, sans-serif;
  font-size: clamp(58px, 4.55vw, 76px);
  font-weight: var(--cb-display-weight, 300);
  line-height: var(--cb-display-leading, 1.06);
  letter-spacing: var(--cb-display-tracking, -.052em);
}

body.serenity-page .ser-pricing--compare .ser-compare-title span:last-child {
  color: #3d2cff;
  background: linear-gradient(90deg, #2419f4 0%, #3726ff 56%, #7646ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.serenity-page .ser-pricing--compare .ser-compare-lead {
  max-width: none;
  margin: 15px 0 0;
  color: #56639a;
  font-size: clamp(20px, 1.56vw, 26px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.022em;
}

body.serenity-page .ser-pricing--compare .ser-compare-table-wrap {
  position: relative;
  z-index: 2;
  overflow-x: auto;
  border: 1px solid #dfe4f4;
  border-radius: 20px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 19px 50px rgba(17, 25, 94, .055);
  scrollbar-color: rgba(55, 38, 255, .36) rgba(232, 235, 249, .82);
}

body.serenity-page .ser-pricing--compare .ser-compare-table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #07083f;
  font-size: 18px;
  line-height: 1.16;
}

body.serenity-page .ser-pricing--compare .ser-compare-feature-head {
  width: 23.8%;
  background: rgba(255, 255, 255, .98) !important;
}

body.serenity-page .ser-pricing--compare .ser-compare-plan {
  width: 25.4%;
  height: 82px;
  padding: 0 22px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.044em;
  text-align: center;
}

body.serenity-page .ser-pricing--compare .ser-compare-plan--one {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 27, 31, .1) 100%),
    linear-gradient(90deg, #009a94 0%, #00a4af 100%) !important;
}

body.serenity-page .ser-pricing--compare .ser-compare-plan--business {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 25, 96, .12) 100%),
    linear-gradient(90deg, #2469f5 0%, #4072fd 100%) !important;
}

body.serenity-page .ser-pricing--compare .ser-compare-plan--autopilot {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(35, 0, 119, .12) 100%),
    linear-gradient(90deg, #6f44f9 0%, #8b54fd 100%) !important;
}

body.serenity-page .ser-pricing--compare .ser-compare-plan__inner {
  gap: 14px;
}

body.serenity-page .ser-pricing--compare .ser-compare-plan__shield {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}

body.serenity-page .ser-pricing--compare .ser-compare-plan__shield svg {
  width: 43px;
  height: 43px;
  stroke-width: 2.1;
}

body.serenity-page .ser-pricing--compare .ser-compare-table th,
body.serenity-page .ser-pricing--compare .ser-compare-table td {
  height: 58px;
  padding: 0 27px;
  border-bottom: 1px solid #dfe4f4;
  background: rgba(255, 255, 255, .93);
  vertical-align: middle;
}

body.serenity-page .ser-pricing--compare .ser-compare-table thead th {
  height: 82px;
  padding-block: 0;
}

body.serenity-page .ser-pricing--compare .ser-compare-table tbody tr:first-child th,
body.serenity-page .ser-pricing--compare .ser-compare-table tbody tr:first-child td {
  height: 72px;
}

body.serenity-page .ser-pricing--compare .ser-compare-table th:not(:first-child),
body.serenity-page .ser-pricing--compare .ser-compare-table td:not(:first-child) {
  border-left: 1px solid #dfe4f4;
}

body.serenity-page .ser-pricing--compare .ser-compare-table tbody th {
  color: #07083f;
  font-size: 18px;
  font-weight: 800;
}

body.serenity-page .ser-pricing--compare .ser-compare-row-label {
  width: 100%;
  max-width: 100%;
  gap: 21px;
  color: #07083f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.024em;
  white-space: normal;
}

body.serenity-page .ser-pricing--compare .ser-compare-row-label > span:last-child {
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  white-space: normal;
}

body.serenity-page .ser-pricing--compare .ser-compare-row-icon {
  width: 36px;
  height: 32px;
  flex: 0 0 36px;
  color: #2a20f6;
}

body.serenity-page .ser-pricing--compare .ser-compare-row-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.9;
}

body.serenity-page .ser-pricing--compare .ser-ms-logo {
  grid-template-columns: repeat(2, 12px);
  grid-auto-rows: 12px;
  gap: 2px;
  width: 36px;
  flex: 0 0 36px;
}

body.serenity-page .ser-pricing--compare .ser-compare-table td {
  color: #07083f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.024em;
}

body.serenity-page .ser-pricing--compare .ser-compare-price {
  font-size: 34px !important;
  font-weight: 800 !important;
  letter-spacing: -.035em;
}

body.serenity-page .ser-pricing--compare tbody tr:first-child td:nth-child(2) {
  color: #069a8f !important;
}

body.serenity-page .ser-pricing--compare tbody tr:first-child td:nth-child(3) {
  color: #0960df !important;
}

body.serenity-page .ser-pricing--compare tbody tr:first-child td:nth-child(4) {
  color: #5b2cf1 !important;
}

body.serenity-page .ser-pricing--compare .ser-compare-banner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 41px;
  height: 82px;
  min-height: 82px;
  margin-top: 18px;
  padding: 8px 24px;
  border: 1px solid rgba(114, 95, 255, .36);
  border-radius: 19px;
  background: linear-gradient(90deg, #ebebfe 0%, #ebebfc 48%, #f2f1fe 100%);
  color: #0a0a64;
  box-shadow: 0 16px 42px rgba(47, 34, 177, .07);
}

body.serenity-page .ser-pricing--compare .ser-compare-banner__icon {
  width: 70px;
  height: 64px;
  flex: 0 0 70px;
  border-radius: 16px;
  background: linear-gradient(145deg, #7a54f7 0%, #5628f5 52%, #2512eb 100%);
  color: #fff;
  box-shadow: 0 11px 24px rgba(60, 34, 238, .23), inset 0 1px 0 rgba(255, 255, 255, .32);
}

body.serenity-page .ser-pricing--compare .ser-compare-banner__icon svg {
  width: 47px;
  height: 47px;
  fill: rgba(255, 255, 255, .08);
  stroke: #fff;
  stroke-width: 2.3;
}

body.serenity-page .ser-pricing--compare .ser-compare-banner p {
  margin: 0;
  color: #0a0a64;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.027em;
}

@media (max-width: 1240px) {
  body.serenity-page.story-skin .ser-pricing--compare {
    min-height: 0;
    padding: 46px 0 38px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-shell {
    width: min(calc(100% - 44px), 1120px);
  }

  body.serenity-page .ser-pricing--compare .ser-compare-header {
    min-height: 154px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-title {
    font-size: clamp(52px, 6vw, 68px);
  }

  body.serenity-page .ser-pricing--compare .ser-compare-lead {
    font-size: 21px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-table {
    min-width: 1040px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-table th,
  body.serenity-page .ser-pricing--compare .ser-compare-table td {
    padding-inline: 20px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-plan {
    font-size: 22px;
  }
}

@media (max-width: 700px) {
  body.serenity-page.story-skin .ser-pricing--compare {
    padding: 38px 0 30px;
    scroll-margin-top: 118px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-shell {
    width: min(calc(100% - 28px), 560px);
  }

  body.serenity-page .ser-pricing--compare .ser-compare-header {
    min-height: 146px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-title {
    font-size: clamp(42px, 12.5vw, 54px);
    line-height: 1.01;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-lead {
    max-width: 340px;
    margin: 13px auto 0;
    font-size: 17px;
    line-height: 1.3;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-table-wrap {
    border-radius: 15px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-table {
    min-width: 820px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-plan {
    font-size: 17px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-table tbody th,
  body.serenity-page .ser-pricing--compare .ser-compare-table td {
    font-size: 14px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-price {
    font-size: 23px !important;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-banner {
    align-items: center;
    gap: 14px;
    height: auto;
    min-height: 78px;
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 15px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-banner__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 13px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-banner__icon svg {
    width: 38px;
    height: 38px;
  }

  body.serenity-page .ser-pricing--compare .ser-compare-banner p {
    font-size: 15px;
    line-height: 1.28;
  }
}
