:root {
  --nc-warm: #fbfaf7;
  --nc-paper: #ffffff;
  --nc-ink: #080a3f;
  --nc-copy: #4f5674;
  --nc-muted: #727895;
  --nc-line: #e7e7f1;
  --nc-line-strong: #d9daf0;
  --nc-violet: #5d36f5;
  --nc-blue: #176fe8;
  --nc-cyan: #18a9c6;
  --nc-yellow: #f5c84f;
  --nc-soft: #f4f3fa;
  --nc-lilac: #f2efff;
  --nc-mint: #ecfaf7;
  --nc-shadow: 0 24px 70px rgba(27, 23, 91, .1);
}

.neoo-commercial-page {
  --cb-title-hero: clamp(3rem, 3.75vw, 3.375rem);
  --cb-title-section: clamp(2.5rem, 4.5vw, 4rem);
  min-width: 320px;
  overflow-x: clip;
  color: var(--nc-ink);
  background: var(--nc-warm);
}

.neoo-commercial-page #main {
  position: relative;
  z-index: 1;
  overflow: clip;
  color: var(--nc-ink);
  background: var(--nc-warm);
}

.neoo-commercial-page .nc-topbar {
  position: sticky;
  top: 0;
  z-index: 120;
  border-bottom: 1px solid rgba(18, 20, 74, .08);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(15, 16, 71, .035);
  backdrop-filter: blur(18px);
}

.neoo-commercial-page .nc-topbar .partner-brand__neoo,
.neoo-commercial-page .nc-topbar .partner-brand__domain {
  color: var(--nc-ink);
}

.neoo-commercial-page .nc-topbar .partner-topnav > a,
.neoo-commercial-page .nc-topbar .neoo-mega-trigger,
.neoo-commercial-page .nc-topbar .login-link {
  color: var(--nc-ink);
}

.neoo-commercial-page .nc-topbar .header-cta {
  border: 0;
  background: linear-gradient(105deg, var(--nc-blue), var(--nc-violet));
  box-shadow: 0 12px 28px rgba(70, 51, 235, .2);
}

.nc-shell {
  width: min(calc(100% - 64px), 1320px);
  margin-inline: auto;
}

.nc-shell--narrow {
  width: min(calc(100% - 64px), 960px);
}

.nc-section {
  position: relative;
  padding: clamp(5.5rem, 9vw, 9rem) 0;
}

.nc-section:nth-of-type(even) {
  background: rgba(247, 247, 252, .7);
}

.nc-eyebrow {
  margin: 0 0 1.15rem;
  color: var(--nc-violet);
  font-family: var(--cb-display-font);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  line-height: 1.35;
  letter-spacing: var(--cb-eyebrow-tracking);
  text-transform: uppercase;
}

.nc-eyebrow::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  margin-top: .65rem;
  display: block;
  border-radius: 999px;
  background: var(--cb-accent-gradient);
}

.nc-section-head--center .nc-eyebrow::after {
  margin-inline: auto;
}

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

.nc-page h1 {
  max-width: 700px;
  font-size: var(--cb-title-hero);
}

.nc-page .nc-section-head h2,
.nc-page .nc-final h2 {
  font-size: var(--cb-title-section);
}

.nc-section-head {
  max-width: 760px;
  margin-bottom: clamp(2.8rem, 5vw, 4.8rem);
}

.nc-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.nc-section-head--split {
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(280px, .62fr);
  gap: 4rem;
  align-items: end;
}

.nc-section-head--split .nc-lead {
  margin-bottom: .2rem;
}

.nc-lead,
.nc-hero__lead {
  margin: 1.35rem 0 0;
  color: var(--nc-copy);
  font-family: var(--cb-display-font);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.58;
}

.nc-lead {
  max-width: 680px;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
}

.nc-hero__lead {
  max-width: 700px;
  font-size: clamp(1.12rem, 1.55vw, 1.36rem);
}

.nc-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  flex-wrap: wrap;
}

.nc-actions--center {
  justify-content: center;
}

.nc-button {
  min-height: 52px;
  padding: .8rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  color: var(--nc-ink);
  border: 1px solid var(--nc-line-strong);
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 28px rgba(24, 19, 80, .045);
  font: 700 .94rem/1.2 var(--cb-display-font);
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.nc-button svg,
.nc-offer-card a svg,
.nc-offers__help a svg,
.nc-pillar-grid a svg,
.nc-modules summary svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nc-button--primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(105deg, var(--nc-blue), var(--nc-violet));
  box-shadow: 0 16px 32px rgba(67, 51, 226, .22);
}

.nc-button--secondary {
  background: #fff;
}

.nc-button--text {
  min-height: 44px;
  padding-inline: 0;
  color: var(--nc-blue);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.nc-button:hover,
.nc-button:focus-visible {
  border-color: rgba(58, 45, 223, .45);
  box-shadow: 0 16px 38px rgba(32, 26, 106, .12);
  transform: translateY(-2px);
}

.nc-button--primary:hover,
.nc-button--primary:focus-visible {
  color: #fff;
  box-shadow: 0 20px 42px rgba(67, 51, 226, .3);
}

.nc-button:focus-visible,
.nc-offer-card a:focus-visible,
.nc-offers__help a:focus-visible,
.nc-faq summary:focus-visible,
.nc-modules summary:focus-visible,
.nc-calculator input:focus-visible,
.nc-mobile-cta:focus-visible {
  outline: 3px solid rgba(23, 111, 232, .45);
  outline-offset: 4px;
}

.nc-assurances {
  margin: 2.1rem 0 0;
  padding: 0;
  display: flex;
  gap: .75rem 1.4rem;
  flex-wrap: wrap;
  list-style: none;
}

.nc-assurances li {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #4c5272;
  font-size: .88rem;
  font-weight: 650;
}

.nc-assurances svg,
.nc-trust-band svg,
.nc-growth__items svg,
.nc-price-card li svg,
.nc-portal__items svg,
.nc-modules li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--nc-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nc-hero {
  position: relative;
  min-height: min(820px, calc(100svh - var(--cb-topbar-h)));
  padding: clamp(4.8rem, 8vw, 7rem) 0 clamp(5rem, 8vw, 7rem);
  display: flex;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 25%, rgba(93, 54, 245, .1), transparent 33%),
    radial-gradient(circle at 63% 87%, rgba(24, 169, 198, .08), transparent 30%),
    var(--nc-warm);
}

.nc-hero--home {
  --nc-home-video-shift: calc(clamp(180px, 15.3vw, 220px) + 2cm);
  min-height: min(960px, calc(100svh - var(--cb-topbar-h)));
  padding-top: 9rem;
  align-items: flex-start;
  overflow: hidden;
  background: var(--nc-warm);
}

.nc-hero--home .nc-hero__glow {
  display: none;
}

.nc-hero--home .nc-hero__grid {
  width: min(calc(100% - 160px), 1610px);
  grid-template-columns: minmax(0, 760px);
  justify-content: start;
}

.nc-hero--home .nc-hero__copy {
  max-width: 760px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nc-hero--home .nc-hero__copy > * {
  position: relative;
  z-index: 1;
}

.nc-hero--home .nc-eyebrow {
  min-height: 38px;
  max-width: 100%;
  margin: 0 0 2.5rem;
  padding: .62rem 1rem .57rem .8rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid rgba(83, 105, 245, .16);
  border-radius: 10px;
  color: #3d55f2;
  background: #eef2fe;
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  line-height: 1.35;
  letter-spacing: var(--cb-eyebrow-tracking);
}

.nc-hero--home .nc-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #7f9dff, #3f46f0);
}

.nc-hero--home .nc-eyebrow::after {
  display: none;
}

.nc-hero--home h1 {
  max-width: 760px;
}

.nc-hero--home .nc-home-title__intro,
.nc-hero--home .nc-home-title__focus {
  display: block;
}

.nc-hero--home .nc-home-title__intro {
  max-width: 760px;
  margin-bottom: .08em;
  color: var(--nc-ink);
}

.nc-hero--home .nc-home-title__focus {
  max-width: 720px;
  padding-right: .06em;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.nc-hero--home .nc-hero__lead {
  max-width: 660px;
  margin-top: 1.55rem;
}

.nc-hero--home .nc-actions--home {
  margin-top: 1.9rem;
  gap: 1.2rem;
}

.nc-hero--home .nc-actions--home .nc-button {
  min-height: 64px;
  flex: 0 1 295px;
  width: 295px;
  max-width: 100%;
}

.nc-hero--home .nc-assurances--home {
  max-width: 690px;
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.nc-hero--home .nc-assurances--home li {
  min-width: 0;
  padding: 0 1.1rem;
  align-items: center;
  gap: .8rem;
  color: #26315f;
  font-weight: 650;
}

.nc-hero--home .nc-assurances--home li:first-child {
  padding-left: 0;
}

.nc-hero--home .nc-assurances--home li + li {
  border-left: 1px solid #e2e6f5;
}

.nc-hero--home .nc-assurance-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(75, 92, 224, .3);
  border-radius: 12px;
  color: #2f5cf3;
  background: rgba(255, 255, 255, .72);
}

.nc-hero--home .nc-assurance-icon svg {
  width: 24px;
  height: 24px;
  flex: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.nc-hero__glow {
  position: absolute;
  z-index: -1;
  inset: 8% auto auto 43%;
  width: min(48vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 85, 248, .13), rgba(103, 85, 248, 0) 67%);
  filter: blur(12px);
  pointer-events: none;
}

.nc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(560px, .9fr);
  gap: clamp(2.5rem, 3vw, 3rem);
  align-items: center;
}

