/*
 * Checkpoint page styles — externalisé depuis le <style> inline de checkpoint.html.
 * Refactor 2026-05-29 : alignement avec le pattern methode / masterclass.
 * Chargé après v2-production.css et v2-tunnels.css pour permettre des overrides ciblés.
 */

    /* ─── Hero ─── */
    .cp-hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 9rem 0 6rem;
      position: relative;
      overflow: hidden;
      background: #050b16;
    }
    .cp-hero__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .cp-hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 40%;
    }
    .cp-hero__bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg,
        rgba(5,11,22,0.2) 0%,
        rgba(5,11,22,0.55) 50%,
        rgba(5,11,22,0.95) 100%),
        linear-gradient(90deg, rgba(5,11,22,0.7) 0%, transparent 60%);
    }
    .cp-hero__inner {
      position: relative;
      z-index: 1;
      max-width: 780px;
    }
    .cp-hero__badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      border: 1px solid rgba(201,168,76,0.35);
      padding: 0.45em 1.1em;
      border-radius: 999px;
      margin-bottom: 2.5rem;
    }
    .cp-hero__badge::before {
      content: '';
      width: 5px; height: 5px;
      border-radius: 50%;
      background: var(--gold);
    }
    .cp-hero__title {
      font-family: var(--font-head);
      font-size: clamp(2.8rem, 7vw, 5.5rem);
      font-weight: 300;
      line-height: 1.0;
      color: var(--white);
      margin-bottom: 1rem;
      letter-spacing: 0.04em;
    }
    .cp-hero__title em {
      font-style: italic;
      color: var(--gold);
    }
    .cp-hero__sub {
      font-family: var(--font-head);
      font-size: clamp(1.2rem, 2.8vw, 1.65rem);
      font-weight: 300;
      font-style: italic;
      color: rgba(245,240,232,0.62);
      line-height: 1.4;
      max-width: 640px;
      margin-bottom: 2rem;
    }
    .cp-hero__desc {
      font-size: 0.95rem;
      color: var(--gray-light);
      line-height: 1.85;
      max-width: 580px;
      margin-bottom: 2.5rem;
    }
    .cp-hero__positioning {
      display: block;
      border-left: 2px solid var(--gold);
      padding: 1rem 1.75rem;
      font-family: var(--font-head);
      font-size: 1.25rem;
      font-style: italic;
      font-weight: 400;
      color: var(--white);
      margin-bottom: 3rem;
      background: rgba(201,168,76,0.03);
      max-width: 540px;
      line-height: 1.5;
    }
    .cp-hero__hook {
      font-family: var(--font-body);
      font-size: clamp(0.98rem, 1.3vw, 1.08rem);
      font-weight: 400;
      font-style: normal;
      color: rgba(255, 250, 240, 0.78);
      line-height: 1.8;
      letter-spacing: 0;
      max-width: 600px;
      margin: 1rem 0 1.5rem;
    }
    .cp-hero__quote {
      font-family: var(--font-head);
      font-size: clamp(1rem, 2.2vw, 1.35rem);
      font-style: italic;
      font-weight: 300;
      color: rgba(245,240,232,0.55);
      line-height: 1.55;
      max-width: 580px;
      margin-bottom: 3rem;
      border-left: 2px solid rgba(201,168,76,0.3);
      padding-left: 1.5rem;
    }
    .cp-hero__brand {
      font-family: var(--font-head);
      font-size: clamp(3rem, 5.2vw, 5.35rem);
      font-weight: 300;
      letter-spacing: 0;
      color: var(--white);
      margin-top: 1.2rem;
      margin-bottom: 0;
      line-height: 0.96;
      max-width: none;
    }
    .cp-hero__subtitle {
      font-family: var(--font-head);
      font-size: clamp(1.18rem, 2.2vw, 1.6rem);
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      text-transform: none;
      color: rgba(255, 250, 240, 0.86);
      line-height: 1.22;
      margin-top: 1rem;
      margin-bottom: 0;
      max-width: 560px;
    }
    .cp-hero__keywords {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.6rem 0.5rem;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(245, 240, 232, 0.72);
      margin: 2rem 0 2.5rem;
      padding: 0;
    }
    .cp-hero__keywords i {
      color: var(--gold);
      font-style: normal;
      opacity: 0.7;
      font-size: 0.9rem;
      line-height: 0;
    }
    .cp-hero__ctas {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }

    /* ─── Why section ─── */
    .cp-why {
      padding: 8rem 0;
      position: relative;
      overflow: hidden;
      border-top: 1px solid var(--border);
    }
    .cp-why__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .cp-why__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
      opacity: 0.45;
      filter: saturate(0.55) brightness(0.75);
      display: block;
    }
    .cp-why__bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(160deg,
        rgba(5,10,20,0.78) 0%,
        rgba(7,13,22,0.68) 50%,
        rgba(5,10,20,0.78) 100%);
    }
    .cp-why .container {
      position: relative;
      z-index: 1;
    }
    .cp-why__content {
      max-width: 780px;
      margin: 0 auto;
    }
    /* Principle card */
    .cp-why__bezos {
      position: relative;
      background: rgba(10,16,28,0.82);
      border: 1px solid rgba(201,168,76,0.25);
      border-top: 2px solid rgba(201,168,76,0.6);
      padding: 3rem 3.5rem 2.5rem;
      margin: 3rem 0 3.5rem;
      backdrop-filter: blur(6px);
    }
    .cp-why__bezos::before {
      content: '\201C';
      position: absolute;
      top: -0.5rem;
      left: 2.5rem;
      font-family: var(--font-head);
      font-size: 7rem;
      line-height: 1;
      color: rgba(201,168,76,0.18);
      pointer-events: none;
    }
    .cp-why__bezos-quote {
      font-family: var(--font-head);
      font-size: clamp(1.2rem, 2.8vw, 1.65rem);
      font-weight: 300;
      font-style: italic;
      color: var(--white);
      line-height: 1.55;
      margin: 0 0 1.8rem;
    }
    .cp-why__bezos-quote em {
      font-style: normal;
      color: var(--gold);
    }
    .cp-why__bezos-attr {
      display: flex;
      align-items: center;
      gap: 1rem;
      border-top: 1px solid rgba(201,168,76,0.12);
      padding-top: 1.2rem;
    }
    .cp-why__bezos-attr::before {
      content: '';
      display: block;
      width: 28px;
      height: 1px;
      background: var(--gold);
      opacity: 0.55;
      flex-shrink: 0;
    }
    .cp-why__bezos-name {
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      opacity: 0.85;
    }
    .cp-why__bezos-role {
      font-size: 0.68rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(184,192,204,0.45);
      margin-left: 0.25rem;
    }
    .cp-why__text {
      font-size: 0.95rem;
      color: var(--gray-light);
      line-height: 1.88;
      margin-bottom: 1.5rem;
    }
    .cp-why__list {
      list-style: none;
      margin: 1.25rem 0;
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
      padding-left: 0.5rem;
    }
    .cp-why__list li {
      display: flex;
      align-items: flex-start;
      gap: 0.9rem;
      font-size: 0.88rem;
      color: rgba(184,192,204,0.8);
      line-height: 1.65;
    }
    .cp-why__list li::before {
      content: '—';
      color: rgba(201,168,76,0.5);
      flex-shrink: 0;
      font-family: var(--font-head);
      font-size: 1rem;
      line-height: 1.65;
    }
    .cp-why__callout {
      margin-top: 3rem;
      border-left: 2px solid var(--gold);
      padding: 1.5rem 2rem;
      background: rgba(201,168,76,0.04);
    }
    .cp-why__callout p {
      font-family: var(--font-head);
      font-size: clamp(1.1rem, 2.5vw, 1.35rem);
      font-style: italic;
      font-weight: 400;
      color: var(--white);
      line-height: 1.6;
    }

    /* ─── Compare ─── */
    .cp-compare {
      padding: 7rem 0;
      background: var(--bg);
      border-top: 1px solid var(--border);
    }
    .cp-compare__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
      margin-top: 3.5rem;
      background: var(--border);
      border: 1px solid var(--border);
    }
    .compare-col { padding: 2.75rem 2.25rem; display: flex; flex-direction: column; gap: 0; }
    .compare-col--without { background: rgba(7,12,22,0.97); border-top: 2px solid rgba(180,60,60,0.22); }
    .compare-col--with { background: rgba(10,16,26,0.99); border-top: 2px solid rgba(201,168,76,0.45); }
    .compare-col__label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 0.5rem; }
    .compare-col--without .compare-col__label { color: rgba(210,100,100,0.65); }
    .compare-col--with .compare-col__label { color: var(--gold); }
    .compare-col__title { font-family: var(--font-head); font-size: 1.3rem; font-weight: 400; line-height: 1.2; margin-bottom: 2rem; }
    .compare-col--without .compare-col__title { color: rgba(245,242,235,0.45); }
    .compare-col--with .compare-col__title { color: var(--white); }
    .compare-items { display: flex; flex-direction: column; gap: 1.1rem; }
    .compare-item { display: flex; align-items: flex-start; gap: 0.9rem; font-size: 0.87rem; line-height: 1.6; }
    .compare-col--without .compare-item { color: rgba(184,192,204,0.45); }
    .compare-col--with .compare-item { color: var(--gray-light); }
    .compare-item svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 0.2em; }
    .compare-col--without .compare-item svg { color: rgba(200,80,80,0.4); }
    .compare-col--with .compare-item svg { color: var(--gold); opacity: 0.8; }
    @media (max-width: 640px) { .cp-compare__grid { grid-template-columns: 1fr; } }

    /* ─── Stats ─── */
    .cp-stats {
      padding: 7rem 0;
      background: #070d18;
      border-top: 1px solid var(--border);
    }
    .cp-stats__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
      background: var(--border);
      border: 1px solid var(--border);
      margin-top: 3.5rem;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }
    .cp-stat {
      background: #070d18;
      padding: 4rem 3rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }
    .cp-stat__number { font-family: var(--font-head); font-size: clamp(4rem, 10vw, 7rem); font-weight: 300; color: var(--gold); line-height: 1; letter-spacing: -0.02em; }
    .cp-stat__text { font-size: 1rem; color: var(--gray-light); line-height: 1.75; max-width: 300px; }
    .cp-stat__source { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(184,192,204,0.35); }
    @media (max-width: 600px) { .cp-stats__grid { grid-template-columns: 1fr; } .cp-stat { padding: 3rem 2rem; } }

    /* ─── Ce qui est inclus ─── */
    .cp-includes {
      padding: 7rem 0;
      background: var(--bg);
      border-top: 1px solid var(--border);
      position: relative;
      overflow: hidden;
    }
    .cp-includes__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .cp-includes__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
      opacity: 0.08;
      filter: saturate(0.4);
    }
    .cp-includes__bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, var(--bg) 0%, transparent 30%, transparent 70%, var(--bg) 100%);
    }
    .cp-includes .container {
      position: relative;
      z-index: 1;
    }
    .cp-includes__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      margin-top: 3.5rem;
    }
    @media (max-width: 640px) {
      .cp-includes__grid { grid-template-columns: 1fr; }
    }
    .cp-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 2px;
      padding: 2.25rem 2rem;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
      transition: border-color 0.25s ease, transform 0.25s ease;
      position: relative;
      overflow: hidden;
    }
    .cp-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(201,168,76,0.45), transparent);
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .cp-card:hover { border-color: rgba(201,168,76,0.28); transform: translateY(-3px); }
    .cp-card:hover::after { opacity: 1; }
    .cp-card__num { font-family: var(--font-head); font-size: 2.2rem; font-weight: 300; color: rgba(201,168,76,0.28); line-height: 1; }
    .cp-card__title { font-family: var(--font-head); font-size: 1.25rem; font-weight: 500; color: var(--white); line-height: 1.2; }
    .cp-card__desc { font-size: 0.84rem; color: var(--gray-light); line-height: 1.68; }

    /* ─── Projects ─── */
    /* ─── Testimonials ─── */
    .cp-testi {
      padding: 7rem 0;
      background: #070d18;
      border-top: 1px solid var(--border);
    }
    .cp-testi__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      margin-top: 3.5rem;
    }
    .testi-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      padding: 2.25rem 2rem 2rem;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      transition: border-color 0.3s ease;
    }
    .testi-card:hover { border-color: rgba(201,168,76,0.25); }
    .testi-card__header {
      display: flex;
      align-items: center;
      gap: 1.1rem;
    }
    .testi-card__avatar {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      border: 2px solid rgba(201,168,76,0.3);
    }
    .testi-card__avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      filter: saturate(0.7);
    }
    .testi-card__identity { display: flex; flex-direction: column; gap: 0.2rem; }
    .testi-card__name { font-family: var(--font-head); font-size: 1.05rem; font-weight: 500; color: var(--white); }
    .testi-card__meta { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.08em; opacity: 0.85; }
    .testi-card__role { font-size: 0.75rem; color: rgba(184,192,204,0.6); }
    .testi-card__type {
      font-size: 0.6rem; font-weight: 600; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--gold); opacity: 0.6;
    }
    .testi-card__quote {
      font-family: var(--font-head);
      font-size: clamp(0.95rem, 1.8vw, 1.1rem);
      font-style: italic;
      font-weight: 300;
      color: rgba(245,240,232,0.75);
      line-height: 1.7;
      flex: 1;
    }
    .testi-card__quote::before { content: '\201C'; color: var(--gold); font-size: 1.4em; line-height: 0; vertical-align: -0.3em; margin-right: 0.15em; opacity: 0.6; }
    @media (max-width: 640px) { .cp-testi__grid { grid-template-columns: 1fr; } }

    .cp-projects {
      padding: 7rem 0;
      background: #070d18;
      border-top: 1px solid var(--border);
    }
    .cp-projects__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem;
      margin-top: 3.5rem;
    }
    .project-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      padding: 2.25rem 2rem;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
      position: relative;
      overflow: hidden;
      transition: border-color 0.25s ease, transform 0.25s ease;
    }
    .project-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4), transparent);
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .project-card:hover { border-color: rgba(201,168,76,0.28); transform: translateY(-3px); }
    .project-card:hover::after { opacity: 1; }
    .project-card__type { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); opacity: 0.7; }
    .project-card__title { font-family: var(--font-head); font-size: 1.45rem; font-weight: 500; color: var(--white); line-height: 1.15; }
    .project-card__context { font-size: 0.85rem; color: var(--gray-light); line-height: 1.7; }
    .project-card__tension { font-size: 0.83rem; color: rgba(184,192,204,0.55); line-height: 1.65; font-style: italic; }
    .project-card__help { font-size: 0.82rem; color: var(--gray-light); line-height: 1.65; padding-top: 0.85rem; border-top: 1px solid var(--border); }
    .project-card__help strong { color: rgba(201,168,76,0.85); font-weight: 400; }
    @media (max-width: 620px) { .cp-projects__grid { grid-template-columns: 1fr; } }

    /* ─── Process ─── */
    .cp-process {
      padding: 7rem 0;
      background: var(--bg);
      border-top: 1px solid var(--border);
    }
    .cp-steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      margin-top: 3.5rem;
      position: relative;
    }
    .cp-steps::before {
      content: '';
      position: absolute;
      top: 28px;
      left: 10%; right: 10%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(201,168,76,0.2), transparent);
    }
    .cp-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 1.5rem;
      gap: 1.2rem;
    }
    .cp-step__num {
      width: 56px; height: 56px;
      border-radius: 50%;
      background: rgba(201,168,76,0.07);
      border: 1px solid rgba(201,168,76,0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-head);
      font-size: 1.3rem;
      font-weight: 300;
      color: var(--gold);
      position: relative;
      z-index: 1;
      flex-shrink: 0;
    }
    .cp-step__title { font-family: var(--font-head); font-size: 1.05rem; font-weight: 500; color: var(--white); }
    .cp-step__desc { font-size: 0.82rem; color: var(--gray-light); line-height: 1.6; }
    @media (max-width: 640px) {
      .cp-steps::before { display: none; }
      .cp-steps { grid-template-columns: 1fr; gap: 1.5rem; }
      .cp-step { flex-direction: row; text-align: left; align-items: flex-start; }
      .cp-step__num { flex-shrink: 0; }
    }

    /* ─── Cases / Situations types ─── */
    .cp-cases {
      padding: 7rem 0;
      background: #070d18;
      border-top: 1px solid var(--border);
    }
    .cp-cases__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-top: 3.5rem;
      max-width: 820px;
      margin-left: auto;
      margin-right: auto;
    }
    .case-card {
      background: rgba(12,20,38,0.7);
      border: 1px solid rgba(201,168,76,0.1);
      padding: 2.75rem 2.75rem;
      transition: border-color 0.3s ease;
    }
    .case-card:hover { border-color: rgba(201,168,76,0.22); }
    .case-card__category {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.6rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
      border: 1px solid rgba(201,168,76,0.22);
      padding: 0.3em 0.85em;
      border-radius: 999px;
      margin-bottom: 1.75rem;
    }
    .case-card__quote {
      font-family: var(--font-head);
      font-size: clamp(1.05rem, 2.2vw, 1.2rem);
      font-weight: 300;
      font-style: italic;
      color: var(--gray-light);
      line-height: 1.8;
      position: relative;
      padding-left: 1.5rem;
    }
    .case-card__quote::before {
      content: '"';
      position: absolute;
      left: 0; top: -0.15rem;
      font-family: var(--font-head);
      font-size: 2.5rem;
      color: rgba(201,168,76,0.2);
      line-height: 1;
      font-style: normal;
    }

    /* ─── Offer ─── */
    .cp-offer {
      padding: 7rem 0;
      background: var(--bg);
      border-top: 1px solid var(--border);
    }
    .cp-offer__inner { max-width: 760px; margin: 0 auto; text-align: center; }
    .cp-offer__title { font-family: var(--font-head); font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 1.25rem; }
    .cp-offer__title em { color: var(--gold); font-style: italic; }
    .cp-offer__desc { font-size: 0.93rem; color: var(--gray-light); line-height: 1.85; margin-bottom: 3.5rem; max-width: 600px; margin-left: auto; margin-right: auto; }
    .cp-offer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 3rem; text-align: left; }
    .cp-offer__col { background: var(--bg-card); border: 1px solid var(--border); padding: 2.25rem 2rem; }
    .cp-offer__col-title { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: block; }
    .cp-offer__list { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
    .cp-offer__list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.87rem; color: var(--gray-light); line-height: 1.65; }
    .cp-offer__list li::before { content: '◆'; color: var(--gold); font-size: 0.5rem; margin-top: 0.45em; flex-shrink: 0; opacity: 0.7; }
    .cp-offer__positioning { text-align: center; font-family: var(--font-head); font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-style: italic; font-weight: 400; color: var(--white); padding: 1.75rem 2.5rem; border: 1px solid rgba(201,168,76,0.2); background: rgba(201,168,76,0.03); margin-bottom: 3rem; line-height: 1.55; }
    .cp-offer__ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    @media (max-width: 620px) { .cp-offer__cols { grid-template-columns: 1fr; } }

/* ─────────────────────────────────────────────────────────
 * P1 — Quick wins (refactor 2026-05-29)
 * ───────────────────────────────────────────────────────── */

