/* Nova XR V8 — cinématique, viewport HUD, identité violet XR */

.cc-xr-page {
  background: #020810;
  --cc-xr-navy: #063169;
  --cc-xr-cyan: #2ad3f8;
  --cc-xr-violet: var(--cc-nova-tone-nova-xr, #c4a8ff);
  --cc-xr-violet-soft: var(--cc-nova-tone-nova-xr-soft, rgba(196, 168, 255, 0.14));
  --cc-xr-glow: rgba(42, 211, 248, 0.14);
  --cc-xr-section-y: clamp(3.5rem, 8vh, 5.5rem);
  --cc-xr-gutter: clamp(1rem, 3vw, 1.75rem);
  --cc-glass-accent: var(--cc-xr-violet);
  --cc-glass-accent-soft: var(--cc-xr-violet-soft);
  font-family: var(--cc-nova-font-body, "Exo 2", system-ui, sans-serif);
}

.cc-xr-page--v8 {
  position: relative;
  overflow-x: clip;
}

.cc-xr-page--v8::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 55% 40% at 85% 12%, rgba(196, 168, 255, 0.06) 0%, transparent 70%),
    radial-gradient(ellipse 45% 35% at 10% 88%, rgba(42, 211, 248, 0.05) 0%, transparent 72%);
}

.cc-xr-page--v8 > * {
  position: relative;
  z-index: 1;
}

.cc-xr-section-glow {
  position: absolute;
  inset: -10% 0 auto;
  height: 55%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(196, 168, 255, 0.1), transparent 72%),
    radial-gradient(ellipse 50% 40% at 20% 30%, rgba(42, 211, 248, 0.06), transparent 70%);
}

/* En-têtes de section harmonisés */
.cc-xr-section-head {
  max-width: 56ch;
}

.cc-xr-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.cc-xr-section-lead {
  max-width: 48ch;
  margin-bottom: 0 !important;
}

.cc-xr-section-head--center .cc-xr-section-lead {
  margin-inline: auto;
}

body.cc-nova-site .cc-xr-page .cc-fx-block {
  padding-block: var(--cc-xr-section-y);
  border-bottom: none;
}

body.cc-nova-site .cc-xr-page .cc-fx-block + .cc-fx-block {
  border-top: 1px solid rgba(42, 211, 248, 0.06);
}

body.cc-nova-site .cc-xr-page :is(h1, h2, h3, h4, h5, h6, .cc-fx-label, .cc-fx-btn, .cc-fx-hero__title) {
  font-family: var(--cc-nova-font-display, "Orbitron", system-ui, sans-serif) !important;
}

/* ── Hero ── */
.cc-xr-hero {
  min-height: clamp(520px, 82vh, 760px);
  padding-bottom: clamp(1.5rem, 3vh, 2.5rem);
  position: relative;
  overflow: hidden;
}

.cc-xr-hero--cinema {
  min-height: clamp(500px, 84vh, 780px);
  padding: clamp(2.5rem, 5vh, 4rem) 0 clamp(1.75rem, 3vh, 2.5rem);
}

.cc-xr-hero__scanline {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.035;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(196, 168, 255, 0.35) 2px,
    rgba(196, 168, 255, 0.35) 3px
  );
}

.cc-xr-hero__label::before {
  background: linear-gradient(90deg, var(--cc-xr-violet), var(--cc-xr-cyan)) !important;
}

.cc-xr-hero__accent {
  background: linear-gradient(120deg, #e8d4ff 0%, #5de4ff 55%, #c4a8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cc-xr-hero__aurora {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 45% at 72% 38%, rgba(196, 168, 255, 0.09) 0%, transparent 68%),
    radial-gradient(ellipse 40% 30% at 18% 72%, rgba(42, 211, 248, 0.08) 0%, transparent 70%);
  opacity: 0.9;
}

.cc-xr-hero__mesh {
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(42, 211, 248, 0.07) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(6, 49, 105, 0.45) 0%, transparent 70%),
    linear-gradient(165deg, #020810 0%, #030b18 40%, #061428 100%) !important;
}

.cc-xr-hero__grid.cc-fx-hero__grid {
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(42, 211, 248, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 211, 248, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 30%, black 20%, transparent 75%);
}

.cc-xr-hero__shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.cc-xr-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
}

.cc-xr-hero__copy .cc-fx-hero__title {
  max-width: 14ch;
  letter-spacing: -0.03em;
  line-height: 1.08 !important;
}

.cc-xr-hero-device {
  position: relative;
}

.cc-xr-hero-device__glow {
  position: absolute;
  inset: 8% -8% -5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 168, 255, 0.22) 0%, transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

.cc-xr-hero-device__caption {
  margin: 0.7rem 0 0;
  text-align: center;
  color: rgba(232, 244, 255, 0.42);
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.cc-xr-headset__figure--hero {
  border-radius: 20px;
  border-color: rgba(196, 168, 255, 0.22);
  box-shadow:
    0 0 0 1px rgba(42, 211, 248, 0.1) inset,
    0 32px 72px rgba(0, 0, 0, 0.48),
    0 0 64px rgba(196, 168, 255, 0.14);
}

.cc-xr-hero__stats {
  margin-top: 0.25rem;
}

.cc-xr-hero__stats.cc-fx-nova-hero__stats {
  border-radius: 14px;
  border-color: rgba(42, 211, 248, 0.14);
  box-shadow:
    0 0 0 1px rgba(196, 168, 255, 0.06) inset,
    0 20px 48px rgba(0, 0, 0, 0.28);
}

.cc-xr-hero__media {
  position: relative;
}

.cc-xr-hero-env {
  margin: 0;
}

.cc-xr-hero-env__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.2);
  box-shadow:
    0 0 0 1px rgba(196, 168, 255, 0.08) inset,
    0 28px 56px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(42, 211, 248, 0.08);
  background: #030b18;
}

