.rp-html {
  overflow-x: hidden;
  overflow-y: auto !important;
  height: auto !important;
}

.rp-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--bg);
  background-color: var(--bg);
  color: #f5f5f5;
  overflow-x: hidden;
  overflow-y: auto !important;
  height: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  .rp-page {
    background: var(--bg, #070707);
  }
}

.rp-page > .rp-main {
  flex: 1;
  overflow: visible !important;
  height: auto !important;
  min-height: 0;
}

.rp-main section {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.rp-hero {
  padding-top: clamp(6rem, 12vw, 8rem);
  text-align: left;
  background: transparent;
  color: var(--text);
}

.rp-badge {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: #c5a572;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  animation: rpPulse 1.8s ease-in-out infinite;
}

.rp-hero-top {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  margin-top: 0.4rem;
}

.rp-hero h1 {
  font-size: clamp(1.8rem, 4.2vw, 3rem);
  margin: 0 0 0.95rem;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.rp-hero p {
  max-width: 560px;
  margin: 0 0 1.2rem;
  color: var(--text-muted);
}

.rp-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.85rem 1.35rem;
  border-radius: 10px;
  background: var(--accent);
  color: #0d0d0d;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
}

.rp-hero-promo-auth {
  margin: 1rem 0 0 !important;
  font-size: 0.9rem;
}

.rp-hero-promo-auth a {
  color: #c5a572;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}

.rp-hero-promo-auth a:hover {
  border-bottom-color: #c5a572;
}

.rp-hero-right > p {
  margin-bottom: 1.1rem;
  max-width: 360px;
}

.rp-hero-stage {
  position: relative;
  margin-top: clamp(1.2rem, 4vw, 2.4rem);
  padding-bottom: clamp(1.2rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.rp-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  background: var(--accent);
  color: #0d0d0d;
  font-size: 0.72rem;
  font-weight: 600;
}

.rp-hero-dashboard-shot,
.rp-mockup-shot {
  width: min(980px, 100%);
  margin: 0 auto;
  border-radius: clamp(12px, 2.5vw, 22px);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: none;
  background: var(--surface);
  z-index: 2;
}

.rp-hero-dashboard-shot {
  position: relative;
}

.rp-hero-dashboard-shot img,
.rp-mockup-shot img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.rp-mockup-shot {
  margin-top: 1.6rem;
}


.rp-dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.rp-dash-head strong {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.rp-dash-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.rp-dash-metric {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.75rem;
}

.rp-dash-metric span {
  display: block;
  color: var(--text-muted);
  font-size: 0.75rem;
}

.rp-dash-metric strong {
  color: var(--text);
  font-size: 1.05rem;
}

.rp-dash-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0.7rem;
}

.rp-dash-chart {
  min-height: 128px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.65rem;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.55rem;
}

.rp-dash-y {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  font-size: 0.66rem;
  color: rgba(245, 245, 245, 0.45);
  align-items: end;
}

.rp-dash-y span {
  transform: translateY(2px);
}

.rp-dash-plot {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 24px
    ),
    rgba(255, 255, 255, 0.015);
  padding: 0.4rem 0.55rem 1.3rem;
}

.rp-dash-bars {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 1.3rem;
  top: 0.45rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
  align-items: end;
}

.rp-dash-bars span {
  height: var(--h);
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.45), rgba(245, 245, 245, 0.12));
}

.rp-dash-line {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  top: 0.45rem;
  bottom: 1.3rem;
  width: calc(100% - 1.1rem);
  height: calc(100% - 1.75rem);
}

.rp-dash-line polyline {
  fill: none;
  stroke: #f5f5f5;
  stroke-opacity: 0.9;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.rp-dash-x {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.35rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-size: 0.64rem;
  color: rgba(245, 245, 245, 0.45);
  text-align: center;
}

.rp-dash-list {
  min-height: 128px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.rp-dash-list span {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.rp-hero-panel {
  width: min(980px, 100%);
  margin-top: 0.9rem;
  padding: clamp(1.5rem, 4vw, 2.2rem) clamp(1rem, 4vw, 2rem) clamp(1.3rem, 3.8vw, 2rem);
  border-radius: 22px;
  text-align: center;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  color: var(--text);
}

.rp-hero-panel h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.45rem, 3.6vw, 2.4rem);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rp-hero-panel p {
  margin: 0;
  max-width: 700px;
  color: var(--text-muted);
  margin-left: auto;
  margin-right: auto;
}

.rp-steps h2,
.rp-mockup h2,
.rp-value h2,
.rp-waitlist h2 {
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.rp-steps {
  background: transparent;
}

.rp-steps-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.2rem) 0;
}

.rp-steps h2 {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  color: var(--text);
}

.rp-steps-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  background: var(--accent);
  color: #0d0d0d;
  border: 1px solid var(--border-accent);
  text-decoration: none;
  font-weight: 700;
  box-shadow: none;
}

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

.rp-feature-card {
  min-height: 290px;
  border-radius: 16px;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  overflow: hidden;
}

.rp-feature-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
}

.rp-feature-card p {
  margin: 0;
  color: var(--text-muted);
  max-width: 320px;
  font-size: 0.94rem;
  line-height: 1.5;
}

.rp-feature-visual {
  flex: 1;
  border-radius: 12px;
  border: 1px solid var(--border);
  min-height: 145px;
  position: relative;
  overflow: hidden;
}

.rp-feature-visual-card {
  background: var(--surface-variant, #1a1a1a);
}

.rp-feature-visual-goals {
  background: var(--surface-variant, #1a1a1a);
}

.rp-feature-visual-analytics {
  background: var(--surface-variant, #1a1a1a);
}

.rp-feature-card-cta {
  background: var(--surface, #111111);
  border-color: var(--border);
  justify-content: center;
}

.rp-feature-card-cta h3,
.rp-feature-card-cta p {
  color: var(--text);
}

.rp-mini-card {
  position: absolute;
  width: 55%;
  height: 52%;
  left: 18%;
  top: 26%;
  border-radius: 14px;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  box-shadow: none;
  transform: rotate(-8deg);
  animation: rpFloat 4s ease-in-out infinite;
}

.rp-mini-card::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 38%;
  width: 62%;
  height: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
}

.rp-mini-card::after {
  content: "";
  position: absolute;
  left: 12%;
  top: 58%;
  width: 35%;
  height: 8px;
  border-radius: 8px;
  background: rgba(245, 245, 245, 0.55);
}

.rp-orbit {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.06);
  animation: rpPulseDot 2.3s ease-in-out infinite;
}

.rp-orbit-a { top: 18%; left: 10%; }
.rp-orbit-b { top: 16%; right: 12%; animation-delay: 0.6s; }
.rp-orbit-c { bottom: 16%; right: 20%; animation-delay: 1s; }

.rp-goal-item {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 21%;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(16, 16, 16, 0.88);
  padding: 0.75rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: rpSlideIn 4.3s ease-in-out infinite;
}

.rp-goal-item span {
  color: var(--text-muted);
  font-size: 0.78rem;
}

.rp-goal-item strong {
  color: var(--accent);
  font-size: 1.05rem;
}

.rp-goal-item-soft {
  top: auto;
  bottom: 15%;
  opacity: 0.82;
  transform: translateY(8px);
}

.rp-analytic-chart {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 14%;
  top: 18%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.4rem;
  align-items: end;
}

.rp-analytic-chart span {
  height: var(--h);
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.42), rgba(245, 245, 245, 0.1));
  animation: rpGrow 3.8s ease-in-out infinite;
}

.rp-analytic-chart span:nth-child(2) { animation-delay: 0.25s; }
.rp-analytic-chart span:nth-child(3) { animation-delay: 0.45s; }
.rp-analytic-chart span:nth-child(4) { animation-delay: 0.65s; }
.rp-analytic-chart span:nth-child(5) { animation-delay: 0.85s; }
.rp-analytic-chart span:nth-child(6) { animation-delay: 1.05s; }

@keyframes rpFloat {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-6deg) translateY(-4px); }
}

@keyframes rpPulseDot {
  0%, 100% { transform: scale(1); opacity: 0.75; }
  50% { transform: scale(1.2); opacity: 1; }
}

@keyframes rpSlideIn {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes rpGrow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.18); }
}

.rp-mockup p,
.rp-waitlist p {
  text-align: center;
  color: #bdbdbd;
}

.rp-dashboard-blur {
  margin: 1.6rem auto 0;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  filter: blur(1.8px);
}

.rp-metric {
  background: rgba(13, 13, 13, 0.8);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.85rem;
  text-align: left;
}

.rp-metric span {
  display: block;
  font-size: 0.78rem;
  color: #b7b7b7;
}

.rp-metric strong {
  font-size: 1.1rem;
  color: #f5f5f5;
}

.rp-value-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rp-value-card {
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.rp-value-card h3 {
  margin: 0 0 0.4rem;
  color: #f5f5f5;
}

.rp-value-card p {
  margin: 0;
  color: #bdbdbd;
}

.rp-value-showcase {
  margin-top: 1.2rem;
  display: grid;
  gap: 1.15rem;
}

.rp-value-row {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap: 1.2rem;
  padding: 1.1rem;
  border-radius: 18px;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  box-shadow: none;
  animation: rpFadeUp 0.8s ease both;
}

.rp-value-media {
  border-radius: 14px;
  min-height: 220px;
  border: 1px solid var(--border);
  background: var(--surface-variant, #1a1a1a);
  position: relative;
  overflow: hidden;
  animation: rpFloatSoft 4.5s ease-in-out infinite;
}

.rp-value-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 28px 28px;
  opacity: 0.3;
}

.rp-value-screen {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 15%;
  bottom: 15%;
  border-radius: 14px;
  background: #101010;
  border: 1px solid var(--border);
  padding: 0.8rem;
}

.rp-value-bars {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 1rem;
  top: 42%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.38rem;
  align-items: end;
}

.rp-value-bars span {
  height: var(--h);
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.45), rgba(245, 245, 245, 0.12));
  animation: rpBars 2.8s ease-in-out infinite;
}

.rp-value-screen svg {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  top: 17%;
  width: calc(100% - 1.6rem);
  height: 28%;
}

