.new-vision-slide {
  --nv-cyan: #00d5ff;
  --nv-blue: #2f80ff;
  --nv-green: #20e6a3;
  --nv-ink: #050b18;
  overflow: hidden;
  background: transparent;
}

.deck-switch__button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.new-vision-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: none;
}

body[data-active-deck="new-vision"] {
  background:
    radial-gradient(circle at 78% 42%, rgba(0, 213, 255, 0.1), transparent 28%),
    radial-gradient(circle at 12% 76%, rgba(47, 128, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #050b18 0%, #07111f 54%, #050913 100%);
  background-attachment: fixed;
}

body[data-active-deck="new-vision"] .deck::before {
  background:
    linear-gradient(rgba(168, 180, 199, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 180, 199, 0.032) 1px, transparent 1px),
    radial-gradient(circle at 74% 48%, rgba(0, 213, 255, 0.07), transparent 30%);
  background-size: 72px 72px, 72px 72px, 100% 100%;
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 88%, transparent);
}

.nv-ambient {
  position: absolute;
  width: 46vw;
  height: 46vw;
  right: -12vw;
  top: 50%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 128, 255, 0.12), transparent 68%);
  transform: translateY(-50%);
  filter: blur(20px);
}

.nv-meta {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 6rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #6f7d95;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nv-meta span:last-child {
  margin-left: auto;
}

.nv-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.nv-heading {
  position: relative;
  z-index: 4;
}

