/* 04 — connected VOSINTA ecosystem in the brand's blue, violet and cyan range. */
.nx-page {
  --nx-dark: #111730;
  --nx-accent: #5f58c8;
  --nx-bright: #59c7e5;
  --nx-cream: #f1f4fb;
  --nx-line: #dce1ee;
  color: var(--nx-dark);
  background: #fff;
}

.nx-page .cx-kicker {
  color: var(--nx-dark);
  font: 700 12px/1.3 Manrope, sans-serif;
  letter-spacing: .08em;
}

.nx-header {
  height: 88px;
  padding: 0 max(4.5vw, 32px);
  gap: 52px;
  border: 0;
  background: #fff;
}

.nx-header nav {
  gap: 36px;
  color: #525252;
  font-size: 14px;
  font-weight: 600;
}

.nx-header .cx-action,
.nx-page .is-accent {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  background: var(--nx-accent);
  color: #fff;
  font-weight: 700;
}

.nx-hero {
  min-height: 730px;
  margin: 0 20px 20px;
  padding: 72px max(4.5vw, 48px) 0;
  grid-template-columns: .88fr 1.12fr;
  grid-template-rows: 1fr auto;
  gap: 0 5vw;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--nx-accent) 38%, transparent) 0, transparent 29%),
    linear-gradient(135deg, #10162f 0%, #171b45 58%, #112d47 100%);
  border-radius: 22px;
}

.nx-copy {
  padding: 48px 0 68px;
}

.nx-copy .cx-kicker {
  color: var(--nx-bright);
}

.nx-copy h1 {
  max-width: 650px;
  margin: 24px 0 28px;
  font-size: clamp(62px, 5vw, 78px);
  line-height: .98;
  letter-spacing: -.06em;
}

.nx-copy h1 em {
  position: relative;
  color: #fff;
  font-style: normal;
  z-index: 0;
}

.nx-copy h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -.03em;
  right: -.05em;
  bottom: .03em;
  height: .17em;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--nx-accent), var(--nx-bright));
}

.nx-lead {
  max-width: 530px;
  color: #d7d7d7;
  font-size: 18px;
  line-height: 1.65;
}

.nx-actions {
  gap: 26px;
  margin-top: 36px;
}

.nx-text-link {
  color: #fff;
  font-size: 14px;
}

.nx-text-link svg {
  width: 18px;
  fill: none;
  stroke: var(--nx-bright);
}

.nx-stage {
  align-self: stretch;
  min-height: 530px;
  margin-bottom: 42px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.nx-stage::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 210px;
  height: 210px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--nx-accent), var(--nx-bright));
}

.nx-halo {
  z-index: 2;
  width: 130px;
  height: 130px;
  left: -56px;
  bottom: -56px;
  border: 32px solid var(--nx-bright);
  background: transparent;
}

.nx-device {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.nx-float {
  z-index: 3;
  min-width: 164px;
  padding: 16px 18px;
  border: 0;
  border-radius: 14px;
  background: var(--nx-dark);
  box-shadow: 0 14px 30px #0003;
  backdrop-filter: none;
}

.nx-float b {
  color: var(--nx-bright);
  font-size: 18px;
}

.nx-float span {
  color: #fff;
  font-size: 12px;
}

.nx-float-a {
  top: 34px;
  right: 28px;
}

.nx-float-b {
  bottom: 32px;
  left: 28px;
  background: var(--nx-bright);
}

.nx-float-b b,
.nx-float-b span {
  color: var(--nx-dark);
}

.nx-proof {
  grid-column: 1 / -1;
  min-height: 118px;
  gap: 20px;
  border-top: 1px solid #ffffff30;
}

.nx-proof b {
  color: var(--nx-bright);
  font-size: 28px;
}

.nx-proof span {
  max-width: 175px;
  color: #c6c6c6;
  font-size: 12px;
}

.nx-flow {
  padding: 128px max(5vw, 52px);
  grid-template-columns: .75fr 1.25fr;
  gap: 10vw;
  color: var(--nx-dark);
  background: #fff;
}

.nx-flow-head .cx-kicker {
  display: inline-block;
  padding: 9px 13px;
  border-radius: 9px;
  color: var(--nx-accent);
  background: color-mix(in srgb, var(--nx-accent) 11%, white);
}

.nx-flow h2 {
  margin-top: 26px;
  font-size: 58px;
  line-height: 1.04;
}

.nx-flow ol {
  border-top: 1px solid var(--nx-line);
}

.nx-flow li {
  grid-template-columns: 64px 1fr;
  padding: 31px 0;
  border-top: 0;
  border-bottom: 1px solid var(--nx-line);
}

.nx-flow li:last-child {
  border-bottom: 1px solid var(--nx-line);
}

.nx-flow li > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--nx-cream);
  color: var(--nx-dark);
  font: 700 12px Manrope, sans-serif;
}

