:root {
  --rc-ink: #101d34;
  --rc-panel: #1b2d4c;
  --rc-panel-soft: #233757;
  --rc-cyan: #48d6d2;
  --rc-orange: #cf652c;
  --rc-gold: #e2a33a;
  --rc-ivory: #fff8ef;
  --rc-muted: #b7c2d4;
  --rc-line: rgba(72, 214, 210, .24);
  --rc-max: 1440px;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --bleu: #1B2A4A;
  --bleu-deep: #111d33;
  --bleu-mid: #243660;
  --cyan: #3DD8D2;
  --terra: #C4622D;
  --terra-dark: #8B3A2A;
  --ambre: #D4860B;
  --ivoire: #FDF5EC;
  --ivoire-dark: #F0E6D3;
  --blanc: #FFFFFF;
  --texte: #2C2C2C;
  --gris: #777777;
  --gris-light: #F5F5F2;
  --max-w: 1240px;
  --pad-x: 64px;
  --nav-h: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.rc-public {
  margin: 0;
  background: var(--rc-ink);
  color: var(--rc-ivory);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.rc-public a {
  color: inherit;
}

.rc-public h1,
.rc-public h2,
.rc-public h3 {
  margin: 0;
  color: var(--rc-ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
}

.rc-public h1 {
  font-size: clamp(2.7rem, 4.7vw, 4.8rem);
}

.rc-public h2 {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
}

.rc-public h3 {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}

.rc-public p {
  margin: 0;
}

.rc-wrap {
  width: min(calc(100% - 64px), var(--rc-max));
  margin-inline: auto;
}

.rc-section {
  padding: 96px 0;
}

.rc-section.alt {
  background: #14243d;
}

.rc-section.light {
  background: var(--ivoire);
  color: var(--texte);
}

.rc-section.light h2,
.rc-section.light h3 {
  color: var(--bleu-deep);
}

.rc-section.light .rc-eyebrow {
  color: var(--terra);
}

.rc-section.light .rc-lead,
.rc-section.light .rc-muted {
  color: #596273;
}

.rc-section.light .rc-video-placeholder,
.rc-section.light .rc-message {
  color: var(--rc-ivory);
}

.rc-section.light .rc-video-placeholder h3 {
  color: var(--rc-ivory);
}

.rc-section.light .rc-video-placeholder .rc-muted {
  color: var(--rc-muted);
}

.rc-section-grid {
  margin-top: 34px;
}

.rc-outputs {
  margin-top: 54px;
  padding-top: 44px;
  border-top: 1px solid var(--rc-line);
}

.rc-outputs > h3 {
  max-width: 1050px;
  margin: 10px 0 12px;
  font-size: clamp(1.75rem, 2.6vw, 2.55rem);
}

.rc-output-intro {
  max-width: 1020px;
  margin-bottom: 28px !important;
  color: var(--rc-muted);
}

.rc-output-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rc-output-grid article {
  padding: 25px;
  border: 1px solid var(--rc-line);
  border-radius: 16px;
  background: rgba(11, 27, 50, .24);
}

.rc-output-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--rc-cyan);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.rc-output-grid h4 {
  margin: 0 0 12px;
  color: var(--rc-ivory);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.12;
}

.rc-output-grid p {
  margin: 0;
  color: #d6deea;
  font-size: .93rem;
  line-height: 1.65;
}

.rc-section-lead {
  margin-top: 18px;
  width: min(90%, 1280px);
  max-width: none;
}

.rc-eyebrow {
  color: var(--rc-cyan);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.rc-lead {
  max-width: 920px;
  color: #d6deea;
  font-size: 1.15rem;
}

.rc-muted {
  color: var(--rc-muted);
}

.rc-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(16, 29, 52, .96);
  backdrop-filter: blur(12px);
}

.rc-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rc-brand {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .15em;
  white-space: nowrap;
}

.rc-brand span {
  color: var(--rc-orange);
}

.rc-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.rc-menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rc-menu-icon {
  width: 24px;
  display: grid;
  gap: 6px;
}

.rc-menu-icon i {
  width: 100%;
  height: 1px;
  display: block;
  background: var(--rc-cyan);
  transition: transform .2s ease;
}

.rc-menu-toggle[aria-expanded="true"] .rc-menu-icon i:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.rc-menu-toggle[aria-expanded="true"] .rc-menu-icon i:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.rc-menu a {
  text-decoration: none;
  font-size: .86rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rc-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: var(--rc-orange);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.rc-button:hover,
.rc-button:focus-visible {
  transform: translateY(-2px);
  background: #e17034;
}

.rc-button.secondary {
  border-color: var(--rc-line);
  background: transparent;
}

.rc-button.cyan {
  background: var(--rc-cyan);
  color: #0d2136;
}

.rc-button.quiet {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04);
}

.rc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rc-hero {
  padding: 96px 0 80px;
}

.rc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(380px, .8fr);
  gap: 48px;
  align-items: center;
}

.rc-hero h1 {
  margin: 16px 0 22px;
}

.rc-hero h1 em {
  color: var(--rc-cyan);
  font-weight: 400;
}

.rc-no-break {
  white-space: nowrap;
}

.rc-hero .rc-lead {
  margin-bottom: 30px;
}

.rc-proof {
  padding: 34px;
  border: 1px solid var(--rc-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(72, 214, 210, .08), rgba(255, 255, 255, .025));
}

.rc-proof strong {
  color: var(--rc-cyan);
}

.rc-proof blockquote {
  margin: 24px 0;
  padding-left: 24px;
  border-left: 4px solid rgba(255, 255, 255, .12);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1.25;
}

.rc-proof p + p {
  margin-top: 14px;
}

.rc-grid-2,
.rc-grid-3,
.rc-grid-4 {
  display: grid;
  gap: 22px;
}

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

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

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

.rc-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

.rc-card h3 {
  margin: 8px 0 12px;
}

.rc-card p + p {
  margin-top: 12px;
}

.rc-situation {
  border-left: 3px solid var(--rc-orange);
}

.eyebrow {
  display: block;
  margin-bottom: 20px;
  color: var(--terra);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.manifeste {
  padding: 96px var(--pad-x) 40px;
  background: var(--ivoire);
  color: var(--texte);
  scroll-margin-top: calc(var(--nav-h) + 16px);
}

.manifeste-grid {
  max-width: var(--max-w);
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: start;
  margin: 0 auto 48px;
  padding-bottom: 0;
}

.manifeste-text {
  max-width: 560px;
}

.manifeste-intro {
  margin-bottom: 18px;
  color: var(--terra);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: italic;
}

.rc-public .manifeste-text h2 {
  margin-bottom: 28px;
  color: var(--bleu-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 400;
  line-height: 1.15;
}

.manifeste-text h2 span {
  display: block;
  margin-top: 6px;
  color: var(--terra);
  font-style: italic;
}

.manifeste-body p {
  margin-bottom: 16px;
  color: var(--texte);
  font-size: 16px;
  line-height: 1.7;
}

.manifeste-body p:last-child {
  margin-bottom: 0;
}

.architecte-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 32px;
  border: 1px solid rgba(196, 98, 45, .08);
  border-radius: 6px;
  background: #fdfaf7;
  color: var(--texte);
  box-shadow: 0 10px 32px rgba(17, 29, 51, .06);
}

.portrait-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.portrait-photo {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.rc-public .portrait-name {
  margin-bottom: 4px;
  color: var(--bleu-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 600;
}

.portrait-role {
  display: block;
  color: var(--terra);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.portrait-bio {
  color: var(--texte);
  font-size: 15px;
  line-height: 1.65;
}

.portrait-bio p {
  margin-bottom: 10px;
}

.portrait-bio p:nth-child(1),
.portrait-bio p:nth-child(2),
.portrait-bio p:nth-child(3) {
  margin-bottom: 2px;
  line-height: 1.5;
}

.portrait-bio p:nth-child(3) {
  margin-bottom: 14px;
}

.portrait-conclusion {
  padding-top: 14px;
  border-top: 1px solid rgba(196, 98, 45, .15);
  color: var(--terra);
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: center;
}

.portrait-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: #0077b5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .10em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity .2s;
}

.portrait-linkedin:hover {
  opacity: .75;
}

.manifeste-stats-band {
  max-width: 1180px;
  margin: 32px auto 0;
  padding: 24px 40px 28px;
  background: var(--bleu-deep);
}

.manifeste-stats {
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 auto;
  text-align: center;
}

.stats-header {
  grid-column: 1 / -1;
  margin-bottom: 18px;
  text-align: center;
}

.stats-eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.stats-intro {
  color: rgba(255, 255, 255, .72);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
}

.stat-block {
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, .10);
}

.stat-block:last-child {
  border-right: none;
}

.stat-num {
  margin-bottom: 8px;
  color: var(--terra);
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.stat-label {
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  letter-spacing: .03em;
  line-height: 1.5;
  text-transform: uppercase;
}

.rc-confidentiality {
  margin-top: 26px;
  padding: 22px 24px;
  border-left: 3px solid var(--rc-gold);
  background: rgba(226, 163, 58, .07);
}

.rc-confidentiality strong {
  color: var(--rc-gold);
}

.rc-confidentiality p {
  margin-top: 5px;
}

.rc-cockpit-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 52px;
  align-items: end;
  margin-top: 10px;
}

.rc-cockpit-intro .rc-lead {
  max-width: 900px;
  margin-top: 16px;
}

.rc-cockpit-promise {
  position: relative;
  margin: 0 0 4px;
  padding: 2px 0 2px 24px;
  border-left: 2px solid var(--rc-orange);
  color: var(--rc-ivory);
  font-size: 1.06rem;
  line-height: 1.65;
}

.rc-cockpit {
  position: relative;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(65, 205, 205, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 74% 38%, rgba(65, 205, 205, .10), transparent 28%),
    linear-gradient(145deg, rgba(24, 43, 72, .98), rgba(12, 28, 50, .98));
  box-shadow: 0 30px 70px rgba(5, 15, 30, .24);
}

.rc-cockpit::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .6), transparent 72%);
}

