:root {
  --cp-refonte-ink: #07111f;
  --cp-refonte-cream: #f7f2e8;
  --cp-refonte-gold: #d7b96f;
  --cp-refonte-line: rgba(215, 185, 111, 0.28);
}

body.production-v2.checkpoint-v2 .cp-stat__domain {
  min-height: 2.4em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--cp-refonte-gold);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

body.production-v2.theme-day.checkpoint-v2 .cp-stat__domain,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stat__domain {
  color: #6f531c;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.82);
}

body.production-v2.checkpoint-v2 .cp-stats .cp-stat .cp-stat__number {
  align-items: baseline;
  gap: 0.18em;
  font-size: clamp(3.6rem, 6.5vw, 5.6rem);
  letter-spacing: 0;
  white-space: nowrap;
}

body.production-v2.checkpoint-v2 .cp-stats .cp-stat .cp-stat__number small {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.18em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-stat__text {
  margin: 0;
  max-width: 280px;
  font-size: 0.9rem;
  line-height: 1.6;
}

body.production-v2.checkpoint-v2 .cp-stat__implication {
  display: block;
  margin-top: 0.7rem;
  color: var(--cp-refonte-gold);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

body.production-v2.theme-day.checkpoint-v2 .cp-stat__implication,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stat__implication {
  color: #7d5e19;
}

body.production-v2.checkpoint-v2 .cp-stats__grid--three .cp-stat {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  justify-items: stretch;
  gap: 0;
  padding: 0 !important;
  border-radius: 8px !important;
  background: #081321 !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.production-v2.theme-day.checkpoint-v2 .cp-stats__grid--three .cp-stat,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stats__grid--three .cp-stat {
  background: #fbf7ef !important;
}

body.production-v2.checkpoint-v2 .cp-stat__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #07111f;
}

body.production-v2.checkpoint-v2 .cp-stat__photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.production-v2.checkpoint-v2 .cp-stat__photo--day {
  display: none;
}

body.production-v2.theme-day.checkpoint-v2 .cp-stat__photo--day,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stat__photo--day {
  display: block;
}

body.production-v2.theme-day.checkpoint-v2 .cp-stat__photo--night,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stat__photo--night {
  display: none;
}

body.production-v2.checkpoint-v2 .cp-stat--testimony .cp-stat__photo {
  object-position: 61% 28%;
}

body.production-v2.checkpoint-v2 .cp-stat--professional .cp-stat__photo {
  object-position: center 20%;
}

body.production-v2.checkpoint-v2 .cp-stat__body {
  display: grid;
  grid-template-rows: 2rem 5.2rem 5.8rem 3.8rem minmax(3.6rem, auto);
  align-items: center;
  justify-items: center;
  gap: 0.3rem;
  padding: clamp(1.3rem, 1.8vw, 1.55rem) clamp(1.4rem, 2.4vw, 1.9rem);
  background: #081321;
}

body.production-v2.theme-day.checkpoint-v2 .cp-stat__body,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stat__body {
  background: #fbf7ef;
}

body.production-v2.checkpoint-v2 .cp-stat__body :is(.cp-stat__number, .cp-stat__voice) {
  align-self: center;
}

body.production-v2.checkpoint-v2 .cp-stat__body :is(.cp-stat__text, .cp-stat__quote, .cp-stat__implication) {
  align-self: center;
}

body.production-v2.checkpoint-v2 .cp-stat__body > .cp-stat__implication {
  width: 100%;
  max-width: 300px;
  margin-top: 0;
}

body.production-v2.checkpoint-v2 .cp-stats__grid--three .cp-stat .cp-stat__citation {
  width: 100%;
  min-height: 3.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0;
  box-sizing: border-box;
}

body.production-v2.checkpoint-v2 .cp-stats .cp-stat .cp-stat__voice {
  color: var(--gold) !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.6vw, 2.75rem);
  font-weight: 400;
  line-height: 1.02;
  text-align: center;
}

body.production-v2.theme-day.checkpoint-v2 .cp-stats .cp-stat .cp-stat__voice,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stats .cp-stat .cp-stat__voice {
  color: #b89455 !important;
}

body.production-v2.checkpoint-v2 .cp-stat__quote {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.08rem, 1.35vw, 1.25rem);
  font-style: italic;
  line-height: 1.35;
}