.rp-value-screen polyline {
  fill: none;
  stroke: #f5f5f5;
  stroke-width: 2;
}

.rp-value-gauge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 182px;
  height: 182px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(16, 16, 16, 0.92);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0.8rem;
}

.rp-gauge-ring {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: conic-gradient(var(--accent) 0 75%, rgba(245, 245, 245, 0.14) 75% 100%);
  -webkit-mask: radial-gradient(circle, transparent 58%, #000 60%);
  mask: radial-gradient(circle, transparent 58%, #000 60%);
}

.rp-value-gauge strong {
  position: relative;
  z-index: 2;
  font-size: 1.7rem;
  color: var(--text);
}

.rp-value-gauge span {
  position: relative;
  z-index: 2;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.rp-value-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rp-value-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.84rem;
}

.rp-value-content h3 {
  margin: 0.35rem 0 0.7rem;
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
  line-height: 1.2;
  color: var(--text);
}

.rp-value-content p {
  margin: 0;
  color: var(--text-muted);
  max-width: 620px;
  font-size: 0.97rem;
  line-height: 1.55;
}

.rp-value-content ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.rp-value-content li {
  color: #e6e6e6;
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.96rem;
  line-height: 1.45;
}

.rp-value-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--accent);
  font-size: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rp-value-row:nth-child(2) { animation-delay: 0.12s; }

@keyframes rpFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rpFloatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes rpBars {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.15); }
}

.rp-form {
  margin: 1.1rem auto 0;
  max-width: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.75rem;
}

.rp-waitlist-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  max-width: min(100%, 380px);
  margin-top: 1.5rem;
}

.rp-waitlist-actions .rp-hero-cta {
  width: 100%;
  min-height: 52px;
  padding: 0.95rem 1.5rem;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  animation: none;
  box-shadow: none !important;
}

.rp-waitlist-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.15rem;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.rp-waitlist-secondary:hover,
.rp-waitlist-secondary:focus-visible {
  color: var(--accent);
  border-bottom-color: rgba(197, 165, 114, 0.55);
}

.rp-form input {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: #f5f5f5;
  padding: 0 0.8rem;
}

.rp-form button {
  min-height: 44px;
  padding: 0 1rem;
  border: 0;
  border-radius: 10px;
  background: #c5a572;
  color: #0d0d0d;
  font-weight: 700;
  cursor: pointer;
}

.rp-feedback {
  min-height: 1.2rem;
  margin-top: 0.8rem;
  text-align: center;
  color: #d4b87a;
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .rp-hero-top {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
  .rp-hero-right {
    max-width: 550px;
  }
  .rp-dash-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rp-dash-grid {
    grid-template-columns: 1fr;
  }
  .rp-dash-chart {
    grid-template-columns: 28px 1fr;
  }
  .rp-hero-panel {
    margin-top: -10px;
    border-radius: 18px;
  }
  .rp-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rp-dashboard-blur {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rp-value-grid {
    grid-template-columns: 1fr;
  }
  .rp-value-row {
    grid-template-columns: 1fr;
  }
  .rp-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .rp-feature-grid { grid-template-columns: 1fr; }
}

/* Global RP page animations */
.rp-reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-reveal.rp-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Animation d'ouverture de page (rp-promoteur) */
body.rp-page.rp-page-opening .rp-main > section {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
}

body.rp-page.rp-page-opened .rp-main > section {
  animation: rpPageOpen 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.rp-page.rp-page-opened .rp-main > section:nth-child(2) { animation-delay: 0.08s; }
body.rp-page.rp-page-opened .rp-main > section:nth-child(3) { animation-delay: 0.14s; }
body.rp-page.rp-page-opened .rp-main > section:nth-child(4) { animation-delay: 0.2s; }

@keyframes rpPageOpen {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.rp-feature-card,
.rp-value-row,
.rp-hero-dashboard,
.rp-hero-panel,
.rp-dashboard-blur,
.rp-metric {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rp-feature-card:hover,
.rp-value-row:hover {
  transform: translateY(-4px);
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.12);
}

.rp-hero-cta:hover,
.rp-steps-cta:hover,
.rp-form button:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  body.rp-page.rp-page-opening .rp-main > section,
  body.rp-page.rp-page-opened .rp-main > section {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  body:not(.rp-force-motion) .rp-reveal,
  body:not(.rp-force-motion) .rp-reveal.rp-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body:not(.rp-force-motion) .rp-feature-card,
  body:not(.rp-force-motion) .rp-value-row,
  body:not(.rp-force-motion) .rp-hero-dashboard,
  body:not(.rp-force-motion) .rp-hero-panel,
  body:not(.rp-force-motion) .rp-dashboard-blur,
  body:not(.rp-force-motion) .rp-metric,
  body:not(.rp-force-motion) .rp-hero-cta,
  body:not(.rp-force-motion) .rp-steps-cta,
  body:not(.rp-force-motion) .rp-form button {
    transition: none !important;
    transform: none !important;
  }

  body:not(.rp-force-motion) .rp-value-row,
  body:not(.rp-force-motion) .rp-value-media,
  body:not(.rp-force-motion) .rp-value-bars span {
    animation: none !important;
  }
}

@keyframes rpPulse {
  0%, 100% { transform: scale(1); opacity: 0.95; }
  50% { transform: scale(1.03); opacity: 1; }
}

/* ——— Dashboard RP (/rp-dashboard) : interface sobre ——— */
body.rp-dash-page {
  --rp-dash-line: #2e2e32;
  --rp-dash-bg: #0c0c0e;
  --rp-dash-elevated: #131316;
  --rp-dash-input: #18181c;
  --rp-dash-text: #f4f4f5;
  --rp-dash-muted: #a1a1aa;
  --rp-dash-faint: #71717a;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: var(--rp-dash-bg);
  color: var(--rp-dash-text);
  -webkit-font-smoothing: antialiased;
}

.rp-dash-protected {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.rp-dash-appbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--rp-dash-bg);
  border-bottom: 1px solid var(--rp-dash-line);
}

.rp-dash-appbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.rp-dash-appbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--rp-dash-text);
  font-weight: 600;
  font-size: 0.875rem;
}

.rp-dash-appbar-brand:hover {
  color: var(--accent);
}

.rp-dash-appbar-logo {
  border-radius: 6px;
  object-fit: cover;
}

.rp-dash-appbar-pipe {
  width: 1px;
  height: 18px;
  background: var(--rp-dash-line);
}

.rp-dash-appbar-module {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--rp-dash-faint);
}

.rp-dash-appbar-spacer {
  flex: 1;
  min-width: 0.5rem;
}

.rp-dash-appbar-links {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  flex-wrap: wrap;
}

.rp-dash-appbar-link {
  padding: 0.375rem 0.625rem;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--rp-dash-muted);
  text-decoration: none;
}

.rp-dash-appbar-link:hover {
  color: var(--rp-dash-text);
  background: rgba(255, 255, 255, 0.04);
}

.rp-dash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.4375rem 0.875rem;
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--rp-dash-line);
  background: var(--rp-dash-elevated);
  color: var(--rp-dash-text);
  transition: background 0.12s ease, border-color 0.12s ease;
}

.rp-dash-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.rp-dash-btn--primary {
  background: var(--accent);
  color: #111;
  border-color: transparent;
}

.rp-dash-btn--primary:hover {
  filter: brightness(1.06);
}

.rp-dash-btn-icon {
  flex-shrink: 0;
  opacity: 0.85;
}

.rp-dash-main {
  flex: 1;
  padding: 1.25rem 0 2rem;
}

.rp-dash-container {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
}

.rp-dash-page-head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--rp-dash-line);
}

.rp-dash-page-intro {
  max-width: 720px;
}

.rp-dash-eyebrow {
  margin: 0 0 0.375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rp-dash-faint);
}

.rp-dash-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--rp-dash-text);
}

.rp-dash-lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--rp-dash-muted);
}

.rp-dash-page-intro .rp-dash-status-pill {
  margin: 1rem 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--rp-dash-faint);
  max-width: none;
}

.rp-dash-status-pill--muted {
  opacity: 0.75;
}

.rp-dash-status-pill--error {
  color: #f87171;
}

.rp-dash-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: 1.25rem;
  align-items: start;
}

.rp-dash-workspace-primary {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rp-dash-workspace-secondary {
  min-width: 0;
}

.rp-dash-kpi-grid {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--rp-dash-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--rp-dash-elevated);
}

.rp-dash-kpi {
  flex: 1 1 140px;
  padding: 0.875rem 1rem;
  border-right: 1px solid var(--rp-dash-line);
  border-bottom: none;
  background: transparent;
  box-shadow: none;
}

.rp-dash-kpi:last-child {
  border-right: none;
}

.rp-dash-kpi::before {
  display: none;
}

.rp-dash-kpi-label {
  margin: 0 0 0.25rem;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--rp-dash-faint);
}

.rp-dash-kpi-value {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: var(--rp-dash-text);
}

.rp-dash-kpi-value--money {
  font-size: 1.125rem;
}

.rp-dash-panel {
  border: 1px solid var(--rp-dash-line);
  border-radius: 8px;
  background: var(--rp-dash-elevated);
  overflow: hidden;
}

.rp-dash-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--rp-dash-line);
  background: rgba(0, 0, 0, 0.2);
}

.rp-dash-panel-title {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--rp-dash-text);
}

.rp-dash-panel-desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--rp-dash-faint);
  max-width: 48ch;
}

.rp-dash-panel-tools {
  flex-shrink: 0;
}

.rp-dash-search-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.625rem;
  border-radius: 6px;
  border: 1px solid var(--rp-dash-line);
  background: var(--rp-dash-input);
  min-width: min(260px, 100%);
}

.rp-dash-search-icon {
  flex-shrink: 0;
  color: var(--rp-dash-faint);
}

.rp-dash-search-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  color: var(--rp-dash-text);
  font-family: inherit;
  font-size: 0.8125rem;
  outline: none;
}

.rp-dash-search-input::placeholder {
  color: var(--rp-dash-faint);
}

.rp-dash-panel-body {
  padding: 0.75rem 1rem 1rem;
}

.rp-dash-panel-body--flush {
  padding: 0;
}

