:root {
  --nx-ink: var(--cb-ink, #10213d);
  --nx-muted: #5f6f88;
  --nx-blue: var(--cb-primary, #315eea);
  --nx-indigo: #6659d9;
  --nx-cyan: #42bbdf;
  --nx-mint: #67e0b9;
  --nx-line: #dbe4f1;
  --nx-soft: #f4f7fc;
  --nx-shell: min(1180px, calc(100% - 48px));
  --nx-radius: 24px;
  --nx-shadow: 0 24px 70px rgba(25, 54, 105, .12);
}

.nx-page {
  background: #fff;
  color: var(--nx-ink);
  overflow-x: clip;
}

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

.nx-shell { width: var(--nx-shell); margin-inline: auto; }

.nx-page main { display: block; }

.nx-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  color: var(--nx-muted);
  font-size: 13px;
}

.nx-breadcrumb a { color: var(--nx-blue); text-decoration: none; }

.nx-eyebrow {
  margin: 0 0 17px;
  color: var(--nx-blue);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1.2;
  text-transform: uppercase;
}

.nx-head { max-width: 760px; margin-bottom: 48px; }
.nx-head--center { margin-inline: auto; text-align: center; }
.nx-head h2 {
  margin: 0;
  color: var(--nx-ink);
  font-family: "Cerebri Sans", sans-serif;
  font-size: clamp(38px, 4.25vw, 62px);
  font-weight: var(--cb-display-weight);
  letter-spacing: -.052em;
  line-height: 1.06;
}
.nx-head h2 span { display: block; }
.nx-lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--nx-muted);
  font-size: clamp(18px, 1.7vw, 21px);
  font-weight: 300;
  letter-spacing: -.018em;
  line-height: 1.58;
}
.nx-head--center .nx-lead { margin-inline: auto; }

