: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: 14px;
  font-weight: 650;
  letter-spacing: .11em;
  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: 300;
  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; }
.nx-actions svg,
.nx-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.nx-gradient-text {
  color: transparent;
  background: linear-gradient(90deg, #567eff 0%, #42bbdf 52%, #67e0b9 100%);
  -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-catalogue { display: grid; gap: 24px; }
.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-passport { padding: 28px; background: #fff; border: 1px solid #d8e1ee; border-radius: 24px; box-shadow: var(--nx-shadow); }
.nx-passport header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 23px; }
.nx-passport header > div { display: flex; align-items: center; gap: 12px; }
.nx-passport header > div > span { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--nx-ink); border-radius: 12px; font-size: 12px; font-weight: 700; }
.nx-passport h3 { margin: 0; font-size: 19px; }
.nx-passport dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border: 1px solid #e1e7f0; border-radius: 16px; overflow: hidden; }
.nx-passport dl > div { min-height: 74px; padding: 12px 14px; border-right: 1px solid #e7ecf3; border-bottom: 1px solid #e7ecf3; }
.nx-passport dt { color: #75839a; font-size: 10px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.nx-passport dd { margin: 7px 0 0; color: #263b5b; font-size: 13px; line-height: 1.4; }

.nx-partner-console {
  position: relative;
  min-height: 520px;
  background: #0e1a31;
  border: 1px solid #243654;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(13, 25, 50, .28);
  overflow: hidden;
}
.nx-partner-console::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at center, rgba(95, 118, 240, .22), transparent 48%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 32px 32px, 32px 32px; }
.nx-partner-console__kernel { position: absolute; top: 44%; left: 50%; z-index: 3; display: grid; width: 150px; height: 150px; place-items: center; color: #fff; background: linear-gradient(135deg, #5076ee, #6556ca); border: 12px solid rgba(144, 161, 255, .15); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 70px rgba(82, 108, 234, .45); }
.nx-partner-console__kernel span { font-size: 17px; font-weight: 650; }
.nx-partner-console__orbit { position: absolute; top: 44%; left: 50%; width: 390px; height: 285px; border: 1px solid rgba(143, 169, 231, .32); border-radius: 50%; transform: translate(-50%, -50%) rotate(-8deg); }
.nx-partner-console__node { --angle: calc(var(--i) * 51.43deg - 90deg); position: absolute; top: calc(44% + sin(var(--angle)) * 142px); left: calc(50% + cos(var(--angle)) * 195px); z-index: 4; display: flex; align-items: center; gap: 8px; max-width: 125px; color: #d8e4f7; transform: translate(-50%, -50%); font-size: 11px; line-height: 1.25; }
.nx-partner-console__node i { flex: 0 0 11px; width: 11px; height: 11px; background: #73d4e6; border: 3px solid #223b62; border-radius: 50%; box-shadow: 0 0 15px #64cbe3; }
.nx-partner-console__flow { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 5; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 12px; color: #aebed6; background: rgba(11, 23, 44, .85); border: 1px solid #293d5f; border-radius: 14px; list-style: none; backdrop-filter: blur(10px); }
.nx-partner-console__flow li { display: flex; align-items: center; gap: 6px; font-size: 9px; }
.nx-partner-console__flow span { display: grid; flex: 0 0 21px; width: 21px; height: 21px; place-items: center; color: #fff; background: #435c96; border-radius: 50%; font-size: 9px; }

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

@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-split--reverse .nx-passport { order: 2; }
  .nx-intent { grid-template-columns: 1fr; gap: 45px; }
  .nx-catalogue__toolbar { grid-template-columns: repeat(3, 1fr); }
  .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-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-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-passport { padding: 18px; }
  .nx-passport header { align-items: flex-start; flex-direction: column; }
  .nx-passport dl { grid-template-columns: 1fr; }
  .nx-partner-console { min-height: 610px; }
  .nx-partner-console__kernel { top: 36%; width: 120px; height: 120px; }
  .nx-partner-console__orbit { top: 36%; width: 285px; height: 260px; }
  .nx-partner-console__node { --angle: calc(var(--i) * 51.43deg - 90deg); top: calc(36% + sin(var(--angle)) * 130px); left: calc(50% + cos(var(--angle)) * 143px); max-width: 85px; font-size: 9px; }
  .nx-partner-console__flow { grid-template-columns: 1fr; gap: 5px; }
  .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 (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; }
}