.rp-dash-panel--events .rp-dash-panel-body {
  padding: 0;
  max-height: min(380px, calc(100vh - 300px));
  overflow-y: auto;
}

.rp-dash-skeleton-line {
  font-size: 0.8125rem;
  color: var(--rp-dash-faint);
  padding: 0.75rem 1rem;
}

.rp-dash-alert {
  margin: 0.75rem 1rem 0;
  padding: 0.625rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.rp-dash-alert--error {
  background: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.25);
  color: #fca5a5;
}

.rp-dash-events-grid {
  display: flex;
  flex-direction: column;
}

.rp-dash-event-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0.625rem 1rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--rp-dash-line);
  background: transparent;
  cursor: pointer;
  transition: background 0.1s ease;
}

.rp-dash-event-card:last-child {
  border-bottom: none;
}

.rp-dash-event-card:hover {
  background: rgba(255, 255, 255, 0.03);
}

.rp-dash-event-card:has(.rp-dash-event-cb:checked) {
  background: rgba(197, 165, 114, 0.06);
  box-shadow: inset 3px 0 0 var(--accent);
}

.rp-dash-event-toggle {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
}

.rp-dash-event-cb {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.rp-dash-event-track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--rp-dash-input);
  border: 1px solid var(--rp-dash-line);
  transition: background 0.15s ease, border-color 0.15s ease;
  pointer-events: none;
}

.rp-dash-event-thumb {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: #e4e4e7;
  transition: transform 0.15s ease;
}

.rp-dash-event-cb:checked + .rp-dash-event-track {
  background: rgba(197, 165, 114, 0.25);
  border-color: rgba(197, 165, 114, 0.45);
}

.rp-dash-event-cb:checked + .rp-dash-event-track .rp-dash-event-thumb {
  transform: translateX(18px);
  background: #fff;
}

.rp-dash-event-cb:focus-visible + .rp-dash-event-track {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.rp-dash-event-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.rp-dash-event-name {
  font-weight: 500;
  font-size: 0.8125rem;
  color: var(--rp-dash-text);
  line-height: 1.35;
  word-break: break-word;
}

.rp-dash-event-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
  font-size: 0.75rem;
  color: var(--rp-dash-faint);
  font-variant-numeric: tabular-nums;
}

.rp-dash-event-id {
  color: var(--rp-dash-muted);
  font-weight: 500;
}

.rp-dash-event-dot {
  opacity: 0.5;
  user-select: none;
}

.rp-dash-empty {
  margin: 0;
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--rp-dash-faint);
  border: none;
}

.rp-dash-empty-state {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--rp-dash-faint);
  border-bottom: 1px solid var(--rp-dash-line);
  background: rgba(0, 0, 0, 0.15);
}

.rp-dash-empty-state[hidden] {
  display: none !important;
}

.rp-dash-table-loading {
  padding: 0.625rem 1rem;
  font-size: 0.8125rem;
  color: var(--rp-dash-faint);
}

.rp-dash-table-loading[hidden] {
  display: none !important;
}

.rp-dash-workspace-secondary .rp-dash-panel--table {
  position: sticky;
  top: 2.75rem;
}

.rp-dash-workspace-secondary .rp-dash-table-scroll {
  max-height: min(560px, calc(100vh - 200px));
  overflow: auto;
}

.rp-dash-table-scroll {
  -webkit-overflow-scrolling: touch;
}

.rp-dash-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}

.rp-dash-data-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.rp-dash-data-table th {
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--rp-dash-faint);
  background: var(--rp-dash-bg);
  border-bottom: 1px solid var(--rp-dash-line);
  white-space: nowrap;
}

.rp-dash-data-table td {
  padding: 0.5625rem 0.75rem;
  border-bottom: 1px solid var(--rp-dash-line);
  color: var(--rp-dash-muted);
  vertical-align: middle;
}

.rp-dash-data-row:hover td {
  background: rgba(255, 255, 255, 0.02);
}

.rp-dash-data-row:last-child td {
  border-bottom: none;
}

.rp-dash-col-num {
  text-align: right;
}

.rp-dash-mono {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  color: var(--rp-dash-faint);
  font-size: 0.75rem;
}

.rp-dash-cell-strong {
  font-weight: 500;
  color: var(--rp-dash-text);
  max-width: 200px;
}

.rp-dash-type-tag {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  border-radius: 4px;
  font-size: 0.6875rem;
  font-weight: 500;
  background: var(--rp-dash-input);
  border: 1px solid var(--rp-dash-line);
  color: var(--rp-dash-muted);
}

.rp-dash-table-empty {
  text-align: center;
  padding: 2rem 1rem !important;
  color: var(--rp-dash-faint);
  font-size: 0.8125rem;
}

.rp-dash-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  font-size: 0.6875rem;
  font-weight: 600;
  white-space: nowrap;
}

.rp-dash-pill--ok {
  background: rgba(34, 197, 94, 0.12);
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.28);
}

.rp-dash-pill--pending {
  background: rgba(234, 179, 8, 0.1);
  color: #fde047;
  border: 1px solid rgba(234, 179, 8, 0.28);
}

.rp-dash-pill--bad {
  background: rgba(248, 113, 113, 0.1);
  color: #fca5a5;
  border: 1px solid rgba(248, 113, 113, 0.28);
}

.rp-dash-footer {
  margin-top: auto;
  border-top: 1px solid var(--rp-dash-line);
  padding: 0.75rem 0;
  background: var(--rp-dash-bg);
}

.rp-dash-footer-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.75rem;
  color: var(--rp-dash-faint);
}

.rp-dash-footer-copy {
  margin-right: auto;
}

.rp-dash-footer-link {
  color: var(--rp-dash-muted);
  text-decoration: none;
}

.rp-dash-footer-link:hover {
  color: var(--accent);
}

@media (max-width: 1100px) {
  .rp-dash-workspace {
    grid-template-columns: 1fr;
  }

  .rp-dash-workspace-secondary .rp-dash-panel--table {
    position: static;
  }

  .rp-dash-workspace-secondary .rp-dash-table-scroll {
    max-height: none;
  }

  .rp-dash-panel--events .rp-dash-panel-body {
    max-height: none;
  }
}

@media (max-width: 900px) {
  .rp-dash-page .rp-dash-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rp-dash-page .rp-dash-grid {
    grid-template-columns: 1fr;
  }

  .rp-dash-kpi {
    flex: 1 1 50%;
    border-right: 1px solid var(--rp-dash-line);
    border-bottom: 1px solid var(--rp-dash-line);
  }

  .rp-dash-kpi:nth-child(2n) {
    border-right: none;
  }

  .rp-dash-kpi:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .rp-dash-appbar-inner {
    gap: 0.5rem;
  }

  .rp-dash-appbar-links {
    width: 100%;
    order: 3;
  }

  #rp-dash-refresh {
    margin-left: auto;
  }
}

@media (max-width: 520px) {
  .rp-dash-kpi {
    flex: 1 1 100%;
    border-right: none;
  }

  .rp-dash-kpi:not(:last-child) {
    border-bottom: 1px solid var(--rp-dash-line);
  }

  .rp-dash-kpi:last-child {
    border-bottom: none;
  }
}

/* Écran code d’accès Dashboard RP */
.rp-dash-gate {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(10, 10, 12, 0.92);
}

.rp-dash-gate[hidden] {
  display: none !important;
}

.rp-dash-gate-panel {
  width: min(400px, 100%);
  padding: clamp(1.5rem, 4vw, 2rem);
  border-radius: 10px;
  border: 1px solid #2e2e32;
  background: #131316;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
}

.rp-dash-gate-badge {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.rp-dash-gate-panel h1 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f4f4f5;
}

.rp-dash-gate-hint {
  margin: 0 0 1.25rem;
  font-size: 0.86rem;
  color: rgba(236, 236, 241, 0.5);
  line-height: 1.5;
}

.rp-dash-gate-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.rp-dash-gate-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 0.875rem;
  border-radius: 6px;
  border: 1px solid #2e2e32;
  background: #18181c;
  color: #f4f4f5;
  font-size: 1rem;
  font-family: "Inter", inherit;
}

.rp-dash-gate-input::placeholder {
  color: rgba(236, 236, 241, 0.32);
}

.rp-dash-gate-input:focus {
  outline: none;
  border-color: rgba(197, 165, 114, 0.55);
  box-shadow: 0 0 0 3px rgba(197, 165, 114, 0.15);
}

.rp-dash-gate-submit {
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 6px;
  background: var(--accent);
  color: #111;
  font-weight: 600;
  font-size: 0.9375rem;
  font-family: inherit;
  cursor: pointer;
  transition: filter 0.12s ease;
}

.rp-dash-gate-submit:hover {
  filter: brightness(1.06);
}

.rp-dash-gate-error {
  min-height: 1.25rem;
  margin: 0.5rem 0 0;
  font-size: 0.84rem;
  color: #f87171;
}

.rp-dash-gate-back {
  display: inline-block;
  margin-top: 1.35rem;
  font-size: 0.82rem;
  color: rgba(236, 236, 241, 0.45);
  text-decoration: none;
}

.rp-dash-gate-back:hover {
  color: var(--accent);
}

.rp-dash-protected[hidden] {
  display: none !important;
}

/* RP Promoteur: même arrondi 28px que la home (éléments principaux) */
body.rp-page .nav-links a.nav-auth-link.nav-auth-cta,
body.rp-page .rp-hero-cta,
body.rp-page .rp-steps-cta,
body.rp-page .lg-btn,
body.rp-page .rp-feature-card,
body.rp-page .rp-hero-dashboard,
body.rp-page .rp-hero-panel,
body.rp-page .rp-dashboard-blur,
body.rp-page .rp-metric,
body.rp-page .rp-value-media,
body.rp-page .rp-form input,
body.rp-page .footer-email-button {
  border-radius: 28px !important;
}

body.rp-page .footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 1.5rem;
  width: min(960px, 100%);
  text-align: left;
}