.nc-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.nc-home-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  margin: 0;
  background: var(--nc-warm);
  pointer-events: none;
}

.nc-home-video__frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--nc-warm);
}

.nc-home-video__frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,
    var(--nc-warm) 0%,
    var(--nc-warm) 34%,
    rgba(251, 250, 247, .99) 46%,
    rgba(251, 250, 247, .9) 57%,
    rgba(251, 250, 247, .62) 69%,
    rgba(251, 250, 247, .18) 83%,
    rgba(251, 250, 247, 0) 100%);
  pointer-events: none;
}

.nc-home-video__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: translate3d(var(--nc-home-video-shift), 0, 0);
}

.nc-hero--starter {
  --nc-starter-video-shift: clamp(120px, 10vw, 170px);
  overflow: hidden;
  background: var(--nc-warm);
}

.nc-hero--starter .nc-hero__glow {
  display: none;
}

.nc-hero--starter .nc-hero__grid {
  position: relative;
  z-index: 1;
}

.nc-starter-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: var(--nc-warm);
  pointer-events: none;
}

.nc-starter-video__frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--nc-warm);
}

.nc-starter-video__frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,
    var(--nc-warm) 0%,
    var(--nc-warm) 36%,
    rgba(251, 250, 247, .99) 48%,
    rgba(251, 250, 247, .84) 58%,
    rgba(251, 250, 247, .45) 69%,
    rgba(251, 250, 247, .1) 82%,
    rgba(251, 250, 247, 0) 100%);
  pointer-events: none;
}

.nc-starter-video__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate3d(var(--nc-starter-video-shift), 0, 0);
}

.nc-starter-video__toggle {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 3vw, 48px);
  bottom: clamp(20px, 3vw, 42px);
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25, 35, 91, .16);
  border-radius: 50%;
  color: #17205c;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 34px rgba(21, 30, 83, .14);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.nc-starter-video__toggle[hidden] {
  display: none;
}

.nc-starter-video__toggle:hover {
  color: #2510f3;
  background: rgba(255, 255, 255, .96);
}

.nc-starter-video__toggle:focus-visible {
  outline: 3px solid rgba(47, 92, 243, .42);
  outline-offset: 3px;
}

.nc-starter-video__toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nc-starter-video__icon-pause,
.nc-starter-video__toggle.is-playing .nc-starter-video__icon-play {
  display: none;
}

.nc-starter-video__toggle.is-playing .nc-starter-video__icon-pause {
  display: block;
}

.nc-hero--business {
  --nc-business-video-shift: -9cm;
  --nc-business-video-scale: 1.55;
  overflow: hidden;
  background: var(--nc-warm);
}

.nc-hero--business .nc-hero__glow {
  display: none;
}

.nc-hero--business .nc-hero__grid {
  position: relative;
  z-index: 1;
}

.nc-business-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: var(--nc-warm);
  pointer-events: none;
}

.nc-business-video__frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--nc-warm);
}

.nc-business-video__frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,
    var(--nc-warm) 0%,
    rgba(251, 250, 247, .99) 34%,
    rgba(251, 250, 247, .92) 47%,
    rgba(251, 250, 247, .72) 58%,
    rgba(251, 250, 247, .34) 69%,
    rgba(251, 250, 247, .08) 81%,
    rgba(251, 250, 247, 0) 100%);
  pointer-events: none;
}

.nc-business-video__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate3d(var(--nc-business-video-shift), 0, 0) scale(var(--nc-business-video-scale));
}

.nc-business-video__toggle {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 3vw, 48px);
  bottom: clamp(20px, 3vw, 42px);
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25, 35, 91, .16);
  border-radius: 50%;
  color: #17205c;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 34px rgba(21, 30, 83, .14);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.nc-business-video__toggle[hidden] {
  display: none;
}

.nc-business-video__toggle:hover {
  color: #2510f3;
  background: rgba(255, 255, 255, .96);
}

.nc-business-video__toggle:focus-visible {
  outline: 3px solid rgba(47, 92, 243, .42);
  outline-offset: 3px;
}

.nc-business-video__toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nc-business-video__icon-pause,
.nc-business-video__toggle.is-playing .nc-business-video__icon-play {
  display: none;
}

.nc-business-video__toggle.is-playing .nc-business-video__icon-pause {
  display: block;
}

.nc-hero--msp {
  --nc-msp-video-shift: clamp(48px, 5vw, 84px);
  overflow: hidden;
  background: var(--nc-warm);
}

.nc-hero--msp .nc-hero__glow {
  display: none;
}

.nc-hero--msp .nc-hero__grid {
  position: relative;
  z-index: 1;
}

.nc-hero--starter .nc-hero__grid,
.nc-hero--business .nc-hero__grid,
.nc-hero--msp .nc-hero__grid {
  width: min(calc(100% - 96px), 1576px);
}

.nc-msp-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: var(--nc-warm);
  pointer-events: none;
}

.nc-msp-video__frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--nc-warm);
}

.nc-msp-video__frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,
    var(--nc-warm) 0%,
    rgba(251, 250, 247, .99) 34%,
    rgba(251, 250, 247, .92) 47%,
    rgba(251, 250, 247, .72) 58%,
    rgba(251, 250, 247, .34) 69%,
    rgba(251, 250, 247, .08) 81%,
    rgba(251, 250, 247, 0) 100%);
  pointer-events: none;
}

.nc-msp-video__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate3d(var(--nc-msp-video-shift), 0, 0);
}

.nc-msp-video__toggle {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 3vw, 48px);
  bottom: clamp(20px, 3vw, 42px);
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25, 35, 91, .16);
  border-radius: 50%;
  color: #17205c;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 34px rgba(21, 30, 83, .14);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.nc-msp-video__toggle[hidden] {
  display: none;
}

.nc-msp-video__toggle:hover {
  color: #2510f3;
  background: rgba(255, 255, 255, .96);
}

.nc-msp-video__toggle:focus-visible {
  outline: 3px solid rgba(47, 92, 243, .42);
  outline-offset: 3px;
}

.nc-msp-video__toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nc-msp-video__icon-pause,
.nc-msp-video__toggle.is-playing .nc-msp-video__icon-play {
  display: none;
}

.nc-msp-video__toggle.is-playing .nc-msp-video__icon-pause {
  display: block;
}

.nc-page--msp .nc-hero__grid,
.nc-page--business .nc-hero__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(560px, .9fr);
}

.nc-dashboard,
.nc-starter-ui,
.nc-msp-console {
  position: relative;
  margin: 0;
  min-width: 0;
}

.nc-dashboard::before,
.nc-starter-ui::before,
.nc-msp-console::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 9% 4% -7%;
  border-radius: 45%;
  background: rgba(61, 48, 201, .13);
  filter: blur(48px);
}

.nc-dashboard__chrome,
.nc-starter-ui__window,
.nc-msp-console__window {
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(93, 88, 157, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--nc-shadow);
}

.nc-dashboard__chrome {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
}

.nc-dashboard__rail,
.nc-starter-ui__body > aside,
.nc-msp-console__body > aside {
  padding: 1.2rem .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-right: 1px solid #ececf4;
  background: #f7f7fc;
}

.nc-dashboard__rail b,
.nc-starter-ui__body > aside b,
.nc-msp-console__window > header b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 9px;
  background: linear-gradient(145deg, var(--nc-blue), var(--nc-violet));
  font-size: .9rem;
}

.nc-dashboard__rail i,
.nc-starter-ui__body > aside i,
.nc-msp-console__body > aside i {
  width: 27px;
  height: 27px;
  border-radius: 8px;
  background: #e6e7f1;
}

.nc-dashboard__rail i.is-active,
.nc-starter-ui__body > aside i.is-active,
.nc-msp-console__body > aside i.is-active {
  background: linear-gradient(145deg, rgba(23, 111, 232, .2), rgba(93, 54, 245, .23));
  box-shadow: inset 0 0 0 1px rgba(61, 56, 192, .15);
}

.nc-dashboard__main {
  padding: 1.4rem;
  min-width: 0;
}