.nx-flow li b {
  font-size: 25px;
}

.nx-flow li p {
  max-width: 560px;
  color: #656565;
  line-height: 1.55;
}

.nx-capabilities {
  padding: 118px max(5vw, 52px);
  background: #f5f7fb;
}

.nx-capabilities-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 9vw;
  align-items: end;
  margin-bottom: 58px;
}

.nx-capabilities-head h2 {
  max-width: 780px;
  margin-top: 22px;
  font-size: 56px;
  line-height: 1.04;
}

.nx-capabilities-head > p {
  max-width: 520px;
  color: #646464;
  font-size: 16px;
  line-height: 1.7;
}

.nx-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.nx-capability-grid article {
  min-height: 300px;
  padding: 34px;
  border-radius: 18px;
  background: #fff;
}

.nx-capability-grid article:first-child {
  color: #fff;
  background: var(--nx-dark);
}

.nx-capability-grid article:nth-child(2) {
  background: linear-gradient(145deg, color-mix(in srgb, var(--nx-accent) 12%, white), color-mix(in srgb, var(--nx-bright) 16%, white));
  border: 1px solid color-mix(in srgb, var(--nx-accent) 22%, white);
}

.nx-capability-grid article > span {
  font: 700 10px "IBM Plex Mono", monospace;
  letter-spacing: .07em;
  opacity: .68;
}

.nx-capability-grid h3 {
  margin: 54px 0 13px;
  font-size: 30px;
  line-height: 1.08;
}

.nx-capability-grid p {
  max-width: 520px;
  color: #696969;
  line-height: 1.6;
}

.nx-capability-grid article:first-child p {
  color: #c6c6c6;
}

.nx-capability-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.nx-capability-grid li {
  padding: 8px 11px;
  border: 1px solid #deddd7;
  border-radius: 99px;
  background: #ffffff78;
  font-size: 10px;
  font-weight: 700;
}

.nx-capability-grid article:first-child li {
  border-color: #ffffff31;
  background: #ffffff0b;
}

.nx-system {
  margin: 0 20px 20px;
  padding: 110px max(5vw, 52px);
  grid-template-columns: .82fr 1.18fr;
  gap: 9vw;
  color: var(--nx-dark);
  background: var(--nx-cream);
  border-radius: 22px;
}

.nx-system-copy .cx-kicker {
  color: var(--nx-accent);
}

.nx-system-copy h2 {
  margin: 23px 0;
  font-size: 56px;
  line-height: 1.04;
}

.nx-system-copy > p:not(.cx-kicker) {
  color: #5e5e5e;
  font-size: 17px;
}

.nx-system-copy .cx-action {
  margin-top: 34px;
}

.nx-dashboard {
  padding: 34px;
  border-radius: 18px;
  color: #fff;
  background: var(--nx-dark);
  box-shadow: none;
}

.nx-dash-top {
  padding-bottom: 20px;
  border-bottom-color: #ffffff24;
}

.nx-dash-top b {
  padding: 5px 9px;
  border-radius: 7px;
  color: var(--nx-dark);
  background: var(--nx-bright);
}

