.neoo-home {
  --neoo-navy: #070a34;
  --neoo-ink: #090c3a;
  --neoo-copy: #465276;
  --neoo-blue: #1769f5;
  --neoo-violet: #6c42ec;
  --neoo-cyan: #42bbdf;
  --neoo-mint: #67e0b9;
  --neoo-light: #f7f9ff;
  --neoo-line: rgba(36, 55, 122, .13);
  --neoo-dark-line: rgba(180, 204, 239, .15);
  min-width: 320px;
  color: var(--neoo-ink);
  background: var(--neoo-light);
}

.neoo-home main {
  display: block;
}

.neoo-home h1,
.neoo-home .neoo-section-head h2,
.neoo-home .neoo-final h2 {
  margin: 0;
  color: inherit;
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.neoo-home h1 {
  font-size: var(--cb-title-hero);
}

.neoo-home .neoo-section-head h2 {
  font-size: var(--cb-title-section);
}

.neoo-home .neoo-final h2 {
  font-size: var(--cb-title-section);
}

.neoo-home h1 > span,
.neoo-home .neoo-section-head h2 > span,
.neoo-home .neoo-final h2 > span {
  display: block;
}

.neoo-home h1 em,
.neoo-home .neoo-section-head h2 em,
.neoo-home .neoo-final h2 em {
  color: transparent;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

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

.neoo-eyebrow {
  margin: 0 0 24px;
  color: #2757c8;
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1.25;
  text-transform: uppercase;
}

.neoo-lead {
  margin: 28px 0 0;
  color: var(--neoo-copy);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.42;
}

.neoo-button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: translate .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s ease, border-color .25s ease;
}

.neoo-button:hover {
  translate: 0 -2px;
}

.neoo-home :where(a, button, summary, select):focus-visible {
  outline: 3px solid #67e0b9;
  outline-offset: 4px;
}

.neoo-button svg,
.neoo-product-card a svg,
.neoo-vertical-card a svg,
.neoo-final__text-link svg,
.neoo-mega__group a > svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.neoo-button--primary {
  color: #fff;
  background: linear-gradient(90deg, #075fe9 0%, #7141e8 100%);
  box-shadow: 0 14px 34px rgba(53, 72, 221, .24);
}

.neoo-button--primary:hover {
  box-shadow: 0 18px 42px rgba(53, 72, 221, .32);
}

.neoo-button--ghost {
  border-color: #45517b;
  color: var(--neoo-ink);
  background: rgba(255, 255, 255, .78);
}

.neoo-button--light {
  border-color: rgba(255, 255, 255, .52);
  color: #09103e;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 12, 50, .16);
}

.neoo-home section[id],
.neoo-home article[id],
.neoo-product-page.neoo-home main [id] {
  scroll-margin-top: calc(var(--partner-overview-header-h) + 76px);
}

/* The Partners overview header is the shared visual source. */
.neoo-home .neoo-topbar {
  box-shadow: 0 1px 0 rgba(28, 39, 101, .08);
}

.neoo-home .partner-brand--network small {
  color: #2f20f5;
}

.neoo-home .partner-topnav--overview {
  position: relative;
  left: -34px;
  transform: none;
}

.neoo-home .partner-topnav--overview > a,
.neoo-mega-trigger {
  position: relative;
  min-height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #080a3e;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.neoo-mega-trigger {
  gap: 6px;
}

.neoo-mega-trigger > svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: rotate .2s ease;
}

.neoo-mega-trigger[aria-expanded="true"] > svg {
  rotate: 180deg;
}

.neoo-mega-wrap {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.neoo-mega {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--partner-overview-header-h);
  z-index: 108;
  padding: 24px 0 32px;
  border-top: 1px solid #e5e8f3;
  border-bottom: 1px solid #dfe3f1;
  color: var(--neoo-ink);
  background: rgba(249, 250, 255, .985);
  white-space: normal;
  box-shadow: 0 32px 75px rgba(20, 29, 82, .2);
  backdrop-filter: blur(24px) saturate(140%);
}

.neoo-mega[hidden] {
  display: none;
}

.neoo-mega__inner {
  position: relative;
  width: var(--cb-shell);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(260px, .6fr) minmax(0, 1.8fr);
  gap: clamp(36px, 5vw, 84px);
}

.neoo-mega__intro {
  padding: 18px 0 0;
}

.neoo-mega__intro p {
  margin: 0 0 14px;
  color: #4c57aa;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.neoo-mega__intro h2 {
  margin: 0;
  max-width: 320px;
  color: #0b0e40;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.neoo-mega__groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.neoo-mega--marketplace .neoo-mega__groups,
.neoo-mega--partners .neoo-mega__groups {
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
}

.neoo-mega__group {
  padding: 18px;
  border: 1px solid #e0e5f2;
  border-radius: 16px;
  background: rgba(255, 255, 255, .74);
}

.neoo-mega__group h3 {
  margin: 0 0 10px;
  color: #515b84;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.neoo-mega__group-context {
  min-height: 30px;
  margin: -2px 0 8px;
  color: #667095;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.4;
}

.neoo-home .neoo-mega__group a {
  position: relative;
  min-height: 64px;
  padding: 10px 32px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 1px solid #e8ebf4;
  color: #111441;
  background: transparent;
  text-align: left;
}

.neoo-home .neoo-mega__group a:first-of-type {
  border-top: 0;
}

.neoo-mega__group a span {
  font-size: 14px;
  font-weight: 600;
}

.neoo-mega__group a small {
  margin-top: 4px;
  color: #667095;
  font-size: 11px;
  line-height: 1.35;
}

.neoo-mega__group a > svg {
  position: absolute;
  right: 2px;
  top: 22px;
  color: #5e64cb;
}

.neoo-mega__close {
  position: absolute;
  right: 0;
  top: -12px;
  width: 38px;
  height: 38px;
  border: 1px solid #dfe3ef;
  border-radius: 50%;
  color: #343d6a;
  background: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

/* Solutions mega-menu — dedicated composition based on the approved reference. */
.neoo-mega--solutions {
  --neoo-solutions-gutter: clamp(24px, 2.8vw, 48px);
  left: var(--neoo-solutions-gutter);
  right: var(--neoo-solutions-gutter);
  top: calc(var(--partner-overview-header-h) + 4px);
  width: auto;
  height: min(786px, calc(100dvh - var(--partner-overview-header-h) - 46px));
  max-height: calc(100dvh - var(--partner-overview-header-h) - 46px);
  padding: 0;
  border: 1px solid rgba(202, 211, 234, .92);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 38%, rgba(239, 243, 255, .8), transparent 25%),
    rgba(255, 255, 255, .985);
  box-shadow: 0 28px 78px rgba(27, 36, 91, .16);
  backdrop-filter: blur(30px) saturate(130%);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(89, 92, 190, .34) transparent;
}

.neoo-mega--solutions::before {
  content: "";
  position: absolute;
  left: clamp(360px, 24.4vw, 410px);
  top: -8px;
  width: 15px;
  height: 15px;
  border-top: 1px solid rgba(202, 211, 234, .92);
  border-left: 1px solid rgba(202, 211, 234, .92);
  background: #fff;
  rotate: 45deg;
}

.neoo-solutions-menu.neoo-mega__inner {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) 100px;
  gap: 0;
  color: #080a3e;
}

.neoo-solutions-menu__main {
  min-height: 0;
  padding: 30px 28px 0 38px;
  display: grid;
  grid-template-columns: minmax(238px, 276px) minmax(0, 1fr);
  gap: 18px;
}

.neoo-mega__intro.neoo-solutions-menu__intro {
  min-width: 0;
  min-height: 0;
  padding: 17px 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.neoo-mega__intro.neoo-solutions-menu__intro > p {
  margin: 0 0 24px;
  color: #074bff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.35;
}

.neoo-mega__intro.neoo-solutions-menu__intro > h2 {
  max-width: 252px;
  color: #080a3e;
  font-family: var(--cb-display-font);
  font-size: clamp(28px, 1.85vw, 34px);
  font-weight: 600;
  letter-spacing: -.042em;
  line-height: 1.18;
}

.neoo-solutions-menu__lead {
  max-width: 244px;
  margin-top: 18px;
  color: #465582;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.014em;
  line-height: 1.58;
}

.neoo-solutions-menu__accent {
  width: 145px;
  height: 2px;
  margin: 20px 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0a5cff, #813cff);
}

.neoo-solutions-menu__intro ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.neoo-solutions-menu__intro li {
  min-height: 38px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #4a5984;
  font-size: 12.5px;
  line-height: 1.35;
}

.neoo-solutions-icon {
  --solutions-accent-rgb: 55, 80, 255;
  position: relative;
  width: 72px;
  height: 68px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: rgb(var(--solutions-accent-rgb));
  isolation: isolate;
  filter: drop-shadow(0 11px 10px rgba(var(--solutions-accent-rgb), .17));
}

.neoo-solutions-icon::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 8px;
  right: 8px;
  bottom: 5px;
  height: 18px;
  border: 1px solid rgba(var(--solutions-accent-rgb), .24);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(var(--solutions-accent-rgb), .2));
  box-shadow: 0 6px 10px rgba(var(--solutions-accent-rgb), .16);
}

.neoo-solutions-icon::after {
  content: "";
  position: absolute;
  z-index: -3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--solutions-accent-rgb), .24), transparent 69%);
  filter: blur(6px);
}

.neoo-solutions-icon > i {
  position: absolute;
  z-index: -1;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(var(--solutions-accent-rgb), .3);
  border-radius: 14px 10px 15px 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(var(--solutions-accent-rgb), .2) 58%, rgba(var(--solutions-accent-rgb), .4));
  box-shadow:
    inset 7px 7px 12px rgba(255, 255, 255, .75),
    inset -7px -8px 12px rgba(var(--solutions-accent-rgb), .15),
    0 8px 16px rgba(var(--solutions-accent-rgb), .14);
  transform: perspective(90px) rotateX(8deg) rotateZ(-5deg);
}

.neoo-solutions-icon > svg {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  filter: drop-shadow(0 2px 1px rgba(255, 255, 255, .9));
}

.neoo-solutions-icon--feature {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 6px 7px rgba(52, 73, 255, .12));
}

.neoo-solutions-icon--feature::before {
  left: 5px;
  right: 5px;
  bottom: 1px;
  height: 9px;
}

.neoo-solutions-icon--feature::after {
  width: 28px;
  height: 28px;
}

.neoo-solutions-icon--feature > i {
  width: 27px;
  height: 27px;
  border-radius: 9px 7px 10px 7px;
}

.neoo-solutions-icon--feature > svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.neoo-solutions-orbit {
  position: relative;
  width: 252px;
  height: 160px;
  margin: auto 0 -2px -12px;
  overflow: visible;
}

.neoo-solutions-orbit > svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.neoo-core-orbits ellipse {
  fill: none;
  stroke: rgba(72, 93, 255, .22);
  stroke-width: 1;
}

.neoo-core-links path {
  fill: none;
  stroke: rgba(61, 103, 255, .3);
  stroke-width: 1;
}

.neoo-core-links circle,
.neoo-core-satellites circle {
  fill: #33cfff;
  stroke: #fff;
  stroke-width: 1.3;
  filter: drop-shadow(0 2px 4px rgba(29, 83, 255, .28));
}

.neoo-core-shadow {
  fill: rgba(53, 52, 189, .18);
  filter: blur(5px);
}

.neoo-core-platform {
  fill: rgba(118, 118, 255, .24);
  stroke: rgba(72, 84, 228, .35);
  stroke-width: 1;
}

.neoo-core-platform--top {
  fill: rgba(244, 249, 255, .94);
}

.neoo-core-edge,
.neoo-core-spark {
  fill: none;
  stroke: rgba(255, 255, 255, .78);
  stroke-width: 1.2;
}

.neoo-core-satellites path {
  fill: rgba(72, 99, 255, .45);
  stroke: rgba(255, 255, 255, .9);
  stroke-width: .8;
}

.neoo-solutions-menu__groups.neoo-mega__groups {
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.neoo-solutions-group {
  --solutions-accent-rgb: 15, 83, 255;
  min-width: 0;
  padding: 10px;
  display: grid;
  grid-template-rows: 60px 150px minmax(0, 1fr) 43px;
  gap: 8px;
  border: 1px solid rgba(220, 226, 242, .88);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(250, 251, 255, .82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95);
}

.neoo-solutions-group--2 { --solutions-accent-rgb: 118, 57, 255; }
.neoo-solutions-group--3 { --solutions-accent-rgb: 0, 177, 233; }
.neoo-solutions-group--4 { --solutions-accent-rgb: 119, 44, 255; }

.neoo-solutions-group__header {
  min-height: 60px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
}

.neoo-solutions-group .neoo-solutions-icon {
  --solutions-accent-rgb: inherit;
}

.neoo-solutions-group__header h3 {
  margin: 0;
  color: #090c3c;
  font-size: clamp(11px, .76vw, 14px);
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.neoo-solutions-group__rule {
  width: calc(100% - 10px);
  height: 2px;
  margin-inline: auto;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(var(--solutions-accent-rgb)), rgba(var(--solutions-accent-rgb), .3));
  box-shadow: 0 3px 8px rgba(var(--solutions-accent-rgb), .16);
}

.neoo-solutions-scene {
  position: relative;
  min-width: 0;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 58%, rgba(var(--solutions-accent-rgb), .12), transparent 43%),
    linear-gradient(180deg, rgba(250, 252, 255, .22), rgba(247, 249, 255, .72));
  isolation: isolate;
}