.rc-cockpit-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: var(--rc-muted);
}

.rc-cockpit-topbar > strong {
  position: relative;
  padding-left: 19px;
  color: var(--rc-ivory);
  font-size: .94rem;
  font-weight: 500;
}

.rc-cockpit-topbar > strong::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, .18);
  content: "";
  transform: translateY(-50%);
}

.rc-cockpit-status {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--rc-cyan);
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.rc-cockpit-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rc-cyan);
  box-shadow: 0 0 0 6px rgba(65, 205, 205, .10), 0 0 18px rgba(65, 205, 205, .7);
}

.rc-cockpit-route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 34px 24px 20px;
}

.rc-cockpit-stage {
  position: relative;
  min-width: 0;
  min-height: 230px;
  padding: 25px 22px 22px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 17px;
  background: rgba(255, 255, 255, .035);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.rc-cockpit-stage:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -22px;
  width: 28px;
  color: var(--rc-cyan);
  content: "→";
  font-size: 1.25rem;
  text-align: center;
  transform: translateY(-50%);
}

.rc-cockpit-stage:hover {
  border-color: rgba(65, 205, 205, .34);
  background: rgba(255, 255, 255, .055);
  transform: translateY(-3px);
}

.rc-cockpit-stage.is-terrain {
  border-color: rgba(226, 163, 58, .62);
  background:
    radial-gradient(circle at 84% 18%, rgba(226, 163, 58, .18), transparent 34%),
    linear-gradient(150deg, rgba(226, 163, 58, .11), rgba(255, 255, 255, .035));
  box-shadow: inset 0 0 0 1px rgba(226, 163, 58, .08), 0 16px 34px rgba(7, 17, 31, .18);
}