body.rp-page .footer-col h3,
body.rp-page .rp-footer-col h3 {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

body.rp-page .footer-col a,
body.rp-page .rp-footer-col a {
  display: block;
  margin: 0.35rem 0;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

body.rp-page .footer-col a:hover,
body.rp-page .rp-footer-col a:hover {
  color: var(--accent);
}

body.rp-page .footer-col .footer-social,
body.rp-page .rp-footer-col .footer-social {
  justify-content: flex-start;
}

body.rp-page .footer-col .footer-social a.social-icon,
body.rp-page .rp-footer-col .footer-social a.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

body.rp-page .footer-legal-links a {
  color: var(--text);
  text-decoration: none;
}

body.rp-page .footer-legal-links a:hover {
  color: var(--accent);
}

body.rp-page .footer-copyright a,
body.rp-page .footer-copyright a:visited {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}

body.rp-page .footer-copyright a:hover {
  color: #d8bc84;
  border-bottom-color: rgba(216, 188, 132, 0.9);
}

body.rp-page .footer-col a:visited,
body.rp-page .rp-footer-col a:visited,
body.rp-page .footer-legal-links a:visited {
  color: var(--text-muted);
  text-decoration: none;
}

body.rp-page .footer-legal-links a:visited {
  color: var(--text);
}

body.rp-page .footer-columns .footer-col:last-child,
body.rp-page .footer-columns .rp-footer-col:last-child {
  text-align: center;
}

body.rp-page .footer-columns .footer-col:last-child .footer-social,
body.rp-page .footer-columns .rp-footer-col:last-child .footer-social {
  justify-content: center;
}

@media (max-width: 900px) {
  body.rp-page .footer-columns {
    grid-template-columns: 1fr;
    text-align: center;
  }
  body.rp-page .footer-col .footer-social,
  body.rp-page .rp-footer-col .footer-social {
    justify-content: center;
  }
}

/* Navigation mobile : header + menu burger (pas de tab bar iOS sur les pages RP) */
@media (max-width: 768px) {
  html.rp-html {
    overflow: visible !important;
    height: auto !important;
  }

  body.rp-page {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  body.rp-page header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 2147483000 !important;
  }

  body.rp-page .mobile-menu-toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0;
    z-index: 2147483002 !important;
  }

  body.rp-page .mobile-ios-tabbar {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.rp-page .nav-links.mobile-nav-panel {
    z-index: 2147483001 !important;
  }

  body.rp-page .rp-hero-stage {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body.rp-page .rp-hero-dashboard-shot,
  body.rp-page .rp-mockup-shot {
    width: min(100%, 22rem) !important;
    max-width: calc(100vw - 2.5rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
  }

  body.rp-page .rp-hero-dashboard-shot img,
  body.rp-page .rp-mockup-shot img {
    width: 100% !important;
    height: auto !important;
    max-height: 46vh;
    object-fit: contain;
    border-radius: inherit !important;
  }
}

/* ======================================================================
   RP PROMOTEUR — REDESIGN
   Aurora backgrounds, 3D tilt cards, animated SVG paths, motion details
   ====================================================================== */

/* --- Aurora drifting gradient blobs ------------------------------- */
.rp-aurora {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.rp-aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.4;
  mix-blend-mode: screen;
  will-change: transform;
}

.rp-aurora-blob-1 {
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  left: -8%;
  top: -10%;
  background: radial-gradient(circle, rgba(197, 165, 114, 0.55), transparent 70%);
  animation: rpAuroraDrift1 24s ease-in-out infinite;
}

.rp-aurora-blob-2 {
  width: min(30vw, 420px);
  height: min(30vw, 420px);
  right: -6%;
  top: 14%;
  background: radial-gradient(circle, rgba(120, 170, 255, 0.32), transparent 70%);
  animation: rpAuroraDrift2 28s ease-in-out infinite;
}

.rp-aurora-blob-3 {
  width: min(26vw, 380px);
  height: min(26vw, 380px);
  left: 30%;
  bottom: -12%;
  background: radial-gradient(circle, rgba(197, 165, 114, 0.28), transparent 70%);
  animation: rpAuroraDrift3 32s ease-in-out infinite;
}

@keyframes rpAuroraDrift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(6%, 8%) scale(1.12); }
}

@keyframes rpAuroraDrift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-8%, 6%) scale(0.92); }
}

@keyframes rpAuroraDrift3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(5%, -6%) scale(1.08); }
}

.rp-hero,
.rp-journey,
.rp-waitlist {
  position: relative;
  isolation: isolate;
}

/* --- Requested cleanup: remove gradient circles in page background ---- */
.rp-page .rp-aurora,
.rp-page .rp-portal,
.rp-page .rp-waitlist-particles {
  display: none !important;
}

.rp-page .rp-hero-dashboard-shot.rp-tilt::before,
.rp-page .rp-mock3d.rp-tilt::before,
.rp-page .rp-hero-panel::before,
.rp-page .rp-spotlight::before {
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

.rp-hero > .container,
.rp-journey > .container,
.rp-waitlist > .container {
  position: relative;
  z-index: 1;
}

/* --- 3D tilt wrapper (mouse-driven, set via JS custom properties) -- */
.rp-hero-stage {
  perspective: 1600px;
}

.rp-tilt {
  transform: perspective(1000px) rotateX(var(--rp-tilt-x, 0deg)) rotateY(var(--rp-tilt-y, 0deg));
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.rp-tilt.rp-tilt-active {
  transition: transform 0.08s linear;
}

.rp-hero-dashboard-shot.rp-tilt {
  box-shadow: none;
}

.rp-hero-dashboard-shot.rp-tilt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  background: radial-gradient(
    480px circle at var(--rp-glare-x, 50%) var(--rp-glare-y, 50%),
    rgba(255, 255, 255, 0.16),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.rp-hero-dashboard-shot.rp-tilt-active::before {
  opacity: 1;
}

/* --- Floating 3D coin/badge ---------------------------------------- */
.rp-coin3d {
  position: absolute;
  top: -14px;
  right: 6%;
  width: 64px;
  height: 64px;
  perspective: 700px;
  z-index: 3;
  pointer-events: none;
}

.rp-coin3d-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: rpCoinSpin 7s linear infinite, rpCoinFloat 4.5s ease-in-out infinite;
}

.rp-coin3d-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: #1a1408;
  background: linear-gradient(135deg, #f0d9a8, var(--accent) 55%, #8a6d3b);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  backface-visibility: hidden;
}

.rp-coin3d-back {
  transform: rotateY(180deg);
}

@keyframes rpCoinSpin {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}

@keyframes rpCoinFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@media (max-width: 900px) {
  .rp-coin3d {
    display: none;
  }
}

/* --- Feature cards: 3D tilt + gradient border glow ----------------- */
.rp-feature-card.rp-tilt {
  position: relative;
}

.rp-feature-card.rp-tilt::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(197, 165, 114, 0.7), transparent 45%, transparent 60%, rgba(120, 170, 255, 0.45));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.rp-feature-card.rp-tilt-active::after {
  opacity: 1;
}

.rp-feature-card.rp-tilt > * {
  transform: translateZ(20px);
}

/* --- Journey / "How it works" section with animated SVG path ------ */
.rp-journey {
  background: transparent;
}

.rp-journey h2 {
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  color: var(--text);
}

.rp-journey-subtitle {
  text-align: center;
  margin: 0 auto 2.4rem;
  max-width: 520px;
  color: var(--text-muted);
}

.rp-journey-track {
  position: relative;
}

.rp-journey-path {
  position: absolute;
  inset: -2% 0 auto 0;
  width: 100%;
  height: 104%;
  overflow: visible;
  z-index: 0;
  pointer-events: none;
}

.rp-journey-line {
  fill: none;
  stroke: url(#rpJourneyGradient);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  transition: stroke-dashoffset 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-journey-line.rp-draw-active {
  stroke-dashoffset: 0;
}

.rp-journey-dot {
  fill: var(--accent);
  filter: drop-shadow(0 0 6px rgba(197, 165, 114, 0.9));
}

.rp-journey-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.rp-journey-step {
  position: relative;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.7rem 1.4rem 1.5rem;
  transform-style: preserve-3d;
  overflow: hidden;
}

.rp-journey-num {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
  font-size: 3rem;
  font-weight: 800;
  font-style: italic;
  color: rgba(197, 165, 114, 0.14);
  line-height: 1;
  pointer-events: none;
}

.rp-journey-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  margin-bottom: 1.1rem;
  background: var(--accent-subtle, rgba(197, 165, 114, 0.1));
  border: 1px solid var(--border-accent);
  color: var(--accent);
  transform: translateZ(28px);
}

.rp-journey-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  color: var(--text);
}

.rp-journey-step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .rp-journey-steps {
    grid-template-columns: 1fr;
  }
  .rp-journey-path {
    display: none;
  }
}

/* --- Animated value gauge ring (SVG, draws on scroll) -------------- */
.rp-value-gauge {
  overflow: visible;
}

.rp-gauge-ring {
  display: none;
}

.rp-gauge-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.rp-gauge-track {
  fill: none;
  stroke: rgba(245, 245, 245, 0.12);
  stroke-width: 10;
}

.rp-gauge-progress {
  fill: none;
  stroke: var(--accent);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 484;
  stroke-dashoffset: 484;
  filter: drop-shadow(0 0 8px rgba(197, 165, 114, 0.55));
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-gauge-progress.rp-draw-active {
  stroke-dashoffset: 121;
}

/* --- Animated value chart line (draws on scroll) -------------------- */
.rp-value-screen polyline {
  stroke-dasharray: 112;
  stroke-dashoffset: 112;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-value-screen polyline.rp-draw-active {
  stroke-dashoffset: 0;
}

/* --- 3D depth + shine sweep on primary CTAs ------------------------- */
.rp-hero-cta,
.rp-steps-cta,
.rp-form .lg-btn {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.rp-hero-cta::before,
.rp-steps-cta::before,
.rp-form .lg-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
  pointer-events: none;
}

.rp-hero-cta:hover::before,
.rp-steps-cta:hover::before,
.rp-form .lg-btn:hover::before {
  left: 150%;
}

.rp-hero-cta:hover,
.rp-steps-cta:hover,
.rp-form .lg-btn:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 0 24px rgba(197, 165, 114, 0.4);
}

.rp-waitlist-actions .rp-hero-cta::before {
  display: none;
}

.rp-waitlist-actions .rp-hero-cta:hover,
.rp-waitlist-actions .rp-hero-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: none !important;
}