body.production-v2.theme-day.checkpoint-v2 .cp-stat__quote,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stat__quote {
  color: rgba(7, 17, 31, 0.78);
}

body.production-v2.checkpoint-v2 .cp-stat__citation {
  margin-top: auto;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(215, 185, 111, 0.2);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  line-height: 1.55;
  text-decoration: none;
}

body.production-v2.checkpoint-v2 .cp-stat__citation:hover {
  color: var(--cp-refonte-gold);
}

body.production-v2.theme-day.checkpoint-v2 .cp-stat__citation,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stat__citation {
  color: rgba(7, 17, 31, 0.56);
}

body.production-v2.theme-day.checkpoint-v2 .cp-stat__citation:hover,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stat__citation:hover {
  color: #8c6a1f;
}

body.production-v2.checkpoint-v2 .cp-scope {
  background: #f4efe5;
}

body.production-v2.checkpoint-v2 .cp-scope__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

body.production-v2.checkpoint-v2 .cp-scope-card {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--cp-refonte-ink);
  border: 1px solid var(--cp-refonte-line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.16);
  isolation: isolate;
}

body.production-v2.checkpoint-v2 .cp-scope-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.76) 52%, rgba(7, 17, 31, 0.12) 100%);
}

body.production-v2.checkpoint-v2 .cp-scope-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.production-v2.checkpoint-v2 .cp-scope-card--orientation img {
  object-position: 72% center;
}

body.production-v2.checkpoint-v2 .cp-scope-card--relationnel img {
  object-position: 70% center;
}

body.production-v2.checkpoint-v2 .cp-scope-card--professionnel img {
  object-position: center;
}

body.production-v2.checkpoint-v2 .cp-scope-card > div {
  width: 100%;
  min-height: 235px;
  display: grid;
  grid-template-rows: minmax(2.4em, auto) minmax(2.35em, auto) 1fr;
  align-content: end;
  padding: clamp(1.3rem, 2.2vw, 2rem);
}

body.production-v2.checkpoint-v2 .cp-scope-card span {
  display: flex;
  align-items: flex-end;
  color: var(--cp-refonte-gold);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-scope-card h3 {
  margin: 0.65rem 0 0.75rem;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 2.1vw, 2.08rem);
  font-weight: 400;
  line-height: 1.08;
}

body.production-v2.checkpoint-v2 .cp-scope-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  line-height: 1.55;
}

body.production-v2.checkpoint-v2 .cp-platform {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 7rem;
  color: var(--cp-refonte-ink);
  background:
    linear-gradient(180deg, rgba(247, 242, 232, 0.3), rgba(247, 242, 232, 0.34) 48%, rgba(247, 242, 232, 0.36)),
    url("../img/checkpoint-platform-background-day-20260801.webp") 72% center / cover no-repeat;
}

body.production-v2.checkpoint-v2 .cp-platform__head {
  max-width: 920px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}

body.production-v2.checkpoint-v2 .cp-platform__head .section-tag {
  color: var(--cp-refonte-gold);
}

body.production-v2.checkpoint-v2 .cp-platform__head h2 {
  max-width: 820px;
  margin: 0.8rem auto 1.1rem;
  color: var(--cp-refonte-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 0.98;
}

body.production-v2.checkpoint-v2 .cp-platform__head p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(7, 17, 31, 0.72);
  line-height: 1.62;
  text-shadow: 0 1px 16px rgba(255, 250, 240, 0.82);
}

body.production-v2.checkpoint-v2 .cp-platform__head p > span {
  display: block;
}

body.production-v2.checkpoint-v2 .cp-platform__showcase {
  --cp-platform-active: #607f90;
  max-width: 1180px;
  margin: 0 auto;
}

body.production-v2.checkpoint-v2 .cp-platform__showcase[data-platform-active="classique"] {
  --cp-platform-active: #a85e45;
}

body.production-v2.checkpoint-v2 .cp-platform__showcase[data-platform-active="premium"] {
  --cp-platform-active: #9b7a35;
}

body.production-v2.checkpoint-v2 .cp-platform__viewer {
  overflow: hidden;
  border: 1px solid rgba(7, 17, 31, 0.18);
  border-top: 3px solid var(--cp-platform-active);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.2);
}

body.production-v2.checkpoint-v2 .cp-platform__viewer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
  padding: 0.9rem 1.15rem;
  border-bottom: 1px solid rgba(7, 17, 31, 0.14);
}