.rc-cockpit-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(65, 205, 205, .35);
  border-radius: 50%;
  color: var(--rc-cyan);
  font-size: .72rem;
  font-weight: 700;
}

.rc-cockpit-stage.is-terrain .rc-cockpit-number {
  border-color: rgba(226, 163, 58, .55);
  color: var(--rc-gold);
}

.rc-cockpit-stage > p {
  margin: 0 0 8px;
  color: var(--rc-cyan);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.rc-cockpit-stage.is-terrain > p {
  color: var(--rc-gold);
}

.rc-cockpit-stage h3 {
  margin: 0 0 13px;
  color: var(--rc-ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 1.8vw, 1.9rem);
  font-weight: 500;
  line-height: 1.08;
}

.rc-cockpit-stage > span:last-child {
  display: block;
  color: var(--rc-muted);
  font-size: .91rem;
  line-height: 1.55;
}

.rc-cockpit-return {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 13px;
  align-items: center;
  margin: 0 24px;
  padding: 17px 20px;
  border: 1px solid rgba(65, 205, 205, .18);
  border-radius: 14px;
  background: rgba(65, 205, 205, .055);
}

.rc-cockpit-return > span {
  color: var(--rc-cyan);
  font-size: 1.65rem;
}

.rc-cockpit-return strong {
  color: var(--rc-ivory);
}

.rc-cockpit-return p {
  margin: 0;
  color: var(--rc-muted);
}

.rc-cockpit-supports {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 24px 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.rc-cockpit-supports span {
  padding: 17px 13px;
  color: var(--rc-ivory);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .035em;
  text-align: center;
}

.rc-cockpit-supports span + span {
  border-left: 1px solid rgba(255, 255, 255, .09);
}

.rc-cockpit-privacy {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px 22px;
  align-items: baseline;
  padding: 18px 24px 22px;
}

.rc-cockpit-privacy strong {
  flex: 0 0 auto;
  color: var(--rc-gold);
}

.rc-cockpit-privacy span {
  color: var(--rc-muted);
  font-size: .86rem;
}

.rc-flow {
  margin-top: 54px;
  padding-top: 44px;
  border-top: 1px solid var(--rc-line);
}

.rc-flow > h3 {
  margin: 10px 0 28px;
  font-size: clamp(1.7rem, 2.5vw, 2.45rem);
}

.rc-flow-label {
  display: block !important;
  min-height: 0 !important;
  margin: 0 auto 10px;
  padding: 0 !important;
  border: 0 !important;
  color: var(--rc-muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rc-flow-common {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(72%, 980px);
  margin: 0 auto 30px;
  gap: 12px;
}

.rc-flow-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 18px;
}

.rc-flow-tabs button {
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid var(--rc-line);
  border-radius: 999px;
  color: var(--rc-muted);
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.rc-flow-tabs button:hover,
.rc-flow-tabs button:focus-visible {
  color: var(--rc-ivory);
  border-color: rgba(72, 214, 210, .58);
}

.rc-flow-tabs button.active {
  color: #081729;
  border-color: var(--rc-cyan);
  background: var(--rc-cyan);
}

.rc-flow-panels {
  position: relative;
}

.rc-flow-panel {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.7fr);
  align-items: center;
  gap: 34px;
  min-height: 190px;
  padding: 28px 30px;
  border: 1px solid var(--rc-line);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(72, 214, 210, .055), transparent 52%),
    rgba(11, 27, 50, .3);
}

.rc-flow-panel[hidden] {
  display: none;
}

.rc-flow-panel-heading h4 {
  margin: 7px 0 8px;
  color: var(--rc-ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  font-weight: 500;
  line-height: 1.05;
}

.rc-flow-panel-heading > p:last-child {
  margin: 0;
  color: var(--rc-muted);
  font-size: .9rem;
}

.rc-flow-kicker {
  margin: 0;
  color: var(--rc-cyan);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rc-flow-panel.clarity .rc-flow-kicker {
  color: var(--rc-gold);
}

.rc-flow-steps {
  display: grid;
  gap: 12px;
}

.rc-flow-panel.clarity .rc-flow-steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rc-flow-panel.mastery .rc-flow-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rc-flow-panel.executive .rc-flow-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rc-flow-node {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 68px;
  padding: 14px 10px;
  border: 1px solid var(--rc-line);
  border-radius: 10px;
  text-align: center;
}

.rc-flow-common .rc-flow-node:not(:last-child)::after,
.rc-flow-steps .rc-flow-node:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -12px;
  z-index: 1;
  color: var(--rc-cyan);
}

.rc-demo {
  display: grid;
  grid-template-columns: minmax(320px, .64fr) minmax(0, 1.36fr);
  gap: 38px;
  margin-top: 26px;
  align-items: stretch;
}

#demonstration {
  padding-top: 62px;
  padding-bottom: 68px;
}

#demonstration .rc-wrap {
  width: min(calc(100% - 64px), 1500px);
}

#demonstration h2 {
  margin-top: 4px;
  line-height: 1.02;
}