.nx-bars {
  height: 210px;
  border-bottom-color: #ffffff24;
  background: repeating-linear-gradient(var(--nx-dark), var(--nx-dark) 48px, #ffffff12 49px);
}

.nx-bars i {
  background: linear-gradient(var(--nx-bright), var(--nx-accent));
  border-radius: 6px 6px 0 0;
}

.nx-dash-row {
  border-bottom-color: #ffffff1f;
}

.nx-dash-row span {
  color: #bdbdbd;
}

.nx-dash-row i {
  background: var(--nx-bright);
}

.nx-hardware {
  padding: 118px max(5vw, 52px);
  grid-template-columns: .72fr 1fr 1fr;
  gap: 20px;
  color: var(--nx-dark);
  background: #f5f7fb;
}

.nx-hardware > div {
  padding: 24px 42px 0 0;
}

.nx-hardware h2 {
  margin-top: 22px;
  font-size: 50px;
  line-height: 1.06;
}

.nx-hardware article {
  border: 0;
  border-radius: 18px;
  background: #fff;
}

.nx-hardware article:nth-of-type(2) {
  background: var(--nx-cream);
}

.nx-hardware article > img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}

.nx-hardware article > div {
  padding: 27px 28px 30px;
}

.nx-hardware article span {
  color: #777;
  font: 700 11px Manrope, sans-serif;
  letter-spacing: .08em;
}

.nx-hardware article h3 {
  margin: 10px 0 4px;
  font-size: 33px;
}

.nx-hardware article p {
  color: #6b6b6b;
}

.nx-hardware-intro {
  max-width: 340px;
  margin-top: 24px;
  color: #6b6b6b;
  line-height: 1.65;
}

.nx-hardware article ul {
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--nx-line);
  list-style: none;
}

.nx-hardware article li {
  padding: 5px 0;
  color: #656565;
  font-size: 11px;
}

.nx-hardware .cx-action {
  min-height: 42px;
  margin-top: 22px;
  padding: 0 16px;
  border-radius: 11px;
  color: #fff;
  background: var(--nx-accent);
}

.nx-answers {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 10vw;
  margin: 20px;
  padding: 112px max(5vw, 52px);
  border-radius: 22px;
  color: #fff;
  background: var(--nx-dark);
}

.nx-answers .cx-kicker {
  color: var(--nx-bright);
}

.nx-answers-head h2 {
  margin: 23px 0;
  font-size: 53px;
  line-height: 1.04;
}

.nx-answers-head > p:not(.cx-kicker) {
  max-width: 480px;
  color: #bdbdbd;
  line-height: 1.7;
}

.nx-faq {
  border-top: 1px solid #ffffff2e;
}

.nx-faq details {
  border-bottom: 1px solid #ffffff2e;
}

.nx-faq summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

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

.nx-faq summary span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  color: var(--nx-dark);
  background: var(--nx-bright);
  transition: transform .2s ease;
}

.nx-faq details[open] summary span {
  transform: rotate(45deg);
}

.nx-faq details p {
  max-width: 650px;
  margin: -8px 50px 25px 0;
  color: #bdbdbd;
  line-height: 1.7;
}