/* --- Waitlist CTA: ambient particles -------------------------------- */
.rp-waitlist-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.rp-waitlist-particles span {
  position: absolute;
  bottom: -10%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.5;
  animation: rpParticleRise linear infinite;
}

.rp-waitlist-particles span:nth-child(1) { left: 8%; animation-duration: 14s; animation-delay: 0s; width: 4px; height: 4px; }
.rp-waitlist-particles span:nth-child(2) { left: 22%; animation-duration: 18s; animation-delay: 2s; }
.rp-waitlist-particles span:nth-child(3) { left: 38%; animation-duration: 12s; animation-delay: 4s; width: 5px; height: 5px; }
.rp-waitlist-particles span:nth-child(4) { left: 55%; animation-duration: 20s; animation-delay: 1s; }
.rp-waitlist-particles span:nth-child(5) { left: 70%; animation-duration: 15s; animation-delay: 5s; width: 4px; height: 4px; }
.rp-waitlist-particles span:nth-child(6) { left: 84%; animation-duration: 17s; animation-delay: 3s; }
.rp-waitlist-particles span:nth-child(7) { left: 95%; animation-duration: 13s; animation-delay: 6s; width: 5px; height: 5px; }

@keyframes rpParticleRise {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.4; }
  100% { transform: translateY(-115vh) scale(0.4); opacity: 0; }
}

/* --- Hero: dashboard mockup 3D codé (remplace la photo) -------------
   Couleurs alignées sur le vrai dashboard promoteur
   (rp-dashboard-standalone.css : accent bleu, zinc, radius pill) */
.rp-mock3d {
  --m-bg: #09090b;
  --m-surface: #18181b;
  --m-elevated: #1f1f23;
  --m-border: rgba(255, 255, 255, 0.08);
  --m-border-strong: rgba(255, 255, 255, 0.14);
  --m-text: #fafafa;
  --m-muted: #a1a1aa;
  --m-faint: #71717a;
  --m-blue: #60a5fa;
  --m-blue-dim: rgba(96, 165, 250, 0.14);
  --m-blue-text: #93c5fd;
  --m-green: #4ade80;
  position: relative;
  width: 100%;
  max-width: 980px;
  min-width: 0;
  margin: 0 auto;
  z-index: 2;
  transform-style: preserve-3d;
}

/* Pose 3D au repos : légère oscillation permanente, coupée au survol
   (le tilt souris prend alors le relais) */
.rp-mock3d.rp-tilt {
  animation: rpMockIdle 11s ease-in-out infinite;
}

.rp-mock3d.rp-tilt-active {
  animation: none;
}

@keyframes rpMockIdle {
  0%, 100% { transform: perspective(1400px) rotateX(3.5deg) rotateY(-2.5deg) translateY(0); }
  50% { transform: perspective(1400px) rotateX(1.5deg) rotateY(2.5deg) translateY(-9px); }
}

.rp-mock3d-window {
  display: grid;
  grid-template-columns: 64px 1fr;
  border-radius: clamp(16px, 2.5vw, 28px);
  border: 1px solid var(--m-border-strong);
  background: linear-gradient(168deg, var(--m-surface), var(--m-bg) 58%);
  box-shadow:
    0 18px 36px -18px rgba(96, 165, 250, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  overflow: hidden;
  transform-style: preserve-3d;
}

.rp-mock3d-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 0;
  border-right: 1px solid var(--m-border);
  background: rgba(0, 0, 0, 0.3);
}

.rp-mock3d-logo {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #15100a;
  background: linear-gradient(135deg, #ecd5a4, var(--accent) 60%, #97793f);
}

.rp-mock3d-navdot {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--m-faint);
  transition: color 0.2s ease;
}

.rp-mock3d-navdot svg {
  width: 17px;
  height: 17px;
}

.rp-mock3d-navdot.is-active {
  color: var(--m-blue);
  background: var(--m-blue-dim);
  border: 1px solid rgba(96, 165, 250, 0.3);
  box-shadow: 0 0 14px rgba(96, 165, 250, 0.25);
}

.rp-mock3d-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: clamp(0.9rem, 2.4vw, 1.4rem);
  transform-style: preserve-3d;
  min-width: 0;
}

.rp-mock3d-side {
  min-width: 0;
}

.rp-mock3d-events-head .rp-mock3d-card-title {
  min-width: 0;
}

.rp-mock3d-card {
  border-radius: 20px;
  border: 1px solid var(--m-border);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  padding: 0.9rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.rp-mock3d-name {
  transform: translateZ(12px);
}

.rp-mock3d-card-title {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--m-text);
}

.rp-mock3d-card-sub {
  margin: 0.2rem 0 0.7rem;
  font-size: 0.72rem;
  color: var(--m-muted);
}

.rp-mock3d-name-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.rp-mock3d-input {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--m-border-strong);
  background: var(--m-bg);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--m-text);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Le prénom se tape tout seul (timeline 9s partagée) */
.rp-mock3d-type {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: rpTypeName 9s infinite;
}

@keyframes rpTypeName {
  0% { width: 0; animation-timing-function: steps(3, end); }
  7% { width: 3ch; }
  90% { width: 3ch; animation-timing-function: steps(3, end); }
  96%, 100% { width: 0; }
}

.rp-mock3d-caret {
  flex-shrink: 0;
  width: 1.5px;
  height: 0.95em;
  margin-left: 2px;
  background: var(--m-blue);
  animation: rpCaretBlink 1.1s steps(1) infinite;
}

@keyframes rpCaretBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

.rp-mock3d-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

/* Boutons primaires bleus, comme le vrai dashboard */
.rp-mock3d-btn-save,
.rp-mock3d-btn-copy {
  color: #0b1220;
  background: linear-gradient(160deg, #93c5fd, var(--m-blue) 60%);
  box-shadow: 0 8px 20px rgba(96, 165, 250, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Le bouton Copier se "presse" pile avant l'apparition du toast */
.rp-mock3d-btn-copy {
  animation: rpCopyPress 9s ease-in-out infinite;
}

@keyframes rpCopyPress {
  0%, 16%, 26%, 100% { transform: scale(1); filter: brightness(1); }
  19%, 22% { transform: scale(0.9); filter: brightness(1.25); }
}

.rp-mock3d-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  transform: translateZ(34px);
}

.rp-mock3d-kpi {
  border-radius: 18px;
  border: 1px solid var(--m-border-strong);
  background: linear-gradient(165deg, var(--m-elevated), var(--m-surface));
  padding: 0.65rem 0.8rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rp-mock3d-kpi span {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--m-faint);
}

.rp-mock3d-kpi strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.15rem;
  font-variant-numeric: tabular-nums;
  color: var(--m-text);
}

/* Le KPI Réservations pulse quand la carte "+1 réservation" apparaît */
.rp-mock3d-kpi--resa strong {
  animation: rpKpiPulse 9s ease-in-out infinite;
}

@keyframes rpKpiPulse {
  0%, 56%, 72%, 100% { transform: scale(1); color: var(--m-text); text-shadow: none; }
  60%, 66% { transform: scale(1.18); color: var(--m-blue); text-shadow: 0 0 16px rgba(96, 165, 250, 0.6); }
}

.rp-mock3d-events-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
}

.rp-mock3d-pill {
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--m-text);
  border: 1px solid var(--m-border-strong);
  background: var(--m-elevated);
}

.rp-mock3d-events {
  transform: translateZ(20px);
}

.rp-mock3d-event {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0;
}

.rp-mock3d-radio {
  position: relative;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1.5px solid var(--m-border-strong);
}

/* Cases cochées bleues + onde lumineuse, comme le vrai dashboard */
.rp-mock3d-radio.is-on {
  border-color: var(--m-blue);
  background: radial-gradient(circle, var(--m-blue) 0 42%, transparent 48%);
  box-shadow: 0 0 8px rgba(96, 165, 250, 0.55);
}

.rp-mock3d-radio.is-on::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid rgba(96, 165, 250, 0.7);
  animation: rpRadioPing 2.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes rpRadioPing {
  0% { transform: scale(0.8); opacity: 0.9; }
  70%, 100% { transform: scale(1.9); opacity: 0; }
}

.rp-mock3d-thumb {
  flex-shrink: 0;
  width: 42px;
  height: 30px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.rp-mock3d-thumb-a {
  background: linear-gradient(135deg, #5b3a8f, #1f1233 60%, #c5a572);
}

.rp-mock3d-thumb-b {
  background: linear-gradient(135deg, #8f4a2b, #33150d 60%, #e0b26a);
}

.rp-mock3d-event-info {
  min-width: 0;
}

.rp-mock3d-event-name {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--m-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rp-mock3d-badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.08rem 0.45rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: 1px;
  color: var(--m-blue-text);
  border: 1px solid rgba(96, 165, 250, 0.25);
  background: rgba(96, 165, 250, 0.12);
}

.rp-mock3d-event-meta {
  margin: 0.1rem 0 0;
  font-size: 0.68rem;
  color: var(--m-muted);
}

.rp-mock3d-linkbar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.25rem 0 0.45rem;
  padding: 0.45rem 0.55rem 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--m-border);
  background: var(--m-bg);
  overflow: hidden;
}

/* Balayage lumineux du lien, synchronisé avec le clic Copier */
.rp-mock3d-linkbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 45%;
  height: 100%;
  background: linear-gradient(110deg, transparent, rgba(96, 165, 250, 0.22), transparent);
  transform: skewX(-18deg);
  animation: rpLinkSweep 9s ease-in-out infinite;
  pointer-events: none;
}

@keyframes rpLinkSweep {
  0%, 17% { left: -60%; }
  27%, 100% { left: 130%; }
}