#demonstration .rc-section-lead {
  max-width: 1120px;
  margin-top: 6px;
  line-height: 1.48;
}

.rc-video-placeholder {
  min-height: 400px;
  display: grid;
  place-items: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: linear-gradient(145deg, #1e3558, #13223a);
  text-align: center;
}

.rc-video-placeholder .play {
  display: block;
  color: var(--rc-cyan);
  font-size: 3.3rem;
}

.rc-dialogue {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 8px;
  padding: 4px 0;
}

.rc-exchange {
  display: contents;
}

.rc-message {
  position: relative;
  width: min(84%, 720px);
  padding: 12px 19px 13px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px 18px 18px 5px;
  background: linear-gradient(145deg, rgba(51, 72, 106, .99), rgba(39, 57, 88, .99));
  box-shadow: 0 12px 28px rgba(7, 18, 34, .13);
  font-size: .94rem;
  line-height: 1.55;
  animation: rc-bubble-in .42s cubic-bezier(.2, .7, .2, 1) both;
}

.rc-message::after {
  position: absolute;
  bottom: -1px;
  left: -7px;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: #2a4166;
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.rc-message.dj {
  align-self: flex-end;
  border-color: rgba(65, 205, 205, .52);
  border-radius: 18px 18px 5px 18px;
  background: linear-gradient(145deg, rgba(17, 69, 81, .99), rgba(20, 53, 76, .99));
  box-shadow: 0 12px 30px rgba(18, 86, 96, .10);
}

.rc-message.dj::after {
  right: -7px;
  left: auto;
  border-right: 1px solid rgba(65, 205, 205, .42);
  border-bottom-color: rgba(65, 205, 205, .42);
  background: #153e50;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.rc-message strong,
.rc-demo-action strong {
  display: block;
  margin-bottom: 6px;
  color: var(--rc-cyan);
  font-size: .75rem;
  letter-spacing: .16em;
}

.rc-message:not(.dj) strong {
  color: var(--rc-orange);
}

.rc-exchange:nth-child(1) .rc-message:first-child {
  animation-delay: .04s;
}

.rc-exchange:nth-child(1) .rc-message:last-child {
  animation-delay: .14s;
}

.rc-exchange:nth-child(2) .rc-message:first-child {
  animation-delay: .24s;
}

.rc-exchange:nth-child(2) .rc-message:last-child {
  animation-delay: .34s;
}

.rc-exchange:nth-child(3) .rc-message:first-child {
  animation-delay: .44s;
}

.rc-exchange:nth-child(3) .rc-message:last-child {
  animation-delay: .54s;
}

.rc-demo-action {
  position: relative;
  margin-top: 5px;
  padding: 15px 21px 16px 25px;
  overflow: hidden;
  border: 1px solid rgba(226, 163, 58, .58);
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(226, 163, 58, .15), rgba(255, 255, 255, .035));
  box-shadow: 0 14px 30px rgba(10, 20, 35, .12);
  animation: rc-action-in .48s .68s cubic-bezier(.2, .7, .2, 1) both;
}

.rc-demo-action::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--rc-orange), #f2bd59);
  content: "";
}

