/* Neoo Platform public landing - generated content contract: 20260825-neoo-platform-10k-2
   Cinematic scroll journey (10k-websites workflow): a generated motion-design shot, scrubbed by
   scroll - scattered glass tools connect into a glowing constellation, a pulse crosses it, the
   page settles into the real site. */

.np-root {
  scroll-behavior: smooth;
}

.np-root,
.platform-page {
  overflow-x: hidden;
  overflow-x: clip;
}

.platform-page {
  --np-ink: #111239;
  --np-muted: #60647e;
  --np-line: rgba(31, 34, 87, 0.12);
  --np-soft-line: rgba(31, 34, 87, 0.08);
  --np-surface: #ffffff;
  --np-soft: #f3f5ff;
  --np-deep: #070936;
  --np-blue: #2457ff;
  --np-cyan: #00b9eb;
  --np-violet: #7658ff;
  --np-green: #17a877;
  --npx-header: var(--partner-overview-header-h, 92px);
  --npx-ease: cubic-bezier(0.23, 1, 0.32, 1);
  --npx-tsl: 0 1px 0 rgba(247, 249, 255, 0.92), 0 2px 12px rgba(247, 249, 255, 0.78), 0 8px 36px rgba(247, 249, 255, 0.85);
  --npx-tsd: 0 1px 2px rgba(4, 7, 24, 0.95), 0 3px 12px rgba(4, 7, 24, 0.8), 0 10px 44px rgba(4, 7, 24, 0.82);
  margin: 0;
  color: var(--np-ink);
  background: #f7f9ff;
  font-family: var(--cb-body-font, "Cerebri Sans", Arial, sans-serif);
}

.platform-page [hidden] {
  display: none !important;
}

.platform-page *,
.platform-page *::before,
.platform-page *::after {
  box-sizing: border-box;
}

.platform-page main {
  overflow: clip;
}

.platform-page a,
.platform-page button,
.platform-page summary {
  -webkit-tap-highlight-color: transparent;
}

.platform-page :is(a, button, summary):focus-visible {
  outline: 3px solid #1188e8;
  outline-offset: 4px;
}

.np-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.np-section {
  position: relative;
  padding: clamp(88px, 9vw, 144px) 0;
  scroll-margin-top: 180px;
}

.np-eyebrow {
  margin: 0 0 20px;
  color: var(--np-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.np-section-heading {
  max-width: 870px;
  margin-bottom: clamp(46px, 6vw, 78px);
}

.np-section-heading--wide {
  max-width: 1040px;
}

.np-section-heading h2,
.np-final h2 {
  margin: 0;
  color: var(--np-ink);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-section);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.np-section-heading h2 span,
.np-final h2 span {
  display: block;
}

.np-section-heading > p:last-child,
.np-final > .np-shell > p:not(.np-eyebrow) {
  max-width: 790px;
  margin: 28px 0 0;
  color: var(--np-muted);
  font-size: var(--cb-lead-section);
  line-height: 1.45;
}

.np-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.np-button {
  display: inline-flex;
  min-height: 56px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--np-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.np-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.np-button--primary {
  color: #fff;
  background: var(--cb-accent-gradient);
  box-shadow: 0 14px 32px rgba(50, 69, 224, 0.23);
}

.np-button--secondary {
  border-color: rgba(28, 34, 91, 0.15);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(25, 31, 81, 0.06);
}

.np-button:hover {
  transform: translateY(-2px);
}

.np-button--primary:hover {
  box-shadow: 0 18px 38px rgba(50, 69, 224, 0.3);
}

.np-button--secondary:hover {
  border-color: rgba(36, 87, 255, 0.4);
}

/* ---------- The scroll-scrubbed hero: a 760vh pinned journey ---------- */

.np-heroes {
  position: relative;
}

.npx-hero {
  position: relative;
  height: 760vh;
}

.npx-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #f7f9ff;
}

.npx-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  background: #f7f9ff;
}

.npx-media video,
.npx-media .npx-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  transform: translateZ(0);
}

.npx-media .npx-poster {
  background-position: center;
  background-size: cover;
}

.npx-media video {
  opacity: 0;
  transition: opacity 420ms var(--npx-ease);
}

.npx-stage.npx-video-ready .npx-media video { opacity: 1; }
.npx-stage.npx-video-failed .npx-media video { display: none; }

/* ---------- Veils: the readable text lane, day and night ---------- */