.nc-dashboard__top {
  min-height: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.nc-dashboard__top div {
  display: grid;
  gap: .22rem;
}

.nc-dashboard__top small,
.nc-metric small,
.nc-activity small,
.nc-business-ui__summary small,
.nc-starter-ui small,
.nc-msp-console small,
.nc-portal-preview small {
  color: #777d99;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.nc-dashboard__top strong {
  color: var(--nc-ink);
  font-size: 1.05rem;
}

.nc-dashboard__top > span {
  padding: .4rem .65rem;
  color: #5f5a85;
  border-radius: 999px;
  background: #f2f0fb;
  font-size: .64rem;
  font-weight: 750;
}

.nc-dashboard__metrics {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.nc-metric {
  min-height: 112px;
  padding: 1rem;
  display: grid;
  align-content: start;
  gap: .55rem;
  border: 1px solid #ececf5;
  border-radius: 14px;
  background: #fff;
}

.nc-metric strong {
  min-height: 2.5em;
  color: #151747;
  font-size: .98rem;
  line-height: 1.2;
}

.nc-metric i {
  width: 76%;
  height: 22px;
  border-radius: 3px 20px 3px 3px;
  background: linear-gradient(115deg, rgba(23, 111, 232, .1), rgba(93, 54, 245, .34));
  clip-path: polygon(0 72%, 18% 54%, 34% 62%, 48% 37%, 61% 43%, 78% 17%, 100% 0, 100% 100%, 0 100%);
}

.nc-metric--2 i {
  background: linear-gradient(115deg, rgba(245, 200, 79, .14), rgba(245, 166, 54, .42));
}

.nc-metric--3 i {
  background: linear-gradient(115deg, rgba(24, 169, 198, .1), rgba(24, 169, 198, .38));
}

.nc-dashboard__lower {
  margin-top: .8rem;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: .8rem;
}

.nc-activity,
.nc-murphy-card {
  min-height: 244px;
  padding: 1rem;
  border: 1px solid #ececf5;
  border-radius: 14px;
  background: #fff;
}

.nc-activity__title {
  margin: 0 0 .7rem;
  display: block;
  color: var(--nc-ink);
  font-size: .8rem;
}

.nc-activity ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: .45rem;
  list-style: none;
}

.nc-activity li {
  padding: .55rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  border-radius: 10px;
  background: #f7f7fb;
}

.nc-activity li > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: var(--nc-blue);
  border-radius: 8px;
  background: #e8efff;
  font-size: .65rem;
  font-weight: 800;
}

.nc-activity li div {
  min-width: 0;
  display: grid;
  gap: .12rem;
}

.nc-activity li strong {
  overflow: hidden;
  color: #202249;
  font-size: .71rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nc-activity li small {
  overflow: hidden;
  font-size: .61rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nc-murphy-card {
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(101, 224, 240, .35), transparent 26%),
    linear-gradient(145deg, #2c2b81, #5e39e5);
}

.nc-murphy-card header {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.nc-murphy-card header span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, .15);
}

.nc-murphy-card header svg {
  width: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.4;
}

.nc-murphy-card header small {
  color: rgba(255, 255, 255, .72);
  text-transform: uppercase;
}

.nc-murphy-card > strong {
  margin-top: 1.5rem;
  display: block;
  font-size: 1.08rem;
  line-height: 1.25;
}

.nc-murphy-card p {
  margin: .65rem 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: .72rem;
  line-height: 1.5;
}

.nc-murphy-card > div {
  margin-top: 1.5rem;
  display: flex;
  gap: .4rem;
}

.nc-murphy-card > div i {
  width: 22%;
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .25);
}

.nc-murphy-card > div i:first-child {
  width: 44%;
  background: rgba(255, 255, 255, .8);
}

.nc-offers {
  background: var(--nc-paper) !important;
}

.nc-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.nc-offer-card {
  position: relative;
  min-height: 390px;
  padding: clamp(1.7rem, 2.6vw, 2.5rem);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--nc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(17, 15, 76, .045);
  overflow: hidden;
}

.nc-offer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--nc-blue);
}

.nc-offer-card--business {
  background: linear-gradient(180deg, #f7f3ff, #fff 48%);
}

.nc-offer-card--business::before {
  background: var(--nc-violet);
}

.nc-offer-card--msp::before {
  background: var(--nc-cyan);
}

.nc-offer-card__number {
  color: #9da0b6;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.nc-offer-card > p {
  min-height: 2.8em;
  margin: 2rem 0 .8rem;
  color: var(--nc-muted);
  font-size: .88rem;
  font-weight: 650;
  line-height: 1.4;
}

.nc-offer-card h3 {
  margin: 0;
  color: var(--nc-ink);
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
  letter-spacing: -.04em;
}

.nc-offer-card > span {
  margin-top: 1.2rem;
  color: var(--nc-copy);
  line-height: 1.62;
}

.nc-offer-card a {
  margin-top: auto;
  padding-top: 2rem;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--nc-blue);
  font-size: .92rem;
  font-weight: 750;
  text-decoration: none;
}

.nc-offers__help {
  margin: 2rem 0 0;
  color: var(--nc-copy);
  text-align: center;
}

.nc-offers__help a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--nc-violet);
  font-weight: 750;
  text-decoration: none;
}

.nc-transform {
  background: #f7f6fb !important;
}

.nc-transform__visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .65fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.nc-transform__side,
.nc-transform__core {
  min-height: 360px;
  padding: 2rem;
  border-radius: 18px;
}

.nc-transform__side {
  border: 1px solid var(--nc-line);
  background: rgba(255, 255, 255, .82);
}

.nc-transform__side h3 {
  margin: 0 0 1.5rem;
  color: var(--nc-ink);
  font-size: 1.2rem;
}

.nc-transform__side ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: .8rem;
  list-style: none;
}

.nc-transform__side li {
  min-height: 48px;
  padding: .7rem .85rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--nc-copy);
  border-radius: 10px;
  background: #f6f6fa;
  font-weight: 600;
}

.nc-transform__side--before li i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b8b8c7;
}

.nc-transform__side--after li {
  background: #eef9f6;
}

.nc-transform__side--after li svg {
  width: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: #179b82;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nc-transform__core {
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 20% 10%, rgba(76, 224, 225, .26), transparent 30%),
    linear-gradient(145deg, #1b2e80, #5b35e7);
}

.nc-transform__core span {
  font: 300 clamp(2.8rem, 4vw, 4rem)/1 var(--cb-display-font);
  letter-spacing: -.07em;
}

.nc-transform__core span i {
  color: #76d9ed;
  font-style: normal;
}

.nc-transform__core p {
  max-width: 220px;
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
}

.nc-benefit-grid,
.nc-msp-problem .nc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--nc-line);
}

.nc-benefit-grid article {
  min-height: 280px;
  padding: 2.5rem clamp(1.5rem, 3vw, 3rem);
}

.nc-benefit-grid article + article {
  border-left: 1px solid var(--nc-line);
}

.nc-benefit-grid article > span,
.nc-essential-grid article > span,
.nc-pillar-grid article > span,
.nc-team-results__grid article > span {
  color: var(--nc-violet);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.nc-benefit-grid h3,
.nc-essential-grid h3,
.nc-pillar-grid h3,
.nc-domain-grid h3,
.nc-team-results__grid h3 {
  margin: 1.4rem 0 .75rem;
  color: var(--nc-ink);
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  line-height: 1.23;
  letter-spacing: -.025em;
}

.nc-benefit-grid p,
.nc-essential-grid p,
.nc-pillar-grid p,
.nc-domain-grid p {
  margin: 0;
  color: var(--nc-copy);
  line-height: 1.62;
}

.nc-journey,
.nc-sales-flow,
.nc-business-flow,
.nc-lifecycle,
.nc-migration {
  background: #fff !important;
}

.nc-flow {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--nc-line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  list-style: none;
}

.nc-flow--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nc-flow--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nc-flow--eight {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.nc-flow li {
  position: relative;
  min-height: 132px;
  padding: 1.3rem 1rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .75rem;
  text-align: center;
}

.nc-flow li + li {
  border-left: 1px solid var(--nc-line);
}

.nc-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  right: -10px;
  top: 50%;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--nc-blue);
  border-radius: 50%;
  background: #fff;
  font-size: .8rem;
  transform: translateY(-50%);
}

.nc-flow span {
  color: #969bb1;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.nc-flow strong {
  color: var(--nc-ink);
  font-size: .91rem;
  line-height: 1.3;
}

.nc-murphy {
  background:
    radial-gradient(circle at 10% 30%, rgba(24, 169, 198, .09), transparent 28%),
    linear-gradient(180deg, #f5f2ff, #fbfaf7) !important;
}

.nc-murphy__grid,
.nc-two-column,
.nc-price-band__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.nc-murphy__examples {
  display: grid;
  gap: .8rem;
}

.nc-murphy__examples article {
  min-height: 92px;
  padding: 1rem 1.2rem;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 32px;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(95, 67, 218, .15);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 30px rgba(39, 27, 106, .05);
}

.nc-murphy__examples article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--nc-blue), var(--nc-violet));
}

.nc-murphy__examples article > span svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.nc-murphy__examples article div {
  min-width: 0;
  display: grid;
  gap: .3rem;
}

.nc-murphy__examples small {
  color: #8b88a6;
  font-size: .65rem;
  font-weight: 800;
}

.nc-murphy__examples strong {
  color: var(--nc-ink);
}

.nc-murphy__examples article > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f7f2;
}

.nc-murphy__examples article > i svg {
  width: 17px;
  fill: none;
  stroke: #15987e;
  stroke-width: 2;
}

.nc-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.nc-adoption--four .nc-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nc-steps li {
  min-height: 210px;
  padding: 1.8rem;
  border-top: 2px solid var(--nc-violet);
  background: rgba(255, 255, 255, .55);
}