.nv-heading > small {
  display: block;
  margin-bottom: 1.15rem;
  color: var(--nv-cyan);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nv-heading h2 {
  max-width: 11ch;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 5.2vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 500;
}

.nv-heading h2 b {
  color: var(--nv-cyan);
  font-weight: 700;
  text-shadow: 0 0 38px rgba(0, 213, 255, 0.22);
}

.nv-heading p {
  max-width: 42rem;
  margin: 1.45rem 0 0;
  color: #a8b4c7;
  font-size: clamp(0.92rem, 1.2vw, 1.2rem);
  line-height: 1.65;
}

.nv-visual {
  position: relative;
  min-height: min(68vh, 720px);
  display: grid;
  place-items: center;
}

.nv-footer {
  position: absolute;
  left: 7rem;
  right: 7rem;
  bottom: 2rem;
  color: #f4f8ff;
  font-size: clamp(0.78rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

/* 01 — market intelligence */
.nv-market-orb {
  position: relative;
  width: min(46vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 213, 255, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 213, 255, 0.18) 0 8%, transparent 9% 24%, rgba(47, 128, 255, 0.06) 25% 26%, transparent 27%),
    conic-gradient(from 45deg, transparent, rgba(0, 213, 255, 0.08), transparent 36%, rgba(47, 128, 255, 0.1), transparent 74%);
  box-shadow: inset 0 0 80px rgba(0, 213, 255, 0.05), 0 0 100px rgba(0, 213, 255, 0.08);
}

.nv-market-orb > i {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(0, 213, 255, 0.2);
  border-radius: 50%;
}

.nv-market-orb > i:nth-of-type(2) { inset: 24%; transform: rotateX(68deg); }
.nv-market-orb > i:nth-of-type(3) { inset: 24%; transform: rotateY(68deg); }
.nv-market-orb > i:nth-of-type(4) { inset: 6%; border-style: dashed; animation: nv-spin 28s linear infinite; }

.nv-orb-core {
  position: absolute;
  inset: 37%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 248, 255, 0.3);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 32%, #f4f8ff, #00d5ff 18%, #1e5eff 48%, #07111f 72%);
  box-shadow: 0 0 52px rgba(0, 213, 255, 0.55);
}

.nv-orb-core span { color: #050b18; font: 800 2.4rem/1 "Space Grotesk", sans-serif; }
.nv-orb-label { position: absolute; color: #a8b4c7; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.18em; }
.nv-orb-label--a { top: 12%; left: 22%; }
.nv-orb-label--b { top: 19%; right: 18%; }
.nv-orb-label--c { bottom: 15%; right: 12%; }
.nv-orb-label--d { bottom: 22%; left: 9%; }

/* 02 — continuous market streams */
.nv-stream-field { position: relative; width: 100%; min-height: 560px; overflow: hidden; border-radius: 50%; }
.nv-stream {
  position: absolute;
  left: -15%;
  width: 130%;
  padding: 0.8rem 0;
  color: rgba(168, 180, 199, 0.3);
  border-block: 1px solid rgba(168, 180, 199, 0.07);
  font: 700 0.7rem/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.22em;
  white-space: nowrap;
}
.nv-stream--one { top: 22%; transform: rotate(-8deg); }
.nv-stream--two { top: 48%; transform: rotate(6deg); color: rgba(0, 213, 255, 0.4); }
.nv-stream--three { top: 72%; transform: rotate(-4deg); }
.nv-time-core { position: absolute; inset: 31%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: rgba(5, 11, 24, 0.84); box-shadow: 0 0 90px #050b18; }
.nv-time-core strong { color: var(--nv-cyan); font: 500 clamp(5rem, 10vw, 9rem)/0.8 "Space Grotesk", sans-serif; }
.nv-time-core span { margin-top: 1.2rem; color: #a8b4c7; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }

/* 03 — attention aperture */
.nv-attention { position: relative; width: 100%; min-height: 590px; }
.nv-noise-cloud { position: absolute; inset: 5%; background-image: radial-gradient(circle, rgba(168, 180, 199, 0.28) 1px, transparent 1.5px); background-size: 13px 13px; mask-image: radial-gradient(circle, #000 20%, rgba(0,0,0,.65) 55%, transparent 78%); }
.nv-noise-cloud span { position: absolute; padding: 0.55rem 0.8rem; border: 1px solid rgba(168,180,199,.12); border-radius: 999px; background: rgba(5,11,24,.7); color: #6f7d95; font-size: .6rem; font-weight: 800; }
.nv-noise-cloud span:nth-child(1) { top: 8%; left: 10%; }
.nv-noise-cloud span:nth-child(2) { top: 18%; right: 5%; }
.nv-noise-cloud span:nth-child(3) { bottom: 15%; left: 7%; }
.nv-noise-cloud span:nth-child(4) { right: 9%; bottom: 10%; }
.nv-aperture { position: absolute; inset: 23%; display: grid; place-content: center; text-align: center; border: 1px solid rgba(0,213,255,.22); border-radius: 50%; background: radial-gradient(circle, rgba(0,213,255,.15), #07111f 65%); box-shadow: 0 0 70px rgba(0,213,255,.12); }
.nv-eye { width: 110px; height: 54px; margin: auto; border: 2px solid var(--nv-cyan); border-radius: 100% 0 100% 0; transform: rotate(45deg); }
.nv-eye::after { content: ""; position: absolute; width: 22px; height: 22px; margin: 14px 0 0 -11px; border-radius: 50%; background: var(--nv-cyan); box-shadow: 0 0 24px var(--nv-cyan); }
.nv-aperture b { margin-top: 1.5rem; font: 600 3rem/1 "Space Grotesk", sans-serif; }
.nv-aperture small { color: #a8b4c7; text-transform: uppercase; letter-spacing: .14em; }

/* 04 — fragments */
.nv-fragments { position: relative; width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; transform: perspective(900px) rotateY(-7deg); }
.nv-fragments article { min-height: 140px; display: flex; align-items: flex-end; padding: 1.2rem; border: 1px solid rgba(168,180,199,.13); background: linear-gradient(145deg, rgba(15,28,49,.88), rgba(7,17,31,.45)); color: #a8b4c7; font: 700 .68rem/1 "Space Grotesk", sans-serif; letter-spacing: .12em; box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.nv-fragments article:nth-child(2), .nv-fragments article:nth-child(5) { transform: translateY(2rem); }
.nv-fragments article:nth-child(3), .nv-fragments article:nth-child(4) { border-color: rgba(255,77,109,.2); }
.nv-fragment-break { position: absolute; width: 46%; height: 1px; background: linear-gradient(90deg, transparent, #ff4d6d, transparent); transform: rotate(-24deg); box-shadow: 0 0 16px #ff4d6d; }
.nv-fragment-break--a { top: 46%; left: 2%; }
.nv-fragment-break--b { right: 2%; bottom: 34%; }

/* 05 — decision cycle */
.nv-cycle { position: relative; width: min(48vw, 660px); aspect-ratio: 1; border: 1px dashed rgba(0,213,255,.2); border-radius: 50%; animation: nv-breathe 5s ease-in-out infinite; }
.nv-cycle::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(47,128,255,.2); border-radius: 50%; }
.nv-cycle-core { position: absolute; inset: 31%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle, rgba(0,213,255,.2), rgba(7,17,31,.96) 66%); box-shadow: 0 0 60px rgba(0,213,255,.22); font: 700 1.1rem/1 "Space Grotesk", sans-serif; letter-spacing: .1em; }
.nv-cycle-core small { margin-top: .55rem; color: var(--nv-cyan); font-size: .52rem; }
.nv-cycle-node { position: absolute; width: 112px; height: 64px; display: grid; place-content: center; border: 1px solid rgba(0,213,255,.2); border-radius: 14px; background: rgba(7,17,31,.94); text-align: center; }
.nv-cycle-node b { color: var(--nv-cyan); font-size: .56rem; letter-spacing: .14em; }
.nv-cycle-node span { margin-top: .25rem; font-size: .72rem; font-weight: 700; }
.nv-cycle-node--1 { top: -2%; left: 50%; transform: translateX(-50%); }
.nv-cycle-node--2 { top: 28%; right: -7%; }
.nv-cycle-node--3 { right: 6%; bottom: 4%; }
.nv-cycle-node--4 { left: 6%; bottom: 4%; }
.nv-cycle-node--5 { top: 28%; left: -7%; }

/* 06 — architecture stack */
.nv-layer-stack { width: 100%; display: flex; flex-direction: column; gap: .65rem; transform: perspective(1100px) rotateY(-8deg) rotateX(3deg); }
.nv-layer-stack > div { display: grid; grid-template-columns: 44px 1fr 1.5fr; align-items: center; min-height: 78px; padding: 0 1.3rem; border: 1px solid rgba(168,180,199,.12); background: linear-gradient(90deg, rgba(15,28,49,.92), rgba(7,17,31,.56)); box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.nv-layer-stack > div:nth-child(3) { border-color: rgba(0,213,255,.4); background: linear-gradient(90deg, rgba(0,213,255,.13), rgba(7,17,31,.72)); box-shadow: 0 0 38px rgba(0,213,255,.1); }
.nv-layer-stack small { color: #6f7d95; font-weight: 800; }
.nv-layer-stack strong { color: #f4f8ff; font: 700 .82rem/1 "Space Grotesk", sans-serif; letter-spacing: .12em; }
.nv-layer-stack span { color: #a8b4c7; font-size: .72rem; }

/* 07 — Event OS */
.nv-nervous { width: 100%; display: grid; grid-template-columns: 1fr 220px 1fr; align-items: center; gap: 2rem; }
.nv-source-cloud { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.nv-source-cloud span { padding: .9rem; border: 1px solid rgba(168,180,199,.12); border-radius: 12px; background: rgba(15,28,49,.6); color: #a8b4c7; font-size: .68rem; font-weight: 700; text-align: center; }
.nv-event-core { position: relative; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid rgba(0,213,255,.34); border-radius: 50%; background: radial-gradient(circle, rgba(0,213,255,.19), #07111f 68%); box-shadow: 0 0 60px rgba(0,213,255,.18); }
.nv-event-core::before, .nv-event-core::after { content: ""; position: absolute; top: 50%; width: 60px; height: 1px; background: linear-gradient(90deg, transparent, var(--nv-cyan)); }
.nv-event-core::before { right: 100%; }
.nv-event-core::after { left: 100%; transform: rotate(180deg); }
.nv-event-core strong { font: 700 1rem/1 "Space Grotesk", sans-serif; letter-spacing: .1em; }
.nv-event-core small { margin-top: .6rem; color: var(--nv-cyan); font-size: .45rem; letter-spacing: .12em; }
.nv-unified-signal { display: grid; grid-template-columns: 1fr repeat(3, auto); gap: .45rem; align-items: center; padding: 1.2rem; border: 1px solid rgba(32,230,163,.24); border-radius: 16px; background: rgba(32,230,163,.06); }
.nv-unified-signal span { color: var(--nv-green); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.nv-unified-signal b { color: #6f7d95; font: 500 .58rem/1 monospace; }

/* 08 — HF Engine */
.nv-engine { width: 100%; display: grid; grid-template-columns: 1fr 260px 1fr; align-items: center; gap: 2rem; }
.nv-engine-input { display: flex; flex-direction: column; gap: .7rem; }
.nv-engine-input span { padding: .8rem 1rem; border-right: 1px solid rgba(0,213,255,.26); background: linear-gradient(90deg, transparent, rgba(0,213,255,.06)); color: #a8b4c7; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-align: right; }
.nv-engine-reactor { position: relative; aspect-ratio: 1; display: grid; place-content: center; border: 1px solid rgba(0,213,255,.3); border-radius: 50%; background: radial-gradient(circle, #f4f8ff 0 2%, #00d5ff 3% 6%, #1e5eff 10%, rgba(7,17,31,.96) 52%); box-shadow: 0 0 80px rgba(0,213,255,.24), inset 0 0 40px rgba(0,213,255,.2); text-align: center; }
.nv-engine-reactor i { position: absolute; inset: 8%; border: 1px dashed rgba(0,213,255,.35); border-radius: 50%; animation: nv-spin 16s linear infinite; }
.nv-engine-reactor i:nth-child(2) { inset: 19%; animation-direction: reverse; animation-duration: 11s; }
.nv-engine-reactor i:nth-child(3) { inset: -8%; border-color: rgba(47,128,255,.16); animation-duration: 30s; }
.nv-engine-reactor strong { font: 700 2.8rem/.85 "Space Grotesk", sans-serif; letter-spacing: -.08em; }
.nv-engine-reactor small { margin-top: .4rem; color: var(--nv-cyan); font-size: .58rem; letter-spacing: .18em; }
.nv-engine-output { padding: 1.6rem; border: 1px solid rgba(32,230,163,.25); border-radius: 18px; background: linear-gradient(145deg, rgba(32,230,163,.1), rgba(7,17,31,.72)); }
.nv-engine-output small, .nv-engine-output span { display: block; color: #a8b4c7; font-size: .58rem; font-weight: 800; letter-spacing: .13em; }
.nv-engine-output strong { display: block; margin: .5rem 0; color: var(--nv-green); font: 600 4rem/1 "Space Grotesk", sans-serif; }

/* 09 — event path */
.nv-event-path { position: relative; width: 100%; display: flex; flex-direction: column; gap: .72rem; }
.nv-event-path::before { content: ""; position: absolute; left: 22px; top: 36px; bottom: 36px; width: 1px; background: linear-gradient(var(--nv-cyan), var(--nv-green)); box-shadow: 0 0 12px var(--nv-cyan); }
.nv-event-path article { position: relative; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; min-height: 66px; padding: .6rem 1rem; border: 1px solid rgba(168,180,199,.11); border-radius: 12px; background: rgba(11,22,40,.7); }
.nv-event-path small { position: relative; z-index: 1; color: var(--nv-cyan); font-size: .56rem; font-weight: 800; }
.nv-event-path strong { font-size: .7rem; letter-spacing: .11em; }
.nv-event-path span { color: var(--nv-green); font-size: .62rem; font-weight: 800; }
.nv-event-path__active { border-color: rgba(32,230,163,.4) !important; box-shadow: 0 0 32px rgba(32,230,163,.1); }

/* 10 — unified AI */
.nv-ai-map { position: relative; width: min(47vw, 660px); aspect-ratio: 1; }
.nv-ai-ring { position: absolute; inset: 3%; border: 1px dashed rgba(124,92,255,.35); border-radius: 50%; animation: nv-spin 36s linear infinite; }
.nv-ai-ring::before { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(0,213,255,.16); border-radius: 50%; }
.nv-ai-ring span { position: absolute; padding: .6rem .8rem; border: 1px solid rgba(124,92,255,.22); border-radius: 999px; background: #07111f; color: #c7bfff; font-size: .58rem; font-weight: 800; letter-spacing: .12em; animation: nv-counter-spin 36s linear infinite; }
.nv-ai-ring span:nth-child(1) { top: -2%; left: 42%; }
.nv-ai-ring span:nth-child(2) { top: 22%; right: -5%; }
.nv-ai-ring span:nth-child(3) { right: 2%; bottom: 15%; }
.nv-ai-ring span:nth-child(4) { bottom: -2%; left: 38%; }
.nv-ai-ring span:nth-child(5) { left: -7%; bottom: 20%; }
.nv-ai-ring span:nth-child(6) { left: -4%; top: 20%; }
.nv-ai-figure { position: absolute; inset: 25%; z-index: 2; display: grid; place-content: center; text-align: center; filter: drop-shadow(0 0 28px rgba(124,92,255,.3)); }
.nv-ai-head { width: 86px; height: 100px; margin: auto; border: 1px solid rgba(244,248,255,.5); border-radius: 46% 46% 42% 42%; background: linear-gradient(135deg, rgba(244,248,255,.18), rgba(124,92,255,.08)); }
.nv-ai-body { width: 180px; height: 130px; margin-top: -4px; border: 1px solid rgba(244,248,255,.28); border-radius: 50% 50% 8% 8%; background: linear-gradient(135deg, rgba(0,213,255,.1), rgba(124,92,255,.08)); }
.nv-ai-figure strong { position: absolute; inset: 43% 0 auto; color: #f4f8ff; font-size: .7rem; letter-spacing: .2em; }

/* 11 — opportunity funnel */
.nv-opportunity-funnel { width: 100%; display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; gap: 1.5rem; }
.nv-data-mass { position: relative; min-height: 330px; display: grid; place-content: center; text-align: center; background-image: radial-gradient(circle, rgba(168,180,199,.26) 1px, transparent 1.5px); background-size: 12px 12px; mask-image: radial-gradient(ellipse, #000 30%, transparent 74%); }
.nv-data-mass strong { position: relative; z-index: 2; font: 500 clamp(2rem,4vw,4rem)/1 "Space Grotesk",sans-serif; }
.nv-data-mass span { position: relative; z-index: 2; margin-top: .5rem; color: #6f7d95; font-size: .6rem; font-weight: 800; letter-spacing: .18em; }
.nv-funnel-ai { width: 78px; aspect-ratio: 1; display: grid; place-content: center; border: 1px solid rgba(0,213,255,.35); border-radius: 50%; background: rgba(0,213,255,.1); color: var(--nv-cyan); font-weight: 800; box-shadow: 0 0 38px rgba(0,213,255,.2); }
.nv-opportunity-list { display: flex; flex-direction: column; gap: .8rem; }
.nv-opportunity-list article { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; padding: 1rem; border: 1px solid rgba(0,213,255,.18); border-radius: 14px; background: linear-gradient(90deg, rgba(0,213,255,.09), rgba(7,17,31,.7)); }
.nv-opportunity-list b { color: #6f7d95; font-size: .55rem; }
.nv-opportunity-list strong { font-size: .8rem; letter-spacing: .12em; }
.nv-opportunity-list span { color: var(--nv-green); font: 600 1.7rem/1 "Space Grotesk",sans-serif; }

/* 12 — research line */
.nv-research-line { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: .8rem; }
.nv-research-line > i { display: none; }
.nv-research-line article { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem; border: 1px solid rgba(168,180,199,.12); border-radius: 16px; background: linear-gradient(145deg, rgba(15,28,49,.9), rgba(7,17,31,.6)); }
.nv-research-line article::after { content: ""; position: absolute; top: 50%; left: 100%; width: .8rem; height: 1px; background: var(--nv-cyan); }
.nv-research-line article:last-child::after { display: none; }
.nv-research-line small { color: var(--nv-cyan); font-size: .55rem; font-weight: 800; letter-spacing: .14em; }
.nv-research-line strong { font: 600 .9rem/1.45 "Space Grotesk",sans-serif; }
.nv-research-line__result { border-color: rgba(32,230,163,.32) !important; box-shadow: 0 0 36px rgba(32,230,163,.08); }

/* 13 — learning loop */
.nv-learning-loop { position: relative; width: min(46vw, 620px); aspect-ratio: 1; }
.nv-learning-loop svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-35deg); }
.nv-learning-loop circle { fill: none; stroke: rgba(0,213,255,.32); stroke-width: 1; stroke-dasharray: 8 8; }
.nv-learning-core { position: absolute; inset: 32%; z-index: 2; display: grid; place-content: center; border-radius: 50%; background: radial-gradient(circle, rgba(32,230,163,.16), #07111f 70%); text-align: center; box-shadow: 0 0 60px rgba(32,230,163,.1); }
.nv-learning-core strong { color: var(--nv-green); font: 600 2.5rem/1 "Space Grotesk",sans-serif; }
.nv-learning-core span { margin-top: .5rem; color: #a8b4c7; font-size: .5rem; font-weight: 800; letter-spacing: .14em; }
.nv-learning-node { position: absolute; z-index: 3; padding: .75rem 1rem; border: 1px solid rgba(0,213,255,.2); border-radius: 999px; background: #07111f; color: #a8b4c7; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.nv-learning-node--1 { top: 2%; left: 42%; }
.nv-learning-node--2 { top: 44%; right: -2%; }
.nv-learning-node--3 { bottom: 4%; left: 40%; }
.nv-learning-node--4 { top: 44%; left: -3%; }

/* 14 — product system */
.nv-product-system { position: relative; width: min(48vw, 680px); aspect-ratio: 1; border: 1px solid rgba(0,213,255,.1); border-radius: 50%; }
.nv-product-system::before, .nv-product-system::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(47,128,255,.12); border-radius: 50%; }
.nv-product-system::after { inset: 35%; }
.nv-product-core { position: absolute; inset: 36%; z-index: 2; display: grid; place-content: center; border: 1px solid rgba(0,213,255,.3); border-radius: 50%; background: radial-gradient(circle, rgba(0,213,255,.2), #07111f 68%); text-align: center; box-shadow: 0 0 56px rgba(0,213,255,.18); }
.nv-product-core strong { font: 700 .9rem/1 "Space Grotesk",sans-serif; letter-spacing: .1em; }
.nv-product-core span { margin-top: .45rem; color: var(--nv-cyan); font-size: .42rem; font-weight: 800; letter-spacing: .12em; }
.nv-product-node { position: absolute; min-width: 104px; padding: .65rem .8rem; border: 1px solid rgba(168,180,199,.14); border-radius: 999px; background: rgba(7,17,31,.92); color: #a8b4c7; font-size: .56rem; font-weight: 800; text-align: center; }
.nv-p1 { top: -2%; left: 42%; }.nv-p2 { top: 9%; right: 8%; }.nv-p3 { top: 29%; right: -7%; }.nv-p4 { bottom: 28%; right: -6%; }.nv-p5 { right: 10%; bottom: 7%; }.nv-p6 { bottom: -2%; left: 40%; }.nv-p7 { bottom: 8%; left: 7%; }.nv-p8 { bottom: 28%; left: -8%; }.nv-p9 { top: 29%; left: -6%; }.nv-p10 { top: 8%; left: 8%; }

/* 15 — role network */
.nv-role-network { position: relative; width: min(48vw, 680px); aspect-ratio: 1; }
.nv-role-core { position: absolute; inset: 35%; z-index: 3; display: grid; place-content: center; border: 1px solid rgba(0,213,255,.3); border-radius: 50%; background: radial-gradient(circle, rgba(0,213,255,.18), #07111f 68%); text-align: center; box-shadow: 0 0 55px rgba(0,213,255,.17); font: 700 .9rem/1 "Space Grotesk",sans-serif; }
.nv-role-core small { margin-top: .5rem; color: var(--nv-cyan); font-size: .42rem; letter-spacing: .14em; }
.nv-role { position: absolute; width: 170px; min-height: 104px; display: grid; place-content: center; border: 1px solid rgba(168,180,199,.15); border-radius: 20px; background: linear-gradient(145deg, rgba(15,28,49,.92), rgba(7,17,31,.72)); text-align: center; }
.nv-role strong { font-size: .7rem; letter-spacing: .1em; }.nv-role span { margin-top: .45rem; color: var(--nv-cyan); font-size: .5rem; font-weight: 800; letter-spacing: .12em; }
.nv-role--1 { top: 3%; left: 37%; }.nv-role--2 { top: 38%; right: 0; }.nv-role--3 { bottom: 2%; left: 37%; }.nv-role--4 { top: 38%; left: 0; }
.nv-role-network > i { position: absolute; left: 50%; top: 50%; width: 33%; height: 1px; transform-origin: left; background: linear-gradient(90deg, var(--nv-cyan), transparent); opacity: .45; }
.nv-role-network > i:nth-of-type(1) { transform: rotate(-90deg); }.nv-role-network > i:nth-of-type(2) { transform: rotate(0); }.nv-role-network > i:nth-of-type(3) { transform: rotate(90deg); }.nv-role-network > i:nth-of-type(4) { transform: rotate(180deg); }

/* 16 — human and AI horizon */
.nv-slide-16 .nv-layout { grid-template-columns: .8fr 1.2fr; }
.nv-final-scene { position: relative; width: 100%; min-height: 660px; overflow: hidden; }
.nv-horizon { position: absolute; left: 0; right: 0; bottom: 18%; height: 1px; background: linear-gradient(90deg, transparent, var(--nv-cyan), transparent); box-shadow: 0 0 30px rgba(0,213,255,.7); }
.nv-horizon::before { content: ""; position: absolute; left: 50%; width: 90%; height: 300px; transform: translate(-50%,-50%); background: radial-gradient(ellipse, rgba(0,213,255,.13), transparent 68%); }
.nv-trader-silhouette, .nv-companion-silhouette { position: absolute; bottom: 18%; width: 100px; height: 290px; background: linear-gradient(90deg, #02050c, #0b1628); clip-path: polygon(33% 0, 67% 0, 73% 14%, 64% 25%, 82% 36%, 91% 100%, 9% 100%, 18% 36%, 36% 25%, 27% 14%); }
.nv-trader-silhouette { left: 38%; filter: drop-shadow(0 0 18px rgba(0,0,0,.8)); }
.nv-companion-silhouette { left: 55%; opacity: .62; background: linear-gradient(90deg, rgba(0,213,255,.12), rgba(124,92,255,.52)); filter: drop-shadow(0 0 22px rgba(0,213,255,.4)); }
.nv-companion-silhouette span { position: absolute; top: 14%; left: 42%; color: #f4f8ff; font-size: .55rem; font-weight: 800; letter-spacing: .14em; }
.nv-final-world { position: absolute; left: 50%; top: 10%; width: 470px; aspect-ratio: 1; transform: translateX(-50%); border: 1px solid rgba(0,213,255,.15); border-radius: 50%; background: radial-gradient(circle, rgba(0,213,255,.1), transparent 64%); }
.nv-final-world span { position: absolute; inset: 12%; border: 1px solid rgba(0,213,255,.11); border-radius: 50%; }.nv-final-world span:nth-child(2) { transform: rotateX(70deg); }.nv-final-world span:nth-child(3) { transform: rotateY(70deg); }

@keyframes nv-spin { to { transform: rotate(360deg); } }
@keyframes nv-counter-spin { to { transform: rotate(-360deg); } }
@keyframes nv-breathe { 50% { box-shadow: 0 0 80px rgba(0,213,255,.08); } }

@media (max-width: 1200px) {
  .nv-layout { grid-template-columns: minmax(260px,.7fr) minmax(430px,1.3fr); gap: 2rem; }
  .nv-footer { left: 4rem; right: 4rem; }
  .nv-heading h2 { font-size: clamp(2.7rem,5vw,4.8rem); }
  .nv-product-node { min-width: 90px; padding: .55rem; font-size: .5rem; }
}

@media (max-width: 900px) {
  .new-vision-slide { padding-top: 7rem; padding-bottom: 4.5rem; }
  .nv-layout, .nv-slide-16 .nv-layout { grid-template-columns: 1fr; gap: 1rem; }
  .nv-heading { max-width: 720px; }
  .nv-heading h2 { max-width: 13ch; font-size: clamp(2.65rem,8vw,5rem); }
  .nv-heading p { max-width: 60ch; }
  .nv-visual { min-height: 520px; }
  .nv-market-orb, .nv-cycle, .nv-ai-map, .nv-learning-loop, .nv-product-system, .nv-role-network { width: min(72vw,620px); }
  .nv-footer { position: static; margin-top: 1rem; }
  .nv-meta { top: 4.2rem; }
}

@media (max-width: 600px) {
  .new-vision-slide { padding: 6.7rem 1.1rem 3rem; }
  .nv-meta { top: 4.25rem; left: 1.1rem; right: 4.4rem; font-size: .5rem; }
  .nv-meta span:last-child { display: none; }
  .nv-heading > small { font-size: .58rem; }
  .nv-heading h2 { font-size: clamp(2.45rem,13vw,4rem); }
  .nv-heading p { font-size: .88rem; }
  .nv-visual { min-height: 430px; transform: scale(.94); }
  .nv-market-orb, .nv-cycle, .nv-ai-map, .nv-learning-loop, .nv-product-system, .nv-role-network { width: min(92vw,480px); }
  .nv-stream-field, .nv-attention { min-height: 430px; }
  .nv-fragments { grid-template-columns: repeat(2,1fr); transform: none; }
  .nv-fragments article { min-height: 100px; }
  .nv-cycle-node { width: 90px; height: 56px; }
  .nv-cycle-node--2 { right: -2%; }.nv-cycle-node--5 { left: -2%; }
  .nv-layer-stack > div { grid-template-columns: 34px 1fr; min-height: 62px; }
  .nv-layer-stack span { display: none; }
  .nv-nervous, .nv-engine { grid-template-columns: 1fr; }
  .nv-source-cloud { grid-template-columns: repeat(3,1fr); }
  .nv-event-core { width: 180px; margin: auto; }
  .nv-event-core::before, .nv-event-core::after { display: none; }
  .nv-engine-input { display: grid; grid-template-columns: repeat(2,1fr); }
  .nv-engine-input span { text-align: center; border: 1px solid rgba(0,213,255,.15); }
  .nv-engine-reactor { width: 200px; margin: auto; }
  .nv-engine-output { text-align: center; }
  .nv-opportunity-funnel { grid-template-columns: 1fr; gap: .5rem; }
  .nv-data-mass { min-height: 180px; }.nv-funnel-ai { width: 62px; margin: auto; }
  .nv-research-line { grid-template-columns: repeat(2,1fr); }
  .nv-research-line article { min-height: 130px; }.nv-research-line article::after { display: none; }
  .nv-product-node { min-width: 76px; font-size: .44rem; }
  .nv-role { width: 125px; min-height: 82px; }
  .nv-role--1, .nv-role--3 { left: 34%; }
  .nv-final-scene { min-height: 500px; }
  .nv-final-world { width: 360px; }
  .nv-trader-silhouette { left: 31%; }.nv-companion-silhouette { left: 54%; }
  .nv-footer { font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
  .new-vision-slide *, .new-vision-slide *::before, .new-vision-slide *::after { animation: none !important; }
}