.npx-veil {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.npx-veil--light {
  opacity: var(--veil-light, 1);
  background: linear-gradient(90deg,
    #f7f9ff 0%,
    rgba(247, 249, 255, 0.96) 26%,
    rgba(247, 249, 255, 0.78) 42%,
    rgba(247, 249, 255, 0.36) 58%,
    rgba(247, 249, 255, 0.06) 74%,
    rgba(247, 249, 255, 0) 100%);
}

.npx-veil--dark {
  opacity: var(--veil-dark, 0);
  background: linear-gradient(90deg,
    rgba(5, 9, 32, 0.94) 0%,
    rgba(5, 9, 32, 0.86) 26%,
    rgba(5, 9, 32, 0.6) 46%,
    rgba(5, 9, 32, 0.26) 64%,
    rgba(5, 9, 32, 0) 100%);
}

/* ---------- Caption bands ---------- */

.npx-grid {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  align-items: center;
  width: min(calc(100% - 96px), 1610px);
  margin-inline: auto;
  padding-top: var(--npx-header);
}

.npx-band {
  grid-area: 1 / 1;
  max-width: 640px;
  opacity: 0;
  pointer-events: none;
}

.npx-band.npx-is-on {
  pointer-events: auto;
}

.npx-kicker {
  margin: 0 0 18px;
  color: var(--np-blue);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow: var(--npx-tsl);
}

.npx-title {
  margin: 0;
  color: var(--np-ink);
  font-family: var(--cb-display-font);
  font-size: clamp(42px, 4.4vw, 72px);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: 1.06;
  text-shadow: var(--npx-tsl);
}

.npx-sub {
  max-width: 36ch;
  margin: 22px 0 0;
  color: #4e526f;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.5;
  text-shadow: var(--npx-tsl);
  opacity: var(--ks2, 0);
  transform: translateY(calc((1 - var(--ks2, 0)) * 12px));
}

.npx-band--dark .npx-kicker { color: #8fd6ff; text-shadow: var(--npx-tsd); }
.npx-band--dark .npx-title { color: #eef2ff; text-shadow: var(--npx-tsd); }
.npx-band--dark .npx-sub { color: #b9c6dd; text-shadow: var(--npx-tsd); }

.npx-actions {
  opacity: var(--kb, 0);
  transform: translateY(calc((1 - var(--kb, 0)) * 14px));
}

/* Split-text spans: assembly driven by each band's --k. */
.npx-w { display: inline-block; white-space: pre; }
.npx-c { display: inline-block; }
.npx-line { display: inline; }

.npx-line--em .npx-w {
  color: transparent;
  background: var(--cb-accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: none;
}

/* (f) drift-down words - band 1: tools drifting apart */
.e-drift .npx-w {
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 2.8), 1);
  opacity: var(--kc);
  transform: translateY(calc((1 - var(--kc)) * -26px));
}

/* (e) rise word by word - band 2 and the settle */
.e-rise .npx-w,
.e-settle .npx-w {
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 3), 1);
  opacity: var(--kc);
  transform: translateY(calc((1 - var(--kc)) * 22px));
}

/* (a) scatter-assemble characters - band 3: the map assembles */
.e-scatter .npx-c {
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 2.6), 1);
  opacity: var(--kc);
  transform:
    translate(calc((1 - var(--kc)) * var(--jx, 0px)), calc((1 - var(--kc)) * var(--jy, 0px)))
    rotate(calc((1 - var(--kc)) * var(--jr, 0deg)));
}

/* (d) word-punch with overshoot - band 4: the pulse lands */
.e-punch .npx-w {
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 3), 1);
  --ks: clamp(0, calc((var(--k, 0) - var(--th, 0) - 0.12) * 3), 1);
  opacity: var(--kc);
  transform: scale(calc(0.6 + 0.52 * var(--kc) - 0.12 * var(--ks)));
}

/* Scroll cue */
.npx-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #4e526f;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
  opacity: var(--cue, 1);
  pointer-events: none;
}

.npx-cue i {
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, var(--np-blue), transparent);
}

@media (max-height: 560px) {
  .npx-cue { display: none; }
}

/* ---------- Whisper-level life (paused off screen and on hidden tabs) ---------- */

@media (prefers-reduced-motion: no-preference) {
  .npx-cue i {
    animation: npx-cue-drop 2.4s var(--npx-ease) -1.2s infinite;
    transform-origin: top;
  }

  .np-process__grid li::before {
    animation: npx-breathe 5s ease-in-out -1.4s infinite alternate;
  }

  .np-business-map.is-visible .np-business-map__canvas > svg path {
    animation: np-flow 7s linear infinite;
  }

  .np-final__glow {
    animation: npx-breathe 8s ease-in-out -3s infinite alternate;
  }
}

