/* ============================================================
   NEOO — business dashboard hero
   Reference: assets/neoo/neoo-hero-office-reference-20260717.png
   Core copy and dashboard labels remain live, localizable DOM.
   ============================================================ */

.n1-hero--city {
  --n1-business-rail-h: 96px;
  --n1-business-ease: cubic-bezier(.16, 1, .3, 1);
  --n1-business-blue: #3167ff;
  --n1-business-cyan: #25c4df;
  --n1-business-mint: #63d7b6;
  --n1-business-paper: #f6f8fc;
  --n1-business-ink: #101936;
}

body.n1-page #main > .n1-hero--city,
body.n1-cinema--enhanced #main > .n1-hero--city {
  position: relative;
  top: 0;
  bottom: auto;
  min-height: calc(100svh - var(--cb-topbar-h, 100px));
  height: calc(100svh - var(--cb-topbar-h, 100px));
  max-height: 920px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 42% 72% at 48% 44%, rgba(25, 80, 155, .2), transparent 72%),
    radial-gradient(ellipse 34% 62% at 78% 42%, rgba(18, 72, 135, .13), transparent 74%),
    linear-gradient(108deg, #020912 0%, #030b16 46%, #020a13 100%);
}

body.n1-page #main > .n1-hero--city::before,
body.n1-cinema--enhanced #main > .n1-hero--city::before {
  z-index: 2;
  inset: 0;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  filter: none;
  transform: none;
  background:
    linear-gradient(90deg, transparent 0 54%, rgba(2, 8, 16, .1) 60%, rgba(2, 8, 16, .88) 68%, #020811 100%),
    linear-gradient(180deg, rgba(1, 7, 15, .02), transparent 62%, rgba(1, 6, 13, .58) 100%);
  pointer-events: none;
}

.story-page--cinematic #main > .n1-hero--city > .n1-hero__atmosphere {
  z-index: 1;
  background:
    radial-gradient(ellipse 42% 52% at 44% 35%, rgba(48, 117, 215, .17), transparent 70%),
    radial-gradient(ellipse 40% 24% at 43% 84%, rgba(31, 112, 206, .15), transparent 72%);
}

.n1-hero--city .n1-hero__atmosphere::before {
  opacity: .24;
  background-image:
    linear-gradient(rgba(116, 164, 219, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 164, 219, .03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 64%, transparent 86%);
}

.n1-hero--city .n1-hero__atmosphere::after {
  top: 7%;
  right: 13%;
  width: 38%;
  height: 24%;
  opacity: .28;
  background: linear-gradient(90deg, transparent, rgba(55, 127, 218, .28), transparent);
  filter: blur(56px);
  animation: n1-business-haze 12s ease-in-out infinite alternate;
}

body.n1-page #main > .n1-hero--city > .n1-hero__inner,
body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__inner {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  height: calc(100% - var(--n1-business-rail-h));
  min-height: 0;
  margin: 0;
}

/* Copy — right column, aligned to the supplied composition. */
body.n1-page #main > .n1-hero--city .n1-hero__copy,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy {
  position: absolute;
  z-index: 12;
  top: clamp(108px, 15svh, 141px);
  left: 63.2%;
  width: min(35.8vw, 610px);
  max-width: 610px;
  margin: 0;
  transform: none;
}

.n1-hero--city .n1-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 38px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(210, 222, 239, .78);
  font-size: clamp(12px, .92vw, 15px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .317em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-2px);
}

.n1-hero--city .n1-hero__eyebrow > i {
  display: none;
}

.n1-hero--city h1 {
  max-width: none;
  margin: 0;
  color: #eef3fb;
  font-family: var(--cb-display-font);
  font-size: clamp(56px, 4.4vw, 76px);
  font-weight: var(--cb-display-weight);
  line-height: var(--cb-display-leading);
  letter-spacing: var(--cb-display-tracking);
  text-wrap: balance;
}

.n1-hero--city h1 em {
  display: inline-block;
  font-size: 1.15em;
  font-style: normal;
  white-space: nowrap;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translateX(-9px) scale(1.235, 1.11);
  transform-origin: left center;
}

.n1-hero--city h1 > span {
  display: inline-block;
  transform: translate(-3px, -7px) scale(1.09, 1.05);
  transform-origin: left center;
}

body[data-page-locale="en"] .n1-hero--city h1 em,
body[data-page-locale="nl"] .n1-hero--city h1 em {
  font-size: 1.08em;
  transform: scaleX(1.08);
}

body[data-page-locale="en"] .n1-hero--city h1 > span,
body[data-page-locale="nl"] .n1-hero--city h1 > span {
  transform: none;
}

.n1-hero--city .n1-hero__signal {
  display: none;
}

body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__lead,
.n1-hero--city .n1-hero__lead {
  max-width: 39ch;
  margin: 21px 0 0;
  color: rgba(218, 226, 238, .78);
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: var(--cb-lead-weight);
  line-height: 1.66;
  letter-spacing: var(--cb-lead-tracking);
  transform: scaleX(1.085);
  transform-origin: left top;
}

.n1-hero--city .n1-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

