:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.resources-page {
  --nr-canvas: #f3f6fb;
  --nr-paper: #ffffff;
  --nr-ink: #080a3e;
  --nr-copy: #4b5677;
  --nr-line: rgba(24, 36, 91, .13);
  --nr-blue: #1769f5;
  --nr-violet: #6c42ec;
  --nr-cyan: #42bbdf;
  --nr-mint: #67e0b9;
  margin: 0;
  overflow-x: hidden;
  color: var(--nr-ink);
  background: var(--nr-canvas);
}

@supports (overflow: clip) {
  html,
  body.resources-page {
    overflow-x: clip;
  }
}

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

.resources-page main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef3fb 0, var(--nr-canvas) 760px, #fff 760px, #fff 100%);
}

.resources-page .nr-shell {
  width: min(calc(100% - 80px), 1360px);
  margin-inline: auto;
}

.resources-page .nr-eyebrow,
.resources-page .nr-section-label {
  margin: 0;
  color: #40517d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.resources-page .nr-section-label {
  margin-bottom: 22px;
}

.resources-page h1,
.resources-page h2,
.resources-page h3 {
  margin: 0;
  color: var(--nr-ink);
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: balance;
}

.resources-page p {
  text-wrap: pretty;
}

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

.resources-page a:focus-visible,
.resources-page button:focus-visible {
  outline: 3px solid rgba(23, 105, 245, .34);
  outline-offset: 4px;
}

.nr-hero {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: center;
  padding: 150px 0 94px;
  overflow: hidden;
}

.nr-hero::after {
  position: absolute;
  right: -8%;
  bottom: -38%;
  width: 46vw;
  height: 46vw;
  min-width: 480px;
  min-height: 480px;
  border: 1px solid rgba(70, 101, 187, .13);
  border-radius: 50%;
  content: "";
}

.nr-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: end;
  gap: 64px;
}

.nr-hero .nr-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -26px;
}

.nr-hero h1 {
  max-width: 940px;
  font-size: clamp(78px, 10.3vw, 150px);
  line-height: .88;
  letter-spacing: -.068em;
}

.nr-hero__inner > p:last-child {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--nr-copy);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.48;
}

.nr-hero__wash,
.nr-hero__wash span {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nr-hero__wash {
  overflow: hidden;
}

.nr-hero__wash::before {
  position: absolute;
  top: 88px;
  left: 10%;
  width: 56%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(61, 94, 190, .18), transparent);
}

.nr-hero__wash span:nth-child(1) {
  inset: -32% auto auto 52%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 91, 246, .18), rgba(124, 91, 246, 0) 70%);
  filter: blur(12px);
}

.nr-hero__wash span:nth-child(2) {
  inset: 34% auto auto -12%;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 187, 223, .15), rgba(66, 187, 223, 0) 72%);
  filter: blur(10px);
}

.nr-hero__wash span:nth-child(3) {
  inset: auto -8% -58% auto;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 224, 185, .2), rgba(103, 224, 185, 0) 70%);
}

.nr-module-nav {
  position: sticky;
  top: 72px;
  z-index: 90;
  border-top: 1px solid rgba(26, 39, 94, .08);
  border-bottom: 1px solid var(--nr-line);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 36px rgba(20, 31, 82, .04);
  backdrop-filter: blur(20px) saturate(1.15);
}