.cc-xr-hero-env__frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cc-xr-hero-env__reticle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border: 1px solid rgba(42, 211, 248, 0.45);
  border-radius: 50%;
  opacity: 0.55;
  pointer-events: none;
}

.cc-xr-hero-env__reticle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2ad3f8;
}

.cc-xr-hero-env__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.28rem 0.6rem;
  border-radius: 6px;
  background: rgba(3, 11, 24, 0.82);
  border: 1px solid rgba(42, 211, 248, 0.28);
  color: #5de4ff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-xr-hero-env__caption {
  margin: 0.75rem 0 0;
  color: rgba(232, 244, 255, 0.45) !important;
  font-size: 0.76rem !important;
  line-height: 1.55 !important;
}

/* ── Console (dashboard live) ── */
.cc-xr-console {
  border-radius: 16px;
  border: 1px solid rgba(42, 211, 248, 0.22);
  background: rgba(3, 11, 24, 0.92);
  box-shadow:
    0 0 0 1px rgba(42, 211, 248, 0.06) inset,
    0 32px 64px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  font-variant-numeric: tabular-nums;
}

.cc-xr-console__chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(42, 211, 248, 0.1);
  background: rgba(6, 20, 40, 0.6);
}

.cc-xr-console__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(42, 211, 248, 0.25);
}