.n1-hero--city .n1-btn {
  min-height: 60px;
  padding: 16px 27px;
  border-radius: 9px;
  font-size: 18.5px;
  font-weight: 600;
  transition:
    transform .25s var(--n1-business-ease),
    color .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.n1-hero--city .n1-btn--primary {
  min-width: 260px;
  color: #07101a;
  background: linear-gradient(116deg, #d7efff 0%, #9fd8ff 56%, #a6e6e7 118%);
  box-shadow:
    0 22px 44px -24px rgba(96, 188, 255, .95),
    inset 0 1px 0 rgba(255, 255, 255, .8);
}

.n1-hero--city .n1-btn--ghost {
  padding-inline: 17px;
  color: #a9d9f5;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.n1-hero--city .n1-btn--ghost:hover {
  color: #dcf3ff;
  border-color: transparent;
  background: rgba(113, 190, 235, .06);
}

.n1-hero--city .n1-btn:hover {
  transform: translateY(-2px);
}

.n1-hero--city .n1-btn:focus-visible {
  outline: 3px solid #f6fbff;
  outline-offset: 4px;
}

.n1-hero--city .n1-hero__chips {
  display: flex;
  margin: 33px 0 0;
  padding: 0;
  list-style: none;
}

.n1-hero--city .n1-hero__chips li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(196, 209, 228, .72);
  font-size: 17px;
  line-height: 1.4;
}

.n1-hero--city .n1-hero__chips svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #7ed9ff;
  stroke-width: 1.5;
}

/* Left cinematic scene. */
body.n1-page #main > .n1-hero--city .n1-business-scene,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-business-scene {
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 0;
  width: 62.5%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  transform: none;
  pointer-events: none;
}

.n1-business-scene::before,
.n1-business-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.n1-business-scene::before {
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 6, 13, .1), transparent 35%, transparent 78%, rgba(2, 8, 16, .66)),
    linear-gradient(180deg, rgba(2, 7, 15, .08), transparent 60%, rgba(1, 6, 13, .72));
}

.n1-business-scene::after {
  z-index: 9;
  right: 4%;
  bottom: -11%;
  width: 73%;
  height: 32%;
  border-radius: 50%;
  opacity: .7;
  background: radial-gradient(ellipse, rgba(59, 128, 239, .36), rgba(35, 91, 181, .09) 44%, transparent 72%);
  filter: blur(18px);
  animation: n1-business-floor 7s ease-in-out infinite;
}

body.n1-page #main > .n1-hero--city .n1-business-scene > .n1-business-scene__office,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-business-scene > .n1-business-scene__office {
  position: absolute;
  z-index: 0;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 42%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 5% 52%;
  opacity: .68;
  filter: brightness(.38) saturate(.58) contrast(1.22) hue-rotate(154deg);
  mask-image: linear-gradient(90deg, #000 0 44%, rgba(0, 0, 0, .76) 70%, transparent 100%);
  transform: translate3d(calc(var(--n1-city-px) * -.14), calc(var(--n1-city-py) * -.09), 0) scale(1.04);
  transition: transform .35s ease-out;
}

.n1-business-scene__night {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle, rgba(132, 204, 255, .86) 0 1px, transparent 1.7px) 0 0 / 23px 31px,
    radial-gradient(circle, rgba(55, 126, 231, .52) 0 1px, transparent 1.8px) 11px 17px / 31px 39px,
    linear-gradient(180deg, rgba(4, 15, 31, .05), rgba(2, 9, 19, .58));
  clip-path: polygon(0 0, 37% 0, 37% 100%, 0 100%);
  opacity: .22;
  animation: n1-business-windows 5s steps(2, end) infinite alternate;
}

.n1-business-scene__links {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.n1-business-scene__links path {
  fill: none;
  stroke: #57a6ff;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-dasharray: 16 7;
  filter: drop-shadow(0 0 7px rgba(48, 131, 255, .86));
  animation: n1-business-link 10s linear infinite;
}

.n1-business-scene__links path:nth-child(2) { animation-delay: -2.4s; }
.n1-business-scene__links path:nth-child(3) { animation-delay: -4.8s; }
.n1-business-scene__links path:nth-child(4) { animation-delay: -7.2s; }

.n1-business-modules {
  position: absolute;
  z-index: 8;
  inset: 0;
}

.n1-business-module {
  position: absolute;
  left: 6.5%;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto 1fr;
  width: clamp(126px, 9vw, 150px);
  min-height: clamp(112px, 12.5vh, 130px);
  padding: 17px 15px;
  border: 1px solid rgba(143, 190, 244, .35);
  border-radius: 10px;
  color: #e6f0ff;
  background:
    linear-gradient(145deg, rgba(10, 25, 44, .86), rgba(7, 18, 35, .72));
  box-shadow:
    0 20px 38px -24px rgba(0, 0, 0, .96),
    inset 0 1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(13px);
  animation: n1-business-module-float 6s ease-in-out infinite;
}

.n1-business-module--crm { top: .8%; }
.n1-business-module--support { top: 21%; animation-delay: -1.4s; }
.n1-business-module--projects { top: 40.5%; animation-delay: -2.8s; }
.n1-business-module--billing { top: 59.2%; animation-delay: -4.2s; }

.n1-business-module > svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #d7e9ff;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.n1-business-module > b {
  align-self: center;
  font-size: clamp(11px, .85vw, 14px);
  font-weight: 500;
}

