/*
 * Rayflections V2 - Checkpoint Digital
 * Dedicated product page for the Checkpoint Digital formation.
 */

body.checkpoint-digital-v2 {
  background: var(--v2-cream-2, #fffaf0);
  color: var(--v2-ink, #111b2f);
}

html[data-theme="night"] body.checkpoint-digital-v2,
body.checkpoint-digital-v2.theme-night {
  background: var(--v2-night, #07101d);
  color: var(--v2-cream, #f6f0e5);
}

.cpd-main {
  overflow: hidden;
}

body.production-v2.checkpoint-digital-v2 .reveal {
  opacity: 1;
  transform: none;
  visibility: visible;
}

body.production-v2.checkpoint-digital-v2 .v2-auto-cover {
  display: none !important;
}

.cpd-main .container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.cpd-hero {
  position: relative;
  min-height: clamp(740px, 94vh, 920px);
  display: flex;
  align-items: center;
  padding: clamp(8.5rem, 14vw, 12rem) 0 clamp(4.5rem, 8vw, 6.5rem);
  isolation: isolate;
  background: #07101d;
}

.cpd-hero__media,
.cpd-hero__media::after,
.cpd-theme-img {
  position: absolute;
  inset: 0;
}

.cpd-hero__media {
  z-index: -2;
  overflow: hidden;
}

.cpd-theme-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .25s ease;
}

body.checkpoint-digital-v2.theme-day .cpd-theme-img--day,
html[data-theme="day"] body.checkpoint-digital-v2 .cpd-theme-img--day,
body.checkpoint-digital-v2.theme-night .cpd-theme-img--night,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-theme-img--night {
  opacity: 1;
}

.cpd-hero__media::after {
  content: "";
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .82), rgba(7, 16, 29, .45) 48%, rgba(7, 16, 29, .16)),
    linear-gradient(0deg, rgba(7, 16, 29, .42), rgba(7, 16, 29, .1));
}

body.checkpoint-digital-v2.theme-day .cpd-hero__media::after,
html[data-theme="day"] body.checkpoint-digital-v2 .cpd-hero__media::after {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .66), rgba(7, 16, 29, .32) 46%, rgba(7, 16, 29, .08)),
    linear-gradient(0deg, rgba(7, 16, 29, .20), rgba(7, 16, 29, .05));
}

.cpd-hero > .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
}

.cpd-hero__content {
  max-width: 780px;
  color: #fffaf0;
}

.cpd-hero .rf-kicker,
.cpd-section .rf-kicker,
.cpd-final .rf-kicker {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--v2-gold, #d9bd78);
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.cpd-hero .rf-kicker::before,
.cpd-section .rf-kicker::before,
.cpd-final .rf-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.cpd-hero h1,
.cpd-section h2,
.cpd-final h2 {
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
}

.cpd-hero h1 {
  margin: 1.1rem 0 1rem;
  font-size: clamp(3.35rem, 5.8vw, 5.6rem);
  line-height: .92;
  max-width: 760px;
}

.cpd-hero__subtitle {
  margin: 0 0 .85rem;
  color: #fffaf0;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  line-height: 1.08;
}

.cpd-hero__lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 250, 240, .82);
  font-size: clamp(1.02rem, 1.2vw, 1.14rem);
  line-height: 1.72;
}

.cpd-hero__chips,
.cpd-hero__actions,
.cpd-final__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
}

.cpd-hero__chips {
  margin-top: 1.5rem;
}

.cpd-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .55rem .9rem;
  border: 1px solid rgba(217, 189, 120, .34);
  border-radius: 999px;
  color: #fffaf0;
  background: rgba(7, 16, 29, .44);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cpd-hero__actions {
  margin-top: 2rem;
}

.cpd-hero__actions .btn-secondary {
  border-color: rgba(255, 250, 240, .58);
  color: #fffaf0;
  background: rgba(7, 16, 29, .24);
}