.nx-close {
  margin: 20px;
  padding: 96px max(5vw, 52px);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(120deg, var(--nx-accent), #347eae 72%, var(--nx-bright));
}

.nx-close h2 {
  font-size: 58px;
  line-height: 1.04;
}

.nx-close .cx-action {
  border-radius: 14px;
  color: var(--nx-dark);
  background: #fff;
}

.nx-footer {
  border-color: #ffffff25;
  color: #aaa;
  background: var(--nx-dark);
}

.nx-footer button {
  color: #fff;
}

:root[data-palette="cobalt"] .nx-page { --nx-accent: #356fdb; --nx-bright: #55c4e8; }
:root[data-palette="lagoon"] .nx-page { --nx-accent: #007c83; --nx-bright: #5ed8d0; }
:root[data-palette="coral"] .nx-page { --nx-accent: #c64d4a; --nx-bright: #f1a36f; }
:root[data-palette="lime"] .nx-page { --nx-accent: #557219; --nx-bright: #b7d957; }

@media (max-width: 1000px) {
  .nx-hero {
    grid-template-columns: 1fr 1fr;
  }

  .nx-flow,
  .nx-system {
    gap: 6vw;
  }

  .nx-capabilities-head,
  .nx-answers {
    gap: 6vw;
  }

  .nx-hardware {
    grid-template-columns: 1fr 1fr;
  }

  .nx-hardware > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .nx-header {
    height: 70px;
    padding: 0 20px;
  }

  .nx-header .cx-action {
    min-height: 40px;
    padding: 0 14px;
  }

  .nx-hero {
    display: block;
    min-height: 0;
    margin: 0 10px 10px;
    padding: 52px 20px 0;
    border-radius: 17px;
  }

  .nx-copy {
    padding: 0 0 46px;
  }

  .nx-copy h1 {
    margin: 19px 0 23px;
    font-size: 46px;
  }

  .nx-lead {
    font-size: 16px;
  }

  .nx-actions {
    display: block;
  }

  .nx-text-link {
    margin-top: 21px;
  }

  .nx-stage {
    min-height: 400px;
    margin: 0;
    border-radius: 14px;
  }

  .nx-device {
    object-position: 55% center;
  }

  .nx-float {
    min-width: 132px;
    padding: 12px 13px;
  }

  .nx-float-a {
    top: 16px;
    right: 14px;
  }

  .nx-float-b {
    left: 14px;
    bottom: 16px;
  }

  .nx-proof {
    grid-template-columns: auto 1fr;
    gap: 9px 15px;
    padding: 28px 0;
  }

  .nx-proof b {
    font-size: 23px;
  }

  .nx-flow {
    display: block;
    padding: 78px 20px;
  }

  .nx-flow h2,
  .nx-system-copy h2 {
    font-size: 40px;
  }

  .nx-flow ol {
    margin-top: 50px;
  }

  .nx-flow li {
    grid-template-columns: 50px 1fr;
    gap: 13px;
  }

  .nx-capabilities {
    padding: 75px 20px;
  }

  .nx-capabilities-head {
    display: block;
    margin-bottom: 38px;
  }

  .nx-capabilities-head h2 {
    font-size: 40px;
  }

  .nx-capabilities-head > p {
    margin-top: 25px;
    font-size: 14px;
  }

  .nx-capability-grid {
    display: block;
  }

  .nx-capability-grid article {
    min-height: 0;
    padding: 26px 22px;
    border-radius: 15px;
  }

  .nx-capability-grid article + article {
    margin-top: 12px;
  }

  .nx-capability-grid h3 {
    margin-top: 34px;
    font-size: 26px;
  }

  .nx-system {
    display: block;
    margin: 0 10px 10px;
    padding: 75px 20px 20px;
    border-radius: 17px;
  }

  .nx-dashboard {
    margin-top: 52px;
    padding: 22px;
    border-radius: 14px;
  }

  .nx-bars {
    height: 175px;
  }

  .nx-hardware {
    display: block;
    padding: 75px 20px;
  }

  .nx-hardware > div {
    padding: 0 0 38px;
  }

  .nx-hardware h2 {
    font-size: 41px;
  }

  .nx-hardware article + article {
    margin-top: 18px;
  }

  .nx-answers {
    display: block;
    margin: 10px;
    padding: 70px 20px;
    border-radius: 17px;
  }

  .nx-answers-head h2 {
    font-size: 40px;
  }

  .nx-faq {
    margin-top: 45px;
  }

  .nx-faq summary {
    padding: 21px 0;
    font-size: 15px;
  }

  .nx-faq details p {
    margin-right: 0;
    font-size: 13px;
  }

  .nx-close {
    display: block;
    margin: 10px;
    padding: 66px 20px;
    border-radius: 17px;
  }

  .nx-close h2 {
    margin-bottom: 30px;
    font-size: 43px;
  }
}