/* Anchorbar : navigation rapide après le hero, scroll horizontal sur mobile */
.cp-v4-anchorbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(5, 11, 22, 0.92);
  border-bottom: 1px solid rgba(201, 168, 76, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.cp-v4-anchorbar .container {
  display: flex;
  gap: 1.8rem;
  overflow-x: auto;
  padding: 0.9rem 1rem;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.cp-v4-anchorbar .container::-webkit-scrollbar {
  display: none;
}
.cp-v4-anchorbar a {
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.55);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
  scroll-snap-align: start;
}
.cp-v4-anchorbar a:hover {
  color: var(--gold);
}
body.theme-day .cp-v4-anchorbar,
html[data-theme="day"] .cp-v4-anchorbar {
  background: rgba(245, 240, 232, 0.92);
  border-bottom-color: rgba(201, 168, 76, 0.22);
}
body.theme-day .cp-v4-anchorbar a,
html[data-theme="day"] .cp-v4-anchorbar a {
  color: rgba(7, 16, 29, 0.62);
}

/* FAQ accordéon (remplace le grid 9 cellules dense) */
.cp-v4-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 3rem;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.cp-v4-faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.35rem 1.8rem;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.cp-v4-faq-item:hover {
  border-color: rgba(201, 168, 76, 0.25);
}
.cp-v4-faq-item[open] {
  border-color: rgba(201, 168, 76, 0.38);
}
.cp-v4-faq-item summary {
  font-family: var(--font-head);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 500;
  color: var(--white);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 2.5rem;
  line-height: 1.4;
}
.cp-v4-faq-item summary::-webkit-details-marker {
  display: none;
}
.cp-v4-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.25s ease;
  line-height: 1;
}
.cp-v4-faq-item[open] summary::after {
  content: '−';
}
.cp-v4-faq-item p {
  margin: 1rem 0 0;
  padding-top: 1rem;
  font-size: 0.92rem;
  color: var(--gray-light);
  line-height: 1.75;
  border-top: 1px solid var(--border);
}

/* ─────────────────────────────────────────────────────────
 * P4 — Section Preuves (vidéo + témoignages)
 * Inséré entre Comparatif et Livrable.
 * Placeholders prêts à câbler avec de vraies vidéos / vrais témoignages.
 * ───────────────────────────────────────────────────────── */

.cp-v4-proof {
  padding: 7rem 0;
  background: #070d18;
  border-top: 1px solid var(--border);
}
body.theme-day .cp-v4-proof,
html[data-theme="day"] .cp-v4-proof {
  background: var(--bg-section, #f7f1e6);
}

.cp-v4-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 980px) {
  .cp-v4-video-grid { grid-template-columns: 1fr; gap: 1.2rem; }
}

.cp-v4-video-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.cp-v4-video-card:hover {
  border-color: rgba(201, 168, 76, 0.28);
  transform: translateY(-3px);
}

.cp-v4-video-card figure {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #07101d;
}
.cp-v4-video-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) brightness(0.85);
  transition: transform 0.4s ease, filter 0.25s ease;
}
.cp-v4-video-card:hover figure img {
  transform: scale(1.04);
  filter: saturate(1) brightness(0.95);
}
.cp-v4-video-card figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,16,29,0.04), rgba(7,16,29,0.42));
  z-index: 1;
}

.cp-v4-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 240, 0.55);
  background: rgba(201, 168, 76, 0.92);
  display: grid;
  place-items: center;
  z-index: 2;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.cp-v4-play::before {
  content: '';
  width: 0; height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #07101d;
}
.cp-v4-video-card:hover .cp-v4-play {
  transform: scale(1.08);
}

.cp-v4-video-card > div {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cp-v4-video-card small {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
}
.cp-v4-video-card h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--white);
  line-height: 1.25;
  margin: 0;
}
.cp-v4-video-card p {
  font-size: 0.85rem;
  color: var(--gray-light);
  line-height: 1.65;
  margin: 0;
}

/* Témoignages (placeholders représentatifs, à remplacer par citations validées) */
.cp-v4-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 760px) {
  .cp-v4-testimonial-grid { grid-template-columns: 1fr; }
}

.cp-v4-testimonial {
  background: rgba(10, 16, 26, 0.7);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-left: 2px solid rgba(201, 168, 76, 0.55);
  padding: 2rem 2.2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
body.theme-day .cp-v4-testimonial,
html[data-theme="day"] .cp-v4-testimonial {
  background: rgba(255, 250, 240, 0.78);
  border-color: rgba(201, 168, 76, 0.24);
  border-left-color: var(--gold);
}

.cp-v4-testimonial blockquote {
  margin: 0;
}
.cp-v4-testimonial blockquote p {
  font-family: var(--font-head);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-style: italic;
  font-weight: 400;
  color: var(--white);
  line-height: 1.65;
  margin: 0;
}
body.theme-day .cp-v4-testimonial blockquote p,
html[data-theme="day"] .cp-v4-testimonial blockquote p {
  color: #07101d;
}
.cp-v4-testimonial blockquote p::before {
  content: '\201C';
  color: var(--gold);
  font-size: 1.4em;
  line-height: 0;
  margin-right: 0.12em;
  opacity: 0.7;
}

.cp-v4-testimonial figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border-top: 1px solid rgba(201, 168, 76, 0.18);
  padding-top: 0.85rem;
}
.cp-v4-testimonial figcaption strong {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.cp-v4-testimonial figcaption span {
  font-size: 0.72rem;
  color: rgba(184, 192, 204, 0.7);
  letter-spacing: 0.06em;
}
body.theme-day .cp-v4-testimonial figcaption span,
html[data-theme="day"] .cp-v4-testimonial figcaption span {
  color: rgba(7, 16, 29, 0.55);
}

.cp-v4-proof-note {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(184, 192, 204, 0.5);
}
body.theme-day .cp-v4-proof-note,
html[data-theme="day"] .cp-v4-proof-note {
  color: rgba(7, 16, 29, 0.5);
}

/* Hero refondu : 1 colonne (l'aside Prix a été supprimé) */
body.production-v2.checkpoint-v2 .cp-v4-hero__grid {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: center !important;
}
body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__inner {
  max-width: 980px !important;
}

/*
 * Bascule day/night sur les images du hero — force absolue.
 * Override toute autre règle (v2-production a déjà ce système mais il est
 * concurrencé par d'autres cascades — on force ici avec spécificité max).
 */
body.production-v2.checkpoint-v2 .cp-hero__bg img.cp-hero__img {
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
}
body.production-v2.checkpoint-v2.theme-day .cp-hero__bg img.cp-hero__img--day,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-hero__bg img.cp-hero__img--day {
  opacity: 1 !important;
}
body.production-v2.checkpoint-v2.theme-night .cp-hero__bg img.cp-hero__img--night,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-hero__bg img.cp-hero__img--night {
  opacity: 1 !important;
}

/* ─────────────────────────────────────────────────────────
 * Section Données (cp-stats) — copie fidèle de rayflections.fr V1
 * Suffixe % ou × en exposant à droite du chiffre
 * ───────────────────────────────────────────────────────── */
body.production-v2.checkpoint-v2 .cp-stat__number {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.06em;
}
body.production-v2.checkpoint-v2 .cp-stat__number small {
  font-size: 0.42em;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.18em;
  opacity: 0.92;
  letter-spacing: 0;
}

/* Support mode jour : fond ivoire, texte foncé */
body.theme-day .cp-stats,
html[data-theme="day"] .cp-stats {
  background: var(--bg-section, #f7f1e6) !important;
}
body.theme-day .cp-stat,
html[data-theme="day"] .cp-stat {
  background: transparent !important;
}
body.theme-day .cp-stat__text,
html[data-theme="day"] .cp-stat__text {
  color: rgba(7, 16, 29, 0.74) !important;
}
body.theme-day .cp-stat__source,
html[data-theme="day"] .cp-stat__source {
  color: rgba(7, 16, 29, 0.45) !important;
}

/* Cadres internes du grid (border-line gold) */
body.production-v2.checkpoint-v2 .cp-stats__grid {
  background: rgba(201, 168, 76, 0.18) !important;
  border-color: rgba(201, 168, 76, 0.24) !important;
}
body.theme-day .cp-stats__grid,
html[data-theme="day"] .cp-stats__grid {
  background: rgba(201, 168, 76, 0.22) !important;
}

/* Grid 3 colonnes pour la version étendue (50% / 35% / ×2) */
body.production-v2.checkpoint-v2 .cp-stats__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 1100px !important;
}
@media (max-width: 880px) {
  body.production-v2.checkpoint-v2 .cp-stats__grid--three {
    grid-template-columns: 1fr !important;
  }
}

/* Intro sous le titre (problème) */
body.production-v2.checkpoint-v2 .cp-stats__intro {
  max-width: 700px;
  margin: 1.2rem auto 0;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.75;
  color: rgba(184, 192, 204, 0.8);
}

body.production-v2.checkpoint-v2 .cp-stats__source {
  max-width: 760px;
  margin: 1rem auto 0;
  color: var(--text-muted);
  font-size: 0.74rem;
  line-height: 1.45;
  text-align: center;
  opacity: 0.74;
}

body.theme-day .cp-stats__source,
html[data-theme="day"] .cp-stats__source {
  color: rgba(7, 16, 29, 0.60) !important;
}

body.production-v2.checkpoint-v2 .cp-anchor-offset {
  position: relative;
  top: -92px;
  display: block;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

body.theme-day .cp-stats__intro,
html[data-theme="day"] .cp-stats__intro {
  color: rgba(7, 16, 29, 0.72) !important;
}

/* Bloc outro (pivot + promesse) après les cartes */
body.production-v2.checkpoint-v2 .cp-stats__outro {
  max-width: 820px;
  margin: clamp(2.8rem, 5vw, 4rem) auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

/* Pivot (la phrase-clé "La réussite n'est donc...") — exergue Cormorant */
body.production-v2.checkpoint-v2 .cp-stats__pivot {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: var(--white);
  padding: 1.5rem 2rem;
  border-left: 2px solid var(--gold);
  background: rgba(201, 168, 76, 0.04);
  text-align: left;
  margin: 0;
}
body.theme-day .cp-stats__pivot,
html[data-theme="day"] .cp-stats__pivot {
  color: #07101d !important;
}

/* Promesse Rayflections */
body.production-v2.checkpoint-v2 .cp-stats__promise {
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.8;
  color: rgba(184, 192, 204, 0.78);
  margin: 0;
}
body.theme-day .cp-stats__promise,
html[data-theme="day"] .cp-stats__promise {
  color: rgba(7, 16, 29, 0.70) !important;
}

/* Pour la carte ×2 : le × est devant le chiffre (alignement à droite) */
body.production-v2.checkpoint-v2 .cp-stat__number:has(small:first-child) {
  align-items: flex-end;
}
body.production-v2.checkpoint-v2 .cp-stat__number small:first-child {
  margin-top: 0;
  margin-bottom: 0.18em;
}

/* ─────────────────────────────────────────────────────────
 * Glass liquid effect sur les cartes statistiques
 * Bordure gold subtile, fond translucide, blur en arrière-plan.
 * ───────────────────────────────────────────────────────── */
body.production-v2.checkpoint-v2 .cp-stats__grid--three {
  background: transparent !important;
  border: 0 !important;
  gap: 1.4rem !important;
}
body.production-v2.checkpoint-v2 .cp-stats__grid--three .cp-stat {
  background: linear-gradient(160deg, rgba(255, 250, 240, 0.04), rgba(7, 16, 29, 0.32)) !important;
  border: 1px solid rgba(201, 168, 76, 0.22) !important;
  border-radius: 24px !important;
  padding: clamp(2.4rem, 4vw, 3.4rem) clamp(1.6rem, 3vw, 2.4rem) !important;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  box-shadow: 0 24px 60px rgba(7, 16, 29, 0.28), inset 0 1px 0 rgba(255, 250, 240, 0.06);
  transition: transform 0.4s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
body.production-v2.checkpoint-v2 .cp-stats__grid--three .cp-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.4) !important;
  box-shadow: 0 32px 80px rgba(7, 16, 29, 0.36), inset 0 1px 0 rgba(255, 250, 240, 0.1);
}

/* Mode jour : glass plus clair, fond ivoire translucide */
body.theme-day .cp-stats__grid--three .cp-stat,
html[data-theme="day"] .cp-stats__grid--three .cp-stat {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.65), rgba(255, 251, 245, 0.45)) !important;
  border-color: rgba(184, 148, 85, 0.28) !important;
  box-shadow: 0 18px 48px rgba(74, 58, 31, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
}
body.theme-day .cp-stats__grid--three .cp-stat:hover,
html[data-theme="day"] .cp-stats__grid--three .cp-stat:hover {
  border-color: rgba(184, 148, 85, 0.45) !important;
}

/* Chiffres dorés en mode nuit ET jour (override de la règle massive v2-production:6883
 * qui force `color: var(--v2-cream-2)` sur tous les <strong> dans .theme-night).
 * On utilise une spécificité supérieure (6+ classes) pour battre la cascade. */
body.production-v2.checkpoint-v2 .cp-stats .cp-stat .cp-stat__number,
body.production-v2.checkpoint-v2.theme-night .cp-stats .cp-stat .cp-stat__number,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-stats .cp-stat .cp-stat__number {
  color: var(--gold) !important;
  text-shadow: 0 4px 24px rgba(201, 168, 76, 0.22);
}
body.production-v2.checkpoint-v2.theme-day .cp-stats .cp-stat .cp-stat__number,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-stats .cp-stat .cp-stat__number {
  color: #B89455 !important;
  text-shadow: none;
}
/* Le <small> (% ou ×) hérite aussi du gold */
body.production-v2.checkpoint-v2 .cp-stats .cp-stat .cp-stat__number small,
body.production-v2.checkpoint-v2.theme-night .cp-stats .cp-stat .cp-stat__number small,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-stats .cp-stat .cp-stat__number small {
  color: inherit !important;
}

/* ─────────────────────────────────────────────────────────
 * Founder card — phrase de Koffi en bas de section Données
 * Pattern repris de .founder-card de la home V2 (v2-glass.css)
 * Namespace cp-v4-* pour rester isolé.
 * ───────────────────────────────────────────────────────── */
body.production-v2.checkpoint-v2 .cp-v4-founder-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: clamp(1.5rem, 3vw, 2.2rem);
  align-items: center;
  padding: clamp(1.8rem, 3vw, 2.6rem) clamp(2rem, 3.5vw, 3rem);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(245, 242, 235, 0.05), rgba(7, 16, 31, 0.85));
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border: 1px solid rgba(201, 168, 76, 0.28);
  box-shadow: 0 18px 40px rgba(7, 16, 31, 0.4);
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}
body.theme-day .cp-v4-founder-card,
html[data-theme="day"] .cp-v4-founder-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(255, 251, 245, 0.75)) !important;
  border-color: rgba(184, 148, 85, 0.32) !important;
  box-shadow: 0 18px 40px rgba(74, 58, 31, 0.14) !important;
}
@media (max-width: 700px) {
  body.production-v2.checkpoint-v2 .cp-v4-founder-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.8rem;
  }
}

body.production-v2.checkpoint-v2 .cp-v4-founder-card__avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: url('../assets/visuals-v2/founder/koffi-founder-portrait.webp?v=20260710-founder-cache-v1') center 30%/cover no-repeat, #07101d;
  border: 3px solid var(--gold);
  box-shadow: 0 0 0 8px rgba(216, 178, 122, 0.12), 0 14px 36px rgba(0, 0, 0, 0.45);
  margin: 0 auto;
  flex-shrink: 0;
}

body.production-v2.checkpoint-v2 .cp-v4-founder-card__quote {
  font-family: var(--font-head);
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.55;
  color: var(--white);
  margin: 0;
  position: relative;
  padding-left: 1.2rem;
}
body.theme-day .cp-v4-founder-card__quote,
html[data-theme="day"] .cp-v4-founder-card__quote {
  color: #14233A !important;
}
body.production-v2.checkpoint-v2 .cp-v4-founder-card__quote em {
  color: var(--gold);
  font-style: italic;
}
body.theme-day .cp-v4-founder-card__quote em,
html[data-theme="day"] .cp-v4-founder-card__quote em {
  color: #B89455 !important;
}
body.production-v2.checkpoint-v2 .cp-v4-founder-card__quote::before {
  content: '\201C';
  position: absolute;
  left: -0.2rem;
  top: -1.2rem;
  font-family: var(--font-head);
  color: var(--gold);
  font-size: 3rem;
  line-height: 1;
  opacity: 0.5;
}

body.production-v2.checkpoint-v2 .cp-v4-founder-card__sig {
  margin: 0.9rem 0 0;
  font-family: var(--font-body);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
body.theme-day .cp-v4-founder-card__sig,
html[data-theme="day"] .cp-v4-founder-card__sig {
  color: #B89455 !important;
}

/* Outro centré : ajuste l'alignement maintenant qu'il contient un founder-card */
body.production-v2.checkpoint-v2 .cp-stats__outro {
  max-width: 900px !important;
  text-align: center;
  gap: 2.2rem !important;
}

/* ─────────────────────────────────────────────────────────
 * Section Étude de cas (Victoria's Secret)
 * Citation Koffi en cadre + carrousel 3 slides day/night + outro CTA
 * ───────────────────────────────────────────────────────── */
body.production-v2.checkpoint-v2 .cp-v4-case-study {
  position: relative;
  padding: clamp(5rem, 8vh, 8rem) 0;
  overflow: hidden;
  isolation: isolate;
}

/* Fond d'écran : Victoria's Secret store avec léger voile foncé */
body.production-v2.checkpoint-v2 .cp-v4-case-study::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('../img/cp-carousel/vicky-store-bg-20260530-v2.png') center / cover no-repeat;
  filter: brightness(0.58);
}
body.production-v2.checkpoint-v2 .cp-v4-case-study::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(7, 16, 29, 0.42);
}
body.theme-day .cp-v4-case-study::before,
html[data-theme="day"] .cp-v4-case-study::before {
  filter: brightness(0.64);
}
body.theme-day .cp-v4-case-study::after,
html[data-theme="day"] .cp-v4-case-study::after {
  background: rgba(7, 16, 29, 0.36);
}

/* Variant founder-card "standalone" : juste la citation, plus compact */
body.production-v2.checkpoint-v2 .cp-v4-founder-card--standalone {
  margin: 0 auto clamp(3rem, 6vh, 4.5rem);
  max-width: 760px;
}

/* Section head après la quote — alignement centré + spacing */
body.production-v2.checkpoint-v2 .cp-v4-case-study__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(2.8rem, 5vw, 4rem);
}
body.production-v2.checkpoint-v2 .cp-v4-case-study__head h2 {
  margin-bottom: 1.2rem;
}
body.production-v2.checkpoint-v2 .cp-v4-case-study__head p {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.7;
  color: rgba(255, 250, 240, 0.86);
  max-width: 740px;
  margin: 0 auto;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
/* Mode jour : forcer texte clair (la photo de fond reste sombre dans les 2 modes) */
body.production-v2.checkpoint-v2.theme-day .cp-v4-case-study .cp-v4-case-study__head h2,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-study .cp-v4-case-study__head h2 {
  color: #fffaf0 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55) !important;
}
body.production-v2.checkpoint-v2.theme-day .cp-v4-case-study .cp-v4-case-study__head p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-study .cp-v4-case-study__head p {
  color: rgba(255, 250, 240, 0.88) !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5) !important;
}

