.roue-demo-page .roue-demo-main {
  max-width: none;
  margin: 0;
  padding-bottom: 0;
}

.roue-demo-hero-band.landing-snap-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: calc(var(--landing-header-height) + clamp(1rem, 3vw, 1.75rem));
  padding-bottom: clamp(1rem, 3vw, 1.5rem);
  background-color: #e8f4fc;
  background-image:
    radial-gradient(ellipse 120% 85% at 50% -25%, rgba(14, 165, 233, 0.2), transparent 55%),
    radial-gradient(ellipse 65% 55% at 100% 35%, rgba(13, 148, 136, 0.1), transparent),
    radial-gradient(ellipse 55% 45% at 0% 75%, rgba(2, 132, 199, 0.12), transparent),
    linear-gradient(180deg, #f0f9ff 0%, #f8fafc 45%, #eef2f7 100%);
  box-sizing: border-box;
}

.roue-demo-page .roue-demo-hero-band.demo-hero {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.roue-demo-hero-band .demo-hero__stack {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.roue-demo-hero-band .demo-hero__kicker.roue-demo-hero-kicker-seo {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

.roue-demo-hero-band .demo-hero__title {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.roue-demo-benefits {
  list-style: none;
  margin: clamp(1.25rem, 3vw, 1.65rem) auto 0;
  padding: 0;
  max-width: 36rem;
  text-align: left;
}

.roue-demo-benefit {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  font-size: clamp(0.9rem, 2vw, 0.95rem);
  line-height: 1.5;
  color: #475569;
}

.roue-demo-benefit:last-child {
  border-bottom: none;
}

.roue-demo-benefit__num {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #0ea5e9, #0284c7);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.65rem;
  text-align: center;
}

.roue-demo-benefit strong {
  color: #0f172a;
  font-weight: 700;
}

.roue-demo-cta-preface {
  margin: 1.6rem 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--demo-text, #0f172a);
}

.roue-demo-hero__cta-wrap {
  margin: 0;
}

.roue-demo-flow-section.landing-snap-section {
  display: flex;
  flex-direction: column;
}

.roue-demo-flow-section .roue-demo-track-outer {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 72rem;
  margin: 0 auto;
}

.roue-demo-flow-section .landing-section-title {
  margin-bottom: 0.75rem;
}

.roue-demo-page .roue-demo-track.demo-track {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(clamp(1rem, 4vw, 2rem), env(safe-area-inset-left));
  padding-right: max(clamp(1rem, 4vw, 2rem), env(safe-area-inset-right));
}

.demo-roue-action-mock {
  padding: 0.55rem 0.45rem 0.65rem;
  text-align: center;
}

.demo-roue-action-mock__head {
  font-size: 0.72rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.15rem;
  letter-spacing: -0.02em;
}

.demo-roue-action-mock__sub {
  font-size: 0.62rem;
  color: #64748b;
  margin: 0 0 0.55rem;
  line-height: 1.35;
}

.demo-roue-action-mock__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: center;
  margin-bottom: 0.45rem;
}

.demo-roue-action-mock__chip {
  font-size: 0.54rem;
  font-weight: 600;
  padding: 0.22rem 0.4rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #e0f2fe 0%, #bae6fd 100%);
  color: #0369a1;
  border: 1px solid rgba(2, 132, 199, 0.22);
}

.demo-roue-action-mock__stars {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  color: #f59e0b;
  line-height: 1;
}

.demo-roue-action-mock__hint {
  margin: 0;
  font-size: 0.58rem;
  line-height: 1.4;
  color: #64748b;
  font-weight: 500;
}

.demo-roue-wheel-mock {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.35rem 0.65rem;
}

.demo-roue-wheel-mock__stage {
  position: relative;
  width: min(8.15rem, 56vw);
  height: min(8.15rem, 56vw);
  margin: 0 auto;
}

.demo-roue-wheel-mock__rim {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #cbd5e1 0%, #64748b 40%, #94a3b8 60%, #e2e8f0 100%);
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.12),
    0 5px 18px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  padding: 0.16rem;
  box-sizing: border-box;
}

.demo-roue-wheel-mock__disc {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(
    #fff7ed 0deg 43.5deg,
    rgba(255, 255, 255, 0.96) 43.5deg 45deg,
    #f1f5f9 45deg 88.5deg,
    rgba(255, 255, 255, 0.96) 88.5deg 90deg,
    #fff7ed 90deg 133.5deg,
    rgba(255, 255, 255, 0.96) 133.5deg 135deg,
    #f1f5f9 135deg 178.5deg,
    rgba(255, 255, 255, 0.96) 178.5deg 180deg,
    #fff7ed 180deg 223.5deg,
    rgba(255, 255, 255, 0.96) 223.5deg 225deg,
    #f1f5f9 225deg 268.5deg,
    rgba(255, 255, 255, 0.96) 268.5deg 270deg,
    #fff7ed 270deg 313.5deg,
    rgba(255, 255, 255, 0.96) 313.5deg 315deg,
    #f1f5f9 315deg 358.5deg,
    rgba(255, 255, 255, 0.96) 358.5deg 360deg
  );
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.07) inset,
    0 2px 12px rgba(15, 23, 42, 0.08) inset;
}

.demo-roue-wheel-mock__pointer {
  position: absolute;
  left: 50%;
  top: 0.06rem;
  z-index: 5;
  width: 0.72rem;
  height: 0.92rem;
  margin-left: 0;
  box-sizing: border-box;
  transform: translateX(-50%) translateZ(0);
  transform-origin: 50% 0;
  background: linear-gradient(
    180deg,
    #fef08a 0%,
    #fde047 14%,
    color-mix(in srgb, #0284c7 68%, #fff) 46%,
    #0369a1 100%
  );
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border-radius: 0.12rem 0.12rem 0 0;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.55) inset,
    0 4px 10px rgba(15, 23, 42, 0.2),
    0 2px 6px rgba(15, 23, 42, 0.12),
    0 0 14px color-mix(in srgb, #0284c7 38%, transparent);
  pointer-events: none;
}

.demo-roue-wheel-mock__pointer::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 10%;
  width: 42%;
  height: 46%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 72%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
  opacity: 0.72;
}

.demo-roue-wheel-mock__hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 28%;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffffff 0%, #f1f5f9 50%, #e2e8f0 100%);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.98),
    0 0 0 3px rgba(15, 23, 42, 0.06),
    0 3px 12px rgba(15, 23, 42, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-roue-wheel-mock__glyph {
  font-size: clamp(0.68rem, 3vw, 0.9rem);
  line-height: 1;
}

.demo-roue-wheel-mock__cta {
  margin: 0.65rem 0 0;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #0ea5e9 0%, #0284c7 100%);
  padding: 0.42rem 1rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(2, 132, 199, 0.35);
}
.roue-demo-wheel-section.landing-snap-section {
  display: flex;
  flex-direction: column;
}

.roue-demo-wheel-section .roue-demo-wheel-inner {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: min(52rem, 100%);
  margin: 0 auto;
  padding-left: clamp(1rem, 3vw, 1.5rem);
  padding-right: clamp(1rem, 3vw, 1.5rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.roue-demo-page .roue-demo-wheel-inner #ekho-roue-demo-card {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.roue-demo-wheel-intro {
  text-align: center;
  font-size: 0.95rem;
  color: var(--landing-text-light, #475569);
  margin: 0 0 0.85rem;
  line-height: 1.5;
}

.roue-demo-page #ekho-roue-demo-work.ekho-spin-work {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.roue-demo-pricing-wrap {
  max-width: 42rem;
  margin: 0 auto;
}

.roue-demo-faq-section .roue-demo-faq-scroll {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.roue-demo-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.roue-demo-faq__item {
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.roue-demo-faq__q {
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
  padding: 0.88rem 1rem;
  list-style: none;
  line-height: 1.35;
}

.roue-demo-faq__q::-webkit-details-marker {
  display: none;
}

.roue-demo-faq__q::after {
  content: '+';
  float: right;
  font-weight: 700;
  color: #64748b;
  margin-left: 0.5rem;
}

.roue-demo-faq__item[open] .roue-demo-faq__q::after {
  content: '\2212';
}

.roue-demo-faq__a {
  padding: 0 1rem 0.95rem;
  font-size: 0.88rem;
  line-height: 1.52;
  color: #475569;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
}

.roue-demo-faq__a p {
  margin: 0.55rem 0 0;
}

.roue-demo-faq__a p:first-child {
  margin-top: 0.45rem;
}

.roue-demo-faq__a a {
  color: #0284c7;
  font-weight: 600;
}

.roue-demo-page #ekho-roue-demo-work .ekho-spin-work-head {
  display: none;
}

.roue-demo-page #ekho-roue-demo-step-wheel .ekho-btn-spin-launch-cta:disabled {
  opacity: 0.65;
}

.roue-demo-pricing-section {
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
}

.roue-demo-pricing-section .landing-section-title {
  text-align: center;
  margin-bottom: 1rem;
}

.roue-demo-pricing-card {
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.82);
  padding: clamp(1.15rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.4rem) clamp(1rem, 2.5vw, 1.35rem);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.roue-demo-pricing-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0369a1;
  background: linear-gradient(180deg, #e0f2fe 0%, #bae6fd 100%);
  border: 1px solid rgba(2, 132, 199, 0.22);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.roue-demo-pricing-amount {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.6rem;
  margin-bottom: 0.85rem;
}

.roue-demo-pricing-original {
  font-size: 1rem;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: line-through;
}

.roue-demo-pricing-value {
  font-size: clamp(1.85rem, 5vw, 2.15rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1;
}

.roue-demo-pricing-period {
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
}

.roue-demo-pricing-pill {
  font-size: 0.68rem;
  font-weight: 700;
  color: #0f766e;
  background: rgba(45, 212, 191, 0.18);
  border: 1px solid rgba(13, 148, 136, 0.28);
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
}

.roue-demo-pricing-lead {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  line-height: 1.52;
  color: #475569;
}

.roue-demo-pricing-accompagnement-offert {
  color: #0d9488;
  font-weight: 700;
}

.roue-demo-pricing-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.roue-demo-pricing-features li {
  position: relative;
  padding-left: 1.05rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #475569;
}

.roue-demo-pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #0ea5e9, #0284c7);
}

.roue-demo-pricing-cta {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.1rem;
  box-sizing: border-box;
}

.roue-demo-pricing-delivery {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #475569;
  text-align: center;
}

.roue-demo-pricing-reassurance {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #94a3b8;
  text-align: center;
}

.roue-demo-pricing-footnote {
  margin: 0.85rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #94a3b8;
  text-align: center;
}

.roue-demo-strip--surface {
  background: var(--landing-surface);
}

.roue-demo-strip--white {
  background: var(--landing-white);
}

.roue-demo-pricing-section.landing-snap-section,
.roue-demo-faq-section.landing-snap-section {
  display: flex;
  flex-direction: column;
}

.roue-demo-pricing-scroll,
.roue-demo-faq-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}

.roue-demo-page .roue-demo-ekho-screen::after {
  display: none;
}

.roue-demo-page .roue-demo-ekho-screen .roue-demo-ekho-screen__body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
}

.roue-demo-page .roue-demo-contact-section.landing-cta-section {
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.roue-demo-page .roue-demo-contact-section.roue-demo-strip--white {
  background: var(--landing-white);
}

.roue-demo-page .roue-demo-contact-section.landing-snap-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.roue-demo-page .roue-demo-contact-section .landing-cta-card {
  flex: 0 1 auto;
  align-self: center;
  width: 100%;
  max-width: 40rem;
  overflow: visible;
}

.roue-demo-pricing-section.landing-snap-section > .roue-demo-pricing-wrap,
.roue-demo-faq-section.landing-snap-section > .roue-demo-faq-scroll {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}