.nc-steps li > span {
  color: var(--nc-violet);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.nc-steps h3 {
  margin: 2.4rem 0 .6rem;
  color: var(--nc-ink);
  font-size: 1.35rem;
}

.nc-steps p {
  margin: 0;
  color: var(--nc-copy);
  line-height: 1.55;
}

.nc-trust-band {
  padding: 2.25rem 0;
  color: var(--nc-ink);
  border-block: 1px solid var(--nc-line);
  background: #fff;
}

.nc-trust-band ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.nc-trust-band li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .88rem;
  font-weight: 700;
}

.nc-final {
  position: relative;
  padding: clamp(6rem, 10vw, 10rem) 0;
  text-align: center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 120%, rgba(67, 57, 224, .2), transparent 47%),
    linear-gradient(180deg, #fbfaf7, #f2efff);
}

.nc-final__glow {
  position: absolute;
  z-index: -1;
  inset: auto 50% -55%;
  width: min(80vw, 1050px);
  aspect-ratio: 1.8;
  border-radius: 50%;
  background: rgba(92, 61, 241, .12);
  filter: blur(55px);
  transform: translateX(-50%);
}

.nc-final h2 {
  max-width: 880px;
  margin-inline: auto;
}

.nc-final > .nc-shell > p {
  max-width: 650px;
  margin: 1.4rem auto 0;
  color: var(--nc-copy);
  font-size: 1.18rem;
  line-height: 1.6;
}

.nc-essential-grid,
.nc-domain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--nc-line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.nc-essential-grid article,
.nc-domain-grid article {
  min-height: 230px;
  padding: 1.7rem;
}

.nc-essential-grid article:nth-child(3n + 2),
.nc-essential-grid article:nth-child(3n + 3),
.nc-domain-grid article:nth-child(3n + 2),
.nc-domain-grid article:nth-child(3n + 3) {
  border-left: 1px solid var(--nc-line);
}

.nc-essential-grid article:nth-child(n + 4),
.nc-domain-grid article:nth-child(n + 4) {
  border-top: 1px solid var(--nc-line);
}

.nc-starter-ui__window > header,
.nc-msp-console__window > header {
  height: 54px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececf4;
  background: #fafafd;
}

.nc-starter-ui__window > header > span {
  display: flex;
  gap: .35rem;
}

.nc-starter-ui__window > header > span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8d8e4;
}

.nc-starter-ui__body,
.nc-msp-console__body {
  min-height: 456px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
}

.nc-starter-ui__body > div,
.nc-msp-console__body > div {
  padding: 1.25rem;
}

.nc-starter-ui__customer,
.nc-starter-ui__status {
  padding: .85rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  border: 1px solid #ececf5;
  border-radius: 12px;
  background: #fff;
}

.nc-starter-ui__customer > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: var(--nc-blue);
  border-radius: 9px;
  background: #eaf1ff;
  font-size: .7rem;
  font-weight: 850;
}

.nc-starter-ui__customer > div,
.nc-starter-ui__status > div {
  display: grid;
  gap: .18rem;
}

.nc-starter-ui__customer > i {
  margin-left: auto;
}

.nc-starter-ui__customer svg,
.nc-starter-ui__status svg {
  width: 18px;
  fill: none;
  stroke: #15987e;
  stroke-width: 2;
}

.nc-starter-ui__document {
  margin: .85rem 1.4rem;
  padding: 1.1rem;
  min-height: 230px;
  border: 1px solid #dedfee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(23, 24, 76, .06);
}

.nc-starter-ui__document header,
.nc-starter-ui__document footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.nc-starter-ui__document header div {
  display: grid;
  gap: .2rem;
}

.nc-starter-ui__document header > span {
  padding: .35rem .55rem;
  color: #168d75;
  border-radius: 999px;
  background: #e8f8f3;
  font-size: .65rem;
  font-weight: 800;
}

.nc-starter-ui__document > i {
  height: 8px;
  margin-top: 1.1rem;
  display: block;
  border-radius: 99px;
  background: #ededf4;
}

.nc-starter-ui__document > i:nth-of-type(1) {
  width: 83%;
}

.nc-starter-ui__document > i:nth-of-type(2) {
  width: 66%;
}

.nc-starter-ui__document > i:nth-of-type(3) {
  width: 44%;
}

.nc-starter-ui__document footer {
  margin-top: 2.1rem;
  padding-top: .9rem;
  border-top: 1px solid #ededf4;
}

.nc-starter-ui__document footer strong {
  color: var(--nc-ink);
  font-size: 1.2rem;
}

.nc-starter-ui__status > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f8f3;
}

.nc-peppol {
  background: var(--nc-mint) !important;
}

.nc-note {
  margin: 1.35rem 0 0;
  color: #6d728d;
  font-size: .84rem;
  line-height: 1.55;
}

.nc-note--center {
  text-align: center;
}

.nc-peppol__flow,
.nc-automation-example ol {
  margin: 0;
  padding: 0;
  display: grid;
  gap: .75rem;
  list-style: none;
}

.nc-peppol__flow li,
.nc-automation-example li {
  min-height: 78px;
  padding: 1rem 1.2rem;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(29, 145, 123, .15);
  border-radius: 12px;
  background: rgba(255, 255, 255, .85);
}

.nc-peppol__flow li > span,
.nc-automation-example li > span {
  color: var(--nc-violet);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.nc-peppol__flow li svg {
  width: 20px;
  fill: none;
  stroke: #149579;
  stroke-width: 2;
}

.nc-fiduciary {
  background: #fff !important;
}

.nc-collaboration {
  min-height: 290px;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(140px, .75fr) minmax(120px, 1fr);
  align-items: center;
}

.nc-collaboration article {
  min-height: 190px;
  padding: 1.5rem;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
  border: 1px solid var(--nc-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(20, 18, 74, .05);
}

.nc-collaboration article span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--nc-blue), var(--nc-violet));
  font-weight: 800;
}

.nc-collaboration > div {
  display: grid;
  justify-items: center;
  gap: .5rem;
  text-align: center;
}

.nc-collaboration > div i {
  width: 100%;
  height: 1px;
  background: var(--nc-line-strong);
}

.nc-collaboration > div p {
  margin: 0;
  color: var(--nc-copy);
  font-size: .78rem;
  line-height: 1.4;
}

.nc-growth__items,
.nc-portal__items {
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  list-style: none;
}

.nc-growth__items li,
.nc-portal__items li {
  min-height: 70px;
  padding: .8rem 1rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  border: 1px solid var(--nc-line);
  border-radius: 11px;
  background: #fff;
  font-size: .88rem;
  font-weight: 700;
}

.nc-price-band {
  background: #f3f0ff !important;
}

.nc-price-card {
  padding: clamp(1.7rem, 3vw, 2.6rem);
  border: 1px solid rgba(86, 57, 217, .17);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(51, 36, 126, .08);
}

.nc-price-card > p:first-child {
  margin: 0 0 1.5rem;
  display: flex;
  align-items: baseline;
  gap: .75rem;
  flex-wrap: wrap;
}

.nc-price-card > p:first-child strong {
  color: var(--nc-ink);
  font: 300 clamp(2.8rem, 4.8vw, 4.2rem)/1 var(--cb-display-font);
  letter-spacing: -.055em;
}

.nc-price-card > p:first-child span {
  color: var(--nc-copy);
  font-size: .92rem;
  font-weight: 700;
}

.nc-price-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
  list-style: none;
}

.nc-price-card li {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: var(--nc-copy);
}

.nc-price-card__detail {
  margin: 1.1rem 0 0;
  color: var(--nc-ink);
  font-weight: 700;
  line-height: 1.5;
}

.nc-price-card > small {
  margin-top: 1.2rem;
  display: block;
  color: var(--nc-muted);
  line-height: 1.5;
}

.nc-faq {
  background: #fff !important;
}

.nc-faq__items {
  border-top: 1px solid var(--nc-line);
}

.nc-faq details {
  border-bottom: 1px solid var(--nc-line);
}

.nc-faq summary {
  min-height: 76px;
  padding: 1.2rem .2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 1rem;
  align-items: center;
  color: var(--nc-ink);
  font-size: 1.02rem;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.nc-faq summary::-webkit-details-marker {
  display: none;
}

.nc-faq summary i {
  width: 32px;
  height: 32px;
  position: relative;
  border: 1px solid var(--nc-line-strong);
  border-radius: 50%;
}

.nc-faq summary i::before,
.nc-faq summary i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1px;
  background: var(--nc-violet);
  transform: translate(-50%, -50%);
}

.nc-faq summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.nc-faq details[open] summary i::after {
  display: none;
}

.nc-faq details > p {
  max-width: 760px;
  margin: -.45rem 0 0;
  padding: 0 .2rem 1.5rem;
  color: var(--nc-copy);
  line-height: 1.65;
}

.nc-symptoms ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.nc-symptoms li {
  min-height: 210px;
  padding: 1.6rem;
  border: 1px solid var(--nc-line);
  border-radius: 15px;
  background: #fff;
}

.nc-symptoms li span {
  color: var(--nc-violet);
  font-size: .72rem;
  font-weight: 850;
}

.nc-symptoms li p {
  margin: 3rem 0 0;
  color: var(--nc-ink);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
}

.nc-dashboard--business .nc-dashboard__chrome {
  min-height: 520px;
}