body.production-v2.checkpoint-v2 .cp-platform__active-label {
  display: grid;
  gap: 0.12rem;
}

body.production-v2.checkpoint-v2 .cp-platform__active-label span {
  color: var(--cp-platform-active);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-platform__active-label strong {
  color: var(--cp-refonte-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1;
}

body.production-v2.checkpoint-v2 .cp-platform__viewer-actions,
body.production-v2.checkpoint-v2 .cp-platform__arrows {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

body.production-v2.checkpoint-v2 .cp-platform__viewer-actions > a {
  margin-right: 0.45rem;
  color: var(--cp-refonte-ink);
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--cp-platform-active);
}

body.production-v2.checkpoint-v2 .cp-platform__arrows button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(7, 17, 31, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--cp-refonte-ink);
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

body.production-v2.checkpoint-v2 .cp-platform__arrows button:is(:hover, :focus-visible) {
  border-color: var(--cp-refonte-gold);
  background: var(--cp-refonte-ink);
  color: #fff;
  outline: none;
}

body.production-v2.checkpoint-v2 .cp-platform__viewport {
  position: relative;
  aspect-ratio: 24 / 13;
  overflow: hidden;
  background: #081321;
  touch-action: pan-y;
}

body.production-v2.checkpoint-v2 .cp-platform__slide {
  position: absolute;
  inset: 0;
  margin: 0;
}

body.production-v2.checkpoint-v2 .cp-platform__slide[hidden] {
  display: none;
}

body.production-v2.checkpoint-v2 .cp-platform__slide.is-active {
  animation: cp-platform-enter 320ms ease both;
}

@keyframes cp-platform-enter {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: translateX(0); }
}

body.production-v2.checkpoint-v2 .cp-platform__theme-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.production-v2.checkpoint-v2 .cp-platform__theme-img--night {
  display: none;
}

body.production-v2.checkpoint-v2 .cp-platform__tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

body.production-v2.checkpoint-v2 .cp-platform__tier {
  --cp-tier-color: #607f90;
  --cp-tier-soft: rgba(96, 127, 144, 0.1);
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.85rem;
  min-height: 265px;
  padding: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(7, 17, 31, 0.16);
  border-top: 3px solid var(--cp-tier-color);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.9);
  color: var(--cp-refonte-ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.production-v2.checkpoint-v2 .cp-platform__tier--classique {
  --cp-tier-color: #a85e45;
  --cp-tier-soft: rgba(168, 94, 69, 0.1);
}

body.production-v2.checkpoint-v2 .cp-platform__tier--premium {
  --cp-tier-color: #9b7a35;
  --cp-tier-soft: rgba(155, 122, 53, 0.11);
}

body.production-v2.checkpoint-v2 .cp-platform__tier:is(:hover, :focus-visible, .is-active) {
  border-color: var(--cp-tier-color);
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.16), inset 0 0 0 2px var(--cp-tier-soft);
  transform: translateY(-2px);
  outline: none;
}

body.production-v2.checkpoint-v2 .cp-platform__tier-index {
  color: var(--cp-tier-color);
  font-size: 0.7rem;
  font-weight: 600;
}

body.production-v2.checkpoint-v2 .cp-platform__tier-heading {
  display: grid;
  gap: 0.2rem;
}

body.production-v2.checkpoint-v2 .cp-platform__tier-heading strong {
  color: var(--cp-tier-color);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 2.2vw, 2.05rem);
  font-weight: 500;
  line-height: 1;
}

body.production-v2.checkpoint-v2 .cp-platform__tier-heading small {
  color: rgba(7, 17, 31, 0.58);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-platform__tier-list {
  display: grid;
  align-content: start;
  gap: 0.48rem;
}

body.production-v2.checkpoint-v2 .cp-platform__tier-list > span {
  position: relative;
  padding-left: 0.95rem;
  color: rgba(7, 17, 31, 0.78);
  font-size: 0.83rem;
  line-height: 1.42;
}

body.production-v2.checkpoint-v2 .cp-platform__tier-list > span::before {
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--cp-tier-color);
}

body.production-v2.checkpoint-v2 .cp-platform__tier-action {
  padding-top: 0.72rem;
  border-top: 1px solid rgba(7, 17, 31, 0.12);
  color: var(--cp-tier-color);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-platform__after {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(7, 17, 31, 0.16);
  border-left: 3px solid var(--cp-refonte-gold);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.9);
}

