*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.nx-root {
  margin: 0;
  min-height: 100vh;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #e8ecff;
  background: linear-gradient(165deg, #0b0f1a 0%, #121a2f 100%);
  overflow-x: hidden;
}

.nx-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nx-skip:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  background: #121a2f;
  border-radius: 12px;
  border: 1px solid #7b3fe4;
  z-index: 999;
}

.nx-wrap {
  width: min(1080px, 100% - 40px);
  margin-inline: auto;
}

.nx-masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 15, 26, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 224, 255, 0.15);
}

.nx-masthead__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  flex-wrap: wrap;
}

.nx-logo {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nx-logo__ball {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-size: 0.62rem;
  line-height: 1.05;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 0 14px rgba(123, 63, 228, 0.65);
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.14), rgba(14, 18, 32, 0.96));
  border: 2px solid rgba(123, 63, 228, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 6px 22px rgba(0, 0, 0, 0.45);
  user-select: none;
}

.nx-masthead__links {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nx-masthead__links a {
  color: #c8d3ff;
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.nx-masthead__links a:hover,
.nx-masthead__links a:focus-visible {
  color: #00e0ff;
  outline: none;
}

.nx-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 46, 147, 0.4);
  background: linear-gradient(120deg, #7b3fe4, #ff2e93 60%, #00e0ff 140%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(123, 63, 228, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nx-action:hover,
.nx-action:focus-visible {
  transform: scale(1.04);
  box-shadow: 0 12px 34px rgba(255, 46, 147, 0.4);
  outline: none;
}

.nx-action--xl {
  padding: 16px 34px;
  font-size: 1.05rem;
}

.nx-action--ghost {
  background: rgba(18, 26, 47, 0.55);
  border-color: rgba(0, 224, 255, 0.35);
}

.nx-cover {
  position: relative;
  isolation: isolate;
  min-height: min(85vh, 880px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 0;
}

.nx-cover__fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nx-cover__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #0b0f1a;
  background-image: url("images/banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.nx-cover__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 95% 85% at 50% 50%, rgba(11, 15, 26, 0.12) 0%, rgba(11, 15, 26, 0.68) 100%);
}

.nx-cover__stage {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.nx-cover__header {
  max-width: 40ch;
}

.nx-cover__h {
  margin: 0 0 10px;
  font-size: clamp(1.85rem, 5vw, 3rem);
  line-height: 1.08;
}

.nx-cover__sub {
  margin: 0;
  color: #b7c3ee;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
}

.nx-frost {
  padding: 26px 30px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
  max-width: 420px;
}

.nx-frost__hint {
  margin: 0 0 6px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ff2e93;
}

.nx-frost__line {
  margin: 0 0 18px;
  font-weight: 600;
  font-size: 1.08rem;
}

.nx-carousel {
  padding: 28px 0 12px;
}

.nx-carousel__top h2 {
  margin: 0 0 6px;
  font-size: 1.35rem;
}

.nx-carousel__top p {
  margin: 0 0 14px;
  color: #9aa7d4;
}

.nx-carousel__track {
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-color: #7b3fe4 #121a2f;
  -webkit-overflow-scrolling: touch;
}

.nx-chip-row {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 4px 0 8px;
  width: max-content;
}

.nx-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 124px;
  text-decoration: none;
  color: #dfe6ff;
  font-size: 0.82rem;
  transition: transform 0.25s ease;
}

.nx-chip:hover,
.nx-chip:focus-visible {
  transform: translateY(-3px);
  outline: none;
}

.nx-chip img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(123, 63, 228, 0.35);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.25s ease;
}

.nx-chip:hover img,
.nx-chip:focus-visible img {
  box-shadow: 0 0 22px rgba(0, 224, 255, 0.45);
}

.nx-showcase {
  padding: 36px 0;
}

.nx-showcase__inner {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.nx-showcase__inner h2 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
}

.nx-showcase__inner p {
  margin: 0 0 18px;
  color: #aeb9e6;
  line-height: 1.55;
}

.nx-tri {
  padding: 28px 0 40px;
}

.nx-tri h2 {
  margin: 0 0 18px;
}

.nx-tri__cols {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.nx-tile {
  flex: 1 1 240px;
  padding: 22px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.62);
  border: 1px solid rgba(0, 224, 255, 0.18);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nx-tile:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(123, 63, 228, 0.28);
}

.nx-tile h3 {
  margin: 0 0 10px;
  color: #00e0ff;
}

.nx-tile p {
  margin: 0 0 14px;
  color: #b9c4ea;
  line-height: 1.5;
}

.nx-wall {
  padding: 12px 0 36px;
}

.nx-wall h2 {
  margin: 0 0 18px;
}

.nx-wall__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.nx-card {
  margin: 0;
}

.nx-card figcaption {
  margin-top: 8px;
  font-weight: 600;
}

.nx-card__hit {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(123, 63, 228, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nx-card__hit img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.nx-card__hit span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(11, 15, 26, 0.78));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nx-card__hit:hover,
.nx-card__hit:focus-visible {
  transform: scale(1.02);
  box-shadow: 0 0 28px rgba(0, 224, 255, 0.35);
  outline: none;
}

.nx-card__hit:hover span,
.nx-card__hit:focus-visible span {
  opacity: 1;
}

.nx-icons {
  padding: 16px 0 32px;
}

.nx-icons h2 {
  margin: 0 0 16px;
}

.nx-icons__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 900px) {
  .nx-icons__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.nx-icons__list li {
  padding: 16px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.5);
  border: 1px solid rgba(255, 46, 147, 0.15);
}

.nx-icons__list h3 {
  margin: 10px 0 6px;
  font-size: 1.02rem;
}

.nx-icons__list p {
  margin: 0;
  color: #aeb9e6;
  font-size: 0.92rem;
}

.nx-glow-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(123, 63, 228, 0.28);
  box-shadow: 0 0 16px rgba(123, 63, 228, 0.4);
}

.nx-pay {
  padding: 8px 0 28px;
}

.nx-pay h2 {
  margin: 0 0 14px;
}

.nx-pay__strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nx-pay__item {
  display: flex;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  filter: grayscale(1);
  transition: transform 0.25s ease, filter 0.25s ease, border-color 0.25s ease;
}

.nx-pay__item:hover,
.nx-pay__item:focus-visible {
  transform: scale(1.05);
  filter: grayscale(0);
  border-color: rgba(0, 224, 255, 0.45);
  outline: none;
}

.nx-pay__item img {
  height: 26px;
  width: auto;
}

.nx-flow {
  padding: 12px 0 32px;
}

.nx-flow h2 {
  margin: 0 0 16px;
}

.nx-flow__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

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

.nx-flow__steps li {
  padding: 18px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.55);
  border: 1px solid rgba(123, 63, 228, 0.22);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nx-flow__steps strong {
  font-size: 1.05rem;
  color: #00e0ff;
}

.nx-flow__steps span {
  color: #aeb9e6;
  font-size: 0.92rem;
}

.nx-spec {
  padding: 12px 0 36px;
}

.nx-spec h2 {
  margin: 0 0 14px;
}

.nx-spec__scroll {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-overflow-scrolling: touch;
}

.nx-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
  background: rgba(18, 26, 47, 0.55);
}