@keyframes npx-cue-drop {
  0% { transform: scaleY(0); }
  45%, 100% { transform: scaleY(1); }
}

@keyframes npx-breathe {
  from { opacity: 0.62; }
  to { opacity: 1; }
}

@keyframes np-flow {
  to { stroke-dashoffset: -0.14; }
}

body.npx-paused *,
body.npx-paused *::before,
body.npx-paused *::after {
  animation-play-state: paused !important;
}

/* ---------- The static hero (phones, portrait, coarse landscape, reduced motion) ---------- */

.npx-static {
  display: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #f7f9ff;
}

/* The composed ending frame carries the static hero (set from JS, in the gated path only). */
.npx-static__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #f7f9ff;
  background-position: center right;
  background-size: cover;
}

.npx-static .npx-veil--light {
  z-index: 1;
  opacity: 1;
}

.npx-static__layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 86svh;
  padding: 48px 0 64px;
}

.npx-static__copy {
  max-width: 700px;
}

.npx-static__title {
  margin: 0;
  color: var(--np-ink);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-hero);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.npx-static__title span {
  display: block;
}

.npx-static__title em {
  color: transparent;
  background: var(--cb-accent-gradient);
  background-clip: text;
  font-style: normal;
  -webkit-background-clip: text;
}

.npx-static__lead {
  max-width: 640px;
  margin: 26px 0 0;
  color: #4e526f;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.5;
}

.npx-static__note {
  display: flex;
  max-width: 600px;
  margin: 24px 0 0;
  align-items: flex-start;
  gap: 10px;
  color: #676b83;
  font-size: 14px;
  line-height: 1.5;
}

.npx-static__note svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--np-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* The five gates - identical strings in neoo-platform.js. */
@media (max-width: 720px),
       (orientation: portrait) and (max-width: 1024px),
       (orientation: portrait) and (pointer: coarse),
       (orientation: landscape) and (pointer: coarse) and (max-height: 560px),
       (prefers-reduced-motion: reduce) {
  .npx-hero { display: none; }
  .npx-static { display: block; }
}

/* ---------- Below the settle: the real site ---------- */

.np-subnav {
  z-index: 30;
}

.np-problem {
  background: #fff;
}

.np-problem__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.np-problem-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--np-line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f9faff);
  box-shadow: 0 14px 35px rgba(30, 34, 83, 0.045);
}