.n1-business-module > span:not(.n1-business-module__ring):not(.n1-business-module__bars):not(.n1-business-module__columns) {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.n1-business-module > span:not(.n1-business-module__ring):not(.n1-business-module__bars):not(.n1-business-module__columns) i {
  display: block;
  width: 78%;
  height: 4px;
  border-radius: 99px;
  background: rgba(137, 179, 230, .24);
}

.n1-business-module > span:not(.n1-business-module__ring):not(.n1-business-module__bars):not(.n1-business-module__columns) i:nth-child(2) { width: 57%; }
.n1-business-module > span:not(.n1-business-module__ring):not(.n1-business-module__bars):not(.n1-business-module__columns) i:nth-child(3) { width: 36%; }

.n1-business-module__ring {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  width: 43px;
  aspect-ratio: 1;
  margin: 9px 0 0 auto;
  border-radius: 50%;
  background: conic-gradient(#68b7ff 0 72%, rgba(110, 161, 221, .16) 72% 100%);
  animation: n1-business-ring 4s var(--n1-business-ease) both;
}

.n1-business-module__ring::before {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0a1728;
}

.n1-business-module__ring i {
  position: relative;
  z-index: 1;
  font-size: 8px;
  font-style: normal;
}

.n1-business-module__bars,
.n1-business-module__columns {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 35px;
  margin-top: 10px;
}

.n1-business-module__bars i {
  display: block;
  height: 5px;
  border-radius: 2px;
  background: linear-gradient(90deg, #486df0, #65aaf8);
  animation: n1-business-bar 2.5s var(--n1-business-ease) infinite alternate;
}

.n1-business-module__bars i:nth-child(1) { width: 28%; }
.n1-business-module__bars i:nth-child(2) { width: 18%; animation-delay: -.6s; }
.n1-business-module__bars i:nth-child(3) { width: 24%; animation-delay: -1.2s; }
.n1-business-module__bars i:nth-child(4) { width: 13%; animation-delay: -1.8s; }

.n1-business-module__columns i {
  width: 10px;
  height: var(--h, 40%);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #73b4ff, #356aee);
  transform-origin: 50% 100%;
  animation: n1-business-column 2.2s var(--n1-business-ease) infinite alternate;
}

.n1-business-module__columns i:nth-child(1) { --h: 28%; }
.n1-business-module__columns i:nth-child(2) { --h: 44%; animation-delay: -.4s; }
.n1-business-module__columns i:nth-child(3) { --h: 61%; animation-delay: -.8s; }
.n1-business-module__columns i:nth-child(4) { --h: 76%; animation-delay: -1.2s; }
.n1-business-module__columns i:nth-child(5) { --h: 94%; animation-delay: -1.6s; }

.n1-business-board {
  position: absolute;
  z-index: 7;
  top: 2.2%;
  left: 25.1%;
  width: min(42.5vw, 711px);
  height: 80.7%;
  padding: clamp(11px, .95vw, 17px);
  overflow: hidden;
  border: 1px solid rgba(150, 191, 245, .74);
  border-radius: 20px;
  color: var(--n1-business-ink);
  background:
    radial-gradient(ellipse 44% 38% at 63% 14%, rgba(110, 143, 255, .11), transparent 72%),
    linear-gradient(145deg, #fbfcff, #f0f4fb 65%, #e8eef8);
  box-shadow:
    0 0 0 7px rgba(58, 116, 207, .11),
    0 0 34px rgba(73, 143, 255, .42),
    0 50px 84px -34px rgba(0, 0, 0, .88),
    inset 0 1px 0 #fff;
  transform:
    perspective(1400px)
    translate3d(calc(var(--n1-city-px) * .34), calc(var(--n1-city-py) * .24), 0)
    rotateY(-15deg)
    rotateZ(2.6deg);
  transform-origin: 70% 48%;
  transition: transform .35s ease-out;
  animation: n1-business-board-float 7s ease-in-out infinite;
}

.n1-business-board::before {
  content: "";
  position: absolute;
  z-index: 9;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 26%, rgba(255, 255, 255, .62) 47%, transparent 66%);
  transform: translateX(-125%);
  animation: n1-business-board-sweep 10s var(--n1-business-ease) infinite;
}

.n1-business-board__frame {
  display: grid;
  grid-template-columns: 18.5% minmax(0, 1fr);
  gap: clamp(10px, .8vw, 14px);
  width: 100%;
  height: 100%;
}

.n1-business-board__sidebar {
  display: flex;
  min-width: 0;
  padding: clamp(9px, .75vw, 13px) 7px;
  flex-direction: column;
  border-right: 1px solid rgba(57, 74, 118, .09);
}

.n1-business-board__logo {
  margin: 2px 0 20px 5px;
  color: #111b3a;
  font-size: clamp(13px, 1.1vw, 19px);
  font-weight: 700;
  letter-spacing: -.055em;
}

.n1-business-board__logo i {
  color: #4c46f7;
  font-style: normal;
}

.n1-business-board__sidebar nav {
  display: grid;
  gap: clamp(4px, .36vw, 7px);
}

.n1-business-board__sidebar nav span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: clamp(23px, 1.8vw, 31px);
  padding: 0 6px;
  border-radius: 6px;
  color: rgba(27, 38, 72, .62);
}

.n1-business-board__sidebar nav span > i {
  width: 9px;
  height: 9px;
  flex: none;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.n1-business-board__sidebar nav b {
  overflow: hidden;
  font-size: clamp(5px, .47vw, 8px);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-business-board__sidebar nav span.is-current {
  color: #2945cc;
  background: #e1e9ff;
  box-shadow: inset 2px 0 0 #3455ef;
}

.n1-business-board__main {
  display: grid;
  min-width: 0;
  grid-template-rows: auto auto auto minmax(0, 1fr) minmax(68px, .44fr);
  gap: clamp(7px, .55vw, 10px);
  padding: clamp(10px, .75vw, 13px) clamp(4px, .45vw, 8px) clamp(8px, .7vw, 12px) 0;
}

.n1-business-board__tabs {
  display: flex;
  align-items: center;
  gap: clamp(3px, .32vw, 6px);
  min-width: 0;
  min-height: 19px;
}

.n1-business-board__tabs span {
  display: block;
  max-width: 31%;
  padding: 4px 7px;
  overflow: hidden;
  border: 1px solid #e0e6f0;
  border-radius: 6px;
  color: rgba(32, 46, 81, .55);
  background: rgba(255, 255, 255, .72);
  font-size: clamp(4px, .33vw, 6px);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-business-board__tabs span.is-current {
  color: #3159d5;
  border-color: #cbd8fb;
  background: #eef3ff;
}

.n1-business-board__tabs i {
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-radius: 50%;
  background: #4b74eb;
  box-shadow: -12px 0 #d7dfec, -24px 0 #d7dfec;
}

.n1-business-board__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.n1-business-board__head > div {
  min-width: 0;
}

.n1-business-board__head b {
  display: block;
  color: #121c3b;
  font-size: clamp(10px, .82vw, 14px);
  font-weight: 650;
  letter-spacing: -.024em;
}

.n1-business-board__head small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: rgba(36, 50, 86, .5);
  font-size: clamp(5px, .39vw, 7px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-business-board__head > span {
  display: flex;
  gap: 5px;
}

.n1-business-board__head > span i {
  width: 15px;
  height: 15px;
  border: 1px solid #d5ddeb;
  border-radius: 50%;
  background: #fff;
}

.n1-business-board__metrics {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: clamp(3px, .32vw, 6px);
}

.n1-business-board__metrics article,
.n1-business-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: clamp(6px, .55vw, 9px);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 4px 14px rgba(29, 45, 82, .035);
}

.n1-business-board__metrics article {
  min-height: clamp(45px, 4vw, 67px);
  padding: clamp(4px, .38vw, 7px);
}

.n1-business-board__metrics small {
  display: block;
  overflow: hidden;
  color: rgba(31, 45, 78, .55);
  font-size: clamp(4px, .36vw, 7px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-business-board__metrics b {
  display: block;
  margin-top: clamp(5px, .45vw, 8px);
  color: #111a36;
  font-size: clamp(6px, .54vw, 9px);
  font-weight: 650;
  letter-spacing: -.025em;
}

.n1-business-board__metrics em {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  color: #17835f;
  background: #e8f8f0;
  font-size: clamp(4px, .32vw, 6px);
  font-style: normal;
  font-weight: 600;
}

.n1-business-board__metrics em.is-down {
  color: #b84e58;
  background: #fcecef;
}

.n1-business-board__charts {
  display: grid;
  min-height: 0;
  grid-template-columns: 1.62fr .67fr .67fr;
  gap: clamp(5px, .45vw, 8px);
}

.n1-business-card {
  position: relative;
  padding: clamp(7px, .57vw, 10px);
}

.n1-business-card--trend {
  display: grid;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.n1-business-card--trend header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.n1-business-card--trend header > b,
.n1-business-card--donut > b,
.n1-business-card--pipeline > b,
.n1-business-card--alerts > b {
  color: #283552;
  font-size: clamp(5px, .43vw, 8px);
  font-weight: 600;
}

.n1-business-card--trend header span {
  display: flex;
  align-items: center;
  gap: 3px;
  color: rgba(35, 50, 85, .48);
  font-size: clamp(4px, .3vw, 6px);
}

.n1-business-card--trend header span i {
  width: 8px;
  height: 2px;
  margin-left: 4px;
  background: #405ff1;
}

.n1-business-card--trend header span i:nth-of-type(2) {
  background: repeating-linear-gradient(90deg, #2db2cf 0 3px, transparent 3px 5px);
}

.n1-business-card--trend > svg {
  width: 100%;
  height: 100%;
  min-height: 78px;
  overflow: visible;
}

.n1-business-chart__grid {
  fill: none;
  stroke: #e6eaf1;
  stroke-width: 1;
}

.n1-business-chart__area {
  fill: url(#n1-board-area);
  opacity: 0;
  animation: n1-business-area-in 1.7s .6s ease-out forwards;
}

.n1-business-chart__line,
.n1-business-chart__forecast {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.n1-business-chart__line {
  stroke: url(#n1-board-line);
  stroke-width: 4;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  filter: drop-shadow(0 0 4px rgba(49, 103, 255, .35));
  animation:
    n1-business-line-draw 2.35s .35s var(--n1-business-ease) forwards,
    n1-business-line-breathe 5s 2.7s ease-in-out infinite;
}

.n1-business-chart__forecast {
  stroke: #24abc9;
  stroke-width: 2.4;
  stroke-dasharray: 7 8;
  opacity: .72;
  animation: n1-business-forecast 12s linear infinite;
}

.n1-business-chart__marker circle:first-child {
  fill: rgba(65, 117, 255, .16);
  stroke: rgba(49, 103, 255, .28);
  stroke-width: 1;
}

.n1-business-chart__marker circle:last-child {
  fill: #fff;
  stroke: #3167ff;
  stroke-width: 2;
  filter: drop-shadow(0 0 3px rgba(49, 103, 255, .7));
}

.n1-business-card--trend footer {
  overflow: hidden;
  color: rgba(36, 50, 84, .38);
  font-size: clamp(3px, .27vw, 5px);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-business-card--donut {
  display: grid;
  place-items: center;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  text-align: center;
}

.n1-business-card--donut > svg {
  grid-row: 2 / 5;
  grid-column: 1;
  width: min(78%, 82px);
  overflow: visible;
  transform: rotate(-90deg);
}

.n1-business-card--donut circle {
  fill: none;
  stroke-width: 9;
}

.n1-business-card--donut .track {
  stroke: #edf0f5;
}

.n1-business-card--donut .value {
  stroke-linecap: round;
  stroke-dasharray: 182;
  stroke-dashoffset: 182;
  animation: n1-business-donut 1.8s .8s var(--n1-business-ease) forwards;
}

.n1-business-card--donut .value--blue { stroke: #3f5ef1; --n1-donut-offset: 69; }
.n1-business-card--donut .value--mint { stroke: #21a87e; --n1-donut-offset: 137; animation-delay: 1s; }
.n1-business-card--donut .value--violet { stroke: #7656d7; --n1-donut-offset: 92; }
.n1-business-card--donut .value--orange { stroke: #e39b38; --n1-donut-offset: 147; animation-delay: 1s; }

.n1-business-card--donut strong,
.n1-business-card--donut small {
  position: relative;
  z-index: 2;
  grid-column: 1;
  color: #19213c;
}

.n1-business-card--donut strong {
  grid-row: 3;
  align-self: end;
  font-size: clamp(7px, .62vw, 11px);
  font-weight: 700;
}

.n1-business-card--donut small {
  grid-row: 4;
  align-self: start;
  color: rgba(30, 43, 75, .48);
  font-size: clamp(4px, .31vw, 6px);
}

.n1-business-board__bottom {
  display: grid;
  min-height: 0;
  grid-template-columns: 1.32fr .88fr;
  gap: clamp(5px, .45vw, 8px);
}

.n1-business-card--pipeline > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 5px;
  height: calc(100% - 15px);
  margin-top: 4px;
}

.n1-business-card--pipeline span {
  display: grid;
  place-items: end center;
  width: 12%;
  height: 100%;
}

.n1-business-card--pipeline span i {
  display: block;
  width: 70%;
  height: var(--h);
  min-height: 5px;
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(180deg, #5978f0, #3152c9);
  transform: scaleY(0);
  transform-origin: 50% 100%;
  animation: n1-business-pipeline 1.5s .75s var(--n1-business-ease) forwards;
}

.n1-business-card--pipeline span:nth-child(2) i { animation-delay: .87s; }
.n1-business-card--pipeline span:nth-child(3) i { animation-delay: .99s; }
.n1-business-card--pipeline span:nth-child(4) i { animation-delay: 1.11s; }
.n1-business-card--pipeline span:nth-child(5) i { animation-delay: 1.23s; background: linear-gradient(180deg, #42c59c, #228261); }
.n1-business-card--pipeline span:nth-child(6) i { animation-delay: 1.35s; background: linear-gradient(180deg, #42c59c, #228261); }

.n1-business-card--pipeline small {
  margin-top: 2px;
  color: rgba(24, 38, 73, .58);
  font-size: clamp(4px, .31vw, 6px);
}

.n1-business-card--alerts {
  display: grid;
  align-content: start;
  gap: 7px;
}

.n1-business-card--alerts > span {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 21px;
  padding: 4px 6px;
  border-radius: 5px;
  background: #f5f7fb;
}

.n1-business-card--alerts > span > i {
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 2px;
  background: #f0a63e;
  animation: n1-business-alert 3s ease-in-out infinite;
}

.n1-business-card--alerts > span:nth-of-type(2) > i {
  background: #e16776;
  animation-delay: -1.5s;
}

.n1-business-card--alerts small {
  overflow: hidden;
  color: rgba(29, 43, 78, .58);
  font-size: clamp(4px, .31vw, 6px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.n1-page #main > .n1-hero--city .n1-business-scene > .n1-business-scene__person,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-business-scene > .n1-business-scene__person {
  position: absolute;
  z-index: 11;
  top: auto;
  right: auto;
  left: 10.9%;
  bottom: -35.1%;
  width: min(37vw, 620px);
  height: auto;
  max-width: none;
  opacity: .98;
  filter:
    brightness(1.08)
    saturate(.78)
    drop-shadow(12px 2px 22px rgba(36, 104, 205, .31));
  transform: translate3d(calc(var(--n1-city-px) * -.28), calc(var(--n1-city-py) * -.16), 0);
  transform-origin: 50% 100%;
  transition: transform .35s ease-out;
}

.n1-business-scene__floor {
  position: absolute;
  z-index: 10;
  right: 1%;
  bottom: 2%;
  width: 74%;
  height: 2px;
  opacity: .68;
  background: linear-gradient(90deg, transparent, rgba(91, 158, 255, .92), rgba(56, 126, 239, .72), transparent);
  box-shadow: 0 0 22px rgba(72, 145, 255, .72);
}

/* Trust rail. */
body.n1-page #main > .n1-hero--city > .n1-hero__trust,
body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__trust {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: var(--n1-business-rail-h);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  padding: 0 clamp(46px, 5.2vw, 88px);
  border-top: 1px solid rgba(135, 177, 224, .13);
  background:
    linear-gradient(180deg, rgba(4, 13, 25, .82), rgba(2, 9, 18, .96));
  box-shadow: 0 -18px 44px rgba(1, 6, 13, .38);
  backdrop-filter: blur(20px);
}

.n1-hero--city .n1-hero__trust-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 24px);
  min-width: 0;
  min-height: 0;
  padding: 0 clamp(14px, 2.1vw, 34px);
  border: 0;
}

.n1-hero--city .n1-hero__trust-item::before {
  display: none;
}

.n1-hero--city .n1-hero__trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27%;
  right: 0;
  width: 1px;
  height: 46%;
  background: rgba(144, 180, 222, .28);
}

.n1-hero--city .n1-hero__trust-item > svg {
  width: clamp(26px, 2.5vw, 40px);
  height: clamp(26px, 2.5vw, 40px);
  flex: none;
  fill: none;
  stroke: #83c7f6;
  stroke-width: 1.25;
  filter: drop-shadow(0 0 9px rgba(92, 171, 235, .26));
}

.n1-hero--city .n1-hero__trust-copy {
  display: block;
  min-width: 0;
}

.n1-hero--city .n1-hero__trust-copy b {
  display: block;
  color: rgba(220, 229, 242, .78);
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}

.n1-hero--city .n1-hero__trust-copy small {
  display: none;
}

/* Entry choreography only after JS marks the scene ready. */
.n1-hero--city .n1-hero__copy,
.n1-business-module,
.n1-business-board,
.n1-business-scene__person,
.n1-hero--city > .n1-hero__trust {
  transition:
    opacity .8s var(--n1-business-ease),
    translate .8s var(--n1-business-ease);
}

.n1-hero--city:not(.is-city-ready) .n1-hero__copy {
  opacity: 0;
  translate: 0 20px;
}

.n1-hero--city:not(.is-city-ready) .n1-business-module {
  opacity: 0;
  translate: -18px 0;
}

.n1-hero--city:not(.is-city-ready) .n1-business-board {
  opacity: 0;
  translate: 22px 0;
}

.n1-hero--city:not(.is-city-ready) .n1-business-scene__person {
  opacity: 0;
  translate: 0 28px;
}

.n1-hero--city:not(.is-city-ready) > .n1-hero__trust {
  opacity: 0;
  translate: 0 20px;
}

@media (min-width: 1780px) {
  body.n1-page #main > .n1-hero--city .n1-hero__copy,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy {
    left: 62.8%;
  }

  .n1-business-board {
    left: 17.8%;
    width: min(43vw, 790px);
  }
}

@media (max-width: 1320px) and (min-width: 901px) {
  .n1-hero--city {
    --n1-business-rail-h: 88px;
  }

  body.n1-page #main > .n1-hero--city .n1-hero__copy,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy {
    top: clamp(96px, 14svh, 128px);
    left: 61.2%;
    width: 35.5%;
  }

  .n1-hero--city .n1-hero__eyebrow {
    margin-bottom: 21px;
    font-size: 11px;
  }

  .n1-hero--city h1 {
    font-size: clamp(47px, 4.5vw, 61px);
  }

  .n1-hero--city .n1-hero__lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .n1-hero--city .n1-hero__actions {
    margin-top: 22px;
  }

  .n1-hero--city .n1-btn {
    min-height: 50px;
    padding: 13px 18px;
    font-size: 13px;
  }

  .n1-business-module {
    left: 2.7%;
    width: 118px;
  }

  .n1-business-board {
    left: 16%;
    width: 45vw;
  }

  .n1-business-scene__person {
    left: 19.8%;
    width: 31vw;
  }

  body.n1-page #main > .n1-hero--city > .n1-hero__trust,
  body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__trust {
    padding-inline: 20px;
  }
}

@media (max-width: 1080px) and (min-width: 901px) {
  .n1-business-module {
    transform: scale(.86);
    transform-origin: left center;
  }

  .n1-business-board {
    left: 12.5%;
    width: 49vw;
  }

  .n1-business-scene__person {
    left: 15%;
    width: 35vw;
  }

  .n1-hero--city .n1-btn--ghost {
    display: none;
  }
}

@media (max-width: 900px) {
  .n1-hero--city {
    --n1-business-rail-h: auto;
  }

  body.n1-page #main > .n1-hero--city,
  body.n1-cinema--enhanced #main > .n1-hero--city {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden;
  }

  body.n1-page #main > .n1-hero--city::before,
  body.n1-cinema--enhanced #main > .n1-hero--city::before {
    background:
      linear-gradient(180deg, rgba(2, 8, 16, .04), rgba(2, 8, 16, .45) 55%, #020811 100%);
  }

  body.n1-page #main > .n1-hero--city > .n1-hero__inner,
  body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__inner {
    display: flex;
    height: auto;
    min-height: 0;
    padding: clamp(58px, 10vw, 84px) 24px 0;
    flex-direction: column;
  }

  body.n1-page #main > .n1-hero--city .n1-hero__copy,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 620px);
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .n1-hero--city .n1-hero__eyebrow {
    justify-content: center;
    width: auto;
    margin-bottom: 20px;
    font-size: clamp(10px, 2.5vw, 13px);
    letter-spacing: .18em;
    white-space: normal;
    transform: none;
  }

  .n1-hero--city h1 {
    max-width: 10ch;
    margin-inline: auto;
    font-size: clamp(48px, 9.5vw, 68px);
  }

  .n1-hero--city .n1-hero__lead {
    max-width: 39ch;
    margin: 22px auto 0;
    font-size: clamp(16px, 2.6vw, 19px);
    transform: none;
  }

  .n1-hero--city .n1-hero__lead br {
    display: none;
  }

  .n1-hero--city .n1-hero__actions {
    justify-content: center;
    margin-top: 24px;
  }

  .n1-hero--city .n1-hero__chips {
    justify-content: center;
    margin-top: 20px;
  }

  body.n1-page #main > .n1-hero--city .n1-business-scene,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-business-scene {
    position: relative;
    inset: auto;
    width: calc(100% + 48px);
    height: clamp(460px, 72vw, 620px);
    margin: 34px -24px 0;
  }

  .n1-business-scene::before {
    background:
      linear-gradient(90deg, rgba(1, 6, 13, .16), transparent 19%, transparent 82%, rgba(2, 8, 16, .48)),
      linear-gradient(180deg, rgba(2, 7, 15, .24), transparent 40%, rgba(1, 6, 13, .7));
  }

  .n1-business-scene__office,
  .n1-business-scene__night,
  .n1-business-modules,
  .n1-business-scene__links {
    display: none;
  }

  .n1-business-board {
    top: 4%;
    left: 50%;
    width: min(86vw, 680px);
    height: 84%;
    transform:
      perspective(1200px)
      translate3d(calc(-50% + var(--n1-city-px) * .22), calc(var(--n1-city-py) * .14), 0)
      rotateX(2deg);
    transform-origin: 50% 50%;
  }

  body.n1-page #main > .n1-hero--city .n1-business-scene > .n1-business-scene__person,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-business-scene > .n1-business-scene__person {
    left: 6%;
    bottom: -22%;
    width: min(43vw, 360px);
    opacity: .64;
  }

  .n1-business-scene__floor {
    right: 5%;
    bottom: 4%;
    width: 90%;
  }

  body.n1-page #main > .n1-hero--city > .n1-hero__trust,
  body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__trust {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px 26px;
    border-top: 1px solid rgba(135, 177, 224, .13);
  }

  .n1-hero--city .n1-hero__trust-item {
    min-height: 84px;
    justify-content: flex-start;
    padding: 14px 18px;
  }

  .n1-hero--city .n1-hero__trust-item:nth-child(2)::after {
    display: none;
  }

  .n1-hero--city .n1-hero__trust-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(144, 180, 222, .16);
  }
}

@media (max-width: 620px) {
  body.n1-page #main > .n1-hero--city > .n1-hero__inner,
  body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__inner {
    padding: 48px 18px 0;
  }

  .n1-hero--city h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .n1-hero--city .n1-hero__lead {
    font-size: 16px;
  }

  .n1-hero--city .n1-hero__actions {
    width: 100%;
    gap: 8px;
  }

  .n1-hero--city .n1-btn {
    min-height: 52px;
    padding: 14px 17px;
    font-size: 13px;
  }

  .n1-hero--city .n1-btn--primary {
    flex: 1 1 154px;
  }

  .n1-hero--city .n1-btn--ghost {
    flex: 1 1 154px;
  }

  .n1-hero--city .n1-hero__chips li {
    font-size: 12px;
  }

  body.n1-page #main > .n1-hero--city .n1-business-scene,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-business-scene {
    width: calc(100% + 36px);
    height: 390px;
    margin: 30px -18px 0;
  }

  .n1-business-board {
    top: 3%;
    width: 94vw;
    height: 82%;
    padding: 9px;
    border-radius: 15px;
  }

  .n1-business-board__frame {
    grid-template-columns: 16% minmax(0, 1fr);
    gap: 7px;
  }

  .n1-business-board__sidebar {
    padding-inline: 2px;
  }

  .n1-business-board__logo {
    margin: 2px 0 12px 3px;
  }

  .n1-business-board__sidebar nav span {
    justify-content: center;
    padding: 0;
  }

  .n1-business-board__sidebar nav b {
    display: none;
  }

  .n1-business-board__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .n1-business-board__metrics article:nth-child(n+4) {
    display: none;
  }

  .n1-business-board__main {
    grid-template-rows: auto auto auto minmax(0, 1fr);
    padding-block: 5px;
  }

  .n1-business-board__charts {
    grid-template-columns: 1fr;
  }

  .n1-business-card--donut,
  .n1-business-board__bottom {
    display: none;
  }

  .n1-business-card--trend > svg {
    min-height: 130px;
  }

  body.n1-page #main > .n1-hero--city .n1-business-scene > .n1-business-scene__person,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-business-scene > .n1-business-scene__person {
    bottom: -27%;
    width: 48vw;
  }

  body.n1-page #main > .n1-hero--city > .n1-hero__trust,
  body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__trust {
    padding-inline: 8px;
  }

  .n1-hero--city .n1-hero__trust-item {
    min-height: 78px;
    gap: 10px;
    padding-inline: 10px;
  }

  .n1-hero--city .n1-hero__trust-copy b {
    font-size: 12px;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .n1-hero--city h1 {
    font-size: 40px;
  }

  .n1-hero--city .n1-btn {
    flex-basis: 100%;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .n1-hero--city {
    --n1-business-rail-h: 78px;
  }

  body.n1-page #main > .n1-hero--city .n1-hero__copy,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy {
    top: 60px;
  }

  .n1-hero--city .n1-hero__eyebrow {
    margin-bottom: 16px;
  }

  .n1-hero--city h1 {
    font-size: clamp(44px, 4.05vw, 62px);
  }

  .n1-hero--city .n1-hero__lead {
    margin-top: 16px;
    font-size: 16px;
  }

  .n1-hero--city .n1-hero__actions {
    margin-top: 18px;
  }

  .n1-hero--city .n1-btn {
    min-height: 48px;
    padding-block: 12px;
  }

  .n1-hero--city .n1-hero__chips {
    margin-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .n1-hero--city *,
  .n1-hero--city *::before,
  .n1-hero--city *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .n1-business-chart__line {
    stroke-dashoffset: 0;
  }

  .n1-business-card--donut .value {
    stroke-dashoffset: var(--n1-donut-offset);
  }

  .n1-business-card--pipeline span i {
    transform: scaleY(1);
  }
}

@media (forced-colors: active) {
  .n1-business-board,
  .n1-business-module,
  .n1-business-card {
    border: 1px solid CanvasText;
  }

  .n1-business-chart__line,
  .n1-business-chart__forecast {
    stroke: LinkText;
  }
}

@keyframes n1-business-haze {
  from { transform: translate3d(-3%, -1%, 0) scale(.96); }
  to { transform: translate3d(4%, 2%, 0) scale(1.05); }
}

@keyframes n1-business-floor {
  0%, 100% { opacity: .5; transform: scaleX(.92); }
  50% { opacity: .8; transform: scaleX(1.05); }
}

@keyframes n1-business-windows {
  from { opacity: .16; }
  to { opacity: .28; }
}

@keyframes n1-business-link {
  to { stroke-dashoffset: -184; }
}

@keyframes n1-business-module-float {
  0%, 100% { transform: translate3d(0, -2px, 0); }
  50% { transform: translate3d(0, 4px, 0); }
}

@keyframes n1-business-ring {
  from { rotate: -45deg; opacity: .25; }
  to { rotate: 0; opacity: 1; }
}

@keyframes n1-business-bar {
  from { opacity: .55; transform: scaleX(.66); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes n1-business-column {
  from { opacity: .6; transform: scaleY(.54); }
  to { opacity: 1; transform: scaleY(1); }
}

@keyframes n1-business-board-float {
  0%, 100% { margin-top: -2px; }
  50% { margin-top: 3px; }
}

@keyframes n1-business-board-sweep {
  0%, 68% { transform: translateX(-125%); opacity: 0; }
  74% { opacity: .52; }
  88%, 100% { transform: translateX(125%); opacity: 0; }
}

@keyframes n1-business-area-in {
  to { opacity: 1; }
}

@keyframes n1-business-line-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes n1-business-line-breathe {
  0%, 100% { filter: drop-shadow(0 0 3px rgba(49, 103, 255, .28)); }
  50% { filter: drop-shadow(0 0 7px rgba(49, 103, 255, .52)); }
}

@keyframes n1-business-forecast {
  to { stroke-dashoffset: -150; }
}

@keyframes n1-business-donut {
  to { stroke-dashoffset: var(--n1-donut-offset); }
}

@keyframes n1-business-pipeline {
  to { transform: scaleY(1); }
}

@keyframes n1-business-alert {
  0%, 100% { opacity: .55; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.12); }
}