body.production-v2.checkpoint-v2 .cp-platform__after strong {
  color: var(--cp-refonte-gold);
  font-size: 0.78rem;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-platform__after p {
  margin: 0;
  color: rgba(7, 17, 31, 0.74);
  font-size: 0.86rem;
  line-height: 1.55;
}

body.production-v2.theme-night.checkpoint-v2 .cp-scope,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-scope {
  background: #0c1727;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.28), rgba(7, 17, 31, 0.32) 48%, rgba(7, 17, 31, 0.35)),
    url("../img/checkpoint-platform-background-night-20260801.webp") 72% center / cover no-repeat;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__viewer,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__viewer {
  border-color: rgba(215, 185, 111, 0.3);
  background: rgba(7, 17, 31, 0.92);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__showcase,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__showcase {
  --cp-platform-active: #9bb8c7;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__showcase[data-platform-active="classique"],
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__showcase[data-platform-active="classique"] {
  --cp-platform-active: #cf8a70;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__showcase[data-platform-active="premium"],
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__showcase[data-platform-active="premium"] {
  --cp-platform-active: #d7b96f;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__viewer-head,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__viewer-head {
  border-color: rgba(255, 255, 255, 0.12);
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__head h2,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__head h2 {
  color: #fff;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__head p,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__head p {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 18px rgba(7, 17, 31, 0.86);
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__active-label strong,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__active-label strong,
body.production-v2.theme-night.checkpoint-v2 .cp-platform__viewer-actions > a,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__viewer-actions > a {
  color: #fff;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__arrows button,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__arrows button {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__theme-img--day,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__theme-img--day {
  display: none;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__theme-img--night,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__theme-img--night {
  display: block;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__tier,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__tier {
  --cp-tier-color: #9bb8c7;
  --cp-tier-soft: rgba(155, 184, 199, 0.1);
  border-color: rgba(255, 255, 255, 0.13);
  border-top-color: var(--cp-tier-color);
  background: rgba(7, 17, 31, 0.88);
  color: #fff;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__tier--classique,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__tier--classique {
  --cp-tier-color: #cf8a70;
  --cp-tier-soft: rgba(207, 138, 112, 0.11);
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__tier--premium,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__tier--premium {
  --cp-tier-color: #d7b96f;
  --cp-tier-soft: rgba(215, 185, 111, 0.11);
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__tier:is(:hover, :focus-visible, .is-active),
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__tier:is(:hover, :focus-visible, .is-active) {
  border-color: var(--cp-tier-color);
  background: rgba(7, 17, 31, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34), inset 0 0 0 2px var(--cp-tier-soft);
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__after,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__after {
  background: rgba(7, 17, 31, 0.88);
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__tier-heading small,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__tier-heading small,
body.production-v2.theme-night.checkpoint-v2 .cp-platform__tier-list > span,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__tier-list > span,
body.production-v2.theme-night.checkpoint-v2 .cp-platform__after p,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__after p {
  color: rgba(255, 255, 255, 0.78);
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__tier-action,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__tier-action,
body.production-v2.theme-night.checkpoint-v2 .cp-platform__after,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__after {
  border-color: rgba(255, 255, 255, 0.14);
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__after,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__after {
  border-left-color: #d7b96f;
}

body.production-v2.theme-night.checkpoint-v2 .cp-platform__after strong,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform__after strong {
  color: #d7b96f;
}

body.production-v2.theme-night.checkpoint-v2 .cp-scope .cp-v4-section-head :is(h2, p),
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-scope .cp-v4-section-head :is(h2, p) {
  color: var(--cp-refonte-cream);
}

body.production-v2.theme-day.checkpoint-v2 #lancement-jeunes .youth-offer-section__head h2,
body.production-v2.theme-day.checkpoint-v2 #lancement-jeunes .youth-offer-section__head p,
html[data-theme="day"] body.production-v2.checkpoint-v2 #lancement-jeunes .youth-offer-section__head h2,
html[data-theme="day"] body.production-v2.checkpoint-v2 #lancement-jeunes .youth-offer-section__head p {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 8px 26px rgba(7, 17, 31, 0.34);
}

body.production-v2.theme-day.checkpoint-v2 #lancement-jeunes .youth-offer-section__head .rf-kicker,
html[data-theme="day"] body.production-v2.checkpoint-v2 #lancement-jeunes .youth-offer-section__head .rf-kicker {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(7, 24, 45, 0.72) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.production-v2.theme-day.checkpoint-v2 #lancement-jeunes .youth-offer-card:first-child,
html[data-theme="day"] body.production-v2.checkpoint-v2 #lancement-jeunes .youth-offer-card:first-child {
  border-color: rgba(215, 185, 111, 0.38);
  background: rgba(7, 24, 45, 0.86);
  color: #fff;
  box-shadow: 0 22px 58px rgba(7, 17, 31, 0.24);
  backdrop-filter: blur(14px) saturate(1.06);
  -webkit-backdrop-filter: blur(14px) saturate(1.06);
}

body.production-v2.theme-day.checkpoint-v2 #lancement-jeunes .youth-offer-card:first-child :is(h3, li, .youth-offer-card__label),
html[data-theme="day"] body.production-v2.checkpoint-v2 #lancement-jeunes .youth-offer-card:first-child :is(h3, li, .youth-offer-card__label) {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

body.production-v2.theme-day.checkpoint-v2 #lancement-jeunes .youth-offer-card:first-child .youth-price-pill--public,
html[data-theme="day"] body.production-v2.checkpoint-v2 #lancement-jeunes .youth-offer-card:first-child .youth-price-pill--public {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

@media (min-width: 961px) {
  body.production-v2.checkpoint-v2 .cp-scope-card > div {
    min-height: 0;
    height: 290px;
    grid-template-rows: 2.4rem 4.5rem 1fr;
  }
}

@media (max-width: 960px) {
  body.production-v2.checkpoint-v2 .cp-scope__grid {
    grid-template-columns: 1fr;
  }

  body.production-v2.checkpoint-v2 .cp-scope-card {
    min-height: 390px;
  }

  body.production-v2.checkpoint-v2 .cp-scope-card > div {
    min-height: 215px;
  }
}

@media (max-width: 820px) {
  body.production-v2.checkpoint-v2 .cp-platform__tiers {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    padding: 0 0 0.85rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(215, 185, 111, 0.58) transparent;
  }

  body.production-v2.checkpoint-v2 .cp-platform__tier {
    flex: 0 0 min(78vw, 330px);
    width: min(78vw, 330px);
    min-height: 252px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.production-v2.checkpoint-v2 .cp-platform__after {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

@media (max-width: 620px) {
  body.production-v2.checkpoint-v2 .cp-platform,
  body.production-v2.theme-night.checkpoint-v2 .cp-platform,
  html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-platform {
    background-position: center, 78% center;
  }

  body.production-v2.checkpoint-v2 .cp-stats__grid--three {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    gap: 1rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(215, 185, 111, 0.58) transparent;
  }

  body.production-v2.checkpoint-v2 .cp-stats__grid--three::-webkit-scrollbar {
    display: block !important;
    width: auto !important;
    height: 3px !important;
  }

  body.production-v2.checkpoint-v2 .cp-stats__grid--three::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(215, 185, 111, 0.58);
  }

  body.production-v2.checkpoint-v2 .cp-stats__grid--three > .cp-stat {
    flex: 0 0 min(84vw, 340px) !important;
    width: min(84vw, 340px) !important;
    max-width: 340px !important;
    min-width: 0 !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always;
  }

  body.production-v2.checkpoint-v2 .cp-stat__body {
    padding: 1.4rem 1.3rem;
  }

  body.production-v2.checkpoint-v2 .cp-scope-card {
    min-height: 360px;
  }

  body.production-v2.checkpoint-v2 .cp-platform__viewer-head {
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.85rem;
  }

  body.production-v2.checkpoint-v2 .cp-platform__viewer-actions {
    width: 100%;
    justify-content: space-between;
  }

  body.production-v2.checkpoint-v2 .cp-platform__viewer-actions > a {
    margin-right: 0;
  }

  body.production-v2.checkpoint-v2 .cp-platform__arrows button {
    width: 38px;
    height: 38px;
  }

  body.production-v2.checkpoint-v2 .cp-platform__tier {
    flex-basis: min(84vw, 318px);
    width: min(84vw, 318px);
    min-height: 250px;
  }

  body.production-v2.checkpoint-v2 .cp-platform__after {
    padding-right: 3.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.production-v2.checkpoint-v2 .cp-platform__slide.is-active {
    animation: none;
  }
}