/* Carrousel 3 slides — pattern method-trajectory-carousel (JS partagé) */
body.production-v2.checkpoint-v2 .cp-v4-case-carousel {
  max-width: 1100px;
  margin: 0 auto;
}
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__stage {
  display: grid;
  gap: 1.2rem;
}
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__viewport {
  position: relative;
  height: clamp(560px, 70vh, 720px);
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.32);
  border-radius: 28px;
  background: rgba(7, 16, 29, 0.45);
  /* Glass 3D : ombre profonde + reflet supérieur + glow gold subtil */
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.55),
    0 20px 40px rgba(7, 16, 29, 0.45),
    inset 0 1px 0 rgba(255, 250, 240, 0.10),
    inset 0 -1px 0 rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(201, 168, 76, 0.12);
  backdrop-filter: blur(4px) saturate(1.1);
  -webkit-backdrop-filter: blur(4px) saturate(1.1);
}
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__track {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
body.production-v2.checkpoint-v2 .cp-v4-case-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  overflow: hidden;
  background: #07101d;
}

/* Images day/night avec bascule (mêmes règles que cp-hero__img) */
body.production-v2.checkpoint-v2 .cp-v4-case-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}
body.production-v2.checkpoint-v2.theme-day .cp-v4-case-img--day,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-img--day {
  opacity: 1 !important;
}
body.production-v2.checkpoint-v2.theme-night .cp-v4-case-img--night,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-case-img--night {
  opacity: 1 !important;
}

/* Overlay dégradé bas pour lisibilité caption */
body.production-v2.checkpoint-v2 .cp-v4-case-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.06) 0%, rgba(7, 16, 29, 0.18) 45%, rgba(7, 16, 29, 0.78) 100%);
  pointer-events: none;
}

/* Caption en bas — Liquid glass effect translucide 3D
 * Pattern : background semi-transparent + backdrop-filter blur fort
 * + multiple box-shadow (extérieur profond + inset highlights pour effet relief)
 * + border-image gradient pour effet "lumière sur verre" */
body.production-v2.checkpoint-v2 .cp-v4-case-slide__caption {
  position: absolute;
  left: clamp(1rem, 2.4vw, 1.8rem);
  right: clamp(1rem, 2.4vw, 1.8rem);
  bottom: clamp(1rem, 2.4vw, 1.8rem);
  z-index: 2;
  max-width: 580px;
  padding: clamp(1rem, 1.8vw, 1.4rem) clamp(1.2rem, 2vw, 1.6rem);
  border: 1px solid rgba(255, 250, 240, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.42) 0%, rgba(255, 250, 240, 0.22) 100%);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  /* Glass 3D : ombre extérieure profonde + reflets internes + glow gold */
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.42),
    0 12px 28px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    inset 1px 0 0 rgba(255, 255, 255, 0.18),
    inset -1px 0 0 rgba(0, 0, 0, 0.10);
  isolation: isolate;
}
/* Reflet liquid : pseudo-élément qui crée un highlight diagonal subtil */
body.production-v2.checkpoint-v2 .cp-v4-case-slide__caption::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, transparent 38%, transparent 62%, rgba(255, 255, 255, 0.06) 100%);
  pointer-events: none;
  z-index: -1;
}
body.production-v2.checkpoint-v2.theme-night .cp-v4-case-slide__caption,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-case-slide__caption {
  background:
    linear-gradient(135deg, rgba(15, 26, 44, 0.55) 0%, rgba(7, 16, 29, 0.35) 100%);
  border-color: rgba(217, 189, 120, 0.34);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.62),
    0 12px 28px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 250, 240, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.32),
    inset 1px 0 0 rgba(255, 250, 240, 0.06),
    inset -1px 0 0 rgba(0, 0, 0, 0.18);
}
body.production-v2.checkpoint-v2.theme-night .cp-v4-case-slide__caption::before,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-case-slide__caption::before {
  background: linear-gradient(135deg, rgba(217, 189, 120, 0.10) 0%, transparent 35%, transparent 65%, rgba(217, 189, 120, 0.06) 100%);
}
/* Captions — couleurs forcées avec spécificité haute pour battre la règle massive
 * v2-production:6883 (theme-night :is(...,strong,h3,p,...) { color: var(--v2-cream-2) }) */
body.production-v2.checkpoint-v2 .cp-v4-case-slide .cp-v4-case-slide__caption span {
  display: block !important;
  font-family: var(--font-body) !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  margin-bottom: 0.35rem !important;
}
body.production-v2.checkpoint-v2 .cp-v4-case-slide .cp-v4-case-slide__caption h3 {
  font-family: var(--font-head) !important;
  font-size: clamp(1.15rem, 1.9vw, 1.55rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  color: #fffaf0 !important;
  margin: 0 0 0.45rem !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
body.production-v2.checkpoint-v2.theme-day .cp-v4-case-slide .cp-v4-case-slide__caption h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-slide .cp-v4-case-slide__caption h3 {
  color: #07101d !important;
  text-shadow: 0 2px 12px rgba(255, 250, 240, 0.4);
}
body.production-v2.checkpoint-v2 .cp-v4-case-slide .cp-v4-case-slide__caption p {
  font-family: var(--font-body) !important;
  font-size: clamp(0.82rem, 1.05vw, 0.92rem) !important;
  line-height: 1.55 !important;
  color: rgba(255, 250, 240, 0.92) !important;
  margin: 0 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
body.production-v2.checkpoint-v2.theme-day .cp-v4-case-slide .cp-v4-case-slide__caption p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-slide .cp-v4-case-slide__caption p {
  color: rgba(7, 16, 29, 0.84) !important;
  text-shadow: none;
}
/* Background caption ajusté pour bon contraste dans les deux modes (glass plus foncé en nuit) */
body.production-v2.checkpoint-v2.theme-night .cp-v4-case-slide .cp-v4-case-slide__caption,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-case-slide .cp-v4-case-slide__caption {
  background: linear-gradient(135deg, rgba(7, 16, 29, 0.48) 0%, rgba(7, 16, 29, 0.32) 100%) !important;
  border-color: rgba(217, 189, 120, 0.34) !important;
}
body.production-v2.checkpoint-v2.theme-day .cp-v4-case-slide .cp-v4-case-slide__caption,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-slide .cp-v4-case-slide__caption {
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.65) 0%, rgba(255, 250, 240, 0.45) 100%) !important;
  border-color: rgba(184, 148, 85, 0.38) !important;
}

/* Navigation — dots + arrows */
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 0.4rem;
  padding: 0 0.3rem;
}
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__dots {
  display: flex;
  gap: 0.55rem;
}
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__dots button {
  width: 38px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.22);
  cursor: pointer;
  padding: 0;
  transition: background-color 0.25s ease, width 0.25s ease;
}
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__dots button.is-active {
  background: var(--gold);
  width: 54px;
}
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__arrows {
  display: flex;
  gap: 0.55rem;
}
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__arrows button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.32);
  background: rgba(7, 16, 29, 0.55);
  color: var(--gold);
  font-size: 1.1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
body.production-v2.checkpoint-v2 .cp-v4-case-carousel__arrows button:hover {
  background: rgba(201, 168, 76, 0.18);
  transform: translateY(-1px);
}