.rp-mock3d-link {
  flex: 1;
  min-width: 0;
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.68rem;
  color: var(--m-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Éléments flottants détachés du panneau (profondeur 3D)
   Timeline 9s partagée : clic Copier (~20%) → toast "Lien copié"
   (24-44%) → "+1 réservation" (58-92%) → pulse du KPI (60-66%) */
.rp-mock3d-float {
  position: absolute;
  border-radius: 999px;
  border: 1px solid var(--m-border-strong);
  background: rgba(24, 24, 27, 0.94);
  backdrop-filter: blur(10px);
  transform: translateZ(95px);
  pointer-events: none;
}

.rp-mock3d-float-toast {
  top: 7%;
  right: -3%;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--m-green);
  border-color: rgba(74, 222, 128, 0.4);
  box-shadow: 0 0 22px rgba(74, 222, 128, 0.18);
  animation: rpFloatToast 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.rp-mock3d-float-resa {
  bottom: 9%;
  left: -4%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 1.05rem;
  border-radius: 20px;
  border-color: rgba(96, 165, 250, 0.35);
  box-shadow: 0 0 26px rgba(96, 165, 250, 0.16);
  animation: rpFloatResa 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.rp-mock3d-float-resa strong {
  font-size: 0.8rem;
  color: var(--m-blue-text);
}

.rp-mock3d-float-resa span {
  font-size: 0.7rem;
  color: var(--m-muted);
}

@keyframes rpFloatToast {
  0%, 21%, 48%, 100% { opacity: 0; transform: translateZ(95px) translateY(10px) scale(0.92); }
  25%, 42% { opacity: 1; transform: translateZ(95px) translateY(0) scale(1); }
}

@keyframes rpFloatResa {
  0%, 54%, 96%, 100% { opacity: 0; transform: translateZ(95px) translateY(12px) scale(0.92); }
  59%, 90% { opacity: 1; transform: translateZ(95px) translateY(0) scale(1); }
  74% { transform: translateZ(95px) translateY(-6px) scale(1); }
}

/* Glare du tilt réutilisé sur le mockup */
.rp-mock3d.rp-tilt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: clamp(16px, 2.5vw, 28px);
  background: radial-gradient(
    520px circle at var(--rp-glare-x, 50%) var(--rp-glare-y, 50%),
    rgba(186, 215, 255, 0.13),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.rp-mock3d.rp-tilt-active::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .rp-mock3d-window {
    grid-template-columns: 1fr;
  }

  .rp-mock3d-side {
    flex-direction: row;
    justify-content: center;
    padding: 0.6rem 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .rp-mock3d-logo {
    margin-bottom: 0;
    margin-right: 0.4rem;
  }

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

  .rp-mock3d-float {
    display: none;
  }
}

/* --- Panneau "Management. Tracking. Commission." redesigné ----------- */
.rp-hero-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform-style: preserve-3d;
}

/* Halo doré qui respire derrière le contenu */
.rp-hero-panel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -60%;
  width: 70%;
  height: 130%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(197, 165, 114, 0.16), transparent 65%);
  filter: blur(30px);
  z-index: -1;
  animation: rpPanelBreath 7s ease-in-out infinite;
  pointer-events: none;
}

@keyframes rpPanelBreath {
  0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.12); }
}

/* Liseré dégradé qui s'allume au survol (comme les feature cards) */
.rp-hero-panel::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(197, 165, 114, 0.7), transparent 40%, transparent 60%, rgba(120, 170, 255, 0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.rp-hero-panel.rp-tilt-active::after {
  opacity: 1;
}

.rp-hero-panel h3.rp-panel-words {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem clamp(1rem, 3.5vw, 2.4rem);
  margin: 0 0 0.9rem;
  font-size: clamp(1.3rem, 3.2vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rp-panel-word {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  background: linear-gradient(110deg, #f5f5f5 38%, #e8cf9b 50%, #f5f5f5 62%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: rpWordSheen 6.5s linear infinite;
}

.rp-panel-word:nth-child(2) { animation-delay: 0.55s; }
.rp-panel-word:nth-child(3) { animation-delay: 1.1s; }

@keyframes rpWordSheen {
  0% { background-position: 120% 0; }
  38%, 100% { background-position: -120% 0; }
}

.rp-panel-icon {
  display: grid;
  place-items: center;
  width: clamp(34px, 4vw, 44px);
  height: clamp(34px, 4vw, 44px);
  border-radius: 12px;
  flex-shrink: 0;
  background: var(--accent-subtle, rgba(197, 165, 114, 0.1));
  border: 1px solid var(--border-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateZ(34px);
  animation: rpPanelIconFloat 4.5s ease-in-out infinite;
}

.rp-panel-word:nth-child(2) .rp-panel-icon { animation-delay: 0.5s; }
.rp-panel-word:nth-child(3) .rp-panel-icon { animation-delay: 1s; }

.rp-panel-icon svg {
  width: clamp(16px, 2vw, 21px);
  height: clamp(16px, 2vw, 21px);
  stroke: var(--accent);
  -webkit-text-fill-color: initial;
}

@keyframes rpPanelIconFloat {
  0%, 100% { transform: translateZ(34px) translateY(0); }
  50% { transform: translateZ(34px) translateY(-5px); }
}

.rp-panel-dot {
  font-style: normal;
  -webkit-text-fill-color: var(--accent);
  color: var(--accent);
  animation: rpPanelDot 2.2s ease-in-out infinite;
}

.rp-panel-word:nth-child(2) .rp-panel-dot { animation-delay: 0.35s; }
.rp-panel-word:nth-child(3) .rp-panel-dot { animation-delay: 0.7s; }

@keyframes rpPanelDot {
  0%, 100% { opacity: 0.55; text-shadow: none; }
  50% { opacity: 1; text-shadow: 0 0 14px rgba(197, 165, 114, 0.9); }
}

/* Trait SVG qui se dessine sous le titre */
.rp-panel-line {
  display: block;
  width: min(440px, 78%);
  height: 14px;
  margin: 0 auto 1rem;
  overflow: visible;
}

.rp-panel-line path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 0.75;
  filter: drop-shadow(0 0 6px rgba(197, 165, 114, 0.45));
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

.rp-panel-line path.rp-draw-active {
  stroke-dashoffset: 0;
}

.rp-hero-panel > p {
  transform: translateZ(16px);
}

@media (max-width: 680px) {
  .rp-hero-panel h3.rp-panel-words {
    flex-direction: column;
    gap: 0.9rem;
  }
}

/* ======================================================================
   REFONTE GLOBALE — motion graphics sur toute la page
   ====================================================================== */

/* --- Barre de progression de scroll ---------------------------------- */
.rp-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 2147483100;
  pointer-events: none;
}

.rp-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #8a6d3b, var(--accent), #ffe7b8);
  box-shadow: 0 0 12px rgba(197, 165, 114, 0.8);
}

/* --- Hero : sol en grille perspective (motion graphics) -------------- */
.rp-grid-floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6%;
  height: 52%;
  z-index: 0;
  background:
    repeating-linear-gradient(90deg, rgba(197, 165, 114, 0.14) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(197, 165, 114, 0.14) 0 1px, transparent 1px 46px);
  transform: perspective(700px) rotateX(62deg);
  transform-origin: bottom;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 80%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 80%);
  animation: rpGridMove 3s linear infinite;
  pointer-events: none;
}

@keyframes rpGridMove {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 0, 0 46px; }
}

/* --- Hero : titre — mots qui montent + ligne 2 en or ----------------- */
.rp-hero h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px);
  animation: rpH1Up 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.rp-hero h1 span:nth-of-type(1) { animation-delay: 0.15s; }
.rp-hero h1 span:nth-of-type(2) { animation-delay: 0.32s; }
.rp-hero h1 span:nth-of-type(3) { animation-delay: 0.49s; }

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

.rp-hero h1 span:nth-of-type(2) {
  background: linear-gradient(110deg, #e8cf9b 20%, var(--accent) 45%, #f3e3bd 60%, #b08d55 85%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rpH1Up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.32s forwards, rpWordSheen 7s linear 1.4s infinite;
}

/* --- Hero : badge avec point "live" ---------------------------------- */
.rp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.rp-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
  animation: rpLiveDot 1.9s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes rpLiveDot {
  0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(74, 222, 128, 0); }
}

/* --- Hero : encart droit en verre ------------------------------------ */
.rp-hero-right > p {
  position: relative;
  padding: 1rem 1.2rem 1rem 1.45rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.rp-hero-right > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, transparent, var(--accent), transparent);
}

/* --- Hero : CTA avec halo pulsant ------------------------------------ */
.rp-hero-cta {
  animation: rpCtaGlow 3.2s ease-in-out infinite;
}

@keyframes rpCtaGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(197, 165, 114, 0.45); }
  50% { box-shadow: 0 0 0 9px rgba(197, 165, 114, 0); }
}

/* --- Bandeaux marquee inclinés (motion graphics) ---------------------- */
.rp-marquee {
  overflow: hidden;
  padding: 0.85rem 0;
  margin: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.015);
  transform: rotate(-1.4deg) scale(1.02);
}

.rp-marquee--reverse {
  transform: rotate(1.4deg) scale(1.02);
}

.rp-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: rpMarquee 30s linear infinite;
}

.rp-marquee--reverse .rp-marquee-track {
  animation-direction: reverse;
}

