.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] {
  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(3, minmax(0, 1fr));
  gap: 18px;
}

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

/* 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;
}

.neoo-home .neoo-subnav {
  top: var(--partner-overview-header-h);
  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 {
  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--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(4, minmax(0, 1fr));
  gap: 16px;
}

.neoo-vertical-card {
  position: relative;
  min-height: 430px;
  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 > span {
  color: #647a9e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.neoo-vertical-card > p {
  margin: 42px 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 > div {
  margin-top: 20px;
  color: #a8b7cf;
  font-size: 14px;
  line-height: 1.58;
}

.neoo-vertical-card > small {
  margin-top: 22px;
  color: #7186a9;
  font-size: 10px;
  font-weight: 600;
}

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

/* 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 {
    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;
  }

  .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__group {
    padding: 12px;
  }

  .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 {
    top: var(--partner-overview-header-h);
  }

  .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: 380px;
  }

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

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

/* 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: none;
}

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