/* CHALLENGE 15-15 — Septembre 2026
   Feuille de la landing page (page 13 de labo.com64.cloud).
   Complète les attributs Spectra : polices, pseudo-éléments décoratifs,
   composants sans équivalent natif, responsive fin.
   Tout est porté par des classes posées sur les blocs Spectra. */

.page-id-13 {
  --ink: #12110e;
  --ink-soft: #4a463c;
  --ink-muted: #736d5e;
  --paper: #faf5ec;
  --paper-deep: #f4eddd;
  --sand: #efe7d8;
  --white: #fffefa;
  --klein-700: #1622ad;
  --klein-600: #1b2bd6;
  --klein-500: #2438ff;
  --klein-300: #8d97ff;
  --klein-100: #dce1ff;
  --klein-50: #eff1ff;
  --line: #e7dec9;
  --line-strong: #948a70;
  --success: #367147;
  --shadow: 0 1px 2px rgba(41, 35, 20, .04), 0 2px 6px rgba(41, 35, 20, .05);
  --focus-ring: 0 0 0 3px rgba(36, 56, 255, .22);
}

/* ---------- Base de page ---------- */

.page-id-13 body,
body.page-id-13 {
  background: var(--paper);
  color: var(--ink);
  font-family: "Figtree", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.page-id-13 .site-content,
body.page-id-13 .ast-container,
body.page-id-13 .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

body.page-id-13 {
  scroll-behavior: smooth;
}

body.page-id-13 h1,
body.page-id-13 h2,
body.page-id-13 h3 {
  font-family: "Schibsted Grotesk", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-top: 0;
}

body.page-id-13 p {
  margin-top: 0;
}

body.page-id-13 :focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

body.page-id-13 img {
  max-width: 100%;
  height: auto;
}

/* ---------- Barre de lancement ---------- */

.c1515-launch {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.c1515-launch-count {
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-weight: 900;
  letter-spacing: .06em;
}

/* ---------- Menu de page ---------- */

.c1515-nav {
  position: sticky;
  top: 0;
  z-index: 15;
  background: rgba(255, 254, 250, .96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 2px rgba(41, 35, 20, .04);
}

.c1515-nav a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: color 130ms ease;
}

.c1515-nav a:hover {
  color: var(--klein-500);
}

/* ---------- Surtitres en pastille ---------- */

.c1515-eyebrow {
  border: 1px solid var(--klein-100);
  border-radius: 999px;
  background: var(--klein-50);
  box-shadow: 0 1px 2px rgba(41, 35, 20, .04);
  width: fit-content;
}

.c1515-eyebrow .c1515-eyebrow-label {
  color: var(--klein-600);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.c1515-eyebrow-icon {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 15px;
  line-height: 1;
}

.c1515-eyebrow--onblue {
  border-color: rgba(255, 255, 255, .20);
  background: rgba(255, 255, 255, .09);
  box-shadow: none;
}

.c1515-eyebrow--onblue .c1515-eyebrow-label {
  color: #ffffff;
}

.c1515-eyebrow--onblue .c1515-eyebrow-icon {
  background: rgba(255, 255, 255, .12);
}

.c1515-eyebrow--center {
  margin-inline: auto;
}

/* ---------- Hero ---------- */

.c1515-h1 .accent {
  color: var(--klein-500);
  white-space: nowrap;
}

.c1515-lead strong {
  color: var(--ink);
}

.c1515-reassure {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.c1515-reassure > * {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.c1515-reassure > *::before {
  content: "✓";
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  place-items: center;
  border-radius: 6px;
  background: var(--klein-50);
  color: var(--klein-600);
  font-size: 11px;
  font-weight: 950;
}

.c1515-reassure--onblue {
  color: rgba(255, 255, 255, .90);
}

.c1515-reassure--onblue > *::before {
  background: rgba(255, 255, 255, .14);
  color: #ffffff;
}

/* ---------- Cadre média du hero ---------- */

.c1515-visual {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 7px rgba(36, 56, 255, .055), 0 4px 8px rgba(41, 35, 20, .05), 0 20px 48px -16px rgba(41, 35, 20, .20);
}

/* Spectra occupe ::before des containers pour peindre leur fond :
   les décors de cette page passent donc par ::after. */
.page-id-13 .c1515-visual::after {
  content: "15\A 15";
  position: absolute;
  top: -55px;
  right: 20px;
  z-index: -1;
  color: rgba(36, 56, 255, .08);
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 110px;
  font-weight: 950;
  line-height: .68;
  text-align: right;
  white-space: pre;
}

/* Le fond de ce cadre est porté par la feuille, et non par l'attribut Spectra,
   pour laisser ::before disponible au chiffre géant. */
.c1515-video {
  position: relative;
  aspect-ratio: 16 / 9;
  display: grid;
  align-content: end;
  overflow: hidden;
  background: #12110e;
  border: 1px solid #2f2b20;
  border-radius: 10px;
}

.page-id-13 .c1515-video::before {
  content: "15 — 15";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(141, 151, 255, .12);
  font: 800 clamp(72px, 14vw, 170px)/1 "Schibsted Grotesk", sans-serif;
  letter-spacing: -.06em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.c1515-video::after {
  content: "EMPLACEMENT VIDÉO 0 / VISUEL PRINCIPAL";
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 7px 10px;
  border: 1px dashed rgba(255, 255, 255, .72);
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
}

.c1515-video-caption {
  position: relative;
  z-index: 1;
}

.c1515-video-kicker {
  color: var(--klein-300);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* Bouton de lecture, centré sur le cadre */

.c1515-play {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--klein-500);
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(41, 35, 20, .05), 0 20px 48px -16px rgba(41, 35, 20, .20);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.c1515-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid currentColor;
}

/* ---------- Bande des quatre chiffres ---------- */

.c1515-format-item + .c1515-format-item {
  border-left: 1px solid var(--line);
}

.c1515-format-number {
  color: var(--klein-600);
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(23px, 3vw, 33px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}

.c1515-format-label {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 730;
}

/* ---------- Étiquettes de carte ---------- */

.c1515-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.c1515-label--answer {
  border-color: var(--klein-100);
  background: var(--white);
  color: var(--klein-600);
}

.c1515-label--onink {
  border-color: rgba(255, 255, 255, .18);
  color: var(--klein-300);
}

/* ---------- Listes à puce ronde (constat / réponse) ---------- */

.c1515-dotlist li {
  position: relative;
  padding-left: 31px;
  color: var(--ink-soft);
  font-size: 15px;
  list-style: none;
}

.c1515-dotlist li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--line-strong);
  border-radius: 50%;
}

.c1515-dotlist--answer li::before {
  border-color: var(--klein-500);
  background: var(--klein-500);
  box-shadow: inset 0 0 0 3px var(--klein-50);
}

.c1515-dotlist strong {
  color: var(--ink);
}

/* ---------- Panneau du fractionné 15-15 ---------- */

.c1515-beat {
  display: grid;
  min-height: 132px;
  place-items: center;
  text-align: center;
}

.c1515-beat-value {
  color: #ffffff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(35px, 5vw, 56px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.06em;
}

.c1515-beat-label {
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.c1515-beat-sep {
  color: var(--klein-300);
  font-size: 25px;
  font-weight: 900;
}

.c1515-chip {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.c1515-chips > *:not(:first-child)::before {
  content: "→";
  margin-right: 8px;
  color: var(--klein-300);
}

/* ---------- Cartes numérotées (Découvrir / Apprendre / Comprendre) ---------- */

.c1515-benefit-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: var(--white);
  color: var(--klein-700);
  font-size: 14px;
  font-weight: 950;
}

/* ---------- Rail de la méthode C.E.D.R.I.C. ---------- */

.c1515-method-letter {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 10px;
  background: var(--klein-50);
  color: var(--klein-600);
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 950;
}

.c1515-method-card:nth-child(2n) .c1515-method-letter {
  background: var(--klein-500);
  color: #ffffff;
}

/* ---------- Listes coche et croix ---------- */

.c1515-checklist li,
.c1515-crosslist li {
  position: relative;
  padding-left: 34px;
  color: var(--ink-soft);
  font-size: 15px;
  list-style: none;
}

.c1515-checklist li::before,
.c1515-crosslist li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 950;
}

.c1515-checklist li::before {
  content: "✓";
  background: var(--klein-500);
  color: #ffffff;
}

.c1515-crosslist li::before {
  content: "×";
  background: var(--sand);
  color: var(--ink-muted);
}

.c1515-checklist--onblue li {
  color: #ffffff;
}

.c1515-checklist--onblue li::before {
  background: #ffffff;
  color: var(--klein-600);
}

/* ---------- Emplacements de média déclarés ---------- */

.c1515-placeholder {
  display: grid;
  place-items: center;
  border: 2px dashed rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.c1515-placeholder-note {
  max-width: 250px;
}

.c1515-member-stage {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--klein-100);
  background: var(--paper-deep);
}

.c1515-member-stage::before {
  content: "EMPLACEMENT CAPTURE / FICHE MEMBRE";
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 8px 10px;
  border: 1px solid var(--klein-100);
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  color: var(--klein-700);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}

.c1515-frame {
  box-shadow: 0 0 0 7px rgba(36, 56, 255, .055), 0 4px 8px rgba(41, 35, 20, .05), 0 20px 48px -16px rgba(41, 35, 20, .20);
}

/* ---------- Panneau d'inscription ---------- */

.c1515-signup-copy {
  position: relative;
  overflow: hidden;
}

.c1515-signup-copy::after {
  content: "15\A 15";
  position: absolute;
  right: 25px;
  bottom: 22px;
  color: rgba(255, 255, 255, .09);
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 90px;
  font-weight: 950;
  line-height: .72;
  text-align: right;
  white-space: pre;
}

.c1515-signup-copy > * {
  position: relative;
  z-index: 1;
}

.c1515-signup-points li {
  position: relative;
  padding-left: 24px;
  color: #ffffff;
  font-size: 14px;
  list-style: none;
}

.c1515-signup-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-weight: 950;
}

.c1515-form-badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid var(--klein-100);
  border-radius: 7px;
  background: var(--klein-50);
  color: var(--klein-700);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.c1515-legal {
  color: var(--ink-muted);
  font-size: 11px;
  line-height: 1.55;
}

.c1515-note {
  border: 1px solid var(--klein-100);
  border-radius: 8px;
  background: var(--klein-50);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
}

.c1515-note strong {
  color: var(--klein-700);
}

.c1515-action-note {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 650;
}

/* ---------- Questions fréquentes ---------- */

.c1515-faq {
  counter-reset: faq;
}

.c1515-faq > * {
  counter-increment: faq;
}

.c1515-faq-q {
  position: relative;
  padding-left: 48px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.c1515-faq-q::before {
  content: counter(faq, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 7px;
  background: var(--klein-50);
  color: var(--klein-700);
  font: 700 10px/1 "Figtree", sans-serif;
  letter-spacing: .05em;
}

.c1515-faq-a {
  color: var(--ink-soft);
  font-size: 15px;
  padding-left: 48px;
}

/* ---------- Champs de formulaire ---------- */

.page-id-13 .c1515-form input[type="text"],
.page-id-13 .c1515-form input[type="email"] {
  width: 100%;
  min-height: 55px;
  padding: 13px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.page-id-13 .c1515-form input::placeholder {
  color: #7b745f;
}

.page-id-13 .c1515-form input:focus {
  border-color: var(--klein-500);
  outline: 0;
  box-shadow: var(--focus-ring);
}

.page-id-13 .c1515-form label {
  font-size: 14px;
  font-weight: 850;
}

.page-id-13 .c1515-form input[type="checkbox"] {
  width: 19px;
  height: 19px;
  accent-color: var(--klein-500);
}

/* ---------- Liens hérités ---------- */

.page-id-13 .c1515-inline-link,
.page-id-13 .c1515-legal a {
  color: var(--klein-600);
  font-weight: 750;
}

/* ---------- Adaptation aux petits écrans ---------- */

@media (max-width: 980px) {
  .c1515-visual::before {
    font-size: 84px;
    top: -42px;
  }

  .c1515-signup-copy::after {
    font-size: 70px;
  }
}

@media (max-width: 720px) {
  body.page-id-13 {
    font-size: 16px;
  }

  .c1515-launch {
    font-size: 10px;
  }

  .c1515-h1 .accent {
    white-space: normal;
  }

  .c1515-video {
    aspect-ratio: 4 / 3;
  }

  .c1515-video::after {
    top: 13px;
    left: 13px;
  }

  .c1515-format-item + .c1515-format-item {
    border-left: 0;
  }

  .c1515-format-item:nth-child(2n) {
    border-left: 1px solid var(--line);
  }

  .c1515-format-item:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .c1515-play {
    width: 62px;
    height: 62px;
  }

  .c1515-member-stage::before {
    top: 13px;
    left: 13px;
  }

  .c1515-faq-q,
  .c1515-faq-a {
    padding-left: 42px;
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .c1515-beat-sep {
    transform: rotate(90deg);
  }

  .c1515-chips > *:not(:first-child)::before {
    content: "↓";
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-13 {
    scroll-behavior: auto;
  }

  .page-id-13 *,
  .page-id-13 *::before,
  .page-id-13 *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* ---------- Habillage de l'accordéon Spectra ---------- */

.c1515-faq .wp-block-spectra-accordion-child-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: border-color 190ms cubic-bezier(.22, .61, .36, 1), transform 190ms cubic-bezier(.22, .61, .36, 1);
}

.c1515-faq .wp-block-spectra-accordion-child-item:hover {
  border-color: var(--klein-100);
  transform: translateY(-1px);
}

.c1515-faq .wp-block-spectra-accordion-child-item.is-active {
  border-color: var(--klein-100);
  box-shadow: inset 0 2px 0 var(--klein-500), var(--shadow);
}

.c1515-faq .wp-block-spectra-accordion-child-header {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.c1515-faq-q {
  display: block;
  flex: 1;
  padding-left: 48px;
}

.c1515-faq .wp-block-spectra-accordion-child-header-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--klein-50);
  color: var(--klein-600);
  transition: background 190ms ease, color 190ms ease;
}

.c1515-faq .wp-block-spectra-accordion-child-item.is-active .wp-block-spectra-accordion-child-header-icon {
  background: var(--klein-500);
  color: #ffffff;
}

.c1515-faq .spectra-icon {
  width: 13px;
  height: 13px;
}

.c1515-faq .wp-block-spectra-accordion-child-details {
  padding: 0 22px 24px;
}

.c1515-faq .c1515-faq-a {
  max-width: 840px;
  margin: 0;
}

/* ---------- Grilles à colonnes inégales ---------- */
/* Spectra n'exprime que des colonnes égales (columnCount) : ces quatre
   compositions du prototype sont donc portées ici. */

.page-id-13 .c1515-interval {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.page-id-13 .c1515-interval-origin {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.page-id-13 .c1515-outcome {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(38px, 7vw, 80px);
  align-items: center;
}

.page-id-13 .c1515-signup {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  box-shadow: 0 8px 28px -18px rgba(18, 17, 14, .34);
}

.page-id-13 .c1515-comunity-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  max-width: 760px;
  margin: 25px auto 28px;
  padding: 0;
  text-align: left;
}

.page-id-13 .c1515-comunity-benefits li {
  font-size: 14px;
  line-height: 1.45;
}

.page-id-13 .c1515-placeholder {
  min-height: 320px;
}

/* Les cartes de méthode gardent leur lettre alignée en haut */

.page-id-13 .c1515-method-card {
  align-items: flex-start;
}

/* Le cadre média du hero occupe toute la largeur du conteneur */

.page-id-13 .c1515-visual,
.page-id-13 .c1515-frame {
  width: 100%;
}

@media (max-width: 980px) {
  .page-id-13 .c1515-interval,
  .page-id-13 .c1515-outcome,
  .page-id-13 .c1515-signup {
    grid-template-columns: 1fr;
  }

  .page-id-13 .c1515-placeholder {
    min-height: 260px;
  }
}

@media (max-width: 720px) {
  .page-id-13 .c1515-comunity-benefits {
    grid-template-columns: 1fr;
  }

  .page-id-13 .c1515-placeholder {
    min-height: 220px;
  }
}

@media (max-width: 520px) {
  .page-id-13 .c1515-interval-origin {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.page-id-13 .c1515-principle-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 22px;
}

@media (max-width: 980px) {
  .page-id-13 .c1515-principle-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Repli des grilles Spectra à colonnes égales ---------- */
/* columnCount fige le nombre de colonnes : le repli du prototype
   est donc redonné ici, avec la spécificité suffisante. */

@media (max-width: 980px) {
  .page-id-13 .c1515-benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-id-13 .c1515-format-card {
    grid-template-columns: 1fr 1fr;
  }

  .page-id-13 .c1515-method-rail {
    grid-template-columns: 1fr 1fr;
  }

  .page-id-13 .c1515-audience-grid {
    grid-template-columns: 1fr;
  }

  .page-id-13 .c1515-format-item {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .page-id-13 .c1515-method-rail {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Largeurs de contenu et composants — alignement strict sur le prototype
   ========================================================================== */

/* Barre de lancement : la pastille reste à la taille de son texte */

.page-id-13 .c1515-launch {
  min-height: 34px;
}

.page-id-13 .c1515-launch-msg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-id-13 .c1515-launch-count {
  display: inline-flex;
  width: fit-content;
  flex: 0 0 auto;
  min-height: 23px;
}

/* Hero */

.page-id-13 .c1515-hero-copy {
  text-align: center;
}

.page-id-13 .c1515-lead {
  max-width: 760px;
  margin-inline: auto;
}

.page-id-13 .c1515-video-title {
  display: block;
  max-width: 610px;
}

/* En-têtes de section */

.page-id-13 .c1515-heading--center {
  text-align: center;
}

.page-id-13 .c1515-change .c1515-heading-lead,
.page-id-13 .c1515-audience .c1515-heading-lead {
  max-width: 900px;
}

/* Cartes */

.page-id-13 .c1515-card-title {
  max-width: 520px;
}

.page-id-13 .c1515-card--secondary {
  background: transparent;
  box-shadow: none;
}

.page-id-13 .c1515-benefit-card {
  min-height: 280px;
}

.page-id-13 .c1515-method-card {
  min-height: 150px;
}

.page-id-13 .c1515-method-body {
  flex: 1;
  min-width: 0;
}

.page-id-13 .c1515-method-title {
  display: block;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.2;
}

.page-id-13 .c1515-method-text {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.48;
}

/* Pastilles du fractionné */

.page-id-13 .c1515-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
}

/* COMUNITY */

.page-id-13 .c1515-comunity-panel {
  text-align: center;
}

.page-id-13 .c1515-comunity-logo {
  display: block;
  width: min(100%, 220px);
  height: auto;
  margin: 0 auto 28px;
}

.page-id-13 .c1515-comunity-title {
  max-width: 820px;
  margin-inline: auto;
}

.page-id-13 .c1515-comunity-lead {
  max-width: 800px;
  margin-inline: auto;
}

.page-id-13 .c1515-note {
  max-width: 850px;
  margin-inline: auto;
}

.page-id-13 .c1515-member-logo {
  display: block;
  width: min(100%, 230px);
  height: auto;
  margin-inline: auto;
}

.page-id-13 .c1515-member-note {
  display: block;
  max-width: 520px;
  margin-inline: auto;
}

.page-id-13 .c1515-outcome-logo {
  display: block;
  width: min(80%, 280px);
  height: auto;
  margin-inline: auto;
}

/* Questions fréquentes */

.page-id-13 .c1515-faq {
  max-width: 940px;
  margin-inline: auto;
}

/* Appel final */

.page-id-13 .c1515-final-inner {
  text-align: center;
}

.page-id-13 .c1515-final-title {
  max-width: 680px;
  margin-inline: auto;
}

.page-id-13 .c1515-final-lead {
  max-width: 620px;
  margin-inline: auto;
}

/* Formulaire de démonstration */

.page-id-13 .c1515-field {
  margin-bottom: 19px;
}

.page-id-13 .c1515-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  margin: 4px 0 23px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.page-id-13 .c1515-submit {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--klein-500);
  color: var(--white);
  font: inherit;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background 130ms ease, transform 130ms ease;
}

.page-id-13 .c1515-submit:hover {
  background: var(--klein-600);
  transform: translateY(-1px);
}

.page-id-13 .c1515-form-status {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 10px;
  background: #eaf8f1;
  color: var(--success);
  font-size: 14px;
  font-weight: 750;
}

.page-id-13 .c1515-legal {
  margin: 16px 0 0;
}