.rp-marquee-track span,
.rp-marquee-track strong,
.rp-marquee-track i {
  margin-right: 2.4rem;
  font-size: clamp(0.95rem, 2.2vw, 1.35rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.rp-marquee-track span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(197, 165, 114, 0.55);
}

.rp-marquee-track strong {
  color: rgba(245, 245, 245, 0.82);
}

.rp-marquee-track i {
  font-style: normal;
  color: var(--accent);
  font-size: 0.9em;
}

@keyframes rpMarquee {
  to { transform: translateX(-50%); }
}

/* --- Titres de sections : dégradé + trait d'or ------------------------ */
.rp-steps h2,
.rp-journey h2,
.rp-value h2,
.rp-waitlist h2 {
  background: linear-gradient(180deg, #ffffff, #d6d6d6 58%, #969696);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rp-steps h2::after,
.rp-journey h2::after,
.rp-value h2::after,
.rp-waitlist h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 0.7rem auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 12px rgba(197, 165, 114, 0.5);
}

/* --- Spotlight au survol (suit le curseur via vars du tilt) ----------- */
.rp-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: radial-gradient(
    420px circle at var(--rp-glare-x, 50%) var(--rp-glare-y, 50%),
    rgba(197, 165, 114, 0.12),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.rp-spotlight.rp-tilt-active::before {
  opacity: 1;
}

.rp-feature-card,
.rp-journey-step {
  position: relative;
}

/* --- Feature card 1 : anneau orbital + satellite doré ----------------- */
.rp-feature-visual-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 152px;
  height: 152px;
  margin: -76px 0 0 -76px;
  border-radius: 50%;
  border: 1px dashed rgba(197, 165, 114, 0.35);
  animation: rpSpin 16s linear infinite;
}

.rp-feature-visual-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(197, 165, 114, 0.9);
  transform: rotate(0deg) translateX(76px);
  animation: rpOrbitDot 16s linear infinite;
}

@keyframes rpSpin {
  to { transform: rotate(360deg); }
}

@keyframes rpOrbitDot {
  to { transform: rotate(360deg) translateX(76px); }
}

/* --- Feature card 2 : barre de progression d'objectif ----------------- */
.rp-goal-progress {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 51%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.rp-goal-progress span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #8a6d3b, var(--accent), #ffe2a8);
  box-shadow: 0 0 10px rgba(197, 165, 114, 0.55);
  animation: rpGoalFill 4.5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes rpGoalFill {
  0% { width: 0; opacity: 1; }
  45%, 82% { width: 72%; opacity: 1; }
  96%, 100% { width: 72%; opacity: 0; }
}

/* --- Feature card 3 : courbe SVG par-dessus les barres ---------------- */
.rp-analytic-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 16%;
  width: 84%;
  height: 52%;
  overflow: visible;
}

.rp-analytic-line polyline {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(197, 165, 114, 0.6));
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

.rp-analytic-line polyline.rp-draw-active {
  stroke-dashoffset: 0;
}

/* --- Value : ligne de scan sur l'écran + halo rotatif sur la jauge ---- */
.rp-value-screen {
  overflow: hidden;
}

.rp-value-screen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -45%;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(197, 165, 114, 0.09), transparent);
  animation: rpScan 4.6s linear infinite;
  pointer-events: none;
}

@keyframes rpScan {
  to { top: 125%; }
}

.rp-value-media-b::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  margin: -115px 0 0 -115px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 70%, rgba(197, 165, 114, 0.25), transparent);
  animation: rpSpin 7s linear infinite;
  pointer-events: none;
}

/* --- Waitlist : portail rotatif derrière le CTA ------------------------ */
.rp-portal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(560px, 92vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.rp-portal::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 18%, rgba(197, 165, 114, 0.9) 28%, transparent 40%, transparent 58%, rgba(120, 170, 255, 0.5) 70%, transparent 82%);
  -webkit-mask: radial-gradient(circle, transparent 60%, #000 62%, #000 66%, transparent 68%);
  mask: radial-gradient(circle, transparent 60%, #000 62%, #000 66%, transparent 68%);
  filter: drop-shadow(0 0 14px rgba(197, 165, 114, 0.5));
  animation: rpSpin 9s linear infinite;
}

.rp-portal::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 165, 114, 0.1), transparent 65%);
  filter: blur(18px);
  animation: rpPanelBreath 6s ease-in-out infinite;
}

.rp-waitlist {
  overflow: hidden;
}

@media (max-width: 768px) {
  .rp-grid-floor {
    height: 38%;
  }

  /* Bandeaux droits sur mobile : la rotation créait un débordement
     horizontal qui dézoomait toute la page */
  .rp-marquee,
  .rp-marquee--reverse {
    transform: none;
  }

  .rp-marquee-track span,
  .rp-marquee-track strong,
  .rp-marquee-track i {
    margin-right: 1.5rem;
  }
}

/* --- Reduced motion: kill new effects -------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .rp-aurora-blob,
  .rp-coin3d-inner,
  .rp-waitlist-particles span,
  .rp-mock3d.rp-tilt,
  .rp-mock3d-caret,
  .rp-mock3d-type,
  .rp-mock3d-btn-copy,
  .rp-mock3d-kpi--resa strong,
  .rp-mock3d-radio.is-on::after,
  .rp-mock3d-linkbar::after,
  .rp-mock3d-float,
  .rp-hero-panel::before,
  .rp-panel-word,
  .rp-panel-icon,
  .rp-panel-dot,
  .rp-grid-floor,
  .rp-hero h1 span,
  .rp-badge::before,
  .rp-hero-cta,
  .rp-marquee-track,
  .rp-feature-visual-card::before,
  .rp-feature-visual-card::after,
  .rp-goal-progress span,
  .rp-value-screen::after,
  .rp-value-media-b::after,
  .rp-portal::before,
  .rp-portal::after {
    animation: none !important;
  }

  .rp-hero h1 span {
    opacity: 1 !important;
    transform: none !important;
  }

  .rp-goal-progress span {
    width: 72% !important;
  }

  .rp-analytic-line polyline {
    transition: none !important;
    stroke-dashoffset: 0 !important;
  }

  .rp-panel-line path {
    transition: none !important;
    stroke-dashoffset: 0 !important;
  }

  .rp-mock3d-float-toast,
  .rp-mock3d-float-resa {
    opacity: 1;
  }

  .rp-tilt {
    transform: none !important;
    transition: none !important;
  }

  .rp-hero-dashboard-shot.rp-tilt::before {
    display: none !important;
  }

  .rp-journey-line,
  .rp-gauge-progress,
  .rp-value-screen polyline {
    transition: none !important;
    stroke-dashoffset: 0 !important;
  }
}

/* ========================================================================
   RP PROMOTEUR — full page redesign (Apple · Frontend · Motion)
   ======================================================================== */

body.rp-page {
  --rp-bg: #070707;
  --rp-surface: #111111;
  --rp-accent: #C5A572;
  --rp-accent-hover: #D4B87A;
  --rp-text: #ffffff;
  --rp-muted: #9a9a9a;
  --rp-border: rgba(255, 255, 255, 0.08);
  --rp-ease-reveal: cubic-bezier(0.16, 1, 0.3, 1);
  --rp-ease-press: cubic-bezier(0.2, 0, 0, 1);
  background: var(--rp-bg);
  color: var(--rp-text);
  font-family: 'Montserrat', system-ui, sans-serif;
}

body.rp-page h1,
body.rp-page h2,
body.rp-page h3 {
  font-family: 'Syne', 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* --- Hide decorative noise -------------------------------------------- */
body.rp-page .rp-marquee,
body.rp-page .rp-coin3d,
body.rp-page .rp-mock3d-float,
body.rp-page .rp-journey-path,
body.rp-page .rp-waitlist-particles,
body.rp-page .rp-portal,
body.rp-page .rp-orbit {
  display: none !important;
}

/* --- Soft aurora (hero + journey only) -------------------------------- */
body.rp-page .rp-hero .rp-aurora,
body.rp-page .rp-journey .rp-aurora {
  display: block !important;
}

body.rp-page .rp-aurora-blob {
  opacity: 0.22;
  filter: blur(80px);
  animation-duration: 36s;
}

body.rp-page .rp-aurora-blob-2 {
  opacity: 0.14;
}

/* --- Section rhythm --------------------------------------------------- */
body.rp-page .rp-section {
  position: relative;
  isolation: isolate;
}

body.rp-page .rp-main section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

/* --- Hero ------------------------------------------------------------- */
body.rp-page .rp-hero {
  padding-top: clamp(6.5rem, 13vw, 9rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

body.rp-page .rp-badge {
  animation: none;
  background: rgba(197, 165, 114, 0.08);
  border-color: var(--rp-border);
  color: var(--rp-accent);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
}

body.rp-page .rp-hero-top {
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

body.rp-page .rp-hero h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 1.1rem;
  color: var(--rp-text);
}

body.rp-page .rp-hero-left > p {
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  color: var(--rp-muted);
  max-width: 480px;
  line-height: 1.6;
}

body.rp-page .rp-hero-right > p {
  font-size: 0.92rem;
  color: var(--rp-muted);
  line-height: 1.65;
  max-width: 320px;
  margin: 0;
  opacity: 0.85;
}

body.rp-page .rp-hero-cta {
  margin-top: 0.25rem;
  background: var(--rp-accent);
  color: #0a0a0a;
  border-radius: 12px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.1s var(--rp-ease-press);
}

body.rp-page .rp-hero-cta:hover {
  background: var(--rp-accent-hover);
  transform: none;
  box-shadow: none;
}

body.rp-page .rp-hero-cta:active {
  transform: scale(0.97);
}

body.rp-page .rp-hero-stage {
  perspective: none;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2rem);
}

body.rp-page .rp-grid-floor {
  opacity: 0.35;
  height: 42%;
}

/* --- Mock dashboard (signature hero visual) --------------------------- */
body.rp-page .rp-mock3d {
  width: min(920px, 100%);
  transform: none !important;
  transition: opacity 0.4s var(--rp-ease-reveal), transform 0.4s var(--rp-ease-reveal), filter 0.4s var(--rp-ease-reveal);
}

body.rp-page .rp-mock3d-window {
  border-radius: 16px;
  border: 1px solid var(--rp-border);
  background: var(--rp-surface);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 24px 64px rgba(0, 0, 0, 0.45),
    0 8px 24px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

body.rp-page .rp-mock3d-side {
  background: rgba(0, 0, 0, 0.35);
  border-right: 1px solid var(--rp-border);
}

body.rp-page .rp-mock3d-card,
body.rp-page .rp-mock3d-kpi {
  border-color: var(--rp-border);
  background: rgba(255, 255, 255, 0.03);
}

body.rp-page .rp-mock3d-btn-save,
body.rp-page .rp-mock3d-btn-copy {
  background: var(--rp-accent);
  color: #0a0a0a;
}

body.rp-page .rp-mock3d-kpi--resa strong {
  animation: none;
  color: var(--rp-accent);
}

body.rp-page .rp-mock3d-caret,
body.rp-page .rp-mock3d-type,
body.rp-page .rp-mock3d-btn-copy,
body.rp-page .rp-mock3d-radio.is-on::after,
body.rp-page .rp-mock3d-linkbar::after {
  animation: none !important;
}

/* --- Hero panel (simplified) ------------------------------------------ */
body.rp-page .rp-hero-panel {
  width: min(720px, 100%);
  padding: 1.5rem 1.75rem;
  border-radius: 14px !important;
  border: 1px solid var(--rp-border);
  background: rgba(17, 17, 17, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
  transform: none !important;
}

body.rp-page .rp-hero-panel::before {
  display: none !important;
}

body.rp-page .rp-panel-words {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin: 0 0 0.85rem;
}

body.rp-page .rp-panel-word {
  animation: none !important;
  font-family: 'Syne', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--rp-text);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

body.rp-page .rp-panel-icon {
  animation: none !important;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(197, 165, 114, 0.1);
  border: 1px solid var(--rp-border);
  color: var(--rp-accent);
  display: grid;
  place-items: center;
}

body.rp-page .rp-panel-icon svg {
  width: 14px;
  height: 14px;
}

body.rp-page .rp-panel-dot {
  animation: none !important;
  color: var(--rp-accent);
}

body.rp-page .rp-panel-line {
  display: block;
  width: 100%;
  height: 12px;
  margin-bottom: 0.75rem;
  opacity: 0.5;
}

body.rp-page .rp-panel-line path {
  stroke: var(--rp-accent);
  stroke-width: 1.5;
}

body.rp-page .rp-hero-panel > p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--rp-muted);
}

/* --- Features --------------------------------------------------------- */
body.rp-page .rp-steps {
  background: transparent;
}

body.rp-page .rp-steps-shell {
  max-width: 1120px;
  margin: 0 auto;
}

body.rp-page .rp-steps h2 {
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  font-weight: 800;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--rp-text);
}

body.rp-page .rp-feature-grid {
  gap: 1rem;
}

body.rp-page .rp-feature-card {
  border-radius: 16px !important;
  border: 1px solid var(--rp-border);
  background: var(--rp-surface);
  padding: 1.35rem;
  transform: none !important;
  transition: border-color 0.25s ease, background 0.25s ease;
}

body.rp-page .rp-feature-card::after {
  display: none !important;
}

body.rp-page .rp-feature-card:hover {
  transform: none !important;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

body.rp-page .rp-feature-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--rp-text);
  margin-bottom: 0.35rem;
}