.nx-table th,
.nx-table td {
  padding: 13px 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nx-table th {
  background: rgba(123, 63, 228, 0.22);
}

.nx-table tbody tr:hover {
  background: rgba(0, 224, 255, 0.06);
}

@media (max-width: 640px) {
  .nx-spec__scroll {
    overflow: visible;
    border: none;
  }

  .nx-table {
    min-width: 0;
  }

  .nx-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .nx-table tbody {
    display: block;
  }

  .nx-table tr {
    display: block;
    margin-bottom: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(18, 26, 47, 0.78);
    overflow: hidden;
  }

  .nx-table td {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .nx-table td:last-child {
    border-bottom: none;
  }

  .nx-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #00e0ff;
    flex: 0 0 44%;
  }
}

.nx-closer {
  padding: 20px 0 48px;
}

.nx-closer__box {
  text-align: center;
  padding: 32px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 46, 147, 0.28);
  background: rgba(18, 26, 47, 0.55);
}

.nx-closer h2 {
  margin: 0 0 16px;
}

.nx-bottom {
  padding: 26px 0 18px;
  border-top: 1px solid rgba(123, 63, 228, 0.22);
  background: rgba(11, 15, 26, 0.9);
}

.nx-bottom__cols {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
}

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

.nx-bottom__brand {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.nx-bottom__small {
  margin: 8px 0 0;
  color: #8f9bc4;
  font-size: 0.9rem;
}

.nx-bottom__payhead {
  margin: 0 0 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9aa7d4;
}

.nx-bottom__pay {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nx-bottom__pay img {
  height: 24px;
  width: auto;
}

.nx-bottom__copy {
  text-align: center;
  margin: 16px auto 0;
  color: #6c7799;
}

@media (max-width: 900px) {
  .nx-masthead__links {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .nx-action,
  .nx-chip,
  .nx-card__hit,
  .nx-tile,
  .nx-pay__item {
    transition: none;
  }
}