@keyframes rc-bubble-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rc-action-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.rc-offer-grid {
  align-items: stretch;
}

.rc-offer {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: var(--rc-panel);
}

.rc-offer.featured {
  border-color: var(--rc-cyan);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
}

.rc-offer .rc-tag {
  color: var(--rc-cyan);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.rc-offer h2,
.rc-offer h3 {
  margin: 12px 0 18px;
}

.rc-offer h3 {
  font-size: 1.95rem;
}

.rc-offer ul {
  flex: 1;
  margin: 22px 0 28px;
  padding-left: 20px;
  color: #d7dfeb;
}

.rc-offer li + li {
  margin-top: 8px;
}

.rc-price {
  margin-bottom: 18px;
  font-size: 1.1rem;
}

.rc-price strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
}

.rc-price span {
  color: var(--rc-muted);
}

.rc-flash-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 34px;
  padding: 28px 32px;
  border: 1px solid rgba(226, 163, 58, .45);
  border-radius: 16px;
  background: rgba(226, 163, 58, .07);
}

.rc-flash-band h2,
.rc-flash-band h3 {
  margin: 8px 0;
}

.rc-final-section {
  padding: 0;
}

.rc-final-cta {
  min-height: 270px;
  padding: 52px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-align: center;
}

.rc-final-cta h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.05;
  text-wrap: balance;
}

