/* Nova XR V4 — rubrique premium, cohérence texte/visuels */

.cc-xr-page {
  background: #020810;
  --cc-xr-navy: #063169;
  --cc-xr-cyan: #2ad3f8;
  --cc-xr-glow: rgba(42, 211, 248, 0.14);
}

/* ── Hero ── */
.cc-xr-hero {
  min-height: clamp(560px, 88vh, 820px);
  padding-bottom: clamp(2rem, 4vh, 3rem);
  position: relative;
  overflow: hidden;
}

.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: 16ch;
  letter-spacing: -0.02em;
}

.cc-xr-hero__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.cc-xr-hero__specs li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background: rgba(6, 20, 40, 0.55);
  min-width: 5.5rem;
}

.cc-xr-hero__specs span {
  color: #f4fbff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.cc-xr-hero__specs small {
  color: rgba(232, 244, 255, 0.45);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.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.24);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.42);
  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;
}

/* ── Experience section ── */
.cc-xr-experience {
  padding-top: clamp(2.5rem, 6vh, 3.5rem);
  border-bottom: 1px solid rgba(42, 211, 248, 0.08);
}

.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__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;
}

/* ── 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 {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  background: rgba(6, 20, 40, 0.92);
}

.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;
}

/* ── 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(42, 211, 248, 0.14);
  background: rgba(6, 20, 40, 0.65);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.cc-xr-benefit:hover {
  border-color: rgba(42, 211, 248, 0.32);
  background: rgba(8, 28, 56, 0.78);
}

.cc-xr-benefit__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(42, 211, 248, 0.28);
  background: rgba(42, 211, 248, 0.08);
  color: #5de4ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.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;
}

.cc-xr-module__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.cc-xr-module__wm {
  position: absolute;
  right: 0.75rem;
  bottom: 0.65rem;
  z-index: 2;
  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: 2;
  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 ── */
.cc-xr-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-xr-process__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  align-items: start;
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(42, 211, 248, 0.12);
  background: rgba(6, 20, 40, 0.55);
}

.cc-xr-process__num {
  display: grid;
  place-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  border: 1px solid rgba(42, 211, 248, 0.22);
  background: rgba(42, 211, 248, 0.06);
  color: #2ad3f8;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.cc-xr-process__step h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem !important;
  color: #f4fbff !important;
}

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

/* ── 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;
}

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

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

.cc-xr-platform__item h3 {
  margin: 0 0 0.4rem;
  color: #5de4ff;
  font-size: 0.9rem;
}

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

/* ── 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; }

.cc-xr-jump {
  position: sticky;
  top: calc(var(--cc-nav-height, 72px) + 0.25rem);
  z-index: 15;
  margin-bottom: 1.5rem;
}

/* 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,
  .cc-xr-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .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-process__steps,
  .cc-xr-modules,
  .cc-xr-outcomes__cases,
  .cc-xr-platform__grid {
    grid-template-columns: 1fr;
  }

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

  .cc-xr-hero__specs li { flex: 1 1 calc(50% - 0.5rem); }
}

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

/* Section démo privée */
.cc-xr-demo {
  border-top: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-xr-demo__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

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

.cc-xr-viewport--demo .cc-xr-viewport__frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.2);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

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