.nc-business-ui__summary {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}

.nc-business-ui__summary article {
  min-height: 86px;
  padding: .85rem;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-content: center;
  gap: .15rem .55rem;
  border: 1px solid #ececf5;
  border-radius: 11px;
  background: #fff;
}

.nc-business-ui__summary article > span {
  grid-row: 1 / 3;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--nc-blue);
  border-radius: 8px;
  background: #eaf1ff;
  font-size: .65rem;
  font-weight: 850;
}

.nc-business-ui__summary strong {
  overflow: hidden;
  color: var(--nc-ink);
  font-size: .74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nc-business-ui__flow {
  margin-top: .75rem;
  padding: 1rem;
  border: 1px solid #ececf5;
  border-radius: 12px;
  background: #fff;
}

.nc-business-ui__flow header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nc-business-ui__flow header strong {
  color: var(--nc-ink);
  font-size: .72rem;
}

.nc-business-ui__flow header small {
  color: var(--nc-violet);
}

.nc-business-ui__flow svg {
  width: 100%;
  height: 145px;
  margin-top: .5rem;
}

.nc-business-ui__flow .is-area {
  fill: rgba(93, 54, 245, .11);
}

.nc-business-ui__flow .is-line {
  fill: none;
  stroke: var(--nc-violet);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.nc-domain-grid article {
  background: #fff;
}

.nc-domain-grid h3 {
  margin-top: 0;
}

.nc-domain-grid small {
  margin-top: 1.25rem;
  display: block;
  color: var(--nc-violet);
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.45;
}

.nc-team-results {
  background: #fff !important;
}

.nc-team-results__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.nc-team-results__grid article {
  min-height: 230px;
  padding: 1.7rem;
  border-top: 3px solid var(--nc-violet);
  background: #f8f7fc;
}

.nc-team-results__grid small {
  margin-top: 2.1rem;
  display: block;
  color: var(--nc-muted);
  font-weight: 750;
  text-transform: uppercase;
}

.nc-team-results__grid h3 {
  margin-top: .65rem;
}

.nc-msp-console__window > header div {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.nc-msp-console__window > header b {
  width: 30px;
  height: 30px;
}

.nc-msp-console__window > header span {
  color: var(--nc-ink);
  font-size: .78rem;
  font-weight: 750;
}

.nc-msp-console__body > div {
  min-width: 0;
}

.nc-msp-console__body > div > p {
  margin: 0 0 1rem;
  color: var(--nc-ink);
  font-size: .95rem;
  font-weight: 750;
}

.nc-msp-console__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}

.nc-msp-console__cards article {
  min-height: 105px;
  padding: .85rem;
  display: grid;
  gap: .4rem;
  border: 1px solid #ececf5;
  border-radius: 11px;
  background: #fff;
}

.nc-msp-console__cards strong {
  color: var(--nc-ink);
  font-size: .72rem;
  line-height: 1.25;
}

.nc-msp-console__cards article > span {
  color: var(--nc-violet);
  font-size: .82rem;
  font-weight: 850;
}

.nc-msp-console__cards svg {
  width: 20px;
  fill: none;
  stroke: #15987e;
  stroke-width: 2;
}

.nc-msp-console__monitoring {
  margin-top: .8rem;
  padding: 1rem;
  min-height: 242px;
  border: 1px solid #e7e8f2;
  border-radius: 12px;
  background: #fff;
}

.nc-msp-console__monitoring header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nc-msp-console__monitoring header strong {
  color: var(--nc-ink);
  font-size: .8rem;
}

.nc-msp-console__monitoring header span {
  color: #168c73;
  font-size: .66rem;
  font-weight: 800;
}

.nc-msp-console__monitoring header i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #1caa89;
}

.nc-msp-console__monitoring svg {
  width: 100%;
  height: 165px;
  margin-top: .65rem;
}

.nc-msp-console__monitoring .is-grid {
  fill: none;
  stroke: #ededf4;
  stroke-width: 1;
}

.nc-msp-console__monitoring .is-area {
  fill: rgba(24, 169, 198, .13);
}

.nc-msp-console__monitoring .is-line {
  fill: none;
  stroke: var(--nc-cyan);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.nc-lifecycle {
  background: #fff !important;
}

.nc-lifecycle .nc-flow {
  overflow: visible;
}

.nc-lifecycle .nc-flow li {
  min-height: 122px;
}

.nc-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.nc-pillar-grid article {
  min-height: 265px;
  padding: 1.8rem;
  border: 1px solid var(--nc-line);
  border-radius: 15px;
  background: #fff;
}

.nc-pillar-grid a {
  margin-top: 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--nc-blue);
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}

.nc-modules {
  max-width: 980px;
  margin: 1.5rem auto 0;
  border: 1px solid var(--nc-line);
  border-radius: 14px;
  background: #fff;
}

.nc-modules summary {
  min-height: 62px;
  padding: .8rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  color: var(--nc-violet);
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.nc-modules summary::-webkit-details-marker {
  display: none;
}

.nc-modules[open] summary svg {
  transform: rotate(90deg);
}

.nc-modules ul {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .65rem;
  list-style: none;
}

.nc-modules li {
  min-height: 52px;
  padding: .55rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  border-radius: 9px;
  background: #f6f6fb;
  color: var(--nc-copy);
  font-size: .74rem;
  font-weight: 700;
}

.nc-automation-example {
  background: #fff !important;
}

.nc-automation-example ol {
  gap: .6rem;
}

.nc-automation-example li {
  grid-template-columns: 38px minmax(0, 1fr) auto;
  border-color: var(--nc-line);
}

.nc-automation-example li small {
  padding: .35rem .55rem;
  color: #625d80;
  border-radius: 999px;
  background: #f0eff7;
  font-size: .64rem;
  font-weight: 750;
}

.nc-status-badge {
  width: fit-content;
  margin: 1.5rem 0 0;
  padding: .55rem .8rem;
  color: #775f14;
  border: 1px solid rgba(193, 145, 16, .24);
  border-radius: 999px;
  background: #fff8da;
  font-size: .75rem;
  font-weight: 800;
}

.nc-portal {
  background: #f4f3fa !important;
}

.nc-portal__items {
  margin: 1.8rem 0 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nc-portal-preview {
  margin: 0;
}

.nc-portal-preview > div {
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(65, 61, 126, .17);
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--nc-shadow);
}

.nc-portal-preview header {
  height: 62px;
  padding: 0 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--nc-line);
}

.nc-portal-preview header b {
  color: var(--nc-ink);
  font: 300 1.7rem/1 var(--cb-display-font);
  letter-spacing: -.06em;
}

.nc-portal-preview header b span {
  color: var(--nc-violet);
}

.nc-portal-preview > div > div {
  padding: 1.4rem;
}

.nc-portal-preview > div > div > p {
  margin: 0 0 1.2rem;
  color: var(--nc-ink);
  font-size: 1rem;
  font-weight: 750;
}

.nc-portal-preview > div > div > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.nc-portal-preview article {
  min-height: 120px;
  padding: 1rem;
  display: grid;
  align-content: space-between;
  border: 1px solid var(--nc-line);
  border-radius: 12px;
  background: #f9f9fc;
}

.nc-portal-preview article strong {
  color: var(--nc-ink);
}

.nc-portal-preview ul {
  margin: .8rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  list-style: none;
}

.nc-portal-preview li {
  min-height: 82px;
  padding: .9rem;
  display: grid;
  gap: .35rem;
  color: var(--nc-copy);
  border: 1px solid var(--nc-line);
  border-radius: 11px;
  font-size: .75rem;
}

.nc-portal-preview li span {
  color: var(--nc-violet);
  font-size: 1.05rem;
  font-weight: 850;
}

.nc-portal-preview li svg {
  width: 20px;
  fill: none;
  stroke: #149579;
  stroke-width: 2;
}

.nc-integration-levels {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 1rem;
}

.nc-integration-levels article {
  padding: 1.5rem;
  border: 1px solid var(--nc-line);
  border-radius: 15px;
  background: #fff;
}

.nc-integration-levels h3 {
  margin: 0 0 1rem;
  color: var(--nc-ink);
  font-size: 1.08rem;
}

.nc-integration-levels ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  list-style: none;
}

.nc-integration-levels article:first-child ul {
  grid-template-columns: 1fr;
}

.nc-integration-levels li {
  min-height: 54px;
  padding: .7rem .85rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  border-radius: 9px;
  background: #f7f7fb;
}

.nc-integration-levels li i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b8bac7;
}

.nc-integration-levels li i.is-available {
  background: #19a987;
  box-shadow: 0 0 0 4px rgba(25, 169, 135, .12);
}

.nc-integration-levels strong {
  color: var(--nc-ink);
  font-size: .85rem;
}

.nc-integrations__cta {
  margin-top: 1.5rem;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 14px;
  background: #f2f0fa;
}

.nc-integrations__cta p {
  margin: 0;
  color: var(--nc-ink);
  font-weight: 750;
}

.nc-integrations__cta .nc-actions {
  margin: 0;
}

.nc-pricing-calculator {
  background: #f4f1ff !important;
}

.nc-rate-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  list-style: none;
}