.rc-final-cta::before {
  content: "";
  width: 58px;
  height: 2px;
  background: var(--orange);
}

.rc-final-cta .rc-button {
  margin-top: 4px;
}

/*
 * Ponctuation finale : bloc volontairement dense.
 * La spécificité et les !important neutralisent les anciennes hauteurs
 * plein écran qui peuvent encore être servies par le thème ou le cache.
 */
.rc-public .rc-final-section {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

.rc-public .rc-final-section .rc-final-cta {
  width: min(100% - 48px, 1180px);
  min-height: clamp(250px, 32vh, 340px) !important;
  height: auto !important;
  padding: 44px 24px !important;
  gap: 22px;
}

.rc-public .rc-final-section .rc-final-cta h2 {
  font-size: clamp(2.25rem, 3.6vw, 3.4rem);
}

.rc-flash-section {
  padding: 88px 0;
  background: #14243d;
}

.rc-flash-section > .rc-wrap > h2 {
  max-width: 1180px;
  margin: 10px 0 30px;
}

.rc-flash-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(226, 163, 58, .5);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 12%, rgba(226, 163, 58, .13), transparent 34%),
    linear-gradient(145deg, #1d3152, #13223a);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}

.rc-flash-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.rc-flash-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--rc-cyan);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rc-flash-card h3 {
  max-width: 560px;
  font-size: clamp(1.8rem, 2.6vw, 2.7rem);
}

.rc-flash-duration {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(72, 214, 210, .5);
  border-radius: 50%;
  background: rgba(72, 214, 210, .07);
}

.rc-flash-duration strong {
  margin-bottom: -14px;
  color: var(--rc-ivory);
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.rc-flash-duration span {
  color: var(--rc-cyan);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rc-flash-price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 24px 0 14px !important;
}

.rc-flash-amount {
  color: var(--rc-ivory);
  font-family: var(--font-serif);
  font-size: 2.55rem;
  line-height: 1;
}

.rc-flash-once {
  color: var(--rc-muted);
  font-size: .82rem;
}

.rc-flash-promise {
  max-width: 650px;
  color: #d7dfeb;
}

.rc-flash-list {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.rc-flash-list li {
  position: relative;
  padding: 11px 0 11px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #d7dfeb;
  font-size: .92rem;
}

.rc-flash-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--rc-orange);
}

.rc-flash-list strong {
  color: var(--rc-ivory);
}

.rc-btn-flash {
  width: 100%;
  text-align: center;
}

.rc-word-cloud-section {
  padding: 82px 0;
  background: #0c182c;
}

.rc-word-cloud-header {
  text-align: center;
}

.rc-word-cloud-header h2 {
  margin-top: 7px;
  font-style: italic;
}

.rc-word-cloud {
  position: relative;
  width: min(100%, 980px);
  height: 400px;
  margin: 34px auto 0;
}

.rc-word {
  position: absolute;
  white-space: nowrap;
  color: var(--rc-muted);
  font-family: var(--font-serif);
  line-height: 1;
  user-select: none;
  transition: filter .25s ease, transform .25s ease;
}

.rc-word:hover {
  z-index: 2;
  filter: brightness(1.35);
}

.rc-word.lived {
  color: #d36d3a;
}

.rc-word.practice {
  color: var(--rc-cyan);
}

.rc-word.becoming {
  color: rgba(255, 248, 239, .78);
}

.rc-word.pivot {
  color: var(--rc-gold);
}