.cpd-hero__actions .btn-secondary:hover,
.cpd-hero__actions .btn-secondary:focus-visible {
  border-color: var(--v2-gold, #d9bd78);
  color: var(--v2-gold, #d9bd78);
  background: rgba(7, 16, 29, .44);
}

.cpd-hero__panel {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(217, 189, 120, .36);
  border-radius: 8px;
  background: rgba(7, 16, 29, .78);
  color: #fffaf0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
}

.cpd-hero__panel span,
.cpd-hero__panel small {
  display: block;
  color: rgba(255, 250, 240, .72);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cpd-hero__panel strong {
  display: block;
  margin: .4rem 0 .8rem;
  color: var(--v2-gold, #d9bd78);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(4rem, 7vw, 6rem);
  font-weight: 400;
  line-height: .92;
}

.cpd-hero__panel p {
  margin: 0 0 1.2rem;
  color: rgba(255, 250, 240, .82);
  line-height: 1.65;
}

.cpd-section {
  padding: clamp(5.5rem, 9vw, 8rem) 0;
  position: relative;
  scroll-margin-top: 130px;
}

.cpd-section--cream {
  background: #f6f0e5;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-section--cream,
body.checkpoint-digital-v2.theme-night .cpd-section--cream {
  background: #0b1423;
}

.cpd-section--blue {
  background: #07101d;
  color: #fffaf0;
}

.cpd-section-head {
  max-width: 820px;
  margin: 0 auto clamp(2rem, 4vw, 3.2rem);
  text-align: center;
}

.cpd-section-head--light {
  color: #fffaf0;
}

.cpd-section h2,
.cpd-final h2 {
  margin: 1rem 0;
  font-size: clamp(2.9rem, 5vw, 5rem);
  line-height: .96;
}

.cpd-section-head p,
.cpd-intro__copy p,
.cpd-analysis p,
.cpd-final p {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(17, 27, 47, .72);
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.78;
}

.cpd-section-head .cpd-section-head__subtitle {
  max-width: 700px;
  margin: .15rem auto .9rem;
  color: var(--v2-gold-deep, #b9974d);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-style: italic;
  line-height: 1.08;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-section-head p,
body.checkpoint-digital-v2.theme-night .cpd-section-head p,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-intro__copy p,
body.checkpoint-digital-v2.theme-night .cpd-intro__copy p,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-analysis p,
body.checkpoint-digital-v2.theme-night .cpd-analysis p,
body.checkpoint-digital-v2 .cpd-section--blue .cpd-section-head p,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-final p,
body.checkpoint-digital-v2.theme-night .cpd-final p {
  color: rgba(255, 250, 240, .74);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-section-head .cpd-section-head__subtitle,
body.checkpoint-digital-v2.theme-night .cpd-section-head .cpd-section-head__subtitle,
body.checkpoint-digital-v2 .cpd-section--blue .cpd-section-head .cpd-section-head__subtitle {
  color: var(--v2-gold, #d9bd78);
}

.cpd-intro {
  background: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-intro,
body.checkpoint-digital-v2.theme-night .cpd-intro {
  background: #07101d;
}

.cpd-intro__grid,
.cpd-analysis__grid,
.cpd-recovery__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.cpd-intro h2,
.cpd-analysis h2,
.cpd-recovery h2 {
  margin: 1rem 0 0;
  font-size: clamp(3rem, 5.6vw, 5.4rem);
  line-height: .94;
}

.cpd-intro__copy p:first-child {
  margin-top: 0;
}

.cpd-format-grid,
.cpd-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cpd-format-card,
.cpd-decision-card,
.cpd-roadmap-grid article,
.cpd-recovery-cards article {
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(255, 250, 240, .72);
  box-shadow: 0 24px 70px rgba(17, 27, 47, .08);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-format-card,
body.checkpoint-digital-v2.theme-night .cpd-format-card,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-roadmap-grid article,
body.checkpoint-digital-v2.theme-night .cpd-roadmap-grid article,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-recovery-cards article,
body.checkpoint-digital-v2.theme-night .cpd-recovery-cards article {
  background: rgba(7, 16, 29, .86);
  box-shadow: none;
}

.cpd-format-card {
  padding: 1.5rem;
  min-height: 240px;
}

.cpd-format-card--active {
  background: #07101d;
  color: #fffaf0;
}

.cpd-format-card span,
.cpd-program-card span,
.cpd-decision-card span,
.cpd-roadmap-grid span {
  display: block;
  color: var(--v2-gold-deep, #b9974d);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cpd-format-card--active span,
.cpd-decision-card span {
  color: var(--v2-gold, #d9bd78);
}

.cpd-format-card h3,
.cpd-program-card h3,
.cpd-decision-card h3,
.cpd-roadmap-grid h3 {
  margin: .9rem 0 .75rem;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 400;
  line-height: 1;
}

.cpd-format-card p,
.cpd-program-card p,
.cpd-decision-card li,
.cpd-roadmap-grid p,
.cpd-recovery-cards span {
  color: rgba(17, 27, 47, .7);
  line-height: 1.62;
}

.cpd-format-card--active p,
.cpd-decision-card li {
  color: rgba(255, 250, 240, .75);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-format-card p,
body.checkpoint-digital-v2.theme-night .cpd-format-card p,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-program-card p,
body.checkpoint-digital-v2.theme-night .cpd-program-card p,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-roadmap-grid p,
body.checkpoint-digital-v2.theme-night .cpd-roadmap-grid p,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-recovery-cards span,
body.checkpoint-digital-v2.theme-night .cpd-recovery-cards span {
  color: rgba(255, 250, 240, .72);
}

.cpd-program {
  background: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-program,
body.checkpoint-digital-v2.theme-night .cpd-program {
  background: #07101d;
}

.cpd-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cpd-program-card {
  display: grid;
  grid-template-columns: minmax(160px, .42fr) minmax(0, .58fr);
  overflow: hidden;
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: #f6f0e5;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-program-card,
body.checkpoint-digital-v2.theme-night .cpd-program-card {
  background: #0b1423;
}

.cpd-program-card figure {
  margin: 0;
  min-height: 300px;
  overflow: hidden;
}

.cpd-program-card img,
.cpd-analysis__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cpd-program-card div {
  padding: clamp(1.3rem, 2.5vw, 2rem);
  align-self: center;
}

.cpd-analysis {
  background: #f6f0e5;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-analysis,
body.checkpoint-digital-v2.theme-night .cpd-analysis {
  background: #0b1423;
}

.cpd-analysis__media {
  overflow: hidden;
  min-height: 620px;
  border-radius: 8px;
  border: 1px solid rgba(217, 189, 120, .28);
}

.cpd-analysis-list,
.cpd-recovery-cards {
  display: grid;
  gap: .75rem;
  margin-top: 1.5rem;
}

.cpd-analysis-list article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(217, 189, 120, .26);
}

.cpd-analysis-list strong,
.cpd-recovery-cards strong {
  color: var(--v2-gold-deep, #b9974d);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cpd-analysis-list span {
  color: rgba(17, 27, 47, .74);
  line-height: 1.62;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-analysis-list span,
body.checkpoint-digital-v2.theme-night .cpd-analysis-list span {
  color: rgba(255, 250, 240, .74);
}

.cpd-decision-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cpd-decision-card {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background: rgba(255, 250, 240, .06);
  box-shadow: none;
}

.cpd-decision-card ul {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.cpd-decision-card li {
  position: relative;
  padding-left: 1.2rem;
  margin-top: .85rem;
}

.cpd-decision-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v2-gold, #d9bd78);
}

.cpd-roadmap {
  background: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-roadmap,
body.checkpoint-digital-v2.theme-night .cpd-roadmap {
  background: #07101d;
}

.cpd-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.cpd-roadmap-grid article {
  padding: 1.35rem;
  min-height: 250px;
}

.cpd-recovery {
  background: #f6f0e5;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-recovery,
body.checkpoint-digital-v2.theme-night .cpd-recovery {
  background: #0b1423;
}

.cpd-recovery-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cpd-recovery-cards article {
  padding: 1.25rem;
  min-height: 170px;
}

.cpd-recovery-cards span {
  display: block;
  margin-top: .7rem;
}

.cpd-final {
  padding: clamp(6rem, 10vw, 9rem) 0;
  scroll-margin-top: 130px;
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .88), rgba(7, 16, 29, .62)),
    url("../img/checkpoint-final-road-day-20260531.jpg") center/cover;
  color: #fffaf0;
  text-align: center;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-final,
body.checkpoint-digital-v2.theme-night .cpd-final {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .9), rgba(7, 16, 29, .74)),
    url("../img/checkpoint-final-road-night-20260531.jpg") center/cover;
}

.cpd-final__inner {
  max-width: 860px;
}

.cpd-final h2 {
  color: #fffaf0;
}

.cpd-final p {
  max-width: 680px;
  margin: 0 auto 2rem;
}

.cpd-final__actions {
  justify-content: center;
}

/* Compact offer decision pages - 2026-06-01 */
.cpd-main--compact .cpd-hero {
  min-height: clamp(680px, 90vh, 860px);
}

.cpd-main--compact .cpd-section {
  padding: clamp(4.4rem, 7vw, 6.6rem) 0;
}

.cpd-main--compact .cpd-section h2 {
  font-size: clamp(2.7rem, 4.6vw, 4.7rem);
}

.cpd-offer-summary {
  background:
    url("../img/checkpoint-digital-bg-offer-road-20260603.jpg") center/cover;
  color: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-offer-summary,
body.checkpoint-digital-v2.theme-night .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .9), rgba(7, 16, 29, .72)),
    url("../img/checkpoint-digital-bg-offer-road-20260603.jpg") center/cover;
}

body.checkpoint-classique-v2.theme-day .cpd-offer-summary,
html[data-theme="day"] body.checkpoint-classique-v2 .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .74), rgba(7, 16, 29, .44)),
    url("../img/checkpoint-classique-bg-offer-day-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-classique-v2.theme-night .cpd-offer-summary,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .9), rgba(7, 16, 29, .68)),
    url("../img/checkpoint-classique-bg-offer-night-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-premium-v2.theme-day .cpd-offer-summary,
html[data-theme="day"] body.checkpoint-premium-v2 .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .48), rgba(7, 16, 29, .2)),
    url("../img/parcours-rdv-bg-day-coast-woman-20260531.webp") center/cover;
}

body.checkpoint-premium-v2.theme-night .cpd-offer-summary,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .92), rgba(7, 16, 29, .68)),
    url("../img/parcours-rdv-bg-night-coast-man-20260531.webp") center/cover;
}

.cpd-offer-summary__grid,
.cpd-proof__grid,
.cpd-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(1.6rem, 5vw, 4rem);
  align-items: center;
}

.cpd-offer-summary h2,
.cpd-proof h2,
.cpd-conversion-grid h2 {
  margin: 1rem 0;
}

.cpd-offer-summary__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.6rem);
  max-width: 980px;
  margin: 0 auto;
}

.cpd-offer-summary p,
.cpd-proof p,
.cpd-conversion-grid p,
.cpd-objections p {
  color: rgba(17, 27, 47, .72);
  font-size: clamp(1rem, 1.12vw, 1.1rem);
  line-height: 1.74;
}

.cpd-offer-summary p {
  color: rgba(255, 250, 240, .84);
}

.cpd-offer-summary .cpd-summary-card p,
.cpd-offer-summary .cpd-summary-card li {
  color: rgba(17, 27, 47, .76);
}

html[data-theme="night"] body.checkpoint-digital-v2 :is(.cpd-offer-summary, .cpd-proof, .cpd-objections) p,
body.checkpoint-digital-v2.theme-night :is(.cpd-offer-summary, .cpd-proof, .cpd-objections) p,
.cpd-section--blue .cpd-conversion-grid p {
  color: rgba(255, 250, 240, .74);
}

.cpd-summary-card,
.cpd-fit-grid article,
.cpd-proof-stack article,
.cpd-objection-grid article,
.cpd-mini-proof {
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(246, 240, 229, .82);
  box-shadow: 0 24px 70px rgba(17, 27, 47, .08);
}

html[data-theme="night"] body.checkpoint-digital-v2 :is(.cpd-summary-card, .cpd-fit-grid article, .cpd-proof-stack article, .cpd-objection-grid article),
body.checkpoint-digital-v2.theme-night :is(.cpd-summary-card, .cpd-fit-grid article, .cpd-proof-stack article, .cpd-objection-grid article) {
  background: rgba(7, 16, 29, .86);
  box-shadow: none;
}

.cpd-summary-card {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.cpd-summary-card strong,
.cpd-fit-grid strong,
.cpd-proof-stack strong,
.cpd-objection-grid strong,
.cpd-mini-proof strong {
  display: block;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.9rem, 2.7vw, 2.5rem);
  font-weight: 400;
  line-height: 1;
}

body.checkpoint-classique-v2 .cpd-offer-summary .cpd-summary-card strong {
  color: var(--v2-gold, #d9bd78);
}

.cpd-summary-card ul {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.cpd-summary-card li {
  position: relative;
  padding-left: 1.15rem;
  margin-top: .82rem;
  color: rgba(17, 27, 47, .76);
  line-height: 1.55;
}

.cpd-summary-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v2-gold-deep, #b9974d);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-summary-card li,
body.checkpoint-digital-v2.theme-night .cpd-summary-card li {
  color: rgba(255, 250, 240, .74);
}

.cpd-fit-grid,
.cpd-objection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cpd-objection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cpd-objection-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin-inline: auto;
}

.cpd-fit-grid article,
.cpd-objection-grid article {
  min-height: 220px;
  padding: clamp(1.35rem, 2.6vw, 1.9rem);
}

.cpd-fit-grid span,
.cpd-proof-stack span,
.cpd-mini-proof span {
  display: block;
  color: var(--v2-gold-deep, #b9974d);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

html[data-theme="night"] body.checkpoint-digital-v2 :is(.cpd-fit-grid span, .cpd-proof-stack span),
body.checkpoint-digital-v2.theme-night :is(.cpd-fit-grid span, .cpd-proof-stack span),
.cpd-section--blue :is(.cpd-mini-proof span, .cpd-mini-proof em) {
  color: var(--v2-gold, #d9bd78);
}

.cpd-fit-grid h3 {
  margin: .9rem 0 .65rem;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1;
}

.cpd-case-study {
  max-width: 1040px;
  margin: 0 auto;
}

.cpd-case-study__lead {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(255, 250, 240, .8);
  box-shadow: 0 24px 70px rgba(17, 27, 47, .08);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-case-study__lead,
body.checkpoint-digital-v2.theme-night .cpd-case-study__lead {
  background: rgba(7, 16, 29, .86);
  box-shadow: none;
}

.cpd-case-study__lead figure {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
}

.cpd-case-study__lead img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpd-case-study__lead > div {
  display: grid;
  align-content: center;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.cpd-case-study span {
  display: block;
  color: var(--v2-gold-deep, #b9974d);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cpd-case-study h3 {
  margin: .9rem 0 .85rem;
  color: var(--v2-ink, #111b2f);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(2.3rem, 4.2vw, 4rem);
  font-weight: 400;
  line-height: .92;
}

.cpd-case-study p {
  margin: 0;
  color: rgba(17, 27, 47, .72);
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.68;
}

.cpd-case-study__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  margin-top: .85rem;
}

.cpd-case-study__grid article {
  min-height: 250px;
  padding: clamp(1.05rem, 2vw, 1.4rem);
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(246, 240, 229, .9);
}

.cpd-case-study__grid strong {
  display: block;
  margin: .75rem 0 .6rem;
  color: var(--v2-ink, #111b2f);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 400;
  line-height: 1;
}

.cpd-case-study__grid p {
  font-size: .96rem;
  line-height: 1.58;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-case-study :is(h3, strong, p),
body.checkpoint-digital-v2.theme-night .cpd-case-study :is(h3, strong, p) {
  color: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-case-study :is(span),
body.checkpoint-digital-v2.theme-night .cpd-case-study :is(span) {
  color: var(--v2-gold, #d9bd78);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-case-study__grid article,
body.checkpoint-digital-v2.theme-night .cpd-case-study__grid article {
  background: rgba(7, 16, 29, .86);
}

.cpd-proof {
  background: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-proof,
body.checkpoint-digital-v2.theme-night .cpd-proof {
  background: #07101d;
}

.cpd-proof-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.cpd-proof-stack article {
  min-height: 190px;
  padding: clamp(1.2rem, 2.4vw, 1.65rem);
}

.cpd-learning-stack article {
  position: relative;
  overflow: hidden;
}

.cpd-learning-stack article::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 50%;
  opacity: .62;
}

.cpd-proof-stack strong {
  margin: .7rem 0 .55rem;
  font-size: clamp(1.75rem, 2.15vw, 2.15rem);
}

.cpd-section--blue .cpd-conversion-grid {
  color: #fffaf0;
}

.cpd-mini-proof {
  padding: clamp(1.5rem, 3vw, 2.2rem);
  background: rgba(255, 250, 240, .06);
  box-shadow: none;
}

.cpd-mini-proof strong {
  margin: .9rem 0 .75rem;
  color: #fffaf0;
}

.cpd-mini-proof div {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.2rem;
}

.cpd-mini-proof em {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .38rem .68rem;
  border: 1px solid rgba(217, 189, 120, .28);
  border-radius: 999px;
  color: var(--v2-gold, #d9bd78);
  font-size: .66rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cpd-objections {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .78), rgba(7, 16, 29, .48)),
    url("../img/checkpoint-digital-bg-after-road-20260603.jpg") center/cover;
  color: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-objections,
body.checkpoint-digital-v2.theme-night .cpd-objections {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .92), rgba(7, 16, 29, .76)),
    url("../img/checkpoint-digital-bg-after-road-20260603.jpg") center/cover;
}

body.checkpoint-classique-v2.theme-day .cpd-objections,
html[data-theme="day"] body.checkpoint-classique-v2 .cpd-objections {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .78), rgba(7, 16, 29, .48)),
    url("../img/checkpoint-classique-bg-services-day-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-classique-v2.theme-night .cpd-objections,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-objections {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .92), rgba(7, 16, 29, .72)),
    url("../img/checkpoint-classique-bg-services-night-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-premium-v2.theme-day .cpd-objections,
html[data-theme="day"] body.checkpoint-premium-v2 .cpd-objections {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .76), rgba(7, 16, 29, .42)),
    url("../img/parcours-consultation-bg-day-terrace-20260531.webp") center/cover;
}

body.checkpoint-premium-v2.theme-night .cpd-objections,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-objections {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .9), rgba(7, 16, 29, .68)),
    url("../img/parcours-consultation-bg-night-terrace-20260531.webp") center/cover;
}

.cpd-objections .cpd-section-head p {
  color: rgba(255, 250, 240, .78);
}

.cpd-objection-grid strong {
  color: var(--v2-ink, #111b2f);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-objection-grid strong,
body.checkpoint-digital-v2.theme-night .cpd-objection-grid strong {
  color: var(--v2-cream, #f6f0e5);
}

.cpd-after-system {
  max-width: 1120px;
  margin: 0 auto;
}

.cpd-after-system__control {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.cpd-after-system__grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: clamp(1rem, 2.6vw, 2rem);
  align-items: start;
}

.cpd-after-system__steps {
  display: grid;
  gap: .9rem;
}

.cpd-after-system__step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .9rem 1rem;
  min-height: 150px;
  padding: clamp(1.05rem, 2vw, 1.4rem);
  border: 1px solid rgba(217, 189, 120, .22);
  border-radius: 8px;
  background: rgba(255, 250, 240, .88);
  color: var(--v2-ink, #111b2f);
  cursor: pointer;
  box-shadow: 0 22px 70px rgba(17, 27, 47, .08);
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.cpd-after-system__step::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(185, 151, 77, .95), rgba(217, 189, 120, .55));
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.cpd-after-system__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: rgba(17, 27, 47, .08);
  color: var(--v2-ink, #111b2f);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .06em;
}

.cpd-after-system__step strong {
  display: block;
  align-self: center;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.65rem, 2.1vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
}

.cpd-after-system__step small {
  grid-column: 2;
  color: rgba(17, 27, 47, .62);
  font-size: .94rem;
  line-height: 1.34;
}

.cpd-after-system__stage {
  min-height: 620px;
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(255, 250, 240, .92);
  color: var(--v2-ink, #111b2f);
  box-shadow: 0 30px 90px rgba(17, 27, 47, .12);
  overflow: hidden;
}

.cpd-after-system__panel {
  display: none;
  padding: clamp(1.25rem, 2.8vw, 2rem);
}

.cpd-after-system__panel > span {
  display: block;
  margin-bottom: clamp(1rem, 2vw, 1.45rem);
  color: #6e2c38;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.cpd-after-system__panel figure {
  height: clamp(280px, 29vw, 430px);
  margin: 0 0 clamp(1.5rem, 3vw, 2.2rem);
  overflow: hidden;
  border: 1px solid rgba(217, 189, 120, .22);
  border-radius: 8px;
  background: #07101d;
}

.cpd-after-system__panel figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cpd-after-system__panel h3 {
  max-width: 850px;
  margin: 0 0 1rem;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.45rem, 2.3vw, 2.28rem);
  font-weight: 400;
  line-height: 1.08;
}

.cpd-after-system__panel p {
  max-width: 760px;
  margin: 0;
  color: rgba(17, 27, 47, .72);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.72;
}

.cpd-after-system__outcome {
  margin-top: 1rem !important;
  padding-top: 1rem;
  border-top: 1px solid rgba(217, 189, 120, .24);
}

.cpd-after-system__outcome strong {
  color: var(--v2-gold-deep, #b9974d);
  font-weight: 850;
}

.cpd-after-system__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.15rem;
}

.cpd-after-system__actions .btn-secondary {
  border-color: rgba(17, 27, 47, .22);
  color: var(--v2-ink, #111b2f);
  background: rgba(255, 250, 240, .52);
}

.cpd-after-system__route-frame {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  max-width: 820px;
  margin: 1.25rem 0 0;
  padding: .85rem;
  border: 1px solid rgba(217, 189, 120, .26);
  border-radius: 8px;
  background: rgba(246, 240, 229, .64);
}

.cpd-after-system__route-frame article {
  padding: clamp(1rem, 1.8vw, 1.25rem);
  border: 1px solid rgba(217, 189, 120, .22);
  border-radius: 8px;
  background: rgba(255, 250, 240, .74);
}

.cpd-after-system__route-frame span {
  display: block;
  margin-bottom: .55rem;
  color: var(--v2-gold-deep, #b9974d);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cpd-after-system__route-frame strong {
  display: block;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 400;
  line-height: 1;
}

.cpd-after-system__route-frame p {
  margin-top: .75rem;
  font-size: .96rem;
  line-height: 1.55;
}

#cpd-after-revue:checked ~ .cpd-after-system__grid label[for="cpd-after-revue"],
#cpd-after-recommandations:checked ~ .cpd-after-system__grid label[for="cpd-after-recommandations"],
#cpd-after-plan:checked ~ .cpd-after-system__grid label[for="cpd-after-plan"],
#cpd-after-upgrade:checked ~ .cpd-after-system__grid label[for="cpd-after-upgrade"],
#cpd-after-portes:checked ~ .cpd-after-system__grid label[for="cpd-after-portes"] {
  border-color: rgba(185, 151, 77, .55);
  background: rgba(255, 250, 240, .96);
  box-shadow: 0 26px 80px rgba(17, 27, 47, .14);
}

#cpd-after-revue:checked ~ .cpd-after-system__grid label[for="cpd-after-revue"]::after,
#cpd-after-recommandations:checked ~ .cpd-after-system__grid label[for="cpd-after-recommandations"]::after,
#cpd-after-plan:checked ~ .cpd-after-system__grid label[for="cpd-after-plan"]::after,
#cpd-after-upgrade:checked ~ .cpd-after-system__grid label[for="cpd-after-upgrade"]::after,
#cpd-after-portes:checked ~ .cpd-after-system__grid label[for="cpd-after-portes"]::after {
  opacity: 1;
  animation: cpdAfterProgress 5.2s linear;
}

#cpd-after-revue:checked ~ .cpd-after-system__grid label[for="cpd-after-revue"] span,
#cpd-after-recommandations:checked ~ .cpd-after-system__grid label[for="cpd-after-recommandations"] span,
#cpd-after-plan:checked ~ .cpd-after-system__grid label[for="cpd-after-plan"] span,
#cpd-after-upgrade:checked ~ .cpd-after-system__grid label[for="cpd-after-upgrade"] span,
#cpd-after-portes:checked ~ .cpd-after-system__grid label[for="cpd-after-portes"] span {
  background: rgba(217, 189, 120, .36);
}

#cpd-after-revue:checked ~ .cpd-after-system__grid .cpd-after-system__panel--revue,
#cpd-after-recommandations:checked ~ .cpd-after-system__grid .cpd-after-system__panel--recommandations,
#cpd-after-plan:checked ~ .cpd-after-system__grid .cpd-after-system__panel--plan,
#cpd-after-upgrade:checked ~ .cpd-after-system__grid .cpd-after-system__panel--upgrade,
#cpd-after-portes:checked ~ .cpd-after-system__grid .cpd-after-system__panel--portes {
  display: block;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__step,
body.checkpoint-digital-v2.theme-night .cpd-after-system__step,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__stage,
body.checkpoint-digital-v2.theme-night .cpd-after-system__stage {
  border-color: rgba(217, 189, 120, .24);
  background: rgba(7, 16, 29, .92);
  color: var(--v2-cream, #f6f0e5);
  box-shadow: none;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__step span,
body.checkpoint-digital-v2.theme-night .cpd-after-system__step span {
  background: rgba(255, 250, 240, .09);
  color: var(--v2-cream, #f6f0e5);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__step small,
body.checkpoint-digital-v2.theme-night .cpd-after-system__step small,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__panel p,
body.checkpoint-digital-v2.theme-night .cpd-after-system__panel p {
  color: rgba(255, 250, 240, .72);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__panel > span,
body.checkpoint-digital-v2.theme-night .cpd-after-system__panel > span,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__outcome strong,
body.checkpoint-digital-v2.theme-night .cpd-after-system__outcome strong {
  color: var(--v2-gold, #d9bd78);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__route-frame,
body.checkpoint-digital-v2.theme-night .cpd-after-system__route-frame {
  border-color: rgba(217, 189, 120, .22);
  background: rgba(255, 250, 240, .04);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__route-frame article,
body.checkpoint-digital-v2.theme-night .cpd-after-system__route-frame article {
  border-color: rgba(217, 189, 120, .18);
  background: rgba(11, 20, 35, .88);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__route-frame span,
body.checkpoint-digital-v2.theme-night .cpd-after-system__route-frame span {
  color: var(--v2-gold, #d9bd78);
}

html[data-theme="night"] body.checkpoint-classique-v2 .cpd-services :is(.cpd-section-head h2, .cpd-section-head__subtitle, .cpd-after-system__step strong, .cpd-after-system__panel h3),
body.checkpoint-classique-v2.theme-night .cpd-services :is(.cpd-section-head h2, .cpd-section-head__subtitle, .cpd-after-system__step strong, .cpd-after-system__panel h3) {
  color: var(--v2-gold, #d9bd78);
}

html[data-theme="night"] body.checkpoint-classique-v2 :is(.rf-kicker, .cpd-summary-card strong, .cpd-case-study span, .cpd-process-brief span, .cpd-deliverables__grid span, .cpd-pricing-card > span),
body.checkpoint-classique-v2.theme-night :is(.rf-kicker, .cpd-summary-card strong, .cpd-case-study span, .cpd-process-brief span, .cpd-deliverables__grid span, .cpd-pricing-card > span),
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-services :is(.cpd-after-system__panel > span, .cpd-after-system__outcome strong),
body.checkpoint-classique-v2.theme-night .cpd-services :is(.cpd-after-system__panel > span, .cpd-after-system__outcome strong) {
  color: var(--v2-gold, #d9bd78);
}

html[data-theme="night"] body.checkpoint-classique-v2 .cpd-services .cpd-after-system__step span,
body.checkpoint-classique-v2.theme-night .cpd-services .cpd-after-system__step span {
  background: rgba(217, 189, 120, .22);
  color: var(--v2-gold, #d9bd78);
}

html[data-theme="night"] body.checkpoint-classique-v2 .cpd-services .cpd-after-system__actions .btn-secondary,
body.checkpoint-classique-v2.theme-night .cpd-services .cpd-after-system__actions .btn-secondary {
  border-color: rgba(217, 189, 120, .42);
  color: #fffaf0;
  background: rgba(7, 16, 29, .34);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-after-system__actions .btn-secondary,
body.checkpoint-digital-v2.theme-night .cpd-after-system__actions .btn-secondary {
  border-color: rgba(255, 250, 240, .34);
  color: #fffaf0;
  background: rgba(7, 16, 29, .34);
}

html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-revue:checked ~ .cpd-after-system__grid label[for="cpd-after-revue"],
html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-recommandations:checked ~ .cpd-after-system__grid label[for="cpd-after-recommandations"],
html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-plan:checked ~ .cpd-after-system__grid label[for="cpd-after-plan"],
html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-upgrade:checked ~ .cpd-after-system__grid label[for="cpd-after-upgrade"],
html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-portes:checked ~ .cpd-after-system__grid label[for="cpd-after-portes"],
body.checkpoint-digital-v2.theme-night #cpd-after-revue:checked ~ .cpd-after-system__grid label[for="cpd-after-revue"],
body.checkpoint-digital-v2.theme-night #cpd-after-recommandations:checked ~ .cpd-after-system__grid label[for="cpd-after-recommandations"],
body.checkpoint-digital-v2.theme-night #cpd-after-plan:checked ~ .cpd-after-system__grid label[for="cpd-after-plan"],
body.checkpoint-digital-v2.theme-night #cpd-after-upgrade:checked ~ .cpd-after-system__grid label[for="cpd-after-upgrade"],
body.checkpoint-digital-v2.theme-night #cpd-after-portes:checked ~ .cpd-after-system__grid label[for="cpd-after-portes"] {
  border-color: rgba(217, 189, 120, .55);
  background: rgba(11, 20, 35, .98);
}

html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-revue:checked ~ .cpd-after-system__grid label[for="cpd-after-revue"] span,
html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-recommandations:checked ~ .cpd-after-system__grid label[for="cpd-after-recommandations"] span,
html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-plan:checked ~ .cpd-after-system__grid label[for="cpd-after-plan"] span,
html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-upgrade:checked ~ .cpd-after-system__grid label[for="cpd-after-upgrade"] span,
html[data-theme="night"] body.checkpoint-digital-v2 #cpd-after-portes:checked ~ .cpd-after-system__grid label[for="cpd-after-portes"] span,
body.checkpoint-digital-v2.theme-night #cpd-after-revue:checked ~ .cpd-after-system__grid label[for="cpd-after-revue"] span,
body.checkpoint-digital-v2.theme-night #cpd-after-recommandations:checked ~ .cpd-after-system__grid label[for="cpd-after-recommandations"] span,
body.checkpoint-digital-v2.theme-night #cpd-after-plan:checked ~ .cpd-after-system__grid label[for="cpd-after-plan"] span,
body.checkpoint-digital-v2.theme-night #cpd-after-upgrade:checked ~ .cpd-after-system__grid label[for="cpd-after-upgrade"] span,
body.checkpoint-digital-v2.theme-night #cpd-after-portes:checked ~ .cpd-after-system__grid label[for="cpd-after-portes"] span {
  background: rgba(217, 189, 120, .24);
  color: var(--v2-gold, #d9bd78);
}

.cpd-constat {
  background: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-constat,
body.checkpoint-digital-v2.theme-night .cpd-constat {
  background: #07101d;
}

.cpd-constat__grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(320px, 1.06fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: stretch;
}

.cpd-sales-constat__cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1040px;
  margin-inline: auto;
}

.cpd-constat__media {
  min-height: clamp(420px, 44vw, 620px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 189, 120, .26);
  border-radius: 8px;
  background: #07101d;
}

.cpd-constat__media img,
.cpd-fit-grid article figure img,
.cpd-objection-grid article figure img,
.cpd-program-slide figure img,
.cpd-deliverables__grid figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpd-constat__videos {
  display: grid;
  grid-template-rows: 1.08fr .92fr;
  gap: .85rem;
  padding: .85rem;
  background: rgba(7, 16, 29, .94);
}

.cpd-constat__videos--single {
  grid-template-rows: 1fr;
}

.cpd-constat-video {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, .26);
  border-radius: 8px;
  color: #fffaf0;
  isolation: isolate;
}

.cpd-constat-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 16, 29, .08), rgba(7, 16, 29, .72)),
    linear-gradient(90deg, rgba(7, 16, 29, .42), rgba(7, 16, 29, .04));
}

.cpd-constat-video img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .32s ease;
}

.cpd-constat-video:hover img,
.cpd-constat-video:focus-visible img {
  transform: scale(1.035);
}

.cpd-constat-video__play {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 250, 240, .55);
  border-radius: 999px;
  background: rgba(7, 16, 29, .52);
  backdrop-filter: blur(8px);
}

.cpd-constat-video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fffaf0;
}

.cpd-constat-video div {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  max-width: 520px;
}

.cpd-constat-video small {
  display: block;
  margin-bottom: .45rem;
  color: var(--v2-gold, #d9bd78);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.cpd-constat-video strong {
  display: block;
  color: #fffaf0;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 400;
  line-height: 1;
}

.cpd-constat__cards {
  display: grid;
  gap: .85rem;
}

.cpd-constat__cards article {
  display: grid;
  align-content: center;
  min-height: 0;
  padding: clamp(1.35rem, 2.7vw, 2rem);
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(246, 240, 229, .86);
  box-shadow: 0 24px 70px rgba(17, 27, 47, .08);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-constat__cards article,
body.checkpoint-digital-v2.theme-night .cpd-constat__cards article {
  background: rgba(11, 20, 35, .86);
  box-shadow: none;
}

.cpd-constat__cards strong {
  display: block;
  color: var(--v2-gold-deep, #b9974d);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: .88;
}

body.checkpoint-classique-v2 .cpd-constat__cards strong {
  text-align: center;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-constat__cards strong,
body.checkpoint-digital-v2.theme-night .cpd-constat__cards strong {
  color: var(--v2-gold, #d9bd78);
}

.cpd-constat__cards p {
  margin: .8rem 0 .7rem;
  color: rgba(17, 27, 47, .74);
  line-height: 1.62;
}

.cpd-constat__headline {
  color: var(--v2-ink, #111b2f);
  font-weight: 750;
  text-align: center;
}

.cpd-constat__cards span,
.cpd-constat__source {
  color: rgba(17, 27, 47, .52);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cpd-constat__source {
  margin: 1.2rem 0 0;
  text-align: center;
}

.cpd-constat__source a {
  color: var(--v2-gold-deep, #b9974d);
}

html[data-theme="night"] body.checkpoint-digital-v2 :is(.cpd-constat__cards p, .cpd-constat__cards span, .cpd-constat__source),
body.checkpoint-digital-v2.theme-night :is(.cpd-constat__cards p, .cpd-constat__cards span, .cpd-constat__source) {
  color: rgba(255, 250, 240, .72);
}

.cpd-fit-grid article,
.cpd-objection-grid article {
  overflow: hidden;
}

.cpd-fit-grid article figure,
.cpd-objection-grid article figure {
  height: 240px;
  margin: -1.9rem -1.9rem 1.25rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(217, 189, 120, .22);
  background: #07101d;
}

.cpd-objection-grid--four article figure {
  height: 230px;
}

.cpd-fit-grid article figure img,
.cpd-objection-grid article figure img {
  object-position: center 58%;
}

.cpd-programme {
  background: url("../img/checkpoint-digital-bg-program-road-20260603.jpg") center/cover;
}

.cpd-programme .cpd-section-head,
.cpd-programme .cpd-section-head h2,
.cpd-programme .cpd-section-head p,
.cpd-programme .rf-kicker {
  color: #fffaf0;
  text-shadow: 0 2px 16px rgba(7, 16, 29, .56);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-programme,
body.checkpoint-digital-v2.theme-night .cpd-programme {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .92), rgba(7, 16, 29, .78)),
    url("../img/checkpoint-digital-bg-program-road-20260603.jpg") center/cover;
}

.cpd-program-carousel {
  max-width: 1040px;
  margin: 0 auto;
}

.cpd-process-brief {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .85rem;
  max-width: 1040px;
  margin: 0 auto 1.15rem;
}

.cpd-process-brief article {
  min-height: 168px;
  padding: clamp(1.05rem, 2vw, 1.35rem);
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(246, 240, 229, .94);
  box-shadow: 0 18px 60px rgba(17, 27, 47, .08);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-process-brief article,
body.checkpoint-digital-v2.theme-night .cpd-process-brief article {
  background: rgba(7, 16, 29, .92);
  box-shadow: none;
}

.cpd-process-brief span {
  display: block;
  color: var(--v2-gold-deep, #b9974d);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.cpd-process-brief strong {
  display: block;
  margin: .72rem 0 .45rem;
  color: var(--v2-ink, #111b2f);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.72rem, 2.8vw, 2.4rem);
  font-weight: 400;
  line-height: .98;
}

.cpd-process-brief p {
  margin: 0;
  color: rgba(17, 27, 47, .72);
  font-size: .95rem;
  line-height: 1.62;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-process-brief :is(strong, p),
body.checkpoint-digital-v2.theme-night .cpd-process-brief :is(strong, p) {
  color: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-process-brief span,
body.checkpoint-digital-v2.theme-night .cpd-process-brief span {
  color: var(--v2-gold, #d9bd78);
}

.cpd-program-carousel__viewport {
  overflow: hidden;
  border: 1px solid rgba(217, 189, 120, .25);
  border-radius: 8px;
  background: #f6f0e5;
  box-shadow: 0 30px 90px rgba(17, 27, 47, .10);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-program-carousel__viewport,
body.checkpoint-digital-v2.theme-night .cpd-program-carousel__viewport {
  background: #0b1423;
  box-shadow: none;
}

.cpd-program-carousel__track {
  display: flex;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.cpd-program-slide {
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(320px, .42fr);
  min-width: 100%;
  min-height: clamp(420px, 39vw, 520px);
  background: #f6f0e5;
}

.cpd-program-carousel--compact .cpd-program-slide {
  min-height: 0;
}

.cpd-program-carousel--compact .cpd-program-slide figure {
  min-height: 0;
  height: clamp(320px, 31vw, 420px);
}

.cpd-program-carousel--compact .cpd-program-slide div {
  padding: clamp(1.35rem, 3vw, 2.35rem);
}

.cpd-program-carousel--compact .cpd-program-slide strong {
  font-size: clamp(2.15rem, 3.6vw, 3.25rem);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-program-slide,
body.checkpoint-digital-v2.theme-night .cpd-program-slide {
  background: #0b1423;
}

.cpd-program-slide figure {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.cpd-program-slide div {
  display: grid;
  align-content: center;
  padding: clamp(1.6rem, 4vw, 3.2rem);
}

.cpd-program-slide span,
.cpd-deliverables__grid span,
.cpd-score-example span {
  display: block;
  color: var(--v2-gold-deep, #b9974d);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

html[data-theme="night"] body.checkpoint-digital-v2 :is(.cpd-program-slide span, .cpd-deliverables__grid span, .cpd-score-example span),
body.checkpoint-digital-v2.theme-night :is(.cpd-program-slide span, .cpd-deliverables__grid span, .cpd-score-example span),
.cpd-section--blue :is(.cpd-deliverables__grid span, .cpd-score-example span) {
  color: var(--v2-gold, #d9bd78);
}

.cpd-program-slide strong {
  display: block;
  margin: .85rem 0 .8rem;
  color: var(--v2-ink, #111b2f);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(2.5rem, 4.4vw, 4.2rem);
  font-weight: 400;
  line-height: .9;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-program-slide strong,
body.checkpoint-digital-v2.theme-night .cpd-program-slide strong {
  color: #fffaf0;
}

.cpd-program-slide p {
  margin: 0;
  color: rgba(17, 27, 47, .72);
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  line-height: 1.72;
}

.cpd-program-slide ul {
  display: grid;
  gap: .48rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.cpd-program-slide li {
  position: relative;
  padding-left: 1rem;
  color: rgba(17, 27, 47, .72);
  font-size: .95rem;
  line-height: 1.5;
}

.cpd-program-slide li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: .34rem;
  height: .34rem;
  border-radius: 999px;
  background: var(--v2-gold, #d9bd78);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-program-slide :is(p, li),
body.checkpoint-digital-v2.theme-night .cpd-program-slide :is(p, li) {
  color: rgba(255, 250, 240, .78);
}

.cpd-program-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.cpd-program-carousel__dots,
.cpd-program-carousel__arrows {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.cpd-program-carousel__dots button,
.cpd-program-carousel__arrows button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 189, 120, .28);
  border-radius: 999px;
  color: var(--v2-ink, #111b2f);
  background: rgba(246, 240, 229, .72);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.cpd-program-carousel__dots button {
  width: 38px;
  height: 8px;
}

.cpd-program-carousel__dots button.is-active {
  width: 64px;
  background: var(--v2-gold, #d9bd78);
  border-color: var(--v2-gold, #d9bd78);
}

.cpd-program-carousel__arrows button {
  width: 44px;
  height: 44px;
  font-size: 1.15rem;
}

html[data-theme="night"] body.checkpoint-digital-v2 :is(.cpd-program-carousel__dots button, .cpd-program-carousel__arrows button),
body.checkpoint-digital-v2.theme-night :is(.cpd-program-carousel__dots button, .cpd-program-carousel__arrows button) {
  color: #fffaf0;
  background: rgba(7, 16, 29, .72);
}

.cpd-deliverables__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}

.cpd-deliverables {
  background: #fffaf0;
  color: var(--v2-ink, #111b2f);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-deliverables,
body.checkpoint-digital-v2.theme-night .cpd-deliverables {
  background: #07101d;
  color: #fffaf0;
}

.cpd-deliverables .cpd-section-head--light {
  color: var(--v2-ink, #111b2f);
}

.cpd-deliverables .cpd-section-head--light p {
  color: rgba(17, 27, 47, .72);
}

body.checkpoint-digital-v2.theme-day .cpd-deliverables .cpd-deliverables__lead,
html[data-theme="day"] body.checkpoint-digital-v2 .cpd-deliverables .cpd-deliverables__lead {
  color: var(--v2-ink, #111b2f);
  text-shadow: none;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-deliverables .cpd-section-head--light,
body.checkpoint-digital-v2.theme-night .cpd-deliverables .cpd-section-head--light {
  color: #fffaf0;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-deliverables .cpd-section-head--light p,
body.checkpoint-digital-v2.theme-night .cpd-deliverables .cpd-section-head--light p {
  color: rgba(255, 250, 240, .74);
}

.cpd-deliverables__grid article {
  overflow: hidden;
  border: 1px solid rgba(217, 189, 120, .22);
  border-radius: 8px;
  background: rgba(246, 240, 229, .9);
  box-shadow: 0 24px 70px rgba(17, 27, 47, .08);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-deliverables__grid article,
body.checkpoint-digital-v2.theme-night .cpd-deliverables__grid article {
  background: rgba(255, 250, 240, .06);
  box-shadow: none;
}

.cpd-deliverables__grid figure {
  height: clamp(240px, 22vw, 300px);
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(217, 189, 120, .18);
  background: rgba(255, 250, 240, .08);
}

.cpd-deliverables__grid figure img {
  object-position: center 55%;
}

.cpd-deliverables__grid article > :not(figure) {
  padding-inline: 1.2rem;
}

.cpd-deliverables__grid span {
  padding-top: 1.2rem;
}

.cpd-deliverables__grid h3 {
  margin: .65rem 0 .55rem;
  color: var(--v2-ink, #111b2f);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.75rem, 2.25vw, 2.2rem);
  font-weight: 400;
  line-height: .98;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-deliverables__grid h3,
body.checkpoint-digital-v2.theme-night .cpd-deliverables__grid h3 {
  color: #fffaf0;
}

.cpd-deliverables__grid p {
  min-height: 0;
  margin: 0;
  padding-bottom: 1.25rem;
  color: rgba(17, 27, 47, .72);
  font-size: .96rem;
  line-height: 1.58;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-deliverables__grid p,
body.checkpoint-digital-v2.theme-night .cpd-deliverables__grid p {
  color: rgba(255, 250, 240, .74);
}

.cpd-score-example {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr) minmax(280px, .82fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  margin-top: 1rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(246, 240, 229, .9);
  box-shadow: 0 24px 70px rgba(17, 27, 47, .08);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-score-example,
body.checkpoint-digital-v2.theme-night .cpd-score-example {
  background: rgba(255, 250, 240, .08);
  box-shadow: none;
}

.cpd-score-example figure {
  min-height: 260px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #07101d;
}

.cpd-score-example figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.cpd-score-example strong {
  display: block;
  margin: .7rem 0 .7rem;
  color: var(--v2-ink, #111b2f);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  font-weight: 400;
  line-height: .92;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-score-example strong,
body.checkpoint-digital-v2.theme-night .cpd-score-example strong {
  color: #fffaf0;
}

.cpd-score-example p,
.cpd-score-example li {
  color: rgba(17, 27, 47, .74);
  line-height: 1.65;
}

html[data-theme="night"] body.checkpoint-digital-v2 :is(.cpd-score-example p, .cpd-score-example li),
body.checkpoint-digital-v2.theme-night :is(.cpd-score-example p, .cpd-score-example li) {
  color: rgba(255, 250, 240, .76);
}

.cpd-score-example p {
  margin: 0;
}

.cpd-score-example ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cpd-score-example li {
  position: relative;
  padding-left: 1.15rem;
  margin-top: .85rem;
}

.cpd-score-example li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v2-gold, #d9bd78);
}

.cpd-option-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 1.35rem;
}

.cpd-option-actions .btn-secondary {
  border-color: rgba(17, 27, 47, .22);
  color: var(--v2-ink, #111b2f);
  background: rgba(255, 250, 240, .42);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-option-actions .btn-secondary,
body.checkpoint-digital-v2.theme-night .cpd-option-actions .btn-secondary {
  border-color: rgba(255, 250, 240, .34);
  color: #fffaf0;
  background: rgba(7, 16, 29, .34);
}

.cpd-pricing {
  background: #f6f0e5;
  color: var(--v2-ink, #111b2f);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing,
body.checkpoint-digital-v2.theme-night .cpd-pricing {
  background: #0b1423;
  color: #fffaf0;
}

.cpd-pricing-grid {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.cpd-pricing-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin-inline: auto;
}

.cpd-pricing-grid--premium {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cpd-pricing-grid--premium .cpd-pricing-card--price {
  grid-column: 1 / -1;
}

.cpd-pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.35rem, 2.8vw, 2rem);
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(255, 250, 240, .86);
  color: var(--v2-ink, #111b2f);
  box-shadow: 0 24px 70px rgba(17, 27, 47, .08);
}

.cpd-pricing-card--price {
  background:
    linear-gradient(145deg, rgba(7, 16, 29, .96), rgba(11, 20, 35, .9)),
    #07101d;
  color: #fffaf0;
  box-shadow: 0 30px 90px rgba(7, 16, 29, .22);
}

.cpd-pricing-card--price h3 {
  margin-top: 2.05rem;
}

.cpd-pricing-grid--premium .cpd-pricing-card--price h3 {
  margin-top: .9rem;
}

.cpd-pricing-grid--premium .cpd-pricing-card h3 {
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
}

.cpd-pricing-card--price .cpd-pricing-card__price {
  margin-top: clamp(1.35rem, 3vw, 2rem);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing-card,
body.checkpoint-digital-v2.theme-night .cpd-pricing-card {
  border-color: rgba(217, 189, 120, .22);
  background: rgba(7, 16, 29, .72);
  color: #fffaf0;
  box-shadow: none;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing-card--price,
body.checkpoint-digital-v2.theme-night .cpd-pricing-card--price {
  background: rgba(7, 16, 29, .94);
}

.cpd-pricing-card > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: .95rem;
  color: var(--v2-gold-deep, #b9974d);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.cpd-pricing-card--price > span,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing-card > span,
body.checkpoint-digital-v2.theme-night .cpd-pricing-card > span {
  color: var(--v2-gold, #d9bd78);
}

.cpd-pricing-card h3 {
  margin: 0;
  color: inherit;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.8rem, 2.7vw, 2.85rem);
  font-weight: 400;
  line-height: .98;
}

.cpd-pricing-card__price {
  margin: clamp(1.35rem, 3vw, 2rem) 0 1rem;
}

.cpd-pricing-card__price strong {
  display: block;
  color: var(--v2-gold, #d9bd78);
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(3.1rem, 5.5vw, 4.8rem);
  font-weight: 400;
  line-height: .84;
}

.cpd-pricing-card__price small {
  display: block;
  margin-top: 1rem;
  color: rgba(255, 250, 240, .72);
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cpd-pricing-card__price--upgrade {
  margin-bottom: .8rem;
}

.cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__price small {
  color: rgba(17, 27, 47, .58);
}

.cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__price strong {
  color: var(--v2-gold-deep, #b9974d);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__price strong,
body.checkpoint-digital-v2.theme-night .cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__price strong {
  color: var(--v2-gold, #d9bd78);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__price small,
body.checkpoint-digital-v2.theme-night .cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__price small {
  color: rgba(255, 250, 240, .62);
}

.cpd-pricing-card p {
  margin: 1rem 0 0;
  color: rgba(17, 27, 47, .72);
  font-size: 1rem;
  line-height: 1.68;
}

.cpd-pricing-card--price p,
html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing-card p,
body.checkpoint-digital-v2.theme-night .cpd-pricing-card p {
  color: rgba(255, 250, 240, .74);
}

.cpd-pricing-card ul {
  display: grid;
  gap: .75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.cpd-pricing-card li {
  position: relative;
  padding-left: 1.35rem;
  color: rgba(17, 27, 47, .72);
  font-size: .97rem;
  line-height: 1.52;
}

.cpd-pricing-card--price li {
  color: rgba(255, 250, 240, .76);
}

.cpd-pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v2-gold-deep, #b9974d);
}

.cpd-pricing-card--price li::before {
  background: var(--v2-gold, #d9bd78);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing-card li,
body.checkpoint-digital-v2.theme-night .cpd-pricing-card li {
  color: rgba(255, 250, 240, .74);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing-card li::before,
body.checkpoint-digital-v2.theme-night .cpd-pricing-card li::before {
  background: var(--v2-gold, #d9bd78);
}

.cpd-pricing-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: auto;
  padding-top: 1.4rem;
}

.cpd-pricing-card__actions .btn-secondary {
  border-color: rgba(255, 250, 240, .44);
  color: #fffaf0;
  background: rgba(255, 250, 240, .08);
}

.cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__actions .btn-secondary {
  border-color: rgba(17, 27, 47, .2);
  color: var(--v2-ink, #111b2f);
  background: rgba(255, 250, 240, .52);
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__actions .btn-secondary,
body.checkpoint-digital-v2.theme-night .cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__actions .btn-secondary {
  border-color: rgba(255, 250, 240, .3);
  color: #fffaf0;
  background: rgba(255, 250, 240, .06);
}

@keyframes cpdAfterProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cpd-after-system__step::after {
    animation: none !important;
    transform: scaleX(1);
  }
}

.cpd-final {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .72), rgba(7, 16, 29, .46)),
    url("../img/checkpoint-final-strategy-room-day-20260531.jpg") center/cover;
}

html[data-theme="night"] body.checkpoint-digital-v2 .cpd-final,
body.checkpoint-digital-v2.theme-night .cpd-final {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .9), rgba(7, 16, 29, .74)),
    url("../img/checkpoint-final-strategy-room-20260531.jpg") center/cover;
}

.cpd-final p {
  color: rgba(255, 250, 240, .82);
  text-shadow: 0 2px 12px rgba(7, 16, 29, .42);
}

.cpd-final h2,
.cpd-final .rf-kicker {
  text-shadow: 0 2px 16px rgba(7, 16, 29, .48);
}

.cpd-final .btn-secondary {
  border-color: rgba(255, 250, 240, .55);
  color: #fffaf0;
  background: rgba(7, 16, 29, .26);
}

@media (max-width: 980px) {
  .cpd-hero > .container,
  .cpd-intro__grid,
  .cpd-analysis__grid,
  .cpd-recovery__grid,
  .cpd-program-grid,
  .cpd-format-grid,
  .cpd-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .cpd-hero {
    min-height: auto;
  }

  .cpd-hero__panel {
    max-width: 520px;
  }

  .cpd-program-card {
    grid-template-columns: 1fr;
  }

  .cpd-program-card figure,
  .cpd-analysis__media {
    min-height: 360px;
  }

  .cpd-decision-grid,
  .cpd-recovery-cards,
  .cpd-offer-summary__grid,
  .cpd-proof__grid,
  .cpd-conversion-grid,
  .cpd-constat__grid,
  .cpd-sales-constat__cards,
  .cpd-offer-summary__cards,
  .cpd-program-slide,
  .cpd-deliverables__grid,
  .cpd-score-example,
  .cpd-fit-grid,
  .cpd-objection-grid,
  .cpd-objection-grid--four,
  .cpd-process-brief,
  .cpd-case-study__lead,
  .cpd-case-study__grid,
  .cpd-after-system__grid,
  .cpd-pricing-grid {
    grid-template-columns: 1fr;
  }

  .cpd-case-study__lead figure {
    min-height: 340px;
  }

  .cpd-case-study__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpd-after-system__steps {
    display: flex;
    gap: .85rem;
    overflow-x: auto;
    padding-bottom: .35rem;
    scroll-snap-type: x mandatory;
  }

  .cpd-after-system__step {
    flex: 0 0 min(300px, 74vw);
    min-height: 142px;
    scroll-snap-align: start;
  }

  .cpd-after-system__stage {
    min-height: 0;
  }

  .cpd-constat__media,
  .cpd-program-slide {
    min-height: auto;
  }

  .cpd-program-slide figure {
    min-height: 330px;
  }

  .cpd-deliverables__grid {
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .cpd-main .container {
    width: min(100% - 1.25rem, 1180px);
  }

  .cpd-hero {
    padding-top: 7.5rem;
  }

  .cpd-main--compact .cpd-hero {
    min-height: auto;
  }

  .cpd-main--compact .cpd-section {
    padding: 3.35rem 0;
  }

  .cpd-hero h1 {
    font-size: clamp(2.95rem, 14vw, 4.05rem);
  }

  .cpd-main--compact .cpd-section h2,
  .cpd-section h2,
  .cpd-final h2,
  .cpd-intro h2,
  .cpd-analysis h2,
  .cpd-recovery h2 {
    font-size: clamp(2.45rem, 11.4vw, 3.35rem);
    line-height: .98;
  }

  .cpd-section-head {
    margin-bottom: 1.45rem;
  }

  .cpd-offer-summary__grid,
  .cpd-proof__grid,
  .cpd-conversion-grid {
    gap: 1.2rem;
  }

  .cpd-offer-summary h2,
  .cpd-proof h2,
  .cpd-conversion-grid h2 {
    margin: .72rem 0;
  }

  .cpd-summary-card,
  .cpd-fit-grid article,
  .cpd-proof-stack article,
  .cpd-objection-grid article,
  .cpd-mini-proof {
    padding: 1.1rem;
  }

  .cpd-fit-grid article figure,
  .cpd-objection-grid article figure {
    height: 190px;
    margin: -1.1rem -1.1rem 1rem;
  }

  .cpd-after-system__panel {
    padding: 1.05rem;
  }

  .cpd-after-system__panel figure {
    height: 250px;
    margin-bottom: 1.2rem;
  }

  .cpd-after-system__panel h3 {
    font-size: clamp(1.5rem, 7.2vw, 2.15rem);
    line-height: 1.08;
  }

  .cpd-after-system__route-frame {
    grid-template-columns: 1fr;
    padding: .65rem;
  }

  .cpd-constat__media,
  .cpd-program-slide figure,
  .cpd-deliverables__grid figure {
    min-height: 0;
    height: 250px;
  }

  .cpd-constat__videos {
    height: 460px;
  }

  .cpd-constat-video strong {
    font-size: clamp(1.45rem, 7vw, 1.85rem);
  }

  .cpd-program-slide div,
  .cpd-score-example {
    padding: 1.15rem;
  }

  .cpd-program-carousel__nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .cpd-fit-grid article,
  .cpd-proof-stack article,
  .cpd-objection-grid article,
  .cpd-case-study__grid article {
    min-height: 0;
  }

  .cpd-summary-card strong,
  .cpd-proof-stack strong,
  .cpd-objection-grid strong,
  .cpd-mini-proof strong {
    font-size: clamp(1.55rem, 8vw, 2rem);
    line-height: 1.02;
  }

  .cpd-fit-grid h3 {
    margin: .6rem 0 .45rem;
    font-size: clamp(1.75rem, 9vw, 2.25rem);
  }

  .cpd-case-study__lead figure {
    min-height: 0;
    height: 260px;
  }

  .cpd-case-study__lead > div,
  .cpd-case-study__grid article {
    padding: 1.1rem;
  }

  .cpd-case-study__grid {
    grid-template-columns: 1fr;
  }

  .cpd-case-study h3 {
    font-size: clamp(2rem, 10vw, 2.55rem);
    line-height: .96;
  }

  .cpd-offer-summary p,
  .cpd-proof p,
  .cpd-conversion-grid p,
  .cpd-objections p,
  .cpd-summary-card li {
    font-size: .96rem;
    line-height: 1.58;
  }

  .cpd-summary-card li {
    margin-top: .62rem;
  }

  .cpd-analysis-list article {
    grid-template-columns: 1fr;
    gap: .4rem;
  }

  .cpd-hero__actions .btn-primary,
  .cpd-hero__actions .btn-secondary,
  .cpd-final__actions .btn-primary,
  .cpd-final__actions .btn-secondary,
  .cpd-pricing-card__actions .btn-primary,
  .cpd-pricing-card__actions .btn-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .cpd-proof-stack {
    grid-template-columns: 1fr;
  }
}

/* Charte ecriture V2 - Sprint 2 harmonisation offres Checkpoint, 2026-06-05. */
body.production-v2.checkpoint-digital-v2 .cpd-hero h1 {
  max-width: min(780px, 100%) !important;
  font-family: var(--rf-font-title, var(--font-head, "Cormorant Garamond", serif)) !important;
  font-size: var(--rf-type-hero-title, clamp(3.15rem, 5.85vw, 5.15rem)) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: var(--rf-line-tight, 0.96) !important;
}

body.production-v2.checkpoint-digital-v2 .cpd-hero__subtitle {
  max-width: 760px !important;
  font-family: var(--rf-font-title, var(--font-head, "Cormorant Garamond", serif)) !important;
  font-size: var(--rf-type-hero-subtitle, clamp(1.38rem, 2.2vw, 1.86rem)) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
}

body.production-v2.checkpoint-digital-v2 :is(.cpd-section h2, .cpd-final h2, .cpd-intro h2, .cpd-analysis h2, .cpd-recovery h2) {
  font-family: var(--rf-font-title, var(--font-head, "Cormorant Garamond", serif)) !important;
  font-size: var(--rf-type-section-title, clamp(2.15rem, 3.7vw, 3.7rem)) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: var(--rf-line-title, 1.04) !important;
}

body.production-v2.checkpoint-digital-v2 :is(.cpd-pricing-card h3, .cpd-summary-card strong, .cpd-fit-grid h3, .cpd-proof-stack strong, .cpd-objection-grid h3, .cpd-objection-grid strong, .cpd-mini-proof strong, .cpd-after-system__panel h3, .cpd-case-study h3, .cpd-program-slide h3, .cpd-deliverables__grid h3, .cpd-score-example h3) {
  font-family: var(--rf-font-title, var(--font-head, "Cormorant Garamond", serif)) !important;
  font-size: var(--rf-type-card-title, clamp(1.35rem, 2vw, 1.95rem)) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

body.production-v2.checkpoint-digital-v2 :is(.cpd-section-head p, .cpd-pricing-card p, .cpd-pricing-card li, .cpd-summary-card li, .cpd-fit-grid p, .cpd-proof p, .cpd-conversion-grid p, .cpd-objections p, .cpd-program-slide p, .cpd-deliverables__grid p, .cpd-score-example p, .cpd-case-study p, .cpd-after-system__panel p, .cpd-hero__lead, .cpd-hero__panel p, .cpd-hero__panel small) {
  font-family: var(--rf-font-body, var(--font-body, "Inter", sans-serif)) !important;
  font-size: var(--rf-type-body, clamp(0.98rem, 0.34vw + 0.9rem, 1.06rem)) !important;
  letter-spacing: 0 !important;
  line-height: var(--rf-line-copy, 1.68) !important;
}

body.production-v2.checkpoint-digital-v2 :is(.rf-kicker, .cpd-hero__chips span, .cpd-hero__panel span, .cpd-pricing-card > span, .cpd-pricing-card__price small, .cpd-deliverables__grid span, .cpd-score-example span, .cpd-mini-proof span, .cpd-mini-proof em, .cpd-after-system__step span, .cpd-program-card span, .cpd-process-brief span) {
  font-family: var(--rf-font-body, var(--font-body, "Inter", sans-serif)) !important;
  font-size: var(--rf-type-kicker, 0.72rem) !important;
  font-weight: 800 !important;
  letter-spacing: var(--rf-letter-kicker, 0.16em) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.production-v2.checkpoint-digital-v2 :is(.cpd-pricing-card__price strong, .cpd-hero__panel strong) {
  font-family: var(--rf-font-title, var(--font-head, "Cormorant Garamond", serif)) !important;
  font-size: clamp(3rem, 5vw, 4.8rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 0.95 !important;
}

body.production-v2.checkpoint-digital-v2 :is(.btn-primary, .btn-secondary, .nav__cta, .cpd-hero__actions a, .cpd-final__actions a, .cpd-pricing-card__actions a, .cpd-option-actions a, .cpd-after-system__actions a) {
  font-family: var(--rf-font-body, var(--font-body, "Inter", sans-serif)) !important;
  font-size: var(--rf-type-cta, 0.76rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

@media (max-width: 760px) {
  body.production-v2.checkpoint-digital-v2 .cpd-hero h1 {
    font-size: var(--rf-type-hero-title-mobile, clamp(2.85rem, 12.8vw, 3.95rem)) !important;
    line-height: 0.98 !important;
  }

  body.production-v2.checkpoint-digital-v2 :is(.cpd-section h2, .cpd-final h2, .cpd-intro h2, .cpd-analysis h2, .cpd-recovery h2) {
    font-size: clamp(2rem, 9.5vw, 2.9rem) !important;
  }

  body.production-v2.checkpoint-digital-v2 :is(.cpd-pricing-card h3, .cpd-summary-card strong, .cpd-fit-grid h3, .cpd-proof-stack strong, .cpd-objection-grid h3, .cpd-objection-grid strong, .cpd-mini-proof strong, .cpd-after-system__panel h3, .cpd-case-study h3, .cpd-program-slide h3, .cpd-deliverables__grid h3, .cpd-score-example h3) {
    font-size: var(--rf-type-card-title, clamp(1.35rem, 2vw, 1.95rem)) !important;
  }

  body.production-v2.checkpoint-digital-v2 :is(.cpd-pricing-card__price strong, .cpd-hero__panel strong) {
    font-size: clamp(2.6rem, 11vw, 4rem) !important;
  }
}

/* Checkpoint Classique - corrections contraste et accents, 2026-06-05. */
body.checkpoint-classique-v2 .cpd-hero__subtitle {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-classique-v2.theme-day .cpd-offer-summary,
html[data-theme="day"] body.checkpoint-classique-v2 .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .74), rgba(7, 16, 29, .44)),
    url("../img/checkpoint-classique-bg-offer-day-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-classique-v2.theme-night .cpd-offer-summary,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .9), rgba(7, 16, 29, .68)),
    url("../img/checkpoint-classique-bg-offer-night-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-classique-v2.theme-day .cpd-services,
html[data-theme="day"] body.checkpoint-classique-v2 .cpd-services {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .78), rgba(7, 16, 29, .48)),
    url("../img/checkpoint-classique-bg-services-day-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-classique-v2.theme-night .cpd-services,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-services {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .92), rgba(7, 16, 29, .72)),
    url("../img/checkpoint-classique-bg-services-night-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-classique-v2.theme-day .cpd-offer-summary .cpd-summary-card strong,
html[data-theme="day"] body.checkpoint-classique-v2 .cpd-offer-summary .cpd-summary-card strong {
  color: var(--v2-ink, #111b2f);
}

body.checkpoint-classique-v2.theme-night .cpd-offer-summary .cpd-summary-card strong,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-offer-summary .cpd-summary-card strong {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-classique-v2 .cpd-case-study__grid span {
  text-align: center;
}

body.checkpoint-classique-v2.theme-night #pour-qui .cpd-section-head h2,
html[data-theme="night"] body.checkpoint-classique-v2 #pour-qui .cpd-section-head h2,
body.checkpoint-classique-v2.theme-night .cpd-case-study__lead h3,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-case-study__lead h3,
body.checkpoint-classique-v2.theme-night .cpd-case-study__grid span,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-case-study__grid span {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-classique-v2.theme-night .cpd-programme .cpd-section-head__subtitle,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-programme .cpd-section-head__subtitle,
body.checkpoint-classique-v2.theme-night .cpd-process-brief strong,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-process-brief strong,
body.checkpoint-classique-v2.theme-night .cpd-program-slide strong,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-program-slide strong {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-classique-v2 .cpd-deliverables__grid h3 {
  color: var(--v2-gold-deep, #b9974d);
}

body.checkpoint-classique-v2.theme-night .cpd-deliverables__grid h3,
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-deliverables__grid h3 {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-classique-v2.theme-night .cpd-services :is(.cpd-section-head__subtitle, .cpd-after-system__step strong),
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-services :is(.cpd-section-head__subtitle, .cpd-after-system__step strong),
body.checkpoint-classique-v2.theme-night .cpd-pricing :is(.rf-kicker, .cpd-section-head h2, .cpd-pricing-card > span, .cpd-pricing-card h3, .cpd-pricing-card__price strong, .cpd-pricing-card__price small),
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-pricing :is(.rf-kicker, .cpd-section-head h2, .cpd-pricing-card > span, .cpd-pricing-card h3, .cpd-pricing-card__price strong, .cpd-pricing-card__price small),
body.checkpoint-classique-v2.theme-night .cpd-final :is(.rf-kicker, h2),
html[data-theme="night"] body.checkpoint-classique-v2 .cpd-final :is(.rf-kicker, h2) {
  color: var(--v2-gold, #d9bd78) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-hero__subtitle,
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-hero .cpd-hero__subtitle,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-hero .cpd-hero__subtitle,
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night #pour-qui .cpd-case-study__lead h3,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 #pour-qui .cpd-case-study__lead h3,
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night #pour-qui .cpd-case-study__grid span,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 #pour-qui .cpd-case-study__grid span,
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-programme .cpd-process-brief strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-programme .cpd-process-brief strong,
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-programme .cpd-program-slide strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-programme .cpd-program-slide strong,
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-deliverables .cpd-deliverables__grid h3,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-deliverables .cpd-deliverables__grid h3 {
  color: var(--v2-gold, #d9bd78) !important;
}

/* Checkpoint Classique - scenes d'action et corrections finales, 2026-06-05. */
body.checkpoint-classique-v2 .cpd-hero__panel {
  align-self: end;
}

body.checkpoint-classique-v2 .cpd-hero__panel p {
  margin-bottom: 0;
}

body.checkpoint-classique-v2 .cpd-constat-video::after {
  background: transparent !important;
}

body.checkpoint-classique-v2 .cpd-constat-video div {
  text-shadow: 0 16px 42px rgba(7, 16, 29, .84);
}

body.checkpoint-classique-v2 .cpd-case-study__grid article {
  --case-card-pad: clamp(1.05rem, 2vw, 1.35rem);
  align-content: start;
  gap: .72rem;
  overflow: hidden;
  padding: var(--case-card-pad);
}

body.checkpoint-classique-v2 .cpd-case-study__grid article figure {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid rgba(185, 151, 77, .2);
  margin: calc(var(--case-card-pad) * -1) calc(var(--case-card-pad) * -1) .9rem;
  overflow: hidden;
}

body.checkpoint-classique-v2 .cpd-case-study__grid article figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.checkpoint-classique-v2 .cpd-case-study__grid strong {
  font-size: clamp(1.22rem, 1.45vw, 1.55rem) !important;
  line-height: 1.08 !important;
}

body.checkpoint-classique-v2 .cpd-case-study__grid p {
  font-size: .94rem !important;
  line-height: 1.5 !important;
}

body.checkpoint-classique-v2 .cpd-programme .cpd-section-head {
  margin-bottom: clamp(2.1rem, 4vw, 3.2rem);
}

body.checkpoint-classique-v2 .cpd-after-system__stage {
  min-height: clamp(510px, 48vw, 620px);
}

body.checkpoint-classique-v2 .cpd-after-system__panel figure {
  height: clamp(260px, 27vw, 380px);
}

body.checkpoint-classique-v2 .cpd-after-system__panel h3 {
  margin-bottom: .78rem;
}

body.checkpoint-classique-v2 .cpd-after-system__panel p {
  max-width: 720px;
}

body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-constat__cards strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-constat__cards strong,
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-offer-summary .cpd-section-head h2,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-offer-summary .cpd-section-head h2,
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-deliverables .cpd-section-head h2,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-deliverables .cpd-section-head h2 {
  color: var(--v2-gold, #d9bd78) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-pricing-card--price,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-pricing-card--price {
  background: rgba(246, 240, 229, .96) !important;
  border-color: rgba(217, 189, 120, .45) !important;
  color: var(--v2-ink, #111b2f) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-pricing-card--price :is(h3, li),
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-pricing-card--price :is(h3, li) {
  color: var(--v2-ink, #111b2f) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-pricing-card--price :is(span, .cpd-pricing-card__price strong, .cpd-pricing-card__price small),
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-pricing-card--price :is(span, .cpd-pricing-card__price strong, .cpd-pricing-card__price small) {
  color: var(--v2-gold-deep, #b9974d) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-pricing-card--price li::before,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-pricing-card--price li::before {
  background: var(--v2-gold-deep, #b9974d) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night .cpd-pricing-card--upgrade .cpd-pricing-card__actions .btn-secondary,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 .cpd-pricing-card--upgrade .cpd-pricing-card__actions .btn-secondary {
  color: var(--v2-gold, #d9bd78) !important;
}

@media (max-width: 760px) {
  body.checkpoint-classique-v2 .cpd-case-study__grid article figure {
    aspect-ratio: 16 / 9;
  }

  body.checkpoint-classique-v2 .cpd-after-system__stage {
    min-height: 0;
  }
}

/* Checkpoint Premium - alignement avec la page Classique, 2026-06-05. */
body.checkpoint-premium-v2 .cpd-hero__subtitle {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-premium-v2 .cpd-hero__panel {
  align-self: end;
}

body.checkpoint-premium-v2 .cpd-hero__panel p {
  margin-bottom: 0;
}

body.checkpoint-premium-v2.theme-day .cpd-offer-summary,
html[data-theme="day"] body.checkpoint-premium-v2 .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .74), rgba(7, 16, 29, .44)),
    url("../img/checkpoint-premium-bg-offer-day-road-20260606-v3.jpg") center/cover;
}

body.checkpoint-premium-v2.theme-night .cpd-offer-summary,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .92), rgba(7, 16, 29, .72)),
    url("../img/checkpoint-premium-bg-offer-night-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-premium-v2.theme-day .cpd-services,
html[data-theme="day"] body.checkpoint-premium-v2 .cpd-services {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .78), rgba(7, 16, 29, .48)),
    url("../img/checkpoint-premium-bg-services-day-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-premium-v2.theme-night .cpd-services,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-services {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .92), rgba(7, 16, 29, .72)),
    url("../img/checkpoint-premium-bg-services-night-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-premium-v2 .cpd-constat-video::after {
  background: transparent !important;
}

body.checkpoint-premium-v2 .cpd-constat-video div {
  max-width: 360px;
  padding: .95rem 1rem 1rem;
  border: 1px solid rgba(217, 189, 120, .24);
  border-radius: 8px;
  background: rgba(7, 16, 29, .72);
  backdrop-filter: blur(8px);
  text-shadow: 0 16px 42px rgba(7, 16, 29, .84);
}

body.checkpoint-premium-v2 .cpd-constat-video strong {
  font-size: clamp(1.18rem, 1.75vw, 1.55rem);
  line-height: 1.08;
}

body.checkpoint-premium-v2 .cpd-constat__cards strong {
  display: block;
  text-align: center;
}

body.checkpoint-premium-v2.theme-day .cpd-offer-summary .cpd-summary-card strong,
html[data-theme="day"] body.checkpoint-premium-v2 .cpd-offer-summary .cpd-summary-card strong {
  color: var(--v2-ink, #111b2f);
}

body.checkpoint-premium-v2.theme-night .cpd-offer-summary .cpd-summary-card strong,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-offer-summary .cpd-summary-card strong {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-premium-v2.theme-night #pour-qui .cpd-section-head h2,
html[data-theme="night"] body.checkpoint-premium-v2 #pour-qui .cpd-section-head h2,
body.checkpoint-premium-v2.theme-night .cpd-fit-grid span,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-fit-grid span,
body.checkpoint-premium-v2.theme-night .cpd-fit-grid h3,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-fit-grid h3 {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-premium-v2 .cpd-programme .cpd-section-head {
  margin-bottom: clamp(2.1rem, 4vw, 3.2rem);
}

body.checkpoint-premium-v2 .cpd-process-brief {
  align-items: start;
}

body.checkpoint-premium-v2 .cpd-process-brief article {
  min-height: 132px;
  padding: clamp(.95rem, 1.8vw, 1.18rem);
}

body.checkpoint-premium-v2 .cpd-process-brief strong {
  margin: .58rem 0 .34rem;
  font-size: clamp(1.36rem, 2vw, 1.86rem);
  line-height: 1;
}

body.checkpoint-premium-v2 .cpd-process-brief p {
  font-size: .86rem !important;
  line-height: 1.44 !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #process .cpd-process-brief p {
  font-size: .86rem !important;
  line-height: 1.44 !important;
}

body.checkpoint-premium-v2 .cpd-program-carousel--compact .cpd-program-slide strong {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: .98;
}

body.checkpoint-premium-v2 .cpd-program-slide p {
  font-size: clamp(.92rem, 1vw, 1.02rem);
  line-height: 1.58;
}

body.checkpoint-premium-v2 .cpd-program-slide li {
  font-size: .9rem;
  line-height: 1.44;
}

body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #process .cpd-program-slide p {
  font-size: clamp(.92rem, 1vw, 1.02rem) !important;
  line-height: 1.58 !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #process .cpd-program-slide li {
  font-size: .9rem !important;
  line-height: 1.44 !important;
}

body.checkpoint-premium-v2.theme-night .cpd-programme .cpd-section-head__subtitle,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-programme .cpd-section-head__subtitle,
body.checkpoint-premium-v2.theme-night .cpd-process-brief strong,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-process-brief strong,
body.checkpoint-premium-v2.theme-night .cpd-program-slide strong,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-program-slide strong {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-premium-v2 .cpd-deliverables__grid h3 {
  color: var(--v2-gold-deep, #b9974d);
}

body.checkpoint-premium-v2.theme-night .cpd-deliverables__grid h3,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-deliverables__grid h3,
body.checkpoint-premium-v2.theme-night .cpd-constat__cards strong,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-constat__cards strong,
body.checkpoint-premium-v2.theme-night .cpd-constat .cpd-section-head h2,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-constat .cpd-section-head h2,
body.checkpoint-premium-v2.theme-night .cpd-offer-summary .cpd-section-head h2,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-offer-summary .cpd-section-head h2,
body.checkpoint-premium-v2.theme-night .cpd-deliverables .cpd-section-head h2,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-deliverables .cpd-section-head h2 {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-premium-v2.theme-night .cpd-services :is(.cpd-section-head__subtitle, .cpd-after-system__step strong, .cpd-after-system__panel h3),
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-services :is(.cpd-section-head__subtitle, .cpd-after-system__step strong, .cpd-after-system__panel h3),
body.checkpoint-premium-v2.theme-night .cpd-pricing :is(.rf-kicker, .cpd-section-head h2, .cpd-pricing-card > span, .cpd-pricing-card h3, .cpd-pricing-card__price strong, .cpd-pricing-card__price small),
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-pricing :is(.rf-kicker, .cpd-section-head h2, .cpd-pricing-card > span, .cpd-pricing-card h3, .cpd-pricing-card__price strong, .cpd-pricing-card__price small),
body.checkpoint-premium-v2.theme-night .cpd-final :is(.rf-kicker, h2),
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-final :is(.rf-kicker, h2) {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-premium-v2 .cpd-after-system__stage {
  min-height: clamp(510px, 48vw, 620px);
}

body.checkpoint-premium-v2 .cpd-after-system__panel figure {
  height: clamp(260px, 27vw, 380px);
}

body.checkpoint-premium-v2 .cpd-after-system__panel h3 {
  margin-bottom: .78rem;
}

body.checkpoint-premium-v2 .cpd-after-system__panel p {
  max-width: 720px;
}

body.checkpoint-premium-v2 .cpd-pricing-grid--premium {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.checkpoint-premium-v2 .cpd-pricing-grid--premium .cpd-pricing-card--price {
  grid-column: auto;
}

body.checkpoint-premium-v2 .cpd-pricing-grid--premium .cpd-pricing-card h3 {
  font-size: clamp(1.45rem, 1.65vw, 2rem);
}

body.checkpoint-premium-v2 .cpd-pricing-card__price--upgrade strong {
  white-space: nowrap;
  font-size: clamp(2.15rem, 3.1vw, 3.35rem);
}

body.checkpoint-premium-v2 .cpd-pricing-card__price--upgrade small {
  font-size: .72rem;
  letter-spacing: .11em;
}

body.checkpoint-premium-v2 .cpd-pricing-card--upgrade .cpd-pricing-card__actions .btn-secondary {
  width: 100%;
  justify-content: center;
  text-align: center;
}

body.checkpoint-premium-v2 :is(#checkpoint-premium, #tarif) .cpd-price-from {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: .2rem;
}

body.checkpoint-premium-v2 :is(#checkpoint-premium, #tarif) .cpd-price-from span {
  display: block;
  color: var(--v2-gold, #d9bd78) !important;
  -webkit-text-fill-color: var(--v2-gold, #d9bd78) !important;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: clamp(.58rem, .72vw, .68rem);
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

body.checkpoint-premium-v2 #tarif .cpd-pricing-card__price .cpd-price-from {
  font-size: clamp(2.65rem, 4.4vw, 3.95rem);
  line-height: .88;
}

body.checkpoint-premium-v2 #checkpoint-premium .cpd-hero__panel .cpd-price-from {
  font-size: clamp(2.55rem, 4.2vw, 3.9rem);
  line-height: .88;
}

body.checkpoint-premium-v2 .cpd-pricing-card--price .cpd-pricing-card__actions .btn-primary {
  width: 100%;
  justify-content: center;
  text-align: center;
}

body.checkpoint-premium-v2.theme-night .cpd-pricing-card--upgrade .cpd-pricing-card__actions .btn-secondary,
html[data-theme="night"] body.checkpoint-premium-v2 .cpd-pricing-card--upgrade .cpd-pricing-card__actions .btn-secondary {
  color: var(--v2-gold, #d9bd78);
}

body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2.theme-night .cpd-pricing-card--price,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 .cpd-pricing-card--price {
  background: rgba(246, 240, 229, .96) !important;
  border-color: rgba(217, 189, 120, .45) !important;
  color: var(--v2-ink, #111b2f) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2.theme-night .cpd-pricing-card--price :is(h3, li),
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 .cpd-pricing-card--price :is(h3, li) {
  color: var(--v2-ink, #111b2f) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2.theme-night .cpd-pricing-card--price :is(span, .cpd-pricing-card__price strong, .cpd-pricing-card__price small),
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 .cpd-pricing-card--price :is(span, .cpd-pricing-card__price strong, .cpd-pricing-card__price small) {
  color: var(--v2-gold-deep, #b9974d) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2.theme-night .cpd-pricing-card--price li::before,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 .cpd-pricing-card--price li::before {
  background: var(--v2-gold-deep, #b9974d) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2.theme-night .cpd-hero .cpd-hero__subtitle,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 .cpd-hero .cpd-hero__subtitle,
body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2.theme-night #constat-premium .cpd-constat__cards strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #constat-premium .cpd-constat__cards strong {
  color: var(--v2-gold, #d9bd78) !important;
}

@media (max-width: 760px) {
  body.checkpoint-premium-v2 .cpd-pricing-grid--premium {
    grid-template-columns: 1fr;
  }

  body.checkpoint-premium-v2 .cpd-after-system__stage {
    min-height: 0;
  }
}

/* Checkpoint Digital - alignement final avec Classique/Premium, 2026-06-05. */
body.checkpoint-digital-offer-v2 .cpd-hero__subtitle {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-digital-offer-v2 .cpd-hero h1 {
  max-width: 760px;
}

body.checkpoint-digital-offer-v2 .cpd-hero__panel {
  align-self: end;
}

body.checkpoint-digital-offer-v2 .cpd-hero__panel p {
  margin-bottom: 0;
}

body.checkpoint-digital-offer-v2 .cpd-constat__grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
}

body.checkpoint-digital-offer-v2 .cpd-constat__media--video {
  position: relative;
  isolation: isolate;
}

body.checkpoint-digital-offer-v2 .cpd-constat__media--video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 16, 29, .06), rgba(7, 16, 29, .62)),
    linear-gradient(90deg, rgba(7, 16, 29, .42), rgba(7, 16, 29, .06));
}

body.checkpoint-digital-offer-v2 .cpd-constat__media--video img {
  min-height: clamp(420px, 44vw, 620px);
}

body.checkpoint-digital-offer-v2 .cpd-constat__media--video figcaption {
  position: absolute;
  right: clamp(1rem, 2.4vw, 1.6rem);
  bottom: clamp(1rem, 2.4vw, 1.6rem);
  left: clamp(1rem, 2.4vw, 1.6rem);
  z-index: 2;
  max-width: 560px;
  color: #fffaf0;
  text-shadow: 0 16px 42px rgba(7, 16, 29, .82);
}

body.checkpoint-digital-offer-v2 .cpd-constat__media--video figcaption span {
  display: block;
  margin-bottom: .5rem;
  color: var(--v2-gold, #d9bd78);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body.checkpoint-digital-offer-v2 .cpd-constat__media--video figcaption strong {
  display: block;
  font-family: var(--font-head, "Cormorant Garamond", serif);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 400;
  line-height: 1;
}

body.checkpoint-digital-offer-v2.theme-day .cpd-offer-summary,
html[data-theme="day"] body.checkpoint-digital-offer-v2 .cpd-offer-summary {
  background: url("../img/checkpoint-digital-bg-offer-day-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-offer-summary,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-offer-summary {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .9), rgba(7, 16, 29, .68)),
    url("../img/checkpoint-digital-bg-offer-night-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-digital-offer-v2 .cpd-offer-summary .cpd-section-head {
  text-shadow: 0 16px 42px rgba(7, 16, 29, .68);
}

body.checkpoint-digital-offer-v2.theme-day .cpd-programme,
html[data-theme="day"] body.checkpoint-digital-offer-v2 .cpd-programme {
  background: url("../img/checkpoint-digital-bg-program-day-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-programme,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-programme {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .92), rgba(7, 16, 29, .7)),
    url("../img/checkpoint-digital-bg-program-night-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-digital-offer-v2 .cpd-programme .cpd-section-head {
  margin-bottom: clamp(2.1rem, 4vw, 3.1rem);
}

body.checkpoint-digital-offer-v2 .cpd-programme .cpd-section-head h2,
body.checkpoint-digital-offer-v2 .cpd-programme .cpd-section-head p,
body.checkpoint-digital-offer-v2 .cpd-programme .rf-kicker {
  color: #fffaf0 !important;
  text-shadow: 0 16px 46px rgba(7, 16, 29, .8);
}

body.checkpoint-digital-offer-v2.theme-night .cpd-programme .cpd-section-head__subtitle,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-programme .cpd-section-head__subtitle,
body.checkpoint-digital-offer-v2.theme-night .cpd-process-brief strong,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-process-brief strong,
body.checkpoint-digital-offer-v2.theme-night .cpd-program-slide strong,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-program-slide strong {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-digital-offer-v2 .cpd-deliverables__grid h3 {
  color: var(--v2-gold-deep, #b9974d);
}

body.checkpoint-digital-offer-v2.theme-night .cpd-deliverables__grid h3,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-deliverables__grid h3,
body.checkpoint-digital-offer-v2.theme-night .cpd-deliverables .cpd-section-head h2,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-deliverables .cpd-section-head h2 {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-digital-offer-v2.theme-day .cpd-services,
html[data-theme="day"] body.checkpoint-digital-offer-v2 .cpd-services {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .76), rgba(7, 16, 29, .44)),
    url("../img/checkpoint-digital-bg-services-day-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-services,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-services {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, .92), rgba(7, 16, 29, .7)),
    url("../img/checkpoint-digital-bg-services-night-road-20260605-v2.jpg") center/cover;
}

body.checkpoint-digital-offer-v2 .cpd-services .cpd-section-head h2,
body.checkpoint-digital-offer-v2 .cpd-services .cpd-section-head p {
  color: #fffaf0 !important;
  text-shadow: 0 16px 46px rgba(7, 16, 29, .8);
}

body.checkpoint-digital-offer-v2.theme-night .cpd-services :is(.cpd-section-head__subtitle, .cpd-after-system__step strong, .cpd-after-system__panel h3),
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-services :is(.cpd-section-head__subtitle, .cpd-after-system__step strong, .cpd-after-system__panel h3),
body.checkpoint-digital-offer-v2.theme-night .cpd-pricing :is(.rf-kicker, .cpd-section-head h2, .cpd-pricing-card > span, .cpd-pricing-card h3, .cpd-pricing-card__price strong, .cpd-pricing-card__price small),
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-pricing :is(.rf-kicker, .cpd-section-head h2, .cpd-pricing-card > span, .cpd-pricing-card h3, .cpd-pricing-card__price strong, .cpd-pricing-card__price small),
body.checkpoint-digital-offer-v2.theme-night .cpd-final :is(.rf-kicker, h2),
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-final :is(.rf-kicker, h2) {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-digital-offer-v2 .cpd-after-system__stage {
  min-height: clamp(540px, 46vw, 610px);
}

body.checkpoint-digital-offer-v2 .cpd-after-system__panel figure {
  height: clamp(250px, 26vw, 360px);
}

body.checkpoint-digital-offer-v2 .cpd-after-system__panel h3 {
  max-width: 760px;
  font-size: clamp(1.35rem, 2.05vw, 1.85rem);
}

body.checkpoint-digital-offer-v2 .cpd-after-system__panel p {
  max-width: 720px;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-pricing-card--price,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-pricing-card--price {
  background: rgba(246, 240, 229, .96) !important;
  border-color: rgba(217, 189, 120, .45) !important;
  color: var(--v2-ink, #111b2f) !important;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-pricing-card--price :is(h3, li),
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-pricing-card--price :is(h3, li) {
  color: var(--v2-ink, #111b2f) !important;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-pricing-card--price :is(span, .cpd-pricing-card__price strong, .cpd-pricing-card__price small),
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-pricing-card--price :is(span, .cpd-pricing-card__price strong, .cpd-pricing-card__price small) {
  color: var(--v2-gold-deep, #b9974d) !important;
}

body.checkpoint-digital-offer-v2 .cpd-pricing-grid,
body.checkpoint-digital-offer-v2 .cpd-pricing-card,
body.checkpoint-digital-offer-v2 .cpd-pricing-card__actions {
  min-width: 0;
}

body.checkpoint-digital-offer-v2 .cpd-pricing-card__actions a {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  line-height: 1.2;
  text-align: center;
}

body.checkpoint-digital-offer-v2 .cpd-pricing-card:not(.cpd-pricing-card--price) .cpd-pricing-card__actions a {
  width: 100%;
  justify-content: center;
}

@media (max-width: 760px) {
  body.checkpoint-digital-offer-v2 .cpd-constat__grid {
    grid-template-columns: 1fr;
  }

  body.checkpoint-digital-offer-v2 .cpd-after-system__stage {
    min-height: 0;
  }
}

/* Checkpoint Digital - corrections finales Koffi, 2026-06-06. */
body.checkpoint-digital-offer-v2 .cpd-video-play {
  position: absolute;
  top: clamp(1rem, 2.4vw, 1.45rem);
  right: clamp(1rem, 2.4vw, 1.45rem);
  z-index: 3;
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 250, 240, .64);
  border-radius: 999px;
  background: rgba(7, 16, 29, .48);
  box-shadow: 0 18px 50px rgba(7, 16, 29, .28);
  backdrop-filter: blur(8px);
}

body.checkpoint-digital-offer-v2 .cpd-video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fffaf0;
}

body.checkpoint-digital-offer-v2 .cpd-constat__media--video figcaption strong {
  color: #fffaf0 !important;
}

body.checkpoint-digital-offer-v2.theme-day .cpd-offer-summary .cpd-section-head,
html[data-theme="day"] body.checkpoint-digital-offer-v2 .cpd-offer-summary .cpd-section-head {
  text-shadow: none;
}

body.checkpoint-digital-offer-v2.theme-day .cpd-offer-summary .cpd-section-head :is(.rf-kicker, h2, p),
html[data-theme="day"] body.checkpoint-digital-offer-v2 .cpd-offer-summary .cpd-section-head :is(.rf-kicker, h2, p),
body.checkpoint-digital-offer-v2.theme-day .cpd-programme .cpd-section-head :is(.rf-kicker, h2, p),
html[data-theme="day"] body.checkpoint-digital-offer-v2 .cpd-programme .cpd-section-head :is(.rf-kicker, h2, p) {
  color: var(--v2-ink, #111b2f) !important;
  text-shadow: none !important;
}

body.checkpoint-digital-offer-v2 .cpd-programme .cpd-section-head__subtitle {
  font-size: clamp(1.42rem, 2.35vw, 2.2rem);
  line-height: 1.18;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-hero__subtitle,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-hero__subtitle,
body.checkpoint-digital-offer-v2.theme-night .cpd-constat .cpd-section-head h2,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-constat .cpd-section-head h2,
body.checkpoint-digital-offer-v2.theme-night .cpd-offer-summary .cpd-section-head h2,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-offer-summary .cpd-section-head h2,
body.checkpoint-digital-offer-v2.theme-night .cpd-summary-card strong,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-summary-card strong,
body.checkpoint-digital-offer-v2.theme-night .cpd-fit-grid h3,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-fit-grid h3,
body.checkpoint-digital-offer-v2.theme-night .cpd-programme .cpd-section-head__subtitle,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-programme .cpd-section-head__subtitle,
body.checkpoint-digital-offer-v2.theme-night .cpd-process-brief strong,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-process-brief strong,
body.checkpoint-digital-offer-v2.theme-night .cpd-program-slide strong,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-program-slide strong,
body.checkpoint-digital-offer-v2.theme-night .cpd-services .cpd-section-head h2,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-services .cpd-section-head h2 {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-digital-offer-v2 .cpd-deliverables__grid h3,
body.checkpoint-digital-offer-v2 .cpd-score-example strong {
  color: var(--v2-gold-deep, #b9974d) !important;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-deliverables__grid h3,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-deliverables__grid h3,
body.checkpoint-digital-offer-v2.theme-night .cpd-score-example strong,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-score-example strong {
  color: var(--v2-gold, #d9bd78) !important;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-pricing-card--price :is(h3, li),
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-pricing-card--price :is(h3, li) {
  color: #111b2f !important;
}

body.checkpoint-digital-offer-v2.theme-night .cpd-pricing-card--price li::before,
html[data-theme="night"] body.checkpoint-digital-offer-v2 .cpd-pricing-card--price li::before {
  background: var(--v2-gold-deep, #b9974d) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #tarif .cpd-pricing-card--price li,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #tarif .cpd-pricing-card--price li {
  color: #111b2f !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #pour-qui .cpd-fit-grid h3,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #pour-qui .cpd-fit-grid h3 {
  color: var(--v2-gold, #d9bd78) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #constat-digital .cpd-constat__cards strong {
  text-align: center;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #constat-digital .cpd-constat__cards strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #constat-digital .cpd-constat__cards strong,
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #decision .cpd-summary-card strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #decision .cpd-summary-card strong,
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #programme .cpd-process-brief strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #programme .cpd-process-brief strong,
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #programme .cpd-program-slide strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #programme .cpd-program-slide strong,
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #preuve .cpd-deliverables__grid h3,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #preuve .cpd-deliverables__grid h3,
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #preuve .cpd-deliverable-status,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #preuve .cpd-deliverable-status,
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #preuve .cpd-score-example :is(span, strong),
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #preuve .cpd-score-example :is(span, strong) {
  color: var(--v2-gold, #d9bd78) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-day #preuve .cpd-deliverables__grid > article > span,
html[data-theme="day"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #preuve .cpd-deliverables__grid > article > span {
  color: var(--v2-ink, #111b2f) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #preuve .cpd-deliverables__grid > article > span {
  display: block;
  font-size: .68rem !important;
  font-style: italic;
  letter-spacing: .1em !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #preuve .cpd-deliverable-status {
  display: block;
  margin: -.25rem 0 .78rem;
  color: var(--v2-gold-deep, #b9974d);
  font-family: var(--rf-font-body, var(--font-body, "Inter", sans-serif));
  font-size: .78rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .04em;
}

/* Checkpoint Classique - corrections Checkpoint general, 2026-06-06. */
body.checkpoint-classique-v2 .cpd-section-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.45rem, 3vw, 2.4rem);
}

body.checkpoint-classique-v2 .cpd-section-actions a {
  min-width: min(100%, 280px);
  text-align: center;
}

body.checkpoint-classique-v2 .cpd-case-study__grid strong {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 3.2rem;
  text-align: center;
  font-size: clamp(1.12rem, 1.24vw, 1.34rem) !important;
  line-height: 1.14 !important;
}

body.checkpoint-classique-v2 .cpd-case-study__grid p {
  font-size: .9rem !important;
  line-height: 1.46 !important;
}

body.checkpoint-classique-v2 .cpd-case-study__grid span {
  text-align: center;
}

body.checkpoint-classique-v2 .cpd-after-system__step {
  min-height: 128px;
}

body.checkpoint-classique-v2 .cpd-after-system__stage {
  min-height: clamp(560px, 48vw, 640px);
}

/* Checkpoint Classique - ajustements tarifaires et hero, 2026-06-12. */
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night #checkpoint-classique .rf-kicker,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 #checkpoint-classique .rf-kicker,
body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2.theme-night #checkpoint-classique .cpd-hero__panel strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 #checkpoint-classique .cpd-hero__panel strong {
  color: var(--v2-gold, #d9bd78) !important;
  -webkit-text-fill-color: var(--v2-gold, #d9bd78) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 #tarif .cpd-price-from {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: .18rem;
}

body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 #tarif .cpd-price-from span {
  display: block;
  color: var(--v2-gold, #d9bd78) !important;
  -webkit-text-fill-color: var(--v2-gold, #d9bd78) !important;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: clamp(.58rem, .72vw, .68rem);
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

/* Checkpoint Digital - ajustements tarifaires et hero, 2026-06-12. */
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #checkpoint-digital .rf-kicker,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #checkpoint-digital .rf-kicker,
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #checkpoint-digital .cpd-hero__subtitle,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #checkpoint-digital .cpd-hero__subtitle,
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2.theme-night #checkpoint-digital .cpd-hero__panel strong,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #checkpoint-digital .cpd-hero__panel strong {
  color: var(--v2-gold, #d9bd78) !important;
  -webkit-text-fill-color: var(--v2-gold, #d9bd78) !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #tarif .cpd-price-from {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: .18rem;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #tarif .cpd-price-from span {
  display: block;
  color: var(--v2-gold, #d9bd78) !important;
  -webkit-text-fill-color: var(--v2-gold, #d9bd78) !important;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: clamp(.58rem, .72vw, .68rem);
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

/* Checkpoint Digital - final pricing alignment, 2026-06-14. */
body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #tarif .cpd-pricing-card h3 {
  min-height: 3.6rem !important;
  display: flex !important;
  align-items: flex-end !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #tarif .cpd-pricing-card__price {
  height: 6.25rem !important;
  min-height: 6.25rem !important;
  margin-top: 2rem !important;
}

body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #tarif .cpd-pricing-card__price--upgrade {
  height: 6.25rem !important;
  min-height: 6.25rem !important;
}

/* Checkpoint offers - pricing alignment across Digital, Classique and Premium, 2026-06-15. */
body.production-v2.checkpoint-digital-v2 #tarif .cpd-pricing-card {
  display: grid !important;
  grid-template-rows: 3.25rem minmax(4.25rem, auto) 6.35rem 1fr auto !important;
  align-items: stretch !important;
  text-align: center !important;
}

body.production-v2.checkpoint-digital-v2 #tarif .cpd-pricing-card > span {
  width: min(100%, 16rem) !important;
  min-height: 2.65rem !important;
  margin: 0 auto !important;
  padding: 0.62rem 0.9rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(217, 189, 120, 0.42) !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 240, 0.10) !important;
  line-height: 1.18 !important;
  text-align: center !important;
}

body.production-v2.checkpoint-digital-v2.theme-day #tarif .cpd-pricing-card > span,
html[data-theme="day"] body.production-v2.checkpoint-digital-v2 #tarif .cpd-pricing-card > span {
  background: rgba(255, 250, 240, 0.72) !important;
}

body.production-v2.checkpoint-digital-v2 #tarif .cpd-pricing-card h3 {
  min-height: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.production-v2.checkpoint-digital-v2 #tarif .cpd-pricing-card__price {
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.production-v2.checkpoint-digital-v2 #tarif .cpd-price-from {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  text-align: center !important;
}

body.production-v2.checkpoint-digital-v2 #tarif .cpd-price-from span {
  margin: 0 0 -0.08rem !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.production-v2.checkpoint-digital-v2 #tarif .cpd-pricing-card__price small {
  margin-top: 0.75rem !important;
  text-align: center !important;
}

body.production-v2.checkpoint-digital-v2 #tarif .cpd-pricing-card ul {
  align-self: start !important;
  margin: 0.95rem 0 0 !important;
  text-align: left !important;
}

body.production-v2.checkpoint-digital-v2 #tarif .cpd-pricing-card__actions {
  align-self: end !important;
  justify-content: center !important;
}

@media (max-width: 760px) {
  body.production-v2.checkpoint-digital-v2 #tarif .cpd-pricing-card {
    grid-template-rows: auto auto auto 1fr auto !important;
  }

  body.checkpoint-classique-v2 .cpd-section-actions a {
    width: 100%;
  }

  body.checkpoint-classique-v2 .cpd-case-study__grid strong {
    min-height: 0;
  }
}

/* Checkpoint offers - high specificity lock, 2026-06-15. */
html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card {
  display: grid !important;
  grid-template-rows: 3.25rem minmax(4.25rem, auto) 6.35rem 1fr auto !important;
  align-items: stretch !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card > span {
  width: min(100%, 16rem) !important;
  min-height: 2.65rem !important;
  margin: 0 auto !important;
  padding: 0.62rem 0.9rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(217, 189, 120, 0.42) !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 240, 0.10) !important;
  line-height: 1.18 !important;
  text-align: center !important;
}

html body.production-v2.theme-day.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card > span,
html[data-theme="day"] body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card > span {
  background: rgba(255, 250, 240, 0.72) !important;
}

html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card h3 {
  min-height: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card__price,
html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card__price--upgrade {
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-price-from {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-price-from span {
  margin: 0 0 -0.08rem !important;
  line-height: 1 !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card ul {
  align-self: start !important;
  margin: 0.95rem 0 0 !important;
  text-align: left !important;
}

html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card__actions {
  align-self: end !important;
  justify-content: center !important;
}

@media (max-width: 760px) {
  html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card {
    grid-template-rows: auto auto auto 1fr auto !important;
  }
}

/* Checkpoint offer pages - final CTA and transparent preinscription badge, 2026-06-15. */
html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) .cpd-final p {
  max-width: 760px !important;
  margin-inline: auto !important;
}

html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) .cpd-final__actions {
  justify-content: center !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #tarif .cpd-pricing-card--price > span {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

html body.production-v2.theme-day.checkpoint-digital-v2.checkpoint-digital-offer-v2 #tarif .cpd-pricing-card--price > span,
html[data-theme="day"] body.production-v2.checkpoint-digital-v2.checkpoint-digital-offer-v2 #tarif .cpd-pricing-card--price > span {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Checkpoint Premium pricing card overflow lock, 2026-06-15. */
html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-grid--premium {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card {
  min-width: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card h3 {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
  white-space: normal !important;
  line-height: 1 !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card--price h3 {
  font-size: clamp(1.62rem, 1.72vw, 2.08rem) !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card__actions {
  width: 100% !important;
  min-width: 0 !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card__actions :is(.btn-primary, .btn-secondary) {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding-inline: clamp(0.95rem, 1.2vw, 1.25rem) !important;
  text-align: center !important;
  white-space: normal !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card__price strong {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

/* Pricing polish - HT labels, calmer scale, 2026-07-05. */
html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card__price strong,
html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card__price .cpd-price-from {
  font-size: clamp(2.55rem, 4.2vw, 3.75rem) !important;
  line-height: 0.9 !important;
  white-space: nowrap !important;
}

html body.production-v2.checkpoint-digital-v2:is(.checkpoint-digital-offer-v2, .checkpoint-classique-v2, .checkpoint-premium-v2) #tarif .cpd-pricing-card__price small {
  margin-top: 0.72rem !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card__price strong {
  overflow-wrap: normal !important;
}

@media (max-width: 900px) {
  html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-grid--premium {
    grid-template-columns: 1fr !important;
  }
}

/* Checkpoint decision pages - section title harmonisation, 2026-06-21. */
html body.production-v2.checkpoint-digital-v2 :is(.cpd-section-head, .cpd-final__inner) {
  text-align: center !important;
}

html body.production-v2.checkpoint-digital-v2 .cpd-section-head {
  max-width: min(920px, 100%) !important;
  margin-inline: auto !important;
}

html body.production-v2.checkpoint-digital-v2 :is(.cpd-section-head .rf-kicker, .cpd-final .rf-kicker) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin: 0 auto !important;
  padding: 0.42rem 0.92rem !important;
  gap: 0 !important;
  border: 1px solid rgba(141, 111, 36, 0.24) !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 240, 0.52) !important;
  color: #8c6a1f !important;
  font-family: var(--font-body, "Inter", sans-serif) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  box-shadow: 0 10px 28px rgba(7, 16, 29, 0.04) !important;
  backdrop-filter: blur(10px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.05) !important;
}

html body.production-v2.checkpoint-digital-v2 :is(.cpd-section-head .rf-kicker, .cpd-final .rf-kicker)::before,
html body.production-v2.checkpoint-digital-v2 :is(.cpd-section-head .rf-kicker, .cpd-final .rf-kicker)::after {
  content: none !important;
  display: none !important;
}

html body.production-v2.theme-night.checkpoint-digital-v2 :is(.cpd-section-head .rf-kicker, .cpd-final .rf-kicker),
html[data-theme="night"] body.production-v2.checkpoint-digital-v2 :is(.cpd-section-head .rf-kicker, .cpd-final .rf-kicker) {
  border-color: rgba(217, 189, 120, 0.34) !important;
  background: rgba(7, 16, 29, 0.34) !important;
  color: #d9bd78 !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16) !important;
}

html body.production-v2.checkpoint-digital-v2 :is(.cpd-section-head h2, .cpd-final h2) {
  max-width: 900px !important;
  margin: clamp(0.75rem, 1.5vw, 1.05rem) auto clamp(0.85rem, 1.7vw, 1.25rem) !important;
  font-family: var(--rf-font-title, var(--font-head, "Cormorant Garamond", serif)) !important;
  font-size: var(--rf-type-section-title, clamp(2.15rem, 3.7vw, 3.7rem)) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: var(--rf-line-title, 1.04) !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-digital-v2 :is(.cpd-section-head p, .cpd-final p) {
  max-width: 840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-digital-v2 .cpd-section-head__subtitle {
  color: #8c6a1f !important;
}

html body.production-v2.theme-night.checkpoint-digital-v2 .cpd-section-head__subtitle,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2 .cpd-section-head__subtitle {
  color: #d9bd78 !important;
}

html body.production-v2.checkpoint-digital-v2 .cpd-final h2 span,
html body.production-v2.checkpoint-digital-v2 .cpd-final p span {
  display: block !important;
}

html body.production-v2.checkpoint-digital-v2 .cpd-final__actions {
  justify-content: center !important;
  gap: 0.75rem !important;
}

html body.production-v2.theme-day.checkpoint-digital-v2 .cpd-final .btn-secondary,
html[data-theme="day"] body.production-v2.checkpoint-digital-v2 .cpd-final .btn-secondary {
  border-color: rgba(255, 250, 240, 0.72) !important;
  color: #fffaf0 !important;
  background: rgba(7, 16, 29, 0.22) !important;
}

/* Checkpoint Classique - day pricing label and section CTA alignment, 2026-06-21. */
html body.production-v2.theme-day.checkpoint-digital-v2.checkpoint-classique-v2 #tarif .cpd-pricing-card--price > span,
html[data-theme="day"] body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 #tarif .cpd-pricing-card--price > span {
  border-color: rgba(217, 189, 120, 0.72) !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #8c6a1f !important;
  -webkit-text-fill-color: #8c6a1f !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-classique-v2 #options .cpd-option-actions {
  margin-top: clamp(1.35rem, 2.4vw, 2rem) !important;
}

/* Checkpoint Premium - final commercial polish, 2026-06-21. */
html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-section-head p span {
  display: block !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-section-head p {
  max-width: min(1050px, 100%) !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card--price h3 {
  flex-direction: column !important;
  gap: 0.02rem !important;
  font-size: clamp(1.32rem, 1.45vw, 1.72rem) !important;
  line-height: 0.96 !important;
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card--price h3 span {
  display: block !important;
  white-space: nowrap !important;
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

html body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #options .cpd-option-actions {
  margin-top: clamp(1.35rem, 2.4vw, 2rem) !important;
}

html body.production-v2.theme-day.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card--price > span,
html[data-theme="day"] body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #tarif .cpd-pricing-card--price > span {
  border-color: rgba(217, 189, 120, 0.72) !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #8c6a1f !important;
  -webkit-text-fill-color: #8c6a1f !important;
}

html body.production-v2.theme-day.checkpoint-digital-v2.checkpoint-premium-v2 #options .cpd-section-head__subtitle,
html[data-theme="day"] body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #options .cpd-section-head__subtitle {
  color: #8c6a1f !important;
}

html body.production-v2.theme-night.checkpoint-digital-v2.checkpoint-premium-v2 #options .cpd-section-head .rf-kicker,
html[data-theme="night"] body.production-v2.checkpoint-digital-v2.checkpoint-premium-v2 #options .cpd-section-head .rf-kicker {
  color: #d9bd78 !important;
  -webkit-text-fill-color: #d9bd78 !important;
}

/* Checkpoint offer pages - pending context videos are shown as static images, 2026-07-01. */
body.production-v2.checkpoint-digital-v2 .cpd-constat-video--static {
  margin: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
}

body.production-v2.checkpoint-digital-v2 .cpd-constat-video--static:hover img,
body.production-v2.checkpoint-digital-v2 .cpd-constat-video--static:focus-visible img {
  transform: none !important;
}

body.production-v2.checkpoint-digital-v2 .cpd-constat-video--static .cpd-constat-video__play,
body.production-v2.checkpoint-digital-v2 .cpd-constat__media--static .cpd-video-play {
  display: none !important;
}

body.checkpoint-digital-offer-v2 .cpd-constat__media--static {
  position: relative;
  isolation: isolate;
}

body.checkpoint-digital-offer-v2 .cpd-constat__media--static img {
  min-height: clamp(420px, 44vw, 620px);
}