.np-problem-card > span,
.np-use-cases__grid article > span {
  color: var(--np-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.np-problem-card h3,
.np-map__outcomes h3,
.np-process__grid h3,
.np-scenario__timeline h3,
.np-use-cases__grid h3,
.np-evolution__phases h3,
.np-governance__flow h3,
.np-ecosystem h3 {
  margin: 14px 0 0;
  color: var(--np-ink);
  font-size: clamp(20px, 1.5vw, 25px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.np-problem-card p,
.np-map__outcomes p,
.np-process__grid p,
.np-scenario__timeline p,
.np-use-cases__grid p,
.np-evolution__phases p,
.np-governance__flow p,
.np-ecosystem p {
  margin: 13px 0 0;
  color: var(--np-muted);
  font-size: 15px;
  line-height: 1.55;
}

.np-problem__bridge {
  max-width: 910px;
  margin: 48px 0 0 auto;
  padding: 28px 32px;
  border-left: 4px solid var(--np-blue);
  color: #303451;
  background: var(--np-soft);
  font-size: clamp(20px, 2.2vw, 29px);
  line-height: 1.38;
}

/* Entrance stagger for grids of entrance-only cards (no hover transforms inside). */
.np-stagger > .partner-reveal:nth-child(2) { transition-delay: 90ms; }
.np-stagger > .partner-reveal:nth-child(3) { transition-delay: 180ms; }
.np-stagger > .partner-reveal:nth-child(4) { transition-delay: 270ms; }
.np-stagger > .partner-reveal:nth-child(5) { transition-delay: 360ms; }

.np-map {
  background: #f3f6ff;
}

.np-business-map {
  position: relative;
  padding: clamp(24px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(79, 96, 215, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 46%, rgba(57, 78, 255, 0.28), transparent 24%),
    linear-gradient(145deg, #10154f, #070936);
  box-shadow: 0 30px 70px rgba(25, 31, 89, 0.18);
}

.np-business-map::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(129, 148, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(129, 148, 255, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
}

.np-business-map__label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #9aa8de;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.np-business-map__canvas {
  position: relative;
  z-index: 1;
  min-height: 560px;
}

.np-business-map__canvas > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.np-business-map__canvas > svg path {
  fill: none;
  stroke: rgba(91, 183, 255, 0.45);
  stroke-dasharray: 0.012 0.016;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

/* Nodes pop once the map enters the viewport (opacity only, safe across breakpoints). */
.np-business-map .np-business-map__node,
.np-business-map .np-business-map__center {
  opacity: 0;
  transition: opacity 700ms var(--npx-ease);
}

.np-business-map.is-visible .np-business-map__node,
.np-business-map.is-visible .np-business-map__center {
  opacity: 1;
}

.np-business-map.is-visible .np-business-map__node--2 { transition-delay: 120ms; }
.np-business-map.is-visible .np-business-map__node--3 { transition-delay: 240ms; }
.np-business-map.is-visible .np-business-map__node--4 { transition-delay: 360ms; }
.np-business-map.is-visible .np-business-map__node--5 { transition-delay: 480ms; }
.np-business-map.is-visible .np-business-map__node--6 { transition-delay: 600ms; }

.np-business-map__center,
.np-business-map__node {
  position: absolute;
  transform: translate(-50%, -50%);
}

.np-business-map__center {
  top: 50%;
  left: 50%;
  display: flex;
  width: 164px;
  height: 164px;
  border: 1px solid rgba(139, 167, 255, 0.55);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  background: linear-gradient(145deg, rgba(76, 87, 255, 0.58), rgba(24, 31, 112, 0.86));
  box-shadow: 0 0 60px rgba(57, 89, 255, 0.34);
  font-family: var(--cb-display-font);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-align: center;
}

.np-business-map__center svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #83dcff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.np-business-map__node {
  width: min(190px, 24%);
  padding: 16px 18px;
  border: 1px solid rgba(150, 165, 255, 0.24);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(12px);
}

.np-business-map__node span,
.np-business-map__node small {
  display: block;
}

.np-business-map__node span {
  font-size: 15px;
  font-weight: 600;
}

.np-business-map__node small {
  margin-top: 5px;
  color: #aab5e2;
  font-size: 11px;
  line-height: 1.35;
}

.np-business-map__node--1 { top: 15%; left: 17%; }
.np-business-map__node--2 { top: 9%; left: 50%; }
.np-business-map__node--3 { top: 15%; left: 83%; }
.np-business-map__node--4 { top: 82%; left: 19%; }
.np-business-map__node--5 { top: 89%; left: 50%; }
.np-business-map__node--6 { top: 82%; left: 81%; }

.np-map__outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.np-map__outcomes article {
  display: flex;
  padding: 25px;
  border: 1px solid var(--np-line);
  border-radius: 18px;
  gap: 15px;
  background: #fff;
}

.np-map__outcomes svg,
.np-scenario__outcome svg,
.np-evolution__reassurance svg,
.np-governance__principles svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--np-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.np-map__outcomes h3 {
  margin-top: 0;
  font-size: 20px;
}

.np-process {
  background: #fff;
}

.np-process__grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  counter-reset: process;
}

.np-process__grid li {
  position: relative;
  min-width: 0;
  padding: 34px 26px 36px;
  border-top: 1px solid var(--np-line);
  border-bottom: 1px solid var(--np-line);
}

.np-process__grid li + li {
  border-left: 1px solid var(--np-line);
}

.np-process__grid li::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--np-blue);
  box-shadow: 0 0 0 6px rgba(36, 87, 255, 0.1);
  content: "";
}

.np-process__grid li > span {
  color: #7a80a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.np-process__grid h3 {
  font-size: 27px;
}

.np-scenario {
  background: linear-gradient(180deg, #f5f7ff, #eef2ff);
}

.np-scenario__trigger {
  display: flex;
  max-width: 850px;
  min-height: 92px;
  margin: 0 auto 42px;
  padding: 20px 28px;
  border: 1px solid rgba(36, 87, 255, 0.2);
  border-radius: 20px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 18px 48px rgba(34, 43, 108, 0.08);
}

.np-scenario__trigger span,
.np-scenario__timeline small,
.np-evolution__phases small,
.np-use-cases__grid small,
.np-ecosystem small {
  color: var(--np-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.np-scenario__trigger strong {
  margin-top: 6px;
  color: var(--np-ink);
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.np-scenario__timeline {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  list-style: none;
}

/* The living thread draws itself when the timeline enters the viewport. */
.np-scenario__timeline::before {
  position: absolute;
  top: 22px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(90deg, var(--np-blue), var(--np-cyan));
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1200ms var(--npx-ease) 200ms;
}

.np-scenario__timeline.is-visible::before {
  transform: scaleX(1);
}

.np-scenario__timeline li {
  position: relative;
  min-width: 0;
}

.np-scenario__index {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--np-blue);
  box-shadow: 0 0 0 8px #f1f4ff;
  font-size: 13px;
  font-weight: 700;
}

.np-scenario__timeline li > div {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--np-line);
  border-radius: 18px;
  background: #fff;
}

.np-scenario__timeline h3 {
  margin-top: 10px;
  font-size: 21px;
}

.np-scenario__outcome {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 34px auto 0;
  padding: 16px 22px;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  color: #165b48;
  background: rgba(23, 168, 119, 0.1);
  font-size: 15px;
}

.np-use-cases {
  background: #fff;
}

.np-use-cases__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.np-use-cases__grid article {
  min-width: 0;
  min-height: 275px;
  padding: 28px;
  border: 1px solid var(--np-line);
  border-radius: 20px;
  background: linear-gradient(160deg, #fff, #f6f8ff);
}

.np-use-cases__grid article:nth-child(1),
.np-use-cases__grid article:nth-child(2) {
  grid-column: span 3;
}

.np-use-cases__grid article:nth-child(n+3) {
  grid-column: span 2;
}

.np-use-cases__grid article > small {
  display: block;
  margin-top: 26px;
}

.np-use-cases__grid h3 {
  font-size: 25px;
}

.np-evolution {
  background: #f3f6ff;
}

.np-evolution__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.np-evolution .np-section-heading {
  position: sticky;
  top: 190px;
  margin: 0;
}

.np-evolution__phases {
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-evolution__phases li {
  display: grid;
  min-width: 0;
  padding: 28px 0 34px;
  border-top: 1px solid var(--np-line);
  grid-template-columns: 58px 1fr;
  gap: 16px;
}

.np-evolution__phases li:last-child {
  border-bottom: 1px solid var(--np-line);
}

.np-evolution__phases li > span {
  color: var(--np-blue);
  font-family: var(--cb-display-font);
  font-size: 26px;
  font-weight: 300;
}

.np-evolution__phases h3 {
  margin-top: 8px;
  font-size: 27px;
}

.np-evolution__reassurance {
  display: flex;
  margin: 0;
  padding: 23px;
  border-radius: 16px;
  gap: 13px;
  color: #3c435f;
  background: #fff;
  font-size: 15px;
  line-height: 1.55;
  grid-column: 2;
}

.np-governance {
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(78, 92, 255, 0.25), transparent 31%),
    var(--np-deep);
}

.np-governance .np-eyebrow {
  color: #75d7ff;
}

.np-governance .np-section-heading h2,
.np-governance .np-section-heading > p:last-child,
.np-governance__flow h3 {
  color: #fff;
}

.np-governance .np-section-heading > p:last-child {
  color: #b8c0e3;
}

.np-governance__panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: stretch;
}

.np-decision-card {
  padding: 28px;
  border: 1px solid rgba(145, 162, 255, 0.25);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.np-decision-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.np-decision-card__top > span {
  display: grid;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  flex: 0 0 auto;
  place-items: center;
  color: #74d8ff;
  background: rgba(74, 189, 255, 0.1);
}

.np-decision-card__top svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.np-decision-card__top strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.np-decision-card > p {
  margin: 30px 0 12px;
  color: #95a2d4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.np-decision-card ul,
.np-governance__principles {
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-decision-card li {
  display: flex;
  padding: 11px 0;
  border-top: 1px solid rgba(143, 158, 224, 0.14);
  align-items: center;
  gap: 10px;
  color: #e5e8f9;
  font-size: 14px;
}

.np-decision-card li svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #61dcae;
  stroke-width: 2;
}

/* The one interactive moment: the visitor performs the approval. */
.np-approve {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(143, 158, 224, 0.18);
}

.np-approve__btn {
  display: inline-flex;
  min-height: 52px;
  padding: 12px 20px;
  border: 1px solid rgba(116, 216, 255, 0.4);
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  color: #eaf6ff;
  background: rgba(74, 189, 255, 0.08);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}

.np-approve__btn:hover {
  border-color: rgba(116, 216, 255, 0.7);
}

.np-approve__btn:active {
  transform: scale(0.985);
}

.np-approve__ring {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  transform: rotate(-90deg);
}

.np-approve__track {
  fill: none;
  stroke: rgba(116, 216, 255, 0.25);
  stroke-width: 4;
}

.np-approve__fill {
  fill: none;
  stroke: #74d8ff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--hold, 0) * 100);
}

.np-approve__hint {
  margin: 12px 0 0;
  color: #95a2d4;
  font-size: 12.5px;
}

.np-approve__status {
  min-height: 20px;
  margin: 10px 0 0;
  color: #61dcae;
  font-size: 14px;
  font-weight: 600;
}

.np-approve--done .np-approve__btn {
  border-color: rgba(97, 220, 174, 0.65);
  color: #c9f5e4;
  background: rgba(23, 168, 119, 0.14);
}

.np-approve--done .np-approve__fill {
  stroke: #61dcae;
}

.np-governance__flow {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
}

.np-governance__flow li {
  min-width: 0;
  padding: 22px 18px;
  border-top: 1px solid rgba(145, 162, 255, 0.2);
  border-bottom: 1px solid rgba(145, 162, 255, 0.2);
}

.np-governance__flow li + li {
  border-left: 1px solid rgba(145, 162, 255, 0.2);
}

.np-governance__flow li > span {
  display: grid;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(116, 216, 255, 0.45);
  border-radius: 50%;
  place-items: center;
  color: #74d8ff;
  font-size: 11px;
  font-weight: 700;
  transition: color 350ms ease, border-color 350ms ease, background 350ms ease, box-shadow 350ms ease;
}

.np-governance__flow li.np-flow-lit > span {
  border-color: rgba(97, 220, 174, 0.7);
  color: #8ff0c8;
  background: rgba(23, 168, 119, 0.16);
  box-shadow: 0 0 24px rgba(97, 220, 174, 0.25);
}

.np-governance__flow h3 {
  margin-top: 24px;
  font-size: 18px;
}

.np-governance__flow p {
  color: #aeb7dc;
  font-size: 13px;
}

.np-governance__principles {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.np-governance__principles li {
  display: flex;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(145, 162, 255, 0.2);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  color: #dfe4fa;
  background: rgba(255, 255, 255, 0.045);
  font-size: 13px;
}

.np-ecosystem {
  background: #fff;
}

.np-ecosystem__stack {
  position: relative;
}

.np-ecosystem__foundation {
  display: flex;
  width: min(760px, 84%);
  margin: 0 auto;
  padding: 28px 34px;
  border: 1px solid rgba(58, 83, 224, 0.26);
  border-radius: 22px;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #eef1ff, #f8fbff);
  box-shadow: 0 20px 50px rgba(35, 48, 121, 0.09);
}

.np-ecosystem__foundation > span,
.np-ecosystem__branches a > span {
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--np-blue);
  background: rgba(36, 87, 255, 0.09);
}

.np-ecosystem__foundation svg,
.np-ecosystem__branches a > span svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.np-ecosystem h3 {
  margin-top: 5px;
}

.np-ecosystem__foundation h3 {
  font-size: 28px;
}

.np-ecosystem__foundation p {
  margin-top: 7px;
}

.np-ecosystem__branches {
  position: relative;
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.np-ecosystem__branches::before {
  position: absolute;
  top: -70px;
  right: 16.67%;
  left: 16.67%;
  height: 52px;
  border: 1px solid rgba(45, 74, 210, 0.25);
  border-top: 0;
  content: "";
}

.np-ecosystem__branches a {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--np-line);
  border-radius: 20px;
  grid-template-columns: 58px 1fr;
  align-content: start;
  gap: 18px;
  color: var(--np-ink);
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 38, 96, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.np-ecosystem__branches a:hover {
  border-color: rgba(36, 87, 255, 0.34);
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(31, 38, 96, 0.11);
}

.np-ecosystem__branches a > div {
  min-width: 0;
}

.np-ecosystem__branches a > svg {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--np-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.np-ecosystem__branches a:nth-child(2) > span {
  color: var(--np-violet);
  background: rgba(118, 88, 255, 0.09);
}

.np-ecosystem__branches a:nth-child(3) > span {
  color: #0b9abd;
  background: rgba(0, 185, 235, 0.1);
}

.np-faq {
  background: #f3f6ff;
}

.np-faq__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.np-faq .np-section-heading {
  position: sticky;
  top: 190px;
  margin: 0;
}

.np-faq__items details {
  border-top: 1px solid var(--np-line);
}

.np-faq__items details:last-child {
  border-bottom: 1px solid var(--np-line);
}

.np-faq__items summary {
  display: flex;
  min-height: 78px;
  padding: 20px 2px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--np-ink);
  cursor: pointer;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 500;
  line-height: 1.3;
  list-style: none;
}

.np-faq__items summary::-webkit-details-marker {
  display: none;
}

.np-faq__items summary i {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(36, 87, 255, 0.22);
  border-radius: 50%;
  flex: 0 0 auto;
  background: #fff;
}

.np-faq__items summary i::before,
.np-faq__items summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--np-blue);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.np-faq__items summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.np-faq__items details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.np-faq__items details > p {
  max-width: 790px;
  margin: -2px 0 0;
  padding: 0 56px 26px 2px;
  color: var(--np-muted);
  font-size: 16px;
  line-height: 1.65;
}

.np-final {
  position: relative;
  padding: clamp(100px, 10vw, 160px) 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: var(--np-deep);
}

.np-final::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(130, 146, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 146, 255, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  mask-image: radial-gradient(circle, #000, transparent 72%);
}

.np-final__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: 50vw;
  background: radial-gradient(ellipse, rgba(70, 82, 255, 0.35), transparent 64%);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.np-final .np-shell {
  position: relative;
  z-index: 1;
}

.np-final .np-eyebrow {
  color: #75d7ff;
}

.np-final h2 {
  max-width: 950px;
  margin-inline: auto;
  color: #fff;
}

.np-final > .np-shell > p:not(.np-eyebrow) {
  margin-inline: auto;
  color: #b8c0e3;
}

.np-final .np-actions {
  justify-content: center;
}

.np-final .np-button--secondary {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

@media (max-width: 1180px) {
  .npx-band {
    max-width: 520px;
  }

  .npx-title {
    font-size: clamp(38px, 4.6vw, 58px);
  }

  .npx-grid {
    width: min(calc(100% - 64px), 1610px);
  }

  .np-problem__grid,
  .np-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .np-problem-card:nth-child(n+3) {
    margin-top: 0;
  }

  .np-process__grid li:nth-child(3) {
    border-left: 0;
  }

  .np-scenario__timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .np-scenario__timeline::before {
    display: none;
  }

  .np-scenario__timeline li > div {
    min-height: 0;
  }

  .np-governance__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .np-shell {
    width: min(100% - 36px, 760px);
  }

  .np-section {
    padding: 88px 0;
    scroll-margin-top: 150px;
  }

  .np-section-heading {
    margin-bottom: 44px;
  }

  .np-business-map__canvas {
    display: grid;
    min-height: auto;
    padding-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .np-business-map__canvas > svg {
    display: none;
  }

  .np-business-map__center,
  .np-business-map__node {
    position: static;
    width: auto;
    transform: none;
  }

  .np-business-map__center {
    width: 150px;
    height: 150px;
    margin: 0 auto 16px;
    grid-column: 1 / -1;
  }

  .np-business-map__node {
    min-height: 82px;
  }

  .np-map__outcomes {
    grid-template-columns: 1fr;
  }

  .np-evolution__layout,
  .np-faq__layout {
    grid-template-columns: 1fr;
  }

  .np-evolution .np-section-heading,
  .np-faq .np-section-heading {
    position: static;
  }

  .np-evolution__reassurance {
    grid-column: 1;
  }

  .np-governance__flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .np-governance__flow li:nth-child(4) {
    border-left: 0;
  }

  .np-ecosystem__foundation {
    width: 100%;
  }

  .np-ecosystem__branches {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }

  .np-ecosystem__branches::before {
    display: none;
  }

  .np-ecosystem__branches a {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .np-root {
    scroll-behavior: auto;
  }

  .np-shell {
    width: min(100% - 28px, 620px);
  }

  .np-section {
    padding: 72px 0;
  }

  .np-section-heading h2,
  .np-final h2 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .np-section-heading > p:last-child,
  .np-final > .np-shell > p:not(.np-eyebrow) {
    margin-top: 22px;
    font-size: 19px;
  }

  .npx-static__layout {
    min-height: 82svh;
    padding: 34px 0 56px;
  }

  .npx-static__title {
    font-size: clamp(45px, 13.6vw, 64px);
  }

  .npx-static__lead {
    margin-top: 22px;
    font-size: 18px;
  }

  .np-actions {
    flex-direction: column;
  }

  .np-button {
    width: 100%;
  }


  .np-problem__grid,
  .np-process__grid,
  .np-scenario__timeline,
  .np-use-cases__grid {
    grid-template-columns: 1fr;
  }

  .np-problem-card,
  .np-map__outcomes article,
  .np-scenario__timeline li > div,
  .np-use-cases__grid article {
    padding: 23px;
  }

  .np-problem__bridge {
    padding: 23px;
  }

  .np-business-map {
    padding: 22px 16px;
    border-radius: 22px;
  }

  .np-business-map__canvas {
    grid-template-columns: 1fr;
  }

  .np-business-map__center {
    grid-column: 1;
  }

  .np-process__grid li,
  .np-process__grid li + li,
  .np-process__grid li:nth-child(3) {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .np-process__grid li:last-child {
    border-bottom: 1px solid var(--np-line);
  }

  .np-scenario__trigger {
    padding: 20px;
  }

  .np-scenario__timeline li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .np-scenario__index {
    margin-bottom: 0;
  }

  .np-scenario__outcome {
    border-radius: 18px;
    align-items: flex-start;
  }

  .np-use-cases__grid article,
  .np-use-cases__grid article:nth-child(1),
  .np-use-cases__grid article:nth-child(2),
  .np-use-cases__grid article:nth-child(n+3) {
    min-height: 0;
    grid-column: auto;
  }

  .np-evolution__phases li {
    grid-template-columns: 46px 1fr;
  }

  .np-governance__panel {
    gap: 18px;
  }

  .np-decision-card {
    padding: 22px;
  }

  .np-approve__btn {
    width: 100%;
    justify-content: center;
  }

  .np-governance__flow {
    grid-template-columns: 1fr;
  }

  .np-governance__flow li,
  .np-governance__flow li + li,
  .np-governance__flow li:nth-child(4) {
    display: grid;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .np-governance__flow li:last-child {
    border-bottom: 1px solid rgba(145, 162, 255, 0.2);
  }

  .np-governance__flow h3 {
    margin-top: 0;
  }

  .np-governance__flow p {
    margin-top: 7px;
  }

  .np-governance__principles {
    display: grid;
  }

  .np-ecosystem__foundation,
  .np-ecosystem__branches a {
    padding: 22px;
    align-items: flex-start;
    grid-template-columns: 48px 1fr;
  }

  .np-ecosystem__foundation > span,
  .np-ecosystem__branches a > span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .np-ecosystem__foundation svg,
  .np-ecosystem__branches a > span svg {
    width: 24px;
    height: 24px;
  }

  .np-faq__items summary {
    min-height: 72px;
    font-size: 18px;
  }

  .np-faq__items details > p {
    padding-right: 0;
  }

  .np-final {
    padding: 88px 0;
  }
}

@media (pointer: coarse) {
  .np-button,
  .np-approve__btn {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-root {
    scroll-behavior: auto;
  }

  .npx-band,
  .npx-sub,
  .npx-actions,
  .npx-media video,
  .np-button,
  .np-approve__btn,
  .np-governance__flow li > span,
  .np-ecosystem__branches a,
  .np-faq__items summary i::before,
  .np-faq__items summary i::after {
    transition-duration: 0.01ms;
    animation: none;
  }

  .np-stagger > .partner-reveal:nth-child(n) {
    transition-delay: 0s;
  }

  .np-scenario__timeline::before,
  .np-scenario__timeline.is-visible::before {
    transform: scaleX(1);
    transition: none;
  }

  .np-business-map .np-business-map__node,
  .np-business-map .np-business-map__center {
    opacity: 1;
    transition: none;
  }

  .np-business-map.is-visible .np-business-map__node--2,
  .np-business-map.is-visible .np-business-map__node--3,
  .np-business-map.is-visible .np-business-map__node--4,
  .np-business-map.is-visible .np-business-map__node--5,
  .np-business-map.is-visible .np-business-map__node--6 {
    transition-delay: 0s;
  }
}

@media (forced-colors: active) {
  .npx-static__title em,
  .npx-line--em .npx-w {
    color: LinkText;
    background: none;
  }

  .np-button,
  .np-problem-card,
  .np-business-map,
  .np-map__outcomes article,
  .np-scenario__timeline li > div,
  .np-use-cases__grid article,
  .np-decision-card,
  .np-approve__btn,
  .np-ecosystem__foundation,
  .np-ecosystem__branches a {
    border: 1px solid CanvasText;
  }
}