.nr-module-nav__inner {
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.nr-module-nav__label {
  flex: 0 0 auto;
  color: #697493;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.nr-module-nav__items {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.nr-module-nav__items > a,
.nr-module-nav__items > span {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #65708d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.nr-module-nav__items > a[aria-current="page"] {
  border-color: rgba(20, 47, 131, .08);
  color: #fff;
  background: var(--nr-ink);
}

.nr-module-nav__items > span {
  cursor: default;
}

.nr-module-nav__items small {
  padding: 5px 7px 4px;
  border-radius: 999px;
  color: #64708f;
  background: #edf0f7;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nr-featured {
  padding: clamp(84px, 9vw, 138px) 0 112px;
  background: #fff;
}

.nr-featured__card {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  overflow: hidden;
  border: 1px solid rgba(172, 195, 236, .2);
  border-radius: 42px;
  color: #dce7f6;
  background:
    radial-gradient(circle at 80% 18%, rgba(105, 81, 239, .4), transparent 32%),
    radial-gradient(circle at 62% 92%, rgba(44, 173, 207, .18), transparent 34%),
    linear-gradient(135deg, #071039 0%, #10144e 52%, #19164f 100%);
  box-shadow: 0 42px 100px rgba(11, 18, 65, .22);
}

.nr-featured__card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-image:
    linear-gradient(rgba(173, 196, 237, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 196, 237, .055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.nr-featured__copy {
  position: relative;
  z-index: 4;
  padding: clamp(42px, 5vw, 74px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nr-meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #697493;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nr-meta > * + *::before {
  margin-right: 9px;
  color: currentColor;
  content: "·";
}

.nr-featured .nr-meta {
  color: #aebdda;
}

.nr-featured__copy h2 {
  max-width: 680px;
  margin-top: 28px;
  color: var(--cb-display-ink-dark);
  font-size: clamp(48px, 5.1vw, 78px);
}

.nr-featured__copy > p:not(.nr-meta) {
  max-width: 620px;
  margin: 28px 0 0;
  color: #b9c8df;
  font-size: 17px;
  line-height: 1.65;
}

.nr-featured__foot {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.nr-featured__foot > span {
  color: #8fa2c5;
  font-size: 12px;
  font-weight: 600;
}

.nr-featured__visual {
  position: relative;
  z-index: 2;
  min-height: 520px;
  overflow: hidden;
}

.nr-featured__halo {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  animation: nrHaloFloat 10s ease-in-out infinite alternate;
}

.nr-featured__halo--one {
  top: 4%;
  right: 2%;
  width: 370px;
  height: 370px;
  border: 1px solid rgba(158, 135, 255, .2);
  background: radial-gradient(circle at 42% 38%, rgba(135, 106, 255, .2), rgba(59, 45, 158, .02) 58%, transparent 70%);
}

.nr-featured__halo--two {
  right: 38%;
  bottom: -18%;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(80, 208, 205, .16);
  background: radial-gradient(circle, rgba(48, 186, 210, .15), transparent 68%);
  animation-delay: -3s;
}

.nr-signal {
  position: absolute;
  inset: 2% -4% auto auto;
  width: min(760px, 110%);
  height: 96%;
  overflow: visible;
}

.nr-signal__ghost,
.nr-signal__line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nr-signal__ghost {
  stroke: rgba(166, 188, 231, .1);
  stroke-width: 28;
}

.nr-signal__line {
  stroke: url(#nr-signal-gradient);
  stroke-width: 6;
  stroke-dasharray: 1070;
  stroke-dashoffset: 1070;
  filter: drop-shadow(0 0 16px rgba(74, 196, 221, .36));
  animation: nrSignalDraw 1.65s .25s cubic-bezier(.16, 1, .3, 1) forwards;
}

.nr-signal__nodes circle {
  fill: #10154a;
  stroke: #78dfd2;
  stroke-width: 4;
  filter: drop-shadow(0 0 10px rgba(103, 224, 185, .54));
}

.nr-signal__nodes circle:last-child {
  stroke: #9d86ff;
}

.nr-signal__labels rect {
  fill: rgba(213, 226, 249, .08);
  stroke: rgba(201, 216, 243, .22);
  stroke-width: 1;
}

.nr-link {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #15184b;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.nr-link svg,
.nr-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.nr-link:hover svg,
.nr-button:hover svg {
  transform: translateX(4px);
}

.nr-link--light {
  color: #fff;
}

.nr-listing {
  padding: 122px 0 132px;
  border-top: 1px solid var(--nr-line);
  background: var(--nr-canvas);
}

.nr-listing__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr);
  align-items: end;
  gap: 64px;
}

.nr-listing__head h2 {
  max-width: 800px;
  margin-top: 18px;
  font-size: clamp(52px, 6.2vw, 88px);
}

.nr-listing__head > p {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--nr-copy);
  font-size: 17px;
  line-height: 1.65;
}

.nr-filters {
  margin-top: 54px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid var(--nr-line);
}

.nr-filters button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--nr-line);
  border-radius: 999px;
  color: #53607f;
  background: rgba(255, 255, 255, .65);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.nr-filters button:hover {
  border-color: rgba(23, 105, 245, .24);
  color: var(--nr-ink);
  transform: translateY(-1px);
}

.nr-filters button[aria-pressed="true"] {
  border-color: var(--nr-ink);
  color: #fff;
  background: var(--nr-ink);
}

.nr-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nr-card {
  min-width: 0;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--nr-line);
  border-radius: 28px;
  background: var(--nr-paper);
  box-shadow: 0 18px 52px rgba(22, 35, 85, .06);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.nr-card[hidden] {
  display: none;
}

.nr-card:hover {
  border-color: rgba(78, 97, 171, .26);
  box-shadow: 0 28px 68px rgba(22, 35, 85, .11);
  transform: translateY(-6px);
}

.nr-card__art {
  --nr-art: #576fec;
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-bottom: 1px solid rgba(36, 52, 114, .08);
  background:
    radial-gradient(circle at 22% 24%, color-mix(in srgb, var(--nr-art) 20%, transparent), transparent 38%),
    linear-gradient(145deg, #f5f7fd, #e8edf9);
}

.nr-card__art::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(53, 71, 135, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 71, 135, .055) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(145deg, #000, transparent 85%);
}

.nr-card__art > span {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--nr-art) 16%, transparent);
  filter: blur(28px);
}

.nr-card__art > span:first-child {
  top: -42px;
  left: -35px;
}

.nr-card__art > span:nth-child(2) {
  right: -70px;
  bottom: -90px;
  opacity: .65;
}

.nr-card__art svg {
  position: absolute;
  inset: 8px 2% auto;
  z-index: 2;
  width: 96%;
  height: calc(100% - 16px);
  overflow: visible;
}

.nr-card__art svg rect,
.nr-card__art svg circle,
.nr-card__art svg polygon {
  fill: color-mix(in srgb, var(--nr-art) 13%, #fff);
  stroke: var(--nr-art);
  stroke-width: 2.2;
}

.nr-card__art svg path {
  fill: none;
  stroke: var(--nr-art);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nr-card__art b {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 3;
  color: color-mix(in srgb, var(--nr-art) 68%, #263158);
  font-size: 11px;
  letter-spacing: .12em;
}

.nr-card__art--bridge { --nr-art: #278ec8; }
.nr-card__art--forge { --nr-art: #7855e8; }
.nr-card__art--pulse { --nr-art: #137fcb; }
.nr-card__art--context { --nr-art: #8651de; }
.nr-card__art--radar { --nr-art: #168f85; }

.nr-card__body {
  flex: 1;
  padding: 30px 30px 28px;
  display: flex;
  flex-direction: column;
}

.nr-card h3 {
  margin-top: 22px;
  font-size: clamp(30px, 2.35vw, 39px);
}

.nr-card__body > p:not(.nr-meta) {
  margin: 19px 0 24px;
  color: var(--nr-copy);
  font-size: 15px;
  line-height: 1.62;
}

.nr-card .nr-link {
  margin-top: auto;
}

.nr-final {
  padding: 0 0 132px;
  background: var(--nr-canvas);
}

.nr-final__panel {
  position: relative;
  min-height: 470px;
  padding: clamp(46px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 64px;
  overflow: hidden;
  border-radius: 38px;
  color: #dce7f6;
  background:
    linear-gradient(115deg, rgba(17, 29, 93, .98), rgba(10, 11, 50, .98)),
    #0a0c34;
  box-shadow: 0 32px 86px rgba(15, 24, 70, .18);
}

.nr-final__panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(157, 184, 233, .2) .8px, transparent .8px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.nr-final__panel > div:not(.nr-final__actions) {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.nr-final .nr-eyebrow {
  color: #91a6ce;
}

.nr-final h2 {
  margin-top: 20px;
  color: var(--cb-display-ink-dark);
  font-size: clamp(50px, 6vw, 88px);
}

.nr-final__panel p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  color: #aebed8;
  font-size: 17px;
  line-height: 1.65;
}

.nr-final__actions {
  position: relative;
  z-index: 3;
  min-width: 224px;
  display: grid;
  gap: 10px;
}

.nr-button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(216, 228, 249, .17);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

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

.nr-button--primary {
  border-color: #fff;
  color: var(--nr-ink);
  background: #fff;
}

.nr-button--secondary:hover {
  border-color: rgba(216, 228, 249, .38);
  background: rgba(255, 255, 255, .06);
}

.nr-final__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.nr-final__orb--one {
  top: -210px;
  right: 8%;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(132, 107, 246, .22);
  background: radial-gradient(circle, rgba(112, 84, 236, .24), transparent 68%);
}

.nr-final__orb--two {
  right: 30%;
  bottom: -230px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(80, 205, 211, .14);
  background: radial-gradient(circle, rgba(52, 183, 204, .14), transparent 68%);
}

body.resources-page.is-reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .72s ease, transform .72s cubic-bezier(.16, 1, .3, 1);
}

body.resources-page.is-reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.resources-page.is-page-hidden .nr-featured__halo,
body.resources-page.is-page-hidden .nr-signal__line {
  animation-play-state: paused;
}

@keyframes nrSignalDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes nrHaloFloat {
  from { transform: translate3d(-8px, -5px, 0) scale(.98); }
  to { transform: translate3d(12px, 10px, 0) scale(1.04); }
}

@media (max-width: 1120px) {
  .resources-page .nr-shell {
    width: min(calc(100% - 48px), 1360px);
  }

  .nr-hero__inner,
  .nr-listing__head {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .nr-hero .nr-eyebrow {
    margin-bottom: -10px;
  }

  .nr-hero h1 {
    font-size: clamp(76px, 15vw, 128px);
  }

  .nr-hero__inner > p:last-child {
    max-width: 720px;
  }

  .nr-featured__card {
    grid-template-columns: 1fr;
  }

  .nr-featured__visual {
    position: absolute;
    inset: 0 0 0 43%;
    min-height: 100%;
    opacity: .78;
  }

  .nr-featured__copy {
    max-width: 70%;
    min-height: 590px;
  }

  .nr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nr-final__panel {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .nr-final__actions {
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 240px));
  }
}

@media (max-width: 760px) {
  .resources-page .nr-shell {
    width: calc(100% - 32px);
  }

  .nr-hero {
    min-height: 540px;
    padding: 132px 0 72px;
  }

  .nr-hero h1 {
    font-size: clamp(66px, 22vw, 96px);
  }

  .nr-hero__inner > p:last-child {
    font-size: 18px;
  }

  .nr-module-nav {
    top: 64px;
  }

  .nr-module-nav__inner {
    width: 100%;
    min-height: 66px;
    padding-inline: 16px;
    display: block;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nr-module-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .nr-module-nav__label {
    display: none;
  }

  .nr-module-nav__items {
    width: max-content;
    min-height: 66px;
    justify-content: flex-start;
  }

  .nr-module-nav__items > a,
  .nr-module-nav__items > span {
    padding-inline: 15px;
  }

  .nr-featured,
  .nr-listing {
    padding-block: 80px;
  }

  .nr-featured__card {
    min-height: 700px;
    border-radius: 30px;
  }

  .nr-featured__copy {
    max-width: none;
    min-height: 700px;
    padding: 38px 28px;
    justify-content: flex-start;
  }

  .nr-featured__copy h2 {
    max-width: 90%;
    font-size: clamp(43px, 13vw, 64px);
  }

  .nr-featured__copy > p:not(.nr-meta) {
    max-width: 94%;
    font-size: 15px;
  }

  .nr-featured__foot {
    margin-top: 30px;
    align-items: flex-start;
  }

  .nr-featured__visual {
    inset: 46% -20% -5% 2%;
    min-height: 420px;
    opacity: .7;
  }

  .nr-signal {
    inset: 0 -14% auto auto;
    width: 125%;
  }

  .nr-listing__head h2,
  .nr-final h2 {
    font-size: clamp(45px, 13vw, 66px);
  }

  .nr-listing__head > p {
    font-size: 16px;
  }

  .nr-filters {
    margin-top: 38px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nr-filters::-webkit-scrollbar {
    display: none;
  }

  .nr-filters button {
    flex: 0 0 auto;
  }

  .nr-grid {
    grid-template-columns: 1fr;
  }

  .nr-card {
    min-height: 0;
  }

  .nr-card__art {
    min-height: 245px;
  }

  .nr-final {
    padding-bottom: 80px;
  }

  .nr-final__panel {
    min-height: 580px;
    padding: 42px 28px;
    border-radius: 30px;
  }

  .nr-final__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .resources-page .nr-shell {
    width: calc(100% - 28px);
  }

  .nr-hero {
    min-height: 510px;
  }

  .nr-module-nav__inner {
    padding-inline: 14px;
  }

  .nr-featured__copy h2 {
    max-width: none;
  }

  .nr-featured__foot {
    display: grid;
  }

  .nr-card__body {
    padding: 26px 24px 25px;
  }

  .nr-card h3 {
    font-size: 34px;
  }
}

@media (pointer: coarse) {
  .nr-module-nav__items > a,
  .nr-module-nav__items > span,
  .nr-filters button,
  .nr-link,
  .nr-button {
    min-height: 44px;
  }
}

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

  body.resources-page.is-reveal-ready [data-reveal],
  body.resources-page.is-reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .nr-featured__halo {
    animation: none;
  }

  .nr-signal__line {
    stroke-dashoffset: 0;
    animation: none;
  }

  .nr-card,
  .nr-filters button,
  .nr-link svg,
  .nr-button,
  .nr-button svg,
  .na-related__card {
    transition: none;
  }
}

/* ---------------------------------------------------------------------------
 * Blog listing: linked titles
 * ------------------------------------------------------------------------- */

.nr-card h3 a,
.nr-featured__copy h2 a,
.na-related__body h3 a {
  color: inherit;
  text-decoration: none;
}

.nr-card h3 a:hover,
.nr-featured__copy h2 a:hover,
.na-related__body h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

/* ---------------------------------------------------------------------------
 * Article pages (version 20260902-neoo-resources-articles-2)
 * ------------------------------------------------------------------------- */

.resources-page--article main {
  background:
    linear-gradient(180deg, #eef3fb 0, #f7f9fd 620px, #fff 620px, #fff 100%);
}

.na-hero {
  position: relative;
  padding: 150px 0 56px;
  overflow: hidden;
}

.na-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: 56px;
}

.na-hero__copy {
  min-width: 0;
}

.na-breadcrumb ol {
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  color: #697493;
  font-size: 12px;
  font-weight: 600;
}

.na-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.na-breadcrumb li + li::before {
  color: #aab3c9;
  content: "/";
}

.na-breadcrumb a {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.na-breadcrumb a:hover,
.na-breadcrumb [aria-current] {
  color: var(--nr-ink);
}

.na-hero h1 {
  max-width: 860px;
  margin-top: 24px;
  font-size: clamp(42px, 5.2vw, 82px);
}

.na-hero__lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--nr-copy);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
}

.na-hero__byline {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.na-hero__avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #567eff, #6c42ec);
  font-family: var(--cb-display-font);
  font-size: 20px;
  font-weight: 400;
}

.na-hero__byline b {
  display: block;
  color: var(--nr-ink);
  font-size: 14px;
}

.na-hero__byline div > span {
  display: block;
  margin-top: 2px;
  color: #697493;
  font-size: 13px;
}

.na-hero__visual {
  position: relative;
  min-width: 0;
}

.na-hero__art,
.na-related__art {
  --nr-art: #576fec;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 24%, color-mix(in srgb, var(--nr-art) 20%, transparent), transparent 38%),
    linear-gradient(145deg, #f5f7fd, #e8edf9);
}

.na-hero__art {
  min-height: 420px;
  border: 1px solid rgba(36, 52, 114, .1);
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(22, 35, 85, .1);
}

.na-related__art {
  min-height: 176px;
  border-bottom: 1px solid rgba(36, 52, 114, .08);
}

.na-hero__art::after,
.na-related__art::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(53, 71, 135, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 71, 135, .055) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(145deg, #000, transparent 85%);
}

.na-hero__art > span,
.na-related__art > span {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--nr-art) 16%, transparent);
  filter: blur(28px);
}

.na-hero__art > span:first-child,
.na-related__art > span:first-child {
  top: -42px;
  left: -35px;
}

.na-hero__art > span:nth-child(2),
.na-related__art > span:nth-child(2) {
  right: -70px;
  bottom: -90px;
  opacity: .65;
}

.na-hero__art svg,
.na-related__art svg {
  position: absolute;
  inset: 8px 4% auto;
  z-index: 2;
  width: 92%;
  height: calc(100% - 16px);
  overflow: visible;
}

.na-hero__art svg rect,
.na-hero__art svg circle,
.na-related__art svg rect,
.na-related__art svg circle {
  fill: color-mix(in srgb, var(--nr-art) 13%, #fff);
  stroke: var(--nr-art);
  stroke-width: 2.2;
}

.na-hero__art svg path,
.na-related__art svg path {
  fill: none;
  stroke: var(--nr-art);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.na-hero__art--bridge,
.na-related__art--bridge { --nr-art: #278ec8; }
.na-hero__art--forge,
.na-related__art--forge { --nr-art: #7855e8; }
.na-hero__art--pulse,
.na-related__art--pulse { --nr-art: #137fcb; }
.na-hero__art--context,
.na-related__art--context { --nr-art: #8651de; }
.na-hero__art--radar,
.na-related__art--radar { --nr-art: #168f85; }
.na-hero__art--orbit,
.na-related__art--orbit { --nr-art: #4a5fd8; }

.na-hero__signal {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(172, 195, 236, .2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 18%, rgba(105, 81, 239, .4), transparent 32%),
    radial-gradient(circle at 62% 92%, rgba(44, 173, 207, .18), transparent 34%),
    linear-gradient(135deg, #071039 0%, #10144e 52%, #19164f 100%);
  box-shadow: 0 42px 100px rgba(11, 18, 65, .22);
}

.na-hero__signal .nr-signal {
  inset: 6% -2% auto auto;
  width: 104%;
  height: 90%;
}

.na-layout {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
  align-items: start;
  gap: 60px;
  padding-top: 24px;
}

.na-aside {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}

.na-takeaways {
  padding: 28px 28px 24px;
  border: 1px solid var(--nr-line);
  border-radius: 26px;
  background: var(--nr-paper);
  box-shadow: 0 18px 52px rgba(22, 35, 85, .06);
}

.na-takeaways h2 {
  font-size: 26px;
}

.na-takeaways ul {
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.na-takeaways li {
  position: relative;
  padding-left: 26px;
  color: var(--nr-copy);
  font-size: 15px;
  line-height: 1.55;
}

.na-takeaways li::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cb-accent-gradient);
  content: "";
}

.na-takeaways a,
.na-faq__item a,
.na-body a {
  color: var(--nr-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.na-takeaways a:hover,
.na-faq__item a:hover,
.na-body a:hover {
  color: var(--nr-violet);
}

.na-toc {
  padding: 22px 28px 24px;
  border: 1px solid var(--nr-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .72);
}

.na-toc > p {
  margin: 0;
  color: #697493;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.na-toc ol {
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 2px;
  counter-reset: toc;
  list-style: none;
}

.na-toc li {
  counter-increment: toc;
}

.na-toc a {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3f4a6b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.na-toc a::before {
  color: #9aa5c2;
  font-size: 11px;
  letter-spacing: .08em;
  content: counter(toc, decimal-leading-zero);
}

.na-toc a:hover {
  color: var(--nr-ink);
}

.na-content {
  min-width: 0;
  max-width: 760px;
}

.na-body {
  color: #2f3856;
  font-size: 18px;
  line-height: 1.72;
}

.na-section + .na-section {
  margin-top: 56px;
}

.na-section h2,
.na-faq h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3.1vw, 44px);
  scroll-margin-top: 120px;
}

.na-body h3 {
  margin: 34px 0 12px;
  font-size: clamp(22px, 2vw, 28px);
}

.na-body p {
  margin: 0 0 20px;
}

.na-body ul,
.na-body ol:not(.na-steps) {
  margin: 0 0 24px;
  padding-left: 24px;
  display: grid;
  gap: 10px;
}

.na-body li::marker {
  color: var(--nr-blue);
  font-weight: 700;
}

.na-quote {
  margin: 34px 0;
  padding: 4px 0 4px 28px;
  border-left: 3px solid var(--nr-blue);
}

.na-quote p {
  margin: 0;
  color: var(--nr-ink);
  font-family: var(--cb-display-font);
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: var(--cb-display-weight);
  letter-spacing: -.03em;
  line-height: 1.3;
}

.na-steps {
  margin: 8px 0 30px;
  padding: 0;
  display: grid;
  gap: 14px;
  counter-reset: steps;
  list-style: none;
}

.na-steps li {
  position: relative;
  padding: 22px 24px 22px 78px;
  border: 1px solid var(--nr-line);
  border-radius: 22px;
  background: var(--nr-paper);
  counter-increment: steps;
}

.na-steps li::before {
  position: absolute;
  top: 22px;
  left: 24px;
  color: var(--nr-blue);
  font-family: var(--cb-display-font);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -.04em;
  content: counter(steps, decimal-leading-zero);
}

.na-steps strong {
  display: block;
  color: var(--nr-ink);
  font-size: 18px;
  font-weight: 600;
}

.na-steps span {
  display: block;
  margin-top: 6px;
  color: var(--nr-copy);
  font-size: 16px;
  line-height: 1.6;
}

.na-note {
  margin: 30px 0;
  padding: 22px 26px;
  border: 1px solid rgba(86, 126, 255, .18);
  border-radius: 22px;
  background: rgba(86, 126, 255, .08);
}

.na-note .na-note__title {
  margin: 0 0 8px;
  color: #3453b0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.na-note p:last-child {
  margin-bottom: 0;
  font-size: 16px;
}

.na-faq {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--nr-line);
}

.na-faq__item {
  margin-top: 26px;
}

.na-faq__item h3 {
  font-size: 20px;
}

.na-faq__item p {
  margin: 10px 0 0;
  color: #2f3856;
  font-size: 17px;
  line-height: 1.68;
}

.na-product {
  position: relative;
  margin-top: 64px;
  padding: clamp(34px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  overflow: hidden;
  border-radius: 30px;
  color: #dce7f6;
  background:
    linear-gradient(115deg, rgba(17, 29, 93, .98), rgba(10, 11, 50, .98)),
    #0a0c34;
  box-shadow: 0 32px 86px rgba(15, 24, 70, .18);
}

.na-product__copy {
  position: relative;
  z-index: 2;
}

.na-product .nr-eyebrow {
  color: #91a6ce;
}

.na-product h2 {
  margin-top: 16px;
  color: var(--cb-display-ink-dark);
  font-size: clamp(30px, 3.1vw, 44px);
}

.na-product__copy p:last-child {
  margin: 16px 0 0;
  color: #aebed8;
  font-size: 16px;
  line-height: 1.65;
}

.na-product__copy a {
  color: #fff;
}

.na-product__actions {
  position: relative;
  z-index: 2;
  min-width: 224px;
  display: grid;
  gap: 10px;
}

.na-product .nr-final__orb--one {
  top: -190px;
  right: -70px;
  width: 360px;
  height: 360px;
}

.na-related {
  padding-top: 96px;
}

.na-related__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.na-related__head h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.na-related__head .nr-link svg {
  transition: transform .2s ease;
}

.na-related__head .nr-link:hover svg {
  transform: translateX(-4px);
}

.na-related__grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.na-related__card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--nr-line);
  border-radius: 26px;
  background: var(--nr-paper);
  box-shadow: 0 18px 52px rgba(22, 35, 85, .06);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.na-related__card:hover {
  border-color: rgba(78, 97, 171, .26);
  box-shadow: 0 28px 68px rgba(22, 35, 85, .11);
  transform: translateY(-6px);
}

.na-related__body {
  padding: 24px 26px 26px;
}

.na-related__body h3 {
  margin-top: 16px;
  font-size: 26px;
}

.na-related__body h3 a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.na-related__body > p:last-child {
  margin: 12px 0 0;
  color: var(--nr-copy);
  font-size: 15px;
  line-height: 1.6;
}

.resources-page--article .nr-final {
  padding-top: 96px;
}

@media (max-width: 1120px) {
  .na-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .na-hero__art,
  .na-hero__signal {
    min-height: 320px;
  }

  .na-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .na-aside {
    position: static;
  }

  .na-content {
    max-width: 800px;
  }

  .na-product {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .na-product__actions {
    grid-template-columns: repeat(2, minmax(0, 240px));
  }

  .na-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .na-hero {
    padding: 132px 0 40px;
  }

  .na-hero h1 {
    font-size: clamp(36px, 9.5vw, 54px);
  }

  .na-hero__lead {
    font-size: 17px;
  }

  .na-hero__art,
  .na-hero__signal {
    min-height: 240px;
    border-radius: 26px;
  }

  .na-body {
    font-size: 17px;
  }

  .na-section + .na-section {
    margin-top: 44px;
  }

  .na-steps li {
    padding: 20px 20px 20px 64px;
  }

  .na-steps li::before {
    left: 20px;
    font-size: 22px;
  }

  .na-takeaways,
  .na-toc {
    padding: 22px 22px 20px;
  }

  .na-product {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .na-product__actions {
    grid-template-columns: 1fr;
  }

  .na-related {
    padding-top: 72px;
  }

  .na-related__grid {
    grid-template-columns: 1fr;
  }

  .resources-page--article .nr-final {
    padding-top: 72px;
  }
}