.rc-word-cloud-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  margin-top: 28px;
  color: var(--rc-muted);
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rc-word-cloud-legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rc-word-cloud-legend i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.rc-word-cloud-legend i.lived {
  background: #d36d3a;
}

.rc-word-cloud-legend i.practice {
  background: var(--rc-cyan);
}

.rc-word-cloud-legend i.becoming {
  background: rgba(255, 248, 239, .78);
}

.rc-start {
  min-height: 70vh;
  padding: 70px 0 100px;
}

.rc-start-heading {
  max-width: 1060px;
  margin-bottom: 40px;
}

.rc-start-heading h1 {
  margin: 14px 0 18px;
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.rc-orientation-grid {
  align-items: stretch;
}

.rc-orientation {
  width: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  color: var(--rc-ivory);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.rc-orientation:hover,
.rc-orientation:focus-visible,
.rc-orientation.active {
  border-color: var(--rc-cyan);
  background: rgba(72, 214, 210, .08);
}

.rc-orientation strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.15;
}

.rc-orientation-more {
  margin-top: auto;
  padding-top: 18px;
  color: var(--rc-cyan);
  font-size: .88rem;
  font-weight: 700;
}

.rc-orientation-results {
  margin-top: 28px;
  scroll-margin-top: 88px;
}

.rc-path-switcher {
  position: sticky;
  top: 84px;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  background: rgba(16, 29, 52, .96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

.rc-path-switcher[hidden] {
  display: none;
}

.rc-path-switcher > span {
  margin-right: 8px;
  color: var(--rc-muted);
  font-size: .75rem;
}

.rc-path-switcher button {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: var(--rc-ivory);
  background: transparent;
  font: inherit;
  font-size: .78rem;
  cursor: pointer;
}

.rc-path-switcher button:hover,
.rc-path-switcher button:focus-visible,
.rc-path-switcher button.active {
  border-color: var(--rc-cyan);
  color: var(--rc-ink);
  background: var(--rc-cyan);
}

.rc-orientation-result {
  scroll-margin-top: 100px;
}

.rc-orientation-result[hidden] {
  display: none !important;
}

.rc-result-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.rc-result-columns ul {
  margin-top: 22px;
}

.rc-commercial-note {
  margin-top: 12px;
}

.rc-seal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--rc-gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.rc-founders {
  margin-top: 34px;
  padding: 26px;
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  background: #14243d;
}

.rc-founders p {
  margin: 8px 0 18px;
}

.rc-footer {
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: var(--rc-muted);
}

.rc-footer .rc-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1180px) {
  :root {
    --pad-x: 40px;
  }

  .rc-menu {
    gap: 16px;
  }

  .rc-menu a {
    font-size: .78rem;
  }

  .rc-offer-grid {
    grid-template-columns: 1fr;
  }

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

  .rc-flow-common {
    width: 78%;
  }

  .rc-flow-panel {
    grid-template-columns: minmax(220px, .66fr) minmax(0, 1.34fr);
  }

  .rc-flow-node::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .rc-nav {
    position: relative;
    min-height: 68px;
  }

  .rc-menu-toggle {
    display: inline-flex;
  }

  .rc-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--rc-line);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: rgba(16, 29, 52, .99);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .28);
  }

  .rc-menu.is-open {
    display: flex;
  }

  .rc-menu a {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    white-space: normal;
  }

  .rc-menu a:last-child {
    border-bottom: 0;
  }

  .rc-menu .rc-button {
    margin-top: 8px;
  }

  .rc-hero-grid,
  .manifeste-grid,
  .rc-demo,
  .rc-flash-card {
    grid-template-columns: 1fr;
  }

  :root {
    --pad-x: 24px;
  }

  .manifeste-grid {
    gap: 48px;
  }

  .manifeste-stats {
    grid-template-columns: 1fr 1fr;
    gap: 24px 0;
  }

  .stat-block {
    padding: 0 10px;
    border-right: none;
  }

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

  .rc-grid-3 {
    grid-template-columns: 1fr;
  }

  .rc-cockpit-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rc-cockpit-promise {
    max-width: 760px;
  }

  .rc-cockpit-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rc-cockpit-stage {
    min-height: 210px;
  }

  .rc-cockpit-stage::after {
    display: none;
  }

  .rc-cockpit-supports {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rc-cockpit-supports span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
  }

  .rc-cockpit-supports span:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .09);
  }

  .rc-flow-panel {
    grid-template-columns: 1fr;
  }

  .rc-flow-panel.mastery .rc-flow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rc-video-placeholder {
    min-height: 300px;
  }

  .rc-section-lead {
    width: 100%;
  }

  .rc-no-break {
    white-space: normal;
  }

  .rc-flash-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .rc-word-cloud {
    height: 460px;
  }
}