.neoo-solutions-scene::before {
  content: "";
  position: absolute;
  inset: 12% -12% -24%;
  z-index: -1;
  opacity: .46;
  background-image:
    linear-gradient(30deg, rgba(var(--solutions-accent-rgb), .09) 1px, transparent 1px),
    linear-gradient(150deg, rgba(var(--solutions-accent-rgb), .09) 1px, transparent 1px);
  background-size: 22px 13px;
  mask-image: linear-gradient(180deg, transparent, #000 35%, transparent 94%);
}

.neoo-solutions-scene > svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.neoo-scene-grid path {
  fill: none;
  stroke: rgba(var(--solutions-accent-rgb), .1);
  stroke-width: .75;
}

.neoo-scene-shadow {
  fill: rgba(var(--solutions-accent-rgb), .17);
  filter: blur(5px);
}

.neoo-scene-platform {
  fill: rgba(var(--solutions-accent-rgb), .18);
  stroke: rgba(var(--solutions-accent-rgb), .28);
  stroke-width: 1;
}

.neoo-scene-platform--top {
  fill: rgba(248, 251, 255, .93);
}

.neoo-scene-face {
  stroke: rgba(var(--solutions-accent-rgb), .42);
  stroke-width: .85;
}

.neoo-scene-face--top { fill: rgba(var(--solutions-accent-rgb), .18); }
.neoo-scene-face--left { fill: rgba(var(--solutions-accent-rgb), .3); }
.neoo-scene-face--right { fill: rgba(var(--solutions-accent-rgb), .48); }

.neoo-scene-line,
.neoo-scene-growth,
.neoo-scene-network path,
.neoo-scene-nodes path {
  fill: none;
  stroke: rgb(var(--solutions-accent-rgb));
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.neoo-scene-growth {
  stroke-width: 2.4;
  filter: drop-shadow(0 3px 5px rgba(var(--solutions-accent-rgb), .28));
}

.neoo-scene-network circle,
.neoo-scene-nodes circle {
  fill: rgba(255, 255, 255, .96);
  stroke: rgb(var(--solutions-accent-rgb));
  stroke-width: 1.25;
  filter: drop-shadow(0 2px 4px rgba(var(--solutions-accent-rgb), .24));
}

.neoo-solutions-group__cards {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.neoo-home .neoo-mega--solutions .neoo-solutions-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 12px 29px 12px 7px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(222, 227, 241, .96);
  border-radius: 12px;
  color: #0b0e3d;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 3px 12px rgba(30, 41, 92, .018), inset 0 1px 0 #fff;
  text-align: left;
  text-decoration: none;
  transition: translate .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.neoo-home .neoo-mega--solutions .neoo-solutions-card:hover,
.neoo-home .neoo-mega--solutions .neoo-solutions-card:focus-visible {
  border-color: rgba(var(--solutions-accent-rgb), .38);
  box-shadow: 0 10px 24px rgba(var(--solutions-accent-rgb), .1), inset 0 1px 0 #fff;
  translate: 0 -2px;
  outline: none;
}

.neoo-solutions-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.neoo-mega__group .neoo-solutions-card__body > span {
  color: #090c3d;
  font-size: clamp(12.5px, .76vw, 14.5px);
  font-weight: 600;
  letter-spacing: -.014em;
  line-height: 1.25;
}

.neoo-mega__group .neoo-solutions-card__body > small {
  margin-top: 7px;
  color: #52608b;
  font-size: clamp(10px, .62vw, 12px);
  font-weight: 400;
  line-height: 1.45;
}

.neoo-mega--solutions .neoo-solutions-card > svg {
  right: 10px;
  top: 19px;
  width: 17px;
  height: 17px;
  color: rgb(var(--solutions-accent-rgb));
  stroke: currentColor;
  stroke-width: 1.7;
}

.neoo-home .neoo-mega--solutions .neoo-solutions-group__all {
  min-height: 44px;
  padding: 4px 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 0;
  color: rgb(var(--solutions-accent-rgb));
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.neoo-home .neoo-mega--solutions .neoo-solutions-group__all > svg {
  position: static;
  width: 18px;
  height: 18px;
  color: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
}

.neoo-solutions-menu__help {
  min-height: 100px;
  height: 100px;
  padding: 18px 38px;
  display: grid;
  grid-template-columns: 276px 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(222, 227, 241, .92);
  background: rgba(255, 255, 255, .78);
}

.neoo-solutions-menu__compass {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #174dff;
}

.neoo-solutions-menu__compass svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.neoo-solutions-menu__help-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.neoo-solutions-menu__help-copy strong {
  color: #0a0d3c;
  font-size: 14px;
  font-weight: 600;
}

.neoo-solutions-menu__help-copy small {
  color: #617098;
  font-size: 12px;
  line-height: 1.4;
}

.neoo-solutions-menu__help > a {
  min-width: 208px;
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #cbd3e7;
  border-radius: 8px;
  color: #0a0d3c;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, translate .18s ease;
}

.neoo-solutions-menu__help > a:hover,
.neoo-solutions-menu__help > a:focus-visible {
  border-color: #6e70dd;
  box-shadow: 0 9px 22px rgba(40, 44, 137, .11);
  translate: 0 -1px;
  outline: none;
}

.neoo-solutions-menu__help > a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

@media (min-width: 1121px) and (max-width: 1500px) {
  .neoo-mega--solutions {
    --neoo-solutions-gutter: 24px;
  }

  .neoo-solutions-menu__main {
    padding: 24px 18px 0 24px;
    grid-template-columns: minmax(205px, 224px) minmax(0, 1fr);
    gap: 12px;
  }

  .neoo-mega__intro.neoo-solutions-menu__intro {
    min-height: 0;
    padding-top: 10px;
  }

  .neoo-mega__intro.neoo-solutions-menu__intro > p {
    margin-bottom: 16px;
    font-size: 10.5px;
  }

  .neoo-mega__intro.neoo-solutions-menu__intro > h2 {
    max-width: 215px;
    font-size: 27px;
  }

  .neoo-solutions-menu__lead {
    max-width: 210px;
    font-size: 13px;
  }

  .neoo-solutions-menu__intro li {
    font-size: 11px;
  }

  .neoo-solutions-group {
    padding: 8px;
    grid-template-rows: 56px 124px minmax(0, 1fr) 40px;
    gap: 7px;
  }

  .neoo-solutions-group__header {
    min-height: 56px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .neoo-solutions-scene {
    height: 124px;
  }

  .neoo-solutions-icon--group,
  .neoo-solutions-icon--card {
    width: 56px;
    height: 56px;
  }

  .neoo-solutions-icon--group > i,
  .neoo-solutions-icon--card > i {
    width: 37px;
    height: 37px;
  }

  .neoo-solutions-icon--group > svg,
  .neoo-solutions-icon--card > svg {
    width: 28px;
    height: 28px;
  }

  .neoo-solutions-group__cards {
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .neoo-home .neoo-mega--solutions .neoo-solutions-card {
    min-height: 0;
    padding: 9px 24px 9px 4px;
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .neoo-solutions-menu__help {
    grid-template-columns: 224px 50px minmax(0, 1fr) auto;
    padding-inline: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neoo-home .neoo-mega--solutions .neoo-solutions-card,
  .neoo-solutions-menu__help > a {
    transition: none;
  }

  .neoo-home .neoo-mega--solutions .neoo-solutions-card:hover,
  .neoo-home .neoo-mega--solutions .neoo-solutions-card:focus-visible,
  .neoo-solutions-menu__help > a:hover,
  .neoo-solutions-menu__help > a:focus-visible {
    translate: none;
  }
}

.neoo-compact-menu {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.neoo-compact-menu > summary {
  min-height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  color: #080a3e;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}

.neoo-compact-menu > summary::-webkit-details-marker {
  display: none;
}

.neoo-compact-menu > summary > svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: rotate .2s ease;
}

.neoo-compact-menu[open] > summary > svg {
  rotate: 180deg;
}

.neoo-compact-menu__panel {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 112;
  width: min(320px, calc(100vw - 32px));
  padding: 10px;
  display: grid;
  border: 1px solid #dfe4f1;
  border-radius: 16px;
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 24px 58px rgba(20, 29, 82, .18);
  translate: -50% 0;
  backdrop-filter: blur(20px) saturate(140%);
}

.neoo-compact-menu--partners .neoo-compact-menu__panel {
  left: auto;
  right: -44px;
  translate: none;
}

.neoo-compact-menu__panel a {
  position: relative;
  min-height: 44px;
  padding: 10px 34px 10px 12px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #111441;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.neoo-compact-menu__panel a:hover,
.neoo-compact-menu__panel a:focus-visible {
  color: #2510f3;
  background: #f4f5ff;
}

.neoo-compact-menu__panel a svg {
  position: absolute;
  right: 12px;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* Hero */
.neoo-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - var(--partner-overview-header-h));
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 44%, rgba(132, 163, 255, .22), transparent 29%),
    radial-gradient(circle at 92% 74%, rgba(103, 224, 185, .13), transparent 28%),
    linear-gradient(180deg, #f8f9fd 0%, #f5f8ff 100%);
}

.neoo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .5;
  background-image:
    linear-gradient(rgba(83, 101, 173, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 101, 173, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
}

.neoo-hero__grid {
  min-height: calc(100svh - var(--partner-overview-header-h));
  padding-block: clamp(54px, 6vh, 82px);
  display: grid;
  grid-template-columns: minmax(470px, .88fr) minmax(590px, 1.12fr);
  align-items: center;
  gap: clamp(26px, 3vw, 64px);
}

.neoo-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.neoo-hero h1 {
  color: var(--neoo-ink);
  text-wrap: balance;
}

.neoo-hero__lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: #394665;
  font-size: clamp(19px, 1.45vw, 23px);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.5;
}

.neoo-hero__actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.neoo-hero__proof {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  list-style: none;
}

.neoo-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #536083;
  font-size: 12px;
  font-weight: 500;
}

.neoo-hero__proof svg,
.neoo-product-card li svg,
.neoo-final__proof svg,
.neoo-operator-safeguards svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: #326bd6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.neoo-system-visual {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1.18;
  margin: 0;
  transform: perspective(900px) rotateX(var(--neoo-tilt-x, 0deg)) rotateY(var(--neoo-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
  filter: drop-shadow(0 35px 55px rgba(52, 72, 148, .16));
}

.neoo-system-visual::before,
.neoo-system-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  translate: -50% -50%;
}

.neoo-system-visual::before {
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(70, 111, 227, .18);
  background: radial-gradient(circle, rgba(255, 255, 255, .95) 0 34%, rgba(207, 221, 255, .55) 50%, transparent 72%);
  box-shadow: 0 0 90px rgba(78, 122, 244, .19);
}

.neoo-system-visual::after {
  width: 34%;
  aspect-ratio: 1;
  border: 1px solid rgba(69, 128, 242, .26);
  background: rgba(255, 255, 255, .34);
  box-shadow: inset 0 0 45px rgba(78, 115, 239, .12);
}

.neoo-system-visual__links {
  position: absolute;
  inset: 2%;
  width: 96%;
  height: 96%;
  overflow: visible;
}

.neoo-system-visual__links path,
.neoo-system-visual__links circle {
  fill: none;
  stroke: url(#neoo-flow);
  stroke-width: 1.4;
  stroke-dasharray: 7 9;
  opacity: .45;
  animation: neooFlow 11s linear infinite;
}

.neoo-system-visual__links circle {
  stroke-width: .75;
  stroke-dasharray: 3 12;
  opacity: .25;
}

.neoo-system-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 176px;
  aspect-ratio: 1;
  translate: -50% -50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(54, 84, 204, .22);
  border-radius: 50%;
  color: #070a3f;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 25px 60px rgba(62, 82, 178, .22), inset 0 -12px 26px rgba(79, 109, 220, .08);
}

.neoo-system-core > span {
  font-size: 39px;
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: 1;
}

.neoo-system-core > span b {
  color: #4d38f5;
}

.neoo-system-core small {
  margin-top: 10px;
  color: #62709b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.neoo-system-core i {
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(75, 105, 226, .18);
  border-radius: inherit;
  animation: neooCorePulse 3.4s ease-in-out infinite;
}

.neoo-system-node {
  position: absolute;
  z-index: 4;
  width: clamp(156px, 14vw, 204px);
  min-height: 94px;
  padding: 15px 16px 13px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(84, 112, 199, .17);
  border-radius: 17px;
  color: #111441;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 45px rgba(55, 71, 139, .13);
  backdrop-filter: blur(16px);
  text-decoration: none;
  transition: translate .28s cubic-bezier(.16, 1, .3, 1), box-shadow .28s ease;
}

.neoo-system-node:hover {
  translate: 0 -5px;
  box-shadow: 0 24px 52px rgba(55, 71, 139, .2);
}

.neoo-system-node > svg {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #3765d7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-system-node > span {
  font-size: 15px;
  font-weight: 700;
}

.neoo-system-node > small {
  margin-top: 5px;
  color: #667197;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.neoo-system-node--business { left: 1%; top: 6%; }
.neoo-system-node--finance { right: 1%; top: 5%; }
.neoo-system-node--monitoring { right: -1%; top: 42%; }
.neoo-system-node--murphy { right: 9%; bottom: 3%; }
.neoo-system-node--forge { left: 4%; bottom: 8%; }

.neoo-system-node--finance > svg { stroke: #6346d9; }
.neoo-system-node--monitoring > svg { stroke: #1997c2; }
.neoo-system-node--murphy > svg { stroke: #4a4fe2; }
.neoo-system-node--forge > svg { stroke: #258a83; }

.neoo-system-signal {
  position: absolute;
  z-index: 2;
  width: 9px;
  aspect-ratio: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #4d86ff;
  box-shadow: 0 0 18px #4d86ff;
  animation: neooSignal 3s ease-in-out infinite;
}

.neoo-system-signal--one { left: 28%; top: 37%; }
.neoo-system-signal--two { right: 27%; top: 28%; animation-delay: -1s; }
.neoo-system-signal--three { right: 31%; bottom: 25%; animation-delay: -2s; }

@keyframes neooFlow { to { stroke-dashoffset: -160; } }
@keyframes neooCorePulse { 50% { scale: 1.05; opacity: .55; } }
@keyframes neooSignal { 50% { scale: 1.45; opacity: .55; } }

/* Trust rail and sticky page navigation */
.neoo-trust {
  color: #cdd9ed;
  background: #070c1a;
  border-block: 1px solid rgba(154, 184, 224, .12);
}

.neoo-trust .neoo-shell {
  min-height: 94px;
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 2fr);
  align-items: center;
  gap: 36px;
}

.neoo-trust p {
  margin: 0;
  color: #e2eaf7;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.neoo-trust ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.neoo-trust li {
  padding: 8px 11px;
  border: 1px solid rgba(142, 178, 226, .14);
  border-radius: 999px;
  color: rgba(199, 216, 239, .7);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Shared navigation contract (Master Operator pattern): the section subnav
   docks below the pinned header (z 110) instead of sliding under or over it. */
.neoo-product-page.neoo-home .neoo-subnav {
  position: sticky;
  top: var(--partner-overview-header-h, 92px);
  z-index: 100;
  color: #c5d0e5;
  background: rgba(6, 12, 26, .92);
}

.neoo-home .neoo-subnav .partner-shell {
  width: var(--cb-shell);
}

.neoo-home .neoo-subnav .partner-hub__links {
  justify-content: center;
  gap: clamp(18px, 2.1vw, 38px);
}

.neoo-home .neoo-subnav .partner-hub__links a[aria-current="location"] {
  color: #fff;
}

.neoo-home .neoo-subnav .partner-hub__links a[aria-current="location"]::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Shared section composition */
.neoo-section {
  position: relative;
  padding-block: clamp(96px, 10vw, 160px);
}

.neoo-section-head {
  max-width: 1060px;
}

.neoo-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(500px, 1.05fr) minmax(400px, .95fr);
  align-items: end;
  gap: clamp(44px, 7vw, 110px);
}

.neoo-section-head--split .neoo-lead {
  margin: 0 0 4px;
  font-size: clamp(19px, 1.8vw, 26px);
}

/* Product journey */
.neoo-section--journey {
  color: var(--cb-display-ink-dark);
  background:
    radial-gradient(circle at 82% 15%, rgba(78, 105, 222, .15), transparent 28%),
    linear-gradient(180deg, #050914 0%, #070d1b 100%);
}

.neoo-section--journey .neoo-eyebrow {
  color: #7eb6ff;
}

.neoo-section--journey .neoo-lead {
  max-width: 860px;
  color: var(--cb-lead-ink-dark);
}

.neoo-journey {
  margin-top: clamp(64px, 7vw, 100px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.neoo-product-card {
  position: relative;
  min-height: 440px;
  padding: clamp(28px, 3vw, 44px);
  overflow: hidden;
  border: 1px solid var(--neoo-dark-line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(15, 27, 51, .92), rgba(8, 16, 32, .94));
  box-shadow: 0 30px 70px rgba(0, 3, 13, .23);
}

.neoo-product-card::before {
  content: "";
  position: absolute;
  right: -110px;
  top: -130px;
  width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .22;
  background: var(--product-glow, #527cff);
  filter: blur(80px);
}

.neoo-product-card:first-child {
  min-height: 380px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(420px, 1.3fr);
  gap: 60px;
}

.neoo-product-card--business { --product-glow: #286bf1; }
.neoo-product-card--finance { --product-glow: #7054e8; }
.neoo-product-card--monitoring { --product-glow: #2cbedb; }
.neoo-product-card--murphy { --product-glow: #7b5cff; }
.neoo-product-card--forge { --product-glow: #58d6b5; }

.neoo-product-card__top {
  position: relative;
  z-index: 1;
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 44px;
  grid-template-rows: auto auto;
  align-content: start;
  justify-content: space-between;
  gap: 10px 18px;
}

.neoo-product-card__top > span {
  color: #6f87b1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.neoo-product-card__top > svg {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #75a0ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.neoo-product-card--finance .neoo-product-card__top > svg { stroke: #9a83ff; }
.neoo-product-card--monitoring .neoo-product-card__top > svg { stroke: #5fd7ed; }
.neoo-product-card--murphy .neoo-product-card__top > svg { stroke: #a58bff; }
.neoo-product-card--forge .neoo-product-card__top > svg { stroke: #77e6c5; }

.neoo-product-card__top > small {
  color: #899bb9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
}

.neoo-product-card__body {
  position: relative;
  z-index: 1;
}

.neoo-product-card__body > p {
  margin: 0 0 16px;
  color: #8ca7dc;
  font-size: 14px;
  font-weight: 700;
}

.neoo-product-card__body h3 {
  margin: 0;
  max-width: 650px;
  color: #e6edf8;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.neoo-product-card__copy {
  max-width: 700px;
  margin-top: 20px;
  color: #a8b8d0;
  font-size: 16px;
  line-height: 1.6;
}

.neoo-product-card ul {
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
}

.neoo-product-card li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c1cce0;
  font-size: 12px;
}

.neoo-product-card li svg {
  stroke: #65d5b6;
}

.neoo-product-card__body > a {
  min-height: 44px;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8db6ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* Progressive migration */
.neoo-section--migration {
  overflow: hidden;
  color: var(--neoo-ink);
  background:
    radial-gradient(circle at 5% 90%, rgba(93, 111, 243, .1), transparent 25%),
    linear-gradient(180deg, #f5f7ff 0%, #eef3ff 100%);
}

.neoo-migration-map {
  position: relative;
  min-height: 330px;
  margin-top: clamp(60px, 7vw, 104px);
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 160px minmax(300px, 1fr);
  align-items: center;
  gap: 30px;
  border: 1px solid var(--neoo-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 28px 80px rgba(59, 74, 144, .11);
}

.neoo-migration-map h3 {
  margin: 0 0 20px;
  color: #17204b;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
}

.neoo-migration-map__source ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.neoo-migration-map__source li {
  min-height: 48px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #dfe5f3;
  border-radius: 10px;
  color: #505d81;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
}

.neoo-migration-map__source li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9aa4bd;
}

.neoo-migration-map__bridge {
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neoo-migration-map__bridge::before,
.neoo-migration-map__bridge::after {
  content: "";
  position: absolute;
  left: -28px;
  right: -28px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7898eb 30%, #6952e7 68%, transparent);
}

.neoo-migration-map__bridge::after {
  height: 7px;
  top: calc(50% - 3px);
  opacity: .2;
  filter: blur(7px);
}

.neoo-migration-map__bridge b {
  position: relative;
  z-index: 2;
  width: 112px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid #cdd7f3;
  border-radius: 50%;
  color: #111746;
  background: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.07em;
  box-shadow: 0 20px 46px rgba(65, 83, 174, .17);
}

.neoo-migration-map__bridge i {
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4c71ed;
  box-shadow: 0 0 14px #4c71ed;
}

.neoo-migration-map__bridge i:nth-child(1) { left: 8px; top: 48%; }
.neoo-migration-map__bridge i:nth-child(2) { left: 50%; top: 8px; }
.neoo-migration-map__bridge i:nth-child(3) { right: 7px; top: 48%; background: #52cdb2; }

.neoo-migration-map__target {
  text-align: right;
}

.neoo-migration-map__target > div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

.neoo-migration-map__target span {
  padding: 11px 14px;
  border: 1px solid rgba(71, 88, 205, .15);
  border-radius: 999px;
  color: #26305e;
  background: linear-gradient(135deg, #fff, #f0f3ff);
  font-size: 12px;
  font-weight: 700;
}

.neoo-migration-steps {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
}

.neoo-migration-steps li {
  padding: 28px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  border: 1px solid var(--neoo-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
}

.neoo-migration-steps > li > span {
  color: #6d76a0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.neoo-migration-steps h3 {
  margin: 0;
  color: #121844;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.neoo-migration-steps p {
  margin: 10px 0 0;
  color: #5c6788;
  font-size: 14px;
  line-height: 1.55;
}

.neoo-migration-action {
  margin-top: 34px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(105deg, #10194d 0%, #222b73 58%, #3940a4 100%);
}

.neoo-migration-action blockquote {
  margin: 0;
  color: #eef3ff;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.25;
}

.neoo-migration-action > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
}

.neoo-migration-action small {
  color: rgba(219, 229, 246, .66);
  font-size: 10px;
}

/* Verticals */
.neoo-section--verticals {
  position: relative;
  color: var(--cb-display-ink-dark);
  background:
    radial-gradient(circle at 10% 20%, rgba(71, 93, 216, .15), transparent 25%),
    linear-gradient(180deg, #070b18 0%, #08101f 100%);
}

.neoo-section-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  scroll-margin-top: calc(var(--cb-topbar-h) + 24px);
  pointer-events: none;
}

.neoo-section--verticals .neoo-eyebrow { color: #83afff; }
.neoo-section--verticals .neoo-lead { max-width: 900px; color: var(--cb-lead-ink-dark); }

.neoo-vertical-grid {
  margin-top: clamp(58px, 7vw, 96px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.neoo-vertical-card {
  position: relative;
  min-height: 470px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--neoo-dark-line);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(18, 31, 57, .95), rgba(9, 17, 34, .96));
}

.neoo-vertical-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(83, 110, 239, .18);
  filter: blur(45px);
}

.neoo-vertical-card--reference { border-color: rgba(103, 224, 185, .32); }
.neoo-vertical-card--connector { border-color: rgba(66, 187, 223, .28); }
.neoo-vertical-card--blueprint { border-color: rgba(138, 129, 255, .27); }

.neoo-vertical-card__meta {
  position: relative;
  z-index: 1;
  min-height: 52px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.neoo-vertical-card__index {
  color: #647a9e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

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

.neoo-vertical-card__fit strong {
  color: #dce9fb;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.neoo-vertical-card__fit small {
  max-width: 132px;
  color: #7186a9;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.neoo-vertical-card__name {
  position: relative;
  z-index: 1;
  margin: 32px 0 12px;
  color: #8ca6d8;
  font-size: 13px;
  font-weight: 700;
}

.neoo-vertical-card h3 {
  margin: 0;
  color: #edf3fc;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.neoo-vertical-card__description {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: #a8b7cf;
  font-size: 14px;
  line-height: 1.58;
}

.neoo-vertical-card__status {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: 22px;
  padding: 6px 9px;
  color: #9eb6d8;
  border: 1px solid rgba(143, 181, 255, .18);
  border-radius: 999px;
  background: rgba(97, 122, 183, .10);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.neoo-vertical-card > a {
  position: relative;
  z-index: 2;
  min-height: 44px;
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8fb5ff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.neoo-vertical-catalogue {
  margin-top: 28px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(143, 181, 255, .18);
  border-radius: 18px;
  background: rgba(14, 28, 53, .72);
}

.neoo-vertical-catalogue p {
  max-width: 850px;
  margin: 0;
  color: #9fb0ca;
  font-size: 13px;
  line-height: 1.55;
}

.neoo-vertical-catalogue .neoo-button {
  flex: 0 0 auto;
}

/* Multi-operator model */
.neoo-section--operators {
  color: var(--neoo-ink);
  background:
    radial-gradient(circle at 80% 50%, rgba(82, 113, 242, .11), transparent 30%),
    #f6f8ff;
}

.neoo-operators-layout {
  display: grid;
  grid-template-columns: minmax(420px, .82fr) minmax(580px, 1.18fr);
  align-items: center;
  gap: clamp(56px, 8vw, 124px);
}

.neoo-section--operators .neoo-section-head h2 {
  font-size: var(--cb-title-section-side);
}

.neoo-section--operators .neoo-lead {
  font-size: clamp(19px, 1.7vw, 25px);
}

.neoo-section--operators .neoo-button {
  margin-top: 34px;
}

.neoo-operator-system {
  position: relative;
  min-height: 660px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid #dce3f3;
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 35px 90px rgba(54, 67, 133, .13);
}

.neoo-operator-system::before {
  content: "";
  position: absolute;
  left: 156px;
  top: 160px;
  bottom: 120px;
  width: 1px;
  background: linear-gradient(#5579e9, #63ceb8);
  opacity: .45;
}

.neoo-operator-client {
  position: relative;
  z-index: 2;
  padding: 24px;
  border: 1px solid rgba(68, 83, 204, .17);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(118deg, #19245d, #3944a1);
  box-shadow: 0 20px 46px rgba(42, 52, 136, .2);
}

.neoo-operator-client > span {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.07em;
}

.neoo-operator-client h3 {
  margin: 18px 0 0;
  font-size: 20px;
  font-weight: 600;
}

.neoo-operator-client p {
  margin: 7px 0 0;
  color: rgba(230, 237, 255, .76);
  font-size: 13px;
  line-height: 1.45;
}

.neoo-operator-list {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.neoo-operator-list article {
  min-height: 68px;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #e0e5f1;
  border-radius: 13px;
  background: #fff;
}

.neoo-operator-list article > span {
  color: #7d88a7;
  font-size: 10px;
  font-weight: 700;
}

.neoo-operator-list h3 {
  margin: 0;
  color: #18204c;
  font-size: 14px;
  font-weight: 700;
}

.neoo-operator-list p {
  margin: 4px 0 0;
  color: #66708f;
  font-size: 11px;
  line-height: 1.35;
}

.neoo-operator-safeguards {
  position: relative;
  z-index: 2;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.neoo-operator-safeguards li {
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dce4f2;
  border-radius: 999px;
  color: #596587;
  background: #f8faff;
  font-size: 10px;
  font-weight: 600;
}

.neoo-operator-safeguards svg {
  width: 14px;
  height: 14px;
  stroke: #32917f;
}

/* Final commercial gateway */
.neoo-final {
  position: relative;
  padding-block: clamp(96px, 7.5vw, 128px);
  overflow: hidden;
  isolation: isolate;
  color: var(--cb-display-ink-dark);
  background:
    radial-gradient(circle at 50% 112%, rgba(79, 109, 255, .42), transparent 38%),
    linear-gradient(180deg, #060a16, #080b27 78%, #10144d);
  text-align: center;
}

.neoo-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(126, 153, 255, .16), transparent) 50% 0 / min(1120px, 82vw) 1px no-repeat,
    radial-gradient(circle at 50% 42%, rgba(67, 83, 186, .12), transparent 44%);
}

.neoo-final__glow {
  position: absolute;
  left: 50%;
  bottom: -190px;
  width: min(960px, 90vw);
  aspect-ratio: 2;
  translate: -50% 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #567eff, #42bbdf, #67e0b9);
  opacity: .2;
  filter: blur(72px);
}

.neoo-final .neoo-shell {
  position: relative;
  z-index: 2;
}

.neoo-final .neoo-eyebrow {
  margin-bottom: 20px;
  color: #8bb7ff;
}

.neoo-final h2 {
  max-width: 1100px;
  margin-inline: auto;
}

.neoo-final__lead {
  max-width: 860px;
  margin: 28px auto 0;
  color: var(--cb-lead-ink-dark);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.4;
}

.neoo-final__proof {
  max-width: 980px;
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.neoo-final__proof li {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(153, 178, 225, .18);
  border-radius: 999px;
  color: #d5e1f3;
  background: rgba(255, 255, 255, .045);
  font-size: 14px;
  font-weight: 500;
}

.neoo-final__proof svg {
  width: 18px;
  height: 18px;
  stroke: #64d9ba;
}

.neoo-final__actions {
  width: max-content;
  max-width: 100%;
  margin: 36px auto 0;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(157, 180, 226, .2);
  border-radius: 18px;
  background: rgba(16, 24, 62, .62);
  box-shadow: 0 24px 70px rgba(1, 6, 35, .28), inset 0 1px rgba(255, 255, 255, .045);
  backdrop-filter: blur(18px);
}

.neoo-final__actions .neoo-button,
.neoo-final__text-link {
  min-height: 60px;
  padding-inline: 24px;
  border-radius: 12px;
  font-size: 15px;
}

.neoo-final__actions .neoo-button--primary {
  min-width: 250px;
}

.neoo-final__actions .neoo-button--ghost {
  min-width: 220px;
}

.neoo-final .neoo-button--ghost {
  border-color: rgba(193, 211, 237, .34);
  color: #e7edf7;
  background: rgba(255, 255, 255, .055);
}

.neoo-final__text-link {
  min-width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  color: #c5d3ec;
  background: rgba(255, 255, 255, .025);
  font-weight: 600;
  text-decoration: none;
  transition: translate .25s cubic-bezier(.16, 1, .3, 1), color .25s ease, background-color .25s ease, border-color .25s ease;
}

.neoo-final__text-link:hover {
  translate: 0 -2px;
  border-color: rgba(193, 211, 237, .24);
  color: #fff;
  background: rgba(255, 255, 255, .075);
}

.neoo-final__microcopy {
  margin-top: 18px;
  display: block;
  color: rgba(197, 210, 232, .78);
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1300px) {
  .neoo-hero__grid {
    grid-template-columns: minmax(420px, .86fr) minmax(520px, 1.14fr);
  }

  .neoo-system-node {
    width: 170px;
  }

  .neoo-vertical-card {
    padding: 26px;
  }
}

@media (max-width: 1120px) {
  .neoo-home .menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    translate: none;
    rotate: none;
    transform: translateY(6px) rotate(45deg);
  }

  .neoo-home .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    translate: none;
    rotate: none;
    transform: translateY(-6px) rotate(-45deg);
  }

  .neoo-home .partner-topnav--overview {
    position: fixed;
    left: 16px;
    right: 16px;
    max-height: calc(100dvh - 92px);
    justify-content: stretch;
    align-items: stretch;
    gap: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: none;
  }

  .neoo-home .partner-topnav--overview > a,
  .neoo-mega-trigger,
  .neoo-compact-menu > summary {
    width: 100%;
    min-height: 48px;
    padding-inline: 14px;
    justify-content: space-between;
    border: 1px solid #e3e7f2;
    border-radius: 10px;
    color: #10133f;
    background: #fff;
  }

  .neoo-mega-wrap {
    width: 100%;
    min-height: 0;
    display: block;
    flex: 0 0 auto;
  }

  .neoo-compact-menu {
    position: static;
    width: 100%;
    min-height: 0;
    display: block;
    flex: 0 0 auto;
  }

  .neoo-compact-menu__panel,
  .neoo-compact-menu--partners .neoo-compact-menu__panel {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    border-radius: 12px;
    box-shadow: none;
    translate: none;
  }

  .neoo-compact-menu__panel a {
    min-height: 44px;
  }

  .neoo-mega {
    position: static;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid #dde3f1;
    border-radius: 14px;
    box-shadow: none;
  }

  .neoo-mega__inner {
    width: 100%;
    display: block;
  }

  .neoo-mega__intro,
  .neoo-mega__close {
    display: none;
  }

  .neoo-mega__groups {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .neoo-mega--marketplace .neoo-mega__groups,
  .neoo-mega--partners .neoo-mega__groups {
    grid-template-columns: 1fr;
  }

  .neoo-mega__group {
    padding: 12px;
  }

  .neoo-mega--solutions {
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 8px;
    padding: 0;
    border: 1px solid #dce2f0;
    border-radius: 14px;
    background: #fbfcff;
    overflow: visible;
  }

  .neoo-mega--solutions::before {
    display: none;
  }

  .neoo-solutions-menu.neoo-mega__inner {
    height: auto;
    display: block;
  }

  .neoo-solutions-menu__main {
    padding: 16px;
    display: block;
  }

  .neoo-mega__intro.neoo-solutions-menu__intro {
    min-height: 0;
    padding: 4px 2px 18px;
    display: flex;
  }

  .neoo-mega__intro.neoo-solutions-menu__intro > p {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .neoo-mega__intro.neoo-solutions-menu__intro > h2 {
    max-width: 310px;
    font-size: 27px;
  }

  .neoo-solutions-menu__lead {
    max-width: 100%;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
  }

  .neoo-solutions-menu__accent {
    width: 120px;
    margin: 15px 0;
  }

  .neoo-solutions-menu__intro ul {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .neoo-solutions-menu__intro li {
    min-height: 46px;
    padding: 6px 9px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    border: 1px solid #e4e8f3;
    border-radius: 9px;
    background: #fff;
    font-size: 11px;
  }

  .neoo-solutions-icon--feature {
    width: 32px;
    height: 32px;
  }

  .neoo-solutions-icon--feature > i {
    width: 23px;
    height: 23px;
  }

  .neoo-solutions-icon--feature > svg {
    width: 17px;
    height: 17px;
  }

  .neoo-solutions-orbit {
    display: none;
  }

  .neoo-solutions-menu__groups.neoo-mega__groups {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .neoo-solutions-group {
    padding: 10px;
    grid-template-rows: auto 110px auto auto;
    gap: 9px;
  }

  .neoo-solutions-group__header {
    min-height: 66px;
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .neoo-solutions-scene {
    height: 110px;
  }

  .neoo-solutions-icon--group,
  .neoo-solutions-icon--card {
    width: 58px;
    height: 56px;
  }

  .neoo-solutions-icon--group > i,
  .neoo-solutions-icon--card > i {
    width: 38px;
    height: 38px;
  }

  .neoo-solutions-icon--group > svg,
  .neoo-solutions-icon--card > svg {
    width: 28px;
    height: 28px;
  }

  .neoo-solutions-group__header h3 {
    font-size: 11.5px;
  }

  .neoo-solutions-group__cards {
    grid-template-rows: none;
    gap: 8px;
  }

  .neoo-home .neoo-mega--solutions .neoo-solutions-card {
    min-height: 92px;
    padding: 9px 25px 9px 4px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .neoo-mega__group .neoo-solutions-card__body > span {
    font-size: 12.5px;
  }

  .neoo-mega__group .neoo-solutions-card__body > small {
    margin-top: 4px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .neoo-home .neoo-mega--solutions .neoo-solutions-group__all {
    min-height: 40px;
  }

  .neoo-solutions-menu__help {
    min-height: 0;
    height: auto;
    padding: 14px 16px 16px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px 11px;
  }

  .neoo-solutions-menu__help-spacer {
    display: none;
  }

  .neoo-solutions-menu__compass,
  .neoo-solutions-menu__compass svg {
    width: 42px;
    height: 42px;
  }

  .neoo-solutions-menu__help-copy strong {
    font-size: 12.5px;
  }

  .neoo-solutions-menu__help-copy small {
    font-size: 10.5px;
  }

  .neoo-solutions-menu__help > a {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding-inline: 14px;
    font-size: 12.5px;
  }

  .neoo-hero {
    min-height: auto;
  }

  .neoo-hero__grid {
    min-height: auto;
    padding-block: 80px 54px;
    grid-template-columns: 1fr;
  }

  .neoo-hero__copy {
    max-width: 800px;
  }

  .neoo-system-visual {
    width: min(800px, 100%);
    margin: 12px auto 0;
  }

  .neoo-trust .neoo-shell {
    padding-block: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .neoo-trust ul {
    justify-content: flex-start;
  }

  .neoo-section-head--split,
  .neoo-operators-layout {
    grid-template-columns: 1fr;
  }

  .neoo-section-head--split .neoo-lead {
    margin: 0;
    max-width: 820px;
  }

  .neoo-migration-map {
    grid-template-columns: 1fr 130px 1fr;
    padding: 30px;
  }

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

  .neoo-operators-layout {
    gap: 56px;
  }

  .neoo-operator-system {
    width: min(720px, 100%);
  }
}

@media (max-width: 760px) {
  .neoo-shell,
  .neoo-home .neoo-subnav .partner-shell {
    width: calc(100% - 32px);
  }

  .neoo-home .partner-brand--network small {
    font-size: 14px;
  }

  .neoo-home .partner-topbar--overview .header-cta,
  .neoo-home .partner-topbar--overview .login-link {
    display: none;
  }

  .neoo-home .partner-topbar--overview .site-header__inner {
    grid-template-columns: 1fr auto auto;
  }

  .neoo-home h1 {
    font-size: clamp(45px, 12.8vw, 58px);
  }

  .neoo-home .neoo-section-head h2,
  .neoo-home .neoo-final h2,
  .neoo-section--operators .neoo-section-head h2 {
    font-size: clamp(40px, 11vw, 52px);
  }

  .neoo-eyebrow {
    margin-bottom: 18px;
    font-size: var(--cb-eyebrow-size);
  }

  .neoo-hero__grid {
    padding-block: 58px 42px;
  }

  .neoo-hero__lead {
    margin-top: 24px;
    font-size: 18px;
  }

  .neoo-hero__actions,
  .neoo-final__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .neoo-hero__actions .neoo-button,
  .neoo-final__actions .neoo-button,
  .neoo-final__text-link {
    width: 100%;
  }

  .neoo-hero__proof {
    display: grid;
  }

  .neoo-system-visual {
    aspect-ratio: .88;
    margin-top: 20px;
  }

  .neoo-system-visual__links {
    display: none;
  }

  .neoo-system-visual::before {
    width: 78%;
  }

  .neoo-system-visual::after {
    width: 52%;
  }

  .neoo-system-core {
    width: 138px;
  }

  .neoo-system-core > span {
    font-size: 31px;
  }

  .neoo-system-node {
    width: 47%;
    min-height: 82px;
    padding: 12px 11px 11px 45px;
    border-radius: 14px;
  }

  .neoo-system-node > svg {
    left: 12px;
    top: 16px;
    width: 23px;
    height: 23px;
  }

  .neoo-system-node > span {
    font-size: 13px;
  }

  .neoo-system-node > small {
    font-size: 7px;
  }

  .neoo-system-node--business { left: 0; top: 3%; }
  .neoo-system-node--finance { right: 0; top: 3%; }
  .neoo-system-node--monitoring { right: 0; top: 31%; }
  .neoo-system-node--murphy { right: 0; bottom: 4%; }
  .neoo-system-node--forge { left: 0; bottom: 4%; }

  .neoo-home .neoo-subnav .partner-hub__details summary {
    color: #dce6f5;
  }

  .neoo-home .neoo-subnav .partner-hub__links {
    gap: 4px;
  }

  .neoo-section {
    padding-block: 90px;
  }

  .neoo-lead,
  .neoo-final__lead {
    margin-top: 24px;
    font-size: 20px;
  }

  .neoo-journey {
    margin-top: 52px;
    grid-template-columns: 1fr;
  }

  .neoo-product-card,
  .neoo-product-card:first-child {
    min-height: 0;
    grid-column: auto;
    display: block;
  }

  .neoo-product-card {
    padding: 26px;
  }

  .neoo-product-card__body h3 {
    font-size: 30px;
  }

  .neoo-product-card ul {
    display: grid;
  }

  .neoo-migration-map {
    min-height: 0;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .neoo-migration-map__source ul {
    grid-template-columns: 1fr;
  }

  .neoo-migration-map__bridge {
    min-height: 130px;
  }

  .neoo-migration-map__bridge::before,
  .neoo-migration-map__bridge::after {
    left: 50%;
    right: auto;
    top: -15px;
    bottom: -15px;
    width: 1px;
    height: auto;
    background: linear-gradient(transparent, #7898eb 30%, #6952e7 68%, transparent);
  }

  .neoo-migration-map__bridge::after {
    width: 7px;
    left: calc(50% - 3px);
  }

  .neoo-migration-map__bridge i:nth-child(1) { left: 49%; top: 0; }
  .neoo-migration-map__bridge i:nth-child(2) { left: 49%; top: 48%; }
  .neoo-migration-map__bridge i:nth-child(3) { right: auto; left: 49%; top: auto; bottom: 0; }

  .neoo-migration-map__target {
    text-align: left;
  }

  .neoo-migration-map__target > div {
    justify-content: flex-start;
  }

  .neoo-migration-steps {
    grid-template-columns: 1fr;
  }

  .neoo-migration-action {
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .neoo-migration-action > div {
    align-items: stretch;
  }

  .neoo-migration-action small {
    line-height: 1.45;
  }

  .neoo-vertical-grid {
    grid-template-columns: 1fr;
  }

  .neoo-vertical-card {
    min-height: 430px;
  }

  .neoo-vertical-catalogue {
    align-items: stretch;
    flex-direction: column;
  }

  .neoo-vertical-catalogue .neoo-button {
    width: 100%;
  }

  .neoo-operator-system {
    min-height: 0;
    padding: 18px;
  }

  .neoo-operator-system::before {
    display: none;
  }

  .neoo-operator-list article {
    grid-template-columns: 32px 1fr;
  }

  .neoo-final {
    padding-block: 76px;
  }

  .neoo-final__proof {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .neoo-final__proof li {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding-inline: 14px;
  }

  .neoo-final__actions {
    width: 100%;
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .neoo-final__actions .neoo-button,
  .neoo-final__text-link {
    min-width: 0;
    min-height: 56px;
    padding-inline: 18px;
  }

  .neoo-final__microcopy {
    margin-top: 16px;
    padding-inline: 12px;
    font-size: 12.5px;
  }
}

@media (max-width: 390px) {
  .neoo-shell,
  .neoo-home .neoo-subnav .partner-shell {
    width: calc(100% - 24px);
  }

  .neoo-home .partner-brand--network small {
    display: none;
  }

  .neoo-system-core {
    width: 122px;
  }

  .neoo-system-node {
    padding-left: 40px;
  }
}

/* Neoo Live hero — reference scene with localized live-DOM overlays */
.neoo-live-visual {
  width: min(860px, 122%);
  aspect-ratio: 1072 / 755;
  margin: 0 0 0 -10%;
  transform: perspective(1000px) rotateX(var(--neoo-tilt-x, 0deg)) rotateY(var(--neoo-tilt-y, 0deg));
  filter: drop-shadow(0 35px 55px rgba(52, 72, 148, .12));
}

.neoo-live-visual::before,
.neoo-live-visual::after {
  content: none;
}

.neoo-live-scene {
  position: absolute;
  inset: 0;
  container-type: inline-size;
  isolation: isolate;
  overflow: hidden;
  border-radius: 3.2cqw;
}

.neoo-live-scene::before,
.neoo-live-scene::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.neoo-live-scene::before {
  inset: 0 auto 0 0;
  width: 15%;
  background: linear-gradient(90deg, #f7f9fe 0 30%, rgba(247, 249, 254, .84) 55%, transparent);
}

.neoo-live-scene::after {
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 4cqw 1.8cqw rgba(247, 249, 254, .62);
}

.neoo-live-scene__reference {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.neoo-live-scene__reference img {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
}

.neoo-live-module {
  position: absolute;
  z-index: 4;
  color: #10143d;
  font-size: max(5px, 1.08cqw);
  line-height: 1.22;
}

.neoo-live-module--clients {
  left: 23.5%;
  top: 2.6%;
  width: 17%;
}

.neoo-live-module--finance {
  left: 57.6%;
  top: 3.2%;
  width: 16.7%;
}

.neoo-live-module--operations {
  left: 11.9%;
  top: 34.4%;
  width: 15.7%;
}

.neoo-live-module--support {
  left: 79.6%;
  top: 34.3%;
  width: 15.6%;
}

.neoo-live-module--infrastructure {
  left: 71.6%;
  top: 62.5%;
  width: 16.6%;
}

.neoo-live-module__tag {
  position: relative;
  z-index: 2;
  min-height: 4.15cqw;
  width: max-content;
  max-width: 100%;
  padding: .4cqw 1.1cqw .4cqw .42cqw;
  display: inline-flex;
  align-items: center;
  gap: .72cqw;
  border: 1px solid rgba(89, 112, 195, .16);
  border-radius: 1.25cqw;
  background: rgba(250, 252, 255, .99);
  box-shadow: 0 .65cqw 1.8cqw rgba(55, 71, 139, .09);
  font-size: max(5px, 1.27cqw);
  font-weight: 600;
  white-space: nowrap;
}

.neoo-live-module__tag svg,
.neoo-live-action header svg {
  width: 3.25cqw;
  height: 3.25cqw;
  padding: .66cqw;
  flex: 0 0 auto;
  border-radius: 50%;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  background: linear-gradient(145deg, #6781ff, #513ef1);
  box-shadow: 0 0 0 .42cqw rgba(88, 93, 247, .12), 0 .35cqw 1cqw rgba(71, 65, 226, .24);
}

.neoo-live-module__panel {
  position: relative;
  z-index: 1;
  min-height: 11.5cqw;
  margin-top: -.28cqw;
  padding: 1.65cqw 1.55cqw 1.15cqw;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(89, 112, 195, .17);
  border-radius: 1.35cqw;
  background: rgba(250, 252, 255, .99);
  box-shadow: 0 1.1cqw 2.8cqw rgba(55, 71, 139, .11);
  overflow: hidden;
}

.neoo-live-module--operations .neoo-live-module__panel {
  min-height: 14.7cqw;
}

.neoo-live-module--support .neoo-live-module__panel {
  min-height: 13.4cqw;
}

.neoo-live-module--infrastructure .neoo-live-module__panel {
  min-height: 10.5cqw;
}

.neoo-live-module__panel > strong {
  margin-bottom: 1.1cqw;
  font-size: max(5px, 1.08cqw);
  font-weight: 600;
}

.neoo-live-module__panel > span {
  margin-bottom: .72cqw;
  color: #20264f;
}

.neoo-live-module__panel > b {
  width: max-content;
  font-weight: 500;
}

.neoo-live-module .is-positive {
  color: #13a75b;
}

.neoo-live-module .is-current {
  margin-top: auto;
  color: #5047f2;
}

.neoo-live-module__meta {
  margin-top: auto;
  padding-top: .9cqw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5cqw;
  border-top: 1px solid rgba(83, 101, 166, .1);
  color: #5e6888;
}

.neoo-live-module__meta b,
.neoo-live-module__meta span {
  font-weight: 500;
}

.neoo-live-module__meta small {
  font-size: .9em;
  white-space: nowrap;
}

.neoo-live-sparkline {
  width: 100%;
  height: 4cqw;
  margin: -.25cqw 0 .55cqw;
  overflow: visible;
}

.neoo-live-sparkline path {
  fill: none;
  stroke: #5a4cf4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.neoo-live-sparkline circle {
  fill: #5a4cf4;
}

.neoo-live-tasks {
  margin: 0;
  padding: 0;
  display: grid;
  gap: .62cqw;
  color: #65708d;
  list-style: none;
}

.neoo-live-tasks li {
  display: flex;
  align-items: center;
  gap: .6cqw;
  white-space: nowrap;
}

.neoo-live-tasks i {
  width: 1.2cqw;
  min-width: 5px;
  aspect-ratio: 1;
  border: 1px solid #5b4df3;
  border-radius: 50%;
}

.neoo-live-tasks i.is-done {
  border-color: #21b66c;
  background: #21b66c;
  box-shadow: inset 0 0 0 .28cqw #f8fffb;
}

.neoo-live-chip {
  margin-top: .55cqw;
  padding: .42cqw .62cqw;
  border-radius: .5cqw;
  color: #5047f2;
  background: rgba(91, 75, 243, .06);
}

.neoo-live-chip--warning {
  color: #db7d18;
  background: rgba(255, 166, 53, .1);
}

.neoo-live-health {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7cqw;
}

.neoo-live-health b {
  display: inline-flex;
  align-items: center;
  gap: .55cqw;
  color: #0f9f58;
  font-weight: 500;
}

.neoo-live-health i {
  width: 2.1cqw;
  min-width: 8px;
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #36c864;
  font-size: .78em;
  font-style: normal;
}

.neoo-live-health small {
  color: #5e6888;
}

.neoo-live-murphy {
  position: absolute;
  left: 45.4%;
  top: 59%;
  z-index: 4;
  width: 9%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(103, 88, 244, .26);
  border-radius: 50%;
  color: #574bf0;
  background: rgba(250, 252, 255, .97);
  box-shadow: 0 0 2.4cqw rgba(90, 75, 243, .28), inset 0 0 1.5cqw rgba(108, 85, 250, .1);
}

.neoo-live-murphy::after {
  content: "";
  position: absolute;
  inset: -.7cqw;
  border: 1px solid rgba(99, 82, 246, .12);
  border-radius: inherit;
  animation: neooLivePulse 3.2s ease-in-out infinite;
}

.neoo-live-murphy strong {
  font-size: max(5px, 1.15cqw);
  font-weight: 500;
}

.neoo-live-murphy small {
  margin-top: .25cqw;
  font-size: max(5px, .92cqw);
}

.neoo-live-action {
  position: absolute;
  left: 39.4%;
  top: 73.9%;
  z-index: 4;
  width: 20.4%;
  min-height: 16.4cqw;
  padding: 1.25cqw;
  border: 1px solid rgba(89, 112, 195, .18);
  border-radius: 1.35cqw;
  color: #10143d;
  background: rgba(250, 252, 255, .99);
  box-shadow: 0 1.25cqw 3cqw rgba(55, 71, 139, .12);
  font-size: max(5px, 1.02cqw);
}

.neoo-live-action header {
  display: flex;
  align-items: center;
  gap: .7cqw;
}

.neoo-live-action header svg {
  width: 3cqw;
  height: 3cqw;
}

.neoo-live-action header strong {
  font-size: max(5px, 1.25cqw);
  font-weight: 600;
}

.neoo-live-action > div {
  margin-top: .9cqw;
  padding: 1.1cqw;
  display: grid;
  gap: .6cqw;
  border: 1px solid rgba(83, 101, 166, .09);
  border-radius: .8cqw .8cqw 0 0;
  background: rgba(255, 255, 255, .68);
}

.neoo-live-action > div b {
  font-weight: 500;
}

.neoo-live-action > div span {
  color: #66708f;
}

.neoo-live-action footer {
  min-height: 3.3cqw;
  padding: .4cqw 1.1cqw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(83, 101, 166, .09);
  border-top: 0;
  border-radius: 0 0 .8cqw .8cqw;
  color: #584bf2;
  background: rgba(255, 255, 255, .68);
}

.neoo-live-action footer b {
  font-size: 1.4em;
  font-weight: 400;
}

.neoo-live-sources {
  position: absolute;
  left: 0;
  top: 78.2%;
  z-index: 4;
  width: 29.4%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65cqw;
}

.neoo-live-source {
  min-width: 0;
  aspect-ratio: .88;
  padding: 1.25cqw .55cqw .8cqw;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(89, 112, 195, .18);
  border-radius: 1.1cqw;
  color: #151943;
  background: rgba(250, 252, 255, .99);
  box-shadow: 0 1cqw 2.4cqw rgba(55, 71, 139, .1);
  text-align: center;
}

.neoo-live-source > svg {
  width: 3cqw;
  height: 3cqw;
  margin-bottom: .65cqw;
  fill: none;
  stroke: #41478b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-live-source strong {
  max-width: 100%;
  overflow: hidden;
  font-size: max(5px, 1.08cqw);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neoo-live-source small {
  margin-top: .7cqw;
  display: inline-flex;
  align-items: center;
  gap: .42cqw;
  color: #69738e;
  font-size: max(5px, .88cqw);
}

.neoo-live-source small i {
  width: .8cqw;
  min-width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #39ca5d;
  box-shadow: 0 0 .8cqw rgba(57, 202, 93, .72);
}

.neoo-live-pulse {
  position: absolute;
  z-index: 3;
  width: .75cqw;
  min-width: 4px;
  aspect-ratio: 1;
  border: .18cqw solid #fff;
  border-radius: 50%;
  background: #6857f5;
  box-shadow: 0 0 1.25cqw #6857f5;
  animation: neooLivePulse 2.8s ease-in-out infinite;
}

.neoo-live-pulse--one {
  left: 38%;
  top: 34%;
}

.neoo-live-pulse--two {
  left: 61%;
  top: 37%;
  animation-delay: -.9s;
}

.neoo-live-pulse--three {
  left: 68%;
  top: 60%;
  animation-delay: -1.8s;
}

@keyframes neooLivePulse {
  50% {
    scale: 1.45;
    opacity: .55;
  }
}

@media (max-width: 1120px) {
  .neoo-live-visual {
    width: min(900px, 100%);
    margin: 18px auto 0;
  }
}

@media (max-width: 760px) {
  .neoo-live-visual {
    width: calc(100% + 32px);
    aspect-ratio: 1072 / 755;
    margin: 22px 0 0 -16px;
    filter: drop-shadow(0 20px 36px rgba(52, 72, 148, .1));
  }

  .neoo-live-scene {
    border-radius: 0;
  }

  .neoo-live-source[data-live-source="accounting"] strong,
  .neoo-live-source[data-live-source="business"] strong {
    font-size: max(4px, .92cqw);
    letter-spacing: -.025em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neoo-home *,
  .neoo-home *::before,
  .neoo-home *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .neoo-button:hover,
  .neoo-system-node:hover {
    translate: none;
  }
}

/* Neoo Exchange bridge — shared Neoo light system */
.neoo-section--exchange {
  background: #f4f7fc;
  border-block: 1px solid #e1e8f2;
}

.neoo-exchange-cycle {
  position: relative;
  min-height: 390px;
  padding: 72px 34px 44px;
  background: #fff;
  border: 1px solid #dce5f1;
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(32, 61, 111, .11);
  overflow: hidden;
}

.neoo-exchange-cycle::before {
  position: absolute;
  inset: 20px;
  content: "";
  background-image: radial-gradient(circle, rgba(78, 111, 186, .10) 0 1px, transparent 1.5px);
  background-size: 18px 18px;
  border-radius: 20px;
  pointer-events: none;
}

.neoo-exchange-cycle > svg {
  position: absolute;
  top: 84px;
  left: 4%;
  width: 92%;
  height: 260px;
  overflow: visible;
}

.neoo-exchange-cycle > svg path {
  fill: none;
  stroke: url(#neoo-exchange-gradient);
  stroke-width: 2;
}

.neoo-exchange-cycle > svg .neoo-exchange-cycle__pulse {
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 2 82;
  filter: drop-shadow(0 0 6px #5776e6);
  animation: neoo-exchange-pulse 5.5s linear infinite;
}

.neoo-exchange-cycle ol {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.neoo-exchange-cycle li {
  display: grid;
  justify-items: center;
  gap: 13px;
  margin-top: calc((var(--exchange-index) % 2) * 165px);
  text-align: center;
}

.neoo-exchange-cycle li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #5278eb, #6959d0);
  border: 6px solid #edf1ff;
  border-radius: 16px;
  box-shadow: 0 13px 26px rgba(53, 79, 166, .23);
  font-size: 10px;
  font-weight: 700;
}

.neoo-exchange-cycle li strong {
  max-width: 145px;
  color: #263b5b;
  font-size: 12px;
  line-height: 1.35;
}

.neoo-exchange-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.neoo-operators-commercial {
  max-width: 650px;
  margin: 22px 0 0;
  padding: 15px 17px;
  color: #334b6f;
  background: #eef3fb;
  border-left: 3px solid #5b79e7;
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  line-height: 1.58;
}

@keyframes neoo-exchange-pulse {
  to { stroke-dashoffset: -168; }
}

@media (max-width: 760px) {
  .neoo-exchange-cycle {
    min-height: 570px;
    padding: 28px 20px;
  }

  .neoo-exchange-cycle > svg { display: none; }

  .neoo-exchange-cycle ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .neoo-exchange-cycle li {
    position: relative;
    grid-template-columns: 44px 1fr;
    align-items: center;
    justify-items: start;
    gap: 13px;
    margin-top: 0;
    text-align: left;
  }

  .neoo-exchange-cycle li:not(:last-child)::after {
    position: absolute;
    top: 47px;
    left: 21px;
    width: 1px;
    height: 17px;
    content: "";
    background: #8c9fbe;
  }

  .neoo-exchange-cycle li > span {
    width: 42px;
    height: 42px;
    border-width: 4px;
    border-radius: 13px;
  }

  .neoo-exchange-cycle li strong { max-width: none; }
  .neoo-exchange-actions { display: grid; }
  .neoo-exchange-actions .neoo-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .neoo-exchange-cycle > svg .neoo-exchange-cycle__pulse { animation: none; }
}

@media (forced-colors: active) {
  .neoo-system-core,
  .neoo-system-node,
  .neoo-product-card,
  .neoo-vertical-card,
  .neoo-operator-system,
  .neoo-button {
    border: 1px solid CanvasText;
  }

  .neoo-home h1 em,
  .neoo-home .neoo-section-head h2 em,
  .neoo-home .neoo-final h2 em {
    color: LinkText;
    background: none;
  }
}

/* Solutions directory — compact three-column composition from the approved reference. */
.neoo-home .neoo-mega-trigger[aria-expanded="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -31px;
  height: 2px;
  border-radius: 999px;
  background: #1457ff;
}

.neoo-home .neoo-solutions-directory-panel {
  --neoo-solutions-gutter: clamp(24px, 4vw, 52px);
  left: var(--neoo-solutions-gutter);
  right: var(--neoo-solutions-gutter);
  top: calc(var(--partner-overview-header-h) + 4px);
  width: auto;
  height: min(632px, calc(100dvh - var(--partner-overview-header-h) - 22px));
  max-height: calc(100dvh - var(--partner-overview-header-h) - 22px);
  padding: 0;
  border: 1px solid #dfe4ee;
  border-radius: 15px;
  color: #080b3d;
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 22px 54px rgba(28, 38, 79, .14), 0 3px 10px rgba(28, 38, 79, .05);
  backdrop-filter: blur(24px) saturate(125%);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.neoo-home .neoo-solutions-directory-panel,
.neoo-home .neoo-solutions-directory-panel * {
  animation: none !important;
  transition: none !important;
}

.neoo-home .neoo-solutions-directory-panel::before {
  left: clamp(220px, 18.4vw, 350px);
  top: -8px;
  width: 15px;
  height: 15px;
  border-color: #dfe4ee;
  background: #fff;
}

.neoo-solutions-directory {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 32px 26px;
  display: grid;
  grid-template-rows: 112px minmax(0, 1fr) 84px;
  color: #080b3d;
  font-family: 'Cerebri Sans', Inter, system-ui, sans-serif;
}

.neoo-solutions-directory__header {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(250px, 296px) minmax(148px, auto);
  align-items: center;
  gap: clamp(24px, 3vw, 70px);
  border-bottom: 1px solid #e4e8f1;
}

.neoo-solutions-directory__heading {
  min-width: 0;
  display: grid;
  gap: 9px;
}

.neoo-solutions-directory__heading > span {
  color: #0f55ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1;
  text-transform: uppercase;
}

.neoo-solutions-directory__heading > strong {
  color: #080b3d;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.neoo-solutions-directory__search {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border: 1px solid #d8deeb;
  border-radius: 9px;
  color: #7884aa;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.neoo-solutions-directory__search:focus-within {
  border-color: #1757ff;
  box-shadow: 0 0 0 3px rgba(23, 87, 255, .1);
}

.neoo-solutions-directory__search > svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-solutions-directory__search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0;
  border: 0;
  outline: 0;
  color: #101542;
  background: transparent;
  font: 400 14px/1.2 'Cerebri Sans', Inter, system-ui, sans-serif;
}

.neoo-solutions-directory__search input::placeholder {
  color: #9aa4c3;
  opacity: 1;
}

.neoo-solutions-directory__search input::-webkit-search-cancel-button {
  cursor: pointer;
}

.neoo-home a.neoo-solutions-directory__explore,
.neoo-home a.neoo-solutions-directory__all {
  width: auto;
  min-height: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: #0f55ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.neoo-solutions-directory__explore > svg,
.neoo-solutions-directory__all > svg,
.neoo-solutions-directory__help > a > svg {
  position: static;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-solutions-directory__body {
  min-width: 0;
  min-height: 0;
  padding: 27px 0 28px;
  display: grid;
  grid-template-columns: minmax(360px, 1.22fr) repeat(2, minmax(270px, 1fr));
  align-items: stretch;
}

.neoo-solutions-directory__group {
  --solution-rgb: 15, 85, 255;
  min-width: 0;
  min-height: 0;
  padding: 0 32px;
  display: grid;
  grid-template-rows: 25px minmax(0, 1fr) auto;
  gap: 18px;
  border: 0;
  border-left: 1px solid #e1e6f0;
  border-radius: 0;
  background: transparent;
}

.neoo-solutions-directory__group:first-child {
  padding-left: 5px;
  padding-right: 26px;
  border-left: 0;
}

.neoo-solutions-directory__group:last-of-type {
  padding-right: 10px;
}

.neoo-solutions-directory__group--platform {
  --solution-rgb: 0, 176, 231;
}

.neoo-solutions-directory__group--modules {
  --solution-rgb: 125, 35, 255;
}

.neoo-solutions-directory__group-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.neoo-solutions-directory__group-title > i {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgb(var(--solution-rgb));
  box-shadow: 0 0 0 3px rgba(var(--solution-rgb), .05);
}

.neoo-solutions-directory__group-title h3 {
  margin: 0;
  color: #111440;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.neoo-solutions-directory__items {
  min-width: 0;
  min-height: 0;
}

.neoo-solutions-directory__group--products .neoo-solutions-directory__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.neoo-solutions-directory__item {
  position: relative;
  min-width: 0;
  color: #10133f;
  text-decoration: none;
}

.neoo-home a.neoo-solutions-directory__item--products {
  width: auto;
  min-height: 0;
  padding: 11px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border: 1px solid #dfe4ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(25, 37, 88, .025);
}

.neoo-solutions-directory__item--products.is-featured {
  border-color: #1557ff;
  box-shadow: 0 0 0 1px rgba(21, 87, 255, .08), 0 10px 24px rgba(21, 87, 255, .07);
}

.neoo-solutions-directory__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.neoo-solutions-directory__item--products .neoo-solutions-directory__copy {
  margin-top: auto;
  padding-top: 11px;
  padding-right: 18px;
}

.neoo-solutions-directory__copy > strong {
  color: #10133f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: 1.2;
}

.neoo-solutions-directory__copy > small {
  margin-top: 5px;
  color: #5d688f;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -.005em;
  line-height: 1.35;
}

.neoo-solutions-directory .neoo-solutions-icon {
  --solution-rgb: inherit;
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: rgb(var(--solution-rgb));
  filter: none;
  isolation: isolate;
}

.neoo-solutions-directory .neoo-solutions-icon::before,
.neoo-solutions-directory .neoo-solutions-icon::after {
  display: none;
}

.neoo-solutions-directory .neoo-solutions-icon > i {
  position: absolute;
  inset: 5px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 50%;
  background: rgba(var(--solution-rgb), .08);
  box-shadow: none;
  transform: none;
}

.neoo-solutions-directory .neoo-solutions-icon > svg {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.neoo-solutions-directory__item--products .neoo-solutions-icon {
  width: 47px;
  height: 47px;
  border-radius: 10px;
}

.neoo-solutions-directory__item--products .neoo-solutions-icon > i {
  inset: 2px;
  border-radius: 9px;
}

.neoo-solutions-directory .neoo-solutions-icon--msp,
.neoo-solutions-directory .neoo-solutions-icon--desktop,
.neoo-solutions-directory .neoo-solutions-icon--finance,
.neoo-solutions-directory .neoo-solutions-icon--monitoring,
.neoo-solutions-directory .neoo-solutions-icon--scheduling {
  --solution-rgb: 125, 35, 255;
}

.neoo-solutions-directory__item--products > svg {
  position: absolute;
  right: 12px;
  bottom: 16px;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #8d98b7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-solutions-directory__item--products.is-featured > svg {
  stroke: #1055ff;
}

.neoo-solutions-directory__badge {
  position: absolute;
  right: 8px;
  top: 11px;
  padding: 3px 7px;
  border-radius: 5px;
  color: #7d23ff;
  background: #f3eaff;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}

.neoo-solutions-directory__group--platform .neoo-solutions-directory__items,
.neoo-solutions-directory__group--modules .neoo-solutions-directory__items {
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
}

.neoo-home a.neoo-solutions-directory__item--platform,
.neoo-home a.neoo-solutions-directory__item--modules {
  width: auto;
  min-height: 0;
  padding: 7px 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #e2e7f0;
}

.neoo-solutions-directory__item--platform:last-child,
.neoo-solutions-directory__item--modules:last-child {
  border-bottom-color: transparent;
}

.neoo-solutions-directory__item--platform > svg,
.neoo-solutions-directory__item--modules > svg {
  display: none;
}

.neoo-solutions-directory__item--platform .neoo-solutions-directory__copy > strong,
.neoo-solutions-directory__item--modules .neoo-solutions-directory__copy > strong {
  font-size: 14px;
}

.neoo-solutions-directory__item--platform .neoo-solutions-directory__copy > small,
.neoo-solutions-directory__item--modules .neoo-solutions-directory__copy > small {
  font-size: 12px;
}

.neoo-solutions-directory__all {
  justify-self: start;
  justify-content: flex-start;
  color: rgb(var(--solution-rgb));
  font-size: 13px;
}

.neoo-solutions-directory__empty:not([hidden]) {
  grid-column: 1 / -1;
  min-height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  color: #697496;
  font-size: 14px;
  text-align: center;
}

.neoo-solutions-directory__item[hidden],
.neoo-solutions-directory__group[hidden] {
  display: none !important;
}

.neoo-solutions-directory__help {
  min-width: 0;
  min-height: 84px;
  padding: 12px 31px 12px 22px;
  display: grid;
  grid-template-columns: 48px minmax(210px, 1fr) 138px minmax(220px, 1fr);
  align-items: center;
  gap: 18px;
  border: 1px solid #e0e6f2;
  border-radius: 11px;
  background: linear-gradient(90deg, #f8faff, #fbfcff);
}

.neoo-solutions-directory__sparkle,
.neoo-solutions-directory__sparkle > svg {
  width: 44px;
  height: 44px;
}

.neoo-solutions-directory__sparkle {
  display: grid;
  place-items: center;
  color: #1557ff;
}

.neoo-solutions-directory__sparkle > svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.neoo-solutions-directory__help-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.neoo-solutions-directory__help-copy > strong {
  color: #10133f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.neoo-solutions-directory__help-copy > small {
  color: #697496;
  font-size: 12px;
  line-height: 1.3;
}

.neoo-solutions-directory__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.neoo-solutions-directory__progress > i {
  width: 28px;
  height: 8px;
  border-radius: 999px;
  background: #e1e6f3;
}

.neoo-solutions-directory__progress > i:first-child {
  background: #1156ff;
}

.neoo-home .neoo-solutions-directory__help > a {
  justify-self: end;
  width: min(100%, 218px);
  min-width: 198px;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #1557ff;
  border-radius: 8px;
  color: #1557ff;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.neoo-solutions-directory__item:hover,
.neoo-solutions-directory__item:focus-visible,
.neoo-solutions-directory__explore:hover,
.neoo-solutions-directory__explore:focus-visible,
.neoo-solutions-directory__all:hover,
.neoo-solutions-directory__all:focus-visible,
.neoo-solutions-directory__help > a:hover,
.neoo-solutions-directory__help > a:focus-visible {
  outline: 2px solid rgba(21, 87, 255, .34);
  outline-offset: 3px;
}

@media (min-width: 1121px) and (max-width: 1380px) {
  .neoo-solutions-directory {
    padding-inline: 25px;
  }

  .neoo-solutions-directory__header {
    grid-template-columns: minmax(320px, 1fr) minmax(240px, 280px) minmax(130px, auto);
    gap: 25px;
  }

  .neoo-solutions-directory__body {
    grid-template-columns: minmax(340px, 1.16fr) repeat(2, minmax(250px, 1fr));
  }

  .neoo-solutions-directory__group {
    padding-inline: 23px;
  }

  .neoo-solutions-directory__copy > small {
    font-size: 11px;
  }
}

@media (max-width: 1120px) {
  .neoo-home .neoo-mega-trigger[aria-expanded="true"]::after {
    display: none;
  }

  .neoo-home .neoo-solutions-directory-panel {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 8px;
    padding: 0;
    border-radius: 14px;
    box-shadow: none;
    overflow: visible;
  }

  .neoo-home .neoo-solutions-directory-panel::before {
    display: none;
  }

  .neoo-solutions-directory {
    height: auto;
    padding: 0 14px 14px;
    display: block;
  }

  .neoo-solutions-directory__header {
    padding: 17px 2px 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .neoo-solutions-directory__heading {
    gap: 6px;
  }

  .neoo-solutions-directory__heading > strong {
    font-size: 17px;
  }

  .neoo-solutions-directory__search {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 46px;
  }

  .neoo-solutions-directory__search input {
    height: 42px;
    font-size: 13px;
  }

  .neoo-solutions-directory__explore {
    font-size: 12px;
  }

  .neoo-solutions-directory__body {
    padding: 16px 0 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .neoo-solutions-directory__group,
  .neoo-solutions-directory__group:first-child,
  .neoo-solutions-directory__group:last-of-type {
    padding: 0;
    grid-template-rows: auto auto auto;
    gap: 12px;
    border: 0;
  }

  .neoo-solutions-directory__group + .neoo-solutions-directory__group {
    padding-top: 18px;
    border-top: 1px solid #e2e7f0;
  }

  .neoo-solutions-directory__group--products .neoo-solutions-directory__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 126px);
    gap: 10px;
  }

  .neoo-home a.neoo-solutions-directory__item--products {
    min-height: 126px;
    padding: 9px;
  }

  .neoo-solutions-directory__copy > strong,
  .neoo-solutions-directory__item--platform .neoo-solutions-directory__copy > strong,
  .neoo-solutions-directory__item--modules .neoo-solutions-directory__copy > strong {
    font-size: 12px;
  }

  .neoo-solutions-directory__copy > small,
  .neoo-solutions-directory__item--platform .neoo-solutions-directory__copy > small,
  .neoo-solutions-directory__item--modules .neoo-solutions-directory__copy > small {
    font-size: 10.5px;
  }

  .neoo-home a.neoo-solutions-directory__item--platform,
  .neoo-home a.neoo-solutions-directory__item--modules {
    min-height: 68px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
  }

  .neoo-solutions-directory .neoo-solutions-icon {
    width: 46px;
    height: 46px;
  }

  .neoo-solutions-directory .neoo-solutions-icon > svg {
    width: 27px;
    height: 27px;
  }

  .neoo-home a.neoo-solutions-directory__all {
    min-height: 36px;
  }

  .neoo-solutions-directory__help {
    min-height: 0;
    padding: 14px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px 12px;
  }

  .neoo-solutions-directory__sparkle,
  .neoo-solutions-directory__sparkle > svg {
    width: 38px;
    height: 38px;
  }

  .neoo-solutions-directory__help-copy > strong {
    font-size: 12px;
  }

  .neoo-solutions-directory__help-copy > small {
    font-size: 10.5px;
  }

  .neoo-solutions-directory__progress {
    grid-column: 1 / -1;
    padding-block: 4px;
  }

  .neoo-solutions-directory__progress > i {
    width: 24px;
    height: 6px;
  }

  .neoo-home .neoo-solutions-directory__help > a {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .neoo-solutions-directory {
    padding-inline: 11px;
  }

  .neoo-solutions-directory__header {
    grid-template-columns: 1fr;
  }

  .neoo-solutions-directory__explore {
    justify-self: start;
  }

  .neoo-solutions-directory__search {
    grid-column: 1;
    grid-row: 3;
  }

  .neoo-solutions-directory__group--products .neoo-solutions-directory__items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 112px);
  }

  .neoo-home a.neoo-solutions-directory__item--products {
    min-height: 112px;
  }
}

@media (forced-colors: active) {
  .neoo-solutions-directory__search,
  .neoo-solutions-directory__item--products,
  .neoo-solutions-directory__help,
  .neoo-solutions-directory__help > a {
    border: 1px solid CanvasText;
  }
}

/* Journey product cards: quiet, product-specific live SVG diagrams. */
.neoo-product-card:not(.neoo-product-card--business) {
  isolation: isolate;
}

.neoo-product-illustration {
  --neoo-illustration-ink: #8a9fff;
  position: absolute;
  z-index: 0;
  right: clamp(16px, 2vw, 34px);
  bottom: 16px;
  width: min(52%, 340px);
  height: 210px;
  color: var(--neoo-illustration-ink);
  opacity: .38;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(104deg, transparent 0%, rgba(0, 0, 0, .2) 22%, #000 52%);
  mask-image: linear-gradient(104deg, transparent 0%, rgba(0, 0, 0, .2) 22%, #000 52%);
}

.neoo-product-illustration::before {
  content: "";
  position: absolute;
  inset: 24% 5% 8% 28%;
  border: 1px solid color-mix(in srgb, var(--neoo-illustration-ink) 24%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--neoo-illustration-ink) 5%, transparent);
  filter: blur(.2px);
}

.neoo-product-illustration > svg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.neoo-product-illustration svg * {
  vector-effect: non-scaling-stroke;
}

.neoo-product-illustration .is-grid { opacity: .17; }
.neoo-product-illustration .is-frame { opacity: .34; }
.neoo-product-illustration .is-area {
  fill: currentColor;
  stroke: none;
  opacity: .08;
}
.neoo-product-illustration .is-bars rect {
  fill: currentColor;
  stroke: none;
  opacity: .16;
}
.neoo-product-illustration .is-signal {
  opacity: .88;
  stroke-width: 1.9;
}
.neoo-product-illustration .is-echo { opacity: .2; }
.neoo-product-illustration .is-points circle,
.neoo-product-illustration .is-status circle,
.neoo-product-illustration .is-nodes circle,
.neoo-product-illustration .is-pulse {
  fill: currentColor;
  stroke: currentColor;
}
.neoo-product-illustration .is-points circle { opacity: .82; }
.neoo-product-illustration .is-status circle { opacity: .32; }
.neoo-product-illustration .is-orbit,
.neoo-product-illustration .is-orbits,
.neoo-product-illustration .is-links { opacity: .36; }
.neoo-product-illustration .is-modules { opacity: .48; }
.neoo-product-illustration .is-code {
  opacity: .85;
  stroke-width: 1.8;
}
.neoo-product-illustration .is-core {
  fill: color-mix(in srgb, var(--neoo-illustration-ink) 12%, transparent);
  opacity: .9;
  stroke-width: 1.8;
}
.neoo-product-illustration .is-muted { opacity: .22; }

.neoo-product-illustration--finance { --neoo-illustration-ink: #9b84ff; }
.neoo-product-illustration--monitoring { --neoo-illustration-ink: #56d9ef; }
.neoo-product-illustration--murphy { --neoo-illustration-ink: #a58bff; }
.neoo-product-illustration--forge { --neoo-illustration-ink: #6ce5c4; }

@media (max-width: 760px) {
  .neoo-product-illustration {
    right: -14px;
    bottom: 10px;
    width: min(74%, 300px);
    height: 180px;
    opacity: .24;
    -webkit-mask-image: linear-gradient(105deg, transparent 0%, rgba(0, 0, 0, .18) 30%, #000 64%);
    mask-image: linear-gradient(105deg, transparent 0%, rgba(0, 0, 0, .18) 30%, #000 64%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .neoo-product-illustration,
  .neoo-product-illustration * {
    animation: none !important;
    transition: none !important;
  }
}

@media (forced-colors: active) {
  .neoo-product-illustration {
    display: none;
  }
}

/* Neoo Business network panel — reference 2026-08-03 */
.neoo-journey {
  width: min(calc(100vw - 72px), 1920px);
  margin-left: 50%;
  translate: -50% 0;
}

.neoo-product-card--business,
.neoo-product-card--business:first-child {
  min-height: clamp(520px, 30vw, 600px);
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  align-items: center;
  gap: clamp(40px, 4vw, 86px);
  padding: clamp(40px, 3vw, 58px);
  isolation: isolate;
  border-color: rgba(91, 122, 178, .34);
  border-radius: 30px;
  background:
    radial-gradient(circle at 91% 10%, rgba(47, 92, 191, .21), transparent 31%),
    radial-gradient(circle at 24% 72%, rgba(31, 92, 197, .13), transparent 34%),
    linear-gradient(103deg, #09152b 0%, #071329 48%, #0b1935 100%);
  box-shadow: 0 32px 84px rgba(0, 2, 12, .3), inset 0 1px 0 rgba(139, 168, 223, .05);
}

.neoo-product-card--business::before {
  left: 12%;
  right: auto;
  top: 18%;
  width: 440px;
  opacity: .16;
  background: #286bf1;
  filter: blur(105px);
}

.neoo-product-card--business::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(116, 149, 210, .06) 50%, transparent 50.2%),
    linear-gradient(rgba(106, 143, 207, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 143, 207, .025) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  opacity: .34;
}

.neoo-product-card--business .neoo-product-card__top {
  position: absolute;
  left: clamp(40px, 3vw, 58px);
  top: clamp(40px, 3vw, 58px);
  z-index: 5;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}

.neoo-product-card--business .neoo-product-card__top > span {
  color: #7891bb;
  font-size: 14px;
  letter-spacing: .16em;
}

.neoo-product-card--business .neoo-product-card__top > small {
  color: #8ca1c3;
  font-size: 12px;
  letter-spacing: .15em;
}

.neoo-product-card--business .neoo-product-card__body {
  grid-column: 2;
  align-self: center;
  max-width: 820px;
  padding-block: 12px;
}

.neoo-product-card--business .neoo-business-kicker {
  margin-bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #809ac5;
  font-size: 17px;
  font-weight: 600;
}

.neoo-product-card--business .neoo-business-kicker > svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #6599ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  filter: drop-shadow(0 0 9px rgba(75, 133, 255, .36));
}

.neoo-product-card--business .neoo-product-card__body h3 {
  max-width: 820px;
  color: #edf3fb;
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-section-side);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: balance;
}

.neoo-product-card--business .neoo-product-card__copy {
  max-width: 850px;
  margin-top: 30px;
  color: #a8b8d2;
  font-size: clamp(17px, 1.12vw, 20px);
  line-height: 1.52;
}

.neoo-product-card--business ul {
  margin-top: 31px;
  gap: 14px 30px;
}

.neoo-product-card--business li {
  gap: 9px;
  color: #c0cde0;
  font-size: clamp(13px, .82vw, 15px);
}

.neoo-product-card--business li svg {
  width: 18px;
  height: 18px;
}

.neoo-product-card--business .neoo-product-card__body > a {
  min-height: 48px;
  margin-top: 42px;
  color: #75aaff;
  font-size: clamp(15px, .94vw, 17px);
}

.neoo-business-visual {
  position: relative;
  z-index: 2;
  grid-column: 1;
  width: 100%;
  aspect-ratio: 760 / 500;
  margin-top: 34px;
  container-type: inline-size;
}

.neoo-business-visual::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 12%;
  bottom: 0;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(33, 108, 255, .34), rgba(19, 78, 196, .1) 46%, transparent 72%);
  filter: blur(18px);
}

.neoo-business-map {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.neoo-business-map__orbits {
  fill: none;
  stroke: url(#business-link);
  stroke-width: 1.1;
}

.neoo-business-map__orbits ellipse:nth-child(2) { opacity: .64; }
.neoo-business-map__orbits ellipse:nth-child(3) { opacity: .38; }

.neoo-business-map__links {
  fill: none;
  stroke: url(#business-link);
  stroke-linecap: round;
  stroke-width: 1.25;
}

.neoo-business-map__points circle {
  fill: url(#business-node-glow);
  animation: neooBusinessPulse 3.2s ease-in-out infinite;
}

.neoo-business-map__points circle:nth-child(2n) { animation-delay: -1.4s; }

.neoo-business-stage {
  position: absolute;
  left: 22%;
  bottom: 3%;
  z-index: 1;
  width: 58%;
  height: 29%;
  border: 1px solid rgba(71, 139, 255, .45);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(54, 186, 255, .74) 0 3%, rgba(69, 105, 255, .54) 7%, rgba(12, 49, 119, .66) 34%, rgba(5, 19, 45, .16) 68%, transparent 70%);
  box-shadow: 0 0 3cqw rgba(45, 125, 255, .3), inset 0 0 2cqw rgba(53, 195, 255, .28);
  transform: perspective(520px) rotateX(68deg);
}

.neoo-business-stage::before,
.neoo-business-stage::after,
.neoo-business-stage > i {
  content: "";
  position: absolute;
  border: 1px solid rgba(64, 159, 255, .54);
  border-radius: 50%;
}

.neoo-business-stage::before { inset: 13%; }
.neoo-business-stage::after { inset: 27%; box-shadow: 0 0 2cqw rgba(80, 221, 255, .5); }
.neoo-business-stage > i:nth-child(1) { inset: -17%; opacity: .38; }
.neoo-business-stage > i:nth-child(2) { inset: 38%; border-color: #62dbff; }
.neoo-business-stage > i:nth-child(3) { inset: 45%; border-color: #a075ff; box-shadow: 0 0 1.6cqw #4fa8ff; }
.neoo-business-stage > b { display: none; }

.neoo-business-console {
  position: absolute;
  left: 32.5%;
  top: 28%;
  z-index: 3;
  width: 37%;
  min-height: 39%;
  overflow: hidden;
  border: 1px solid rgba(100, 159, 255, .63);
  border-radius: 1.2cqw;
  color: #dce8ff;
  background: linear-gradient(145deg, rgba(24, 58, 123, .92), rgba(9, 27, 68, .96));
  box-shadow: 0 1.5cqw 4cqw rgba(0, 14, 55, .52), 0 0 2.4cqw rgba(39, 115, 255, .28), inset 0 1px 0 rgba(180, 212, 255, .14);
}

.neoo-business-console > header {
  height: 12%;
  min-height: 2.9cqw;
  padding-inline: 1.1cqw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(99, 145, 218, .25);
  background: rgba(5, 20, 54, .36);
}

.neoo-business-console > header > span {
  display: inline-flex;
  align-items: center;
  gap: .55cqw;
}

.neoo-business-console > header i {
  width: 1.65cqw;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: .35cqw;
  color: #ddecff;
  background: linear-gradient(135deg, #6174ff, #299be9);
  font-size: max(6px, .95cqw);
  font-style: normal;
  font-weight: 700;
}

.neoo-business-console > header b {
  font-size: max(6px, 1cqw);
  font-weight: 600;
}

.neoo-business-console > header em {
  width: .95cqw;
  aspect-ratio: 1;
  border: 1px solid rgba(153, 188, 255, .7);
  border-radius: .24cqw;
}

.neoo-business-console__body { padding: 1.15cqw 1.3cqw 1.25cqw; }

.neoo-business-console__body > strong {
  display: block;
  color: #dfe9ff;
  font-size: max(7px, 1.28cqw);
  font-weight: 600;
}

.neoo-business-console__metrics {
  margin-top: 1cqw;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5cqw;
}

.neoo-business-console__metrics > span {
  min-width: 0;
  padding: .72cqw .55cqw;
  border: 1px solid rgba(99, 145, 218, .2);
  border-radius: .52cqw;
  background: rgba(31, 61, 126, .42);
}

.neoo-business-console__metrics small,
.neoo-business-console__metrics b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neoo-business-console__metrics small {
  color: #87a4d6;
  font-size: max(4px, .65cqw);
}

.neoo-business-console__metrics b {
  margin-top: .36cqw;
  color: #e2ecff;
  font-size: max(5px, .82cqw);
  font-weight: 600;
}

.neoo-business-console__body > svg {
  width: 100%;
  height: 6.8cqw;
  margin-top: .85cqw;
  overflow: visible;
}

.neoo-business-console__body > svg .is-grid {
  fill: none;
  stroke: rgba(126, 159, 217, .13);
  stroke-width: 1;
}

.neoo-business-console__body > svg .is-area { fill: rgba(50, 116, 247, .17); }

.neoo-business-console__body > svg .is-line {
  fill: none;
  stroke: #52a3ff;
  stroke-linecap: round;
  stroke-width: 2;
}

.neoo-business-console__body > svg circle {
  fill: #0c2555;
  stroke: #8acaff;
  stroke-width: 1.5;
}

.neoo-business-node {
  position: absolute;
  z-index: 4;
  width: 18%;
  min-height: 14%;
  padding: 1.25cqw 1.15cqw;
  overflow: hidden;
  border: 1px solid rgba(94, 145, 237, .36);
  border-radius: 1.1cqw;
  color: #d7e4fb;
  background: linear-gradient(145deg, rgba(27, 58, 124, .78), rgba(15, 31, 74, .9));
  box-shadow: 0 1cqw 2.5cqw rgba(0, 12, 47, .34), inset 0 1px 0 rgba(157, 193, 255, .08);
  translate: -50% -50%;
  animation: neooBusinessFloat 6s ease-in-out infinite;
}

.neoo-business-node > span {
  display: flex;
  align-items: center;
  gap: .75cqw;
}

.neoo-business-node svg {
  width: 2.8cqw;
  height: 2.8cqw;
  flex: 0 0 auto;
  fill: none;
  stroke: #b8d4ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  filter: drop-shadow(0 0 .7cqw rgba(75, 137, 255, .46));
}

.neoo-business-node b {
  min-width: 0;
  overflow: hidden;
  font-size: max(6px, 1.22cqw);
  font-weight: 600;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.neoo-business-node > i {
  width: 56%;
  height: .45cqw;
  min-height: 2px;
  margin: .62cqw 0 0 3.6cqw;
  display: block;
  border-radius: 999px;
  background: rgba(112, 146, 210, .3);
}

.neoo-business-node > i:last-child { width: 38%; opacity: .7; }
.neoo-business-node--clients { left: 22%; top: 21%; animation-delay: -1s; }
.neoo-business-node--sales { left: 50%; top: 7%; animation-delay: -3.4s; }
.neoo-business-node--support { left: 78%; top: 21%; animation-delay: -2.1s; }
.neoo-business-node--purchases { left: 9%; top: 53%; animation-delay: -4.2s; }
.neoo-business-node--projects { left: 91%; top: 53%; animation-delay: -.4s; }
.neoo-business-node--stock { left: 16%; top: 82%; animation-delay: -2.8s; }
.neoo-business-node--documents { left: 84%; top: 82%; animation-delay: -1.7s; }
.neoo-business-node--subscriptions { left: 50%; top: 94%; animation-delay: -4.9s; }

@keyframes neooBusinessPulse {
  50% { opacity: .46; transform: scale(.72); }
}

@keyframes neooBusinessFloat {
  50% { transform: translateY(-4px); }
}

@media (max-width: 1120px) {
  .neoo-journey { width: calc(100vw - 48px); }

  .neoo-product-card--business,
  .neoo-product-card--business:first-child {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 36px 42px 44px;
  }

  .neoo-product-card--business .neoo-product-card__top {
    left: 42px;
    top: 38px;
  }

  .neoo-business-visual {
    grid-column: 1;
    width: min(760px, 100%);
    margin: 50px auto 0;
  }

  .neoo-product-card--business .neoo-product-card__body {
    grid-column: 1;
    width: min(760px, 100%);
    max-width: none;
    margin: 18px auto 0;
    padding: 0;
  }

  .neoo-product-card--business .neoo-product-card__body h3 { max-width: 760px; }
}

@media (max-width: 760px) {
  .neoo-journey {
    width: calc(100vw - 32px);
    margin-top: 48px;
  }

  .neoo-product-card--business,
  .neoo-product-card--business:first-child {
    display: grid;
    padding: 24px 20px 30px;
    gap: 8px;
    border-radius: 20px;
  }

  .neoo-product-card--business .neoo-product-card__top {
    left: 22px;
    top: 24px;
    gap: 8px;
  }

  .neoo-product-card--business .neoo-product-card__top > span { font-size: 11px; }
  .neoo-product-card--business .neoo-product-card__top > small { font-size: 10px; }

  .neoo-business-visual {
    width: calc(100% + 8px);
    aspect-ratio: 760 / 590;
    margin: 54px 0 0 -4px;
  }

  .neoo-business-node {
    width: 22%;
    min-height: 16%;
    padding: 1.7cqw 1.2cqw;
  }

  .neoo-business-node--clients { left: 20%; top: 23%; }
  .neoo-business-node--sales { left: 50%; top: 8%; }
  .neoo-business-node--support { left: 80%; top: 23%; }
  .neoo-business-node--subscriptions { left: 50%; top: 92%; width: 25%; }
  .neoo-business-node--purchases,
  .neoo-business-node--projects,
  .neoo-business-node--stock,
  .neoo-business-node--documents { display: none; }

  .neoo-business-console {
    left: 27%;
    top: 29%;
    width: 46%;
    min-height: 42%;
  }

  .neoo-business-stage {
    left: 17%;
    bottom: 4%;
    width: 66%;
  }

  .neoo-product-card--business .neoo-product-card__body { margin-top: 10px; }

  .neoo-product-card--business .neoo-business-kicker {
    margin-bottom: 18px;
    gap: 12px;
    font-size: 15px;
  }

  .neoo-product-card--business .neoo-business-kicker > svg {
    width: 31px;
    height: 31px;
  }

  .neoo-product-card--business .neoo-product-card__body h3 {
    font-size: clamp(32px, 9.4vw, 38px);
  }

  .neoo-product-card--business .neoo-product-card__copy {
    margin-top: 22px;
    font-size: 17px;
  }

  .neoo-product-card--business ul {
    margin-top: 24px;
    display: grid;
    gap: 12px;
  }

  .neoo-product-card--business li { font-size: 13px; }

  .neoo-product-card--business .neoo-product-card__body > a {
    margin-top: 28px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neoo-business-node,
  .neoo-business-map__points circle { animation: none; }
}

@media (forced-colors: active) {
  .neoo-product-card--business,
  .neoo-business-console,
  .neoo-business-node { border: 1px solid CanvasText; }

  .neoo-business-map,
  .neoo-business-stage,
  .neoo-business-visual::before { display: none; }
}

/* Unified Neoo hero — 1672 × 941 reference, 2026-07-31.
   The reference uses a compact 58px display scale; the canonical title token
   remains the source and is capped only for this fixed four-line composition. */
.neoo-home--unified {
  --partner-overview-header-h: 82px;
  --neoo-reference-shell: min(calc(100% - 164px), 1508px);
  background: #f9faff;
}

.neoo-home--unified .neoo-topbar {
  position: sticky;
  top: 20px;
  width: var(--neoo-reference-shell);
  height: var(--partner-overview-header-h);
  min-height: var(--partner-overview-header-h);
  margin: 20px auto 0;
  border: 1px solid rgba(220, 225, 244, .78);
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 36px rgba(43, 53, 118, .055);
  backdrop-filter: blur(24px) saturate(135%);
}

.neoo-home--unified .neoo-topbar .site-header__inner {
  width: 100%;
  min-height: 80px;
  padding: 0 20px 0 28px;
  grid-template-columns: 270px minmax(560px, 1fr) auto;
  gap: 20px;
}

.neoo-home--unified .partner-brand--network {
  min-height: 52px;
}

.neoo-home--unified .partner-brand--network .partner-brand__neoo {
  color: #070934;
  font-size: 62px;
  font-weight: 600;
  letter-spacing: -.055em;
}

.neoo-home--unified .partner-topnav--overview {
  position: relative;
  left: -52px;
  justify-content: center;
  gap: clamp(42px, 3.95vw, 66px);
  transform: none;
}

.neoo-home--unified .partner-topnav--overview > a,
.neoo-home--unified .neoo-mega-trigger {
  min-height: 48px;
  gap: 7px;
  color: #070934;
  font-size: 14px;
  font-weight: 500;
}

.neoo-home--unified .neoo-nav-with-chevron > svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-home--unified .partner-topbar--overview .header-actions {
  gap: 16px;
  transform: none;
}

.neoo-home--unified .partner-topbar--overview .login-link {
  min-width: auto;
  min-height: 48px;
  padding-inline: 14px;
  border: 0;
  color: #070934;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}

.neoo-home--unified .partner-topbar--overview .header-cta {
  min-width: 181px;
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #4747fb 0%, #5e48f0 100%);
  box-shadow: 0 10px 24px rgba(73, 68, 244, .2);
  font-size: 14px;
  font-weight: 600;
}

.neoo-home--unified .neoo-mega {
  top: 110px;
}

.neoo-home--unified .neoo-hero {
  min-height: calc(100svh - 102px);
  background:
    radial-gradient(circle at 72% 32%, rgba(211, 219, 255, .32), transparent 26%),
    radial-gradient(circle at 86% 67%, rgba(221, 228, 255, .28), transparent 27%),
    radial-gradient(circle at 59% 88%, rgba(199, 213, 255, .25), transparent 22%),
    linear-gradient(180deg, #fcfcfe 0%, #f8f9fd 100%);
}

.neoo-home--unified .neoo-hero::before {
  inset: 0;
  opacity: 1;
  background:
    radial-gradient(ellipse at 69% 50%, rgba(255, 255, 255, .9), transparent 43%),
    radial-gradient(circle at 99% 84%, rgba(187, 202, 255, .17), transparent 24%);
  mask-image: none;
}

.neoo-home--unified .neoo-hero::after {
  content: "";
  position: absolute;
  inset: 11% -8% -22% 46%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(159, 178, 255, .13), transparent 64%);
  filter: blur(34px);
}

.neoo-home--unified .neoo-hero__grid {
  width: var(--neoo-reference-shell);
  min-height: calc(100svh - 102px);
  padding: 31px 0 38px;
  grid-template-columns: 458px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.neoo-home--unified .neoo-hero__copy {
  max-width: 458px;
  margin-top: 84px;
}

.neoo-home--unified .neoo-hero .neoo-eyebrow {
  width: max-content;
  max-width: 100%;
  min-height: 31px;
  margin: 0 0 35px;
  padding: 7px 22px 6px;
  border: 1px solid rgba(93, 91, 245, .34);
  border-radius: 9px;
  color: #4541ee;
  background: rgba(255, 255, 255, .56);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.45;
  white-space: nowrap;
}

.neoo-home--unified .neoo-hero h1 {
  color: #05062f;
  font-size: min(var(--cb-title-hero), 58px);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: initial;
}

.neoo-home--unified .neoo-hero h1 > span {
  white-space: nowrap;
}

.neoo-home--unified .neoo-hero h1 em {
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.neoo-home--unified .neoo-hero__lead {
  max-width: 435px;
  margin-top: 24px;
  color: #58658a;
  font-size: 16px;
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.68;
}

.neoo-home--unified .neoo-hero__lead > span {
  display: block;
  white-space: nowrap;
}

.neoo-home--unified .neoo-hero__actions {
  margin-top: 27px;
  gap: 27px;
  flex-wrap: nowrap;
}

.neoo-home--unified .neoo-hero__actions .neoo-button {
  min-height: 63px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.neoo-home--unified .neoo-hero__actions .neoo-button--primary {
  width: 213px;
  background: linear-gradient(100deg, #424cff 0%, #5d3df4 100%);
  box-shadow: 0 14px 32px rgba(76, 65, 245, .22);
}

.neoo-home--unified .neoo-hero__actions .neoo-button--ghost {
  width: 217px;
  padding-inline: 24px;
  border-color: rgba(65, 74, 137, .52);
  color: #070934;
  background: rgba(255, 255, 255, .7);
}

.neoo-home--unified .neoo-hero__actions .neoo-button--ghost svg {
  margin-left: auto;
}

.neoo-home--unified .neoo-hero__proof {
  width: 480px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 31px;
}

.neoo-home--unified .neoo-hero__proof li {
  display: grid;
  grid-template-columns: 31px auto;
  align-items: center;
  gap: 8px;
  color: #202952;
  font-size: 10px;
}

.neoo-home--unified .neoo-hero__proof-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(85, 86, 243, .52);
  border-radius: 50%;
  color: #5451f3;
  background: rgba(255, 255, 255, .75);
}

.neoo-home--unified .neoo-hero__proof-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.neoo-home--unified .neoo-hero__proof li > span:last-child {
  display: grid;
  gap: 3px;
}

.neoo-home--unified .neoo-hero__proof strong {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
}

.neoo-home--unified .neoo-hero__proof small {
  color: #667296;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.neoo-unified-visual {
  position: relative;
  z-index: 1;
  width: calc(100% + 35px);
  min-width: 0;
  aspect-ratio: 1060 / 750;
  margin: 0;
  transform: perspective(1100px) rotateX(var(--neoo-tilt-x, 0deg)) rotateY(var(--neoo-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.neoo-unified-scene {
  position: absolute;
  inset: 0;
  container-type: inline-size;
  isolation: isolate;
  overflow: visible;
  color: #0b1040;
}

.neoo-unified-scene::before {
  content: "";
  position: absolute;
  left: 11%;
  top: 10%;
  z-index: -2;
  width: 80%;
  height: 78%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 51%, rgba(255, 255, 255, .96) 0 28%, rgba(223, 230, 255, .5) 49%, transparent 72%);
  filter: blur(8px);
}

.neoo-unified-scene::after {
  content: "";
  position: absolute;
  left: 17%;
  right: 3%;
  bottom: 2%;
  z-index: -1;
  height: 25%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(118, 132, 255, .22), rgba(210, 218, 255, .13) 42%, transparent 72%);
  filter: blur(18px);
}

.neoo-unified-connectors {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.neoo-unified-connectors .is-flow {
  fill: none;
  stroke: url(#neoo-unified-flow);
  stroke-width: 2.1;
  stroke-linecap: round;
  filter: url(#neoo-unified-glow);
  opacity: .78;
  stroke-dasharray: 7 5;
  animation: neooUnifiedFlow 8s linear infinite;
}

.neoo-unified-connectors .is-bottom {
  stroke-width: 2.5;
}

.neoo-unified-connectors circle {
  fill: none;
  stroke: rgba(133, 113, 255, .2);
  stroke-width: 1.2;
  filter: url(#neoo-unified-glow);
  opacity: .12;
}

@keyframes neooUnifiedFlow {
  to { stroke-dashoffset: -120; }
}

.neoo-orbit-card {
  position: absolute;
  z-index: 7;
  min-height: 10.6cqw;
  padding: 1.65cqw 1.45cqw 1.2cqw;
  border: 1px solid rgba(124, 132, 214, .2);
  border-radius: 1.55cqw;
  background: rgba(255, 255, 255, .78);
  box-shadow:
    0 1.5cqw 4cqw rgba(71, 79, 154, .09),
    inset 0 0 2.5cqw rgba(158, 173, 255, .09);
  backdrop-filter: blur(18px) saturate(125%);
}

.neoo-orbit-card::after {
  content: "";
  position: absolute;
  inset: .45cqw -.4cqw -.55cqw .42cqw;
  z-index: -1;
  border: 1px solid rgba(104, 116, 214, .16);
  border-radius: inherit;
  background: rgba(249, 251, 255, .36);
  box-shadow: 0 0 2.5cqw rgba(114, 102, 255, .1);
}

.neoo-orbit-card header {
  display: flex;
  align-items: flex-start;
  gap: 1.15cqw;
}

.neoo-orbit-card header > span:last-child {
  min-width: 0;
  display: grid;
  gap: .55cqw;
}

.neoo-orbit-card__icon {
  width: 3.4cqw;
  height: 3.4cqw;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #5a55fa;
}

.neoo-orbit-card__icon svg {
  width: 2.7cqw;
  height: 2.7cqw;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.neoo-orbit-card strong {
  font-size: 1.7cqw;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.05;
  white-space: nowrap;
}

.neoo-orbit-card strong em {
  color: #4544f8;
  font-style: normal;
}

.neoo-orbit-card header small {
  color: #4f5d86;
  font-size: .92cqw;
  line-height: 1.2;
  white-space: nowrap;
}

.neoo-orbit-card > div {
  margin-top: 1.15cqw;
  display: flex;
  flex-wrap: wrap;
  gap: .7cqw;
}

.neoo-orbit-card > div span {
  padding: .55cqw .92cqw;
  border: 1px solid rgba(101, 105, 228, .16);
  border-radius: .75cqw;
  color: #4b4ee9;
  background: rgba(237, 240, 255, .58);
  font-size: .84cqw;
  line-height: 1;
  white-space: nowrap;
}

.neoo-orbit-card--starter {
  left: 22%;
  top: 2.4%;
  width: 22.3%;
}

.neoo-orbit-card--business {
  left: 58.2%;
  top: 2.6%;
  width: 24%;
}

.neoo-orbit-card--msp {
  left: .7%;
  top: 37.8%;
  width: 15%;
  min-height: 17cqw;
}

.neoo-orbit-card--accounting {
  right: 0;
  top: 40.5%;
  width: 17.3%;
  min-height: 18.2cqw;
}

.neoo-orbit-card--msp header,
.neoo-orbit-card--accounting header {
  align-items: flex-start;
}

.neoo-orbit-card--msp strong,
.neoo-orbit-card--accounting strong {
  display: grid;
  white-space: normal;
}

.neoo-orbit-card--msp header small,
.neoo-orbit-card--accounting header small {
  white-space: normal;
  overflow-wrap: anywhere;
}

.neoo-orbit-card--msp > div,
.neoo-orbit-card--accounting > div {
  align-items: flex-start;
  flex-direction: row;
}

.neoo-unified-arrow-node {
  position: absolute;
  left: 51.5%;
  top: 6.8%;
  z-index: 9;
  width: 4.4cqw;
  height: 4.4cqw;
  display: grid;
  place-items: center;
  border: .25cqw solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #9b7cff, #6350f7);
  box-shadow: 0 0 1.8cqw rgba(106, 82, 255, .72), 0 0 0 .55cqw rgba(130, 104, 255, .12);
}

.neoo-unified-arrow-node svg {
  width: 2.2cqw;
  height: 2.2cqw;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-unified-gate {
  position: absolute;
  z-index: 8;
  width: 3.6cqw;
  height: 4.6cqw;
  display: grid;
  place-items: center;
  color: #5555f7;
  filter: drop-shadow(0 0 1cqw rgba(89, 78, 255, .54));
}

.neoo-unified-gate svg {
  width: 2.8cqw;
  height: 2.8cqw;
  padding: .45cqw;
  border: 1px solid rgba(99, 95, 245, .24);
  border-radius: 35% 35% 48% 48%;
  fill: rgba(255, 255, 255, .95);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  background: rgba(255, 255, 255, .86);
}

.neoo-unified-gate--left {
  left: 17.1%;
  top: 46%;
}

.neoo-unified-gate--right {
  right: 17.3%;
  top: 47.7%;
}

.neoo-dashboard-frame {
  position: absolute;
  left: 19.2%;
  top: 20.2%;
  z-index: 5;
  width: 57.2%;
  height: 59.2%;
  padding: .75cqw;
  border: 1px solid rgba(114, 128, 211, .17);
  border-radius: 2.5cqw;
  background: rgba(255, 255, 255, .33);
  box-shadow:
    0 2.5cqw 6cqw rgba(70, 79, 153, .14),
    0 0 3.5cqw rgba(129, 119, 255, .09),
    inset 0 0 2.8cqw rgba(155, 169, 255, .1);
  transform: perspective(1100px) rotateX(1.1deg) rotateZ(.65deg);
  transform-origin: 50% 72%;
}

.neoo-dashboard-frame::before,
.neoo-dashboard-frame::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(105, 120, 210, .13);
  border-radius: inherit;
}

.neoo-dashboard-frame::before {
  inset: .8cqw -.8cqw -.8cqw .8cqw;
  z-index: -1;
}

.neoo-dashboard-frame::after {
  inset: 1.55cqw -1.5cqw -1.45cqw 1.5cqw;
  z-index: -2;
  background: rgba(244, 247, 255, .34);
}

.neoo-dashboard {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 5.4cqw 1fr;
  overflow: hidden;
  border: 1px solid rgba(97, 112, 195, .18);
  border-radius: 1.85cqw;
  background: rgba(252, 253, 255, .92);
  box-shadow: inset 0 0 2cqw rgba(122, 141, 235, .06);
}

.neoo-dashboard__rail {
  padding: 2.3cqw .9cqw 1.3cqw;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.35cqw;
  border-right: 1px solid rgba(99, 113, 186, .1);
  color: #6873ac;
  background: rgba(247, 249, 255, .88);
}

.neoo-dashboard__rail span {
  width: 2.6cqw;
  height: 2.6cqw;
  display: grid;
  place-items: center;
  border-radius: .65cqw;
}

.neoo-dashboard__rail span.is-current {
  color: #4c48f5;
  background: rgba(101, 94, 248, .1);
  box-shadow: 0 0 1.2cqw rgba(98, 82, 245, .14);
}

.neoo-dashboard__rail span.is-users {
  margin-bottom: .7cqw;
  color: #4650ed;
}

.neoo-dashboard__rail svg,
.neoo-dashboard__overview article > svg,
.neoo-dashboard__activity svg,
.neoo-dashboard__automation svg {
  width: 1.7cqw;
  height: 1.7cqw;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.neoo-dashboard__body {
  min-width: 0;
  padding: 1.7cqw 1.7cqw 1.4cqw;
}

.neoo-dashboard__top {
  min-height: 3.2cqw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.neoo-dashboard__top > strong {
  color: #080a36;
  font-size: 2.75cqw;
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: 1;
}

.neoo-dashboard__top > strong span {
  color: #5149fa;
}

.neoo-dashboard__top > span {
  min-height: 2.35cqw;
  padding: 0 .9cqw;
  display: inline-flex;
  align-items: center;
  gap: .5cqw;
  border: 1px solid rgba(99, 113, 186, .12);
  border-radius: .7cqw;
  color: #5e698e;
  background: rgba(245, 247, 255, .8);
  font-size: .66cqw;
}

.neoo-dashboard__top > span svg {
  width: 1cqw;
  height: 1cqw;
  fill: none;
  stroke: currentColor;
}

.neoo-dashboard__welcome {
  margin-top: 1.25cqw;
  padding: 1.25cqw 1.45cqw;
  display: grid;
  gap: .4cqw;
  border: 1px solid rgba(91, 109, 190, .11);
  border-radius: .95cqw;
  background: linear-gradient(105deg, rgba(255, 255, 255, .94), rgba(247, 249, 255, .82));
}

.neoo-dashboard__welcome strong {
  color: #1c24ac;
  font-size: 1.32cqw;
  font-weight: 600;
}

.neoo-dashboard__welcome small {
  color: #687398;
  font-size: .72cqw;
}

.neoo-dashboard__overview {
  margin-top: .9cqw;
}

.neoo-dashboard__overview > p,
.neoo-dashboard__section-title {
  margin: 0 0 .65cqw;
  display: block;
  color: #26305a;
  font-size: .72cqw;
  font-weight: 600;
}

.neoo-dashboard__overview > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7cqw;
}

.neoo-dashboard__overview article {
  position: relative;
  min-width: 0;
  min-height: 6.25cqw;
  padding: 1cqw .8cqw;
  display: grid;
  gap: .5cqw;
  border: 1px solid rgba(87, 104, 187, .12);
  border-radius: .8cqw;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 .5cqw 1.5cqw rgba(60, 72, 145, .06);
}

.neoo-dashboard__overview article > span {
  color: #344063;
  font-size: .62cqw;
  white-space: nowrap;
}

.neoo-dashboard__overview article > svg {
  position: absolute;
  right: .7cqw;
  bottom: 1.05cqw;
  color: #655af6;
}

.neoo-dashboard__overview article > strong {
  font-size: .95cqw;
  font-weight: 600;
  white-space: nowrap;
}

.neoo-dashboard__overview article > strong small {
  color: #30ad70;
  font-size: .58cqw;
  font-weight: 500;
}

.neoo-dashboard__lower {
  margin-top: 1.1cqw;
  display: grid;
  grid-template-columns: 1.07fr .93fr;
  gap: 1cqw;
}

.neoo-dashboard__activity,
.neoo-dashboard__automation {
  min-width: 0;
  padding: 1.05cqw 1cqw;
  border: 1px solid rgba(87, 104, 187, .11);
  border-radius: .9cqw;
  background: rgba(255, 255, 255, .72);
}

.neoo-dashboard__activity ul,
.neoo-dashboard__automation ul {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.neoo-dashboard__activity li {
  min-height: 3.9cqw;
  display: grid;
  grid-template-columns: 1.55cqw minmax(0, 1fr) auto;
  align-items: center;
  gap: .55cqw;
  border-top: 1px solid rgba(93, 108, 177, .08);
  color: #5c62eb;
}

.neoo-dashboard__activity li:first-child,
.neoo-dashboard__automation li:first-child {
  border-top: 0;
}

.neoo-dashboard__activity li > span {
  min-width: 0;
  display: grid;
  gap: .22cqw;
}

.neoo-dashboard__activity li strong {
  overflow: hidden;
  color: #252c53;
  font-size: .61cqw;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neoo-dashboard__activity li small {
  overflow: hidden;
  color: #77809d;
  font-size: .52cqw;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neoo-dashboard__activity li b,
.neoo-dashboard__automation li b {
  padding: .35cqw .55cqw;
  border-radius: .55cqw;
  color: #5260e8;
  background: rgba(83, 95, 232, .08);
  font-size: .48cqw;
  font-weight: 500;
  white-space: nowrap;
}

.neoo-dashboard__automation li {
  min-height: 2.75cqw;
  display: grid;
  grid-template-columns: 1.35cqw minmax(0, 1fr) auto;
  align-items: center;
  gap: .45cqw;
  border-top: 1px solid rgba(93, 108, 177, .08);
  color: #5c62eb;
}

.neoo-dashboard__automation li span {
  overflow: hidden;
  color: #33395c;
  font-size: .55cqw;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neoo-dashboard__automation li b {
  color: #32a765;
  background: rgba(50, 167, 101, .08);
}

.neoo-dashboard__automation > span {
  min-height: 2.4cqw;
  margin-top: .55cqw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(87, 104, 187, .1);
  border-radius: .5cqw;
  color: #5059e5;
  font-size: .55cqw;
}

.neoo-unified-platform {
  position: absolute;
  left: 14.2%;
  top: 62%;
  z-index: 1;
  width: 65.5%;
  height: 34%;
  border: 1px solid rgba(125, 134, 242, .19);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(255, 255, 255, .96) 0 12%, rgba(140, 131, 255, .2) 15%, rgba(221, 227, 255, .48) 28%, rgba(255, 255, 255, .5) 49%, transparent 70%);
  box-shadow: 0 0 4cqw rgba(111, 119, 244, .15), inset 0 0 2.5cqw rgba(124, 124, 247, .12);
  transform: perspective(560px) rotateX(55deg);
}

.neoo-unified-platform i {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(113, 115, 247, .25);
  border-radius: 50%;
}

.neoo-unified-platform i:nth-child(2) { inset: 23%; }
.neoo-unified-platform i:nth-child(3) { inset: 36%; }

.neoo-unified-platform b {
  position: absolute;
  left: 49%;
  top: 48%;
  width: 9%;
  aspect-ratio: 1;
  border-radius: 50%;
  translate: -50% -50%;
  background: #8062ff;
  box-shadow: 0 0 3cqw 1.4cqw rgba(105, 82, 255, .7);
}

.neoo-unified-core {
  position: absolute;
  left: 46%;
  top: 80.5%;
  z-index: 6;
  width: 1.1cqw;
  aspect-ratio: 1;
  border: .28cqw solid #fff;
  border-radius: 50%;
  background: #8d61ff;
  box-shadow:
    0 0 1.2cqw .45cqw rgba(139, 91, 255, .9),
    0 0 3.6cqw 1.5cqw rgba(118, 94, 255, .6);
}

.neoo-unified-capabilities {
  position: absolute;
  left: 2.5%;
  right: 6.8%;
  bottom: 0;
  z-index: 9;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5cqw;
}

.neoo-capability-pill {
  min-width: 0;
  min-height: 5.2cqw;
  padding: 0 1.45cqw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1cqw;
  border: 1px solid rgba(109, 118, 211, .18);
  border-radius: 3cqw;
  color: #4147ec;
  background: rgba(255, 255, 255, .81);
  box-shadow: 0 1cqw 2.8cqw rgba(65, 74, 151, .11), inset 0 0 1.5cqw rgba(141, 151, 255, .07);
  backdrop-filter: blur(16px);
  font-size: 1.1cqw;
  font-weight: 500;
  white-space: nowrap;
}

.neoo-capability-pill svg {
  width: 2.4cqw;
  height: 2.4cqw;
  flex: 0 0 auto;
  fill: none;
  stroke: #5657f5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

@media (min-width: 1600px) {
  .neoo-home--unified .neoo-topbar,
  .neoo-home--unified .neoo-hero__grid {
    width: 1508px;
    margin-left: calc((100vw - 1508px) / 2);
    margin-right: 0;
  }
}

@media (max-width: 1380px) and (min-width: 1121px) {
  .neoo-home--unified {
    --neoo-reference-shell: calc(100% - 64px);
  }

  .neoo-home--unified .neoo-topbar .site-header__inner {
    padding-left: 24px;
    grid-template-columns: 210px minmax(480px, 1fr) auto;
    gap: 12px;
  }

  .neoo-home--unified .partner-topnav--overview {
    gap: 24px;
  }

  .neoo-home--unified .partner-topnav--overview > a,
  .neoo-home--unified .neoo-mega-trigger {
    font-size: 13px;
  }

  .neoo-home--unified .partner-topbar--overview .header-cta {
    min-width: 162px;
  }

  .neoo-home--unified .neoo-hero__grid {
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 8px;
  }

  .neoo-home--unified .neoo-hero__copy {
    margin-top: 66px;
  }

  .neoo-home--unified .neoo-hero h1 {
    font-size: 52px;
  }

  .neoo-home--unified .neoo-hero__proof {
    gap: 19px;
  }

  .neoo-unified-visual {
    width: calc(100% + 18px);
  }
}

@media (max-width: 1120px) {
  .neoo-home--unified {
    --partner-overview-header-h: 76px;
    --neoo-reference-shell: calc(100% - 32px);
  }

  .neoo-home--unified .neoo-topbar {
    top: 16px;
    width: var(--neoo-reference-shell);
    height: var(--partner-overview-header-h);
    min-height: var(--partner-overview-header-h);
    margin-top: 16px;
  }

  .neoo-home--unified .neoo-topbar .site-header__inner {
    min-height: 74px;
    padding: 0 14px 0 20px;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .neoo-home--unified .partner-brand--network .partner-brand__neoo {
    font-size: 38px;
  }

  .neoo-home--unified .partner-topnav--overview {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 100px;
    transform: none;
  }

  .neoo-home--unified .neoo-mega {
    top: auto;
  }

  .neoo-home--unified .neoo-hero {
    min-height: auto;
  }

  .neoo-home--unified .neoo-hero__grid {
    width: var(--neoo-reference-shell);
    min-height: auto;
    padding: 78px 0 54px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .neoo-home--unified .neoo-hero__copy {
    max-width: 760px;
    margin-top: 0;
  }

  .neoo-home--unified .neoo-hero__lead {
    max-width: 650px;
    font-size: 18px;
  }

  .neoo-unified-visual {
    width: min(1060px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .neoo-home--unified {
    --partner-overview-header-h: 70px;
    --neoo-reference-shell: calc(100% - 28px);
  }

  .neoo-home--unified .neoo-topbar {
    top: 14px;
    margin-top: 14px;
    border-radius: 14px;
  }

  .neoo-home--unified .neoo-topbar .site-header__inner {
    min-height: 68px;
    padding-inline: 14px;
    gap: 8px;
  }

  .neoo-home--unified .partner-brand--network .partner-brand__neoo {
    font-size: 31px;
  }

  .neoo-home--unified .menu-toggle span {
    height: 2px;
  }

  .neoo-home--unified .partner-topnav--overview {
    left: 14px;
    right: 14px;
    top: 92px;
  }

  .neoo-home--unified .neoo-hero__grid {
    width: calc(100% - 32px);
    padding: 62px 0 48px;
    gap: 32px;
  }

  .neoo-home--unified .neoo-hero .neoo-eyebrow {
    min-height: 29px;
    margin-bottom: 27px;
    padding-inline: 13px;
    font-size: 10px;
    white-space: normal;
  }

  .neoo-home--unified .neoo-hero h1 {
    font-size: clamp(42px, 12vw, 52px);
  }

  .neoo-home--unified .neoo-hero h1 > span {
    white-space: normal;
  }

  .neoo-home--unified .neoo-hero__lead {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.55;
  }

  .neoo-home--unified .neoo-hero__lead > span {
    display: inline;
    white-space: normal;
  }

  .neoo-home--unified .neoo-hero__lead > span + span::before {
    content: " ";
  }

  .neoo-home--unified .neoo-hero__actions {
    margin-top: 28px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .neoo-home--unified .neoo-hero__actions .neoo-button {
    width: 100%;
    min-height: 56px;
  }

  .neoo-home--unified .neoo-hero__proof {
    width: 100%;
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .neoo-home--unified .neoo-hero__proof li {
    grid-template-columns: 38px auto;
    font-size: 12px;
  }

  .neoo-home--unified .neoo-hero__proof-icon {
    width: 38px;
    height: 38px;
  }

  .neoo-home--unified .neoo-hero__proof strong {
    font-size: 12px;
  }

  .neoo-home--unified .neoo-hero__proof small {
    font-size: 10px;
  }

  .neoo-unified-visual {
    width: 100%;
    height: 725px;
    aspect-ratio: auto;
    margin: 4px 0 0;
    transform: none;
  }

  .neoo-unified-scene {
    container-type: normal;
  }

  .neoo-unified-connectors,
  .neoo-unified-arrow-node,
  .neoo-unified-gate {
    display: none;
  }

  .neoo-orbit-card {
    width: calc(50% - 6px);
    min-height: 132px;
    padding: 14px 12px 11px;
    border-radius: 14px;
  }

  .neoo-orbit-card header {
    gap: 8px;
  }

  .neoo-orbit-card__icon {
    width: 28px;
    height: 28px;
  }

  .neoo-orbit-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .neoo-orbit-card strong {
    font-size: 14px;
  }

  .neoo-orbit-card header small {
    font-size: 8px;
    white-space: normal;
  }

  .neoo-orbit-card > div {
    margin-top: 10px;
    gap: 5px;
  }

  .neoo-orbit-card > div span {
    padding: 5px 7px;
    border-radius: 6px;
    font-size: 7px;
  }

  .neoo-orbit-card--starter { left: 0; top: 0; }
  .neoo-orbit-card--business { left: auto; right: 0; top: 0; }
  .neoo-orbit-card--msp { left: 0; top: 144px; }
  .neoo-orbit-card--accounting { right: 0; top: 144px; }

  .neoo-orbit-card--msp > div,
  .neoo-orbit-card--accounting > div {
    align-items: flex-start;
    flex-direction: row;
  }

  .neoo-dashboard-frame {
    left: 0;
    top: 292px;
    width: 100%;
    height: 285px;
    padding: 5px;
    border-radius: 18px;
    transform: none;
  }

  .neoo-dashboard {
    grid-template-columns: 36px 1fr;
    border-radius: 15px;
  }

  .neoo-dashboard__rail {
    padding: 18px 6px 10px;
    gap: 10px;
  }

  .neoo-dashboard__rail span {
    width: 22px;
    height: 22px;
  }

  .neoo-dashboard__rail svg {
    width: 14px;
    height: 14px;
  }

  .neoo-dashboard__body {
    padding: 12px 11px 10px;
  }

  .neoo-dashboard__top {
    min-height: 24px;
  }

  .neoo-dashboard__top > strong {
    font-size: 22px;
  }

  .neoo-dashboard__top > span {
    min-height: 20px;
    padding-inline: 7px;
    font-size: 5px;
  }

  .neoo-dashboard__welcome {
    margin-top: 8px;
    padding: 8px 10px;
    gap: 2px;
  }

  .neoo-dashboard__welcome strong {
    font-size: 9px;
  }

  .neoo-dashboard__welcome small {
    font-size: 6px;
  }

  .neoo-dashboard__overview {
    margin-top: 7px;
  }

  .neoo-dashboard__overview > p {
    margin-bottom: 5px;
    font-size: 6px;
  }

  .neoo-dashboard__overview > div {
    gap: 5px;
  }

  .neoo-dashboard__overview article {
    min-height: 56px;
    padding: 8px 5px;
    gap: 4px;
    border-radius: 7px;
  }

  .neoo-dashboard__overview article > span {
    font-size: 5px;
  }

  .neoo-dashboard__overview article > strong {
    font-size: 8px;
  }

  .neoo-dashboard__overview article > strong small {
    display: block;
    margin-top: 2px;
    font-size: 5px;
  }

  .neoo-dashboard__overview article > svg {
    right: 5px;
    bottom: 8px;
    width: 13px;
    height: 13px;
  }

  .neoo-dashboard__lower {
    display: none;
  }

  .neoo-unified-platform {
    left: -7%;
    top: 550px;
    width: 114%;
    height: 88px;
  }

  .neoo-unified-core {
    left: 50%;
    top: 584px;
    width: 8px;
    border-width: 2px;
  }

  .neoo-unified-capabilities {
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .neoo-capability-pill {
    min-height: 42px;
    padding: 0 9px;
    gap: 7px;
    border-radius: 22px;
    font-size: 8px;
  }

  .neoo-capability-pill svg {
    width: 17px;
    height: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neoo-unified-connectors .is-flow {
    animation: none;
    stroke-dasharray: none;
  }

  .neoo-unified-visual {
    transform: none;
  }
}

@media (forced-colors: active) {
  .neoo-home--unified .neoo-topbar,
  .neoo-orbit-card,
  .neoo-dashboard-frame,
  .neoo-dashboard,
  .neoo-capability-pill,
  .neoo-home--unified .neoo-hero__proof-icon {
    border: 1px solid CanvasText;
  }
}

/* Commercial Neoo hero — 1672 × 941 reference, 2026-07-31.
   Display typography follows the live Neoo Forge hero. */
.neoo-home--commercial {
  --partner-overview-header-h: 87px;
  --neoo-commercial-header-shell: min(calc(100% - 168px), 1504px);
  --neoo-commercial-hero-shell: min(calc(100% - 152px), 1520px);
  --neoo-forge-title-weight: 300;
  --neoo-forge-title-leading: 1.06;
  --neoo-commercial-ui-heading-weight: 600;
  overflow-x: clip;
  color: #07083f;
  background: #f9faff;
  font-family: var(--cb-display-font);
}

.neoo-network-banner {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 34px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(111, 124, 224, .08);
  background: linear-gradient(90deg, #f2f3ff 0%, #e9ebff 48%, #eef0ff 100%);
}

.neoo-network-banner a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #4151f3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.neoo-network-banner strong {
  color: #10165e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .19em;
}

.neoo-network-banner svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.neoo-home--commercial .neoo-topbar {
  position: sticky;
  top: 16px;
  z-index: 45;
  width: var(--neoo-commercial-header-shell);
  height: var(--partner-overview-header-h);
  min-height: var(--partner-overview-header-h);
  margin: 22px auto 0;
  border: 1px solid rgba(189, 199, 229, .84);
  border-radius: 18px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 14px 40px rgba(49, 62, 129, .055);
  backdrop-filter: blur(24px) saturate(140%);
}

.neoo-home--commercial .neoo-topbar .site-header__inner {
  width: 100%;
  min-height: 85px;
  padding: 0 20px 0 26px;
  grid-template-columns: 300px minmax(690px, 1fr) 272px;
  gap: 18px;
}

.neoo-home--commercial .partner-brand--network {
  min-height: 56px;
}

.neoo-home--commercial .partner-brand--network .partner-brand__neoo {
  color: #06082f;
  font-family: var(--cb-display-font);
  font-size: 62px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: .8;
}

.neoo-home--commercial .partner-brand--network .partner-brand__neoo > span {
  color: #5358fa;
}

.neoo-home--commercial .partner-topnav--overview {
  position: relative;
  left: -30px;
  min-width: 0;
  justify-content: center;
  gap: clamp(28px, 2.4vw, 40px);
  transform: none;
}

.neoo-home--commercial .partner-topnav--overview > a,
.neoo-home--commercial .neoo-mega-trigger {
  min-height: 48px;
  gap: 7px;
  color: #07083f;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.neoo-home--commercial .neoo-nav-with-chevron > svg,
.neoo-home--commercial .neoo-mega-trigger > svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.neoo-home--commercial .partner-topbar--overview .header-actions {
  gap: 14px;
  transform: none;
}

.neoo-home--commercial .language-select {
  display: inline-flex;
}

.neoo-home--commercial .partner-topbar--overview .login-link {
  min-width: auto;
  min-height: 48px;
  padding-inline: 10px;
  border: 0;
  color: #07083f;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.neoo-home--commercial .partner-topbar--overview .header-cta {
  min-width: 168px;
  min-height: 48px;
  padding-inline: 18px;
  border-radius: 11px;
  background: linear-gradient(92deg, #474df9 0%, #5946f3 100%);
  box-shadow: 0 11px 26px rgba(75, 70, 244, .2);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.neoo-home--commercial .neoo-mega {
  top: 116px;
}

.neoo-home--commercial .neoo-hero {
  min-height: calc(100svh - 143px);
  background:
    radial-gradient(circle at 72% 28%, rgba(216, 222, 255, .34), transparent 24%),
    radial-gradient(circle at 86% 66%, rgba(198, 211, 255, .28), transparent 29%),
    radial-gradient(circle at 47% 85%, rgba(221, 226, 255, .36), transparent 31%),
    linear-gradient(180deg, #fcfcfe 0%, #f7f8fd 72%, #f0f2ff 100%);
}

.neoo-home--commercial .neoo-hero::before {
  inset: 0;
  z-index: -2;
  opacity: 1;
  background:
    repeating-radial-gradient(ellipse at 18% 67%, transparent 0 54px, rgba(92, 112, 220, .055) 55px 56px, transparent 57px 91px),
    repeating-radial-gradient(ellipse at 76% 66%, transparent 0 74px, rgba(92, 112, 220, .045) 75px 76px, transparent 77px 118px),
    radial-gradient(circle at 3.2% 86%, rgba(87, 98, 239, .28) 0 3px, transparent 4px),
    radial-gradient(circle at 8% 97%, rgba(87, 98, 239, .24) 0 3px, transparent 4px),
    radial-gradient(circle at 35.5% 94%, rgba(255, 255, 255, .96) 0 4px, transparent 5px),
    radial-gradient(ellipse at 59% 34%, rgba(255, 255, 255, .97), transparent 46%),
    radial-gradient(circle at 99% 69%, rgba(194, 205, 255, .2), transparent 27%),
    radial-gradient(circle at 4% 90%, rgba(190, 206, 255, .16), transparent 25%);
  opacity: .72;
  -webkit-mask-image: linear-gradient(180deg, transparent 0 39%, rgba(0, 0, 0, .32) 52%, #000 68% 100%);
  mask-image: linear-gradient(180deg, transparent 0 39%, rgba(0, 0, 0, .32) 52%, #000 68% 100%);
}

.neoo-home--commercial .neoo-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -225px;
  z-index: -1;
  height: 520px;
  opacity: .42;
  background-image:
    linear-gradient(rgba(93, 111, 212, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 111, 212, .14) 1px, transparent 1px);
  background-size: 56px 44px;
  mask-image: radial-gradient(ellipse at center, #000 0 46%, transparent 76%);
  transform: perspective(560px) rotateX(64deg);
  transform-origin: center top;
}

.neoo-home--commercial .neoo-hero__grid {
  width: var(--neoo-commercial-hero-shell);
  min-height: calc(100svh - 143px);
  padding: 22px 0 38px;
  grid-template-columns: minmax(470px, 500px) minmax(0, 1fr);
  align-items: start;
  gap: 29px;
}

.neoo-home--commercial .neoo-hero__copy {
  max-width: 500px;
  margin: 48px 0 0 4px;
}

.neoo-home--commercial .neoo-hero .neoo-eyebrow {
  width: fit-content;
  min-height: 34px;
  margin: 0 0 25px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #5864ff;
  border-radius: 8px;
  color: #4052ed;
  background: rgba(255, 255, 255, .6);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.1;
  white-space: nowrap;
}

.neoo-home--commercial .neoo-hero h1 {
  max-width: 500px;
  color: #07083f;
  font-family: var(--cb-display-font);
  font-size: clamp(50px, 3.38vw, 54px);
  font-weight: var(--neoo-forge-title-weight);
  letter-spacing: -.052em;
  line-height: var(--neoo-forge-title-leading);
  text-wrap: auto;
}

.neoo-home--commercial .neoo-hero h1 > span {
  display: block;
  white-space: nowrap;
}

.neoo-home--commercial .neoo-hero h1 > span + span {
  margin-top: 3px;
}

.neoo-home--commercial .neoo-hero h1 em {
  color: inherit;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.neoo-home--commercial .neoo-hero__lead {
  max-width: 448px;
  margin: 22px 0 0;
  color: #344365;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -.018em;
  line-height: 1.55;
}

.neoo-home--commercial .neoo-hero__lead p {
  margin: 0;
}

.neoo-home--commercial .neoo-hero__lead p + p {
  margin-top: 8px;
}

.neoo-home--commercial .neoo-hero__actions {
  margin-top: 13px;
  flex-wrap: nowrap;
  gap: 16px;
}

.neoo-home--commercial .neoo-hero__actions .neoo-button {
  min-height: 55px;
  padding-inline: 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.neoo-home--commercial .neoo-hero__actions .neoo-button--primary {
  width: 238px;
  min-width: 238px;
  padding-inline: 10px;
  flex: 0 0 238px;
  font-size: 15px;
  white-space: nowrap;
  background: linear-gradient(92deg, #484cf8 0%, #5744f2 100%);
  box-shadow: 0 14px 30px rgba(72, 68, 244, .22);
}

.neoo-home--commercial .neoo-hero__actions .neoo-button--ghost {
  min-width: 149px;
  border-color: #5360f3;
  color: #111457;
  background: rgba(255, 255, 255, .72);
}

.neoo-hero__tertiary {
  width: fit-content;
  min-height: 30px;
  margin-top: 13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #3e4ef2;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.neoo-hero__tertiary svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.neoo-home--commercial .neoo-hero__proof {
  margin: 19px 0 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
}

.neoo-home--commercial .neoo-hero__proof li {
  min-width: 0;
  gap: 8px;
  color: #394563;
  font-size: 11.5px;
  font-weight: 500;
  white-space: nowrap;
}

.neoo-home--commercial .neoo-hero__proof-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5864ff;
  border-radius: 50%;
  color: #4c55f5;
  background: rgba(255, 255, 255, .66);
}

.neoo-home--commercial .neoo-hero__proof-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.neoo-commercial-visual {
  --neoo-tilt-x: 0deg;
  --neoo-tilt-y: 0deg;
  position: relative;
  z-index: 1;
  width: calc(100% + 24px);
  min-width: 0;
  aspect-ratio: 1015 / 716;
  margin: 0 -24px 0 0;
  transform: perspective(1500px) rotateX(var(--neoo-tilt-x)) rotateY(var(--neoo-tilt-y));
  transform-style: preserve-3d;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.neoo-commercial-scene {
  position: absolute;
  inset: 0;
  isolation: isolate;
  container-type: inline-size;
}

.neoo-commercial-scene::before {
  content: "";
  position: absolute;
  inset: 4% -3% -4%;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 55% 44%, rgba(255, 255, 255, .98) 0 28%, rgba(210, 219, 255, .45) 56%, transparent 76%),
    radial-gradient(circle at 80% 56%, rgba(132, 114, 255, .2), transparent 36%);
  filter: blur(12px);
}

.neoo-commercial-scene::after {
  content: "";
  position: absolute;
  left: 5%;
  right: -3%;
  bottom: -1%;
  z-index: -1;
  height: 22%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(97, 91, 245, .28), rgba(126, 154, 255, .1) 46%, transparent 73%);
  filter: blur(18px);
}

.neoo-commercial-frame {
  position: absolute;
  inset: 1.8% 1.2% 2.3% .3%;
  padding: .75cqw;
  border: .2cqw solid rgba(197, 203, 245, .9);
  border-radius: 3.2cqw;
  background: rgba(255, 255, 255, .66);
  box-shadow:
    0 3.2cqw 6cqw rgba(75, 77, 173, .19),
    0 .7cqw 1.4cqw rgba(110, 95, 251, .16),
    inset 0 0 2.2cqw rgba(126, 125, 255, .18);
  transform: rotate(-1.15deg);
  transform-origin: 52% 50%;
}

.neoo-commercial-frame::before,
.neoo-commercial-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.neoo-commercial-frame::before {
  inset: -.75cqw .55cqw .75cqw -.55cqw;
  z-index: -1;
  border: .16cqw solid rgba(125, 120, 252, .28);
  background: rgba(255, 255, 255, .26);
}

.neoo-commercial-frame::after {
  inset: .35cqw;
  z-index: 3;
  border: .12cqw solid rgba(255, 255, 255, .92);
  box-shadow: inset 0 0 1.8cqw rgba(99, 112, 240, .11);
}

.neoo-commercial-dashboard {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 5.2cqw 13.8cqw minmax(0, 1fr);
  overflow: hidden;
  border: .12cqw solid rgba(210, 217, 238, .92);
  border-radius: 2.55cqw;
  color: #0c1740;
  background: rgba(255, 255, 255, .93);
  box-shadow: inset 0 0 4cqw rgba(122, 144, 240, .055);
}

.neoo-commercial-rail {
  min-width: 0;
  padding: .7cqw 0 1.75cqw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: .1cqw solid #e2e6f2;
  background: linear-gradient(180deg, rgba(250, 252, 255, .98), rgba(247, 249, 255, .92));
}

.neoo-commercial-rail svg,
.neoo-commercial-sidebar svg {
  width: 1.65cqw;
  height: 1.65cqw;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-commercial-rail__menu {
  width: 3.2cqw;
  height: 3.2cqw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .72cqw;
  color: #4d55f5;
  background: #eef1ff;
}

.neoo-commercial-rail nav {
  width: 100%;
  margin-top: 1.05cqw;
}

.neoo-commercial-rail ul {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.neoo-commercial-rail li {
  min-height: 4.1cqw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #617091;
}

.neoo-commercial-rail li span,
.neoo-commercial-rail footer > span {
  width: 2.8cqw;
  height: 2.8cqw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .65cqw;
}

.neoo-commercial-rail li:nth-child(4) { color: #5264e8; }

.neoo-commercial-rail footer {
  margin-top: auto;
  display: grid;
  justify-items: center;
  gap: 1cqw;
  color: #6e7b98;
}

.neoo-commercial-rail footer b {
  width: 3cqw;
  height: 3cqw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #39445f;
  background: #dfe5f0;
  font-size: 1.1cqw;
  font-weight: 500;
}

.neoo-commercial-sidebar {
  min-width: 0;
  padding: 2.8cqw .55cqw 1.8cqw;
  display: flex;
  flex-direction: column;
  border-right: .12cqw solid #e2e6f2;
  background: linear-gradient(180deg, rgba(249, 251, 255, .96), rgba(255, 255, 255, .9));
}

.neoo-commercial-sidebar header {
  min-height: 2.5cqw;
  padding-left: .85cqw;
  display: flex;
  align-items: center;
  color: #5c6c92;
  font-size: .82cqw;
  font-weight: 600;
  letter-spacing: .035em;
}

.neoo-commercial-sidebar nav {
  margin-top: .4cqw;
}

.neoo-commercial-sidebar ul,
.neoo-commercial-donut ul,
.neoo-commercial-pipeline ul,
.neoo-commercial-opportunities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.neoo-commercial-sidebar nav li {
  min-height: 4.3cqw;
  padding: 0 .75cqw;
  display: flex;
  align-items: center;
  gap: .8cqw;
  border-radius: .85cqw;
  color: #354461;
  font-size: 1.08cqw;
  font-weight: 500;
  white-space: nowrap;
}

.neoo-commercial-sidebar nav li.is-current {
  color: #215ef2;
  background: linear-gradient(90deg, #eff3ff, #f5f6ff);
  box-shadow: inset 0 0 0 .1cqw rgba(104, 116, 237, .09);
}

.neoo-commercial-canvas {
  min-width: 0;
  padding: 2.65cqw 2.5cqw 2cqw 3.3cqw;
  background:
    linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)),
    radial-gradient(circle at 74% 26%, rgba(216, 223, 255, .32), transparent 37%);
}

.neoo-commercial-topline {
  min-height: 2.9cqw;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 1.3cqw;
}

.neoo-commercial-topline h2 {
  margin: 0;
  color: #090f31;
  font-family: var(--cb-display-font);
  font-size: 2.05cqw;
  font-weight: var(--neoo-commercial-ui-heading-weight);
  letter-spacing: -.035em;
  line-height: 1.1;
  white-space: nowrap;
}

.neoo-commercial-privacy,
.neoo-commercial-period {
  min-height: 3.4cqw;
  padding: 0 1cqw;
  display: inline-flex;
  align-items: center;
  gap: .65cqw;
  border: .1cqw solid #dfe4f0;
  border-radius: .9cqw;
  color: #64708d;
  background: rgba(250, 251, 255, .92);
  font-size: .92cqw;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.neoo-commercial-privacy {
  justify-self: start;
}

.neoo-commercial-period {
  justify-self: end;
  color: #202944;
}

.neoo-commercial-privacy svg,
.neoo-commercial-period svg {
  width: 1.45cqw;
  height: 1.45cqw;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-commercial-period svg:last-child {
  width: 1.15cqw;
}

.neoo-commercial-metrics {
  margin-top: .9cqw;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1cqw;
}

.neoo-commercial-metric {
  position: relative;
  min-width: 0;
  min-height: 11.45cqw;
  padding: 1.35cqw 1.05cqw 1cqw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: .11cqw solid #e0e5f1;
  border-radius: 1.15cqw;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 .8cqw 1.7cqw rgba(49, 62, 118, .045);
}

.neoo-commercial-metric__icon {
  width: 2.9cqw;
  height: 2.9cqw;
  margin-bottom: .65cqw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .75cqw;
  color: #3473f7;
  background: #eef4ff;
}

.neoo-commercial-metric__icon svg {
  width: 1.8cqw;
  height: 1.8cqw;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.neoo-commercial-metric > small {
  overflow: hidden;
  color: #5e6984;
  font-size: .92cqw;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neoo-commercial-metric > strong {
  margin-top: .45cqw;
  overflow: hidden;
  color: #101832;
  font-size: 1.5cqw;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neoo-commercial-metric > b {
  margin-top: auto;
  color: #13aa68;
  font-size: 1.02cqw;
  font-weight: 600;
}

.neoo-commercial-metric--green .neoo-commercial-metric__icon { color: #1ab174; background: #ecfbf4; }
.neoo-commercial-metric--cyan .neoo-commercial-metric__icon { color: #2ea8c7; background: #eafaff; }
.neoo-commercial-metric--orange .neoo-commercial-metric__icon { color: #f19818; background: #fff6e8; }
.neoo-commercial-metric--violet .neoo-commercial-metric__icon { color: #7558f1; background: #f2efff; }
.neoo-commercial-metric--purple .neoo-commercial-metric__icon { color: #8767ed; background: #f5f1ff; }

.neoo-commercial-grid {
  position: relative;
  min-height: 0;
  height: 44.2cqw;
  margin-top: 2.1cqw;
  display: block;
}

.neoo-commercial-panel {
  min-width: 0;
  overflow: hidden;
  border: .11cqw solid #e0e5f1;
  border-radius: 1.35cqw;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 .8cqw 1.7cqw rgba(49, 62, 118, .035);
}

.neoo-commercial-panel > strong,
.neoo-commercial-chart header > strong {
  color: #17203d;
  font-size: 1.2cqw;
  font-weight: 600;
  letter-spacing: -.015em;
}

.neoo-commercial-chart {
  position: absolute;
  left: -.4cqw;
  top: 0;
  width: 55.7%;
  height: 26.7cqw;
  padding: 1.45cqw 1.55cqw 1.05cqw;
}

.neoo-commercial-chart header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .62cqw;
}

.neoo-commercial-chart header > span {
  display: inline-flex;
  align-items: center;
  gap: .45cqw;
  color: #6c7793;
  font-size: .65cqw;
  font-weight: 500;
  white-space: nowrap;
}

.neoo-commercial-chart header i {
  width: .7cqw;
  height: .2cqw;
  display: inline-block;
  border-radius: 1px;
  background: #2f73f5;
}

.neoo-commercial-chart header i:nth-of-type(2) { background: #7659ef; }
.neoo-commercial-chart header i:nth-of-type(3) { background: #18af7a; }

.neoo-commercial-chart__value {
  position: absolute;
  right: 1.45cqw;
  top: 1.55cqw;
  z-index: 2;
  min-width: 7.7cqw;
  min-height: 5.7cqw;
  padding: .8cqw 1cqw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  border: .1cqw solid #e4e8f2;
  border-radius: .9cqw;
  background: rgba(255, 255, 255, .88);
}

.neoo-commercial-chart__value strong {
  color: #16aa6d;
  font-size: 1.25cqw;
  font-weight: 600;
}

.neoo-commercial-chart__value small {
  margin-top: .25cqw;
  color: #7a849e;
  font-size: .63cqw;
}

.neoo-commercial-chart > svg {
  position: absolute;
  left: 2cqw;
  right: auto;
  top: 5.6cqw;
  width: calc(100% - 4.1cqw);
  height: 19.5cqw;
  margin: 0;
  overflow: visible;
}

.neoo-commercial-chart__axis {
  position: absolute;
  left: 1.55cqw;
  top: 6.5cqw;
  bottom: 2.65cqw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #75829d;
  font-size: .7cqw;
  line-height: 1;
  white-space: nowrap;
}

.neoo-commercial-chart__grid path {
  fill: none;
  stroke: #e7ebf3;
  stroke-width: 1;
  stroke-dasharray: 3 5;
}

.neoo-commercial-chart svg > path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.neoo-commercial-chart .is-target {
  stroke: #20b57b;
  stroke-width: 2.4;
  stroke-dasharray: 5 5;
}

.neoo-commercial-chart .is-forecast {
  stroke: #7655f1;
  stroke-width: 3;
  stroke-dasharray: 6 5;
}

.neoo-commercial-chart .is-actual {
  stroke: #3077f7;
  stroke-width: 4;
}

.neoo-commercial-chart__dots circle {
  fill: #3077f7;
  stroke: #fff;
  stroke-width: 2;
}

.neoo-commercial-chart__months {
  position: absolute;
  left: 4.4cqw;
  right: 1.4cqw;
  bottom: .85cqw;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  color: #7d879f;
  font-size: .65cqw;
  text-align: center;
}

.neoo-commercial-donut {
  position: absolute;
  right: .5cqw;
  top: 1cqw;
  width: 41.3%;
  height: 22.9cqw;
  padding: 1.45cqw;
}

.neoo-commercial-donut > div {
  height: calc(100% - 2.4cqw);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: .8cqw;
}

.neoo-commercial-donut__ring {
  position: relative;
  width: 12.8cqw;
  aspect-ratio: 1;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: conic-gradient(#3177f6 0 72%, #f6a21a 72% 82%, #3177f6 82% 100%);
  transform: rotate(226deg);
}

.neoo-commercial-donut__ring::before {
  content: "";
  position: absolute;
  inset: 2.5cqw;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 1.4cqw rgba(49, 80, 175, .05);
}

.neoo-commercial-donut__ring b {
  position: relative;
  z-index: 1;
  color: #111932;
  font-size: 2.1cqw;
  font-weight: 600;
  transform: rotate(-226deg);
}

.neoo-commercial-donut li {
  min-height: 2.4cqw;
  display: grid;
  grid-template-columns: .7cqw minmax(0, 1fr) auto;
  align-items: center;
  gap: .65cqw;
  color: #56617c;
  font-size: .85cqw;
}

.neoo-commercial-donut li > span {
  width: .65cqw;
  height: .65cqw;
  border-radius: 50%;
  background: var(--legend-color);
}

.neoo-commercial-donut li b { font-weight: 500; }
.neoo-commercial-donut li small { color: #78829b; font-size: inherit; }

.neoo-commercial-pipeline {
  position: absolute;
  left: -.8cqw;
  top: 29.1cqw;
  width: 55.7%;
  height: 12.05cqw;
  padding: 1.15cqw 1.4cqw;
}

.neoo-commercial-pipeline ul {
  height: calc(100% - 2.1cqw);
  margin-top: .55cqw;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: .8cqw;
}

.neoo-commercial-pipeline li {
  min-width: 0;
  display: grid;
  grid-template-rows: auto .6cqw auto;
  gap: .45cqw;
  color: #71809b;
  font-size: .65cqw;
  text-align: center;
}

.neoo-commercial-pipeline li strong {
  color: var(--pipeline-color);
  font-size: 1.45cqw;
  font-weight: 600;
}

.neoo-commercial-pipeline li i {
  width: 100%;
  height: .55cqw;
  border-radius: .4cqw;
  background: var(--pipeline-color);
}

.neoo-commercial-opportunities {
  position: absolute;
  right: .5cqw;
  top: 25.95cqw;
  width: 41.3%;
  height: 18.45cqw;
  padding: 1.15cqw 1.25cqw;
}

.neoo-commercial-opportunities > div {
  height: calc(100% - 1.8cqw);
  margin-top: .35cqw;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: .65cqw;
}

.neoo-commercial-opportunities li {
  min-height: 2.75cqw;
  padding: 0 .6cqw;
  display: flex;
  align-items: center;
  gap: .6cqw;
  border: .08cqw solid #edf0f6;
  border-radius: .65cqw;
  color: #35415f;
  font-size: .78cqw;
  white-space: nowrap;
}

.neoo-commercial-opportunities li svg {
  width: 1.45cqw;
  height: 1.45cqw;
  flex: 0 0 auto;
  fill: none;
  stroke: #27b276;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.neoo-commercial-opportunities li:nth-child(2) svg { stroke: #3779f6; }
.neoo-commercial-opportunities li:nth-child(3) svg { stroke: #f39b18; }

.neoo-commercial-murphy {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #11183b;
  text-align: center;
}

.neoo-commercial-murphy > i {
  position: relative;
  width: 6.8cqw;
  aspect-ratio: 1;
  margin-bottom: .35cqw;
  border: .17cqw solid rgba(101, 94, 250, .42);
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 12%, #665af7 14% 22%, rgba(120, 107, 255, .18) 24% 42%, transparent 44%),
    repeating-radial-gradient(circle, rgba(101, 90, 245, .22) 0 .08cqw, transparent .12cqw .65cqw);
  box-shadow: 0 0 2.4cqw rgba(101, 90, 245, .35), inset 0 0 1.2cqw rgba(111, 103, 255, .28);
  animation: neooMurphyPulse 3.6s ease-in-out infinite;
}

.neoo-commercial-murphy > i::before,
.neoo-commercial-murphy > i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.neoo-commercial-murphy > i::before { width: 2.2cqw; height: .18cqw; }
.neoo-commercial-murphy > i::after { width: .18cqw; height: 2.2cqw; }

.neoo-commercial-murphy b {
  font-size: 1cqw;
  font-weight: 600;
}

.neoo-commercial-murphy small {
  margin-top: .18cqw;
  color: #66728e;
  font-size: .58cqw;
}

.neoo-commercial-spark {
  position: absolute;
  z-index: 6;
  width: .45cqw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1.4cqw .35cqw rgba(111, 92, 255, .72);
  animation: neooCommercialSpark 4.4s ease-in-out infinite;
}

.neoo-commercial-spark--one { left: 8%; top: 19%; }
.neoo-commercial-spark--two { right: 2%; top: 52%; animation-delay: -1.4s; }
.neoo-commercial-spark--three { left: 46%; bottom: 1%; animation-delay: -2.6s; }

@keyframes neooMurphyPulse {
  0%, 100% { scale: 1; filter: saturate(1); }
  50% { scale: 1.04; filter: saturate(1.2); }
}

@keyframes neooCommercialSpark {
  0%, 100% { opacity: .35; scale: .75; }
  50% { opacity: 1; scale: 1.15; }
}

@media (max-width: 1500px) and (min-width: 1121px) {
  .neoo-home--commercial {
    --neoo-commercial-header-shell: calc(100% - 64px);
    --neoo-commercial-hero-shell: calc(100% - 56px);
  }

  .neoo-home--commercial .neoo-topbar .site-header__inner {
    padding-left: 22px;
    grid-template-columns: 230px minmax(620px, 1fr) 252px;
    gap: 12px;
  }

  .neoo-home--commercial .partner-brand--network .partner-brand__neoo { font-size: 52px; }
  .neoo-home--commercial .partner-topnav--overview { gap: clamp(16px, 1.55vw, 24px); }
  .neoo-home--commercial .partner-topnav--overview > a,
  .neoo-home--commercial .neoo-mega-trigger { font-size: 13px; }
  .neoo-home--commercial .partner-topbar--overview .header-cta { min-width: 154px; }

  .neoo-home--commercial .neoo-hero__grid {
    grid-template-columns: minmax(415px, 460px) minmax(0, 1fr);
    gap: 14px;
  }

  .neoo-commercial-visual {
    width: calc(100% + 12px);
    margin-right: -12px;
  }

  .neoo-home--commercial .neoo-hero__copy { max-width: 460px; }
  .neoo-home--commercial .neoo-hero h1 { font-size: clamp(47px, 3.7vw, 53px); }
  .neoo-home--commercial .neoo-hero__lead { max-width: 420px; font-size: 17px; }
  .neoo-home--commercial .neoo-hero__actions .neoo-button--primary { min-width: 220px; }
  .neoo-home--commercial .neoo-hero__proof { gap: 10px; }
  .neoo-home--commercial .neoo-hero__proof li { font-size: 10.5px; }
}

@media (max-width: 1120px) {
  .neoo-home--commercial {
    --partner-overview-header-h: 76px;
    --neoo-commercial-header-shell: calc(100% - 32px);
    --neoo-commercial-hero-shell: calc(100% - 40px);
  }

  .neoo-home--commercial .neoo-topbar {
    top: 14px;
    height: var(--partner-overview-header-h);
    min-height: var(--partner-overview-header-h);
    margin-top: 16px;
    border-radius: 16px;
  }

  .neoo-home--commercial .neoo-topbar .site-header__inner {
    min-height: 74px;
    padding: 0 15px 0 20px;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .neoo-home--commercial .partner-brand--network .partner-brand__neoo { font-size: 39px; }

  .neoo-home--commercial .partner-topnav--overview {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 106px;
    transform: none;
  }

  .neoo-home--commercial .neoo-mega { top: auto; }

  .neoo-home--commercial .neoo-hero,
  .neoo-home--commercial .neoo-hero__grid {
    min-height: auto;
  }

  .neoo-home--commercial .neoo-hero__grid {
    padding: 56px 0 62px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .neoo-home--commercial .neoo-hero__copy {
    max-width: 720px;
    margin-top: 0;
    margin-left: 0;
  }

  .neoo-home--commercial .neoo-hero h1 { max-width: 650px; }
  .neoo-home--commercial .neoo-hero__lead { max-width: 620px; }
  .neoo-home--commercial .neoo-hero__proof { max-width: 600px; }

  .neoo-commercial-visual {
    width: min(1015px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .neoo-home--commercial {
    --partner-overview-header-h: 70px;
    --neoo-commercial-header-shell: calc(100% - 28px);
    --neoo-commercial-hero-shell: calc(100% - 32px);
  }

  .neoo-network-banner {
    height: 38px;
    min-height: 38px;
    padding-inline: 14px;
  }

  .neoo-network-banner a {
    min-height: 38px;
    gap: 7px;
    font-size: 10px;
  }

  .neoo-network-banner strong {
    font-size: 9px;
    letter-spacing: .12em;
  }

  .neoo-network-banner a > span[aria-hidden] { display: none; }
  .neoo-network-banner svg { width: 14px; height: 14px; }

  .neoo-home--commercial .neoo-topbar {
    top: 12px;
    margin-top: 12px;
    border-radius: 14px;
  }

  .neoo-home--commercial .neoo-topbar .site-header__inner {
    min-height: 68px;
    padding-inline: 14px;
    gap: 8px;
  }

  .neoo-home--commercial .partner-brand--network .partner-brand__neoo { font-size: 31px; }
  .neoo-home--commercial .partner-topnav--overview { left: 14px; right: 14px; top: 100px; }

  .neoo-home--commercial .neoo-hero__grid {
    padding: 48px 0 56px;
    gap: 34px;
  }

  .neoo-home--commercial .neoo-hero .neoo-eyebrow {
    min-height: 31px;
    margin-bottom: 22px;
    padding-inline: 11px;
    font-size: 9px;
    white-space: normal;
  }

  .neoo-home--commercial .neoo-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.8vw, 38px);
    line-height: 1.06;
  }

  .neoo-home--commercial .neoo-hero h1 > span { white-space: normal; }
  .neoo-home--commercial .neoo-hero h1 > span + span { margin-top: 0; }

  .neoo-home--commercial .neoo-hero__lead {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.52;
  }

  .neoo-home--commercial .neoo-hero__lead p + p { margin-top: 10px; }

  .neoo-home--commercial .neoo-hero__actions {
    margin-top: 26px;
    flex-direction: column;
    gap: 11px;
  }

  .neoo-home--commercial .neoo-hero__actions .neoo-button {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    min-height: 55px;
    height: 55px;
  }

  .neoo-hero__tertiary { margin-top: 14px; }

  .neoo-home--commercial .neoo-hero__proof {
    margin-top: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .neoo-home--commercial .neoo-hero__proof li { font-size: 12px; }

  .neoo-commercial-visual {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    margin: 0;
    transform: none;
  }

  .neoo-commercial-scene {
    position: relative;
    inset: auto;
    min-height: 965px;
    container-type: normal;
  }

  .neoo-commercial-frame {
    inset: 0;
    padding: 6px;
    border-width: 1px;
    border-radius: 21px;
    transform: none;
  }

  .neoo-commercial-frame::before { inset: -3px 3px 3px -3px; border-width: 1px; }
  .neoo-commercial-frame::after { inset: 3px; border-width: 1px; }

  .neoo-commercial-dashboard {
    display: block;
    border-width: 1px;
    border-radius: 16px;
  }

  .neoo-commercial-rail,
  .neoo-commercial-sidebar { display: none; }

  .neoo-commercial-canvas {
    height: 100%;
    padding: 18px 12px 16px;
    overflow: hidden;
  }

  .neoo-commercial-topline {
    min-height: 48px;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 8px;
  }

  .neoo-commercial-topline h2 { font-size: 18px; }
  .neoo-commercial-privacy { display: none; }

  .neoo-commercial-period {
    min-height: 30px;
    padding: 0 8px;
    gap: 5px;
    border-width: 1px;
    border-radius: 8px;
    font-size: 9px;
  }

  .neoo-commercial-period svg { width: 13px; height: 13px; }
  .neoo-commercial-period svg:last-child { width: 10px; }

  .neoo-commercial-metrics {
    margin-top: 4px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .neoo-commercial-metric {
    min-height: 86px;
    padding: 9px 8px 8px;
    border-width: 1px;
    border-radius: 10px;
  }

  .neoo-commercial-metric__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    border-radius: 6px;
  }

  .neoo-commercial-metric__icon svg { width: 15px; height: 15px; }
  .neoo-commercial-metric > small { font-size: 9px; }
  .neoo-commercial-metric > strong { margin-top: 4px; font-size: 11px; }
  .neoo-commercial-metric > b { margin-top: 5px; font-size: 9px; }

  .neoo-commercial-grid {
    position: relative;
    height: auto;
    margin-top: 9px;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    grid-template-rows: 270px 150px 190px;
    gap: 8px;
  }

  .neoo-commercial-chart,
  .neoo-commercial-donut,
  .neoo-commercial-pipeline,
  .neoo-commercial-opportunities {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
  }

  .neoo-commercial-panel {
    border-width: 1px;
    border-radius: 11px;
  }

  .neoo-commercial-panel > strong,
  .neoo-commercial-chart header > strong { font-size: 11px; }

  .neoo-commercial-chart {
    grid-column: 1 / -1;
    padding: 12px 10px 8px;
  }

  .neoo-commercial-chart header > span { font-size: 7px; gap: 4px; }
  .neoo-commercial-chart header i { width: 7px; height: 2px; }

  .neoo-commercial-chart__value {
    right: 10px;
    top: 45px;
    min-width: 70px;
    min-height: 48px;
    padding: 7px 9px;
    border-width: 1px;
    border-radius: 8px;
  }

  .neoo-commercial-chart__value strong { font-size: 12px; }
  .neoo-commercial-chart__value small { margin-top: 2px; font-size: 7px; }

  .neoo-commercial-chart > svg {
    left: 38px;
    right: auto;
    top: 55px;
    width: calc(100% - 45px);
    height: 205px;
    margin: 0;
  }

  .neoo-commercial-chart__axis {
    left: 8px;
    top: 58px;
    bottom: 27px;
    font-size: 6px;
  }

  .neoo-commercial-chart__months {
    left: 38px;
    right: 7px;
    bottom: 6px;
    font-size: 6px;
  }

  .neoo-commercial-donut { padding: 11px; }
  .neoo-commercial-donut > div { height: calc(100% - 20px); grid-template-columns: 1fr; gap: 3px; }
  .neoo-commercial-donut__ring { width: 82px; }
  .neoo-commercial-donut__ring::before { inset: 17px; }
  .neoo-commercial-donut__ring b { font-size: 16px; }
  .neoo-commercial-donut ul { display: none; }

  .neoo-commercial-pipeline { padding: 10px 9px; }
  .neoo-commercial-pipeline ul {
    height: calc(100% - 20px);
    margin-top: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 5px 8px;
  }
  .neoo-commercial-pipeline li { grid-template-rows: auto 5px auto; gap: 4px; font-size: 7px; }
  .neoo-commercial-pipeline li strong { font-size: 13px; }
  .neoo-commercial-pipeline li i { height: 5px; border-radius: 4px; }

  .neoo-commercial-opportunities {
    grid-column: 1 / -1;
    padding: 10px;
  }

  .neoo-commercial-opportunities > div {
    height: calc(100% - 20px);
    margin-top: 4px;
    grid-template-columns: 1.3fr .7fr;
    gap: 7px;
  }

  .neoo-commercial-opportunities li {
    min-height: 38px;
    padding: 0 8px;
    gap: 6px;
    border-width: 1px;
    border-radius: 7px;
    font-size: 9px;
    white-space: normal;
  }

  .neoo-commercial-opportunities li svg { width: 17px; height: 17px; }
  .neoo-commercial-murphy > i { width: 78px; border-width: 2px; }
  .neoo-commercial-murphy > i::before { width: 24px; height: 2px; }
  .neoo-commercial-murphy > i::after { width: 2px; height: 24px; }
  .neoo-commercial-murphy b { font-size: 12px; }
  .neoo-commercial-murphy small { margin-top: 2px; font-size: 8px; }

  .neoo-commercial-spark { display: none; }
}

@media (max-width: 390px) {
  .neoo-network-banner a { font-size: 9px; }
  .neoo-network-banner strong { font-size: 8px; }
  .neoo-home--commercial .neoo-hero h1 { font-size: clamp(33px, 9.8vw, 37.5px); }
  .neoo-commercial-scene { min-height: 990px; }
  .neoo-commercial-topline h2 { font-size: 16px; }
  .neoo-commercial-period { font-size: 8px; }
  .neoo-commercial-metric > small { font-size: 8px; }
  .neoo-commercial-metric > strong { font-size: 10px; }
  .neoo-commercial-opportunities li { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .neoo-commercial-visual,
  .neoo-commercial-frame {
    transform: none;
  }

  .neoo-commercial-murphy > i,
  .neoo-commercial-spark {
    animation: none;
  }
}

@media (forced-colors: active) {
  .neoo-network-banner,
  .neoo-home--commercial .neoo-topbar,
  .neoo-home--commercial .neoo-hero .neoo-eyebrow,
  .neoo-home--commercial .neoo-hero__proof-icon,
  .neoo-commercial-frame,
  .neoo-commercial-dashboard,
  .neoo-commercial-metric,
  .neoo-commercial-panel {
    border: 1px solid CanvasText;
  }
}

/* Neoo Solutions & Marketplace megas — visual composition (20260817-neoo-exchange-menu-1). */
.neoo-home .neoo-solutions-visual-panel {
  --neoo-solutions-gutter: clamp(24px, 2.8vw, 48px);
  left: var(--neoo-solutions-gutter);
  right: var(--neoo-solutions-gutter);
  top: calc(var(--partner-overview-header-h) + 4px);
  width: auto;
  height: auto;
  min-height: 0;
  max-height: calc(100dvh - var(--partner-overview-header-h) - 46px);
  padding: clamp(20px, 2.2vw, 30px) clamp(20px, 2.4vw, 34px);
  border: 1px solid rgba(202, 211, 234, .92);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 38%, rgba(239, 243, 255, .8), transparent 25%),
    rgba(255, 255, 255, .985);
  box-shadow: 0 28px 78px rgba(27, 36, 91, .16);
  backdrop-filter: blur(30px) saturate(130%);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(89, 92, 190, .34) transparent;
}
.neoo-sv {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 330px) minmax(0, 1fr) minmax(0, 1.16fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}
.neoo-sv [hidden] { display: none !important; }

.neoo-sv__promo {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-height: 520px;
  padding: 30px 28px 26px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(158deg, #14183c 0%, #1f2560 34%, #4429cf 76%, #6a3bf0 100%);
  border-radius: 22px;
  isolation: isolate;
}
.neoo-sv__promo > svg { position: absolute; inset: auto -30px -34px auto; z-index: -1; width: 240px; height: 320px; opacity: .9; pointer-events: none; }
.neoo-sv__eyebrow { margin: 0; color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.neoo-sv__title { max-width: 240px; font-size: clamp(24px, 1.9vw, 30px); font-weight: 650; letter-spacing: -.02em; line-height: 1.22; }
.neoo-sv__subtitle { max-width: 210px; margin: 0; color: rgba(255, 255, 255, .74); font-size: 14.5px; line-height: 1.5; }
.neoo-sv__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: auto;
  padding: 12px 19px;
  color: #101737;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  transition: transform .18s ease, box-shadow .18s ease;
}
.neoo-sv__cta > svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.neoo-sv__cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(8, 12, 40, .4); }

.neoo-sv__heading { margin: 2px 0 14px; color: #12203f; font-size: 15px; font-weight: 650; letter-spacing: -.01em; }
.neoo-sv__offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.neoo-sv__offer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 172px;
  padding: 18px 18px 40px;
  background: #fff;
  border: 1px solid #e3e8f6;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(31, 48, 110, .05);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.neoo-sv__offer:hover,
.neoo-sv__offer:focus-visible { transform: translateY(-2px); border-color: #b7c4f1; box-shadow: 0 16px 34px rgba(38, 58, 132, .13); }
.neoo-sv__offer.is-featured { border: 1.6px solid #8a5cf6; box-shadow: 0 14px 36px rgba(122, 63, 242, .16); }
.neoo-sv__offer.is-featured:hover { border-color: #7743f2; }
.neoo-sv__art { display: grid; width: 76px; height: 62px; margin-bottom: 7px; place-items: center; }
.neoo-sv__art > svg { width: 100%; height: 100%; }
.neoo-sv__copy { display: grid; gap: 4px; }
.neoo-sv__copy strong { color: #12203f; font-size: 15.5px; font-weight: 650; letter-spacing: -.012em; }
.neoo-sv__copy small { color: #5d6d8c; font-size: 12.8px; line-height: 1.42; }
.neoo-sv__offer > svg { position: absolute; right: 16px; bottom: 15px; width: 17px; height: 17px; fill: none; stroke: #3c5be9; stroke-width: 1.9; }
.neoo-sv__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  color: #6d3ef2;
  background: #f1e8ff;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: .02em;
}

.neoo-sv__rail { display: flex; flex-direction: column; gap: 15px; min-width: 0; }
.neoo-sv__tools { display: flex; align-items: center; gap: 14px; }
.neoo-sv__search {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  background: #fff;
  border: 1px solid #dfe5f3;
  border-radius: 12px;
  cursor: text;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.neoo-sv__search:focus-within { border-color: #7f96f2; box-shadow: 0 0 0 3px rgba(90, 115, 235, .14); }
.neoo-sv__search > svg { width: 17px; height: 17px; fill: none; stroke: #7385a8; stroke-width: 1.8; }
.neoo-sv__search input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; color: #16233f; font: inherit; font-size: 13.5px; }
.neoo-sv__search input::placeholder { color: #8b99b7; }
.neoo-sv__explore,
.neoo-sv__all { display: inline-flex; align-items: center; gap: 7px; color: #2c50cf; text-decoration: none; font-size: 13.5px; font-weight: 650; }
.neoo-sv__explore > svg,
.neoo-sv__all > svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .16s ease; }
.neoo-sv__explore:hover > svg,
.neoo-sv__all:hover > svg { transform: translateX(3px); }

.neoo-sv__label { margin: 4px 0 12px; color: #74829f; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.neoo-sv__core-row { display: flex; align-items: flex-start; gap: 6px; }
.neoo-sv__core-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; }
.neoo-sv__core-item strong { color: #12203f; font-size: 13.5px; font-weight: 650; white-space: nowrap; }
.neoo-sv__core-item:hover strong { color: #2c50cf; }
.neoo-sv__art--core { width: 60px; height: 52px; margin-bottom: 0; }
.neoo-sv__wire { flex: 1; align-self: flex-start; min-width: 30px; height: 2px; margin: 25px 4px 0; background: linear-gradient(90deg, #3f6df2, #8a5cf6); border-radius: 2px; }
.neoo-sv__core-row .neoo-sv__wire:last-of-type { background: linear-gradient(90deg, #8a5cf6, #b18cff); }

.neoo-sv__module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 13px; }
.neoo-sv__module {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 17px 8px 14px;
  border-radius: 16px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.neoo-sv__module strong { color: #1c2947; font-size: 13px; font-weight: 650; text-align: center; letter-spacing: -.01em; }
.neoo-sv__module:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(56, 44, 128, .14); }
.neoo-sv__module--finance { background: #f4edfe; }
.neoo-sv__module--monitoring { background: #edf3fe; }
.neoo-sv__module--scheduling { background: #fdeef7; }
.neoo-sv__art--module { width: 64px; height: 52px; margin: 0; }
.neoo-sv__empty { grid-column: 1 / -1; margin: 10px 4px 0; color: #5d6d8c; font-size: 13.5px; }

.neoo-sv__core-item--static strong { white-space: nowrap; }
.neoo-sv__core-row--flow { margin-bottom: 4px; padding: 2px 8px 0; }
.neoo-sv__build-list { display: grid; gap: 12px; margin-bottom: 13px; }
.neoo-sv__build {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 44px 12px 12px;
  background: #fff;
  border: 1px solid #e3e8f6;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(31, 48, 110, .05);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.neoo-sv__build:hover,
.neoo-sv__build:focus-visible { transform: translateY(-2px); border-color: #b7c4f1; box-shadow: 0 14px 30px rgba(38, 58, 132, .12); }
.neoo-sv__build > svg { position: absolute; right: 16px; top: 50%; width: 17px; height: 17px; fill: none; stroke: #3c5be9; stroke-width: 1.9; transform: translateY(-50%); }
.neoo-sv__build .neoo-sv__copy strong { font-size: 14.5px; }
.neoo-sv__build .neoo-sv__copy small { font-size: 12.5px; }
.neoo-sv__pair {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  background: #f6f8fd;
  border: 1px solid #e6ebf6;
  border-radius: 12px;
}
.neoo-sv__pair .neoo-sv__art { width: 38px; height: 32px; margin: 0; }
.neoo-sv__pair > i { width: 15px; height: 2px; background-image: linear-gradient(90deg, #7d95e8 55%, transparent 55%); background-size: 6px 2px; background-repeat: repeat-x; }

@media (max-width: 1360px) {
  .neoo-sv { grid-template-columns: minmax(250px, 290px) minmax(0, 1fr) minmax(0, 1.12fr); }
  .neoo-sv__core-item strong { font-size: 12.5px; }
}

@media (max-width: 1120px) {
  .neoo-sv { grid-template-columns: 1fr; }
  .neoo-sv__promo { min-height: 0; padding: 24px 22px; }
  .neoo-sv__promo > svg { width: 190px; height: 250px; inset: auto -40px -60px auto; }
  .neoo-sv__title { max-width: 420px; }
  .neoo-sv__offer { min-height: 0; padding-bottom: 36px; }
}

@media (max-width: 620px) {
  .neoo-sv__offer-grid { grid-template-columns: 1fr; }
  .neoo-sv__tools { flex-wrap: wrap; }
  .neoo-sv__core-row { flex-wrap: nowrap; }
  .neoo-sv__art--core { width: 48px; height: 42px; }
  .neoo-sv__core-item strong { font-size: 11.5px; }
  .neoo-sv__wire { margin-top: 20px; min-width: 14px; }
  .neoo-sv__module-grid { gap: 8px; }
  .neoo-sv__module strong { font-size: 11.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .neoo-sv__offer, .neoo-sv__module, .neoo-sv__cta { transition: none; }
}

@media (forced-colors: active) {
  .neoo-sv__promo, .neoo-sv__offer, .neoo-sv__module, .neoo-sv__search { border: 1px solid CanvasText; }
}

/* Specificity shields against shared nav-link resets. */
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 19px;
  color: #101737;
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 650;
}
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__offer { display: flex; width: 100%; padding: 18px 18px 40px; background: #fff; }
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__offer.is-featured { border: 1.6px solid #8a5cf6; }
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__module { display: flex; width: 100%; padding: 17px 8px 14px; }
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__module--finance { background: #f4edfe; }
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__module--monitoring { background: #edf3fe; }
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__module--scheduling { background: #fdeef7; }
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__explore,
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__all { display: inline-flex; padding: 0; color: #2c50cf; background: transparent; font-size: 13.5px; font-weight: 650; }
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__core-item { display: flex; padding: 0; background: transparent; }
.neoo-home .neoo-solutions-visual-panel a.neoo-sv__build { display: flex; width: 100%; padding: 12px 44px 12px 12px; background: #fff; }

/* Keep the homepage's login and demo actions inside every mobile menu. */
.neoo-home .hx-nav-actions { display: none; }

@media (max-width: 1120px) {
  .neoo-home .hx-nav-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e6e7ec;
  }

  .neoo-home .hx-nav-actions > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border: 1px solid #d7d9e2;
    border-radius: 999px;
    color: #0b0d2f;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }

  .neoo-home .hx-nav-actions > .hx-nav-actions__primary {
    border-color: #0b0d2f;
    color: #fff;
    background: #0b0d2f;
  }
}

@media (max-width: 620px) {
  .neoo-home .hx-nav-actions { grid-template-columns: 1fr; }
}

/* Canonical homepage navigation shell on every public page.
   The -64px flow overlap lets the first page surface continue behind the floating capsule.
   Keep this shield last: legacy product stylesheets may load after this file. */
body.neoo-home.neoo-product-page:not(.neoo-home--10k) {
  --partner-overview-header-h: 64px;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) header.site-header.neoo-topbar {
  position: sticky;
  top: 0;
  z-index: 210;
  width: min(calc(100% - 80px), 1360px);
  max-width: 1360px;
  height: var(--partner-overview-header-h);
  min-height: var(--partner-overview-header-h);
  margin: 0 auto -64px;
  overflow: visible;
  border: 1px solid rgba(19, 28, 72, .1);
  border-top: 0;
  border-radius: 0 0 30px 30px;
  color: #080a3e;
  background: #fff;
  box-shadow: 0 12px 34px rgba(13, 23, 64, .1);
  backdrop-filter: none;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .site-header__inner {
  width: 100%;
  height: var(--partner-overview-header-h);
  min-height: var(--partner-overview-header-h);
  margin: 0;
  padding: 0 14px 0 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-brand--network {
  min-width: 0;
  gap: 0;
  align-items: center;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-brand--network .partner-brand__neoo {
  color: #080a3e;
  font-weight: 600;
  letter-spacing: -.065em;
  transform: translateY(-.08em);
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview {
  position: relative;
  left: auto;
  min-width: 0;
  display: flex;
  grid-column: auto;
  justify-content: center;
  align-items: center;
  gap: 3px;
  transform: none;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a,
body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger {
  width: auto;
  min-height: 40px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: #080a3e;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a:hover,
body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a:focus-visible,
body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a[aria-current],
body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger:hover,
body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger:focus-visible,
body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger[aria-expanded="true"] {
  color: #17134c;
  background: #f0f1f5;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a::after,
body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger[aria-expanded="true"]::after {
  display: none;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-wrap {
  min-height: 40px;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle {
  display: none;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .header-actions {
  width: auto;
  display: flex;
  grid-column: auto;
  justify-self: end;
  align-items: center;
  gap: 5px;
  transform: none;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .language-select {
  display: inline-flex;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .language-select select {
  width: 54px;
  height: 40px;
  padding: 0 21px 0 12px;
  border-color: #e0e2e9;
  border-radius: 999px;
  color: #080a3e;
  background-color: #f7f7f9;
  font-size: 12px;
  font-weight: 700;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .language-select::after {
  right: 12px;
  width: 5px;
  height: 5px;
  border-width: 0 1.5px 1.5px 0;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .login-link,
body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .header-cta {
  min-height: 40px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .login-link {
  min-width: 0;
  padding: 0 13px;
  display: inline-flex;
  border: 0;
  color: #080a3e;
  background: transparent;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .header-cta {
  min-width: 142px;
  padding: 0 18px;
  display: inline-flex;
  color: #fff;
  background: #0b0d2f;
  box-shadow: none;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega {
  position: fixed;
  left: 50%;
  right: auto;
  top: calc(var(--partner-overview-header-h) + 8px);
  width: min(calc(100vw - 80px), 780px);
  max-height: calc(100dvh - var(--partner-overview-header-h) - 24px);
  padding: 24px;
  border: 1px solid rgba(24, 33, 73, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 24px 64px rgba(15, 24, 66, .16), 0 4px 14px rgba(15, 24, 66, .06);
  backdrop-filter: none;
  transform: translateX(-50%);
  transform-origin: top center;
  animation: neooGlobalNavCardIn .24s cubic-bezier(.16, 1, .3, 1) both;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-solutions-visual-panel {
  left: 50%;
  right: auto;
  top: calc(var(--partner-overview-header-h) + 8px);
  width: min(calc(100vw - 80px), 1200px);
  height: auto;
  min-height: 0;
  max-height: calc(100dvh - var(--partner-overview-header-h) - 24px);
  transform: translateX(-50%);
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--solutions.neoo-mega--directory {
  width: min(calc(100vw - 80px), 1040px);
  height: auto;
  min-height: 0;
  overflow: visible;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--solutions.neoo-mega--directory::before {
  content: none;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-solutions-visual-panel {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 24px 64px rgba(15, 24, 66, .16), 0 4px 14px rgba(15, 24, 66, .06);
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-sv {
  grid-template-columns: minmax(245px, 275px) minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 18px;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-sv__promo {
  min-height: 500px;
  padding: 26px 24px 22px;
  border-radius: 19px;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--directory .neoo-mega__inner {
  width: 100%;
  grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr);
  gap: 28px;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--directory .neoo-mega__intro {
  padding-top: 10px;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--directory .neoo-mega__groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--solutions.neoo-mega--directory .neoo-mega__groups {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--directory .neoo-mega__group {
  padding: 14px;
  border-radius: 17px;
  background: #fafafd;
}

body.neoo-home.neoo-product-page:not(.neoo-home--10k) .hx-nav-actions {
  display: none;
}

@keyframes neooGlobalNavCardIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-8px) scale(.985); }
  to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

@media (max-width: 1320px) {
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) {
    --partner-overview-header-h: 72px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) header.site-header.neoo-topbar {
    width: calc(100% - 24px);
    max-width: none;
    height: 64px;
    min-height: 64px;
    margin-inline: 12px;
    border-radius: 0 0 27px 27px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .site-header__inner {
    width: 100%;
    height: 64px;
    min-height: 64px;
    padding: 0 10px 0 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 64px;
    gap: 8px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-brand--network {
    grid-column: 1;
    grid-row: 1;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    gap: 4px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .login-link {
    display: none;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .header-cta {
    min-width: 132px;
    min-height: 42px;
    padding-inline: 14px;
    display: inline-flex;
    font-size: 12px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .language-select {
    width: 56px;
    min-width: 56px;
    height: 42px;
    min-height: 0;
    flex: 0 0 56px;
    display: inline-flex;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .language-select select {
    width: 48px;
    min-width: 48px;
    height: 42px;
    min-height: 42px;
    padding-left: 10px;
    padding-right: 18px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .language-select::after {
    right: 10px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    display: block;
    border: 1px solid #e0e2e9;
    border-radius: 50%;
    color: #080a3e;
    background: #f7f7f9;
    box-shadow: none;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span:nth-child(2),
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: auto;
    width: 18px;
    height: 1.5px;
    margin: 0;
    display: block;
    background: currentColor;
    transition: top .2s ease, opacity .16s ease, transform .2s ease;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span:nth-child(1) { top: 15px; }
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span:nth-child(2) { top: 21px; }
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span:nth-child(3) { top: 27px; }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle[aria-expanded="true"] {
    border-color: #22254b;
    color: #fff;
    background: #0b0d2f;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview {
    position: fixed;
    left: 12px;
    right: 12px;
    top: calc(var(--partner-overview-header-h) + 4px);
    z-index: 230;
    width: auto;
    max-height: calc(100dvh - var(--partner-overview-header-h) - 16px);
    padding: 20px 18px 18px;
    display: grid;
    grid-column: auto;
    justify-content: stretch;
    align-items: stretch;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(19, 28, 72, .1);
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: #080a3e;
    background: #fff;
    box-shadow: 0 26px 70px rgba(15, 24, 66, .2);
    transform: none;
    translate: 0 -12px;
    transition: opacity .22s ease, visibility .22s ease, translate .22s cubic-bezier(.16, 1, .3, 1);
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    translate: 0 0;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger {
    width: 100%;
    min-height: 58px;
    padding: 0 8px;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid #ececf1;
    border-radius: 0;
    color: #0b0d2f;
    background: transparent;
    font-family: var(--cb-display-font);
    font-size: clamp(22px, 3vw, 27px);
    font-weight: 300;
    letter-spacing: -.035em;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a:hover,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a:focus-visible,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger:hover,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger:focus-visible,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger[aria-expanded="true"] {
    padding-inline: 14px;
    border-radius: 14px;
    background: #f2f3f6;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-wrap {
    width: 100%;
    min-height: 0;
    display: block;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-solutions-visual-panel,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) :is(.neoo-mega--solutions, .neoo-mega--marketplace) {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 7px 0 14px;
    padding: 12px;
    border: 1px solid #e5e7ee;
    border-radius: 18px;
    background: #f8f8fa;
    box-shadow: none;
    transform: none;
    animation: none;
    overflow: visible;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega__inner,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--directory .neoo-mega__inner {
    width: 100%;
    display: block;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) :is(.neoo-mega__intro, .neoo-mega__close) {
    display: none;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega__groups,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--directory .neoo-mega__groups,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--solutions.neoo-mega--directory .neoo-mega__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--directory .neoo-mega__group {
    padding: 10px;
    background: #fff;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-sv {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-sv__promo {
    display: none;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-sv__offer {
    min-height: 0;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .hx-nav-actions {
    margin-top: 18px;
    padding-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-top: 1px solid #e6e7ec;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .hx-nav-actions > a {
    min-height: 50px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d9e2;
    border-radius: 999px;
    color: #0b0d2f;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .hx-nav-actions > .hx-nav-actions__primary {
    border-color: #0b0d2f;
    color: #fff;
    background: #0b0d2f;
  }
}

@media (max-width: 720px) {
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .site-header__inner {
    padding-left: 10px;
    gap: 6px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-brand--product > .partner-brand__product {
    margin-left: 5px;
    font-size: 14px;
    line-height: 1;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .header-cta {
    min-width: 112px;
    padding-inline: 10px;
    font-size: 11px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview {
    padding: 18px 14px 14px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger {
    min-height: 56px;
    font-size: clamp(21px, 6.2vw, 25px);
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-sv,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega__groups,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--directory .neoo-mega__groups,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega--solutions.neoo-mega--directory .neoo-mega__groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .hx-nav-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .site-header__inner {
    padding-inline: 8px;
    gap: 4px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-brand--product > .partner-brand__product {
    display: none;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .header-actions {
    gap: 3px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .language-select select {
    width: 40px;
    height: 40px;
    padding: 0 15px 0 8px;
    font-size: 11px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .language-select::after {
    right: 8px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topbar--overview .header-cta {
    min-width: 96px;
    min-height: 40px;
    padding-inline: 7px;
    font-size: 9.5px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span:nth-child(2),
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span:nth-child(3) {
    left: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .partner-topnav--overview > a,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega-trigger,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-mega,
  body.neoo-home.neoo-product-page:not(.neoo-home--10k) .neoo-topbar .menu-toggle > span {
    animation: none !important;
    transition: none !important;
  }
}