.cc-xr-console__dot:first-child { background: #ff5f57; }
.cc-xr-console__dot:nth-child(2) { background: #febc2e; }
.cc-xr-console__dot:nth-child(3) { background: #28c840; }

.cc-xr-console__title {
  flex: 1;
  margin-left: 0.35rem;
  color: rgba(232, 244, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-xr-console__disclaimer {
  margin: 0;
  padding: 0.5rem 1rem;
  background: rgba(42, 211, 248, 0.06);
  border-bottom: 1px solid rgba(42, 211, 248, 0.1);
  color: rgba(232, 244, 255, 0.52);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.45;
}

.cc-xr-console__live {
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  background: rgba(42, 211, 248, 0.12);
  color: #5de4ff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

@keyframes cc-xr-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.cc-xr-console__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(42, 211, 248, 0.08);
}

.cc-xr-console__metric {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 0.75rem;
  background: rgba(6, 20, 40, 0.88);
}

.cc-xr-console__metric-label {
  color: rgba(232, 244, 255, 0.42);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-xr-console__metric-value {
  color: #f4fbff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.cc-xr-console__metric-value small {
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(232, 244, 255, 0.45);
  margin-left: 0.1rem;
}

.cc-xr-console__metric-delta {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cc-xr-console__metric-delta--up { color: #3dd68c; }
.cc-xr-console__metric-delta--neutral { color: rgba(232, 244, 255, 0.38); }

.cc-xr-console__viewport {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #010610;
  overflow: hidden;
}

.cc-xr-console__grid-3d {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(42, 211, 248, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 211, 248, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  transform: perspective(400px) rotateX(55deg) scale(1.4);
  transform-origin: center 80%;
  opacity: 0.5;
  animation: cc-xr-grid-drift 12s linear infinite;
}

@keyframes cc-xr-grid-drift {
  0% { background-position: 0 0; }
  100% { background-position: 0 32px; }
}

.cc-xr-console__scenes {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1rem 1.1rem;
}

.cc-xr-console__scene {
  display: none;
  flex-direction: column;
  gap: 0.2rem;
}

.cc-xr-console__scene.is-active {
  display: flex;
  animation: cc-xr-fade-in 0.5s ease;
}

@keyframes cc-xr-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.cc-xr-console__scene-label {
  color: #5de4ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-xr-console__scene-path {
  color: rgba(244, 251, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
}

.cc-xr-console__scene-kpi {
  color: rgba(232, 244, 255, 0.45);
  font-size: 0.72rem;
}

.cc-xr-console__footer {
  display: flex;
  gap: 1rem;
  padding: 0.55rem 1rem;
  border-top: 1px solid rgba(42, 211, 248, 0.08);
  color: rgba(232, 244, 255, 0.35);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Jump dock (parcours Nova XR — style subnav HUD) ── */
.cc-xr-jump-dock {
  position: sticky;
  top: calc(var(--cc-nav-height, 72px));
  z-index: 20;
  padding: 0.45rem 0 0.65rem;
  margin-bottom: 0.15rem;
  border-top: 1px solid rgba(196, 168, 255, 0.12);
  background: linear-gradient(180deg, rgba(4, 14, 32, 0.92) 0%, rgba(2, 8, 16, 0.78) 70%, transparent 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cc-xr-jump {
  position: relative;
  margin: 0;
  padding: 0 0 0.35rem;
}

.cc-xr-jump__inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.35rem;
  align-items: stretch;
  counter-reset: xr-jump;
}

.cc-xr-jump__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--cc-nova-subnav-tab-h, 2.75rem);
  padding: 0.42rem 0.5rem 0.38rem;
  border-radius: var(--cc-nova-radius-sm, 10px);
  border: 1px solid rgba(196, 168, 255, 0.22);
  background: rgba(2, 10, 24, 0.88);
  color: var(--cc-nova-text-muted, rgba(232, 244, 255, 0.62)) !important;
  font-family: var(--cc-nova-font-body, "Exo 2", system-ui, sans-serif) !important;
  font-size: var(--cc-nova-subnav-fs, 0.8rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap;
  min-width: 0;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cc-xr-jump__link::before {
  position: absolute;
  top: 0.18rem;
  left: 0.34rem;
  counter-increment: xr-jump;
  content: counter(xr-jump, decimal-leading-zero);
  font-size: 0.5rem;
  font-weight: 700;
  color: rgba(196, 168, 255, 0.65);
  letter-spacing: 0.05em;
  line-height: 1;
  pointer-events: none;
}

.cc-xr-jump__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 0;
}

.cc-xr-jump__text .cc-nova-icon {
  flex-shrink: 0;
  color: rgba(196, 168, 255, 0.75);
  transition: color 0.2s ease, filter 0.2s ease;
}

.cc-xr-jump__text > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc-xr-jump__link:hover {
  border-color: rgba(196, 168, 255, 0.38);
  background: rgba(196, 168, 255, 0.1);
  color: var(--cc-nova-text-title, #f4fbff) !important;
  box-shadow: 0 0 22px rgba(196, 168, 255, 0.16);
  transform: translateY(-1px);
}

.cc-xr-jump__link:hover .cc-nova-icon {
  color: #e8d4ff;
}

.cc-xr-jump__link:focus-visible {
  outline: var(--cc-nova-focus-ring, 2px solid #5de4ff) !important;
  outline-offset: var(--cc-nova-focus-offset, 2px);
  border-color: rgba(93, 228, 255, 0.55);
  background: rgba(42, 211, 248, 0.14);
  color: var(--cc-nova-text-title, #f4fbff) !important;
}

.cc-xr-jump__link--demo { --cc-xr-jump-tone: #c4a8ff; --cc-xr-jump-tone-soft: rgba(196, 168, 255, 0.14); }
.cc-xr-jump__link--experience { --cc-xr-jump-tone: #5de4ff; --cc-xr-jump-tone-soft: rgba(93, 228, 255, 0.14); }
.cc-xr-jump__link--modules { --cc-xr-jump-tone: #7eb6ff; --cc-xr-jump-tone-soft: rgba(126, 182, 255, 0.14); }
.cc-xr-jump__link--impact { --cc-xr-jump-tone: #4dffb8; --cc-xr-jump-tone-soft: rgba(77, 255, 184, 0.14); }
.cc-xr-jump__link--methode { --cc-xr-jump-tone: #ffd166; --cc-xr-jump-tone-soft: rgba(255, 209, 102, 0.14); }
.cc-xr-jump__link--contact { --cc-xr-jump-tone: #5de4ff; --cc-xr-jump-tone-soft: rgba(93, 228, 255, 0.14); }

.cc-xr-jump__link.is-active {
  border-color: var(--cc-xr-jump-tone, #c4a8ff);
  background: linear-gradient(180deg, var(--cc-xr-jump-tone-soft, rgba(196, 168, 255, 0.22)), rgba(4, 14, 30, 0.55));
  color: var(--cc-nova-accent-bright, #5de4ff) !important;
  box-shadow:
    0 0 26px var(--cc-xr-jump-tone-soft, rgba(196, 168, 255, 0.28)),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cc-xr-jump__link.is-active::before {
  color: var(--cc-xr-jump-tone, #c4a8ff);
}

.cc-xr-jump__link.is-active .cc-nova-icon {
  color: var(--cc-xr-jump-tone, #c4a8ff);
  filter: drop-shadow(0 0 6px var(--cc-xr-jump-tone-soft, rgba(196, 168, 255, 0.45)));
}

/* ── Showcase (démo + matériel) ── */
.cc-xr-showcase {
  padding-top: clamp(2rem, 4vh, 2.75rem) !important;
}

.cc-xr-showcase .cc-xr-section-head {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.cc-xr-showcase {
  position: relative;
  overflow: hidden;
}

.cc-xr-showcase__stage {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.cc-xr-showcase__points {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.cc-xr-showcase__points li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(232, 244, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cc-xr-showcase__point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  border: 1px solid rgba(42, 211, 248, 0.18);
  background: linear-gradient(145deg, rgba(42, 211, 248, 0.1), rgba(196, 168, 255, 0.08));
  color: #5de4ff;
}

.cc-xr-showcase__point-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.cc-xr-showcase__visual .cc-xr-viewport {
  margin: 0;
}

/* ── Experience section ── */
.cc-xr-experience {
  border-bottom: none;
}

.cc-xr-experience__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: 2.5rem;
}

.cc-xr-experience__stack-title {
  margin: 0 0 1rem;
  color: #5de4ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cc-xr-stack-layer {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(42, 211, 248, 0.12);
  background: rgba(6, 20, 40, 0.55);
  margin-bottom: 0.55rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.cc-xr-stack-layer:hover {
  border-color: rgba(42, 211, 248, 0.28);
  background: rgba(8, 28, 56, 0.72);
}

.cc-xr-stack-layer__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.45rem;
}

.cc-xr-stack-layer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  border: 1px solid rgba(42, 211, 248, 0.22);
  background: rgba(42, 211, 248, 0.08);
  color: #5de4ff;
  flex-shrink: 0;
}

.cc-xr-stack-layer__icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.cc-xr-stack-layer__id {
  display: grid;
  place-items: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 6px;
  border: 1px solid rgba(42, 211, 248, 0.22);
  background: rgba(42, 211, 248, 0.06);
  color: #2ad3f8;
  font-size: 0.68rem;
  font-weight: 800;
}

.cc-xr-stack-layer__head strong {
  color: #f4fbff;
  font-size: 0.92rem;
}

.cc-xr-stack-layer__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-xr-stack-layer__items li {
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  background: rgba(42, 211, 248, 0.06);
  color: rgba(232, 244, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 500;
}

.cc-xr-experience__panel-note {
  margin: 0.75rem 0 0;
  color: rgba(232, 244, 255, 0.38) !important;
  font-size: 0.74rem !important;
  line-height: 1.5 !important;
}

/* Scenario tabs */
.cc-xr-experience__scenarios {
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-xr-experience__scenarios h3 {
  margin: 0 0 1.25rem;
  color: #f4fbff !important;
  font-size: 1.1rem !important;
}

.cc-xr-scenario-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.cc-xr-scenario-tabs__btn {
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background: rgba(6, 20, 40, 0.55);
  color: rgba(232, 244, 255, 0.65);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.cc-xr-scenario-tabs__btn.is-active,
.cc-xr-scenario-tabs__btn:hover {
  border-color: rgba(42, 211, 248, 0.38);
  background: rgba(42, 211, 248, 0.1);
  color: #f4fbff;
}

.cc-xr-scenario-tabs__pane {
  display: none;
  border-radius: 16px;
  border: 1px solid rgba(42, 211, 248, 0.16);
  overflow: hidden;
  background: rgba(3, 11, 24, 0.88);
}

.cc-xr-scenario-tabs__pane.is-active {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
}

.cc-xr-scenario-tabs__env {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #030b18;
}

.cc-xr-scenario-tabs__env img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc-xr-scenario-tabs__reticle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 1px solid rgba(42, 211, 248, 0.35);
  border-radius: 50%;
  opacity: 0.6;
}

.cc-xr-scenario-tabs__reticle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2ad3f8;
}

.cc-xr-scenario-tabs__meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem 1.35rem;
  border-left: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-xr-scenario-tabs__path {
  margin: 0;
  color: #f4fbff !important;
  font-size: 0.92rem !important;
  font-weight: 600;
  line-height: 1.45 !important;
}

.cc-xr-scenario-tabs__kpi {
  margin: 0;
  color: rgba(93, 228, 255, 0.7) !important;
  font-size: 0.78rem !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Hardware table */
.cc-xr-experience__hardware {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-xr-experience__hardware h3 {
  margin: 0 0 0.65rem;
  color: #f4fbff !important;
  font-size: 1.05rem !important;
}

.cc-xr-experience__hardware-lead {
  margin: 0 0 1.25rem;
  max-width: 72ch;
  color: rgba(232, 244, 255, 0.68) !important;
  font-size: 0.92rem !important;
  line-height: 1.65 !important;
}

.cc-xr-hardware-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.16);
  font-size: 0.88rem;
}

.cc-xr-hardware-table th,
.cc-xr-hardware-table td {
  padding: 0.9rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(42, 211, 248, 0.08);
  color: #e8f4ff !important;
  background: rgba(8, 24, 48, 0.95) !important;
  vertical-align: top;
}

.cc-xr-hardware-table thead th {
  background: linear-gradient(135deg, #063169, #0a2d5c) !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-xr-hardware-table tbody tr:last-child td {
  border-bottom: 0;
}

.cc-xr-hardware-table strong {
  color: #5de4ff;
}

.cc-xr-experience__hardware-points {
  margin: 0;
  padding: 1rem 1.1rem 1rem 1.35rem;
  border-radius: 12px;
  border: 1px solid rgba(42, 211, 248, 0.1);
  background: rgba(6, 20, 40, 0.4);
  color: rgba(232, 244, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.55;
}

.cc-xr-experience__hardware-points li + li {
  margin-top: 0.45rem;
}

.cc-xr-experience__specs {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-xr-experience__platform {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-xr-experience__platform h3,
.cc-xr-experience__platform h4 {
  margin: 0 0 1rem;
  color: #f4fbff !important;
  font-size: 1.05rem !important;
}

.cc-xr-experience__platform .cc-xr-platform__item h4 {
  margin: 0 0 0.45rem;
  font-size: 0.92rem !important;
}

/* ── Specs bar ── */
.cc-xr-specs-bar {
  padding: 0 0 clamp(2rem, 5vh, 3rem);
}

.cc-xr-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.16);
  background: rgba(42, 211, 248, 0.1);
}

.cc-xr-specs li,
.cc-xr-specs__item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  background: rgba(6, 20, 40, 0.92);
  position: relative;
  overflow: hidden;
}

.cc-xr-specs__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.15rem;
  border-radius: 10px;
  border: 1px solid rgba(42, 211, 248, 0.2);
  background: linear-gradient(145deg, rgba(42, 211, 248, 0.14), rgba(6, 49, 105, 0.35));
  color: #5de4ff;
  box-shadow: 0 0 20px rgba(42, 211, 248, 0.12);
}

.cc-xr-specs__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.cc-xr-specs__label {
  color: rgba(232, 244, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-xr-specs__value {
  color: #e8f4ff !important;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

/* ── Impact (bénéfices + comparatif + résultats) ── */
.cc-xr-impact__benefits {
  margin-bottom: 2.5rem;
}

.cc-xr-impact__compare,
.cc-xr-impact__outcomes {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-xr-impact__subtitle {
  margin: 0 0 1rem;
  color: #f4fbff !important;
  font-size: 1.1rem !important;
}

.cc-xr-impact__intro {
  margin-bottom: 1.25rem !important;
}

/* ── Benefits ── */
.cc-xr-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cc-xr-benefit {
  padding: 1.65rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(196, 168, 255, 0.14);
  background: linear-gradient(155deg, rgba(8, 24, 48, 0.72), rgba(6, 20, 40, 0.55));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.25s ease;
}

.cc-xr-benefit:hover {
  border-color: rgba(196, 168, 255, 0.32);
  background: linear-gradient(155deg, rgba(12, 32, 58, 0.82), rgba(8, 28, 56, 0.68));
  transform: translateY(-2px);
}

.cc-xr-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(42, 211, 248, 0.28);
  background: linear-gradient(145deg, rgba(42, 211, 248, 0.16), rgba(6, 30, 60, 0.5));
  color: #5de4ff;
  box-shadow:
    0 0 0 1px rgba(42, 211, 248, 0.06) inset,
    0 8px 24px rgba(42, 211, 248, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cc-xr-benefit__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.cc-xr-benefit:hover .cc-xr-benefit__icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 0 0 1px rgba(42, 211, 248, 0.12) inset,
    0 12px 32px rgba(42, 211, 248, 0.18);
}

.cc-xr-benefit h3 {
  margin: 0 0 0.6rem;
  font-size: 1.02rem !important;
  color: #f4fbff !important;
  line-height: 1.35 !important;
}

.cc-xr-benefit p {
  margin: 0;
  color: rgba(232, 244, 255, 0.68) !important;
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
}

/* ── Compare ── */
.cc-xr-compare__table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(42, 211, 248, 0.18);
  background: #061428;
}

.cc-xr-compare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.cc-xr-compare__table th,
.cc-xr-compare__table td {
  padding: 1rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid rgba(42, 211, 248, 0.1);
  color: #e8f4ff !important;
  background: rgba(8, 24, 48, 0.95) !important;
  vertical-align: top;
}

.cc-xr-compare__table thead th {
  background: linear-gradient(135deg, #063169, #0a2d5c) !important;
  color: #e8fbff !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-xr-compare__table tbody tr:nth-child(even) td {
  background: rgba(12, 32, 58, 0.98) !important;
}

.cc-xr-compare__hl {
  color: #5de4ff !important;
  font-weight: 600;
}

/* ── Modules (sans images) ── */
.cc-xr-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.cc-xr-module {
  display: grid;
  grid-template-rows: 200px auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.16);
  background: rgba(6, 20, 40, 0.88);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cc-xr-module:hover {
  border-color: rgba(42, 211, 248, 0.34);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.cc-xr-module__visual {
  position: relative;
  overflow: hidden;
  background: #010610;
}

.cc-xr-module__media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.cc-xr-module__video,
.cc-xr-module__fallback {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.cc-xr-module__fallback {
  display: none;
}

.cc-xr-module__media.is-static .cc-xr-module__video {
  display: none;
}

.cc-xr-module__media.is-static .cc-xr-module__fallback {
  display: block;
}

.cc-xr-module__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(1, 6, 16, 0.08) 0%, rgba(1, 6, 16, 0.42) 100%);
  z-index: 1;
}

.cc-xr-module__pov {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 3;
  padding: 0.22rem 0.5rem;
  border-radius: 5px;
  border: 1px solid rgba(196, 168, 255, 0.28);
  background: rgba(3, 11, 24, 0.78);
  color: rgba(196, 168, 255, 0.9);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-xr-module__live {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 3;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  background: rgba(42, 211, 248, 0.14);
  color: #5de4ff;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  animation: cc-xr-pulse 2.4s ease-in-out infinite;
}

.cc-xr-module__wm {
  position: absolute;
  right: 0.75rem;
  bottom: 0.65rem;
  z-index: 3;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  background: rgba(3, 11, 24, 0.72);
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.cc-xr-module__badge,
.cc-xr-module__tag {
  position: absolute;
  z-index: 3;
  padding: 0.28rem 0.6rem;
  border-radius: 6px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cc-xr-module__badge {
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(3, 11, 24, 0.82);
  border: 1px solid rgba(42, 211, 248, 0.28);
  color: #5de4ff !important;
}

.cc-xr-module__tag {
  right: 0.75rem;
  top: 0.75rem;
  background: rgba(6, 49, 105, 0.88);
  border: 1px solid rgba(42, 211, 248, 0.2);
  color: rgba(232, 244, 255, 0.88) !important;
}

.cc-xr-module__body {
  padding: 1.25rem 1.4rem 1.45rem;
}

.cc-xr-module__sector {
  margin: 0 0 0.35rem;
  color: rgba(93, 228, 255, 0.65) !important;
  font-size: 0.7rem !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-xr-module h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem !important;
  color: #f4fbff !important;
  line-height: 1.35 !important;
}

.cc-xr-module__body p {
  margin: 0;
  color: rgba(232, 244, 255, 0.65) !important;
  font-size: 0.88rem !important;
  line-height: 1.6 !important;
}

[data-ip-protect] {
  -webkit-user-select: none;
  user-select: none;
}

/* ── Process : timeline claire ── */
.cc-xr-process__lead {
  max-width: 58ch;
}

.cc-xr-method {
  position: relative;
  margin-top: 0.75rem;
  padding: 0.25rem 0 0.5rem;
}

.cc-xr-method__rail {
  display: none;
}

.cc-xr-method__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-xr-method__step {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--step-i, 0) * 0.08s);
}

.cc-xr-method.is-visible .cc-xr-method__step {
  opacity: 1;
  transform: translateY(0);
}

.cc-xr-method__marker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.cc-xr-method__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(42, 211, 248, 0.28);
  background: rgba(6, 20, 40, 0.75);
  color: #5de4ff;
}

.cc-xr-method__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.cc-xr-method__num {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(93, 228, 255, 0.55);
}

.cc-xr-method__card {
  flex: 1;
  padding: 1.15rem 1.1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background: rgba(6, 20, 40, 0.48);
}

.cc-xr-method__card h3 {
  margin: 0 0 0.5rem;
  color: #f4fbff !important;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.35 !important;
}

.cc-xr-method__card p {
  margin: 0;
  color: rgba(232, 244, 255, 0.72) !important;
  font-size: 0.86rem !important;
  line-height: 1.62 !important;
}

.cc-xr-method__step:nth-child(1) .cc-xr-method__icon { color: #5de4ff; border-color: rgba(93, 228, 255, 0.32); }
.cc-xr-method__step:nth-child(2) .cc-xr-method__icon { color: #c8a0ff; border-color: rgba(200, 160, 255, 0.28); }
.cc-xr-method__step:nth-child(3) .cc-xr-method__icon { color: #4dffb8; border-color: rgba(77, 255, 184, 0.28); }
.cc-xr-method__step:nth-child(4) .cc-xr-method__icon { color: #ffd166; border-color: rgba(255, 209, 102, 0.28); }

.cc-xr-process__governance {
  margin-top: 2rem;
  padding: 1.35rem 1.5rem;
  border-radius: 14px;
  border: 1px solid rgba(42, 211, 248, 0.12);
  background: rgba(6, 20, 40, 0.45);
}

.cc-xr-process__governance p {
  margin: 0.5rem 0 0;
  color: rgba(232, 244, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.65;
}

.cc-xr-process__governance a {
  color: #5de4ff !important;
}

.cc-xr-process__governance-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 0.85rem;
}

/* ── IP ── */
.cc-xr-ip {
  padding: 1.5rem 1.75rem;
  border-radius: 14px;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background: rgba(6, 20, 40, 0.45);
}

.cc-xr-ip__badge {
  margin: 0 0 0.65rem;
  color: rgba(93, 228, 255, 0.75) !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-xr-ip p {
  margin: 0 0 0.55rem;
  color: rgba(232, 244, 255, 0.72) !important;
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
}

.cc-xr-ip p:last-child { margin-bottom: 0; }
.cc-xr-ip__hint a { color: #5de4ff !important; }

/* ── Outcomes ── */
.cc-xr-outcomes__table-wrap {
  overflow-x: auto;
  margin-bottom: 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(42, 211, 248, 0.18);
  background: #061428;
}

.cc-xr-outcomes__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.cc-xr-outcomes__table th,
.cc-xr-outcomes__table td {
  padding: 1rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid rgba(42, 211, 248, 0.1);
  color: #e8f4ff !important;
  background: rgba(8, 24, 48, 0.95) !important;
  vertical-align: top;
}

.cc-xr-outcomes__table thead th {
  background: linear-gradient(135deg, #063169, #0a2d5c) !important;
  color: #e8fbff !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-xr-outcomes__table tbody tr:nth-child(even) td {
  background: rgba(12, 32, 58, 0.98) !important;
}

.cc-xr-outcomes__table tbody tr:last-child td { border-bottom: 0; }

.cc-xr-outcomes__hl {
  color: #5de4ff !important;
  font-weight: 600;
}

.cc-xr-outcomes__footnote {
  margin: 0 0 1rem;
  color: rgba(232, 244, 255, 0.42) !important;
  font-size: 0.78rem !important;
  font-style: italic;
}

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

.cc-xr-outcomes__case {
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(42, 211, 248, 0.12);
  background: rgba(6, 20, 40, 0.42);
}

.cc-xr-outcomes__case p {
  margin: 0;
  color: rgba(232, 244, 255, 0.78) !important;
}

/* ── Profondeur technique (bento futuriste) ── */
.cc-xr-tech-depth {
  position: relative;
  margin-top: 2rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 22px;
  border: 1px solid rgba(42, 211, 248, 0.18);
  background: linear-gradient(155deg, rgba(6, 20, 40, 0.82), rgba(3, 11, 24, 0.95));
  overflow: hidden;
  isolation: isolate;
}

.cc-xr-tech-depth__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.cc-xr-tech-depth__orb {
  position: absolute;
  top: -20%;
  right: -8%;
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 211, 248, 0.18) 0%, transparent 68%);
  filter: blur(2px);
  animation: cc-xr-orb-pulse 6s ease-in-out infinite;
}

.cc-xr-tech-depth__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(42, 211, 248, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 211, 248, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 80% 70% at 70% 30%, black 10%, transparent 75%);
}

.cc-xr-tech-depth__ring {
  position: absolute;
  top: 12%;
  right: 10%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px dashed rgba(42, 211, 248, 0.2);
  animation: cc-xr-ring-spin 24s linear infinite;
}

.cc-xr-tech-depth__head {
  position: relative;
  z-index: 1;
  max-width: 52ch;
  margin-bottom: 1.75rem;
}

.cc-xr-tech-depth__head h3 {
  margin: 0 0 0.65rem !important;
  color: #f4fbff !important;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem) !important;
  letter-spacing: -0.02em;
}

.cc-xr-tech-depth__head .cc-fx-groupe-lead {
  margin: 0 !important;
  font-size: 0.9rem !important;
}

.cc-xr-tech-depth__hub {
  position: absolute;
  top: 1.5rem;
  right: clamp(1rem, 4vw, 2.5rem);
  width: 140px;
  height: 140px;
  z-index: 1;
  pointer-events: none;
}

.cc-xr-tech-depth__hub-core {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 50%;
  border: 1px solid rgba(42, 211, 248, 0.35);
  background: radial-gradient(circle at 35% 30%, rgba(42, 211, 248, 0.22), rgba(6, 20, 40, 0.85) 65%);
  box-shadow: 0 0 40px rgba(42, 211, 248, 0.15);
  color: #5de4ff;
}

.cc-xr-tech-depth__hub-core svg {
  width: 1.75rem;
  height: 1.75rem;
}

.cc-xr-tech-depth__hub-core span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 251, 255, 0.75);
}

.cc-xr-tech-depth__hub-orbit {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(42, 211, 248, 0.12);
}

.cc-xr-tech-depth__hub-orbit--2 {
  inset: -24px;
  border-style: dashed;
  opacity: 0.6;
  animation: cc-xr-ring-spin 18s linear infinite reverse;
}

.cc-xr-tech-depth__bento {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.cc-xr-tech-depth__featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.cc-xr-tech-depth__matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.cc-xr-tech-depth__matrix .cc-xr-tech-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 9.5rem;
}

.cc-xr-tech-depth__matrix .cc-xr-tech-card h4 {
  min-height: 2.6em;
}

.cc-xr-tech-depth__matrix .cc-xr-tech-card p {
  flex: 1;
}

.cc-xr-tech-card {
  position: relative;
  padding: 1.2rem 1.15rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background: rgba(6, 20, 40, 0.55);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.cc-xr-tech-card--featured {
  padding: 1.35rem 1.25rem;
  background: linear-gradient(145deg, rgba(8, 28, 56, 0.75), rgba(6, 20, 40, 0.55));
}

.cc-xr-tech-card__shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(93, 228, 255, 0.55), transparent);
  opacity: 0.7;
}

.cc-xr-tech-card__glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 211, 248, 0.14), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cc-xr-tech-card:hover {
  transform: translateY(-3px);
  border-color: rgba(42, 211, 248, 0.32);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 24px rgba(42, 211, 248, 0.08);
}

.cc-xr-tech-card:hover .cc-xr-tech-card__glow {
  opacity: 1;
}

.cc-xr-tech-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(42, 211, 248, 0.25);
  background: linear-gradient(145deg, rgba(42, 211, 248, 0.18), rgba(6, 49, 105, 0.4));
  color: #5de4ff;
  box-shadow: 0 0 18px rgba(42, 211, 248, 0.12);
}

.cc-xr-tech-card__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.cc-xr-tech-card h4 {
  margin: 0 0 0.45rem;
  color: #f4fbff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.cc-xr-tech-card p {
  margin: 0;
  color: rgba(232, 244, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.58;
}

.cc-xr-tech-card--engine .cc-xr-tech-card__icon { color: #5de4ff; }
.cc-xr-tech-card--headset .cc-xr-tech-card__icon { color: #7eb6ff; }
.cc-xr-tech-card--analytics .cc-xr-tech-card__icon { color: #4dffb8; }
.cc-xr-tech-card--scenarios .cc-xr-tech-card__icon { color: #c8a0ff; }
.cc-xr-tech-card--lms .cc-xr-tech-card__icon { color: #ffd166; }
.cc-xr-tech-card--locale .cc-xr-tech-card__icon { color: #5de4ff; }
.cc-xr-tech-card--security .cc-xr-tech-card__icon { color: #7eb6ff; }
.cc-xr-tech-card--updates .cc-xr-tech-card__icon { color: #4dffb8; }

@keyframes cc-xr-orb-pulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes cc-xr-ring-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ── FAQ ── */
.cc-xr-faq__item {
  border-bottom: 1px solid rgba(42, 211, 248, 0.1);
  padding: 0.65rem 0;
}

.cc-xr-faq__item summary {
  cursor: pointer;
  color: rgba(244, 251, 255, 0.92);
  font-weight: 600;
  font-size: 0.92rem;
}

.cc-xr-faq__item p {
  margin: 0.55rem 0 0;
  color: rgba(232, 244, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.6;
}

/* ── Governance ── */
.cc-xr-governance__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.cc-xr-governance__links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.cc-xr-module__sheet {
  margin-top: 0.75rem;
  font-size: 0.82rem;
}

.cc-xr-module__sheet summary {
  cursor: pointer;
  color: #5de4ff;
  font-weight: 600;
}

.cc-xr-module__sheet-grid {
  display: grid;
  gap: 0.5rem;
  margin: 0.65rem 0;
}

.cc-xr-module__sheet-grid dt {
  color: rgba(232, 244, 255, 0.5);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cc-xr-module__sheet-grid dd {
  margin: 0.15rem 0 0.5rem;
  color: rgba(232, 244, 255, 0.78);
}

.cc-xr-contact-hub {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cc-xr-contact-hub::before {
  content: "";
  position: absolute;
  inset: 20% -20% -30%;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(196, 168, 255, 0.1), transparent 72%);
}

.cc-xr-contact-hub__cta {
  justify-content: center;
  margin-bottom: 1.75rem;
}

.cc-xr-contact-hub .cc-xr-ip {
  margin-top: 0;
  text-align: left;
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
}

/* jump styles moved to .cc-xr-jump-dock */

/* Banner abstract (Nova Academy) */
.cc-fx-nova-xr-banner__visual--abstract {
  min-height: 220px;
  background: #030b18;
}

.cc-xr-banner-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 40% 50%, rgba(42, 211, 248, 0.12) 0%, transparent 65%),
    linear-gradient(rgba(42, 211, 248, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 211, 248, 0.06) 1px, transparent 1px);
  background-size: 100% 100%, 28px 28px, 28px 28px;
}

.cc-nav__link-xr a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #2ad3f8;
  opacity: 0.45;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .cc-xr-hero__grid,
  .cc-xr-experience__grid,
  .cc-xr-scenario-tabs__pane.is-active {
    grid-template-columns: 1fr;
  }

  .cc-xr-console__metrics,
  .cc-xr-specs,
  .cc-xr-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .cc-xr-tech-depth__matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-xr-tech-depth__hub {
    display: none;
  }

  .cc-xr-governance__grid {
    grid-template-columns: 1fr;
  }

  .cc-xr-scenario-tabs__meta {
    border-left: 0;
    border-top: 1px solid rgba(42, 211, 248, 0.1);
  }
}

@media (max-width: 640px) {
  .cc-xr-hero__copy .cc-fx-hero__title { max-width: none; }

  .cc-xr-console__metrics,
  .cc-xr-specs,
  .cc-xr-benefits__grid,
  .cc-xr-method__steps,
  .cc-xr-modules,
  .cc-xr-outcomes__cases,
  .cc-xr-tech-depth__featured,
  .cc-xr-tech-depth__matrix {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  .cc-xr-console__live,
  .cc-xr-console__grid-3d,
  .cc-xr-console__scene.is-active,
  .cc-xr-tech-depth__orb,
  .cc-xr-tech-depth__ring,
  .cc-xr-tech-depth__hub-orbit--2 {
    animation: none;
  }

  .cc-xr-method__step {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cc-xr-tech-card:hover,
  .cc-xr-benefit:hover .cc-xr-benefit__icon {
    transform: none;
  }
}

/* ── Viewport immersif (POV Unity XR) ── */
.cc-xr-viewport {
  margin: 0;
}

.cc-xr-viewport__frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #010610;
  border: 1px solid rgba(196, 168, 255, 0.24);
  box-shadow:
    0 0 0 1px rgba(42, 211, 248, 0.08) inset,
    0 36px 80px rgba(0, 0, 0, 0.5),
    0 0 72px rgba(196, 168, 255, 0.12);
}

.cc-xr-viewport--cinema .cc-xr-viewport__frame {
  aspect-ratio: 16 / 9;
}

.cc-xr-viewport__screen {
  position: absolute;
  inset: 0;
}

.cc-xr-viewport__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.cc-xr-viewport__fov {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 100px rgba(0, 0, 0, 0.5),
    inset 0 0 40px rgba(196, 168, 255, 0.06);
}

.cc-xr-viewport__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1px 3px);
  mix-blend-mode: overlay;
}

.cc-xr-viewport__hud {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}

.cc-xr-viewport__hud-tag,
.cc-xr-viewport__hud-meta {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(196, 168, 255, 0.8);
}

.cc-xr-viewport__hud-meta {
  align-self: flex-end;
  color: rgba(93, 228, 255, 0.65);
}

.cc-xr-viewport__hud-scene {
  align-self: center;
  margin-top: auto;
  margin-bottom: 0.35rem;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(42, 211, 248, 0.22);
  background: rgba(3, 11, 24, 0.78);
  color: #f4fbff;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.cc-xr-viewport__reticle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border: 1px solid rgba(93, 228, 255, 0.45);
  border-radius: 50%;
  opacity: 0.65;
  pointer-events: none;
}

.cc-xr-viewport__reticle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c4a8ff;
  box-shadow: 0 0 8px rgba(196, 168, 255, 0.8);
}

.cc-xr-viewport__play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  background: rgba(2, 8, 16, 0.55);
  color: #f4fbff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.cc-xr-viewport__caption {
  margin: 0.75rem 0 0;
  text-align: center;
  color: rgba(232, 244, 255, 0.4) !important;
  font-size: 0.72rem !important;
  line-height: 1.5 !important;
}

/* ── Hardware cards ── */
.cc-xr-hardware-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.cc-xr-hardware-card {
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(196, 168, 255, 0.12);
  background: rgba(6, 20, 40, 0.55);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.cc-xr-hardware-card:hover {
  border-color: rgba(196, 168, 255, 0.28);
  background: rgba(8, 28, 56, 0.68);
}

.cc-xr-hardware-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(196, 168, 255, 0.22);
  background: var(--cc-xr-violet-soft);
  color: var(--cc-xr-violet);
}

.cc-xr-hardware-card__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.cc-xr-hardware-card h4 {
  margin: 0 0 0.25rem;
  color: #f4fbff !important;
  font-size: 0.95rem !important;
}

.cc-xr-hardware-card__role {
  margin: 0 0 0.45rem;
  color: #5de4ff !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-xr-hardware-card__detail {
  margin: 0;
  color: rgba(232, 244, 255, 0.68) !important;
  font-size: 0.84rem !important;
  line-height: 1.55 !important;
}

/* ── Casque VR (intégré showcase) ── */
.cc-xr-headset__figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.12);
  background: #010610;
}

.cc-xr-headset__chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(42, 211, 248, 0.08);
  background: rgba(6, 20, 40, 0.65);
}

.cc-xr-headset__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(42, 211, 248, 0.22);
}

.cc-xr-headset__dot:first-child { background: #ff5f57; }
.cc-xr-headset__dot:nth-child(2) { background: #febc2e; }
.cc-xr-headset__dot:nth-child(3) { background: #28c840; }

.cc-xr-headset__chrome-label {
  margin-left: 0.25rem;
  color: rgba(232, 244, 255, 0.45);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-xr-headset__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cc-xr-headset__video,
.cc-xr-headset__fallback {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 752 / 416;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  background: #010610;
}

.cc-xr-headset__fallback {
  display: none;
}

.cc-xr-headset__media.is-static .cc-xr-headset__video {
  display: none;
}

.cc-xr-headset__media.is-static .cc-xr-headset__fallback {
  display: block;
}

@media (max-width: 1024px) {
  .cc-xr-showcase__stage {
    grid-template-columns: 1fr;
  }

  .cc-xr-showcase__copy {
    order: 2;
  }

  .cc-xr-showcase__visual {
    order: 1;
  }

  .cc-xr-hardware-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .cc-xr-jump__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cc-xr-jump-dock .cc-fx-wrap {
    padding-inline: 0.65rem;
  }

  .cc-xr-jump__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.3rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.15rem;
  }

  .cc-xr-jump__inner::-webkit-scrollbar {
    display: none;
  }

  .cc-xr-jump__link {
    flex: 0 0 auto;
    min-width: 7.25rem;
  }
}