.nc-rate-grid li {
  min-height: 135px;
  padding: 1.2rem;
  display: grid;
  align-content: center;
  gap: .55rem;
  text-align: center;
  border: 1px solid rgba(86, 60, 202, .16);
  border-radius: 13px;
  background: rgba(255, 255, 255, .82);
}

.nc-rate-grid strong {
  color: var(--nc-ink);
  font: 300 clamp(1.9rem, 3vw, 2.7rem)/1 var(--cb-display-font);
  letter-spacing: -.05em;
}

.nc-rate-grid span {
  color: var(--nc-copy);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
}

.nc-calculator {
  max-width: 1080px;
  margin: 1rem auto 0;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  border: 1px solid rgba(86, 60, 202, .18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(48, 34, 122, .08);
}

.nc-calculator > header {
  text-align: center;
}

.nc-calculator > header h3 {
  margin: 0;
  color: var(--nc-ink);
  font-size: 1.35rem;
}

.nc-calculator > header p {
  margin: .55rem 0 0;
  color: var(--nc-copy);
}

.nc-calculator__fields {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.nc-calculator label {
  display: grid;
  gap: .55rem;
  color: var(--nc-copy);
  font-size: .76rem;
  font-weight: 750;
}

.nc-calculator input {
  width: 100%;
  min-height: 54px;
  padding: 0 1rem;
  color: var(--nc-ink);
  border: 1px solid var(--nc-line-strong);
  border-radius: 10px;
  background: #fbfbfd;
  font: 750 1rem/1 var(--cb-display-font);
}

.nc-calculator__total {
  margin-top: 1.2rem;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
  border-radius: 13px;
  background: linear-gradient(110deg, #25266f, #5d36f5);
}

.nc-calculator__total span {
  font-weight: 700;
}

.nc-calculator__total output {
  font: 300 clamp(2rem, 4vw, 3.25rem)/1 var(--cb-display-font);
  letter-spacing: -.05em;
}

.nc-page--msp [hidden] {
  display: none !important;
}

.nc-msp-toggle {
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 4px;
  display: flex;
  border: 1px solid rgba(86, 60, 202, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 28px rgba(48, 34, 122, .08);
}

.nc-msp-toggle label {
  position: relative;
  cursor: pointer;
}

.nc-msp-toggle input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}

.nc-msp-toggle span {
  min-width: 112px;
  padding: .7rem 1.15rem;
  display: block;
  color: var(--nc-copy);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 750;
  text-align: center;
}

.nc-msp-toggle input:checked + span {
  color: #fff;
  background: linear-gradient(110deg, #25266f, #5d36f5);
}

.nc-msp-toggle input:focus-visible + span {
  outline: 3px solid rgba(93, 54, 245, .28);
  outline-offset: 3px;
}

.nc-msp-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.nc-msp-plan {
  position: relative;
  min-width: 0;
  min-height: 100%;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(86, 60, 202, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 48px rgba(48, 34, 122, .07);
}

.nc-msp-plan--recommended {
  border-color: rgba(93, 54, 245, .48);
  box-shadow: 0 24px 58px rgba(69, 46, 190, .16);
}

.nc-msp-plan.is-selected {
  outline: 3px solid rgba(93, 54, 245, .2);
  outline-offset: 3px;
}

.nc-msp-plan__badge {
  width: fit-content;
  margin: -.7rem 0 1rem;
  padding: .42rem .65rem;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(110deg, #25266f, #5d36f5);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.nc-msp-plan h3 {
  margin: 0 0 .8rem;
  color: var(--nc-ink);
  font: 300 clamp(1.4rem, 2vw, 1.85rem)/1.08 var(--cb-display-font);
  letter-spacing: -.04em;
}

.nc-msp-plan > p:not([class]) {
  min-height: 8em;
  margin: 0 0 1.25rem;
  color: var(--nc-copy);
  font-size: .9rem;
  line-height: 1.55;
}

.nc-msp-plan__price {
  margin: auto 0 .5rem;
}

.nc-msp-plan__price strong,
.nc-msp-plan__quote {
  display: block;
  color: var(--nc-ink);
  font: 300 clamp(2rem, 2.7vw, 2.8rem)/1 var(--cb-display-font);
  letter-spacing: -.05em;
}

.nc-msp-plan__price span,
.nc-msp-plan__cadence,
.nc-msp-plan__annual,
.nc-msp-plan__saving {
  color: var(--nc-copy);
  font-size: .76rem;
  line-height: 1.45;
}

.nc-msp-plan__cadence,
.nc-msp-plan__annual,
.nc-msp-plan__saving {
  margin: .45rem 0 0;
}

.nc-msp-plan__saving {
  color: #167b61;
  font-weight: 750;
}

.nc-msp-plan .nc-button {
  width: 100%;
  margin-top: 1.4rem;
}

.nc-msp-matrix {
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.nc-msp-matrix > header {
  max-width: 900px;
  margin-bottom: 1.4rem;
}

.nc-msp-matrix > header h3 {
  margin: 0 0 .55rem;
  color: var(--nc-ink);
  font: 300 clamp(1.65rem, 3vw, 2.45rem)/1.08 var(--cb-display-font);
  letter-spacing: -.045em;
}

.nc-msp-matrix > header p {
  margin: 0;
  color: var(--nc-copy);
  line-height: 1.55;
}

.nc-msp-matrix__scroll {
  overflow-x: auto;
  border: 1px solid rgba(86, 60, 202, .16);
  border-radius: 18px;
  background: #fff;
}

.nc-msp-matrix table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.nc-msp-matrix th,
.nc-msp-matrix td {
  padding: .95rem 1rem;
  border-bottom: 1px solid rgba(86, 60, 202, .12);
  text-align: center;
}

.nc-msp-matrix th:first-child {
  width: 34%;
  text-align: left;
}

.nc-msp-matrix tbody th {
  color: var(--nc-copy);
  font-size: .83rem;
}

.nc-msp-matrix td {
  color: var(--nc-copy);
  font-size: .75rem;
}

.nc-msp-matrix td svg {
  width: 17px;
  margin-right: .25rem;
  fill: none;
  stroke: #20a37c;
  stroke-width: 2.2;
  vertical-align: middle;
}

.nc-msp-calculator {
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.nc-msp-calculator__primary,
.nc-msp-calculator__resources {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.nc-msp-calculator__label {
  margin-bottom: .55rem;
  display: block;
  color: var(--nc-copy);
  font-size: .76rem;
  font-weight: 750;
}

.nc-msp-calculator .nc-msp-toggle {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

.nc-msp-calculator .nc-msp-toggle label {
  flex: 1;
}

.nc-msp-calculator .nc-msp-toggle span {
  min-width: 0;
}

.nc-msp-calculator select {
  width: 100%;
  min-height: 54px;
  padding: 0 1rem;
  color: var(--nc-ink);
  border: 1px solid var(--nc-line-strong);
  border-radius: 10px;
  background: #fbfbfd;
  font: 750 1rem/1 var(--cb-display-font);
}

.nc-msp-calculator select:focus-visible {
  outline: 3px solid rgba(93, 54, 245, .22);
  outline-offset: 2px;
}

.nc-msp-calculator__resources small {
  color: #526080;
  font-size: .69rem;
  font-weight: 500;
  line-height: 1.35;
}

.nc-msp-calculator__result {
  margin-top: 1.2rem;
  padding: 1.25rem 1.4rem;
  color: #fff;
  border-radius: 13px;
  background: linear-gradient(110deg, #25266f, #5d36f5);
}

.nc-msp-calculator__result p {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.nc-msp-calculator__result p + p {
  margin-top: .75rem;
}

.nc-msp-calculator__result output {
  font: 300 clamp(1.8rem, 4vw, 3rem)/1 var(--cb-display-font);
  letter-spacing: -.05em;
  text-align: right;
}

.nc-msp-calculator__result .nc-msp-calculator__cadence {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
  text-align: right;
}

@media (max-width: 1040px) {
  .nc-msp-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nc-msp-plan > p:not([class]) {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .nc-msp-plan-grid,
  .nc-msp-calculator__primary,
  .nc-msp-calculator__resources {
    grid-template-columns: 1fr;
  }

  .nc-msp-toggle {
    width: 100%;
  }

  .nc-msp-toggle label {
    flex: 1;
  }

  .nc-msp-toggle span {
    min-width: 0;
  }

  .nc-msp-calculator__result p {
    align-items: flex-start;
    flex-direction: column;
  }

  .nc-msp-calculator__result output,
  .nc-msp-calculator__result .nc-msp-calculator__cadence {
    text-align: left;
  }
}

.nc-mobile-cta {
  display: none;
}

@media (max-width: 1320px) {
  .nc-hero--starter .nc-hero__grid,
  .nc-hero--business .nc-hero__grid,
  .nc-hero--msp .nc-hero__grid {
    width: calc(100% - 32px);
  }
}

@media (max-width: 1180px) {
  .nc-shell,
  .nc-shell--narrow {
    width: min(calc(100% - 48px), 1120px);
  }

  .nc-hero__grid,
  .nc-page--msp .nc-hero__grid,
  .nc-page--business .nc-hero__grid {
    grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
    gap: 2.5rem;
  }

  .nc-hero--home .nc-hero__grid {
    width: min(calc(100% - 48px), 1120px);
    grid-template-columns: minmax(0, 620px);
  }

  .nc-hero--home .nc-hero__copy {
    max-width: 620px;
  }

  .nc-dashboard__chrome,
  .nc-starter-ui__window,
  .nc-msp-console__window {
    min-height: 470px;
  }

  .nc-dashboard__lower {
    grid-template-columns: 1fr;
  }

  .nc-murphy-card {
    display: none;
  }

  .nc-activity {
    min-height: 230px;
  }

  .nc-flow--eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nc-flow--eight li:nth-child(5) {
    border-left: 0;
    border-top: 1px solid var(--nc-line);
  }

  .nc-flow--eight li:nth-child(n + 6) {
    border-top: 1px solid var(--nc-line);
  }

  .nc-modules ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .nc-hero--home {
    --nc-home-video-shift: clamp(72px, 12vw, 110px);
  }

  .nc-hero--starter {
    --nc-starter-video-shift: clamp(34px, 6vw, 64px);
  }

  .nc-hero--business {
    --nc-business-video-shift: clamp(-3.4cm, -13vw, -2.2cm);
    --nc-business-video-scale: 1.3;
  }

  .nc-hero--msp {
    --nc-msp-video-shift: clamp(18px, 4vw, 38px);
  }

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

  .nc-hero__grid,
  .nc-page--msp .nc-hero__grid,
  .nc-page--business .nc-hero__grid,
  .nc-murphy__grid,
  .nc-two-column,
  .nc-price-band__grid {
    grid-template-columns: 1fr;
  }

  .nc-hero__copy {
    max-width: 760px;
  }

  .nc-dashboard,
  .nc-starter-ui,
  .nc-msp-console {
    width: min(100%, 720px);
  }

  .nc-hero--home .nc-hero__copy {
    max-width: min(650px, 74vw);
  }

  .nc-home-video__frame::after {
    background: linear-gradient(90deg,
      var(--nc-warm) 0%,
      var(--nc-warm) 48%,
      rgba(251, 250, 247, .99) 62%,
      rgba(251, 250, 247, .82) 76%,
      rgba(251, 250, 247, .25) 92%,
      rgba(251, 250, 247, 0) 100%);
  }

  .nc-starter-video__frame::after {
    background: linear-gradient(90deg,
      var(--nc-warm) 0%,
      var(--nc-warm) 48%,
      rgba(251, 250, 247, .99) 61%,
      rgba(251, 250, 247, .82) 74%,
      rgba(251, 250, 247, .3) 90%,
      rgba(251, 250, 247, 0) 100%);
  }

  .nc-business-video__frame::after {
    background: linear-gradient(90deg,
      var(--nc-warm) 0%,
      rgba(251, 250, 247, .99) 55%,
      rgba(251, 250, 247, .86) 70%,
      rgba(251, 250, 247, .42) 86%,
      rgba(251, 250, 247, .08) 100%);
  }

  .nc-msp-video__frame::after {
    background: linear-gradient(90deg,
      var(--nc-warm) 0%,
      rgba(251, 250, 247, .99) 55%,
      rgba(251, 250, 247, .86) 70%,
      rgba(251, 250, 247, .42) 86%,
      rgba(251, 250, 247, .08) 100%);
  }

  .nc-section-head--split {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .nc-transform__visual {
    grid-template-columns: 1fr 220px 1fr;
  }

  .nc-offer-grid,
  .nc-essential-grid,
  .nc-domain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nc-offer-card:last-child {
    grid-column: 1 / -1;
    min-height: 320px;
  }

  .nc-essential-grid article:nth-child(3n + 2),
  .nc-essential-grid article:nth-child(3n + 3),
  .nc-domain-grid article:nth-child(3n + 2),
  .nc-domain-grid article:nth-child(3n + 3) {
    border-left: 0;
  }

  .nc-essential-grid article:nth-child(even),
  .nc-domain-grid article:nth-child(even) {
    border-left: 1px solid var(--nc-line);
  }

  .nc-essential-grid article:nth-child(n + 3),
  .nc-domain-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--nc-line);
  }

  .nc-adoption--four .nc-steps,
  .nc-symptoms ol,
  .nc-team-results__grid,
  .nc-rate-grid,
  .nc-calculator__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nc-trust-band ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nc-portal-preview {
    width: min(100%, 720px);
  }
}

@media (max-width: 760px) {
  .neoo-commercial-page {
    --cb-title-hero: clamp(2.6rem, 12vw, 3.55rem);
    --cb-title-section: clamp(2.15rem, 10vw, 3rem);
    padding-bottom: 76px;
  }

  .nc-hero--home {
    --nc-home-video-shift: 0px;
  }

  .nc-hero--starter {
    --nc-starter-video-shift: 0px;
  }

  .nc-hero--business {
    --nc-business-video-shift: 0px;
    --nc-business-video-scale: 1;
  }

  .nc-hero--msp {
    --nc-msp-video-shift: 0px;
  }

  .nc-hero--home .nc-hero__grid {
    width: min(calc(100% - 40px), 680px);
  }

  .nc-shell,
  .nc-shell--narrow {
    width: min(calc(100% - 40px), 680px);
  }

  .nc-hero--starter .nc-hero__grid,
  .nc-hero--business .nc-hero__grid,
  .nc-hero--msp .nc-hero__grid {
    width: calc(100% - 28px);
  }

  .nc-section {
    padding: 5.2rem 0;
  }

  .nc-section-head {
    margin-bottom: 2.5rem;
  }

  .nc-section-head--center {
    text-align: left;
  }

  .nc-hero {
    padding: 4.3rem 0 4.8rem;
  }

  .nc-hero--business {
    padding-bottom: 6.4rem;
  }

  .nc-hero--msp {
    padding-bottom: 6.4rem;
  }

  .nc-hero--starter {
    padding-bottom: 9rem;
  }

  .nc-hero__grid {
    gap: 3rem;
  }

  .nc-hero__lead {
    font-size: 1.08rem;
  }

  .nc-hero--home .nc-hero__copy {
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nc-hero--home .nc-eyebrow {
    min-height: 0;
    margin-bottom: 1.25rem;
    padding: .6rem .75rem .55rem;
  }

  .nc-hero--home .nc-home-title__intro {
    max-width: none;
    margin-bottom: .12em;
  }

  .nc-hero--home .nc-hero__lead {
    margin-top: 1.1rem;
  }

  .nc-hero--home .nc-actions--home {
    margin-top: 1.4rem;
  }

  .nc-hero--home .nc-actions--home .nc-button {
    max-width: none;
  }

  .nc-hero--home .nc-assurances--home {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: .7rem;
  }

  .nc-hero--home .nc-assurances--home li,
  .nc-hero--home .nc-assurances--home li:first-child {
    padding: 0;
    border-left: 0;
  }

  .nc-hero--home .nc-assurance-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .nc-home-video__frame::after {
    background: linear-gradient(180deg,
      var(--nc-warm) 0%,
      var(--nc-warm) 54%,
      rgba(251, 250, 247, .98) 68%,
      rgba(251, 250, 247, .84) 82%,
      rgba(251, 250, 247, .46) 100%);
  }

  .nc-starter-video__frame::after {
    background: linear-gradient(180deg,
      var(--nc-warm) 0%,
      var(--nc-warm) 42%,
      rgba(251, 250, 247, .96) 55%,
      rgba(251, 250, 247, .72) 68%,
      rgba(251, 250, 247, .38) 82%,
      rgba(251, 250, 247, .12) 100%);
  }

  .nc-starter-video__media {
    object-position: center center;
    opacity: .9;
  }

  .nc-starter-video__toggle {
    top: 18px;
    right: 20px;
    bottom: auto;
    width: 44px;
    height: 44px;
  }

  .nc-business-video__frame::after {
    background: linear-gradient(180deg,
      var(--nc-warm) 0%,
      rgba(251, 250, 247, .99) 48%,
      rgba(251, 250, 247, .9) 65%,
      rgba(251, 250, 247, .58) 82%,
      rgba(251, 250, 247, .24) 100%);
  }

  .nc-business-video__media {
    object-position: 64% center;
    opacity: .78;
  }

  .nc-business-video__toggle {
    top: 18px;
    right: 20px;
    bottom: auto;
    width: 44px;
    height: 44px;
  }

  .nc-msp-video__frame::after {
    background: linear-gradient(180deg,
      var(--nc-warm) 0%,
      rgba(251, 250, 247, .99) 48%,
      rgba(251, 250, 247, .9) 65%,
      rgba(251, 250, 247, .58) 82%,
      rgba(251, 250, 247, .24) 100%);
  }

  .nc-msp-video__media {
    object-position: 64% center;
    opacity: .78;
  }

  .nc-msp-video__toggle {
    top: 18px;
    right: 20px;
    bottom: auto;
    width: 44px;
    height: 44px;
  }

  .nc-actions {
    align-items: stretch;
  }

  .nc-actions .nc-button {
    width: 100%;
  }

  .nc-button--text {
    justify-content: flex-start;
  }

  .nc-assurances {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nc-dashboard__chrome,
  .nc-starter-ui__window,
  .nc-msp-console__window {
    min-height: 390px;
    border-radius: 17px;
  }

  .nc-dashboard__chrome {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .nc-dashboard__rail {
    padding-inline: .45rem;
  }

  .nc-dashboard__rail i:nth-of-type(n + 4),
  .nc-starter-ui__body > aside i:nth-of-type(n + 4),
  .nc-msp-console__body > aside i:nth-of-type(n + 4) {
    display: none;
  }

  .nc-dashboard__main {
    padding: .9rem;
  }

  .nc-dashboard__top {
    min-height: 48px;
  }

  .nc-dashboard__top > span {
    display: none;
  }

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

  .nc-dashboard__metrics article:last-child {
    display: none;
  }

  .nc-metric {
    min-height: 92px;
    padding: .75rem;
  }

  .nc-metric strong {
    min-height: auto;
    font-size: .78rem;
  }

  .nc-activity {
    min-height: 210px;
    padding: .75rem;
  }

  .nc-activity li:last-child {
    display: none;
  }

  .nc-activity li {
    min-height: 61px;
  }

  .nc-activity li small {
    max-width: 165px;
  }

  .nc-offer-grid,
  .nc-transform__visual,
  .nc-benefit-grid,
  .nc-essential-grid,
  .nc-domain-grid,
  .nc-pillar-grid,
  .nc-steps,
  .nc-adoption--four .nc-steps,
  .nc-symptoms ol,
  .nc-team-results__grid,
  .nc-growth__items,
  .nc-portal__items,
  .nc-integration-levels,
  .nc-rate-grid,
  .nc-calculator__fields {
    grid-template-columns: 1fr;
  }

  .nc-offer-card,
  .nc-offer-card:last-child {
    grid-column: auto;
    min-height: 330px;
  }

  .nc-transform__side,
  .nc-transform__core {
    min-height: 300px;
  }

  .nc-transform__core {
    order: 2;
  }

  .nc-transform__side--after {
    order: 3;
  }

  .nc-benefit-grid {
    border: 0;
    gap: 0;
  }

  .nc-benefit-grid article {
    min-height: auto;
    padding: 2rem 0;
    border-bottom: 1px solid var(--nc-line);
  }

  .nc-benefit-grid article + article {
    border-left: 0;
  }

  .nc-flow,
  .nc-flow--five,
  .nc-flow--four,
  .nc-flow--eight {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .nc-flow li {
    min-height: 76px;
    padding: 1rem;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .nc-flow li + li,
  .nc-flow--eight li:nth-child(n + 5) {
    border-top: 1px solid var(--nc-line);
    border-left: 0;
  }

  .nc-flow li:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 22px;
    top: auto;
    bottom: -10px;
    transform: none;
  }

  .nc-murphy__examples article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .nc-murphy__examples article > i {
    display: none;
  }

  .nc-trust-band ul {
    grid-template-columns: 1fr;
  }

  .nc-essential-grid,
  .nc-domain-grid {
    border: 0;
    background: transparent;
    gap: .75rem;
  }

  .nc-essential-grid article,
  .nc-domain-grid article,
  .nc-essential-grid article:nth-child(even),
  .nc-domain-grid article:nth-child(even),
  .nc-essential-grid article:nth-child(n + 3),
  .nc-domain-grid article:nth-child(n + 3) {
    min-height: auto;
    border: 1px solid var(--nc-line);
    border-radius: 13px;
    background: #fff;
  }

  .nc-starter-ui__body,
  .nc-msp-console__body {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .nc-starter-ui__body > div,
  .nc-msp-console__body > div {
    padding: .8rem;
  }

  .nc-starter-ui__document {
    min-height: 185px;
    margin: .65rem 0;
  }

  .nc-starter-ui__document footer {
    margin-top: 1.4rem;
  }

  .nc-collaboration {
    grid-template-columns: 1fr;
    gap: .7rem;
  }

  .nc-collaboration article {
    min-height: 140px;
  }

  .nc-collaboration > div {
    padding-block: .35rem;
  }

  .nc-collaboration > div i {
    width: 1px;
    height: 28px;
  }

  .nc-business-ui__summary {
    grid-template-columns: 1fr;
  }

  .nc-business-ui__summary article:nth-child(n + 3) {
    display: none;
  }

  .nc-business-ui__flow svg {
    height: 120px;
  }

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

  .nc-msp-console__cards article:last-child {
    display: none;
  }

  .nc-msp-console__monitoring {
    min-height: 190px;
  }

  .nc-msp-console__monitoring svg {
    height: 118px;
  }

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

  .nc-automation-example li {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .nc-automation-example li small {
    grid-column: 2;
    width: fit-content;
  }

  .nc-portal-preview > div > div > div,
  .nc-portal-preview ul {
    grid-template-columns: 1fr;
  }

  .nc-portal-preview article:last-child,
  .nc-portal-preview li:last-child {
    display: none;
  }

  .nc-integration-levels ul {
    grid-template-columns: 1fr;
  }

  .nc-integrations__cta {
    align-items: stretch;
    flex-direction: column;
  }

  .nc-integrations__cta .nc-actions {
    width: 100%;
  }

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

  .nc-calculator__total {
    align-items: flex-start;
    flex-direction: column;
  }

  .nc-final {
    padding-block: 6.5rem;
  }

  .nc-mobile-cta {
    position: fixed;
    z-index: 150;
    left: 14px;
    right: 14px;
    bottom: 12px;
    min-height: 54px;
    padding: .85rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    color: #fff;
    border-radius: 13px;
    background: linear-gradient(105deg, var(--nc-blue), var(--nc-violet));
    box-shadow: 0 16px 36px rgba(41, 31, 157, .32);
    font: 750 .9rem/1.2 var(--cb-display-font);
    text-decoration: none;
  }

  .nc-mobile-cta svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
}

@media (max-width: 420px) {
  .nc-shell,
  .nc-shell--narrow {
    width: min(calc(100% - 32px), 390px);
  }

  .nc-page h1 {
    font-size: clamp(2.45rem, 12vw, 3.15rem);
  }

  .nc-page .nc-section-head h2,
  .nc-page .nc-final h2 {
    font-size: clamp(2.05rem, 10.3vw, 2.75rem);
  }

  .nc-dashboard__metrics {
    grid-template-columns: 1fr;
  }

  .nc-dashboard__metrics article:nth-child(2) {
    display: none;
  }

  .nc-activity li small {
    max-width: 135px;
  }

  .nc-rate-grid {
    grid-template-columns: 1fr;
  }

  .nc-rate-grid li {
    min-height: 105px;
  }

  .nc-modules ul {
    grid-template-columns: 1fr;
  }
}

/* Home Forge presentation video, v20260821-neoo-home-forge-video-dialog-5. */
html.has-home-forge-video-dialog {
  overflow: hidden;
}

.nc-forge-video-dialog {
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: #e9f2ff;
  background: #050b18;
  border: 1px solid rgb(157 188 233 / 28%);
  border-radius: 24px;
  box-shadow: 0 36px 100px rgb(0 0 0 / 58%);
}

.nc-forge-video-dialog:not([open]) {
  display: none;
}

.nc-forge-video-dialog::backdrop {
  background: rgb(1 5 14 / 82%);
  backdrop-filter: blur(10px) saturate(80%);
}

.nc-forge-video-dialog__surface {
  padding: 18px;
  background:
    radial-gradient(circle at 84% 0%, rgb(74 113 255 / 16%), transparent 32%),
    #050b18;
}

.nc-forge-video-dialog__header {
  display: flex;
  gap: 20px;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px 14px 8px;
}

.nc-forge-video-dialog__header p {
  margin: 0;
  color: #f2f6ff;
  font-family: var(--cb-display-font);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.nc-forge-video-dialog__close {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: #e9f2ff;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(198 217 246 / 18%);
  border-radius: 50%;
  cursor: pointer;
}

.nc-forge-video-dialog__close:is(:hover, :focus-visible) {
  color: #fff;
  background: rgb(255 255 255 / 14%);
  border-color: rgb(126 207 255 / 54%);
}

.nc-forge-video-dialog__close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.nc-forge-video-dialog__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgb(158 192 241 / 18%);
  border-radius: 16px;
}

.nc-forge-video-dialog__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.nc-forge-video-dialog__fallback {
  display: inline-flex;
  gap: 9px;
  min-height: 42px;
  margin: 12px 4px 0;
  align-items: center;
  color: #a9dfff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nc-forge-video-dialog__fallback:is(:hover, :focus-visible) {
  color: #fff;
}

.nc-forge-video-dialog__fallback svg {
  width: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 720px) {
  .nc-forge-video-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 18px;
  }

  .nc-forge-video-dialog__surface {
    padding: 12px;
  }

  .nc-forge-video-dialog__header {
    min-height: 48px;
    padding: 0 0 10px 4px;
  }

  .nc-forge-video-dialog__frame {
    border-radius: 12px;
  }
}

@media (forced-colors: active) {
  .nc-forge-video-dialog,
  .nc-forge-video-dialog__close {
    color: CanvasText;
    background: Canvas;
    border-color: CanvasText;
  }

  .nc-forge-video-dialog::backdrop {
    background: Canvas;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nc-page *,
  .nc-page *::before,
  .nc-page *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