.nx-section { padding: clamp(90px, 10vw, 148px) 0; }
.nx-section--soft { background: var(--nx-soft); }
.nx-section--ink { color: #fff; background: #111d35; }
.nx-section--ink .nx-head h2,
.nx-section--ink .nx-connected-cards h3,
.nx-section--ink .nx-timeline p { color: #fff; }
.nx-section--ink .nx-lead,
.nx-section--ink .nx-connected-cards p { color: #bdc9db; }
.nx-section--ink .nx-eyebrow { color: #75d8ec; }

.nx-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.nx-actions .btn {
  min-height: 52px;
  font-family: "Cerebri Sans", sans-serif;
  font-size: 15.5px;
  font-weight: 650;
  letter-spacing: -.012em;
  line-height: 1.2;
}
.nx-actions svg,
.nx-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.nx-gradient-text {
  color: transparent;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

.nx-hero {
  position: relative;
  min-height: 720px;
  padding: clamp(68px, 8vw, 112px) 0 clamp(92px, 10vw, 138px);
  background:
    radial-gradient(circle at 78% 20%, rgba(93, 121, 238, .10), transparent 30%),
    linear-gradient(180deg, #fff, #f8faff);
  border-bottom: 1px solid #e7edf6;
}
.nx-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(50, 81, 140, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(50, 81, 140, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.nx-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
}
.nx-hero__copy { max-width: 650px; }
.nx-hero h1 {
  margin: 15px 0 26px;
  color: var(--nx-ink);
  font-family: "Cerebri Sans", sans-serif;
  font-size: clamp(54px, 5.55vw, 82px);
  font-weight: 300;
  letter-spacing: -.052em;
  line-height: 1.01;
}
.nx-hero h1 span { display: block; }
.nx-hero__lead {
  max-width: 650px;
  margin: 0 0 30px;
  color: #52647f;
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 300;
  letter-spacing: -.018em;
  line-height: 1.58;
}
.nx-hero__visual { min-width: 0; }
.nx-hero__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 17px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #445775;
  font-size: 13px;
}
.nx-hero__benefits li { display: inline-flex; align-items: center; gap: 7px; }
.nx-hero__benefits span { color: var(--nx-blue); }

.nx-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 31px;
  padding: 6px 11px;
  color: #3f4d83;
  background: #edf0ff;
  border: 1px solid #d8dcff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .035em;
}
.nx-status i { width: 7px; height: 7px; background: #6d67d9; border-radius: 50%; box-shadow: 0 0 0 4px rgba(109, 103, 217, .13); }
.nx-status--simulation { color: #775817; background: #fff8e6; border-color: #f2dda4; }
.nx-status--simulation i { background: #d99d21; box-shadow: 0 0 0 4px rgba(217, 157, 33, .13); }

.nx-exchange-flow {
  position: relative;
  min-height: 430px;
  padding: 62px 34px 46px;
  background: #fff;
  border: 1px solid #dfe7f4;
  border-radius: 30px;
  box-shadow: var(--nx-shadow);
  isolation: isolate;
}
.nx-exchange-flow::before {
  position: absolute;
  inset: 18px;
  z-index: -1;
  content: "";
  background: radial-gradient(circle, rgba(87, 126, 255, .08) 0 1px, transparent 1.5px);
  background-size: 17px 17px;
  border-radius: 20px;
}
.nx-exchange-flow__track { position: absolute; inset: 105px 4% auto; width: 92%; height: 220px; overflow: visible; }
.nx-exchange-flow__track path { fill: none; stroke: url(#nx-flow-gradient); stroke-width: 2; }
.nx-exchange-flow__track .nx-exchange-flow__pulse { stroke: #fff; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 2 80; filter: drop-shadow(0 0 6px #5c7bea); animation: nx-flow 5.5s linear infinite; }
.nx-exchange-flow ol { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.nx-exchange-flow li { display: grid; justify-items: center; gap: 12px; margin-top: calc((var(--i) % 2) * 168px); text-align: center; }
.nx-exchange-flow li span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #4c73ea, #725dd4);
  border: 6px solid #eef2ff;
  border-radius: 17px;
  box-shadow: 0 12px 25px rgba(62, 88, 176, .22);
  font-size: 12px;
  font-weight: 700;
}
.nx-exchange-flow li strong { max-width: 108px; color: #253a5b; font-size: 13px; line-height: 1.3; }
@keyframes nx-flow { to { stroke-dashoffset: -164; } }

.nx-connected-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nx-connected-cards article {
  position: relative;
  min-height: 245px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 14px 38px rgba(37, 61, 107, .06);
}
.nx-connected-cards article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -19px;
  z-index: 2;
  width: 20px;
  height: 2px;
  content: "";
  background: #8298c1;
}
.nx-connected-cards article > span { color: #7586a3; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.nx-connected-cards h3 { margin: 50px 0 14px; color: var(--nx-ink); font-size: 25px; letter-spacing: -.03em; }
.nx-connected-cards p { margin: 0; color: var(--nx-muted); line-height: 1.58; }
.nx-section--ink .nx-connected-cards article { background: #172744; border-color: #2c4164; box-shadow: none; }

.nx-business-solutions {
  display: grid;
  gap: clamp(42px, 6vw, 76px);
}

.nx-solution-method {
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  color: #415573;
  border: 1px solid #d7e1ef;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff, #f2f6fc);
}

.nx-solution-method span {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #3858b7;
  border: 1px solid rgba(56, 88, 183, .18);
  border-radius: 999px;
  background: rgba(86, 126, 255, .08);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nx-solution-method p {
  margin: 1px 0 0;
  font-size: 14px;
  line-height: 1.58;
}

.nx-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nx-solution-card {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9e3f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(27, 55, 104, .07);
}

.nx-solution-card::after {
  position: absolute;
  right: -70px;
  bottom: -88px;
  width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(86, 126, 255, .08);
  filter: blur(38px);
  pointer-events: none;
  content: "";
}

.nx-solution-card--reference { border-color: rgba(35, 164, 126, .35); }
.nx-solution-card--connector { border-color: rgba(44, 154, 193, .30); }
.nx-solution-card--blueprint { border-color: rgba(105, 88, 217, .28); }

.nx-solution-card__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.nx-solution-card__status {
  padding: 7px 10px;
  color: #415fba;
  border: 1px solid rgba(65, 95, 186, .17);
  border-radius: 999px;
  background: rgba(86, 126, 255, .07);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nx-solution-card__fit {
  display: grid;
  justify-items: end;
  gap: 3px;
  text-align: right;
}

.nx-solution-card__fit small {
  color: #75849a;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.nx-solution-card__fit strong {
  color: #182b4b;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.03em;
}

.nx-solution-card__name {
  position: relative;
  z-index: 1;
  margin: 34px 0 8px;
  color: #536ee0;
  font-size: 13px;
  font-weight: 750;
}

.nx-solution-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #142543;
  font-family: var(--cb-display-font);
  font-size: clamp(27px, 2.5vw, 35px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.nx-solution-card__audience {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: #53647e;
  font-size: 14px;
  line-height: 1.55;
}

.nx-solution-card__audience strong {
  display: block;
  margin-bottom: 5px;
  color: #263b5d;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nx-solution-card dl {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.nx-solution-card dl > div {
  padding-top: 12px;
  display: grid;
  gap: 5px;
  border-top: 1px solid #e7edf5;
}

.nx-solution-card dt,
.nx-solution-card__capabilities > strong {
  color: #6d7f98;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nx-solution-card dd {
  margin: 0;
  color: #324866;
  font-size: 13px;
  line-height: 1.5;
}

.nx-solution-card__capabilities {
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

.nx-solution-card__capabilities ul {
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  list-style: none;
}

.nx-solution-card__capabilities li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #415573;
  font-size: 12px;
  line-height: 1.38;
}

.nx-solution-card__capabilities svg {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 1px;
  fill: none;
  stroke: #33a985;
  stroke-width: 2;
}

.nx-solution-card > .nx-link {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 26px;
}

.nx-blueprint-model {
  padding: clamp(28px, 4vw, 46px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(34px, 6vw, 76px);
  color: #dbe6f7;
  border-radius: 26px;
  background:
    radial-gradient(circle at 85% 18%, rgba(86, 126, 255, .22), transparent 35%),
    #111d35;
}

.nx-blueprint-model p,
.nx-solution-boundaries p {
  margin: 0 0 12px;
  color: #7fcce2;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nx-blueprint-model h3,
.nx-next-markets h3,
.nx-solution-boundaries h3 {
  margin: 0;
  font-family: var(--cb-display-font);
  font-size: clamp(29px, 3.2vw, 44px);
  font-weight: 300;
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.nx-blueprint-model > div > span {
  display: block;
  margin-top: 18px;
  color: #afbdd2;
  font-size: 14px;
  line-height: 1.6;
}

.nx-blueprint-model ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 11px;
  list-style: none;
}

.nx-blueprint-model li {
  min-height: 44px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(195, 211, 235, .13);
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
  font-size: 12px;
}

.nx-blueprint-model li svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  fill: none;
  stroke: #67e0b9;
  stroke-width: 2;
}

.nx-next-markets > header {
  max-width: 760px;
  margin-bottom: 30px;
}

.nx-next-markets > header p {
  margin: 15px 0 0;
  color: var(--nx-muted);
  line-height: 1.6;
}

.nx-next-markets__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.nx-solution-tier {
  padding: 22px;
  border: 1px solid #dce5f0;
  border-radius: 20px;
  background: #f9fbfe;
}

.nx-solution-tier > header span {
  color: #4c65c7;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nx-solution-tier > div {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.nx-solution-tier article {
  padding-top: 14px;
  border-top: 1px solid #e2e9f3;
}

.nx-solution-tier article > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.nx-solution-tier h4 {
  margin: 0;
  color: #213653;
  font-size: 14px;
  line-height: 1.35;
}

.nx-solution-tier article strong {
  flex: 0 0 auto;
  color: #526bd0;
  font-size: 12px;
}

.nx-solution-tier article p {
  margin: 8px 0 0;
  color: #667790;
  font-size: 12px;
  line-height: 1.5;
}

.nx-solution-boundaries {
  padding: clamp(26px, 4vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: clamp(32px, 6vw, 68px);
  border: 1px solid #e0e5ed;
  border-radius: 24px;
  background: #f6f7fa;
}

.nx-solution-boundaries p { color: #727d91; }
.nx-solution-boundaries h3 { color: #24354f; }

.nx-solution-boundaries > div > span {
  display: block;
  margin-top: 16px;
  color: #69778c;
  font-size: 13px;
  line-height: 1.58;
}

.nx-solution-boundaries ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 8px 18px;
  list-style: none;
}

.nx-solution-boundaries li {
  position: relative;
  padding: 8px 0 8px 17px;
  color: #536177;
  border-bottom: 1px solid #e1e5eb;
  font-size: 12px;
  line-height: 1.4;
}

.nx-solution-boundaries li::before {
  position: absolute;
  top: 15px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #8b96a7;
  border-radius: 50%;
  content: "";
}

.nx-catalogue {
  margin-top: clamp(52px, 7vw, 86px);
  padding-top: clamp(42px, 6vw, 64px);
  display: grid;
  gap: 24px;
  border-top: 1px solid #dfe6f0;
}
.nx-catalogue__toolbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.nx-catalogue__toolbar label { display: grid; gap: 7px; color: #52637c; font-size: 12px; font-weight: 600; }
.nx-catalogue__toolbar select,
.nx-field input,
.nx-field textarea,
.nx-field select,
.nx-intent__search input {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  color: var(--nx-ink);
  background: #fff;
  border: 1px solid #cfd9e8;
  border-radius: 11px;
  font: inherit;
}
.nx-catalogue__toolbar select:disabled { color: #7888a0; opacity: 1; background: #f7f9fc; }
.nx-catalogue__types { display: flex; flex-wrap: wrap; gap: 8px; }
.nx-catalogue__types span { padding: 8px 12px; color: #52637c; background: #f4f7fb; border: 1px solid #dfe6f0; border-radius: 999px; font-size: 12px; }
.nx-catalogue__empty {
  display: grid;
  justify-items: center;
  min-height: 360px;
  padding: 60px 24px;
  place-content: center;
  text-align: center;
  background: linear-gradient(180deg, #f9fbff, #f1f5fb);
  border: 1px dashed #bfcce0;
  border-radius: var(--nx-radius);
}
.nx-catalogue__empty h3 { max-width: 580px; margin: 24px 0 10px; font-size: clamp(28px, 3vw, 42px); font-weight: 300; letter-spacing: -.045em; }
.nx-catalogue__empty p { max-width: 550px; margin: 0 0 25px; color: var(--nx-muted); line-height: 1.6; }
.nx-catalogue__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nx-product-card { padding: 24px; border: 1px solid var(--nx-line); border-radius: 20px; }

.nx-intent { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.nx-intent .nx-head { margin-bottom: 0; }
.nx-intent__search { padding: 30px; color: var(--nx-ink); background: #fff; border-radius: 22px; box-shadow: 0 25px 65px rgba(0, 0, 0, .2); }
.nx-intent__search > label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 650; }
.nx-intent__search input:focus { outline: 3px solid rgba(86, 126, 255, .28); outline-offset: 2px; }
.nx-intent__search > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.nx-intent__search button { padding: 8px 11px; color: #3f5271; background: #f2f5fa; border: 1px solid #dce4ef; border-radius: 999px; cursor: pointer; font: inherit; font-size: 12px; }
.nx-intent__search button:hover,
.nx-intent__search button:focus-visible { color: #fff; background: var(--nx-blue); border-color: var(--nx-blue); }
.nx-intent__search [data-intent-result] { min-height: 22px; margin: 10px 0 0; color: var(--nx-blue); font-weight: 650; }
.nx-intent__search small { display: block; margin-top: 18px; color: #6b7a91; line-height: 1.5; }

.nx-split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr); gap: clamp(50px, 8vw, 100px); align-items: center; }
.nx-split--reverse { grid-template-columns: minmax(500px, 1.15fr) minmax(0, .85fr); }
.nx-split .nx-head { margin-bottom: 0; }

.nx-invoice {
  padding: 26px;
  background: #fff;
  border: 1px solid #d8e1ee;
  border-radius: 22px;
  box-shadow: var(--nx-shadow);
}
.nx-invoice header,
.nx-invoice footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nx-invoice header > div { display: grid; gap: 4px; }
.nx-invoice header span { color: #172844; font-size: 28px; font-weight: 700; letter-spacing: -.05em; }
.nx-invoice header small { color: #75849a; font-size: 10px; letter-spacing: .08em; }
.nx-invoice header > b { padding: 6px 9px; color: #72591e; background: #fff8df; border-radius: 999px; font-size: 10px; }
.nx-invoice__rows { display: grid; margin: 24px 0; border-block: 1px solid #e2e8f1; }
.nx-invoice__rows > div { display: grid; grid-template-columns: 1fr .75fr .42fr; gap: 12px; padding: 13px 2px; border-bottom: 1px solid #edf1f6; font-size: 12px; }
.nx-invoice__rows > div:last-child { border: 0; }
.nx-invoice__rows span { color: #6a7990; }
.nx-invoice__rows b { text-align: right; }
.nx-invoice footer { padding: 14px 2px 0; font-size: 18px; }
.nx-invoice > p { margin: 18px 0 0; color: #7a879a; font-size: 11px; }

.nx-certification { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #344e7a; background: #edf3ff; border: 1px solid #d6e1f5; border-radius: 999px; font-size: 11px; font-weight: 650; }
.nx-certification svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.nx-certification--native { color: #4f3f8c; background: #f1edff; border-color: #ded4ff; }
.nx-certification--managed { color: #176854; background: #e9f8f3; border-color: #c9eadf; }
.nx-certification--passport,
.nx-certification--pending { color: #75601e; background: #fff8e3; border-color: #f0dfa8; }


.nx-streams { display: grid; gap: 10px; }
.nx-streams__legend { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; padding: 0 22px; color: #75849a; font-size: 10px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.nx-stream { background: #fff; border: 1px solid var(--nx-line); border-radius: 16px; overflow: hidden; }
.nx-stream__toggle { display: grid; grid-template-columns: 48px 1fr 22px; align-items: center; width: 100%; min-height: 72px; gap: 12px; padding: 12px 20px; color: var(--nx-ink); background: transparent; border: 0; cursor: pointer; text-align: left; }
.nx-stream__toggle > span { color: #7587a5; font-size: 11px; font-weight: 700; }
.nx-stream__toggle strong { font-size: 18px; }
.nx-stream__toggle svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s ease; }
.nx-stream__toggle[aria-expanded="true"] svg { transform: rotate(90deg); }
.nx-stream dl { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0 20px 20px 80px; }
.nx-stream dl > div { padding: 13px 14px; background: #f7f9fc; border-right: 1px solid #e6ebf2; }
.nx-stream dt { display: none; color: #75849a; font-size: 10px; font-weight: 650; text-transform: uppercase; }
.nx-stream dd { margin: 0; color: #485b78; font-size: 12px; line-height: 1.5; }

.nx-role-selector { display: grid; grid-template-columns: 360px 1fr; min-height: 430px; background: #fff; border: 1px solid var(--nx-line); border-radius: 24px; box-shadow: 0 20px 60px rgba(30, 60, 110, .08); overflow: hidden; }
.nx-role-selector__tabs { display: grid; align-content: start; padding: 16px; background: #14233d; }
.nx-role-selector__tabs button { min-height: 65px; padding: 13px 16px; color: #bcc9da; background: transparent; border: 0; border-radius: 12px; cursor: pointer; text-align: left; font: inherit; font-weight: 600; }
.nx-role-selector__tabs button[aria-selected="true"] { color: #fff; background: #263d65; box-shadow: inset 3px 0 #6daee9; }
.nx-role-selector__panels { display: grid; padding: clamp(35px, 5vw, 70px); }
.nx-role-selector__panels article { align-self: center; }
.nx-role-selector__panels article > p { max-width: 660px; margin: 0 0 40px; color: #334968; font-size: clamp(24px, 3vw, 40px); font-weight: 300; letter-spacing: -.04em; line-height: 1.2; }
.nx-role-selector__panels h3 { margin: 0 0 15px; color: #71809a; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.nx-role-selector__panels ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.nx-role-selector__panels li { display: flex; align-items: center; gap: 7px; padding: 9px 12px; color: #3e5373; background: #f1f5fb; border-radius: 999px; font-size: 12px; }
.nx-role-selector__panels svg { width: 14px; height: 14px; fill: none; stroke: var(--nx-blue); stroke-width: 2; }

.nx-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.nx-timeline li { position: relative; min-height: 150px; padding: 0 20px 20px 0; }
.nx-timeline li::before { position: absolute; top: 20px; left: 39px; right: 0; height: 1px; content: ""; background: #cbd5e4; }
.nx-timeline li:last-child::before { display: none; }
.nx-timeline span { position: relative; z-index: 1; display: grid; width: 40px; height: 40px; place-items: center; color: #fff; background: #1b3155; border: 6px solid #edf2f8; border-radius: 50%; font-size: 9px; font-weight: 700; }
.nx-timeline p { margin: 17px 0 0; color: #425674; font-size: 13px; line-height: 1.5; }
.nx-section--ink .nx-timeline li::before { background: #3c4e6d; }
.nx-section--ink .nx-timeline span { background: #5c75e9; border-color: #1d2b45; }

.nx-trust { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; }
.nx-trust > div { display: flex; flex-wrap: wrap; gap: 10px; }
.nx-trust ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.nx-trust li { display: flex; align-items: center; gap: 8px; min-height: 50px; padding: 11px 14px; color: #425674; background: #fff; border: 1px solid #dfe6f0; border-radius: 12px; font-size: 13px; }
.nx-trust li span { color: var(--nx-blue); }

.nx-bridge { padding: 26px 0; background: #edf3fb; border-block: 1px solid #dce5f1; }
.nx-bridge > div { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.nx-bridge p { margin: 0; color: #435777; }
.nx-link { display: inline-flex; align-items: center; gap: 7px; color: var(--nx-blue); font-weight: 650; text-decoration: none; }

.nx-build-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nx-build-mode { min-height: 340px; padding: 28px; background: #fff; border: 1px solid var(--nx-line); border-radius: 22px; box-shadow: 0 14px 40px rgba(36, 65, 112, .06); }
.nx-build-mode > span { color: #7889a5; font-size: 11px; font-weight: 700; }
.nx-build-mode h3 { margin: 52px 0 24px; font-size: 28px; letter-spacing: -.04em; }
.nx-build-mode ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: #50627e; font-size: 13px; }
.nx-build-mode li { display: flex; gap: 8px; }
.nx-build-mode svg { flex: 0 0 15px; width: 15px; height: 15px; fill: none; stroke: var(--nx-blue); stroke-width: 2; }
.nx-build-mode--open { background: #14233d; border-color: #14233d; color: #fff; }
.nx-build-mode--open h3 { color: #fff; }
.nx-build-mode--open ul { color: #bdc9d9; }
.nx-build-mode--open svg { stroke: #67d7ca; }

.nx-bounty { padding: 28px; background: #fff; border: 1px solid #d8e1ed; border-radius: 24px; box-shadow: var(--nx-shadow); }
.nx-bounty header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nx-bounty h3 { max-width: 340px; margin: 17px 0 0; font-size: 25px; line-height: 1.2; }
.nx-bounty header svg { width: 95px; height: 95px; transform: rotate(-90deg); }
.nx-bounty header circle { fill: none; stroke: #e4eaf2; stroke-width: 8; }
.nx-bounty header .nx-bounty__progress { stroke: #5c73e9; stroke-linecap: round; stroke-dasharray: 181 302; }
.nx-bounty dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 24px 0 0; background: #e2e8f0; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; }
.nx-bounty dl > div { padding: 13px; background: #f8fafd; }
.nx-bounty dt { color: #74839a; font-size: 10px; font-weight: 650; text-transform: uppercase; }
.nx-bounty dd { margin: 6px 0 0; color: #2c4161; font-size: 12px; }
.nx-bounty > p { margin: 18px 0 0; color: #697990; font-size: 12px; line-height: 1.5; }

.nx-revenue-visual {
  position: relative;
  min-height: 430px;
  color: #dfe9fb;
  background: #111f39;
  border-radius: 30px;
  box-shadow: var(--nx-shadow);
  overflow: hidden;
}
.nx-revenue-visual svg { position: absolute; inset: 20% 6%; width: 88%; height: 60%; fill: none; stroke: #40557b; stroke-width: 1.5; }
.nx-revenue-visual span,
.nx-revenue-visual strong { position: absolute; z-index: 2; display: grid; min-width: 100px; min-height: 48px; padding: 10px; place-items: center; background: #23395e; border: 1px solid #38547f; border-radius: 14px; font-size: 12px; }
.nx-revenue-visual span:nth-of-type(1) { top: 14%; left: 10%; }
.nx-revenue-visual span:nth-of-type(2) { top: 14%; right: 10%; }
.nx-revenue-visual span:nth-of-type(3) { bottom: 14%; left: 10%; }
.nx-revenue-visual span:nth-of-type(4) { right: 10%; bottom: 14%; }
.nx-revenue-visual strong { top: 50%; left: 50%; min-width: 130px; min-height: 130px; color: #fff; background: linear-gradient(135deg, #5379ee, #6756cf); border: 10px solid rgba(121, 141, 235, .16); border-radius: 50%; transform: translate(-50%, -50%); font-size: 25px; }

.nx-economics-tabs { border: 1px solid var(--nx-line); border-radius: 22px; overflow: hidden; }
.nx-economics-tabs > div[role="tablist"] { display: grid; grid-template-columns: repeat(4, 1fr); padding: 9px; background: #eef3f9; }
.nx-economics-tabs [role="tab"] { min-height: 52px; color: #586a84; background: transparent; border: 0; border-radius: 12px; cursor: pointer; font: inherit; font-weight: 650; }
.nx-economics-tabs [role="tab"][aria-selected="true"] { color: #fff; background: #1d3355; }
.nx-economics-tabs [role="tabpanel"] { min-height: 230px; padding: 55px; background: #fff; }
.nx-economics-tabs h3 { margin: 0 0 14px; font-size: 34px; font-weight: 300; letter-spacing: -.04em; }
.nx-economics-tabs p { max-width: 720px; margin: 0; color: var(--nx-muted); font-size: 18px; line-height: 1.6; }

.nx-simulator { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; }
.nx-simulator__form { padding: 25px; background: #fff; border: 1px solid var(--nx-line); border-radius: 20px; }
.nx-simulator__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.nx-field { display: grid; align-content: start; gap: 7px; color: #51627c; font-size: 12px; font-weight: 600; }
.nx-field textarea { min-height: 105px; resize: vertical; }
.nx-field input:focus,
.nx-field textarea:focus,
.nx-field select:focus { border-color: #6787e9; outline: 3px solid rgba(86, 126, 255, .18); outline-offset: 1px; }
.nx-simulator__roles { grid-column: 1 / -1; margin: 20px 0 0; padding: 15px; border: 1px solid #dce4ef; border-radius: 14px; }
.nx-simulator__roles legend { padding: 0 6px; color: #51627c; font-size: 12px; font-weight: 650; }
.nx-simulator__roles label { display: flex; align-items: center; gap: 9px; min-height: 38px; color: #425572; font-size: 12px; }
.nx-simulator__roles input { width: 17px; height: 17px; accent-color: var(--nx-blue); }
.nx-simulator__results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; align-content: start; }
.nx-simulator__results article { min-height: 118px; padding: 18px; background: #fff; border: 1px solid var(--nx-line); border-radius: 16px; }
.nx-simulator__results article.is-primary { color: #fff; background: #172a49; border-color: #172a49; }
.nx-simulator__results span { display: block; min-height: 30px; color: #6c7a90; font-size: 11px; }
.nx-simulator__results .is-primary span { color: #b9c8db; }
.nx-simulator__results strong { display: block; margin: 7px 0 3px; font-size: 24px; letter-spacing: -.035em; }
.nx-simulator__results small { color: #7b899d; font-size: 10px; }
.nx-simulator__results .is-primary small { color: #aebed3; }
.nx-disclaimer,
.nx-provisory { grid-column: 1 / -1; margin: 0; padding: 13px 16px; border-radius: 11px; font-size: 12px; line-height: 1.5; }
.nx-disclaimer { color: #725a20; background: #fff8e5; border: 1px solid #eedda9; }
.nx-provisory { color: #4b5c76; background: #edf2f8; }

.nx-switch-map { padding: 26px; background: #fff; border: 1px solid #d9e2ee; border-radius: 24px; box-shadow: var(--nx-shadow); }
.nx-switch-map header { display: grid; gap: 18px; }
.nx-switch-map header > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; color: #718098; font-size: 10px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.nx-switch-map header > div span:nth-child(2) { text-align: center; }
.nx-switch-map header > div span:last-child { text-align: right; }
.nx-switch-map__matrix { display: grid; margin: 18px 0; border-block: 1px solid #e0e7f0; }
.nx-switch-map__matrix > div { position: relative; display: grid; grid-template-columns: 1fr 180px 1fr; align-items: center; min-height: 54px; gap: 12px; border-bottom: 1px solid #edf1f6; font-size: 12px; }
.nx-switch-map__matrix > div:last-child { border: 0; }
.nx-switch-map__matrix svg { width: 100%; height: 26px; fill: none; stroke: #788eb7; stroke-width: 1.4; }
.nx-switch-map__matrix strong { text-align: right; }
.nx-switch-map__matrix i { position: absolute; top: 50%; left: calc(50% - 2px); width: 5px; height: 5px; background: #5f78e7; border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 12px #5f78e7; }
.nx-switch-map__progress { display: grid; gap: 12px; }
.nx-switch-map__progress > div { display: grid; grid-template-columns: 1fr auto; gap: 7px 14px; color: #50627d; font-size: 11px; }
.nx-switch-map__progress b { color: #2e4567; }
.nx-switch-map__progress i { grid-column: 1 / -1; height: 7px; background: #e9eef5; border-radius: 999px; overflow: hidden; }
.nx-switch-map__progress em { display: block; width: var(--w); height: 100%; background: linear-gradient(90deg, #5b78ed, #54bbdb); border-radius: inherit; }
.nx-page--switchOdoo .nx-hero__visual .nx-switch-map { transform: scale(.9); transform-origin: center; }
.nx-legal { margin-top: 36px; margin-bottom: 36px; padding: 15px 18px; color: #596a83; background: #f5f7fa; border-left: 3px solid #8ba0c0; font-size: 12px; line-height: 1.5; }

.nx-apply-visual { min-height: 430px; padding: 35px; background: #14233d; border-radius: 30px; box-shadow: var(--nx-shadow); }
.nx-apply-visual ol { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.nx-apply-visual li { display: flex; align-items: center; gap: 14px; min-height: 60px; padding: 10px 15px; color: #c2cede; background: #1d3152; border: 1px solid #2b456f; border-radius: 13px; }
.nx-apply-visual span { display: grid; width: 32px; height: 32px; place-items: center; color: #fff; background: #526fe0; border-radius: 10px; font-size: 11px; }

.nx-apply-form { max-width: 980px; margin: 0 auto; background: #fff; border: 1px solid #d9e2ee; border-radius: 24px; box-shadow: var(--nx-shadow); overflow: hidden; }
.nx-apply-form__header { padding: 30px; color: #fff; background: #14243e; }
.nx-apply-form__header > div { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.nx-apply-form__header h2 { margin: 0; color: #fff; font-size: 27px; }
.nx-apply-form__header p { margin: 0; color: #acbcd2; font-size: 12px; }
.nx-apply-form__header ol { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin: 27px 0 0; padding: 0; list-style: none; }
.nx-apply-form__header li { display: grid; justify-items: center; gap: 6px; color: #8295b0; font-size: 9px; text-align: center; }
.nx-apply-form__header li span { display: grid; width: 28px; height: 28px; place-items: center; background: #263c5e; border-radius: 50%; }
.nx-apply-form__header li.is-active { color: #fff; }
.nx-apply-form__header li.is-active span { background: #5577e8; box-shadow: 0 0 0 5px rgba(85,119,232,.18); }
.nx-form-alert { margin: 20px 30px 0; padding: 13px 15px; color: #792c2c; background: #fff0f0; border: 1px solid #f0caca; border-radius: 10px; font-size: 13px; }
.nx-form-step { min-width: 0; margin: 0; padding: 38px 30px; border: 0; }
.nx-form-step legend { display: flex; align-items: center; gap: 12px; width: 100%; color: var(--nx-ink); font-size: clamp(25px, 3vw, 36px); font-weight: 300; letter-spacing: -.04em; }
.nx-form-step legend span { color: #7485a0; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.nx-form-step > p { margin: 12px 0 28px; color: var(--nx-muted); line-height: 1.55; }
.nx-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.nx-form-grid .nx-field:has(textarea) { grid-column: 1 / -1; }
.nx-role-checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.nx-role-checks label { cursor: pointer; }
.nx-role-checks input { position: absolute; opacity: 0; }
.nx-role-checks span { display: grid; min-height: 76px; padding: 15px; place-items: center; color: #4e607a; background: #f4f7fb; border: 1px solid #dce4ef; border-radius: 13px; text-align: center; }
.nx-role-checks input:checked + span { color: #fff; background: #243b62; border-color: #243b62; box-shadow: inset 0 0 0 2px #6f8df0; }
.nx-role-checks input:focus-visible + span { outline: 3px solid rgba(86, 126, 255, .3); outline-offset: 2px; }
.nx-dynamic-fields { display: grid; gap: 24px; }
.nx-dynamic-fields h3 { margin: 0 0 15px; font-size: 18px; }
.nx-form-summary { padding: 20px; background: #f5f8fc; border: 1px solid #e0e7f1; border-radius: 14px; }
.nx-form-summary h3 { margin: 0 0 15px; }
.nx-form-summary dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; }
.nx-form-summary dl > div { padding: 10px; background: #fff; border-radius: 9px; }
.nx-form-summary dt { color: #74839a; font-size: 9px; text-transform: uppercase; }
.nx-form-summary dd { margin: 5px 0 0; color: #354b6b; font-size: 12px; overflow-wrap: anywhere; }
.nx-consent { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0 12px; color: #465a77; font-size: 13px; line-height: 1.5; }
.nx-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--nx-blue); }
.nx-apply-form__footer { display: flex; justify-content: space-between; gap: 12px; padding: 21px 30px; background: #f4f7fb; border-top: 1px solid #dfe6ef; }
.nx-apply-form__footer [data-form-next],
.nx-apply-form__footer [data-form-submit] { margin-left: auto; }
.nx-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.nx-form-success { display: grid; justify-items: center; padding: 70px 30px; text-align: center; }
.nx-form-success > span { display: grid; width: 62px; height: 62px; place-items: center; color: #fff; background: #2d8b70; border-radius: 50%; }
.nx-form-success svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2; }
.nx-form-success h2 { margin: 24px 0 10px; font-size: 38px; font-weight: 300; letter-spacing: -.045em; }
.nx-form-success p { max-width: 560px; margin: 0 0 22px; color: var(--nx-muted); line-height: 1.6; }

.nx-final { padding: clamp(100px, 11vw, 155px) 24px; background: linear-gradient(180deg, #fff, #f2f6fc); }
.nx-final > div { width: min(900px, 100%); margin: 0 auto; padding: clamp(50px, 7vw, 85px); background: #fff; border: 1px solid #dce5f1; border-radius: 30px; box-shadow: var(--nx-shadow); }
.nx-final .nx-actions { justify-content: center; margin-top: 30px; }

.nx-faq { padding: 80px 0 120px; }
.nx-faq h2 { margin: 0 0 30px; font-size: clamp(34px, 4vw, 54px); font-weight: 300; letter-spacing: -.05em; }
.nx-faq details { border-top: 1px solid #dce4ee; }
.nx-faq details:last-child { border-bottom: 1px solid #dce4ee; }
.nx-faq summary { position: relative; padding: 22px 45px 22px 0; color: #263c5b; cursor: pointer; font-size: 17px; font-weight: 650; list-style: none; }
.nx-faq summary::after { position: absolute; top: 20px; right: 7px; content: "+"; color: var(--nx-blue); font-size: 25px; font-weight: 300; }
.nx-faq details[open] summary::after { content: "−"; }
.nx-faq details p { max-width: 850px; margin: 0; padding: 0 0 25px; color: var(--nx-muted); line-height: 1.65; }

.nx-forge-pipeline > ol { display: grid; grid-template-columns: repeat(8, 1fr); margin: 0 0 30px; padding: 0; list-style: none; }
.nx-forge-pipeline > ol li { position: relative; display: grid; gap: 10px; padding-right: 10px; }
.nx-forge-pipeline > ol li::after { position: absolute; top: 17px; right: 0; left: 35px; height: 1px; content: ""; background: #aebed2; }
.nx-forge-pipeline > ol li:last-child::after { display: none; }
.nx-forge-pipeline > ol span { position: relative; z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: #314b77; border-radius: 50%; font-size: 10px; }
.nx-forge-pipeline > ol strong { color: #445873; font-size: 11px; line-height: 1.35; }
.nx-forge-pipeline > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nx-forge-pipeline article { padding: 24px; background: #fff; border: 1px solid var(--nx-line); border-radius: 18px; }
.nx-forge-pipeline article h3 { margin: 0 0 12px; }
.nx-forge-pipeline article p { margin: 0; color: var(--nx-muted); line-height: 1.55; }

.nx-market-hero {
  position: relative;
  padding: clamp(62px, 6.2vw, 92px) 0 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(85, 126, 255, .10), transparent 34%),
    radial-gradient(circle at 15% 84%, rgba(103, 224, 185, .055), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fbfcff 74%, #f7f9fe 100%);
  border-bottom: 1px solid #e8edf7;
  isolation: isolate;
}

.nx-market-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(55, 83, 146, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 83, 146, .03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .72) 68%, transparent 100%);
}

.nx-market-hero__shell {
  width: min(1720px, calc(100% - clamp(48px, 10vw, 120px)));
  margin-inline: auto;
}

.nx-market-hero__main {
  display: grid;
  grid-template-columns: minmax(510px, .92fr) minmax(650px, 1.08fr);
  align-items: center;
  gap: clamp(40px, 5vw, 82px);
}

.nx-market-hero__copy {
  min-width: 0;
  max-width: 720px;
}

.nx-market-hero__eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 28px;
  padding-bottom: 18px;
  color: var(--cb-primary);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1.2;
  text-transform: uppercase;
}

.nx-market-hero__eyebrow::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 74px;
  height: 3px;
  content: "";
  background: var(--cb-accent-gradient);
  border-radius: 999px;
}

.nx-market-hero h1 {
  margin: 0;
  color: var(--cb-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);
}

.nx-market-hero h1 span { display: block; }

.nx-market-hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #465c7c;
  font-size: clamp(18px, 1.25vw, 21px);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.55;
}

.nx-market-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  margin-top: 36px;
}

.nx-market-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  gap: 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nx-market-hero__actions svg,
.nx-market-board__featured header a svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nx-market-hero__primary {
  min-width: 330px;
  padding: 15px 25px;
  color: #fff;
  background: linear-gradient(105deg, #3416ec 0%, #3947f3 46%, #38c8ea 100%);
  border: 0;
  box-shadow: 0 12px 26px rgba(48, 36, 221, .20), 0 5px 14px rgba(55, 184, 231, .16);
}

.nx-market-hero__primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(48, 36, 221, .25); }

.nx-market-hero__secondary {
  min-width: 210px;
  padding: 15px 8px;
  color: #492bf2;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nx-market-hero__secondary:hover { color: #2410bf; background: rgba(75, 47, 241, .055); }
.nx-market-hero__actions .btn:focus-visible,
.nx-market-board a:focus-visible { outline: 3px solid rgba(56, 96, 246, .34); outline-offset: 4px; }

.nx-market-hero__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.nx-market-hero__features li {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 0 16px;
  color: #203555;
  text-align: center;
}

.nx-market-hero__features li:first-child { padding-left: 0; }
.nx-market-hero__features li:last-child { padding-right: 0; }

.nx-market-hero__features li:not(:last-child)::after {
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 78px;
  content: "";
  background: #dfe5f2;
}

.nx-market-hero__features li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #6079f2;
}

.nx-market-hero__features svg,
.nx-market-hero__metrics svg,
.nx-market-board__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.nx-market-hero__features strong {
  max-width: 132px;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.45;
}

.nx-market-board {
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #dce4f1;
  border-radius: 30px;
  box-shadow: 0 28px 72px rgba(32, 55, 111, .12), 0 8px 24px rgba(63, 88, 165, .06);
  backdrop-filter: blur(16px);
}

.nx-market-board__journey {
  position: relative;
  min-height: 320px;
  padding: 52px 34px 34px;
}

.nx-market-board__track {
  position: absolute;
  top: 82px;
  left: 6%;
  z-index: 0;
  width: 88%;
  height: 92px;
  overflow: visible;
}

.nx-market-board__track path {
  fill: none;
  stroke: url(#nx-market-flow-gradient);
  stroke-width: 4;
}

.nx-market-board__track circle {
  fill: #fff;
  stroke: #4e67ec;
  stroke-width: 5;
  filter: drop-shadow(0 3px 5px rgba(54, 79, 196, .28));
}

.nx-market-board__track circle:last-child { stroke: #31bec4; }

.nx-market-board__journey ol {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nx-market-board__journey li {
  --step-color: #5845e8;
  --step-ring: #efedff;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}

.nx-market-board__journey li:nth-child(1) { --step-color: #5c2fe8; --step-ring: #eee8ff; }
.nx-market-board__journey li:nth-child(2) { --step-color: #5654e6; --step-ring: #efefff; }
.nx-market-board__journey li:nth-child(3) { --step-color: #3b86e8; --step-ring: #eaf4ff; }
.nx-market-board__journey li:nth-child(4) { --step-color: #398fe0; --step-ring: #eaf5ff; }
.nx-market-board__journey li:nth-child(5) { --step-color: #2dbbc2; --step-ring: #e6f9f8; }

.nx-market-board__journey li:not(:last-child)::after {
  position: absolute;
  top: 88px;
  right: 0;
  height: 132px;
  content: "";
  border-right: 1px dashed #dbe3f0;
}

.nx-market-board__orb {
  position: relative;
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 43px;
  place-items: center;
  color: #fff;
  background: var(--step-color);
  border: 8px solid var(--step-ring);
  border-radius: 50%;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--step-ring) 70%, transparent), 0 10px 24px color-mix(in srgb, var(--step-color) 22%, transparent);
}

.nx-market-board__orb b { font-size: 13px; font-weight: 700; }

.nx-market-board__journey li > strong {
  min-height: 38px;
  color: #112443;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.nx-market-board__journey li > small {
  max-width: 122px;
  margin-top: 10px;
  color: #647691;
  font-size: 11px;
  line-height: 1.45;
}

.nx-market-board__featured {
  padding: 24px 25px 28px;
  border-top: 1px solid #e2e8f2;
}

.nx-market-board__featured > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.nx-market-board__featured > header > div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.nx-market-board__featured > header > div > strong {
  color: #172a4a;
  font-size: 12px;
  font-weight: 700;
}

.nx-market-board__featured .nx-status {
  min-height: 24px;
  padding: 4px 8px;
  font-size: 9px;
}

.nx-market-board__featured .nx-status i {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 3px rgba(109, 103, 217, .12);
}

.nx-market-board__featured header a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  min-height: 36px;
  color: #4d55ee;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.nx-market-board__featured > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.nx-market-board__card {
  display: flex;
  min-width: 0;
  min-height: 184px;
  padding: 16px 10px 13px;
  align-items: center;
  flex-direction: column;
  color: #172a49;
  background: linear-gradient(180deg, #fff, #fbfcff);
  border: 1px solid #e0e7f2;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(38, 65, 114, .055);
  text-align: center;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nx-market-board__card:hover {
  border-color: #aebcf4;
  box-shadow: 0 12px 25px rgba(48, 72, 146, .11);
  transform: translateY(-3px);
}

.nx-market-board__icon {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 10px;
  place-items: center;
  color: #4930ef;
  background: #fafaff;
  border: 1px solid #ececff;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(73, 48, 239, .08);
}

.nx-market-board__card:nth-child(3) .nx-market-board__icon { color: #2789d5; }
.nx-market-board__card:nth-child(4) .nx-market-board__icon { color: #5f38ea; }
.nx-market-board__card:nth-child(5) .nx-market-board__icon { color: #28a8b5; }

.nx-market-board__card > strong {
  display: grid;
  min-height: 42px;
  margin: 12px 0 8px;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.nx-market-board__fit {
  display: grid;
  justify-items: center;
  gap: 7px;
  width: 100%;
  margin-top: auto;
}

.nx-market-board__fit b {
  color: #4d65d8;
  font-size: 11px;
  font-weight: 700;
}

.nx-market-board__fit small {
  max-width: 100%;
  padding: 5px 7px;
  color: #586b87;
  background: #f0f4fb;
  border-radius: 999px;
  font-size: 8px;
  line-height: 1.2;
}

.nx-market-hero__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 112px;
  margin: 52px 0 0;
  padding: 0;
  align-items: center;
  background: rgba(255, 255, 255, .80);
  border: 1px solid #e0e6f1;
  border-radius: 18px;
  box-shadow: 0 11px 30px rgba(37, 60, 116, .045);
  list-style: none;
}

.nx-market-hero__metrics li {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 20px 32px;
}

.nx-market-hero__metrics li:not(:last-child)::after {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
  content: "";
  background: #e1e7f1;
}

.nx-market-hero__metrics li > span {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  padding: 4px;
  place-items: center;
  color: #687bf0;
}

.nx-market-hero__metrics p { min-width: 0; margin: 0; }
.nx-market-hero__metrics strong { display: block; color: #0c1d42; font-size: 25px; line-height: 1; }
.nx-market-hero__metrics small { display: block; margin-top: 9px; color: #4d607e; font-size: 12px; line-height: 1.35; }

@media (max-width: 1120px) {
  .neoo-product-page.nx-page .neoo-topnav { display: none; }
  .neoo-product-page.nx-page .neoo-topnav.is-open { display: flex; }
  .neoo-product-page.nx-page .neoo-topnav:not(.is-open) + .header-actions { display: none; }
  .neoo-product-page.nx-page .neoo-topnav.is-open + .header-actions { display: flex; }
  .nx-hero__grid { grid-template-columns: 1fr; }
  .nx-hero__copy { max-width: 820px; }
  .nx-hero__visual { width: min(760px, 100%); margin-inline: auto; }
  .nx-split,
  .nx-split--reverse { grid-template-columns: 1fr; }
  .nx-intent { grid-template-columns: 1fr; gap: 45px; }
  .nx-catalogue__toolbar { grid-template-columns: repeat(3, 1fr); }
  .nx-next-markets__groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nx-solution-tier--engine { grid-column: 1 / -1; }
  .nx-simulator { grid-template-columns: 1fr; }
  .nx-timeline { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
  .nx-timeline li:nth-child(3n)::before { display: none; }
}

@media (max-width: 820px) {
  :root { --nx-shell: min(100% - 32px, 1180px); --nx-radius: 19px; }
  .nx-section { padding: 76px 0; }
  .nx-head { margin-bottom: 34px; }
  .nx-hero { min-height: auto; padding: 60px 0 82px; }
  .nx-hero h1 { font-size: clamp(48px, 12vw, 70px); }
  .nx-connected-cards,
  .nx-build-modes { grid-template-columns: 1fr; }
  .nx-connected-cards article { min-height: 205px; }
  .nx-connected-cards article:not(:last-child)::after { top: auto; right: 50%; bottom: -19px; width: 2px; height: 20px; }
  .nx-solution-grid { grid-template-columns: 1fr; }
  .nx-blueprint-model,
  .nx-solution-boundaries { grid-template-columns: 1fr; }
  .nx-next-markets__groups { grid-template-columns: 1fr; }
  .nx-solution-tier--engine { grid-column: auto; }
  .nx-catalogue__toolbar { grid-template-columns: repeat(2, 1fr); }
  .nx-role-selector { grid-template-columns: 1fr; }
  .nx-role-selector__tabs { grid-template-columns: repeat(2, 1fr); }
  .nx-streams__legend { display: none; }
  .nx-stream dl { grid-template-columns: 1fr; padding: 0 15px 15px; }
  .nx-stream dl > div { border-right: 0; border-bottom: 1px solid #e3e9f1; }
  .nx-stream dt { display: block; margin-bottom: 5px; }
  .nx-trust { grid-template-columns: 1fr; gap: 28px; }
  .nx-timeline { grid-template-columns: repeat(2, 1fr); }
  .nx-timeline li:nth-child(3n)::before { display: block; }
  .nx-timeline li:nth-child(2n)::before { display: none; }
  .nx-bridge > div { align-items: flex-start; flex-direction: column; }
  .nx-simulator__grid { grid-template-columns: 1fr; }
  .nx-simulator__results { grid-template-columns: repeat(2, 1fr); }
  .nx-form-grid { grid-template-columns: 1fr; }
  .nx-role-checks { grid-template-columns: repeat(2, 1fr); }
  .nx-form-summary dl { grid-template-columns: 1fr; }
  .nx-forge-pipeline > ol { grid-template-columns: repeat(4, 1fr); row-gap: 22px; }
  .nx-forge-pipeline > ol li:nth-child(4n)::after { display: none; }
  .nx-forge-pipeline > div { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .nx-breadcrumb { min-height: 44px; font-size: 11px; }
  .nx-head h2 { font-size: clamp(35px, 10.5vw, 46px); }
  .nx-lead { font-size: 17px; }
  .nx-hero h1 { margin-top: 12px; font-size: clamp(43px, 13.5vw, 59px); }
  .nx-hero__lead { font-size: 17px; }
  .nx-actions { display: grid; width: 100%; }
  .nx-actions .btn { width: 100%; }
  .nx-exchange-flow { min-height: 520px; padding: 30px 18px; }
  .nx-exchange-flow__track { display: none; }
  .nx-exchange-flow ol { grid-template-columns: 1fr; gap: 11px; }
  .nx-exchange-flow li { grid-template-columns: 42px 1fr; justify-items: start; align-items: center; margin: 0; text-align: left; }
  .nx-exchange-flow li span { width: 40px; height: 40px; border-width: 4px; border-radius: 12px; }
  .nx-exchange-flow li strong { max-width: none; }
  .nx-exchange-flow li:not(:last-child)::after { position: absolute; left: 37px; width: 1px; height: 14px; margin-top: 53px; content: ""; background: #8398bc; }
  .nx-solution-method { align-items: stretch; flex-direction: column; }
  .nx-solution-method span { align-self: flex-start; }
  .nx-solution-card { padding: 22px 19px; border-radius: 19px; }
  .nx-solution-card__header { align-items: flex-start; flex-direction: column; }
  .nx-solution-card__fit { justify-items: start; text-align: left; }
  .nx-solution-card__capabilities ul,
  .nx-blueprint-model ul,
  .nx-solution-boundaries ul { grid-template-columns: 1fr; }
  .nx-blueprint-model,
  .nx-solution-boundaries { padding: 26px 20px; border-radius: 20px; }
  .nx-catalogue__toolbar { grid-template-columns: 1fr; }
  .nx-intent__search { padding: 20px; }
  .nx-invoice { padding: 18px; }
  .nx-invoice__rows > div { grid-template-columns: 1fr auto; }
  .nx-invoice__rows span { grid-row: 2; }
  .nx-role-selector__tabs { grid-template-columns: 1fr; }
  .nx-role-selector__tabs button { min-height: 49px; }
  .nx-role-selector__panels { padding: 28px 20px; }
  .nx-role-selector__panels article > p { font-size: 27px; }
  .nx-timeline { grid-template-columns: 1fr; }
  .nx-timeline li { display: grid; grid-template-columns: 40px 1fr; min-height: 74px; gap: 14px; padding: 0; }
  .nx-timeline li::before,
  .nx-timeline li:nth-child(3n)::before,
  .nx-timeline li:nth-child(2n)::before { top: 40px; right: auto; bottom: 0; left: 20px; display: block; width: 1px; height: auto; }
  .nx-timeline li:last-child::before { display: none; }
  .nx-timeline p { margin: 8px 0 0; }
  .nx-trust ul { grid-template-columns: 1fr; }
  .nx-bounty { padding: 19px; }
  .nx-bounty header { align-items: flex-start; }
  .nx-bounty header svg { width: 70px; height: 70px; }
  .nx-bounty dl { grid-template-columns: 1fr; }
  .nx-revenue-visual { min-height: 480px; }
  .nx-revenue-visual span { min-width: 86px; font-size: 10px; }
  .nx-revenue-visual span:nth-of-type(1), .nx-revenue-visual span:nth-of-type(3) { left: 5%; }
  .nx-revenue-visual span:nth-of-type(2), .nx-revenue-visual span:nth-of-type(4) { right: 5%; }
  .nx-economics-tabs > div[role="tablist"] { grid-template-columns: repeat(2, 1fr); }
  .nx-economics-tabs [role="tabpanel"] { padding: 30px 20px; }
  .nx-simulator__results { grid-template-columns: 1fr; }
  .nx-switch-map { padding: 17px; }
  .nx-switch-map header > div { display: none; }
  .nx-switch-map__matrix > div { grid-template-columns: 1fr 44px 1fr; gap: 7px; font-size: 10px; }
  .nx-switch-map__matrix svg { width: 44px; }
  .nx-page--switchOdoo .nx-hero__visual .nx-switch-map { transform: none; }
  .nx-apply-visual { padding: 20px; }
  .nx-apply-form { border-radius: 18px; }
  .nx-apply-form__header { padding: 22px 18px; }
  .nx-apply-form__header > div { align-items: flex-start; flex-direction: column; }
  .nx-apply-form__header li { font-size: 0; }
  .nx-form-step { padding: 30px 18px; }
  .nx-role-checks { grid-template-columns: 1fr; }
  .nx-apply-form__footer { padding: 17px 18px; }
  .nx-final { padding-inline: 16px; }
  .nx-final > div { padding: 42px 20px; }
  .nx-forge-pipeline > ol { grid-template-columns: repeat(2, 1fr); }
  .nx-forge-pipeline > ol li:nth-child(2n)::after { display: none; }
}

@media (max-width: 1400px) {
  .nx-market-hero__main { grid-template-columns: minmax(460px, .88fr) minmax(600px, 1.12fr); gap: 42px; }
  .nx-market-board__journey { padding-inline: 24px; }
  .nx-market-board__featured { padding-inline: 18px; }
  .nx-market-board__featured > div { gap: 8px; }
  .nx-market-board__card { padding-inline: 7px; }
  .nx-market-hero__metrics li { padding-inline: 22px; }
}

@media (max-width: 1120px) {
  .nx-market-hero { padding-top: 72px; }
  .nx-market-hero__main { grid-template-columns: 1fr; gap: 56px; }
  .nx-market-hero__copy { max-width: 820px; }
  .nx-market-board { width: 100%; }
}

@media (max-width: 820px) {
  .nx-market-hero { padding: 58px 0 34px; }
  .nx-market-hero__shell { width: min(100% - 32px, 1720px); }
  .nx-market-hero__features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 0; }
  .nx-market-hero__features li:nth-child(2)::after { display: none; }
  .nx-market-board__journey { min-height: 300px; padding-inline: 16px; }
  .nx-market-board__journey li { padding-inline: 7px; }
  .nx-market-board__featured > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nx-market-board__card:nth-child(n+4) { min-height: 164px; }
  .nx-market-hero__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nx-market-hero__metrics li:nth-child(2)::after { display: none; }
  .nx-market-hero__metrics li:nth-child(-n+2) { border-bottom: 1px solid #e1e7f1; }
}

@media (max-width: 560px) {
  .nx-market-hero h1 { font-size: clamp(42px, 12.4vw, 54px); }
  .nx-market-hero__lead { margin-top: 23px; font-size: 17px; }
  .nx-market-hero__actions { display: grid; margin-top: 30px; }
  .nx-market-hero__actions .btn { width: 100%; min-width: 0; }
  .nx-market-hero__features { margin-top: 38px; }
  .nx-market-hero__features li { padding-inline: 13px; }
  .nx-market-hero__features li:nth-child(odd) { padding-left: 0; }
  .nx-market-hero__features li:nth-child(even) { padding-right: 0; }
  .nx-market-board { border-radius: 21px; }
  .nx-market-board__journey { min-height: 0; padding: 28px 20px 30px; }
  .nx-market-board__track { display: none; }
  .nx-market-board__journey ol { grid-template-columns: 1fr; gap: 15px; }
  .nx-market-board__journey li {
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-items: start;
    gap: 2px 13px;
    min-height: 62px;
    padding: 0;
    text-align: left;
  }
  .nx-market-board__journey li:not(:last-child)::after {
    top: 51px;
    right: auto;
    bottom: -15px;
    left: 24px;
    height: auto;
    border-right: 0;
    border-left: 1px dashed #bdc9dc;
  }
  .nx-market-board__orb { grid-row: 1 / 3; width: 48px; height: 48px; margin: 0; border-width: 6px; box-shadow: 0 0 0 3px color-mix(in srgb, var(--step-ring) 75%, transparent); }
  .nx-market-board__journey li > strong { min-height: 0; padding-top: 4px; font-size: 13px; }
  .nx-market-board__journey li > small { max-width: none; margin: 2px 0 0; }
  .nx-market-board__featured { padding: 21px 15px 18px; }
  .nx-market-board__featured > header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .nx-market-board__featured > header > div { align-items: flex-start; flex-direction: column; }
  .nx-market-board__featured > div { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .nx-market-board__card { min-height: 168px; }
  .nx-market-board__card:last-child { grid-column: 1 / -1; width: calc(50% - 4.5px); justify-self: center; }
  .nx-market-hero__metrics { margin-top: 30px; }
  .nx-market-hero__metrics li { justify-content: flex-start; gap: 13px; padding: 18px 14px; }
  .nx-market-hero__metrics li > span { flex-basis: 35px; width: 35px; height: 35px; }
  .nx-market-hero__metrics strong { font-size: 21px; }
  .nx-market-hero__metrics small { margin-top: 6px; font-size: 10px; }
}

/* Neoo Exchange — Marketplace hero aligned with the supplied 2026-08-07 visual. */
.nx-market-hero {
  padding: 26px 0 clamp(58px, 5vw, 78px);
  background:
    radial-gradient(circle at 78% 18%, rgba(83, 121, 255, .13), transparent 34%),
    radial-gradient(circle at 18% 88%, rgba(63, 213, 194, .07), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fcfdff 72%, #f8fbff 100%);
}

.nx-market-hero::before {
  background-size: 41px 41px;
  opacity: .88;
}

.nx-market-hero__shell {
  width: min(1720px, calc(100% - clamp(48px, 10vw, 120px)));
}

.nx-market-hero__main {
  grid-template-columns: minmax(590px, .78fr) minmax(760px, 1.22fr);
  align-items: start;
  gap: clamp(36px, 3.2vw, 60px);
}

.nx-market-hero__copy {
  max-width: 700px;
  padding-top: 72px;
}

.nx-market-hero__eyebrow {
  margin-bottom: 29px;
  padding-bottom: 0;
}

.nx-market-hero__eyebrow::after { display: none; }

.nx-market-hero h1 { max-width: 700px; }

.nx-market-hero__lead {
  max-width: 600px;
  margin-top: 31px;
  color: #435a80;
  line-height: 1.58;
}

.nx-market-hero__actions {
  gap: 18px;
  margin-top: 31px;
}

.nx-market-hero__actions .btn {
  min-height: 62px;
  padding: 15px 27px;
  border-radius: 8px;
}

.nx-market-hero__primary { min-width: 270px; }

.nx-market-hero__secondary {
  min-width: 258px;
  color: #3158f4;
  background: rgba(255, 255, 255, .78);
  border: 1px solid #cbd6ec;
  box-shadow: 0 8px 20px rgba(42, 74, 139, .035);
}

.nx-market-hero__secondary:hover {
  color: #2410bf;
  background: #fff;
  border-color: #9fb3df;
}

.nx-market-hero__features { margin-top: 40px; }

.nx-market-hero__features li { padding-inline: 18px; }

.nx-market-hero__features li:not(:last-child)::after { height: 72px; }

.nx-market-board {
  min-width: 0;
  min-height: 676px;
  padding: 26px 28px 21px;
  overflow: hidden;
  color: #071743;
  background: rgba(255, 255, 255, .965);
  border: 1px solid #d5e0f1;
  border-radius: 24px;
  box-shadow: 0 32px 76px rgba(42, 82, 178, .16), 0 8px 24px rgba(63, 88, 165, .06);
  backdrop-filter: blur(18px);
}

.nx-market-board__head { display: block; }

.nx-market-board__brand {
  display: block;
  color: #050f38;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.nx-market-board__tabs {
  display: flex;
  gap: 36px;
  min-height: 48px;
  margin-top: 10px;
  border-bottom: 1px solid #e3e8f2;
}

.nx-market-board__tabs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 4px;
  color: #65748e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.nx-market-board__tabs a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: transparent;
}

.nx-market-board__tabs a.is-active { color: #285bff; }
.nx-market-board__tabs a.is-active::after { background: #315cff; }

.nx-market-board__tabs svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nx-market-board__search {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 42px;
  min-height: 58px;
  margin-top: 17px;
  padding: 7px 8px 7px 16px;
  align-items: center;
  gap: 13px;
  color: #0c1b42;
  background: #fff;
  border: 1px solid #d6dfed;
  border-radius: 13px;
  box-shadow: 0 4px 13px rgba(29, 58, 117, .08);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.3;
  text-decoration: none;
}

.nx-market-board__search > svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #617594;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.nx-market-board__search > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #315dff, #2448eb);
  border-radius: 50%;
  box-shadow: 0 7px 17px rgba(37, 82, 238, .24);
}

.nx-market-board__search > i svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.nx-market-board__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.nx-market-board__filters a {
  display: inline-flex;
  min-height: 31px;
  padding: 5px 13px;
  align-items: center;
  gap: 8px;
  color: #324665;
  background: #fff;
  border: 1px solid #d6dfed;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

.nx-market-board__filters svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nx-market-board__featured {
  padding: 0;
  border: 0;
}

.nx-market-board__results {
  margin: 33px 0 8px;
  color: #12254b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.3;
}

.nx-market-board__featured > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.nx-market-board__card {
  display: grid;
  grid-template-columns: 50px minmax(220px, 1fr) minmax(116px, 128px) minmax(128px, 150px) minmax(128px, 152px);
  min-width: 0;
  min-height: 92px;
  padding: 11px 14px;
  align-items: center;
  gap: 14px;
  color: #102142;
  background: linear-gradient(180deg, #fff, #fdfdff);
  border: 1px solid #dfe6f1;
  border-radius: 11px;
  box-shadow: 0 4px 12px rgba(38, 65, 114, .045);
  text-align: left;
}

.nx-market-board__card:hover {
  border-color: #bdcae5;
  box-shadow: 0 8px 19px rgba(48, 72, 146, .08);
  transform: none;
}

.nx-market-board__icon {
  display: grid;
  width: 50px;
  height: 50px;
  padding: 10px;
  place-items: center;
  color: #4a45e8;
  background: linear-gradient(145deg, #f6f5ff, #fff);
  border: 1px solid #e8e5ff;
  border-radius: 13px;
  box-shadow: 0 4px 14px rgba(73, 48, 239, .08);
}

.nx-market-board__card:nth-child(2) .nx-market-board__icon { color: #2577ec; }
.nx-market-board__card:nth-child(3) .nx-market-board__icon { color: #563ce6; }

.nx-market-board__solution-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.nx-market-board__solution-copy strong {
  overflow: hidden;
  color: #091942;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nx-market-board__solution-copy small {
  overflow: hidden;
  color: #536783;
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nx-market-board__fit {
  display: flex;
  width: auto;
  margin: 0;
  align-items: center;
  justify-items: initial;
  gap: 9px;
}

.nx-market-board__fit > i {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  background: conic-gradient(#168f4d calc(var(--fit) * 1%), #e6edf4 0);
  border-radius: 50%;
}

.nx-market-board__fit > i b {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
}

.nx-market-board__fit > span { display: grid; gap: 2px; }

.nx-market-board__fit strong {
  color: #101d43;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.nx-market-board__fit small {
  padding: 0;
  color: #526582;
  background: transparent;
  font-size: 8px;
  line-height: 1.2;
}

.nx-market-board__solution-status {
  display: inline-flex;
  min-width: 0;
  min-height: 28px;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow: hidden;
  color: #168245;
  background: #f2fbf6;
  border: 1px solid #d9f0e2;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nx-market-board__solution-status i {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
}

.nx-market-board__card[data-level="configure"] .nx-market-board__solution-status {
  color: #c56f05;
  background: #fff8ee;
  border-color: #f4e0c2;
}

.nx-market-board__card[data-level="connector"] .nx-market-board__solution-status,
.nx-market-board__card[data-level="blueprint"] .nx-market-board__solution-status {
  color: #5141d9;
  background: #f5f3ff;
  border-color: #ded9ff;
}

.nx-market-board__solution-action {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 11px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #2256f5;
  background: #fff;
  border: 1px solid #d0dbea;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(34, 69, 135, .07);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.15;
  text-decoration: none;
}

.nx-market-board__solution-action svg,
.nx-market-board__fallback-copy a svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nx-market-board__fallback {
  display: grid;
  grid-template-columns: 58px minmax(220px, .82fr) minmax(400px, 1.35fr);
  min-height: 140px;
  margin-top: 21px;
  padding: 14px 17px;
  align-items: center;
  gap: 16px;
  background: linear-gradient(115deg, #fbfdff 0%, #f4f8ff 100%);
  border: 1px solid #8db4ff;
  border-radius: 11px;
}

.nx-market-board__fallback-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #315dff;
  background: #fff;
  border: 1px solid #dfe8f8;
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(42, 85, 195, .12);
}

.nx-market-board__fallback-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.nx-market-board__fallback-copy { min-width: 0; }

.nx-market-board__fallback-title {
  display: block;
  margin: 0;
  color: #10244e;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.01em;
  line-height: 1.2;
}

.nx-market-board__fallback-copy p {
  margin: 4px 0 0;
  color: #506481;
  font-size: 9px;
  line-height: 1.35;
}

.nx-market-board__fallback-copy a {
  display: inline-flex;
  min-width: 164px;
  min-height: 36px;
  margin-top: 9px;
  padding: 7px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  background: linear-gradient(105deg, #315df5, #1f4cf1);
  border-radius: 7px;
  box-shadow: 0 7px 14px rgba(39, 82, 232, .22);
  font-size: 9px;
  font-weight: 650;
  text-decoration: none;
}

.nx-market-board__journey {
  min-height: 0;
  padding: 0;
}

.nx-market-board__journey ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nx-market-board__journey li,
.nx-market-board__journey li:nth-child(n) {
  --step-color: #8ea1c0;
  --step-ring: #d6e0ee;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  padding: 0 3px;
  text-align: center;
}

.nx-market-board__journey li:not(:last-child)::after {
  position: absolute;
  top: 14px;
  right: -50%;
  left: 50%;
  z-index: 0;
  width: auto;
  height: 1px;
  content: "";
  background: repeating-linear-gradient(90deg, #b8c8df 0 3px, transparent 3px 6px);
  border: 0;
}

.nx-market-board__journey li.is-active::after {
  background: linear-gradient(90deg, #315dff 0 50%, #b8c8df 50%);
}

.nx-market-board__orb {
  position: relative;
  z-index: 1;
  display: grid;
  width: 29px;
  height: 29px;
  margin: 0 0 9px;
  place-items: center;
  color: #304464;
  background: #fff;
  border: 1px solid #b9c9df;
  border-radius: 50%;
  box-shadow: none;
  font-size: 9px;
  font-weight: 700;
}

.nx-market-board__journey li.is-active .nx-market-board__orb {
  color: #fff;
  background: linear-gradient(145deg, #315dff, #254ae4);
  border-color: #315dff;
  box-shadow: 0 5px 12px rgba(49, 93, 255, .22);
}

.nx-market-board__journey li > strong {
  min-height: 22px;
  color: #172a4d;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.25;
}

@media (max-width: 1500px) {
  .nx-market-hero__main { grid-template-columns: minmax(480px, .78fr) minmax(640px, 1.22fr); gap: 36px; }
  .nx-market-board { padding-inline: 22px; }
  .nx-market-board__card { grid-template-columns: 48px minmax(160px, 1fr) 102px 120px 118px; gap: 10px; padding-inline: 11px; }
  .nx-market-board__solution-copy strong { font-size: 13px; }
  .nx-market-board__solution-copy small { font-size: 9px; }
  .nx-market-board__fallback { grid-template-columns: 54px minmax(190px, .82fr) minmax(330px, 1.25fr); gap: 13px; }
}

@media (max-width: 1250px) {
  .nx-market-hero__main { grid-template-columns: 1fr; gap: 52px; }
  .nx-market-hero__copy { max-width: 780px; padding-top: 0; }
  .nx-market-board { width: 100%; }
  .nx-market-board__card { grid-template-columns: 50px minmax(220px, 1fr) 120px minmax(128px, 150px) 146px; gap: 14px; }
  .nx-market-board__solution-copy strong { font-size: 15px; }
  .nx-market-board__solution-copy small { font-size: 11px; }
  .nx-market-board__fallback { grid-template-columns: 58px minmax(220px, .82fr) minmax(400px, 1.35fr); gap: 16px; }
}

@media (max-width: 820px) {
  .nx-market-hero { padding: 58px 0 46px; }
  .nx-market-hero__main { gap: 42px; }
  .nx-market-board { min-height: 0; padding: 22px 20px 20px; border-radius: 22px; }
  .nx-market-board__tabs { gap: 24px; overflow-x: auto; }
  .nx-market-board__search { font-size: 12px; }
  .nx-market-board__card {
    grid-template-columns: 50px minmax(0, 1fr) minmax(124px, auto);
    grid-template-rows: auto auto;
    min-height: 104px;
    padding: 12px;
    gap: 8px 12px;
  }
  .nx-market-board__icon { grid-row: 1 / 3; }
  .nx-market-board__solution-copy { grid-column: 2; grid-row: 1; }
  .nx-market-board__fit { grid-column: 2; grid-row: 2; }
  .nx-market-board__fit > i { flex-basis: 34px; width: 34px; height: 34px; }
  .nx-market-board__fit > i b { width: 27px; height: 27px; }
  .nx-market-board__solution-status { grid-column: 3; grid-row: 1; }
  .nx-market-board__solution-action { grid-column: 3; grid-row: 2; }
  .nx-market-board__fallback { grid-template-columns: 56px minmax(0, 1fr); }
  .nx-market-board__journey { grid-column: 1 / -1; margin-top: 8px; }
}

@media (max-width: 560px) {
  .nx-market-hero { padding-top: 82px; }
  .nx-market-hero__shell { width: min(100% - 32px, 1720px); }
  .nx-market-hero__actions { gap: 12px; }
  .nx-market-hero__actions .btn { min-height: 56px; }
  .nx-market-board { padding: 18px 14px 15px; border-radius: 19px; }
  .nx-market-board__brand { font-size: 18px; }
  .nx-market-board__tabs { gap: 18px; min-height: 45px; }
  .nx-market-board__tabs a { gap: 7px; font-size: 11px; }
  .nx-market-board__search { grid-template-columns: 19px minmax(0, 1fr) 38px; min-height: 54px; padding-left: 12px; gap: 9px; font-size: 10px; }
  .nx-market-board__search > svg { width: 19px; height: 19px; }
  .nx-market-board__search > i { width: 38px; height: 38px; }
  .nx-market-board__results { margin-top: 15px; font-size: 13px; }
  .nx-market-board__card {
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    min-height: 0;
    padding: 12px;
  }
  .nx-market-board__icon { grid-column: 1; grid-row: 1 / 3; width: 44px; height: 44px; padding: 9px; }
  .nx-market-board__solution-copy { grid-column: 2; grid-row: 1; }
  .nx-market-board__solution-copy strong { white-space: normal; }
  .nx-market-board__solution-copy small { white-space: normal; }
  .nx-market-board__fit { grid-column: 2; grid-row: 2; }
  .nx-market-board__solution-status { grid-column: 1 / -1; grid-row: 3; justify-self: start; margin-top: 3px; }
  .nx-market-board__solution-action { grid-column: 1 / -1; grid-row: 4; width: 100%; }
  .nx-market-board__card:last-child { grid-column: auto; width: 100%; justify-self: stretch; }
  .nx-market-board__fallback { grid-template-columns: 1fr; justify-items: start; padding: 16px 14px; }
  .nx-market-board__fallback-copy a { min-width: 0; width: 100%; }
  .nx-market-board__journey { width: 100%; }
  .nx-market-board__journey ol { grid-template-columns: 1fr; gap: 9px; }
  .nx-market-board__journey li,
  .nx-market-board__journey li:nth-child(n) {
    grid-template-columns: 28px minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 30px;
    padding: 0;
    align-items: center;
    justify-items: start;
    text-align: left;
  }
  .nx-market-board__orb { grid-column: 1; grid-row: 1; width: 26px; height: 26px; margin: 0; }
  .nx-market-board__journey li:not(:last-child)::after {
    top: 25px;
    right: auto;
    bottom: -10px;
    left: 12px;
    width: 1px;
    height: auto;
    background: repeating-linear-gradient(180deg, #b8c8df 0 3px, transparent 3px 6px);
  }
  .nx-market-board__journey li.is-active::after { background: linear-gradient(180deg, #315dff 0 50%, #b8c8df 50%); }
  .nx-market-board__journey li > strong {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    font-size: 9px;
    overflow-wrap: normal;
  }
}

@media (forced-colors: active) {
  .nx-market-board,
  .nx-market-board__search,
  .nx-market-board__card,
  .nx-market-board__fallback { border: 1px solid CanvasText; }
}

@media (prefers-reduced-motion: reduce) {
  .nx-exchange-flow__track .nx-exchange-flow__pulse { animation: none; }
  .nx-page *, .nx-page *::before, .nx-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Neoo Partner Network — hero aligned with the supplied 2026-08-07 reference. */






.nx-page--partners .nx-eyebrow {
  margin-bottom: 14px;
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
}

.nx-hero__programme {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin: 0 0 34px;
  padding: 8px 16px;
  color: #354a8a;
  border: 1px solid #e1e5fb;
  border-radius: 999px;
  background: linear-gradient(180deg, #f0f2ff, #f7f8ff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.nx-hero__programme svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #4977ff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nx-page--partners .nx-hero h1 {
  /* The supplied composition requires this narrower display cap. */
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--cb-ink);
  font-family: var(--cb-display-font);
  font-size: clamp(42px, 3.05vw, 54px);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

@media (min-width: 821px) {
  html[lang="fr-BE"] .nx-page--partners .nx-hero h1 {
    font-size: clamp(39px, 2.95vw, 52px);
  }
}

.nx-page--partners .nx-hero h1 span {
  white-space: nowrap;
}

.nx-page--partners .nx-hero__lead {
  max-width: 610px;
  margin-bottom: 29px;
  color: #5c6d8d;
  font-size: clamp(18px, 1.3vw, 20px);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.5;
}

.nx-page--partners .nx-actions .btn--primary {
  min-width: 320px;
  min-height: 58px;
  padding-inline: 26px;
  justify-content: space-between;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--cb-accent-gradient);
  box-shadow: 0 14px 30px rgba(60, 104, 235, .20);
}

.nx-page--partners .nx-actions .btn--primary:hover {
  box-shadow: 0 18px 36px rgba(60, 104, 235, .28);
}

.nx-page--partners .nx-hero__benefits--featured {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 690px;
  margin-top: 45px;
  color: var(--cb-ink);
}

.nx-page--partners .nx-hero__benefits--featured li {
  min-width: 0;
  min-height: 112px;
  padding: 0 19px;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 12px;
  border-left: 1px solid #dce3f2;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.nx-page--partners .nx-hero__benefits--featured li:first-child {
  padding-left: 0;
  border-left: 0;
}

.nx-page--partners .nx-hero__benefits--featured svg {
  width: 45px;
  height: 45px;
  fill: none;
  stroke: #3d72ff;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nx-page--partners .nx-hero__benefits--featured span {
  max-width: 122px;
  color: var(--cb-ink);
}


@media (max-width: 1260px) {
  .nx-page--partners .nx-hero__benefits--featured { max-width: 720px; }
}

@media (max-width: 820px) {
  .nx-page--partners .nx-hero h1 span { white-space: normal; }
  .nx-page--partners .nx-hero__benefits--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
  .nx-page--partners .nx-hero__benefits--featured li:nth-child(3) { padding-left: 0; border-left: 0; }
  .nx-page--partners .nx-hero__benefits--featured li { min-height: 102px; }
}

@media (max-width: 560px) {
  .nx-page--partners .nx-eyebrow { font-size: 12px; letter-spacing: var(--cb-eyebrow-tracking); }
  .nx-hero__programme { min-height: 38px; margin-bottom: 25px; padding: 7px 13px; font-size: 12px; }
  .nx-page--partners .nx-hero h1 { font-size: clamp(42px, 12vw, 54px); }
  .nx-page--partners .nx-hero__lead { font-size: 17px; }
  .nx-page--partners .nx-actions .btn--primary { min-width: 0; width: 100%; }
  .nx-page--partners .nx-hero__benefits--featured { margin-top: 36px; }
  .nx-page--partners .nx-hero__benefits--featured li { min-height: 104px; padding-inline: 13px; font-size: 12px; }
  .nx-page--partners .nx-hero__benefits--featured svg { width: 38px; height: 38px; }
}




@media (forced-colors: active) {
  .nx-hero__programme { border: 1px solid CanvasText; }
  .nx-page--partners .nx-actions .btn--primary { background: ButtonFace; color: ButtonText; }
}

/* On nx pages the shared header stays pinned at top 0 (z 110); the section subnav
   must dock below it instead of covering it (shared rule is top 0 / z 120). */
.nx-page .partner-hub.neoo-subnav.nx-subnav {
  top: var(--partner-overview-header-h, 92px);
  z-index: 100;
}

/* Neoo video hero pages — Master Operator & Partner Network (20260817-neoo-mo-hero-grid-4).
   Balanced composition: 42/58 grid aligned on the header shell, single-line CTAs,
   vertically centred copy, fold-filling height and a progressive white-to-map veil. */
.nx-page--masterOperator .nx-hero h1 { font-size: clamp(38px, 3.3vw, 56px); line-height: 1.06; }

.nx-page--masterOperator .nx-breadcrumb,
.nx-page--partners .nx-breadcrumb {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 96px), 1540px);
  margin-bottom: -52px;
}

.nx-video-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(calc(100svh - 152px), 940px);
  padding: 72px 0 56px;
  overflow: hidden;
  isolation: isolate;
}
.nx-video-hero__inner.nx-shell { width: min(calc(100% - 96px), 1540px); }
.nx-video-hero__media { position: absolute; inset: 0; z-index: -2; }
.nx-video-hero__media video { width: 100%; height: 100%; object-fit: cover; object-position: 66% 44%; }
.nx-video-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .97) 34%, rgba(255, 255, 255, .9) 45%, rgba(255, 255, 255, .55) 57%, rgba(255, 255, 255, .14) 71%, rgba(255, 255, 255, 0) 85%),
    linear-gradient(180deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, .45) 100%);
}
.nx-video-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
  align-items: center;
}
.nx-video-hero .nx-hero__copy { grid-column: 1; min-width: 0; max-width: none; }
.nx-video-hero h1 { width: max-content; max-width: min(54vw, 780px); }
.nx-video-hero .nx-hero__lead { max-width: 590px; }
.nx-video-hero .nx-actions { width: max-content; max-width: none; flex-wrap: nowrap; }
.nx-video-hero .nx-hero__benefits { width: max-content; max-width: none; flex-wrap: nowrap; }
.nx-video-hero__toggle {
  position: absolute;
  right: 26px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #21335c;
  background: rgba(255, 255, 255, .88);
  border: 1px solid #d4ddec;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(25, 54, 105, .16);
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.nx-video-hero__toggle svg { width: 18px; height: 18px; fill: currentColor; }
.nx-video-hero__toggle .nx-video-hero__icon-pause { display: none; }
.nx-video-hero__toggle.is-playing .nx-video-hero__icon-pause { display: block; }
.nx-video-hero__toggle.is-playing .nx-video-hero__icon-play { display: none; }
.nx-video-hero__toggle:focus-visible { outline: 3px solid #3648ff; outline-offset: 2px; }

.nx-mo-scopes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nx-mo-scope {
  padding: 27px 26px 29px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: 20px;
  box-shadow: 0 16px 44px rgba(30, 60, 110, .07);
}
.nx-mo-scope__icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; }
.nx-mo-scope__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.nx-mo-scope--vertical .nx-mo-scope__icon { color: #3554e9; background: #ebefff; }
.nx-mo-scope--sector .nx-mo-scope__icon { color: #6f3fe8; background: #f2edff; }
.nx-mo-scope--territory .nx-mo-scope__icon { color: #1d7f9e; background: #e5f6fc; }
.nx-mo-scope h3 { margin: 19px 0 10px; color: var(--nx-ink); font-size: 19px; letter-spacing: -.025em; }
.nx-mo-scope p { margin: 0; color: var(--nx-muted); font-size: 14px; line-height: 1.6; }

.nx-mo-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(22px, 3.4vw, 52px);
  align-items: center;
  padding: clamp(26px, 3.4vw, 44px);
  background: #fff;
  border: 1px solid #dfe7f4;
  border-radius: 30px;
  box-shadow: var(--nx-shadow);
}
.nx-mo-map__col-title { margin: 0 0 13px; color: #75849a; font-size: 11px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.nx-mo-map__col ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.nx-mo-map__col li { display: grid; gap: 2px; padding: 12px 15px; background: #f8fafd; border: 1px solid #e2e9f3; border-left: 3px solid #4a63e9; border-radius: 12px; }
.nx-mo-map__col--market li { border-left-color: #3aa9cc; }
.nx-mo-map__col li strong { color: #24395d; font-size: 13.5px; }
.nx-mo-map__col li small { color: #5d6f8b; font-size: 12px; line-height: 1.45; }
.nx-mo-map__hub {
  position: relative;
  display: grid;
  width: clamp(212px, 21vw, 248px);
  aspect-ratio: 1;
  place-content: center;
  gap: 7px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(140deg, #3648ff 0%, #7040ff 78%);
  border-radius: 50%;
  box-shadow: 0 26px 60px rgba(70, 66, 255, .3);
  text-align: center;
}
.nx-mo-map__hub::before,
.nx-mo-map__hub::after {
  position: absolute;
  top: 50%;
  width: clamp(14px, 2.4vw, 34px);
  height: 2px;
  content: "";
}
.nx-mo-map__hub::before { right: 100%; margin-right: 7px; background: linear-gradient(90deg, rgba(74, 99, 233, .05), rgba(74, 99, 233, .6)); }
.nx-mo-map__hub::after { left: 100%; margin-left: 7px; background: linear-gradient(90deg, rgba(58, 169, 204, .6), rgba(58, 169, 204, .05)); }
.nx-mo-map__ring { position: absolute; inset: -15px; width: calc(100% + 30px); height: calc(100% + 30px); }
.nx-mo-map__ring circle { fill: none; stroke: rgba(112, 96, 255, .28); }
.nx-mo-map__ring circle:last-child { stroke-dasharray: 3 9; opacity: .7; }
.nx-mo-map__hub strong { font-size: 17.5px; font-weight: 650; letter-spacing: -.015em; }
.nx-mo-map__hub p { margin: 0; font-size: 11.5px; line-height: 1.5; opacity: .88; }
.nx-mo-map__base { display: grid; grid-column: 1 / -1; gap: 11px; margin-top: 6px; padding-top: 20px; border-top: 1px dashed #d4ddec; }
.nx-mo-map__base p { margin: 0; color: #75849a; font-size: 11px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.nx-mo-map__base ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.nx-mo-map__base li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; color: #33456b; background: #fff; border: 1px solid #d9e2ef; border-radius: 999px; font-size: 12.5px; font-weight: 600; }
.nx-mo-map__base svg { width: 14px; height: 14px; fill: none; stroke: var(--nx-blue); stroke-width: 2; }

.nx-mo-journey .nx-timeline p { padding-right: 4px; }
.nx-mo-journey + .nx-legal { margin-bottom: 0; }

.nx-mo-profiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.nx-mo-profiles li {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 56px;
  padding: 13px 18px;
  color: #33466b;
  background: #fff;
  border: 1px solid #dfe6f0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
}
.nx-mo-profiles svg { flex: 0 0 17px; width: 17px; height: 17px; fill: none; stroke: var(--nx-blue); stroke-width: 2; }
.nx-mo-profiles li:last-child { grid-column: 1 / -1; }

.nx-mo-reassurance { justify-content: center; margin-top: 26px; }

.nx-mo-video { max-width: 960px; margin: 0 auto; }
.nx-mo-video__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0b1533;
  border: 1px solid #dfe7f4;
  border-radius: 26px;
  box-shadow: var(--nx-shadow);
}
.nx-mo-video__poster { position: absolute; inset: 0; display: grid; place-items: center; text-decoration: none; }
.nx-mo-video__poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.nx-mo-video__poster::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(7, 19, 63, .05), rgba(7, 19, 63, .38)); }
.nx-mo-video__poster:hover img { transform: scale(1.02); }
.nx-mo-video__poster:focus-visible { outline: 3px solid #3648ff; outline-offset: 3px; border-radius: 26px; }
.nx-mo-video__play {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 13px 24px 13px 17px;
  color: #fff;
  background: linear-gradient(135deg, #3648ff, #7040ff);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(28, 38, 120, .45);
  font-size: 14px;
  font-weight: 650;
}
.nx-mo-video__play svg { width: 22px; height: 22px; fill: currentColor; }
.nx-mo-video__player { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.nx-mo-video__note { margin: 14px 4px 0; color: #5d6f8b; font-size: 12.5px; }
.nx-mo-video__note .nx-link { margin-left: 6px; }

@media (min-width: 1121px) {
  .nx-mo-journey .nx-timeline { grid-template-columns: repeat(6, 1fr); }
  .nx-mo-journey .nx-timeline li { min-height: 175px; }
}

@media (min-width: 821px) {
  .nx-mo-streams .nx-streams__legend { grid-template-columns: repeat(3, 1fr); padding: 0 22px 0 100px; }
  .nx-mo-streams .nx-stream dl { grid-template-columns: repeat(3, 1fr); padding-left: 80px; }
  .nx-connected-cards--six { row-gap: 20px; }
  .nx-connected-cards--six article { min-height: 250px; }
  .nx-connected-cards--six article:nth-child(3n)::after { display: none; }
}

@media (max-width: 1120px) {
  .nx-page--masterOperator .nx-breadcrumb,
  .nx-page--partners .nx-breadcrumb { width: var(--nx-shell); margin-bottom: 0; }
  .nx-video-hero { min-height: min(72vh, 660px); padding: 44px 0 56px; }
  .nx-video-hero__inner.nx-shell { width: var(--nx-shell); }
  .nx-video-hero__inner { grid-template-columns: 1fr; }
  .nx-video-hero h1 { width: auto; max-width: 630px; }
  .nx-video-hero .nx-hero__lead { max-width: 650px; }
  .nx-video-hero .nx-actions { width: auto; flex-wrap: wrap; }
  .nx-video-hero .nx-hero__benefits { width: auto; flex-wrap: wrap; }
  .nx-mo-map { grid-template-columns: 1fr; justify-items: stretch; }
  .nx-mo-map__hub { justify-self: center; width: min(300px, 100%); aspect-ratio: auto; padding: 26px 30px; border-radius: 24px; }
  .nx-mo-map__hub::before,
  .nx-mo-map__hub::after { top: auto; left: 50%; width: 2px; height: 18px; margin: 0; }
  .nx-mo-map__hub::before { right: auto; bottom: 100%; margin-bottom: 2px; background: linear-gradient(180deg, rgba(74, 99, 233, .05), rgba(74, 99, 233, .6)); }
  .nx-mo-map__hub::after { top: 100%; margin-top: 2px; background: linear-gradient(180deg, rgba(58, 169, 204, .6), rgba(58, 169, 204, .05)); }
  .nx-mo-map__ring { display: none; }
}

@media (max-width: 820px) {
  .nx-mo-scopes { grid-template-columns: 1fr; }
  .nx-mo-profiles { grid-template-columns: 1fr; }
  .nx-video-hero { min-height: auto; }
  .nx-video-hero::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .93) 0%, rgba(255, 255, 255, .86) 55%, rgba(255, 255, 255, .68) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, .5) 100%);
  }
  .nx-video-hero__toggle { right: 15px; bottom: 13px; width: 42px; height: 42px; }
}

@media (max-width: 560px) {
  .nx-page--masterOperator .nx-hero h1 { font-size: clamp(33px, 9.6vw, 43px); }
  .nx-mo-map { padding: 22px 17px; border-radius: 22px; }
}

@media (forced-colors: active) {
  .nx-video-hero__toggle,
  .nx-mo-scope,
  .nx-mo-map,
  .nx-mo-map__hub,
  .nx-mo-map__col li,
  .nx-mo-map__base li,
  .nx-mo-profiles li { border: 1px solid CanvasText; }
}

/* Partner Apply 10K, "Réseau vivant" (20260830-neoo-partner-apply-10k-1). */
.nx-page--partnerApply {
  --ap-canvas: #edf1f7;
  --ap-panel: #101d3b;
  --ap-panel-raised: #17294d;
  --ap-accent: #2510f3;
  --ap-accent-hover: #1706c8;
  --ap-cyan: #42bbdf;
  --ap-mint: #67e0b9;
  --ap-text-secondary: #60708a;
  --ap-text-primary: #08133b;
  --ap-text-on-dark: #f7f9ff;
  overflow-x: clip;
  background: var(--ap-canvas);
}

.nx-page--partnerApply .nx-breadcrumb {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  background: var(--ap-canvas);
}

.nx-apply-journey {
  --ap-progress: 1;
  position: relative;
  height: auto;
  color: var(--ap-text-primary);
  background: var(--ap-canvas);
  isolation: isolate;
}

.nx-apply-journey.is-scrub-mode {
  --ap-progress: 0;
  height: 560vh;
}

.nx-apply-journey__stage {
  position: relative;
  min-height: clamp(680px, calc(100svh - var(--partner-overview-header-h, 92px) - 59px), 920px);
  overflow: hidden;
  background: #dfe5ee;
  isolation: isolate;
}

.nx-apply-journey.is-scrub-mode .nx-apply-journey__stage {
  position: sticky;
  top: calc(var(--partner-overview-header-h, 92px) + 59px);
  height: calc(100svh - var(--partner-overview-header-h, 92px) - 59px);
  min-height: 520px;
}

.nx-apply-journey__media,
.nx-apply-journey__veil {
  position: absolute;
  inset: 0;
}

.nx-apply-journey__media { z-index: -3; }

.nx-apply-journey__media img,
.nx-apply-journey__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
}

.nx-apply-journey__media video {
  position: absolute;
  inset: 0;
  display: none;
  background: #e5e5e1;
}

.nx-apply-journey.is-scrub-mode .nx-apply-journey__media video { display: block; }
.nx-apply-journey.is-video-fallback .nx-apply-journey__media video { display: none; }

.nx-apply-journey__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(245, 247, 251, .99) 0%, rgba(245, 247, 251, .96) 31%, rgba(245, 247, 251, .82) 46%, rgba(245, 247, 251, .25) 66%, rgba(245, 247, 251, .05) 100%),
    linear-gradient(180deg, rgba(237, 241, 247, .45), rgba(237, 241, 247, 0) 30%, rgba(237, 241, 247, 0) 72%, rgba(237, 241, 247, .55));
}

.nx-apply-signal {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: max(-100px, calc((100vw - 1540px) / 2 - 80px));
  width: min(48vw, 680px);
  color: var(--ap-accent);
  opacity: .13;
  transform: translateY(-50%);
  pointer-events: none;
}

.nx-apply-signal circle,
.nx-apply-signal path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.nx-apply-signal > circle { fill: currentColor; stroke: none; }
.nx-apply-signal g circle { transform-origin: center; animation: nx-apply-signal-pulse 5.5s ease-in-out infinite alternate; animation-play-state: paused; }
.nx-apply-signal g circle:nth-child(2) { animation-delay: -1.8s; }
.nx-apply-signal g circle:nth-child(3) { animation-delay: -3.6s; }
.nx-apply-journey.is-animating .nx-apply-signal g circle { animation-play-state: running; }

@keyframes nx-apply-signal-pulse {
  from { opacity: .24; transform: scale(.96); }
  to { opacity: .86; transform: scale(1.02); }
}

.nx-apply-journey__copy {
  position: absolute;
  z-index: 2;
  inset-block: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nx-apply-band {
  --ap-band-y: 0px;
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: min(620px, 54vw);
  opacity: 0;
  transform: translate3d(0, calc(-50% + var(--ap-band-y)), 0);
  will-change: transform, opacity;
  pointer-events: none;
}

.nx-apply-band:first-child { display: block; opacity: 1; }
.nx-apply-journey.is-scrub-mode .nx-apply-band { display: block; }

.nx-apply-band .nx-eyebrow,
.nx-apply-prep .nx-eyebrow,
.nx-apply-form-intro .nx-eyebrow {
  color: var(--ap-accent);
  font-family: "Cascadia Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}

.nx-apply-band h1,
.nx-apply-band h2 {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--ap-text-primary);
  font-family: "Cerebri Sans", Arial, sans-serif;
  font-size: clamp(48px, 5.25vw, 82px);
  font-weight: 300;
  letter-spacing: -.052em;
  line-height: 1.06;
  text-wrap: balance;
}

.nx-apply-band h2 { font-size: clamp(44px, 4.65vw, 72px); }

.nx-apply-band__lead {
  max-width: 570px;
  margin: 26px 0 0;
  color: #44536d;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.nx-apply-band__action {
  margin-top: 30px;
  pointer-events: auto;
}

.nx-apply-band__words span {
  display: inline-block;
  opacity: .2;
  transform: translate3d(0, 22px, 0);
  transition: opacity .46s ease calc(var(--word) * 70ms), transform .46s cubic-bezier(.2, .8, .2, 1) calc(var(--word) * 70ms);
}

.nx-apply-band__words.is-current span,
.nx-apply-band.is-current .nx-apply-band__words span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nx-apply-static-action {
  position: absolute;
  top: calc(50% + 190px);
  left: 0;
  z-index: 4;
}

.nx-apply-journey.is-scrub-mode .nx-apply-static-action { display: none; }

.nx-apply-rail {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: max(28px, calc((100vw - 1540px) / 2));
  display: grid;
  gap: 40px;
  width: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
}

.nx-apply-rail::before,
.nx-apply-rail::after {
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 4px;
  width: 1px;
  content: "";
  transform-origin: top;
}

.nx-apply-rail::before { background: rgba(8, 19, 59, .18); }
.nx-apply-rail::after { background: var(--ap-accent); transform: scaleY(var(--ap-progress)); }

.nx-apply-rail li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 10px;
}

.nx-apply-rail li::before {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  content: "";
  background: #fff;
  border: 1px solid rgba(8, 19, 59, .3);
  border-radius: 50%;
}

.nx-apply-rail li.is-current::before { background: var(--ap-accent); border-color: var(--ap-accent); box-shadow: 0 0 0 6px rgba(37, 16, 243, .12); }
.nx-apply-rail span { margin-left: 10px; color: #52617a; font: 600 9px/1 "Cascadia Mono", ui-monospace, monospace; }

.nx-apply-prep {
  position: relative;
  color: var(--ap-text-primary);
  background: #fff;
  overflow: hidden;
}

.nx-apply-prep::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(37, 16, 243, .35), transparent);
  transform: translateX(-50%);
}

.nx-apply-prep__grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.4fr); gap: clamp(54px, 8vw, 112px); align-items: start; }
.nx-apply-prep__head { position: sticky; top: calc(var(--partner-overview-header-h, 92px) + 92px); }
.nx-apply-prep__head h2,
.nx-apply-form-intro h2 {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--ap-text-primary);
  font-family: "Cerebri Sans", Arial, sans-serif;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 300;
  letter-spacing: -.052em;
  line-height: 1.06;
  text-wrap: balance;
}

.nx-apply-prep__head > p:last-child,
.nx-apply-form-intro > p:nth-of-type(2) { margin: 25px 0 0; color: var(--ap-text-secondary); font-size: 18px; line-height: 1.65; }
.nx-apply-prep__cards { display: grid; gap: 18px; }

.nx-apply-prep__card {
  position: relative;
  min-height: 212px;
  padding: 30px 32px;
  background: var(--ap-canvas);
  border: 1px solid #d8e0ec;
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(16, 29, 59, .08);
  overflow: hidden;
}

.nx-apply-prep__card > span { color: var(--ap-accent); font: 600 10px/1 "Cascadia Mono", ui-monospace, monospace; letter-spacing: .08em; }
.nx-apply-prep__card svg { position: absolute; top: 28px; right: 28px; width: 42%; color: rgba(37, 16, 243, .42); }
.nx-apply-prep__card svg path { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-dasharray: 185; stroke-dashoffset: 185; transition: stroke-dashoffset .9s cubic-bezier(.2, .8, .2, 1) calc(var(--card-index) * 90ms); }
.nx-apply-prep__card svg circle { fill: var(--ap-accent); stroke: none; opacity: .85; }
.is-revealed .nx-apply-prep__card svg path { stroke-dashoffset: 0; }
.nx-apply-prep__card h3 { margin: 54px 0 0; color: var(--ap-text-primary); font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.nx-apply-prep__card p { max-width: 480px; margin: 12px 0 0; color: var(--ap-text-secondary); font-size: 16px; line-height: 1.55; }

.nx-apply-application { color: var(--ap-text-primary); background: var(--ap-canvas); }
.nx-apply-form-intro { max-width: 900px; margin: 0 auto 54px; text-align: center; }
.nx-apply-form-intro h2 { margin-inline: auto; }
.nx-apply-form-intro > p:nth-of-type(2) { max-width: 650px; margin-inline: auto; }
.nx-apply-form-intro ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.nx-apply-form-intro li { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 13px; color: #43516a; background: rgba(255, 255, 255, .8); border: 1px solid #d6dfeb; border-radius: 999px; font-size: 12px; }
.nx-apply-form-intro li svg { width: 16px; height: 16px; fill: none; stroke: var(--ap-accent); stroke-width: 2; }
.nx-apply-application__form { max-width: 1040px; margin-inline: auto; }
.nx-page--partnerApply .nx-apply-form { max-width: none; border-color: #d2ddeb; border-radius: 30px; box-shadow: 0 34px 100px rgba(16, 29, 59, .13); }
.nx-page--partnerApply .nx-apply-form__header { padding: 34px 38px; background: linear-gradient(135deg, var(--ap-panel), var(--ap-panel-raised)); }
.nx-page--partnerApply .nx-apply-form__header li.is-active span { background: var(--ap-accent); box-shadow: 0 0 0 5px rgba(103, 224, 185, .12); }
.nx-page--partnerApply .nx-form-step { padding: 42px 38px 46px; }
.nx-page--partnerApply .nx-apply-form__footer { padding: 23px 38px; }

.has-apply-reveal [data-apply-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}

.has-apply-reveal [data-apply-reveal].is-revealed { opacity: 1; transform: translate3d(0, 0, 0); }

@media (max-width: 1080px) {
  .nx-apply-band { width: min(590px, 66vw); }
  .nx-apply-band h1 { font-size: clamp(48px, 6.2vw, 68px); }
  .nx-apply-band h2 { font-size: clamp(42px, 5.7vw, 62px); }
  .nx-apply-journey__veil { background: linear-gradient(90deg, rgba(245, 247, 251, .99), rgba(245, 247, 251, .91) 48%, rgba(245, 247, 251, .36) 76%, rgba(245, 247, 251, .12)); }
  .nx-apply-prep__grid { grid-template-columns: 1fr; }
  .nx-apply-prep__head { position: relative; top: auto; max-width: 760px; }
}

@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) {
  .nx-apply-journey,
  .nx-apply-journey.is-scrub-mode { --ap-progress: 1; height: auto; }
  .nx-apply-journey__stage,
  .nx-apply-journey.is-scrub-mode .nx-apply-journey__stage { position: relative; top: auto; height: auto; min-height: 720px; }
  .nx-apply-journey.is-scrub-mode .nx-apply-journey__media video { display: none; }
  .nx-apply-journey.is-scrub-mode .nx-apply-band { display: none; opacity: 0; }
  .nx-apply-journey .nx-apply-band:first-child,
  .nx-apply-journey.is-scrub-mode .nx-apply-band:first-child { display: block; opacity: 1; --ap-band-y: 0px; }
  .nx-apply-journey.is-scrub-mode .nx-apply-static-action { display: inline-flex; }
  .nx-apply-signal g circle { animation: none; }
  .nx-apply-band__words span { opacity: 1; transform: none; transition: none; }
  .has-apply-reveal [data-apply-reveal] { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 720px) {
  .nx-page--partnerApply .nx-breadcrumb { padding-block: 12px; }
  .nx-apply-journey__media img { object-position: 68% 50%; }
  .nx-apply-journey__veil { background: linear-gradient(90deg, rgba(245, 247, 251, .98), rgba(245, 247, 251, .91) 72%, rgba(245, 247, 251, .55)); }
  .nx-apply-signal { right: -170px; width: 590px; opacity: .09; }
  .nx-apply-band { top: 47%; width: min(100%, 520px); }
  .nx-apply-band h1 { font-size: clamp(42px, 12.4vw, 56px); }
  .nx-apply-band h2 { font-size: clamp(39px, 11.5vw, 52px); }
  .nx-apply-band__lead { max-width: 92%; font-size: 17px; line-height: 1.5; }
  .nx-apply-static-action { top: calc(47% + 220px); }
  .nx-apply-rail { display: none; }
  .nx-apply-prep::before { width: calc(100% - 32px); }
  .nx-apply-prep__head h2,
  .nx-apply-form-intro h2 { font-size: clamp(38px, 10.5vw, 49px); }
  .nx-apply-prep__head > p:last-child,
  .nx-apply-form-intro > p:nth-of-type(2) { font-size: 17px; }
  .nx-apply-prep__card { min-height: 196px; padding: 25px 24px; border-radius: 20px; }
  .nx-apply-prep__card h3 { margin-top: 50px; }
  .nx-apply-form-intro { margin-bottom: 38px; text-align: left; }
  .nx-apply-form-intro h2,
  .nx-apply-form-intro > p:nth-of-type(2) { margin-inline: 0; }
  .nx-apply-form-intro ul { justify-content: flex-start; }
  .nx-page--partnerApply .nx-apply-form { border-radius: 20px; }
  .nx-page--partnerApply .nx-apply-form__header { padding: 24px 19px; }
  .nx-page--partnerApply .nx-form-step { padding: 30px 19px 34px; }
  .nx-page--partnerApply .nx-apply-form__footer { padding: 18px 19px; }
}

@media (max-width: 420px) {
  .nx-apply-journey__stage { min-height: 750px; }
  .nx-apply-band { top: 44%; }
  .nx-apply-static-action { top: calc(44% + 238px); width: 100%; justify-content: center; }
  .nx-apply-prep__card svg { width: 48%; }
}

@media (forced-colors: active) {
  .nx-apply-prep__card,
  .nx-page--partnerApply .nx-apply-form,
  .nx-apply-form-intro li { border: 1px solid CanvasText; }
  .nx-apply-journey__veil { background: Canvas; opacity: .78; }
}