/* Outro : phrase de transition + CTA */
body.production-v2.checkpoint-v2 .cp-v4-case-study__outro {
  max-width: 820px;
  margin: clamp(2.5rem, 5vh, 4rem) auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
body.production-v2.checkpoint-v2 .cp-v4-case-study .cp-v4-case-study__transition {
  font-family: var(--font-head) !important;
  font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 1.55 !important;
  color: #fffaf0 !important;
  margin: 0 !important;
  padding: 1.8rem 2.2rem !important;
  border-left: 3px solid var(--gold) !important;
  background: rgba(7, 16, 29, 0.68) !important;
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-radius: 0 16px 16px 0;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 250, 240, 0.10);
  text-align: left !important;
}
body.production-v2.checkpoint-v2.theme-day .cp-v4-case-study .cp-v4-case-study__transition,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-study .cp-v4-case-study__transition {
  color: #07101d !important;
  background: rgba(255, 250, 240, 0.94) !important;
  box-shadow: 0 18px 48px rgba(74, 58, 31, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}
body.production-v2.checkpoint-v2 .cp-v4-case-study .cp-v4-case-study__transition em {
  color: var(--gold) !important;
  font-style: italic !important;
  font-weight: 500;
}
body.production-v2.checkpoint-v2 .cp-v4-case-study__cta {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
}

/* ─────────────────────────────────────────────────────────
 * Section Service Checkpoint (présentation du service)
 * Reproduit le pattern .masterclass-showcase__panel (media + copy)
 * Position : entre Étude de cas et Cas/Profils
 * ───────────────────────────────────────────────────────── */
body.production-v2.checkpoint-v2 .cp-v4-service {
  padding: clamp(5rem, 8vh, 8rem) 0;
}

body.production-v2.checkpoint-v2 .cp-v4-service__subtitle {
  font-family: var(--font-head) !important;
  font-style: italic !important;
  font-size: clamp(1.35rem, 2.25vw, 1.85rem) !important;
  font-weight: 400 !important;
  color: var(--gold) !important;
  line-height: 1.35 !important;
  margin: 1.2rem auto 0 !important;
  max-width: 760px !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service__intro {
  font-family: var(--font-body) !important;
  font-size: clamp(0.98rem, 1.3vw, 1.1rem) !important;
  line-height: 1.75 !important;
  color: rgba(184, 192, 204, 0.82);
  margin: 1.85rem auto 0 !important;
  max-width: 760px !important;
}
body.theme-day .cp-v4-service__intro,
html[data-theme="day"] .cp-v4-service__intro {
  color: rgba(7, 16, 29, 0.78) !important;
}

/* Showcase card : grid 2 cols (image | copy) */
body.production-v2.checkpoint-v2 .cp-v4-service-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: stretch;
  max-width: 1180px;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
  background: rgba(7, 16, 29, 0.42);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 28px;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 250, 240, 0.10);
}
body.theme-day .cp-v4-service-showcase,
html[data-theme="day"] .cp-v4-service-showcase {
  background: rgba(255, 250, 240, 0.78) !important;
  border-color: rgba(184, 148, 85, 0.32) !important;
  box-shadow: 0 30px 70px rgba(74, 58, 31, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
@media (max-width: 880px) {
  body.production-v2.checkpoint-v2 .cp-v4-service-showcase {
    grid-template-columns: 1fr;
  }
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 3 / 4;
  background: #07101d;
}
body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__copy {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(0.5rem, 1.4vw, 1rem) clamp(0.5rem, 1vw, 0.8rem);
  justify-content: center;
}
body.production-v2.checkpoint-v2 .cp-v4-service-showcase__tag {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
body.production-v2.checkpoint-v2 .cp-v4-service-showcase .cp-v4-service-showcase__copy h3 {
  font-family: var(--font-head);
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 500;
  line-height: 1.15;
  color: #fffaf0 !important;
  margin: 0;
}
body.production-v2.checkpoint-v2.theme-day .cp-v4-service-showcase .cp-v4-service-showcase__copy h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-service-showcase .cp-v4-service-showcase__copy h3 {
  color: #07101d !important;
}
body.production-v2.checkpoint-v2 .cp-v4-service-showcase__lead {
  font-family: var(--font-head);
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 400;
  color: var(--gold);
  margin: 0;
}
body.production-v2.checkpoint-v2 .cp-v4-service-showcase .cp-v4-service-showcase__copy > p:not([class]) {
  font-family: var(--font-body);
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 1.7;
  color: rgba(255, 250, 240, 0.86) !important;
  margin: 0.4rem 0 0.6rem;
}
body.production-v2.checkpoint-v2.theme-day .cp-v4-service-showcase .cp-v4-service-showcase__copy > p:not([class]),
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-service-showcase .cp-v4-service-showcase__copy > p:not([class]) {
  color: rgba(7, 16, 29, 0.78) !important;
}

/* Colonnes (Consultation + Formats) */
body.production-v2.checkpoint-v2 .cp-v4-service-showcase__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem 1.8rem;
  margin-top: 0.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 168, 76, 0.18);
}
@media (max-width: 560px) {
  body.production-v2.checkpoint-v2 .cp-v4-service-showcase__columns {
    grid-template-columns: 1fr;
  }
}
body.production-v2.checkpoint-v2 .cp-v4-service-showcase__columns strong {
  display: block;
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
body.production-v2.checkpoint-v2 .cp-v4-service-showcase__columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
body.production-v2.checkpoint-v2 .cp-v4-service-showcase__columns li {
  position: relative;
  padding-left: 1.1rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(255, 250, 240, 0.78);
}
body.production-v2.checkpoint-v2 .cp-v4-service-showcase__columns li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 0.5em;
  color: var(--gold);
  opacity: 0.75;
}
body.theme-day .cp-v4-service-showcase__columns li,
html[data-theme="day"] .cp-v4-service-showcase__columns li {
  color: rgba(7, 16, 29, 0.74) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__copy .btn-primary {
  align-self: flex-start;
  margin-top: 1rem;
}

/* ─────────────────────────────────────────────────────────
 * Pass 2026-05-30 — harmonisation Method / Masterclass
 * 4 premiers blocs : hero resserré, cas public, service humain.
 * ───────────────────────────────────────────────────────── */
body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__inner {
  max-width: 920px !important;
  transform: translateY(clamp(0.6rem, 2.4vh, 1.4rem));
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__brand {
  max-width: 920px !important;
  margin: clamp(1.1rem, 2.6vw, 1.6rem) 0 0 !important;
  font-size: clamp(2.85rem, 5.2vw, 4.65rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__subtitle {
  max-width: 560px !important;
  margin-top: clamp(1.1rem, 2.6vw, 1.55rem) !important;
  font-size: clamp(1.18rem, 2.2vw, 1.6rem) !important;
  line-height: 1.22 !important;
  color: var(--gold) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__hook {
  max-width: 620px !important;
  margin: 1rem 0 0 !important;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem) !important;
  line-height: 1.78 !important;
  color: rgba(255, 250, 240, 0.86) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__keywords {
  margin: clamp(1.4rem, 3vw, 2rem) 0 clamp(1.4rem, 3vw, 2rem) !important;
  letter-spacing: 0 !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__ctas {
  margin-top: 0 !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-hero .cp-hero__bg::after,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, 0.64) 0%, rgba(7, 16, 29, 0.34) 48%, rgba(7, 16, 29, 0.06) 100%),
    linear-gradient(180deg, rgba(7, 16, 29, 0.06), rgba(7, 16, 29, 0.34)) !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-hero :is(.cp-hero__brand, .cp-hero__hook, .cp-hero__keywords),
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero :is(.cp-hero__brand, .cp-hero__hook, .cp-hero__keywords) {
  color: #fffaf0 !important;
  text-shadow: 0 3px 24px rgba(7, 16, 29, 0.58) !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-hero .cp-hero__subtitle,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__subtitle,
body.production-v2.checkpoint-v2.theme-day .cp-v4-hero .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero .section-tag {
  color: #f0cf7a !important;
  text-shadow: 0 3px 22px rgba(7, 16, 29, 0.62) !important;
}

@media (max-width: 720px) {
  body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__inner {
    transform: none;
  }

  body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__brand {
    font-size: clamp(2.25rem, 10.6vw, 3.35rem) !important;
    line-height: 0.96 !important;
    white-space: normal !important;
  }

  body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__hook {
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }
}

body.production-v2.checkpoint-v2 .cp-v4-case-study__head {
  max-width: 780px !important;
}

body.production-v2.checkpoint-v2 .cp-v4-case-study__head .section-tag {
  margin-inline: auto;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-case-study__head .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-study__head .section-tag {
  color: #fffaf0 !important;
  text-shadow: 0 3px 22px rgba(7, 16, 29, 0.72) !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-case-slide .cp-v4-case-slide__caption span,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-slide .cp-v4-case-slide__caption span {
  color: #071d36 !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media--product {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: clamp(620px, 56vw, 790px);
  aspect-ratio: auto;
  isolation: isolate;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--portrait,
body.production-v2.checkpoint-v2 .cp-v4-service-showcase:has(.cp-v4-service-portrait-img) {
  grid-template-columns: minmax(440px, 1.16fr) minmax(0, 0.94fr);
  gap: clamp(1.6rem, 3vw, 2.4rem);
  padding: clamp(1.35rem, 2.1vw, 1.9rem);
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--portrait .cp-v4-service-showcase__copy h3,
body.production-v2.checkpoint-v2 .cp-v4-service-showcase:has(.cp-v4-service-portrait-img) .cp-v4-service-showcase__copy h3 {
  color: var(--gold) !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-service-showcase--portrait .cp-v4-service-showcase__copy h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-service-showcase--portrait .cp-v4-service-showcase__copy h3,
body.production-v2.checkpoint-v2.theme-day .cp-v4-service-showcase:has(.cp-v4-service-portrait-img) .cp-v4-service-showcase__copy h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-service-showcase:has(.cp-v4-service-portrait-img) .cp-v4-service-showcase__copy h3 {
  color: #07101d !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-theme-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}

body.production-v2.checkpoint-v2 .cp-v4-service-portrait-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-service-theme-img--day,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-service-theme-img--day {
  opacity: 1 !important;
}

body.production-v2.checkpoint-v2.theme-night .cp-v4-service-theme-img--night,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-service-theme-img--night {
  opacity: 1 !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media--product::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.03) 0%, rgba(7, 16, 29, 0.18) 52%, rgba(7, 16, 29, 0.62) 100%);
  z-index: 1;
  pointer-events: none;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.82rem 1rem;
  border: 1px solid rgba(201, 168, 76, 0.26);
  border-radius: 14px;
  background: rgba(7, 16, 29, 0.62);
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
}

body.production-v2.checkpoint-v2 .cp-v4-service-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

body.production-v2.checkpoint-v2 .cp-v4-service-formats :is(span, a) {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.48rem 0.82rem;
  border: 1px solid rgba(201, 168, 76, 0.26);
  border-radius: 999px;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

body.production-v2.checkpoint-v2 .cp-v4-service-formats a:hover,
body.production-v2.checkpoint-v2 .cp-v4-service-formats a:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
  color: #07101d;
  transform: translateY(-1px);
}

body.production-v2.checkpoint-v2 .cp-v4-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}

body.production-v2.checkpoint-v2 .cp-v4-service-actions .btn-primary,
body.production-v2.checkpoint-v2 .cp-v4-service-actions .btn-secondary {
  margin-top: 0 !important;
}

@media (max-width: 620px) {
  body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media--product {
    min-height: 420px;
  }

  body.production-v2.checkpoint-v2 .cp-v4-service-actions .btn-primary,
  body.production-v2.checkpoint-v2 .cp-v4-service-actions .btn-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 880px) {
  body.production-v2.checkpoint-v2 .cp-v4-service-showcase--portrait,
  body.production-v2.checkpoint-v2 .cp-v4-service-showcase:has(.cp-v4-service-portrait-img) {
    grid-template-columns: 1fr;
  }
}

/* ─────────────────────────────────────────────────────────
 * Pass 2026-05-31 — suite Checkpoint
 * Phases, formules, trajectoires, expérience, FAQ, conclusion.
 * ───────────────────────────────────────────────────────── */
body.production-v2.checkpoint-v2 :is(.cp-next-phases, .cp-next-offers, .cp-next-trajectories, .cp-next-experience, .cp-next-faq) {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8rem) 0;
  scroll-margin-top: 8rem;
}

body.production-v2.checkpoint-v2 .cp-next-final {
  scroll-margin-top: 8rem;
}

body.production-v2.checkpoint-v2 .cp-next-phases,
body.production-v2.checkpoint-v2 .cp-next-experience {
  background:
    radial-gradient(circle at 12% 10%, rgba(201, 168, 76, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(7, 16, 29, 0.98), rgba(10, 20, 35, 0.94));
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phases,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phases,
body.production-v2.checkpoint-v2.theme-day .cp-next-experience,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-experience {
  background:
    radial-gradient(circle at 12% 10%, rgba(201, 168, 76, 0.16), transparent 34%),
    linear-gradient(180deg, #f7f1e7, #eee4d5);
}

body.production-v2.checkpoint-v2 .cp-next-offers {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.03), rgba(201, 168, 76, 0.07));
}

body.production-v2.checkpoint-v2.theme-day .cp-next-offers,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-offers {
  background: linear-gradient(180deg, #fbf7ef, #f0e7d8);
}

body.production-v2.checkpoint-v2 .cp-next-trajectories,
body.production-v2.checkpoint-v2 .cp-next-faq {
  background:
    linear-gradient(180deg, rgba(7, 16, 29, 0.92), rgba(5, 10, 18, 0.98)),
    radial-gradient(circle at 80% 15%, rgba(18, 58, 99, 0.28), transparent 34%);
}

body.production-v2.checkpoint-v2 .cp-next-phase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(1.2rem, 2.6vw, 2rem);
  max-width: 1180px;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-phase-stack {
  display: grid;
  gap: 1rem;
}

body.production-v2.checkpoint-v2 .cp-next-phase-card {
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 24px;
  background: rgba(255, 250, 240, 0.07);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 250, 240, 0.08);
  padding: clamp(1.35rem, 2.2vw, 2rem);
}

body.production-v2.checkpoint-v2 .cp-next-phase-card--analysis {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.10), rgba(7, 16, 29, 0.48)),
    radial-gradient(circle at 85% 12%, rgba(201, 168, 76, 0.22), transparent 34%);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-card,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-card {
  background: rgba(255, 250, 240, 0.72);
  border-color: rgba(184, 148, 85, 0.28);
  box-shadow: 0 24px 60px rgba(74, 58, 31, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-phase-number,
body.production-v2.checkpoint-v2 .cp-next-offer-badge,
body.production-v2.checkpoint-v2 .cp-next-trajectory-card span,
body.production-v2.checkpoint-v2 .cp-next-proof-grid small {
  display: inline-flex;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-next-phase-card h3,
body.production-v2.checkpoint-v2 .cp-next-offer-card h3,
body.production-v2.checkpoint-v2 .cp-next-trajectory-card h3,
body.production-v2.checkpoint-v2 .cp-next-proof-grid h3 {
  font-family: var(--font-head);
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 0.65rem 0 0.75rem;
  color: #fffaf0;
}

body.production-v2.checkpoint-v2.theme-day :is(.cp-next-phase-card h3, .cp-next-offer-card h3, .cp-next-trajectory-card h3, .cp-next-proof-grid h3),
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(.cp-next-phase-card h3, .cp-next-offer-card h3, .cp-next-trajectory-card h3, .cp-next-proof-grid h3) {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-phase-card p,
body.production-v2.checkpoint-v2 .cp-next-offer-card p,
body.production-v2.checkpoint-v2 .cp-next-trajectory-card p,
body.production-v2.checkpoint-v2 .cp-next-proof-grid p {
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.96rem;
  line-height: 1.68;
  margin: 0;
}

body.production-v2.checkpoint-v2.theme-day :is(.cp-next-phase-card p, .cp-next-offer-card p, .cp-next-trajectory-card p, .cp-next-proof-grid p),
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(.cp-next-phase-card p, .cp-next-offer-card p, .cp-next-trajectory-card p, .cp-next-proof-grid p) {
  color: rgba(7, 16, 29, 0.76);
}

body.production-v2.checkpoint-v2 .cp-next-phase-lead {
  max-width: 680px;
}

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

body.production-v2.checkpoint-v2 .cp-next-analysis-grid div {
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 168, 76, 0.24);
}

body.production-v2.checkpoint-v2 .cp-next-analysis-grid small {
  display: block;
  color: rgba(201, 168, 76, 0.88);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

body.production-v2.checkpoint-v2 .cp-next-analysis-grid strong {
  display: block;
  color: #fffaf0;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-analysis-grid strong,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-analysis-grid strong {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-analysis-grid p {
  font-size: 0.86rem;
}

body.production-v2.checkpoint-v2 .cp-next-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
  max-width: 1180px;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-offer-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.4rem, 2.2vw, 2rem);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 24px;
  background: rgba(7, 16, 29, 0.54);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.28);
}

body.production-v2.checkpoint-v2 .cp-next-offer-card--featured {
  border-color: rgba(217, 189, 120, 0.52);
  background:
    linear-gradient(180deg, rgba(201, 168, 76, 0.16), rgba(7, 16, 29, 0.64)),
    rgba(7, 16, 29, 0.58);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-offer-card,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-offer-card {
  background: rgba(255, 250, 240, 0.84);
  border-color: rgba(184, 148, 85, 0.28);
  box-shadow: 0 24px 60px rgba(74, 58, 31, 0.14);
}

body.production-v2.checkpoint-v2 .cp-next-offer-role {
  font-family: var(--font-head);
  font-size: 1.06rem !important;
  font-style: italic;
  color: var(--gold) !important;
  margin-top: -0.2rem !important;
}

body.production-v2.checkpoint-v2 .cp-next-price {
  display: block;
  margin-top: 1.3rem;
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  font-weight: 500;
  line-height: 0.98;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-price,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-price {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-offer-card small {
  display: block;
  min-height: 2.4rem;
  margin: 0.65rem 0 1.1rem;
  color: rgba(255, 250, 240, 0.58);
  line-height: 1.45;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-offer-card small,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-offer-card small {
  color: rgba(7, 16, 29, 0.58);
}

body.production-v2.checkpoint-v2 .cp-next-offer-card ul,
body.production-v2.checkpoint-v2 .cp-next-trajectory-card ul {
  display: grid;
  gap: 0.5rem;
  margin: 1.1rem 0 1.4rem;
  padding: 0;
  list-style: none;
}

body.production-v2.checkpoint-v2 .cp-next-offer-card li,
body.production-v2.checkpoint-v2 .cp-next-trajectory-card li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

body.production-v2.checkpoint-v2 .cp-next-offer-card li::before,
body.production-v2.checkpoint-v2 .cp-next-trajectory-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--gold);
}

body.production-v2.checkpoint-v2.theme-day :is(.cp-next-offer-card li, .cp-next-trajectory-card li),
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(.cp-next-offer-card li, .cp-next-trajectory-card li) {
  color: rgba(7, 16, 29, 0.76);
}

body.production-v2.checkpoint-v2 .cp-next-offer-card .btn-primary,
body.production-v2.checkpoint-v2 .cp-next-offer-card .btn-secondary {
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
}

body.production-v2.checkpoint-v2 .cp-next-compare {
  max-width: 1180px;
  margin: clamp(1.5rem, 3vw, 2.4rem) auto 0;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(7, 16, 29, 0.44);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-compare,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-compare {
  background: rgba(255, 250, 240, 0.72);
  border-color: rgba(184, 148, 85, 0.28);
}

body.production-v2.checkpoint-v2 .cp-next-compare-row {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  min-width: 760px;
  border-top: 1px solid rgba(201, 168, 76, 0.14);
}

body.production-v2.checkpoint-v2 .cp-next-compare-row:first-child {
  border-top: 0;
}

body.production-v2.checkpoint-v2 .cp-next-compare-row > * {
  margin: 0;
  padding: 0.9rem 1rem;
  border-left: 1px solid rgba(201, 168, 76, 0.12);
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.88rem;
  line-height: 1.4;
}

body.production-v2.checkpoint-v2 .cp-next-compare-row > *:first-child {
  border-left: 0;
  color: var(--gold);
  font-weight: 800;
}

body.production-v2.checkpoint-v2 .cp-next-compare-row--head {
  background: rgba(201, 168, 76, 0.11);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-compare-row > *,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-compare-row > * {
  color: rgba(7, 16, 29, 0.74);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-compare-row > *:first-child,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-compare-row > *:first-child {
  color: #8c6a1f;
}

body.production-v2.checkpoint-v2 .cp-next-trajectory-grid,
body.production-v2.checkpoint-v2 .cp-next-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
  max-width: 1180px;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-trajectory-card,
body.production-v2.checkpoint-v2 .cp-next-proof-grid article {
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 26px;
  background: rgba(255, 250, 240, 0.06);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-trajectories .cp-next-trajectory-card,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-trajectories .cp-next-trajectory-card {
  background: rgba(7, 16, 29, 0.82);
  border-color: rgba(217, 189, 120, 0.32);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-trajectories :is(.cp-next-trajectory-card h3, .cp-next-trajectory-card p, .cp-next-trajectory-card li),
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-trajectories :is(.cp-next-trajectory-card h3, .cp-next-trajectory-card p, .cp-next-trajectory-card li) {
  color: rgba(255, 250, 240, 0.88) !important;
}

body.production-v2.checkpoint-v2.theme-night .cp-next-offer-card .btn-secondary,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-next-offer-card .btn-secondary {
  color: #fffaf0 !important;
  border-color: rgba(217, 189, 120, 0.42) !important;
  background: rgba(255, 250, 240, 0.04) !important;
}

body.production-v2.checkpoint-v2.theme-night .cp-next-offer-card .btn-secondary:hover,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-next-offer-card .btn-secondary:hover {
  background: rgba(217, 189, 120, 0.12) !important;
}

body.production-v2.checkpoint-v2 .cp-next-trajectory-card figure,
body.production-v2.checkpoint-v2 .cp-next-proof-grid figure {
  margin: 0;
}

body.production-v2.checkpoint-v2 .cp-next-trajectory-card img,
body.production-v2.checkpoint-v2 .cp-next-proof-grid img,
body.production-v2.checkpoint-v2 .cp-next-profile-grid img {
  width: 100%;
  display: block;
  object-fit: cover;
}

body.production-v2.checkpoint-v2 .cp-next-trajectory-card img {
  aspect-ratio: 16 / 10;
}

body.production-v2.checkpoint-v2 .cp-next-trajectory-card > div,
body.production-v2.checkpoint-v2 .cp-next-proof-grid article {
  padding: clamp(1.2rem, 2vw, 1.7rem);
}

body.production-v2.checkpoint-v2 .cp-next-trajectory-card figure + div {
  padding-top: 1.35rem;
}

body.production-v2.checkpoint-v2 .cp-next-trajectory-card--gold {
  border-color: rgba(217, 189, 120, 0.48);
}

body.production-v2.checkpoint-v2 .cp-next-experience-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.2rem, 2.8vw, 2rem);
  max-width: 1180px;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-score-panel,
body.production-v2.checkpoint-v2 .cp-next-deliverable-stack article {
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 24px;
  background: rgba(7, 16, 29, 0.58);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.3);
}

body.production-v2.checkpoint-v2.theme-day :is(.cp-next-score-panel, .cp-next-deliverable-stack article),
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(.cp-next-score-panel, .cp-next-deliverable-stack article) {
  background: rgba(255, 250, 240, 0.76);
  border-color: rgba(184, 148, 85, 0.28);
  box-shadow: 0 24px 58px rgba(74, 58, 31, 0.13);
}

body.production-v2.checkpoint-v2 .cp-next-score-panel {
  padding: clamp(1.4rem, 2.4vw, 2rem);
}

body.production-v2.checkpoint-v2 .cp-next-score-top,
body.production-v2.checkpoint-v2 .cp-next-score-main {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

body.production-v2.checkpoint-v2 .cp-next-score-top span,
body.production-v2.checkpoint-v2 .cp-next-score-top strong {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-next-score-main {
  margin: 1.7rem 0;
}

body.production-v2.checkpoint-v2 .cp-next-score-main b {
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 500;
  line-height: 0.85;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-score-main b,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-score-main b {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-score-main span {
  max-width: 10rem;
  color: #fffaf0;
  font-weight: 800;
  text-align: right;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-score-main span,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-score-main span {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-score-bars {
  display: grid;
  gap: 0.75rem;
}

body.production-v2.checkpoint-v2 .cp-next-score-bars p {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.8rem;
  align-items: center;
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-score-bars p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-score-bars p {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-score-bars i {
  height: 0.45rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.16);
}

body.production-v2.checkpoint-v2 .cp-next-score-bars b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d9bd78, #fff0b8);
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-stack {
  display: grid;
  gap: 1rem;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-stack article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4rem 1rem;
  padding: clamp(1.1rem, 1.8vw, 1.5rem);
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-stack span {
  grid-row: span 2;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 1.6rem;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-stack strong {
  color: #fffaf0;
  font-size: 1rem;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-stack strong,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-stack strong {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-stack p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  line-height: 1.55;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-stack p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-stack p {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(1.2rem, 2.6vw, 2rem);
}

body.production-v2.checkpoint-v2 .cp-next-proof-grid img {
  aspect-ratio: 16 / 11;
  margin: calc(clamp(1.2rem, 2vw, 1.7rem) * -1) calc(clamp(1.2rem, 2vw, 1.7rem) * -1) 1rem;
  width: calc(100% + (clamp(1.2rem, 2vw, 1.7rem) * 2));
}

body.production-v2.checkpoint-v2 .cp-next-faq-list {
  display: grid;
  gap: 1rem;
  max-width: 1120px;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-faq-item {
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.06);
  overflow: hidden;
}

body.production-v2.checkpoint-v2 .cp-next-faq-item summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 1.35rem;
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  line-height: 1.2;
  list-style: none;
}

body.production-v2.checkpoint-v2 .cp-next-faq-item summary::-webkit-details-marker {
  display: none;
}

body.production-v2.checkpoint-v2 .cp-next-faq-item summary::after {
  content: "+";
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 168, 76, 0.34);
  border-radius: 999px;
  color: var(--gold);
}

body.production-v2.checkpoint-v2 .cp-next-faq-item[open] summary::after {
  content: "−";
}

body.production-v2.checkpoint-v2 .cp-next-faq-answer {
  padding: 0 1.35rem 1.35rem;
}

body.production-v2.checkpoint-v2 .cp-next-faq-answer > p {
  max-width: 760px;
  color: rgba(255, 250, 240, 0.76);
  line-height: 1.7;
  margin: 0 0 1rem;
}

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

body.production-v2.checkpoint-v2 .cp-next-profile-grid article {
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 18px;
  background: rgba(7, 16, 29, 0.36);
}

body.production-v2.checkpoint-v2 .cp-next-profile-grid img {
  aspect-ratio: 1 / 1;
}

body.production-v2.checkpoint-v2 .cp-next-profile-grid strong,
body.production-v2.checkpoint-v2 .cp-next-profile-grid span {
  display: block;
  padding-inline: 0.85rem;
}

body.production-v2.checkpoint-v2 .cp-next-profile-grid strong {
  padding-top: 0.8rem;
  color: #fffaf0;
}

body.production-v2.checkpoint-v2 .cp-next-profile-grid span {
  padding-bottom: 0.9rem;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.82rem;
  line-height: 1.45;
}

body.production-v2.checkpoint-v2 .cp-next-mini-visual {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.6rem;
}

body.production-v2.checkpoint-v2 .cp-next-mini-visual span {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

body.production-v2.checkpoint-v2 .cp-next-final {
  margin-top: 0;
}

@media (max-width: 980px) {
  body.production-v2.checkpoint-v2 .cp-next-phase-layout,
  body.production-v2.checkpoint-v2 .cp-next-offer-grid,
  body.production-v2.checkpoint-v2 .cp-next-trajectory-grid,
  body.production-v2.checkpoint-v2 .cp-next-experience-grid,
  body.production-v2.checkpoint-v2 .cp-next-proof-grid {
    grid-template-columns: 1fr;
  }

  body.production-v2.checkpoint-v2 .cp-next-compare {
    overflow-x: auto;
  }
}

@media (max-width: 720px) {
  body.production-v2.checkpoint-v2 .cp-next-analysis-grid,
  body.production-v2.checkpoint-v2 .cp-next-profile-grid {
    grid-template-columns: 1fr;
  }

  body.production-v2.checkpoint-v2 .cp-next-offer-card .btn-primary,
  body.production-v2.checkpoint-v2 .cp-next-offer-card .btn-secondary {
    width: 100%;
  }

  body.production-v2.checkpoint-v2 .cp-next-score-bars p {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-stack article {
    grid-template-columns: 1fr;
  }

  body.production-v2.checkpoint-v2 .cp-next-faq-item summary {
    align-items: flex-start;
  }
}

/* Robust overrides kept last so day/night contrast survives global CTA rules. */
body.theme-day .cp-next-trajectories .cp-next-trajectory-card,
html[data-theme="day"] .cp-next-trajectories .cp-next-trajectory-card {
  background: rgba(7, 16, 29, 0.82) !important;
  border-color: rgba(217, 189, 120, 0.32) !important;
}

body.theme-day .cp-next-trajectories .cp-next-trajectory-card h3,
body.theme-day .cp-next-trajectories .cp-next-trajectory-card p,
body.theme-day .cp-next-trajectories .cp-next-trajectory-card li,
html[data-theme="day"] .cp-next-trajectories .cp-next-trajectory-card h3,
html[data-theme="day"] .cp-next-trajectories .cp-next-trajectory-card p,
html[data-theme="day"] .cp-next-trajectories .cp-next-trajectory-card li {
  color: rgba(255, 250, 240, 0.88) !important;
}

body.theme-night .cp-next-offer-card .btn-secondary,
html[data-theme="night"] .cp-next-offer-card .btn-secondary {
  color: #fffaf0 !important;
  border-color: rgba(217, 189, 120, 0.46) !important;
  background: rgba(255, 250, 240, 0.06) !important;
}

body.theme-night .cp-next-offer-card .btn-secondary:hover,
html[data-theme="night"] .cp-next-offer-card .btn-secondary:hover {
  color: var(--gold) !important;
  background: rgba(217, 189, 120, 0.13) !important;
}

a.cp-next-offer-cta {
  color: #fffaf0 !important;
  border-color: rgba(217, 189, 120, 0.46) !important;
  background: rgba(255, 250, 240, 0.06) !important;
}

a.cp-next-offer-cta:hover {
  color: var(--gold) !important;
  background: rgba(217, 189, 120, 0.13) !important;
}

body.theme-day a.cp-next-offer-cta,
html[data-theme="day"] a.cp-next-offer-cta {
  color: #07101d !important;
  border-color: rgba(7, 16, 29, 0.22) !important;
  background: rgba(255, 250, 240, 0.48) !important;
}

/* Checkpoint suite 4: method case, offer media, deliverables carousel, FAQ day/night polish. */
body.production-v2.checkpoint-v2 .cp-next-section-subtitle {
  max-width: 880px;
  margin: 0.65rem auto 1rem;
  color: var(--gold) !important;
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-style: italic;
  line-height: 1.18;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-section-subtitle,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-section-subtitle {
  color: #8c6a1f !important;
}

body.production-v2.checkpoint-v2 .cp-next-method-example {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: stretch;
  max-width: 1180px;
  margin: clamp(1.4rem, 3vw, 2.2rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-method-example__visual,
body.production-v2.checkpoint-v2 .cp-next-method-example__copy {
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.07);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.32);
}

body.production-v2.checkpoint-v2 .cp-next-method-example__visual {
  position: relative;
  min-height: 520px;
  margin: 0;
}

body.production-v2.checkpoint-v2 .cp-next-method-example__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 56% center;
}

body.production-v2.checkpoint-v2 .cp-next-method-example__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.02), rgba(7, 16, 29, 0.72));
  pointer-events: none;
}

body.production-v2.checkpoint-v2 .cp-next-method-example__visual figcaption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  color: #fffaf0;
  font-size: 0.92rem;
  line-height: 1.55;
}

body.production-v2.checkpoint-v2 .cp-next-method-example__copy {
  padding: clamp(1.4rem, 2.4vw, 2rem);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-method-example__copy,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-method-example__copy {
  background: rgba(255, 250, 240, 0.78);
  border-color: rgba(184, 148, 85, 0.28);
  box-shadow: 0 24px 60px rgba(74, 58, 31, 0.13);
}

body.production-v2.checkpoint-v2 .cp-next-method-example__copy h3 {
  margin: 0.55rem 0 0.8rem;
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  font-weight: 500;
  line-height: 1.08;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-method-example__copy h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-method-example__copy h3 {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-method-example__copy > p {
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  line-height: 1.7;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-method-example__copy > p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-method-example__copy > p {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-method-steps {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

body.production-v2.checkpoint-v2 .cp-next-method-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0.85rem;
  padding: 0.9rem;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 16px;
  background: rgba(7, 16, 29, 0.34);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-method-steps article,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-method-steps article {
  background: rgba(7, 16, 29, 0.04);
  border-color: rgba(184, 148, 85, 0.22);
}

body.production-v2.checkpoint-v2 .cp-next-method-steps span {
  grid-row: span 2;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 1.45rem;
  line-height: 1;
}

body.production-v2.checkpoint-v2 .cp-next-method-steps strong {
  color: #fffaf0;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-method-steps strong,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-method-steps strong {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-method-steps p {
  margin: 0;
  color: rgba(255, 250, 240, 0.7);
  font-size: 0.86rem;
  line-height: 1.5;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-method-steps p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-method-steps p {
  color: rgba(7, 16, 29, 0.68);
}

body.production-v2.checkpoint-v2 .cp-next-offer-card {
  overflow: hidden;
}

body.production-v2.checkpoint-v2 .cp-next-offer-media {
  overflow: hidden;
  margin: -0.25rem -0.25rem 1.25rem;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 18px;
  background: rgba(7, 16, 29, 0.32);
}

body.production-v2.checkpoint-v2 .cp-next-offer-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

body.production-v2.checkpoint-v2 .cp-next-experience {
  background:
    linear-gradient(180deg, rgba(7, 16, 29, 0.92), rgba(7, 16, 29, 0.96)),
    url("../assets/visuals-v2/webp/clean/v2-founder-session-premium-night.webp?v=20260710-founder-cache-v1") center / cover no-repeat !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-experience,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-experience {
  background:
    linear-gradient(180deg, rgba(247, 241, 231, 0.9), rgba(238, 228, 213, 0.92)),
    url("../assets/visuals-v2/webp/clean/v2-founder-session-premium-day.webp?v=20260710-founder-cache-v1") center / cover no-repeat !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel {
  max-width: 1180px;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__viewport {
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.26);
  border-radius: 28px;
  background: rgba(7, 16, 29, 0.62);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.32);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-carousel__viewport,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__viewport {
  background: rgba(255, 250, 240, 0.78);
  border-color: rgba(184, 148, 85, 0.28);
  box-shadow: 0 24px 60px rgba(74, 58, 31, 0.14);
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__track {
  display: flex;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: clamp(1.2rem, 2.8vw, 2rem);
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-slide .cp-next-score-panel {
  max-width: 680px;
  margin: 0 auto;
  box-shadow: none;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(1rem, 2.4vw, 1.6rem);
  width: 100%;
  max-width: 100%;
  min-height: clamp(430px, 42vw, 540px);
  align-items: stretch;
  box-sizing: border-box;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  min-height: clamp(360px, 38vw, 500px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.26);
  border-radius: 24px;
  background: #07101d;
  box-sizing: border-box;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.02), rgba(7, 16, 29, 0.18));
  pointer-events: none;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: clamp(360px, 38vw, 500px);
  padding: clamp(1.4rem, 2.6vw, 2.25rem);
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 24px;
  background: #07101d;
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.05);
  box-sizing: border-box;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-card__body,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body {
  background: #fffaf0;
  border-color: rgba(184, 148, 85, 0.24);
  box-shadow: 0 18px 44px rgba(74, 58, 31, 0.1);
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

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

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body h3 {
  margin: 0.85rem 0 0.9rem;
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 500;
  line-height: 0.98;
  overflow-wrap: break-word;
  hyphens: auto;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-card__body h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body h3 {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body p {
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  line-height: 1.65;
  overflow-wrap: break-word;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-card__body p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body p {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body li {
  position: relative;
  padding-left: 1.2rem;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(0.95rem, 1.18vw, 1.04rem);
  line-height: 1.45;
  overflow-wrap: break-word;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--gold);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-card__body li,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body li {
  color: rgba(7, 16, 29, 0.74);
}

body.production-v2.checkpoint-v2 .cp-next-doc-preview {
  max-width: 760px;
  min-height: 340px;
  margin: 0 auto;
  padding: clamp(1.4rem, 2.4vw, 2.1rem);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.08), rgba(7, 16, 29, 0.52)),
    rgba(7, 16, 29, 0.48);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-doc-preview,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-doc-preview {
  background: rgba(255, 250, 240, 0.7);
  border-color: rgba(184, 148, 85, 0.24);
}

body.production-v2.checkpoint-v2 .cp-next-doc-preview span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-next-doc-preview h3 {
  margin: 1rem 0 0.85rem;
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-doc-preview h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-doc-preview h3 {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-doc-preview p,
body.production-v2.checkpoint-v2 .cp-next-doc-preview li {
  color: rgba(255, 250, 240, 0.76);
  line-height: 1.65;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-doc-preview p,
body.production-v2.checkpoint-v2.theme-day .cp-next-doc-preview li,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-doc-preview p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-doc-preview li {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-doc-preview ul {
  display: grid;
  gap: 0.45rem;
  margin: 1.1rem 0 0;
  padding-left: 1.1rem;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__dots,
body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__arrows {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__dots button,
body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__arrows button {
  border: 1px solid rgba(201, 168, 76, 0.34);
  background: rgba(255, 250, 240, 0.06);
  color: #fffaf0;
  cursor: pointer;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__dots button {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border-radius: 999px;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__dots button.is-active {
  background: var(--gold);
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__arrows button {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-carousel__dots button,
body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-carousel__arrows button,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__dots button,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__arrows button {
  color: #07101d;
  background: rgba(255, 250, 240, 0.58);
  border-color: rgba(7, 16, 29, 0.2);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-deliverable-carousel__dots button.is-active,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__dots button.is-active {
  background: #8c6a1f;
}

body.production-v2.checkpoint-v2 .cp-next-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  max-width: 1180px;
  margin: clamp(1.5rem, 3vw, 2.4rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-video-grid[hidden] {
  display: none !important;
}

body.production-v2.checkpoint-v2 .cp-next-video-card {
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 24px;
  background: rgba(7, 16, 29, 0.6);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.3);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-video-card,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-video-card {
  background: rgba(255, 250, 240, 0.78);
  border-color: rgba(184, 148, 85, 0.28);
  box-shadow: 0 24px 58px rgba(74, 58, 31, 0.12);
}

body.production-v2.checkpoint-v2 .cp-next-video-card figure {
  position: relative;
  margin: 0;
}

body.production-v2.checkpoint-v2 .cp-next-video-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.production-v2.checkpoint-v2 .cp-next-video-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.02), rgba(7, 16, 29, 0.4));
}

body.production-v2.checkpoint-v2 .cp-next-play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.56);
  border-radius: 999px;
  background: rgba(7, 16, 29, 0.64);
  color: #fffaf0;
  transform: translate(-50%, -50%);
}

body.production-v2.checkpoint-v2 .cp-next-video-card small,
body.production-v2.checkpoint-v2 .cp-next-video-card h3,
body.production-v2.checkpoint-v2 .cp-next-video-card p {
  display: block;
  margin-inline: clamp(1.1rem, 1.8vw, 1.45rem);
}

body.production-v2.checkpoint-v2 .cp-next-video-card small {
  margin-top: 1.15rem;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-next-video-card h3 {
  margin-top: 0.55rem;
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 500;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-video-card h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-video-card h3 {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-video-card p {
  margin-top: 0.55rem;
  margin-bottom: 1.35rem;
  color: rgba(255, 250, 240, 0.72);
  line-height: 1.55;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-video-card p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-video-card p {
  color: rgba(7, 16, 29, 0.7);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-faq,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-faq {
  background: linear-gradient(180deg, #f7f1e7, #eee4d5) !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-faq .cp-v4-section-head--light :is(h2, p),
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-faq .cp-v4-section-head--light :is(h2, p) {
  color: #07101d !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-faq-item,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-faq-item {
  background: rgba(255, 250, 240, 0.78);
  border-color: rgba(184, 148, 85, 0.28);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-faq-item summary,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-faq-item summary {
  color: #07101d;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-faq-answer > p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-faq-answer > p {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-profile-grid article,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-profile-grid article {
  background: rgba(7, 16, 29, 0.04);
  border-color: rgba(184, 148, 85, 0.22);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-profile-grid strong,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-profile-grid strong {
  color: #07101d;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-profile-grid span,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-profile-grid span {
  color: rgba(7, 16, 29, 0.66);
}

body.production-v2.checkpoint-v2 .cp-next-final--photo,
body.production-v2.checkpoint-v2.theme-day .cp-next-final--photo,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-final--photo,
body.production-v2.checkpoint-v2.theme-night .cp-next-final--photo,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-next-final--photo {
  background:
    linear-gradient(90deg, rgba(7, 16, 29, 0.9), rgba(7, 16, 29, 0.72) 48%, rgba(7, 16, 29, 0.42)),
    url("../img/checkpoint-final-strategy-room-20260531.jpg") center / cover no-repeat !important;
}

body.production-v2.checkpoint-v2 .cp-next-final--photo :is(.rf-kicker, .rf-title, .rf-lead) {
  color: #fffaf0 !important;
}

body.production-v2.checkpoint-v2 .cp-next-final--photo .cp-next-final-compare {
  color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, 0.5) !important;
  background: rgba(7, 16, 29, 0.38) !important;
}

body.production-v2.checkpoint-v2 .cp-next-final--photo .cp-next-final-compare:hover {
  color: var(--gold) !important;
  border-color: rgba(217, 189, 120, 0.62) !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq {
  color: #07101d !important;
  background: linear-gradient(180deg, #f7f1e7, #eee4d5) !important;
}

body.production-v2.theme-night.checkpoint-v2 #faq-checkpoint.cp-next-faq,
html[data-theme="night"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq {
  background:
    linear-gradient(180deg, rgba(7, 16, 29, 0.94), rgba(5, 10, 18, 0.98)),
    radial-gradient(circle at 80% 15%, rgba(18, 58, 99, 0.28), transparent 34%) !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(h2, h3, p, li, span, strong, summary),
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(h2, h3, p, li, span, strong, summary) {
  color: #07101d !important;
  text-shadow: none !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(.section-tag, .cp-next-mini-visual span),
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(.section-tag, .cp-next-mini-visual span) {
  color: #8c6a1f !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-profile-grid span,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-profile-grid span,
body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-answer > p,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-answer > p {
  color: rgba(7, 16, 29, 0.68) !important;
}

body.production-v2.checkpoint-v2 #decision-checkpoint.cp-next-final--photo,
body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint.cp-next-final--photo,
body.production-v2.theme-night.checkpoint-v2 #decision-checkpoint.cp-next-final--photo,
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint.cp-next-final--photo,
html[data-theme="night"] body.production-v2.checkpoint-v2 #decision-checkpoint.cp-next-final--photo {
  --rf-tunnel-photo-day: url("../img/checkpoint-final-strategy-room-day-20260531.jpg") !important;
  --rf-tunnel-photo-night: url("../img/checkpoint-final-strategy-room-20260531.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
}

body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint.cp-next-final--photo,
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint.cp-next-final--photo {
  background-image:
    linear-gradient(90deg, rgba(7, 16, 29, 0.88), rgba(7, 16, 29, 0.64) 48%, rgba(7, 16, 29, 0.24)),
    var(--rf-tunnel-photo-day) !important;
}

body.production-v2.theme-night.checkpoint-v2 #decision-checkpoint.cp-next-final--photo,
html[data-theme="night"] body.production-v2.checkpoint-v2 #decision-checkpoint.cp-next-final--photo {
  background-image:
    linear-gradient(90deg, rgba(7, 16, 29, 0.92), rgba(7, 16, 29, 0.74) 48%, rgba(7, 16, 29, 0.48)),
    var(--rf-tunnel-photo-night) !important;
}

@media (max-width: 980px) {
  body.production-v2.checkpoint-v2 .cp-next-method-example,
  body.production-v2.checkpoint-v2 .cp-next-video-grid {
    grid-template-columns: 1fr;
  }

  body.production-v2.checkpoint-v2 .cp-next-method-example__visual {
    min-height: 430px;
  }
}

@media (max-width: 720px) {
  body.production-v2.checkpoint-v2 .cp-next-method-example__visual {
    min-height: 360px;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-slide {
    padding: 0.8rem;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__nav {
    align-items: flex-start;
    flex-direction: column;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media,
  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body {
    min-height: 0;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media {
    aspect-ratio: 4 / 3;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body h3 {
    font-size: clamp(1.7rem, 8.8vw, 2.25rem);
    line-height: 1.04;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body span {
    font-size: 0.64rem;
    letter-spacing: 0.1em;
  }

  body.production-v2.checkpoint-v2 .cp-next-doc-preview {
    min-height: auto;
  }
}

/* Checkpoint polish pass - 2026-05-31 */
body.production-v2.checkpoint-v2.theme-day .cp-v4-case-carousel__viewport,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-carousel__viewport {
  background: rgba(255, 250, 240, 0.18) !important;
  border-color: rgba(255, 250, 240, 0.58) !important;
  box-shadow:
    0 34px 90px rgba(7, 16, 29, 0.34),
    inset 0 1px 0 rgba(255, 250, 240, 0.26) !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-case-slide .cp-v4-case-slide__caption,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-slide .cp-v4-case-slide__caption {
  background: rgba(255, 250, 240, 0.94) !important;
  border-color: rgba(255, 250, 240, 0.8) !important;
  box-shadow:
    0 22px 56px rgba(7, 16, 29, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-case-study .cp-v4-case-study__transition {
  border: 1px solid rgba(255, 250, 240, 0.22) !important;
  border-left: 3px solid var(--gold) !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-case-study .cp-v4-case-study__transition,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-case-study .cp-v4-case-study__transition {
  background: rgba(255, 250, 240, 0.94) !important;
  border-color: rgba(255, 250, 240, 0.8) !important;
  border-left-color: var(--gold) !important;
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
  max-width: 1180px;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card {
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 24px;
  background: rgba(255, 250, 240, 0.07);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-story-card,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-story-card {
  background: rgba(255, 250, 240, 0.82);
  border-color: rgba(184, 148, 85, 0.3);
  box-shadow: 0 24px 62px rgba(74, 58, 31, 0.14);
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.02), rgba(7, 16, 29, 0.34));
  pointer-events: none;
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card > div {
  padding: clamp(1.15rem, 1.8vw, 1.45rem);
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card h3 {
  margin: 0.55rem 0 0.75rem;
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 500;
  line-height: 1.06;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-story-card h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-story-card h3 {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: 0.9rem;
  line-height: 1.62;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-story-card p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-story-card p {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card ul {
  display: grid;
  gap: 0.42rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card li {
  position: relative;
  padding-left: 0.95rem;
  color: rgba(255, 250, 240, 0.76);
  font-size: 0.82rem;
  line-height: 1.45;
}

body.production-v2.checkpoint-v2 .cp-next-phase-story-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: var(--gold);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-story-card li,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-story-card li {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel {
  max-width: 1180px;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(0.9rem, 2vw, 1.25rem);
  align-items: stretch;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__viewport {
  position: relative;
  height: clamp(560px, 64vw, 720px);
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.26);
  border-radius: 30px;
  background: rgba(7, 16, 29, 0.58);
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.34);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-carousel__viewport,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-carousel__viewport {
  background: rgba(255, 250, 240, 0.78);
  border-color: rgba(184, 148, 85, 0.3);
  box-shadow: 0 28px 72px rgba(74, 58, 31, 0.14);
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__track {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  flex: 0 0 100%;
  min-height: 100%;
  overflow: hidden;
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide figure {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.02), rgba(7, 16, 29, 0.34));
  pointer-events: none;
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide:nth-child(3) img {
  object-position: center top;
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.08), rgba(7, 16, 29, 0.5)),
    rgba(7, 16, 29, 0.58);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-slide > div,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-slide > div {
  background: rgba(255, 250, 240, 0.92);
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide h3 {
  margin: 0;
  color: #fffaf0;
  font-family: var(--font-head);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 500;
  line-height: 0.96;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-slide h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-slide h3 {
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  line-height: 1.72;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-slide p,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-slide p {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide ul {
  display: grid;
  gap: 0.5rem;
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 250, 240, 0.76);
  font-size: 0.9rem;
  line-height: 1.45;
}

body.production-v2.checkpoint-v2 .cp-next-phase-slide li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--gold);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-slide li,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-slide li {
  color: rgba(7, 16, 29, 0.72);
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__nav {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.8rem;
  align-items: center;
  justify-items: center;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots,
body.production-v2.checkpoint-v2 .cp-next-phase-carousel__arrows {
  display: grid;
  gap: 0.55rem;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button,
body.production-v2.checkpoint-v2 .cp-next-phase-carousel__arrows button {
  border: 1px solid rgba(201, 168, 76, 0.32);
  background: rgba(7, 16, 29, 0.52);
  color: #fffaf0;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-phase-carousel__dots button,
body.production-v2.checkpoint-v2.theme-day .cp-next-phase-carousel__arrows button,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-carousel__arrows button {
  background: rgba(255, 250, 240, 0.84);
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button {
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button.is-active {
  background: var(--gold);
  color: #07101d;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__arrows button {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  font-size: 1.1rem;
}

body.production-v2.checkpoint-v2 .cp-next-offer-card h3 {
  min-height: 2.25rem;
  font-size: clamp(1.45rem, 2.1vw, 1.88rem) !important;
  white-space: nowrap;
}

body.production-v2.checkpoint-v2 .cp-next-offer-role {
  min-height: 3.05rem;
}

body.production-v2.checkpoint-v2 .cp-next-price {
  min-height: 3.45rem;
  display: flex !important;
  align-items: flex-end;
}

body.production-v2.checkpoint-v2 .cp-next-price--from {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.08rem;
}

body.production-v2.checkpoint-v2 .cp-next-price--from span {
  display: block;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: clamp(0.58rem, 0.82vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

body.production-v2.checkpoint-v2 .cp-next-offer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin: clamp(1.6rem, 3.5vw, 2.6rem) auto 0;
}

body.production-v2.checkpoint-v2 .cp-next-offer-actions a {
  justify-content: center;
  min-width: min(100%, 280px);
}

body.production-v2.checkpoint-v2 .cp-next-compare--trajectory {
  margin-top: clamp(1.8rem, 3.8vw, 2.8rem);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-trajectories .cp-next-compare,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-trajectories .cp-next-compare {
  background: rgba(7, 16, 29, 0.72);
  border-color: rgba(217, 189, 120, 0.32);
}

body.production-v2.checkpoint-v2.theme-day .cp-next-trajectories .cp-next-compare-row > *,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-trajectories .cp-next-compare-row > * {
  color: rgba(255, 250, 240, 0.86) !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-trajectories .cp-next-compare-row > *:first-child,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-trajectories .cp-next-compare-row > *:first-child {
  color: #d9bd78 !important;
}

body.production-v2.checkpoint-v2 .footer {
  background: #fffaf0 !important;
  color: #07101d !important;
  border-top: 1px solid rgba(184, 148, 85, 0.22);
}

body.production-v2.checkpoint-v2 .footer :is(.footer__heading, .footer__tagline, .footer__bottom p, .footer__legal a, .footer__links a, .footer__social-link) {
  color: rgba(7, 16, 29, 0.72) !important;
}

body.production-v2.checkpoint-v2 .footer .footer__logo span {
  color: #07101d !important;
}

body.production-v2.checkpoint-v2 .footer .footer__social-link {
  border-color: rgba(7, 16, 29, 0.14) !important;
}

body.production-v2.checkpoint-v2.theme-night .footer,
html[data-theme="night"] body.production-v2.checkpoint-v2 .footer {
  background: #07101d !important;
  color: #fffaf0 !important;
  border-top: 1px solid rgba(217, 189, 120, 0.24);
}

body.production-v2.checkpoint-v2.theme-night .footer :is(.footer__heading, .footer__tagline, .footer__bottom p, .footer__legal a, .footer__links a, .footer__social-link),
html[data-theme="night"] body.production-v2.checkpoint-v2 .footer :is(.footer__heading, .footer__tagline, .footer__bottom p, .footer__legal a, .footer__links a, .footer__social-link) {
  color: rgba(255, 250, 240, 0.76) !important;
}

body.production-v2.checkpoint-v2.theme-night .footer .footer__logo span,
html[data-theme="night"] body.production-v2.checkpoint-v2 .footer .footer__logo span {
  color: #fffaf0 !important;
}

body.production-v2.checkpoint-v2.theme-night .footer .footer__social-link,
html[data-theme="night"] body.production-v2.checkpoint-v2 .footer .footer__social-link {
  border-color: rgba(255, 250, 240, 0.18) !important;
  background: rgba(255, 250, 240, 0.04) !important;
}

@media (max-width: 720px) {
  body.production-v2.checkpoint-v2 .cp-next-phase-story-grid {
    grid-template-columns: 1fr;
  }

  body.production-v2.checkpoint-v2 .cp-next-offer-card h3 {
    min-height: 0;
    white-space: normal;
  }

  body.production-v2.checkpoint-v2 .cp-next-price,
  body.production-v2.checkpoint-v2 .cp-next-offer-role {
    min-height: 0;
  }

  body.production-v2.checkpoint-v2 .cp-next-offer-actions a {
    width: 100%;
  }
}

@media (max-width: 980px) {
  body.production-v2.checkpoint-v2 .cp-next-phase-carousel__stage {
    grid-template-columns: 1fr;
  }

  body.production-v2.checkpoint-v2 .cp-next-phase-carousel__nav {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
  }

  body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots,
  body.production-v2.checkpoint-v2 .cp-next-phase-carousel__arrows {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 760px) {
  body.production-v2.checkpoint-v2 .cp-next-phase-carousel__viewport {
    height: clamp(860px, 230vw, 980px);
    border-radius: 24px;
  }

  body.production-v2.checkpoint-v2 .cp-next-phase-slide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  }

  body.production-v2.checkpoint-v2 .cp-next-phase-slide > div {
    justify-content: start;
    padding: 1.25rem;
  }

  body.production-v2.checkpoint-v2 .cp-next-phase-slide h3 {
    font-size: clamp(2.2rem, 12vw, 3.3rem);
  }

  body.production-v2.checkpoint-v2 .cp-next-phase-slide p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  body.production-v2.checkpoint-v2 .cp-next-phase-slide ul {
    gap: 0.32rem;
  }

  body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button,
  body.production-v2.checkpoint-v2 .cp-next-phase-carousel__arrows button {
    width: 2.35rem;
    height: 2.35rem;
  }
}

/* Checkpoint method background and hierarchy polish. */
body.production-v2.checkpoint-v2 .cp-next-phases {
  background: #07101d !important;
  padding-top: clamp(8.5rem, 12vw, 12rem) !important;
}

body.production-v2.checkpoint-v2 .cp-next-phases::before,
body.production-v2.checkpoint-v2 .cp-next-phases::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.production-v2.checkpoint-v2 .cp-next-phases::before {
  z-index: 0;
  background-image: url("../img/checkpoint-method-bg-lisa-styliste-20260531.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

body.production-v2.checkpoint-v2 .cp-next-phases::after {
  z-index: 1;
  background:
    radial-gradient(circle at 16% 12%, rgba(201, 168, 76, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(7, 16, 29, 0.72), rgba(7, 16, 29, 0.66) 44%, rgba(7, 16, 29, 0.82));
}

body.production-v2.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories,
body.production-v2.theme-day.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories,
body.production-v2.theme-night.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories,
html[data-theme="day"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories,
html[data-theme="night"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories {
  background-image: var(--cp-trajectories-bg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq,
body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq,
body.production-v2.theme-night.checkpoint-v2 #faq-checkpoint.cp-next-faq,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq,
html[data-theme="night"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq {
  background-image: var(--cp-faq-bg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.production-v2.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories .cp-v4-section-head--light :is(h2, p),
body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-v4-section-head--light :is(h2, p),
body.production-v2.theme-day.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories .cp-v4-section-head--light :is(h2, p),
body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-v4-section-head--light :is(h2, p),
html[data-theme="day"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories .cp-v4-section-head--light :is(h2, p),
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-v4-section-head--light :is(h2, p) {
  color: #fffaf0 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.32);
}

body.production-v2.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories .section-tag,
body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .section-tag,
body.production-v2.theme-day.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories .section-tag,
body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .section-tag {
  color: #d9bd78 !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-item,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-item {
  background: rgba(7, 16, 29, 0.76) !important;
  border-color: rgba(217, 189, 120, 0.32) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(summary, h3, strong),
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(summary, h3, strong) {
  color: #fffaf0 !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(.cp-next-faq-answer > p, .cp-next-profile-grid span),
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(.cp-next-faq-answer > p, .cp-next-profile-grid span) {
  color: rgba(255, 250, 240, 0.74) !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-profile-grid article,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-profile-grid article {
  background: rgba(255, 250, 240, 0.08) !important;
  border-color: rgba(255, 250, 240, 0.16) !important;
}

/* Road backgrounds - distinct day/night photos, no photo filter overlay. */
body.production-v2.checkpoint-v2 {
  --cp-method-bg: url("../img/checkpoint-method-road-day-20260531.jpg");
  --cp-trajectories-bg: url("../img/checkpoint-trajectories-road-day-20260531.jpg");
  --cp-faq-bg: url("../img/checkpoint-faq-road-day-20260531.jpg");
}

body.production-v2.theme-night.checkpoint-v2,
html[data-theme="night"] body.production-v2.checkpoint-v2 {
  --cp-method-bg: url("../img/checkpoint-method-road-night-20260531.jpg");
  --cp-trajectories-bg: url("../img/checkpoint-trajectories-road-night-20260531.jpg");
  --cp-faq-bg: url("../img/checkpoint-faq-road-night-20260531.jpg");
}

body.production-v2.theme-day.checkpoint-v2,
html[data-theme="day"] body.production-v2.checkpoint-v2 {
  --cp-method-bg: url("../img/checkpoint-method-road-day-20260531.jpg");
  --cp-trajectories-bg: url("../img/checkpoint-trajectories-road-day-20260531.jpg");
  --cp-faq-bg: url("../img/checkpoint-faq-road-day-20260531.jpg");
}

body.production-v2.checkpoint-v2 .cp-next-phases::before {
  background-image: var(--cp-method-bg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body.production-v2.checkpoint-v2 .cp-next-phases::after {
  display: none !important;
}

body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint.cp-next-final--photo,
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint.cp-next-final--photo {
  --rf-tunnel-photo-day: url("../img/checkpoint-final-road-day-20260531.jpg") !important;
  background-image: var(--rf-tunnel-photo-day) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.production-v2.theme-night.checkpoint-v2 #decision-checkpoint.cp-next-final--photo,
html[data-theme="night"] body.production-v2.checkpoint-v2 #decision-checkpoint.cp-next-final--photo {
  --rf-tunnel-photo-night: url("../img/checkpoint-final-road-night-20260531.jpg") !important;
  background-image: var(--rf-tunnel-photo-night) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Opaque content surfaces on photo backgrounds. */
body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head {
  width: min(100%, 940px);
  margin-inline: auto;
  padding: clamp(1.35rem, 2.8vw, 2.2rem);
  border: 1px solid rgba(217, 189, 120, 0.28);
  border-radius: 26px;
  background: #07101d !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

body.production-v2.theme-day.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head,
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head {
  background: #fffaf0 !important;
  border-color: rgba(184, 148, 85, 0.24);
  box-shadow: 0 24px 70px rgba(74, 58, 31, 0.16);
}

body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p) {
  color: #fffaf0 !important;
  text-shadow: none !important;
}

body.production-v2.theme-day.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p),
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p) {
  color: #07101d !important;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__viewport,
body.production-v2.checkpoint-v2 .cp-next-phase-slide > div,
body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-trajectory-card,
body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-compare,
body.production-v2.checkpoint-v2 #faq-checkpoint .cp-next-faq-item,
body.production-v2.checkpoint-v2 #faq-checkpoint .cp-next-profile-grid article,
body.production-v2.checkpoint-v2 #decision-checkpoint .rf-tunnel__inner {
  background: #07101d !important;
}

body.production-v2.theme-day.checkpoint-v2 .cp-next-phase-carousel__viewport,
body.production-v2.theme-day.checkpoint-v2 .cp-next-phase-slide > div,
body.production-v2.theme-day.checkpoint-v2 #trajectoires-checkpoint .cp-next-trajectory-card,
body.production-v2.theme-day.checkpoint-v2 #trajectoires-checkpoint .cp-next-compare,
body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint .cp-next-faq-item,
body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint .cp-next-profile-grid article,
body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint .rf-tunnel__inner,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-carousel__viewport,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-slide > div,
html[data-theme="day"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-trajectory-card,
html[data-theme="day"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-compare,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint .cp-next-faq-item,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint .cp-next-profile-grid article,
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint .rf-tunnel__inner {
  background: #fffaf0 !important;
}

body.production-v2.checkpoint-v2 #decision-checkpoint .rf-tunnel__inner {
  border: 1px solid rgba(217, 189, 120, 0.28);
  border-radius: 30px;
  padding: clamp(2rem, 5vw, 4.5rem);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

body.production-v2.checkpoint-v2 #decision-checkpoint :is(.rf-kicker, .rf-title, .rf-lead) {
  color: #fffaf0 !important;
  text-shadow: none !important;
}

body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint :is(.rf-title, .rf-lead),
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint :is(.rf-title, .rf-lead) {
  color: #07101d !important;
}

body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint .rf-kicker,
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint .rf-kicker {
  color: #8c6a1f !important;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button,
body.production-v2.checkpoint-v2 .cp-next-phase-carousel__arrows button,
body.production-v2.checkpoint-v2 #faq-checkpoint .cp-next-faq-item summary::after {
  background: #07101d !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.production-v2.theme-day.checkpoint-v2 .cp-next-phase-carousel__dots button,
body.production-v2.theme-day.checkpoint-v2 .cp-next-phase-carousel__arrows button,
body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint .cp-next-faq-item summary::after,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-carousel__arrows button,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint .cp-next-faq-item summary::after {
  background: #fffaf0 !important;
  color: #07101d !important;
}

body.production-v2.theme-day.checkpoint-v2 #trajectoires-checkpoint :is(.cp-next-trajectory-card span, .cp-next-trajectory-card h3, .cp-next-trajectory-card p, .cp-next-trajectory-card li, .cp-next-compare-row > *),
body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint :is(summary, h3, strong, p, span),
html[data-theme="day"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint :is(.cp-next-trajectory-card span, .cp-next-trajectory-card h3, .cp-next-trajectory-card p, .cp-next-trajectory-card li, .cp-next-compare-row > *),
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint :is(summary, h3, strong, p, span) {
  color: #07101d !important;
}

body.production-v2.theme-day.checkpoint-v2 #trajectoires-checkpoint :is(.cp-next-trajectory-card span, .cp-next-compare-row > *:first-child),
body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint :is(.section-tag, .cp-next-mini-visual span),
html[data-theme="day"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint :is(.cp-next-trajectory-card span, .cp-next-compare-row > *:first-child),
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint :is(.section-tag, .cp-next-mini-visual span) {
  color: #8c6a1f !important;
}

/* Day photo screens need a light dark veil for white headings. */
body.production-v2.theme-day.checkpoint-v2 .cp-next-phases::before,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phases::before {
  background-image:
    linear-gradient(180deg, rgba(7, 16, 29, 0.34), rgba(7, 16, 29, 0.24)),
    var(--cp-method-bg) !important;
}

body.production-v2.theme-day.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories,
html[data-theme="day"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint.cp-next-trajectories {
  background-image:
    linear-gradient(180deg, rgba(7, 16, 29, 0.34), rgba(7, 16, 29, 0.24)),
    var(--cp-trajectories-bg) !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq {
  background-image:
    linear-gradient(180deg, rgba(7, 16, 29, 0.36), rgba(7, 16, 29, 0.26)),
    var(--cp-faq-bg) !important;
}

body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint.cp-next-final--photo,
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint.cp-next-final--photo {
  background-image:
    linear-gradient(90deg, rgba(7, 16, 29, 0.34), rgba(7, 16, 29, 0.2)),
    var(--rf-tunnel-photo-day) !important;
}

body.production-v2.theme-day.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head,
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.production-v2.theme-day.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p),
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p) {
  color: #fffaf0 !important;
  text-shadow: 0 2px 16px rgba(7, 16, 29, 0.34) !important;
}

body.production-v2.theme-day.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head .section-tag {
  color: #d9bd78 !important;
  border-color: rgba(217, 189, 120, 0.34);
  background: rgba(7, 16, 29, 0.42);
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-item,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-item {
  background: #fffaf0 !important;
  border-color: rgba(184, 148, 85, 0.24) !important;
  box-shadow: 0 24px 70px rgba(74, 58, 31, 0.16);
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-profile-grid article,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-profile-grid article {
  background: #f7f1e7 !important;
  border-color: rgba(184, 148, 85, 0.22) !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(summary, h3, strong, p, span),
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(summary, h3, strong, p, span) {
  color: #07101d !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(.cp-next-mini-visual span, .cp-next-profile-grid strong),
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq :is(.cp-next-mini-visual span, .cp-next-profile-grid strong) {
  color: #8c6a1f !important;
}

body.production-v2.checkpoint-v2 #decision-checkpoint .rf-tunnel__inner,
body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint .rf-tunnel__inner,
body.production-v2.theme-night.checkpoint-v2 #decision-checkpoint .rf-tunnel__inner,
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint .rf-tunnel__inner,
html[data-theme="night"] body.production-v2.checkpoint-v2 #decision-checkpoint .rf-tunnel__inner {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-inline: 0 !important;
}

body.production-v2.checkpoint-v2 #decision-checkpoint :is(.rf-kicker, .rf-title, .rf-lead),
body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint :is(.rf-kicker, .rf-title, .rf-lead),
body.production-v2.theme-night.checkpoint-v2 #decision-checkpoint :is(.rf-kicker, .rf-title, .rf-lead),
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint :is(.rf-kicker, .rf-title, .rf-lead),
html[data-theme="night"] body.production-v2.checkpoint-v2 #decision-checkpoint :is(.rf-kicker, .rf-title, .rf-lead) {
  color: #fffaf0 !important;
  text-shadow: 0 2px 18px rgba(7, 16, 29, 0.42) !important;
}

body.production-v2.checkpoint-v2 #decision-checkpoint .cp-next-final-compare,
body.production-v2.theme-day.checkpoint-v2 #decision-checkpoint .cp-next-final-compare,
body.production-v2.theme-night.checkpoint-v2 #decision-checkpoint .cp-next-final-compare,
html[data-theme="day"] body.production-v2.checkpoint-v2 #decision-checkpoint .cp-next-final-compare,
html[data-theme="night"] body.production-v2.checkpoint-v2 #decision-checkpoint .cp-next-final-compare {
  color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, 0.62) !important;
  background: transparent !important;
}

body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head,
body.production-v2.theme-day.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head,
body.production-v2.theme-night.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head,
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head,
html[data-theme="night"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p),
body.production-v2.theme-day.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p),
body.production-v2.theme-night.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p),
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p),
html[data-theme="night"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head :is(h2, p) {
  color: #fffaf0 !important;
  text-shadow: 0 2px 18px rgba(7, 16, 29, 0.5) !important;
}

body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head .section-tag,
body.production-v2.theme-day.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head .section-tag,
body.production-v2.theme-night.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head .section-tag,
html[data-theme="night"] body.production-v2.checkpoint-v2 :is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint) .cp-v4-section-head .section-tag {
  color: #fffaf0 !important;
  background: transparent !important;
  border: 0 !important;
  padding-inline: 0 !important;
  text-shadow: 0 2px 14px rgba(7, 16, 29, 0.42) !important;
}

body.production-v2.checkpoint-v2 .cp-next-phases .container {
  position: relative;
  z-index: 2;
}

body.production-v2.checkpoint-v2 .cp-next-phases .cp-v4-section-head {
  max-width: 940px;
  margin-bottom: clamp(4rem, 6vw, 5.25rem);
}

body.production-v2.checkpoint-v2 .cp-next-phases .cp-v4-section-head h2 {
  margin-bottom: clamp(1.55rem, 2.8vw, 2.25rem);
  color: #fffaf0 !important;
  text-shadow: 0 8px 38px rgba(0, 0, 0, 0.38);
}

body.production-v2.checkpoint-v2 .cp-next-phases .cp-next-section-subtitle {
  margin: 0 auto clamp(1.75rem, 3vw, 2.45rem);
  color: #e1c46d !important;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  line-height: 1.08;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.34);
}

body.production-v2.checkpoint-v2 .cp-next-phases .cp-v4-section-head > p:not(.cp-next-section-subtitle) {
  max-width: 780px;
  color: rgba(255, 250, 240, 0.84) !important;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.82;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.3);
}

body.production-v2.checkpoint-v2 .cp-next-phases .cp-next-phase-carousel {
  margin-top: clamp(4.5rem, 7vw, 6.25rem);
}

@media (max-width: 760px) {
  body.production-v2.checkpoint-v2 .cp-next-phases {
    padding-top: clamp(8rem, 28vw, 9.75rem) !important;
  }

  body.production-v2.checkpoint-v2 .cp-next-phases::before {
    background-position: 58% center;
  }

  body.production-v2.checkpoint-v2 .cp-next-phases .cp-v4-section-head {
    margin-bottom: 3.25rem;
    text-align: left;
  }

  body.production-v2.checkpoint-v2 .cp-next-phases .cp-next-section-subtitle {
    margin-bottom: 1.65rem;
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
}

/* Checkpoint corrections - FAQ readability, trajectory alignment, active phase contrast. */
body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-item summary,
body.production-v2.theme-night.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-item summary,
html[data-theme="night"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-item summary {
  color: #e1c46d !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-item summary,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-item summary {
  color: #07101d !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-answer > p,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-answer > p {
  color: rgba(7, 16, 29, 0.78) !important;
  opacity: 1 !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-profile-grid span,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-profile-grid span {
  color: rgba(7, 16, 29, 0.66) !important;
  opacity: 1 !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-answer strong,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-answer strong {
  color: #07101d !important;
}

body.production-v2.theme-night.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-answer > p,
html[data-theme="night"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-next-faq-answer > p {
  color: rgba(255, 250, 240, 0.78) !important;
}

/* Checkpoint corrections 3 - hero day, FAQ label, livrable subtitle and portrait slides. */
body.production-v2.theme-day.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after {
  background: none !important;
}

body.production-v2.theme-day.checkpoint-v2 .cp-v4-hero :is(.cp-hero__brand, .cp-hero__hook, .cp-hero__keywords),
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero :is(.cp-hero__brand, .cp-hero__hook, .cp-hero__keywords) {
  color: #07101d !important;
  text-shadow: 0 2px 18px rgba(255, 250, 240, 0.72), 0 1px 2px rgba(255, 250, 240, 0.56) !important;
}

body.production-v2.theme-day.checkpoint-v2 .cp-v4-hero .cp-hero__subtitle,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__subtitle,
body.production-v2.theme-day.checkpoint-v2 .cp-v4-hero .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero .section-tag {
  color: #8c6a1f !important;
  text-shadow: 0 2px 16px rgba(255, 250, 240, 0.72), 0 1px 2px rgba(255, 250, 240, 0.52) !important;
}

body.production-v2.theme-day.checkpoint-v2 .cp-v4-hero .btn-secondary,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero .btn-secondary {
  color: #07101d !important;
  border-color: rgba(7, 16, 29, 0.26) !important;
  background: rgba(255, 250, 240, 0.58) !important;
  box-shadow: 0 12px 34px rgba(7, 16, 29, 0.08) !important;
  text-shadow: none !important;
}

body.production-v2.checkpoint-v2 #experience-checkpoint .cp-next-section-subtitle {
  margin: clamp(1.15rem, 2.4vw, 1.85rem) auto clamp(1.25rem, 2.6vw, 2rem) !important;
  font-size: clamp(1.65rem, 3vw, 2.45rem) !important;
  line-height: 1.1 !important;
}

body.production-v2.theme-day.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-v4-section-head .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint.cp-next-faq .cp-v4-section-head .section-tag {
  color: #e1c46d !important;
  text-shadow: 0 2px 14px rgba(7, 16, 29, 0.52) !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--portrait {
  background: #07101d !important;
  align-self: stretch;
  min-height: clamp(360px, 38vw, 500px) !important;
  height: auto;
}

body.production-v2.theme-day.checkpoint-v2 .cp-next-deliverable-card__media--portrait,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--portrait {
  background: #fffaf0 !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--portrait::after {
  display: none !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--portrait img {
  height: 100% !important;
  min-height: inherit !important;
  object-fit: cover !important;
  object-position: center 40% !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--diagnostic img {
  object-position: center 42% !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--strategie img {
  object-position: center 38% !important;
}

body.production-v2.checkpoint-v2 #faq-checkpoint .cp-next-profile-grid article {
  overflow: hidden !important;
}

body.production-v2.checkpoint-v2 #faq-checkpoint .cp-next-profile-grid img {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  transform: scale(1.075);
  transform-origin: center center;
}

@media (max-width: 760px) {
  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--portrait {
    min-height: clamp(360px, 74vw, 480px) !important;
  }
}

/* Checkpoint hero charter sync - v2-checkpoint loads after v2-production. */
body.production-v2.checkpoint-v2 .cp-v4-hero {
  min-height: clamp(680px, 90vh, 900px) !important;
  padding-top: clamp(8.8rem, 13vw, 12rem) !important;
  padding-bottom: clamp(5.2rem, 8vw, 7rem) !important;
  align-items: center !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__bg img {
  filter: none !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after,
body.production-v2.theme-day.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after,
body.production-v2.theme-night.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after {
  background: none !important;
  background-image: none !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__inner {
  max-width: min(900px, calc(100% - 2rem)) !important;
  transform: none !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .section-tag {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 0 clamp(1.15rem, 2.2vw, 1.65rem) !important;
  padding: 0.42rem 1rem !important;
  border-radius: 999px !important;
  color: #8c6a1f !important;
  font-family: var(--font-body, "Inter", sans-serif) !important;
  font-size: var(--rf-hero-kicker-size, 0.74rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 16px rgba(255, 250, 240, 0.72) !important;
}

body.production-v2.theme-night.checkpoint-v2 .cp-v4-hero .section-tag,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-hero .section-tag {
  color: #d9bd78 !important;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.48) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__brand {
  max-width: 900px !important;
  margin: 0 0 clamp(1.05rem, 2vw, 1.35rem) !important;
  color: #07101d !important;
  font-family: var(--font-head, "Cormorant Garamond", serif) !important;
  font-size: var(--rf-hero-title-size, clamp(3.35rem, 6vw, 5.65rem)) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: var(--rf-hero-title-line, 0.94) !important;
  white-space: normal !important;
  text-shadow: 0 2px 22px rgba(255, 250, 240, 0.64), 0 1px 2px rgba(255, 250, 240, 0.58) !important;
}

body.production-v2.theme-night.checkpoint-v2 .cp-v4-hero .cp-hero__brand,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__brand {
  color: #fffaf0 !important;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.48) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__subtitle {
  max-width: 760px !important;
  margin: 0 0 clamp(0.95rem, 1.9vw, 1.25rem) !important;
  color: #8c6a1f !important;
  font-family: var(--font-head, "Cormorant Garamond", serif) !important;
  font-size: var(--rf-hero-subtitle-size, clamp(1.55rem, 2.55vw, 2.12rem)) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: var(--rf-hero-subtitle-line, 1.13) !important;
  text-shadow: 0 2px 18px rgba(255, 250, 240, 0.62) !important;
}

body.production-v2.theme-night.checkpoint-v2 .cp-v4-hero .cp-hero__subtitle,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__subtitle {
  color: #d9bd78 !important;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.48) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__hook {
  max-width: 700px !important;
  margin: 0 0 clamp(1.3rem, 2.5vw, 1.9rem) !important;
  color: rgba(7, 16, 29, 0.82) !important;
  font-family: var(--font-body, "Inter", sans-serif) !important;
  font-size: var(--rf-hero-copy-size, clamp(1.02rem, 1.22vw, 1.14rem)) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: var(--rf-hero-copy-line, 1.72) !important;
  text-shadow: 0 2px 18px rgba(255, 250, 240, 0.58) !important;
}

body.production-v2.theme-night.checkpoint-v2 .cp-v4-hero .cp-hero__hook,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__hook {
  color: rgba(255, 250, 240, 0.84) !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.44) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__keywords {
  margin: 0 0 clamp(1.65rem, 3vw, 2.25rem) !important;
  color: rgba(7, 16, 29, 0.82) !important;
  font-size: var(--rf-hero-key-size, 0.82rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.4 !important;
  text-shadow: 0 2px 18px rgba(255, 250, 240, 0.58) !important;
}

body.production-v2.theme-night.checkpoint-v2 .cp-v4-hero .cp-hero__keywords,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__keywords {
  color: rgba(255, 250, 240, 0.82) !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.44) !important;
}

body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-trajectory-card > div {
  display: grid;
  grid-template-rows: auto minmax(5.2rem, auto) minmax(4.9rem, auto) auto;
  align-content: start;
}

body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-trajectory-card h3 {
  margin-bottom: 0.9rem;
}

body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button.is-active,
body.production-v2.theme-day.checkpoint-v2 .cp-next-phase-carousel__dots button.is-active,
body.production-v2.theme-night.checkpoint-v2 .cp-next-phase-carousel__dots button.is-active,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button.is-active,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-next-phase-carousel__dots button.is-active {
  color: #e1c46d !important;
  border-color: #e1c46d !important;
  background: #07101d !important;
  box-shadow: 0 0 0 3px rgba(225, 196, 109, 0.18);
}

@media (max-width: 760px) {
  body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-trajectory-card > div {
    display: block;
  }
}

/* Checkpoint hero text scale pass - 2026-05-31 */
body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__subtitle {
  font-size: clamp(1.05rem, 1.85vw, 1.36rem) !important;
  line-height: 1.22 !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__hook {
  font-size: clamp(0.9rem, 1.08vw, 0.98rem) !important;
  line-height: 1.66 !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__keywords {
  font-size: 0.78rem !important;
}

/* Checkpoint hero charter final lock - after legacy text scale pass. */
body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__subtitle {
  font-size: var(--rf-hero-subtitle-size, clamp(1.55rem, 2.55vw, 2.12rem)) !important;
  line-height: var(--rf-hero-subtitle-line, 1.13) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__hook {
  font-size: var(--rf-hero-copy-size, clamp(1.02rem, 1.22vw, 1.14rem)) !important;
  line-height: var(--rf-hero-copy-line, 1.72) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__keywords {
  font-size: var(--rf-hero-key-size, 0.82rem) !important;
  line-height: 1.4 !important;
}

/* Checkpoint livrables compact pass - keep the carousel premium, not endless. */
body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel {
  max-width: 1080px !important;
  margin-top: clamp(2rem, 4vw, 3rem) !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-slide {
  padding: clamp(1rem, 2vw, 1.45rem) !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card {
  grid-template-columns: minmax(300px, 0.82fr) minmax(330px, 1fr) !important;
  gap: clamp(0.9rem, 1.8vw, 1.25rem) !important;
  min-height: 0 !important;
  align-items: stretch !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media,
body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--portrait {
  align-self: stretch !important;
  height: clamp(340px, 31vw, 430px) !important;
  min-height: 0 !important;
  max-height: 430px !important;
  aspect-ratio: auto !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media img,
body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--portrait img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: block !important;
  object-fit: cover !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media:not(.cp-next-deliverable-card__media--portrait) img {
  object-position: center 46% !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--diagnostic img {
  object-position: 47% 34% !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--strategie img {
  object-position: 52% 30% !important;
}

/* Livrables: keep this section plain, without a photo background. */
body.production-v2.checkpoint-v2 .cp-next-experience {
  background:
    radial-gradient(circle at 12% 10%, rgba(201, 168, 76, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(7, 16, 29, 0.98), rgba(10, 20, 35, 0.94)) !important;
}

body.production-v2.checkpoint-v2.theme-day .cp-next-experience,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-next-experience {
  background:
    radial-gradient(circle at 12% 10%, rgba(201, 168, 76, 0.16), transparent 34%),
    linear-gradient(180deg, #f7f1e7, #eee4d5) !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body {
  min-height: 0 !important;
  padding: clamp(1.05rem, 2vw, 1.65rem) !important;
  justify-content: center !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body h3 {
  margin: 0.62rem 0 0.65rem !important;
  font-size: clamp(1.65rem, 3vw, 2.45rem) !important;
  line-height: 1.02 !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body p {
  font-size: clamp(0.9rem, 1vw, 0.98rem) !important;
  line-height: 1.55 !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body ul {
  gap: 0.48rem !important;
  margin-top: 0.85rem !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body li {
  font-size: clamp(0.88rem, 0.98vw, 0.95rem) !important;
  line-height: 1.38 !important;
}

body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel__nav {
  margin-top: clamp(0.85rem, 2vw, 1.2rem) !important;
}

@media (max-width: 920px) {
  body.production-v2.checkpoint-v2 .cp-next-deliverable-card {
    grid-template-columns: 1fr !important;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media,
  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--portrait {
    height: clamp(290px, 58vw, 390px) !important;
    max-height: 390px !important;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--diagnostic img {
    object-position: 48% 30% !important;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--strategie img {
    object-position: 52% 28% !important;
  }
}

@media (max-width: 560px) {
  body.production-v2.checkpoint-v2 .cp-next-deliverable-carousel {
    max-width: calc(100% - 0.25rem) !important;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-slide {
    padding: 0.7rem !important;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media,
  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__media--portrait {
    height: clamp(245px, 66vw, 315px) !important;
    max-height: 315px !important;
    border-radius: 18px !important;
  }

  body.production-v2.checkpoint-v2 .cp-next-deliverable-card__body {
    border-radius: 18px !important;
    padding: 1rem !important;
  }
}

/* Checkpoint hero night contrast and controlled line breaks. */
body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__brand span {
  display: block;
}

body.production-v2.theme-night.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after,
html[data-theme="night"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after {
  background:
    linear-gradient(90deg, rgba(5, 10, 20, 0.68) 0%, rgba(5, 10, 20, 0.42) 48%, rgba(5, 10, 20, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 10, 20, 0.22) 0%, rgba(5, 10, 20, 0.5) 56%, rgba(5, 10, 20, 0.8) 100%) !important;
  background-image:
    linear-gradient(90deg, rgba(5, 10, 20, 0.68) 0%, rgba(5, 10, 20, 0.42) 48%, rgba(5, 10, 20, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 10, 20, 0.22) 0%, rgba(5, 10, 20, 0.5) 56%, rgba(5, 10, 20, 0.8) 100%) !important;
}

body.production-v2.theme-day.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__bg::after {
  background: none !important;
  background-image: none !important;
}

@media (max-width: 760px) {
  body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__hook br {
    display: none;
  }
}

/* Shared section badge charter - aligned with Methode Avant-propos. */
body.production-v2.checkpoint-v2 :is(.cp-v4-section-head, .cp-v4-cockpit-copy, .cp-v4-deliverable-copy, .cp-next-final--photo) :is(.section-tag, .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: var(--v2-gold-deep, #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;
}

body.production-v2.checkpoint-v2 :is(.cp-v4-section-head, .cp-v4-cockpit-copy, .cp-v4-deliverable-copy, .cp-next-final--photo) :is(.section-tag, .rf-kicker)::before,
body.production-v2.checkpoint-v2 :is(.cp-v4-section-head, .cp-v4-cockpit-copy, .cp-v4-deliverable-copy, .cp-next-final--photo) :is(.section-tag, .rf-kicker)::after {
  content: none !important;
  display: none !important;
}

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

/* Checkpoint section badge specificity lock - same visual language as Methode Avant-propos. */
html body.production-v2.checkpoint-v2 :is(#donnees-checkpoint, #etude-cas-checkpoint, #service-checkpoint, #phases-checkpoint, #offres, #trajectoires-checkpoint, #experience-checkpoint, #faq-checkpoint, #decision-checkpoint) :is(.section-tag, .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-v2 :is(#donnees-checkpoint, #etude-cas-checkpoint, #service-checkpoint, #phases-checkpoint, #offres, #trajectoires-checkpoint, #experience-checkpoint, #faq-checkpoint, #decision-checkpoint) :is(.section-tag, .rf-kicker)::before,
html body.production-v2.checkpoint-v2 :is(#donnees-checkpoint, #etude-cas-checkpoint, #service-checkpoint, #phases-checkpoint, #offres, #trajectoires-checkpoint, #experience-checkpoint, #faq-checkpoint, #decision-checkpoint) :is(.section-tag, .rf-kicker)::after {
  content: none !important;
  display: none !important;
}

html body.production-v2.theme-night.checkpoint-v2 :is(#donnees-checkpoint, #etude-cas-checkpoint, #service-checkpoint, #phases-checkpoint, #offres, #trajectoires-checkpoint, #experience-checkpoint, #faq-checkpoint, #decision-checkpoint) :is(.section-tag, .rf-kicker),
html[data-theme="night"] body.production-v2.checkpoint-v2 :is(#donnees-checkpoint, #etude-cas-checkpoint, #service-checkpoint, #phases-checkpoint, #offres, #trajectoires-checkpoint, #experience-checkpoint, #faq-checkpoint, #decision-checkpoint) :is(.section-tag, .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-v2 section:is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint).cp-v4-section .cp-v4-section-head .section-tag {
  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;
  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-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  line-height: 1 !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-v2 section:is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint).cp-v4-section .cp-v4-section-head .section-tag::before,
html body.production-v2.checkpoint-v2 section:is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint).cp-v4-section .cp-v4-section-head .section-tag::after {
  content: none !important;
  display: none !important;
}

html body.production-v2.theme-night.checkpoint-v2 section:is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint).cp-v4-section .cp-v4-section-head .section-tag,
html[data-theme="night"] body.production-v2.checkpoint-v2 section:is(#phases-checkpoint, #trajectoires-checkpoint, #faq-checkpoint).cp-v4-section .cp-v4-section-head .section-tag {
  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;
}

/* Charte ecriture V2 - Sprint 2 harmonisation Checkpoint hub, 2026-06-05. */
body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__brand {
  max-width: min(900px, 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-v2 .cp-v4-hero .cp-hero__subtitle {
  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-v2 .cp-v4-hero .cp-hero__hook,
body.production-v2.checkpoint-v2 .cp-v4-hero .cp-hero__keywords,
body.production-v2.checkpoint-v2 :is(.cp-v4-section-head p, .cp-next-offer-role, .cp-next-offer-card p, .cp-v4-phase-card p, .cp-v4-faq-grid p, .cp-v4-case-card p, .cp-next-deliverable-card__body p, .cp-next-deliverable-card__body li) {
  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-v2 :is(.cp-v4-section-head h2, .cp-v4-cockpit-copy h2, .cp-v4-deliverable-copy h2, .cp-next-final .rf-title, .cp-next-final 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-v2 :is(.cp-next-offer-card h3, .cp-v4-phase-card h3, .cp-v4-tier h3, .cp-v4-case-card h3, .cp-v4-faq-grid h3, .cp-v4-report-stack strong, .cp-next-deliverable-card__body h3, .cp-v4-video-card h3, .cp-v4-service-showcase__copy 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-v2 :is(.section-tag, .rf-kicker, .cp-v4-tier__badge, .cp-v4-phase-card span, .cp-v4-case-card span, .cp-v4-cost-grid span, .cp-next-offer-card small, .cp-v4-video-card small) {
  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-v2 :is(.cp-next-price, .cp-v4-price, .cp-v4-score strong, .cp-v4-score b, .cp-v4-priority-card 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-v2 :is(.btn-primary, .btn-secondary, .nav__cta, .cp-hero__offer-links a, .cp-next-offer-actions a, .cp-v4-tier 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-v2 .cp-v4-hero .cp-hero__brand {
    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-v2 :is(.cp-v4-section-head h2, .cp-v4-cockpit-copy h2, .cp-v4-deliverable-copy h2, .cp-next-final .rf-title, .cp-next-final h2) {
    font-size: clamp(2rem, 9.5vw, 2.9rem) !important;
  }

  body.production-v2.checkpoint-v2 :is(.cp-next-offer-card h3, .cp-v4-phase-card h3, .cp-v4-tier h3, .cp-v4-case-card h3, .cp-v4-faq-grid h3, .cp-v4-report-stack strong, .cp-next-deliverable-card__body h3, .cp-v4-video-card h3, .cp-v4-service-showcase__copy h3) {
    font-size: var(--rf-type-card-title, clamp(1.35rem, 2vw, 1.95rem)) !important;
  }

  body.production-v2.checkpoint-v2 :is(.cp-next-price, .cp-v4-price, .cp-v4-score strong, .cp-v4-score b, .cp-v4-priority-card strong) {
    font-size: clamp(2.6rem, 11vw, 4rem) !important;
  }
}

/* Checkpoint general - corrections Koffi, 2026-06-06. */
body.production-v2.checkpoint-v2 .cp-next-offer-card .cp-next-price + small {
  display: block;
  margin-top: .72rem;
}

body.production-v2.checkpoint-v2 .cp-next-price--from {
  flex-direction: row !important;
  align-items: baseline !important;
  gap: .35rem !important;
}

body.production-v2.checkpoint-v2 .cp-next-price--from span {
  display: inline-block !important;
  margin: 0 !important;
  transform: translateY(-0.08em);
}

body.production-v2.checkpoint-v2 #experience-checkpoint .cp-next-section-subtitle {
  font-family: var(--font-body, "Inter", sans-serif) !important;
  font-size: clamp(1rem, .95vw, 1.12rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
}

/* Checkpoint general - accents nuit et ajustements offres, 2026-06-06. */
body.production-v2.checkpoint-v2 .cp-next-offer-card .cp-next-price {
  min-height: 3.1rem;
  margin-top: .45rem;
}

body.production-v2.checkpoint-v2 .cp-next-offer-card .cp-next-price + small {
  margin-top: .92rem;
  margin-bottom: .55rem;
  min-height: 1.8rem;
}

body.production-v2.checkpoint-v2 .cp-next-offer-card ul {
  margin-top: .72rem;
}

body.production-v2.checkpoint-v2 .cp-next-price--from {
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: .08rem !important;
}

body.production-v2.checkpoint-v2 .cp-next-price--from span {
  display: block !important;
  margin: 0 0 -.05rem !important;
  transform: none !important;
  font-size: clamp(.52rem, .72vw, .64rem) !important;
  line-height: 1 !important;
}

body.production-v2.checkpoint-v2.theme-night #phases-checkpoint .cp-v4-section-head h2,
html[data-theme="night"] body.production-v2.checkpoint-v2 #phases-checkpoint .cp-v4-section-head h2,
body.production-v2.checkpoint-v2.theme-night #phases-checkpoint .cp-next-phase-slide h3,
html[data-theme="night"] body.production-v2.checkpoint-v2 #phases-checkpoint .cp-next-phase-slide h3,
body.production-v2.checkpoint-v2.theme-night #offres .cp-next-offer-card h3,
html[data-theme="night"] body.production-v2.checkpoint-v2 #offres .cp-next-offer-card h3,
body.production-v2.checkpoint-v2.theme-night #offres .cp-next-price,
html[data-theme="night"] body.production-v2.checkpoint-v2 #offres .cp-next-price,
body.production-v2.checkpoint-v2.theme-night #trajectoires-checkpoint .cp-next-trajectory-card h3,
html[data-theme="night"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-trajectory-card h3,
body.production-v2.checkpoint-v2.theme-night #trajectoires-checkpoint .cp-next-compare-row--head > *,
html[data-theme="night"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-compare-row--head > *,
body.production-v2.checkpoint-v2.theme-night #trajectoires-checkpoint .cp-next-compare-row > *:first-child,
html[data-theme="night"] body.production-v2.checkpoint-v2 #trajectoires-checkpoint .cp-next-compare-row > *:first-child,
body.production-v2.checkpoint-v2.theme-night #experience-checkpoint .cp-v4-section-head h2,
html[data-theme="night"] body.production-v2.checkpoint-v2 #experience-checkpoint .cp-v4-section-head h2,
body.production-v2.checkpoint-v2.theme-night #experience-checkpoint .cp-next-deliverable-card__body h3,
html[data-theme="night"] body.production-v2.checkpoint-v2 #experience-checkpoint .cp-next-deliverable-card__body h3,
body.production-v2.checkpoint-v2.theme-night #experience-checkpoint .cp-next-video-card h3,
html[data-theme="night"] body.production-v2.checkpoint-v2 #experience-checkpoint .cp-next-video-card h3 {
  color: var(--gold, #d9bd78) !important;
}

body.production-v2.checkpoint-v2.theme-night #offres .cp-next-price--from span,
html[data-theme="night"] body.production-v2.checkpoint-v2 #offres .cp-next-price--from span {
  color: var(--gold, #d9bd78) !important;
}

body.production-v2.checkpoint-v2 .cp-next-final .rf-lead {
  max-width: 880px;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.65;
}

/* Checkpoint general - corrections Koffi, 2026-06-12. */
body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head .section-tag,
body.production-v2.checkpoint-v2 #faq-checkpoint .cp-v4-section-head .section-tag,
body.production-v2.checkpoint-v2.theme-day #etude-cas-checkpoint .cp-v4-case-study__head .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head .section-tag,
body.production-v2.checkpoint-v2.theme-night #etude-cas-checkpoint .cp-v4-case-study__head .section-tag,
html[data-theme="night"] body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head .section-tag,
body.production-v2.checkpoint-v2.theme-day #faq-checkpoint .cp-v4-section-head .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 #faq-checkpoint .cp-v4-section-head .section-tag,
body.production-v2.checkpoint-v2.theme-night #faq-checkpoint .cp-v4-section-head .section-tag,
html[data-theme="night"] body.production-v2.checkpoint-v2 #faq-checkpoint .cp-v4-section-head .section-tag {
  background: transparent !important;
  border: 1px solid rgba(217, 189, 120, 0.72) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(7, 16, 29, 0.62) !important;
}

body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head :is(h2, p),
body.production-v2.checkpoint-v2.theme-day #etude-cas-checkpoint .cp-v4-case-study__head :is(h2, p),
html[data-theme="day"] body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head :is(h2, p),
body.production-v2.checkpoint-v2.theme-night #etude-cas-checkpoint .cp-v4-case-study__head :is(h2, p),
html[data-theme="night"] body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head :is(h2, p) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(7, 16, 29, 0.62) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media--video {
  position: relative !important;
  border: 1px solid rgba(217, 189, 120, 0.42) !important;
  box-shadow: 0 26px 70px rgba(7, 16, 29, 0.28) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media--video::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(180deg, rgba(7, 16, 29, 0.12), rgba(7, 16, 29, 0.56)),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.16), transparent 28%) !important;
  pointer-events: none !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-play {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 2 !important;
  width: clamp(4.2rem, 7vw, 5.6rem) !important;
  height: clamp(4.2rem, 7vw, 5.6rem) !important;
  display: grid !important;
  place-items: center !important;
  transform: translate(-50%, -50%) !important;
  border: 1px solid rgba(217, 189, 120, 0.70) !important;
  border-radius: 999px !important;
  background: rgba(7, 16, 29, 0.58) !important;
  color: #ffffff !important;
  font-size: clamp(1.2rem, 2vw, 1.65rem) !important;
  line-height: 1 !important;
  text-indent: 0.12em !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(10px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.08) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media--video figcaption {
  z-index: 2 !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media--native-video::after {
  content: none !important;
  display: none !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase__media--native-video {
  align-self: center !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  background: #07101f !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-video {
  cursor: pointer;
  background: #07101f !important;
}

/* Pass video Checkpoint 2026-07-01 : affiche paysage + contenu resserré */
body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video {
  display: flex !important;
  flex-direction: column;
  gap: clamp(1.35rem, 2.4vw, 2.1rem);
  align-items: stretch;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__intro {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__intro h3 {
  margin: 0;
  color: var(--gold) !important;
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.04;
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__intro h3,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__intro h3 {
  color: #07101d !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__body {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
  align-items: center;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__media--product {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(230px, 28vw, 390px);
  object-fit: cover;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__copy {
  justify-content: center;
  padding: 0;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__columns {
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.4rem);
  margin: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.05);
}

body.production-v2.checkpoint-v2.theme-day .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__columns,
html[data-theme="day"] body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__columns {
  background: rgba(255, 250, 240, 0.62);
  border-color: rgba(184, 148, 85, 0.24);
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-actions {
  justify-content: center;
  margin-top: 0;
}

body.production-v2.checkpoint-v2 .cp-next-video-card[data-video-unavailable] {
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.production-v2.checkpoint-v2 .cp-next-video-card[data-video-unavailable]:hover,
body.production-v2.checkpoint-v2 .cp-next-video-card[data-video-unavailable]:focus-visible {
  border-color: rgba(217, 189, 120, 0.52);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
  transform: translateY(-2px);
}

.video-unavailable-toast {
  position: fixed;
  left: 50%;
  bottom: clamp(1.2rem, 4vw, 2.2rem);
  z-index: 1000;
  max-width: min(90vw, 460px);
  padding: 0.9rem 1.15rem;
  border: 1px solid rgba(217, 189, 120, 0.42);
  border-radius: 999px;
  background: rgba(7, 16, 31, 0.9);
  color: #fffaf0;
  font-family: var(--font-body);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.7rem);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.video-unavailable-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 880px) {
  body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__body {
    grid-template-columns: 1fr;
  }
}

body.production-v2.checkpoint-v2 #offres .cp-next-price--from {
  display: flex !important;
}

body.production-v2.checkpoint-v2 #offres .cp-next-price--from span {
  font-family: var(--rf-font-body, var(--font-body, "Inter", sans-serif)) !important;
  font-size: clamp(0.58rem, 0.74vw, 0.7rem) !important;
  font-weight: 850 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

/* Checkpoint main - final offer alignment, 2026-06-14. */
html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card {
  display: flex !important;
  flex-direction: column !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card h3 {
  min-height: 2.45rem !important;
  display: flex !important;
  align-items: flex-end !important;
  margin-bottom: 0 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-role {
  min-height: 3.6rem !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price {
  height: 4.4rem !important;
  min-height: 4.4rem !important;
  margin-top: 0.35rem !important;
  margin-bottom: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from {
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: 0 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from span {
  display: block !important;
  margin: 0 0 -0.08rem !important;
  transform: none !important;
  line-height: 1 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from b {
  display: block !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 0.96 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price + small {
  min-height: 2.75rem !important;
  margin-top: 0.7rem !important;
  margin-bottom: 0.6rem !important;
  display: flex !important;
  align-items: flex-start !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card ul {
  margin-top: 0.75rem !important;
}

html body.production-v2.checkpoint-v2 section#faq-checkpoint .cp-v4-section-head .section-tag,
html body.production-v2.checkpoint-v2.theme-day section#faq-checkpoint .cp-v4-section-head .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 section#faq-checkpoint .cp-v4-section-head .section-tag,
html body.production-v2.checkpoint-v2.theme-night section#faq-checkpoint .cp-v4-section-head .section-tag,
html[data-theme="night"] body.production-v2.checkpoint-v2 section#faq-checkpoint .cp-v4-section-head .section-tag {
  background-color: transparent !important;
  background-image: none !important;
  border-color: rgba(217, 189, 120, 0.72) !important;
  border-width: 1px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body.production-v2.checkpoint-v2 section#faq-checkpoint.cp-v4-section.cp-next-faq .container > .cp-v4-section-head.cp-v4-section-head--light .section-tag,
html body.production-v2.checkpoint-v2.theme-day section#faq-checkpoint.cp-v4-section.cp-next-faq .container > .cp-v4-section-head.cp-v4-section-head--light .section-tag,
html[data-theme="day"] body.production-v2.checkpoint-v2 section#faq-checkpoint.cp-v4-section.cp-next-faq .container > .cp-v4-section-head.cp-v4-section-head--light .section-tag,
html body.production-v2.checkpoint-v2.theme-night section#faq-checkpoint.cp-v4-section.cp-next-faq .container > .cp-v4-section-head.cp-v4-section-head--light .section-tag,
html[data-theme="night"] body.production-v2.checkpoint-v2 section#faq-checkpoint.cp-v4-section.cp-next-faq .container > .cp-v4-section-head.cp-v4-section-head--light .section-tag {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid rgba(217, 189, 120, 0.72) !important;
  border-color: rgba(217, 189, 120, 0.72) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Checkpoint main - final pricing and CTA polish, 2026-06-15. */
html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card {
  display: grid !important;
  grid-template-rows: auto minmax(3.15rem, auto) minmax(3.45rem, auto) 4.5rem 3.35rem 1fr auto !important;
  align-items: stretch !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card h3,
html body.production-v2.checkpoint-v2 #offres .cp-next-offer-role,
html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card h3 {
  min-height: 0 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-role {
  min-height: 0 !important;
  padding-inline: 0.25rem !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price {
  height: 100% !important;
  min-height: 0 !important;
  line-height: 0.9 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from span {
  margin: 0 0 -0.1rem !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from b {
  line-height: 0.9 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price + small {
  min-height: 0 !important;
  width: min(100%, 17rem) !important;
  margin: 0 auto !important;
  padding: 0.62rem 0.95rem !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.08) !important;
  text-align: center !important;
}

html body.production-v2.checkpoint-v2.theme-day #offres .cp-next-offer-card .cp-next-price + small,
html[data-theme="day"] body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price + small {
  background: rgba(255, 250, 240, 0.72) !important;
  border-color: rgba(184, 148, 85, 0.38) !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card ul {
  align-self: start !important;
  margin-top: 0.85rem !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card > a {
  align-self: end !important;
  justify-self: center !important;
  margin-top: 1.1rem !important;
}

@media (max-width: 760px) {
  html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card {
    grid-template-rows: auto auto auto auto auto 1fr auto !important;
  }
}

/* Checkpoint main - prevent price/condition overlap, 2026-06-15. */
html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card {
  grid-template-rows: auto minmax(3rem, auto) minmax(3.3rem, auto) 5.85rem 3.35rem 1fr auto !important;
  row-gap: 0.72rem !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price {
  align-self: center !important;
  height: 5.85rem !important;
  max-height: 5.85rem !important;
  overflow: visible !important;
  font-size: clamp(4.35rem, 5.35vw, 5.8rem) !important;
  line-height: 0.78 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from {
  height: 5.85rem !important;
  max-height: 5.85rem !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from span {
  margin-bottom: 0.02rem !important;
  font-size: clamp(0.56rem, 0.68vw, 0.68rem) !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from b {
  line-height: 0.78 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price + small {
  align-self: center !important;
  margin-top: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Pricing polish - HT labels, calmer scale, 2026-07-05. */
html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card {
  grid-template-rows: auto minmax(3rem, auto) minmax(3.3rem, auto) 4.85rem 3.35rem 1fr auto !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price {
  height: 4.85rem !important;
  max-height: 4.85rem !important;
  font-size: clamp(3.05rem, 4.15vw, 4.35rem) !important;
  line-height: 0.84 !important;
  white-space: nowrap !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from {
  height: 4.85rem !important;
  max-height: 4.85rem !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from b {
  font-size: clamp(3.05rem, 4.15vw, 4.35rem) !important;
  line-height: 0.84 !important;
  white-space: nowrap !important;
}

/* Checkpoint hub polish - final spacing and service contrast, 2026-06-20. */
body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__eyebrow {
  margin: clamp(0.85rem, 1.6vw, 1.15rem) auto clamp(0.35rem, 0.8vw, 0.55rem);
  color: var(--gold, #d9bd78) !important;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: clamp(0.72rem, 0.82vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(7, 16, 29, 0.5);
}

body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head p.cp-v4-case-study__eyebrow,
body.production-v2.theme-day.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head p.cp-v4-case-study__eyebrow,
body.production-v2.theme-night.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head p.cp-v4-case-study__eyebrow,
html[data-theme="day"] body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head p.cp-v4-case-study__eyebrow,
html[data-theme="night"] body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head p.cp-v4-case-study__eyebrow {
  color: var(--gold, #d9bd78) !important;
  -webkit-text-fill-color: var(--gold, #d9bd78) !important;
}

body.production-v2.checkpoint-v2 #etude-cas-checkpoint .cp-v4-case-study__head h2 {
  line-height: 0.98 !important;
}

body.production-v2.theme-night.checkpoint-v2 #service-checkpoint .cp-v4-service__subtitle,
html[data-theme="night"] body.production-v2.checkpoint-v2 #service-checkpoint .cp-v4-service__subtitle {
  color: var(--gold, #d9bd78) !important;
  -webkit-text-fill-color: var(--gold, #d9bd78) !important;
}

body.production-v2.checkpoint-v2 #phases-checkpoint.cp-next-phases {
  padding-top: clamp(3.4rem, 5.6vw, 5.8rem) !important;
}

body.production-v2.checkpoint-v2 #phases-checkpoint .cp-v4-section-head {
  margin-bottom: clamp(1.45rem, 2.8vw, 2.35rem) !important;
}

body.production-v2.checkpoint-v2 #phases-checkpoint .cp-next-phase-carousel {
  margin-top: clamp(1.55rem, 3vw, 2.5rem) !important;
}

@media (max-width: 760px) {
  body.production-v2.checkpoint-v2 #phases-checkpoint.cp-next-phases {
    padding-top: clamp(4.6rem, 16vw, 6.2rem) !important;
  }
}

/* Checkpoint service video - landscape poster and copy alignment, 2026-07-01. */
body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__lead span {
  display: block !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-video {
  min-height: clamp(240px, 20vw, 320px) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__columns {
  min-height: 0 !important;
  display: grid !important;
  align-content: start !important;
  gap: clamp(0.75rem, 1.35vw, 1.05rem) !important;
  padding: clamp(0.85rem, 1.45vw, 1.1rem) !important;
}

body.production-v2.checkpoint-v2 .cp-v4-service-showcase--landscape-video .cp-v4-service-showcase__columns ul {
  gap: 0.45rem !important;
}

/* Checkpoint formulas final tuning - 2026-07-05. */
html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card .cp-next-price {
  min-height: 3.35rem !important;
  max-height: none !important;
  font-size: clamp(1.92rem, 3vw, 2.55rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from {
  min-height: 3.35rem !important;
  height: auto !important;
  max-height: none !important;
  gap: 0.3rem !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from span {
  font-size: clamp(0.62rem, 0.82vw, 0.72rem) !important;
  line-height: 1.1 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-price--from b {
  font-size: clamp(1.9rem, 2.92vw, 2.48rem) !important;
  line-height: 0.98 !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card ul {
  width: 100% !important;
  text-align: left !important;
  align-items: stretch !important;
  justify-items: stretch !important;
}

html body.production-v2.checkpoint-v2 #offres .cp-next-offer-card li {
  width: 100% !important;
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