body.rp-page .rp-feature-card p {
  font-size: 0.88rem;
  color: var(--rp-muted);
  line-height: 1.55;
}

body.rp-page .rp-feature-visual {
  border-radius: 12px;
  border: 1px solid var(--rp-border);
  background: rgba(255, 255, 255, 0.02);
  min-height: 120px;
  margin-bottom: 1rem;
  overflow: hidden;
}

body.rp-page .rp-feature-visual-card::before,
body.rp-page .rp-feature-visual-card::after {
  display: none !important;
  animation: none !important;
}

body.rp-page .rp-mini-card {
  border-color: var(--rp-border);
  background: rgba(197, 165, 114, 0.06);
}

body.rp-page .rp-goal-progress span {
  animation: none !important;
  width: 72%;
  box-shadow: none;
  background: linear-gradient(90deg, #8a6d3b, var(--rp-accent));
}

body.rp-page .rp-analytic-line polyline {
  filter: none;
  stroke-width: 1.5;
}

body.rp-page .rp-feature-card-cta {
  background: linear-gradient(145deg, rgba(197, 165, 114, 0.12), rgba(17, 17, 17, 0.95));
  border-color: rgba(197, 165, 114, 0.2);
}

body.rp-page .rp-steps-cta {
  border-radius: 12px !important;
  background: var(--rp-accent);
  color: #0a0a0a;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.1s var(--rp-ease-press);
}

body.rp-page .rp-steps-cta::before {
  display: none !important;
}

body.rp-page .rp-steps-cta:hover {
  background: var(--rp-accent-hover);
  transform: none;
}

body.rp-page .rp-steps-cta:active {
  transform: scale(0.97);
}

/* --- Journey (clean 3-column grid) ------------------------------------ */
body.rp-page .rp-journey {
  background: transparent;
}

body.rp-page .rp-journey h2 {
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  font-weight: 800;
}

body.rp-page .rp-journey-subtitle {
  color: var(--rp-muted);
  font-size: 0.95rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

body.rp-page .rp-journey-track {
  position: static;
}

body.rp-page .rp-journey-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.rp-page .rp-journey-step {
  border-radius: 16px;
  border: 1px solid var(--rp-border);
  background: var(--rp-surface);
  padding: 1.75rem 1.5rem 1.5rem;
  transform: none !important;
  transition: border-color 0.25s ease;
}

body.rp-page .rp-journey-step:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

body.rp-page .rp-journey-num {
  font-family: 'Syne', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(197, 165, 114, 0.1);
}

body.rp-page .rp-journey-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(197, 165, 114, 0.08);
  border: 1px solid var(--rp-border);
  transform: none;
}

body.rp-page .rp-journey-step h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
}

body.rp-page .rp-journey-step p {
  color: var(--rp-muted);
  font-size: 0.88rem;
}

/* --- Value section ---------------------------------------------------- */
body.rp-page .rp-value h2 {
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

body.rp-page .rp-value-showcase {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
  max-width: 960px;
  margin: 0 auto;
}

body.rp-page .rp-value-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  border: none;
  background: transparent;
  padding: 0;
  transform: none !important;
}

body.rp-page .rp-value-row:hover {
  transform: none !important;
  box-shadow: none;
}

body.rp-page .rp-value-row:nth-child(even) {
  direction: rtl;
}

body.rp-page .rp-value-row:nth-child(even) > * {
  direction: ltr;
}

body.rp-page .rp-value-media {
  border-radius: 16px !important;
  border: 1px solid var(--rp-border);
  background: var(--rp-surface);
  padding: 1.25rem;
  transform: none !important;
}

body.rp-page .rp-value-media-b::after {
  display: none !important;
  animation: none !important;
}

body.rp-page .rp-value-screen::after {
  display: none !important;
  animation: none !important;
}

body.rp-page .rp-value-bars span {
  background: rgba(197, 165, 114, 0.35);
  border-radius: 3px 3px 0 0;
}

body.rp-page .rp-value-screen polyline {
  stroke: var(--rp-accent);
  stroke-width: 1.5;
  opacity: 0.7;
}

body.rp-page .rp-gauge-progress {
  filter: none;
  stroke: var(--rp-accent);
}

body.rp-page .rp-value-gauge strong {
  font-family: 'Syne', sans-serif;
  font-size: 1.75rem;
  color: var(--rp-text);
}

body.rp-page .rp-value-gauge > span {
  color: var(--rp-muted);
  font-size: 0.82rem;
}

body.rp-page .rp-value-kicker {
  color: var(--rp-accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.rp-page .rp-value-content h3 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

body.rp-page .rp-value-content p,
body.rp-page .rp-value-content li {
  color: var(--rp-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

body.rp-page .rp-value-content li::marker {
  color: var(--rp-accent);
}

/* --- Final CTA / waitlist --------------------------------------------- */
body.rp-page .rp-waitlist {
  text-align: center;
  padding-bottom: clamp(5rem, 10vw, 8rem);
  overflow: visible;
}

body.rp-page .rp-waitlist .container {
  max-width: 560px;
}

body.rp-page .rp-waitlist h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.75rem, 3.8vw, 2.35rem);
  font-weight: 800;
  margin-bottom: 0.65rem;
}

body.rp-page .rp-waitlist .container > p {
  color: var(--rp-muted);
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
}

body.rp-page .rp-waitlist-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

body.rp-page .rp-waitlist-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  border: 1px solid var(--rp-border);
  background: transparent;
  color: var(--rp-muted);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.1s var(--rp-ease-press);
}

body.rp-page .rp-waitlist-secondary:hover {
  color: var(--rp-text);
  border-color: rgba(255, 255, 255, 0.16);
}

body.rp-page .rp-waitlist-secondary:active {
  transform: scale(0.97);
}

/* --- Scroll reveal ---------------------------------------------------- */
body.rp-page .rp-reveal {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(3px);
  transition:
    opacity 0.4s var(--rp-ease-reveal),
    transform 0.4s var(--rp-ease-reveal),
    filter 0.4s var(--rp-ease-reveal);
}

body.rp-page .rp-reveal.rp-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* --- CTA press states (global) ---------------------------------------- */
body.rp-page .rp-hero-cta,
body.rp-page .rp-steps-cta,
body.rp-page .rp-waitlist-secondary,
body.rp-page .rp-form .lg-btn {
  -webkit-tap-highlight-color: transparent;
}

/* --- Mobile responsive ------------------------------------------------ */
@media (max-width: 900px) {
  body.rp-page .rp-hero-top {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  body.rp-page .rp-hero-right > p {
    max-width: none;
  }

  body.rp-page .rp-journey-steps {
    grid-template-columns: 1fr;
  }

  body.rp-page .rp-value-row,
  body.rp-page .rp-value-row:nth-child(even) {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  body.rp-page .rp-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.rp-page .rp-feature-grid {
    grid-template-columns: 1fr;
  }

  body.rp-page .rp-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  body.rp-page .rp-mock3d-body {
    padding: 0.75rem;
  }

  body.rp-page .rp-mock3d-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --- Reduced motion overrides (promoteur redesign) -------------------- */
@media (prefers-reduced-motion: reduce) {
  body.rp-page .rp-aurora-blob,
  body.rp-page .rp-grid-floor,
  body.rp-page .rp-badge,
  body.rp-page .rp-goal-progress span {
    animation: none !important;
  }

  body.rp-page .rp-reveal,
  body.rp-page .rp-reveal.rp-visible {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  body.rp-page .rp-mock3d,
  body.rp-page .rp-feature-card,
  body.rp-page .rp-journey-step,
  body.rp-page .rp-value-row,
  body.rp-page .rp-hero-panel {
    transform: none !important;
    transition: none !important;
  }

  body.rp-page .rp-hero-cta:active,
  body.rp-page .rp-steps-cta:active,
  body.rp-page .rp-waitlist-secondary:active {
    transform: none !important;
  }

  body.rp-page.rp-page-opening .rp-main > section,
  body.rp-page.rp-page-opened .rp-main > section {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