@media (max-width: 620px) {
  .rc-wrap {
    width: min(calc(100% - 28px), var(--rc-max));
  }

  #demonstration .rc-wrap {
    width: min(calc(100% - 28px), 1500px);
  }

  .rc-path-switcher {
    top: 70px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 9px;
  }

  .rc-path-switcher > span {
    display: none;
  }

  .rc-path-switcher button {
    flex: 0 0 auto;
  }

  .rc-section {
    padding: 68px 0;
  }

  .rc-nav {
    min-height: 68px;
  }

  .rc-brand {
    font-size: .86rem;
  }

  .rc-menu .rc-button {
    padding: 9px 12px;
    font-size: .74rem;
  }

  .rc-hero {
    padding-top: 64px;
  }

  .rc-grid-2,
  .rc-grid-4,
  .rc-output-grid,
  .rc-result-columns,
  .rc-exchange,
  .rc-flow-common,
  .rc-flow-panel.clarity .rc-flow-steps,
  .rc-flow-panel.mastery .rc-flow-steps,
  .rc-flow-panel.executive .rc-flow-steps {
    grid-template-columns: 1fr;
  }

  .rc-flow-common {
    width: 100%;
  }

  .rc-flow-tabs {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .rc-flow-tabs button {
    flex: 1 1 auto;
  }

  .rc-flow-panel {
    min-height: 0;
    padding: 24px 20px;
  }

  .rc-cockpit {
    border-radius: 18px;
  }

  .rc-cockpit-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 17px 18px;
  }

  .rc-cockpit-topbar > strong {
    padding-left: 0;
  }

  .rc-cockpit-topbar > strong::before {
    display: none;
  }

  .rc-cockpit-route {
    grid-template-columns: 1fr;
    padding: 22px 14px 14px;
  }

  .rc-cockpit-stage {
    min-height: 0;
    padding: 21px 19px;
  }

  .rc-cockpit-number {
    margin-bottom: 20px;
  }

  .rc-cockpit-return {
    grid-template-columns: auto 1fr;
    margin: 0 14px;
    padding: 15px 16px;
  }

  .rc-cockpit-return p {
    grid-column: 1 / -1;
  }

  .rc-cockpit-supports {
    grid-template-columns: 1fr;
    margin: 18px 14px 0;
  }

  .rc-cockpit-supports span + span,
  .rc-cockpit-supports span:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-left: 0;
  }

  .rc-cockpit-privacy {
    align-items: flex-start;
    flex-direction: column;
    padding: 17px 18px 20px;
  }

  .rc-message {
    width: 91%;
    padding: 14px 16px 15px;
  }

  .rc-demo-action {
    padding: 17px 17px 17px 21px;
  }

  .rc-flash-card {
    padding: 26px;
  }

  .rc-flash-title-row {
    display: block;
  }

  .rc-flash-duration {
    width: 88px;
    height: 88px;
    margin-top: 22px;
  }

  .rc-flash-price-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .rc-word-cloud {
    height: 520px;
  }

  .manifeste-stats {
    grid-template-columns: 1fr;
  }

  .rc-card,
  .rc-offer,
  .rc-proof {
    padding: 24px;
  }

  .rc-orientation-result .rc-result-columns {
    gap: 0;
    margin: 22px 0 28px;
  }

  .rc-orientation-result .rc-result-columns ul {
    flex: none;
    margin: 0;
  }

  .rc-orientation-result .rc-result-columns ul + ul {
    margin-top: 8px;
  }

  .rc-footer .rc-wrap {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rc-message,
  .rc-demo-action {
    animation: none;
  }
}
