/* Scoped public marketing home. Do not restyle authenticated dashboard.
   Target widths: 320, 360, 375, 390, 414, 430, 768, 769+, 1024, 1280, 1440. */
.public-home-body {
  margin: 0;
  color: #eef1fb;
  overflow-x: hidden;
  font-family: Inter, system-ui, sans-serif;
  color-scheme: dark;
  background:
    radial-gradient(980px 560px at 92% 8%, rgba(59, 130, 246, 0.14), transparent 58%),
    radial-gradient(1100px 640px at 6% -6%, rgba(124, 58, 237, 0.18), transparent 54%),
    radial-gradient(820px 480px at 50% 42%, rgba(99, 102, 241, 0.05), transparent 70%),
    #050817;
}

.public-home-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 18%, #000 16%, transparent 78%);
}

.nx-public-home {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 56px;
  overflow-x: clip;
}

.nx-public-home *,
.nx-public-home *::before,
.nx-public-home *::after {
  box-sizing: border-box;
}

.nx-skip {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 80;
  background: #111827;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
}

.nx-skip:focus {
  left: 12px;
}

.nx-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
  min-height: 64px;
  margin: 0 -20px;
  padding: 10px 20px;
  background: rgba(5, 8, 20, 0.55);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
}

.nx-header.is-scrolled {
  background: rgba(5, 8, 20, 0.86);
  border-bottom-color: rgba(139, 92, 246, 0.28);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(22px) saturate(1.15);
}

.nx-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-height: 44px;
  flex-shrink: 0;
}

.nx-header__nav-auth {
  display: none;
}

.nx-header__brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.nx-header__nav {
  display: none;
  align-items: center;
  gap: 2px;
}

.nx-header__nav > a,
.nx-link,
.nx-footer a {
  color: #c9d0e6;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 10px;
  position: relative;
}

.nx-header__nav > a:hover,
.nx-link:hover,
.nx-footer a:hover {
  color: #fff;
  background: rgba(139, 92, 246, 0.12);
}

.nx-header__nav > a.is-current::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #8b5cf6, #3b82f6);
}

.nx-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nx-header__menu {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(139, 92, 246, 0.28);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.nx-header__menu span {
  display: block;
  height: 2px;
  background: #f7f8ff;
  border-radius: 2px;
}

.nx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.nx-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.22);
}

.nx-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(139, 92, 246, 0.32);
}

.nx-btn--ghost {
  color: #f7f8ff;
  border-color: rgba(139, 92, 246, 0.35);
  background: rgba(17, 24, 39, 0.35);
}

.nx-btn--ghost:hover {
  transform: translateY(-1px);
  border-color: rgba(139, 92, 246, 0.6);
  background: rgba(139, 92, 246, 0.12);
}

.nx-btn--lg {
  padding: 12px 20px;
}

.nx-btn:focus-visible,
.nx-link:focus-visible,
.nx-header__nav a:focus-visible,
.nx-header__menu:focus-visible,
.nx-lang button:focus-visible,
.nx-faq button:focus-visible,
.nx-skip:focus-visible,
.nx-footer a:focus-visible {
  outline: 2px solid #a78bfa;
  outline-offset: 3px;
}

.nx-hero {
  display: grid;
  gap: 28px;
  padding: 32px 0 16px;
  scroll-margin-top: 80px;
}

.nx-eyebrow {
  margin: 0 0 12px;
  color: #c4b5fd;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 650;
}

.nx-hero h1,
.nx-section h2 {
  line-height: 1.16;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
}

.nx-hero h1 {
  font-size: 1.7rem;
  max-width: 18em;
}

.nx-lead,
.nx-section__lead,
.nx-muted {
  color: #c5cde0;
  margin: 0 0 20px;
  max-width: 40rem;
  line-height: 1.6;
}

.nx-muted {
  margin: 14px 0 0;
  font-size: 0.92rem;
}

.nx-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nx-trustline {
  margin: 14px 0 0;
  color: #a8b3c9;
  font-size: 0.92rem;
}

.nx-hero__visual {
  margin: 0;
  position: relative;
  min-height: 300px;
}

.nx-hero__glow {
  position: absolute;
  inset: 8% 0 auto auto;
  width: 72%;
  max-width: 100%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.28), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

.nx-dash,
.nx-mock {
  background:
    linear-gradient(180deg, rgba(32, 40, 64, 0.98), rgba(10, 14, 28, 0.96));
  border: 1px solid rgba(165, 180, 252, 0.24);
  border-radius: 20px;
  padding: 14px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 28px 70px rgba(0, 0, 0, 0.42);
}

.nx-dash {
  position: relative;
  z-index: 2;
}

.nx-dash.nx-float {
  border-color: rgba(139, 92, 246, 0.32);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 0 0 1px rgba(96, 165, 250, 0.16),
    0 0 42px rgba(59, 130, 246, 0.18),
    0 28px 70px rgba(0, 0, 0, 0.42);
}

.nx-dash--layer {
  position: absolute;
  right: 0;
  top: 18px;
  width: 42%;
  min-width: 148px;
  z-index: 1;
  opacity: 0.72;
  transform: translate(8%, -6%) scale(0.92);
  pointer-events: none;
}

.nx-float {
  animation: nx-float 8s ease-in-out infinite;
}

.nx-dash,
.nx-mock {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.nx-hero__visual:hover .nx-float {
  animation-play-state: paused;
  transform: translateY(-3px);
  border-color: rgba(139, 92, 246, 0.38);
}

.nx-mock:hover {
  transform: translateY(-3px);
  border-color: rgba(139, 92, 246, 0.38);
}

@keyframes nx-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.nx-dash__chrome,
.nx-mock__bar,
.nx-frag-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #cbd5e1;
}

.nx-dash__chrome strong,
.nx-mock__bar strong {
  color: #fff;
}

.nx-dash__chrome em,
.nx-mock__bar em,
.nx-frag-bar em {
  margin-left: auto;
  font-style: normal;
  color: #94a3b8;
  font-size: 0.82rem;
}

.nx-mock__dots {
  width: 42px;
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, #fb7185 0 10px, #fbbf24 16px 26px, #34d399 32px 42px);
  opacity: 0.8;
}

.nx-dash__body {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
}

.nx-dash__rail {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 6px;
  border-radius: 14px;
  background: rgba(5, 8, 18, 0.55);
  border: 1px solid rgba(139, 92, 246, 0.12);
}

.nx-dash__rail span {
  padding: 7px 8px;
  border-radius: 8px;
  color: #9aa6bf;
  font-size: 0.72rem;
}

.nx-dash__rail .is-on {
  color: #fff;
  background: rgba(139, 92, 246, 0.22);
}

.nx-dash__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(5, 8, 18, 0.42);
  border: 1px solid rgba(139, 92, 246, 0.12);
  color: #d7def0;
  font-size: 0.8rem;
}

.nx-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.16);
  color: #ddd6fe;
  font-size: 0.72rem;
  font-weight: 650;
  white-space: nowrap;
}

.nx-chip--ok {
  background: rgba(16, 185, 129, 0.16);
  color: #a7f3d0;
}

.nx-chip--warn {
  background: rgba(245, 158, 11, 0.16);
  color: #fde68a;
}

.nx-mock__kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}

.nx-mock__kpis div,
.nx-mock__panel,
.nx-card__fragment {
  background: rgba(5, 9, 20, 0.55);
  border: 1px solid rgba(139, 92, 246, 0.14);
  border-radius: 14px;
  padding: 10px 12px;
}

.nx-mock__kpis span,
.nx-mock__panel > span,
.nx-mock__note {
  display: block;
  color: #9eabc2;
  font-size: 0.76rem;
}

.nx-mock__kpis b {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  color: #cbd5e1;
  font-weight: 650;
}

.nx-mock__split {
  display: grid;
  gap: 8px;
}

.nx-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 68px;
  margin-top: 10px;
}

.nx-bars i {
  flex: 1;
  height: var(--h);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #8b5cf6, #3b82f6);
  opacity: 0.88;
  transform-origin: bottom;
  animation: nx-bar 5.4s ease-in-out infinite;
}

.nx-bars i:nth-child(1) { animation-delay: 0s; }
.nx-bars i:nth-child(2) { animation-delay: 0.28s; }
.nx-bars i:nth-child(3) { animation-delay: 0.56s; }
.nx-bars i:nth-child(4) { animation-delay: 0.84s; }
.nx-bars i:nth-child(5) { animation-delay: 1.12s; }
.nx-bars i:nth-child(6) { animation-delay: 1.4s; }
.nx-bars i:nth-child(7) { animation-delay: 1.68s; }
.nx-bars i:nth-child(8) { animation-delay: 1.96s; }

@keyframes nx-bar {
  0%, 100% { opacity: 0.48; transform: scaleY(0.84); }
  50% { opacity: 1; transform: scaleY(1); }
}

.nx-mock__panel ul,
.nx-mock__rows,
.nx-mini-feed,
.nx-card__fragment ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.nx-mock__panel li,
.nx-mock__rows li,
.nx-mini-feed li,
.nx-card__fragment li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  color: #dbe3f4;
  font-size: 0.86rem;
}

.nx-mock__panel li i,
.nx-mini-feed li i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 99px;
  background: #8b5cf6;
  flex-shrink: 0;
}

.nx-queue li {
  justify-content: flex-start;
}

.nx-queue li i {
  animation: nx-dot 3.8s ease-in-out infinite;
}

.nx-queue li:nth-child(1) i { animation-delay: 0s; }
.nx-queue li:nth-child(2) i { animation-delay: 1.2s; }
.nx-queue li:nth-child(3) i { animation-delay: 2.4s; }

@keyframes nx-dot {
  0%, 100% { opacity: 0.32; box-shadow: none; }
  40% { opacity: 1; box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.22); }
}

.nx-section {
  margin-top: 64px;
  scroll-margin-top: 80px;
}

.nx-section--tight {
  margin-top: 40px;
}

.nx-auto .nx-flow-note {
  margin-bottom: 0;
}

.nx-showcase .nx-section__lead {
  margin-bottom: 14px;
}

.nx-section--glow {
  position: relative;
}

.nx-section--glow::before {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  top: -12px;
  height: 96px;
  background: radial-gradient(ellipse, rgba(59, 130, 246, 0.1), transparent 70%);
  pointer-events: none;
}

.nx-section h2 {
  font-size: 1.5rem;
}

.nx-int-list,
.nx-trust-grid,
.nx-features,
.nx-price-grid,
.nx-show-grid,
.nx-problem__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.nx-int-list {
  grid-template-columns: 1fr;
}

.nx-int-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(165, 180, 252, 0.2);
  background: linear-gradient(90deg, rgba(22, 28, 46, 0.94), rgba(12, 16, 28, 0.88));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.nx-int-copy {
  flex: 1;
  min-width: 0;
}

.nx-int-list strong {
  display: block;
  color: #fff;
}

.nx-int-list em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  color: #9eabc2;
  font-size: 0.8rem;
}

.nx-int-pip {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #94a3b8;
  box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.16);
  flex-shrink: 0;
}

/* Reuse app marketplace logos; size for landing cards only. */
.nx-int-list .marketplace-logo.nx-int-logo {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  padding: 6px;
  border-radius: 12px;
  flex-shrink: 0;
}

.nx-int-list .marketplace-logo.nx-int-logo .marketplace-logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.nx-problem__grid article,
.nx-card,
.nx-trust-grid li,
.nx-price,
.nx-faq__item {
  background: rgba(14, 20, 34, 0.78);
  border: 1px solid rgba(139, 92, 246, 0.16);
  border-radius: 18px;
  padding: 18px;
}

.nx-problem__grid h3,
.nx-card h3,
.nx-trust-grid h3,
.nx-price h3,
.nx-steps h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: #fff;
}

.nx-nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.nx-nodes li {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 12px;
  text-align: center;
  font-weight: 650;
}

.nx-nodes--loose {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.nx-nodes--loose li {
  flex: 0 1 calc(48% - 4px);
  border: 1px dashed rgba(148, 163, 184, 0.35);
  color: #cbd5e1;
  background: rgba(5, 8, 18, 0.35);
}

.nx-nodes--loose li:nth-child(1) { transform: translate(-2px, 4px); }
.nx-nodes--loose li:nth-child(2) { transform: translate(6px, -3px); }
.nx-nodes--loose li:nth-child(3) { transform: translate(10px, 6px); }
.nx-nodes--loose li:nth-child(4) { transform: translate(-6px, 2px); }
.nx-nodes--loose li:nth-child(5) { flex-basis: 62%; margin-left: auto; transform: translate(-8px, -2px); }

.nx-nodes--flow {
  grid-template-columns: 1fr;
}

.nx-nodes--flow li {
  border: 1px solid rgba(96, 165, 250, 0.28);
  background: rgba(37, 99, 235, 0.12);
  color: #fff;
  position: relative;
}

.nx-workflow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.nx-workflow li {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(96, 165, 250, 0.3);
  background: rgba(37, 99, 235, 0.14);
  color: #fff;
  font-weight: 650;
  position: relative;
  text-align: center;
}

.nx-workflow li:not(:last-child) {
  margin-bottom: 22px;
}

.nx-workflow li:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  color: #93c5fd;
  font-size: 0.82rem;
  font-weight: 500;
}

.nx-problem__solution {
  border-color: rgba(96, 165, 250, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nx-features {
  grid-template-columns: 1fr;
}

.nx-card p,
.nx-trust-grid p,
.nx-steps p,
.nx-ai p,
.nx-ops p {
  margin: 0;
  color: #c5cde0;
  line-height: 1.55;
}

.nx-card {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.nx-card:hover {
  transform: translateY(-3px);
  border-color: rgba(139, 92, 246, 0.42);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.nx-card--featured {
  background:
    linear-gradient(160deg, rgba(124, 58, 237, 0.2), rgba(17, 24, 39, 0.86));
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.08);
}

.nx-card--featured:hover {
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.35), 0 18px 44px rgba(76, 29, 149, 0.22);
}

.nx-card--featured {
  display: grid;
  gap: 14px;
}

.nx-card--accent {
  border-color: rgba(59, 130, 246, 0.32);
}

.nx-card--compact {
  padding: 14px 16px;
}

.nx-card--mid,
.nx-card--compact {
  display: flex;
  flex-direction: column;
}

.nx-card__fragment li {
  align-items: baseline;
}

.nx-card__fragment li b {
  color: #9eabc2;
  font-weight: 600;
  font-size: 0.78rem;
}

.nx-card__fragment li span,
.nx-mini-rows li span {
  color: #c4b5fd;
  font-size: 0.76rem;
  font-weight: 600;
}

.nx-mini-rows {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.nx-mini-rows li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  color: #b7c2d6;
  font-size: 0.78rem;
}

.nx-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 10px;
  background: rgba(139, 92, 246, 0.16);
  color: #c4b5fd;
}

.nx-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  position: relative;
}

.nx-steps li {
  position: relative;
  padding: 0 0 24px 28px;
  border-left: 1px solid rgba(139, 92, 246, 0.28);
}

.nx-steps li:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.nx-steps span {
  position: absolute;
  left: -15px;
  top: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: #111827;
  border: 1px solid rgba(139, 92, 246, 0.45);
  font-size: 0.72rem;
  font-weight: 700;
  color: #c4b5fd;
}

.nx-steps li.is-active span {
  color: #fff;
  border-color: #a78bfa;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.18);
}

.nx-steps li.is-done span {
  border-color: rgba(167, 139, 250, 0.7);
  color: #e9d5ff;
}

.nx-workspace {
  display: grid;
  gap: 10px;
}

.nx-workspace__side {
  display: grid;
  gap: 10px;
}

.nx-workspace .nx-mock {
  padding: 12px;
}

.nx-workspace .nx-mock__bar {
  margin-bottom: 8px;
}

.nx-mock,
.nx-card__fragment,
.nx-opt-fields,
.nx-mini-rows,
.nx-table {
  font-size: 0.78rem;
}

.nx-table {
  display: grid;
  gap: 6px;
}

.nx-table__head,
.nx-table__row {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 8px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 10px;
}

.nx-table span:nth-child(n+3) {
  display: none;
}

.nx-table__head {
  color: #94a3b8;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nx-table__row {
  background: rgba(5, 8, 18, 0.45);
  border: 1px solid rgba(139, 92, 246, 0.1);
  color: #e2e8f0;
}

.nx-table__row.is-on {
  border-color: rgba(139, 92, 246, 0.35);
  background: rgba(139, 92, 246, 0.1);
}

.nx-opt-fields {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 6px 12px;
  margin: 0 0 8px;
}

.nx-opt-fields dt {
  color: #94a3b8;
}

.nx-opt-fields dd {
  margin: 0;
  color: #e2e8f0;
}

.nx-ai {
  display: grid;
  gap: 16px;
}

.nx-ai__copy p + p {
  margin-top: 10px;
}

.nx-transform {
  list-style: none;
  margin: 0;
  padding: 12px 14px;
  display: grid;
  gap: 6px;
  border-radius: 20px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  background:
    radial-gradient(420px 160px at 80% 0%, rgba(139, 92, 246, 0.16), transparent 70%),
    rgba(14, 20, 34, 0.86);
}

.nx-transform li {
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(139, 92, 246, 0.16);
  background: rgba(5, 8, 18, 0.45);
  text-align: center;
  font-weight: 650;
  position: relative;
  opacity: 0.42;
  transform: translateY(8px);
  transition: opacity 0.7s ease, transform 0.7s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.nx-transform li.is-in,
.nx-transform li.is-active {
  opacity: 1;
  transform: none;
}

.nx-transform li:not(:last-child)::after {
  content: "↓";
  display: block;
  margin: 4px auto -2px;
  color: #93c5fd;
  font-size: 0.82rem;
  font-weight: 500;
  background: none;
  width: auto;
  height: auto;
}

.nx-pipeline__fields {
  display: grid;
  gap: 4px;
}

.nx-transform li span {
  display: block;
  margin: 0;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(139, 92, 246, 0.12);
  color: #ddd6fe;
  font-size: 0.82rem;
}

.nx-transform li.is-active {
  border-color: rgba(139, 92, 246, 0.7);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.2);
}

.nx-flow {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.nx-flow li {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(139, 92, 246, 0.18);
  background: rgba(17, 24, 39, 0.6);
  text-align: center;
  font-weight: 600;
  position: relative;
}

.nx-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 1px;
  height: 8px;
  transform: translateX(-50%);
  background: rgba(167, 139, 250, 0.45);
}

.nx-flow li.is-active {
  border-color: rgba(139, 92, 246, 0.7);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.25), 0 10px 30px rgba(59, 130, 246, 0.12);
}

.nx-ops {
  display: grid;
  gap: 12px;
}

.nx-ops-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.nx-ops-strip li {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(139, 92, 246, 0.18);
  background: rgba(17, 24, 39, 0.5);
  font-weight: 650;
}

.nx-trust-grid {
  grid-template-columns: 1fr;
}

.nx-trust-grid li {
  padding: 14px;
  background: rgba(16, 22, 38, 0.92);
  border: 1px solid rgba(148, 163, 252, 0.22);
}

.nx-trust-grid h3 {
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.nx-trust-grid p {
  font-size: 0.86rem;
}

.nx-price-grid {
  grid-template-columns: 1fr;
}

.nx-price {
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nx-price__badge {
  margin: 0 0 8px;
  min-height: 1.1rem;
  color: #c4b5fd;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.nx-price__badge--empty {
  visibility: hidden;
}

.nx-price--popular {
  border-color: rgba(167, 139, 250, 0.72);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.28),
    0 0 36px rgba(124, 58, 237, 0.2),
    0 18px 44px rgba(0, 0, 0, 0.28);
  background:
    linear-gradient(180deg, rgba(124, 58, 237, 0.22), rgba(14, 20, 34, 0.92));
}

.nx-price__sum {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.nx-price__sum span {
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 500;
}

.nx-price__limits {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.nx-price__limits li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  color: #e2e8f0;
  font-size: 0.9rem;
}

.nx-price__limits span {
  color: #94a3b8;
}

.nx-price .nx-btn {
  width: 100%;
  margin-top: 14px;
}

.nx-faq h3 {
  margin: 0;
}

.nx-faq__item {
  padding: 0 14px;
}

.nx-faq button {
  width: 100%;
  min-height: 44px;
  text-align: left;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 6px 36px 6px 0;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}

.nx-faq button:hover {
  color: #fff;
}

.nx-faq button::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background:
    linear-gradient(#c4b5fd, #c4b5fd) center / 12px 2px no-repeat,
    linear-gradient(#c4b5fd, #c4b5fd) center / 2px 12px no-repeat;
  transition: transform 0.2s ease, background 0.2s ease;
}

.nx-faq button[aria-expanded="true"]::after {
  background: linear-gradient(#c4b5fd, #c4b5fd) center / 12px 2px no-repeat;
}

.nx-faq [role="region"] p {
  margin: 0 0 10px;
  color: #c5cde0;
}

.nx-faq [role="region"]:not([hidden]) {
  animation: nx-faq-open 0.2s ease;
}

@keyframes nx-faq-open {
  from { opacity: 0; }
  to { opacity: 1; }
}

.nx-final {
  text-align: center;
  padding: 36px 20px;
  border-radius: 24px;
  border: 1px solid rgba(167, 139, 250, 0.42);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.12),
    0 0 72px rgba(139, 92, 246, 0.2);
  background:
    radial-gradient(420px 180px at 50% 42%, rgba(139, 92, 246, 0.24), transparent 68%),
    radial-gradient(400px 160px at 80% 120%, rgba(37, 99, 235, 0.16), transparent 70%),
    rgba(17, 24, 39, 0.72);
}

.nx-final h2 {
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}

.nx-final .nx-cta {
  justify-content: center;
}

.nx-footer {
  display: grid;
  gap: 18px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(139, 92, 246, 0.16);
}

.nx-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nx-footer__brand strong {
  display: block;
  font-size: 1rem;
}

.nx-footer__brand p {
  margin: 2px 0 0;
  color: #8b95ad;
  font-size: 0.8rem;
}

.nx-footer__nav,
.nx-footer__auth {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.nx-footer__group {
  display: contents;
}

.nx-footer__label {
  display: none;
}

.nx-footer a,
.nx-footer__action {
  color: #9aa6bf;
  text-decoration: none;
}

.nx-reveal {
  animation: nx-in 0.7s ease both;
}

@keyframes nx-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 430px) {
  .nx-hero h1 {
    font-size: 1.55rem;
  }
  .nx-dash--layer {
    display: none;
  }
}

@media (max-width: 390px) {
  .nx-hero h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 360px) {
  .nx-public-home {
    padding: 0 12px calc(20px + env(safe-area-inset-bottom, 0px));
  }
  .nx-header {
    margin: 0 -12px;
    padding: 8px 12px;
  }
  .nx-hero h1 {
    font-size: 1.45rem;
  }
}

@media (max-width: 320px) {
  .nx-public-home {
    padding: 0 10px calc(16px + env(safe-area-inset-bottom, 0px));
  }
  .nx-header {
    margin: 0 -10px;
    padding: 8px 10px;
  }
  .nx-hero h1 {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  .nx-public-home {
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }

  /* iOS status bar: sticky header paints into safe-area; content row stays ~64px. */
  .nx-header {
    align-items: center;
    min-height: calc(64px + env(safe-area-inset-top, 0px));
    padding-top: calc(8px + env(safe-area-inset-top, 0px));
    padding-bottom: 8px;
    background: rgba(5, 8, 20, 0.94);
  }
  .nx-header.is-scrolled {
    background: rgba(5, 8, 20, 0.96);
  }
  .nx-header__brand {
    gap: 8px;
  }
  .nx-header__actions {
    align-items: center;
    gap: 6px;
  }
  .nx-header__menu {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
  .nx-int-list .marketplace-logo.nx-int-logo {
    width: 54px;
    height: 54px;
    max-width: 54px;
    max-height: 54px;
    border-radius: 12px;
  }
  .nx-hero,
  .nx-section {
    scroll-margin-top: calc(72px + env(safe-area-inset-top, 0px));
  }

  /* Soft one-shot reveal: only pending below-fold sections after JS gate.
     Keep .nx-m-pending while .is-revealed so transition stays attached. */
  .nx-section,
  .nx-hero {
    animation: none !important;
  }
  .nx-hero.is-revealed,
  .nx-section.is-revealed:not(.nx-m-pending) {
    opacity: 1;
    transform: none;
  }
  body.nx-mobile-motion-ready .nx-section.nx-m-pending {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition:
      opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
  body.nx-mobile-motion-ready .nx-section.nx-m-pending.is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .nx-transform li {
    opacity: 1;
    transform: none;
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
  }

  .nx-header__cta {
    display: none;
  }
  .nx-header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    z-index: 50;
    flex-direction: column;
    padding: 12px;
    border-radius: 16px;
    background: rgba(9, 16, 28, 0.98);
    border: 1px solid rgba(139, 92, 246, 0.25);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  }
  .nx-header.is-open .nx-header__nav {
    display: flex;
  }
  .nx-header__nav-auth {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(139, 92, 246, 0.2);
  }
  .nx-header__nav-auth .nx-btn,
  .nx-header__nav-auth .nx-link {
    width: 100%;
    justify-content: center;
  }
  .nx-cta,
  .nx-cta .nx-btn {
    width: 100%;
  }
  .nx-dash__body {
    grid-template-columns: 1fr;
  }
  .nx-hero__visual {
    overflow: hidden;
  }
  .nx-section {
    margin-top: 64px;
  }
  .nx-section.nx-auto {
    margin-top: 48px;
  }
  .nx-section.nx-showcase,
  .nx-section.nx-ai,
  .nx-section.nx-ops,
  .nx-section.nx-trust {
    margin-top: 56px;
  }
  .nx-section.nx-final {
    margin-top: 50px;
  }

  .nx-footer {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 28px 16px calc(26px + env(safe-area-inset-bottom, 0px));
    border-top: 0;
    border-radius: 22px;
    border: 1px solid rgba(139, 92, 246, 0.18);
    background:
      linear-gradient(180deg, rgba(18, 24, 42, 0.92), rgba(10, 14, 26, 0.96));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    overflow-x: clip;
  }
  .nx-footer__brand {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(139, 92, 246, 0.14);
  }
  .nx-footer__brand strong {
    font-size: 1.15rem;
    letter-spacing: 0.02em;
  }
  .nx-footer__brand p {
    max-width: 280px;
    margin-top: 4px;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #9aa6bf;
  }
  .nx-footer__nav {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    column-gap: 14px;
    row-gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 22px;
    padding: 0;
  }
  .nx-footer__group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    min-width: 0;
    max-width: 100%;
  }
  .nx-footer__label {
    display: block;
    margin: 0 0 2px;
    color: #a78bfa;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .nx-footer__nav a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 40px;
    padding: 0;
    color: #d7deef;
    font-size: 0.98rem;
    line-height: 1.3;
    border-radius: 0;
    background: transparent;
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
  }
  .nx-footer__nav a:hover {
    color: #fff;
    background: transparent;
  }
  .nx-footer__auth {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(139, 92, 246, 0.14);
  }
  .nx-footer__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
  }
  .nx-footer__action--ghost {
    color: #eef1fb;
    border: 1px solid rgba(139, 92, 246, 0.35);
    background: rgba(17, 24, 39, 0.45);
  }
  .nx-footer__action--primary {
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
  }
}

/* Narrow phones: stack footer groups if long labels need full width. */
@media (max-width: 370px) {
  .nx-footer__nav {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

@media (min-width: 768px) {
  .nx-public-home {
    padding: 0 24px 64px;
  }
  .nx-header {
    margin: 0 -24px;
    padding: 10px 24px;
  }
  .nx-hero h1 {
    font-size: 2.35rem;
    max-width: 14em;
  }
  .nx-section {
    margin-top: 80px;
  }
  .nx-section--tight {
    margin-top: 48px;
  }
  .nx-section.nx-how {
    margin-top: 72px;
  }
  .nx-section.nx-showcase,
  .nx-section.nx-ai,
  .nx-section.nx-ops,
  .nx-section.nx-trust {
    margin-top: 64px;
  }
  .nx-section.nx-auto {
    margin-top: 48px;
  }
  #tariffs {
    margin-top: 72px;
  }
  #faq,
  .nx-section.nx-final {
    margin-top: 56px;
  }
  .nx-section h2 {
    font-size: 1.85rem;
  }
  .nx-int-list,
  .nx-problem__grid {
    grid-template-columns: 1fr 1fr;
  }
  .nx-workspace__side {
    grid-template-columns: 1fr 1fr;
  }
  .nx-features {
    grid-template-columns: 1fr 1fr;
  }
  .nx-card--featured {
    grid-column: 1 / -1;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }
  .nx-price-grid {
    grid-template-columns: 1fr 1fr;
  }
  .nx-mock__split {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .nx-nodes--flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .nx-nodes--flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    width: 8px;
    height: 1px;
    background: rgba(147, 197, 253, 0.7);
  }
  .nx-dash__rail {
    display: flex;
  }
  .nx-hero__visual {
    min-height: 360px;
  }
}

@media (min-width: 769px) {
  .nx-header__menu {
    display: none;
  }
  .nx-header__nav {
    display: flex;
  }
  .nx-cta .nx-btn {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .nx-hero {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 36px;
    padding-top: 56px;
    padding-bottom: 28px;
  }
  .nx-ai {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
    gap: 24px;
  }
  .nx-flow {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    align-items: center;
  }
  .nx-flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: auto;
    right: -1px;
    top: 50%;
    bottom: auto;
    width: 14px;
    height: 1px;
    transform: none;
    background: rgba(167, 139, 250, 0.55);
  }
  .nx-trust-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .nx-price-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nx-ops {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }
  .nx-features {
    grid-template-columns: repeat(6, 1fr);
  }
  .nx-card--featured {
    grid-column: span 4;
  }
  .nx-card--mid {
    grid-column: span 2;
    min-height: 168px;
  }
  .nx-card--wide {
    grid-column: span 3;
  }
  .nx-card--compact {
    grid-column: span 2;
  }
  .nx-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .nx-steps::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 15px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.55), transparent);
  }
  .nx-steps li {
    padding: 36px 8px 0;
    border-left: 0;
    text-align: center;
  }
  .nx-steps li:last-child {
    padding-bottom: 0;
  }
  .nx-steps span {
    left: 50%;
    transform: translateX(-50%);
  }
  .nx-steps p {
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
  }
  .nx-workspace {
    grid-template-columns: 1.35fr 0.85fr;
    align-items: stretch;
    gap: 8px;
  }
  .nx-workspace__side {
    grid-template-columns: 1fr;
    margin-top: 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
  .nx-workspace__side .nx-mock {
    flex: 1;
  }
  .nx-table--4 .nx-table__head,
  .nx-table--4 .nx-table__row {
    grid-template-columns: 1.15fr 0.9fr 0.8fr 0.9fr;
  }
  .nx-table--4 span:nth-child(n+3) {
    display: block;
  }
  .nx-section {
    margin-top: 96px;
  }
  .nx-section--tight {
    margin-top: 56px;
  }
  .nx-section.nx-how {
    margin-top: 80px;
  }
  .nx-section.nx-showcase,
  .nx-section.nx-ai,
  .nx-section.nx-ops,
  .nx-section.nx-trust {
    margin-top: 72px;
  }
  .nx-section.nx-auto {
    margin-top: 56px;
  }
  #tariffs {
    margin-top: 80px;
  }
  #faq {
    margin-top: 64px;
  }
  .nx-section.nx-final {
    margin-top: 72px;
  }
}

@media (min-width: 1280px) {
  .nx-hero h1 {
    font-size: 2.75rem;
  }
  .nx-public-home {
    max-width: 1220px;
  }
}

@media (min-width: 1440px) {
  .nx-public-home {
    max-width: 1240px;
  }
}

/* —— Premium Trust (LAND10 extension) —— */
.nx-section.nx-premium {
  position: relative;
  isolation: isolate;
  margin-top: 56px;
  padding: 56px 0 64px;
  overflow: visible;
}

.nx-pt__atmosphere {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  transform: none;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-premium.nx-pt-is-lit .nx-pt__atmosphere {
  opacity: 1;
}

.nx-pt__wash {
  position: absolute;
  inset: auto;
  display: block;
  border-radius: 50%;
  filter: blur(2px);
}

.nx-pt__wash--top {
  left: 10%;
  right: 10%;
  top: -8%;
  height: 28%;
  background: linear-gradient(
    180deg,
    rgba(5, 8, 20, 0) 0%,
    rgba(5, 8, 23, 0.55) 35%,
    rgba(12, 18, 40, 0.35) 100%
  );
  border-radius: 0;
  filter: none;
}

.nx-pt__wash--core {
  left: 50%;
  top: 18%;
  width: min(920px, 120%);
  height: 62%;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 40%, rgba(99, 102, 241, 0.14), transparent 58%),
    radial-gradient(ellipse at 22% 55%, rgba(59, 130, 246, 0.1), transparent 52%),
    radial-gradient(ellipse at 78% 48%, rgba(124, 58, 237, 0.12), transparent 54%);
}

.nx-pt__wash--bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  background: linear-gradient(180deg, rgba(5, 8, 20, 0), #050814 88%);
  border-radius: 0;
  filter: none;
}

.nx-pt__wave {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(139, 92, 246, 0.14);
  box-shadow:
    0 0 40px rgba(59, 130, 246, 0.05) inset,
    0 0 80px rgba(124, 58, 237, 0.04);
  opacity: 0.55;
}

.nx-pt__wave--a {
  width: 140%;
  height: 70%;
  left: -28%;
  top: 8%;
  transform: rotate(-8deg);
  border-color: rgba(99, 102, 241, 0.16);
}

.nx-pt__wave--b {
  width: 120%;
  height: 58%;
  right: -30%;
  top: 28%;
  left: auto;
  transform: rotate(12deg);
  border-color: rgba(59, 130, 246, 0.12);
  opacity: 0.4;
}

.nx-pt__wave--c {
  width: 90%;
  height: 42%;
  left: 8%;
  bottom: 6%;
  transform: rotate(-4deg);
  border-color: rgba(167, 139, 250, 0.1);
  opacity: 0.35;
}

.nx-pt__orb {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.35;
}

.nx-pt__orb--l {
  left: -4%;
  top: 34%;
  background: rgba(59, 130, 246, 0.22);
}

.nx-pt__orb--r {
  right: -6%;
  top: 48%;
  background: rgba(124, 58, 237, 0.2);
  width: 220px;
  height: 220px;
}

.nx-pt__grid {
  position: absolute;
  inset: 8% 0 12%;
  opacity: 0.035;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 45%, #000 18%, transparent 72%);
}

.nx-pt__content {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.nx-pt__eyebrow {
  margin: 0 0 14px;
  color: #a78bfa;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nx-pt__title {
  margin: 0 0 14px;
  color: #f4f6ff;
  font-size: clamp(1.45rem, 3.2vw, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.nx-pt__lead {
  margin: 0 0 28px;
  max-width: 40rem;
  color: #b7c0d6;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.6;
}

.nx-pt__br {
  display: none;
}

.nx-pt__metrics,
.nx-pt__values {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.nx-pt__metrics {
  margin-bottom: 14px;
}

.nx-pt__values {
  margin-bottom: 18px;
}

.nx-pt-metric,
.nx-pt-value,
.nx-pt-data {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(139, 92, 246, 0.18);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.045) 0%, transparent 42%),
    linear-gradient(180deg, rgba(16, 22, 40, 0.88), rgba(8, 12, 24, 0.92));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 18px 40px rgba(0, 0, 0, 0.22);
}

.nx-pt-metric {
  padding: 18px 18px 16px;
  overflow: hidden;
}

.nx-pt-metric::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 181, 253, 0.45), transparent);
  opacity: 0.7;
}

.nx-pt-metric__icon,
.nx-pt-value__icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 12px;
  color: #c4b5fd;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.22);
  transition: box-shadow 220ms ease, border-color 220ms ease, color 220ms ease;
}

.nx-pt-metric__value {
  margin: 0 0 6px;
  color: #f8f9ff;
  font-size: clamp(1.85rem, 5vw, 2.35rem);
  font-weight: 720;
  letter-spacing: -0.03em;
  line-height: 1;
}

.nx-pt-metric__label {
  margin: 0 0 6px;
  color: #e8ecf8;
  font-size: 0.95rem;
  font-weight: 650;
}

.nx-pt-metric__desc {
  margin: 0;
  color: #9eabc2;
  font-size: 0.86rem;
  line-height: 1.45;
}

.nx-pt-value {
  padding: 20px 18px 18px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.nx-pt-value h3 {
  margin: 0 0 8px;
  color: #f3f5fb;
  font-size: 1.05rem;
  font-weight: 680;
  letter-spacing: -0.01em;
}

.nx-pt-value p {
  margin: 0;
  color: #a8b3c9;
  font-size: 0.92rem;
  line-height: 1.55;
  flex: 1;
}

.nx-pt-value__accent {
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 16px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(167, 139, 250, 0.75), rgba(59, 130, 246, 0.15));
  opacity: 0.85;
}

.nx-pt-data {
  padding: 20px 18px 18px;
}

.nx-pt-data h3 {
  margin: 0 0 8px;
  color: #f3f5fb;
  font-size: 1.05rem;
  font-weight: 680;
}

.nx-pt-data > p {
  margin: 0 0 16px;
  color: #a8b3c9;
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 40rem;
}

.nx-pt-data__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.nx-pt-data__grid li {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.025);
  color: #d7deef;
  font-size: 0.9rem;
  font-weight: 550;
}

.nx-pt-data__grid li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 99px;
  background: rgba(167, 139, 250, 0.7);
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.35);
  flex-shrink: 0;
}

/* Reveal states */
.nx-pt-item {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  filter: blur(3px);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.nx-pt-item.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

@media (max-width: 767px) {
  .nx-section.nx-premium {
    margin-top: 48px;
    padding: 40px 0 48px;
  }

  .nx-pt__wash--core {
    filter: none;
    opacity: 0.9;
  }

  .nx-pt__orb {
    filter: blur(18px);
    opacity: 0.22;
    width: 120px;
    height: 120px;
  }

  .nx-pt__orb--r {
    width: 140px;
    height: 140px;
  }

  .nx-pt__wave {
    opacity: 0.35;
  }

  .nx-pt__wave--c {
    display: none;
  }

  .nx-pt__grid {
    opacity: 0.025;
  }

  .nx-pt-metric,
  .nx-pt-value,
  .nx-pt-data {
    padding: 18px 18px 16px;
    border-radius: 16px;
  }

  .nx-pt-item {
    filter: none;
  }

  .nx-pt-item[data-nx-pt="metric"]:nth-child(odd),
  .nx-pt-item[data-nx-pt="value"]:nth-child(odd) {
    transform: translate3d(-6px, 16px, 0);
  }

  .nx-pt-item[data-nx-pt="metric"]:nth-child(even),
  .nx-pt-item[data-nx-pt="value"]:nth-child(even) {
    transform: translate3d(6px, 16px, 0);
  }

  .nx-pt-item.is-in {
    transform: translate3d(0, 0, 0);
  }

  .nx-pt-data__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .nx-section.nx-premium {
    margin-top: 72px;
    padding: 72px 0 80px;
  }

  .nx-pt__br {
    display: inline;
  }

  .nx-pt__metrics,
  .nx-pt__values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .nx-pt__metrics {
    margin-bottom: 16px;
  }

  .nx-pt__values {
    margin-bottom: 20px;
  }

  .nx-pt-value {
    padding: 22px 20px 18px;
  }

  .nx-pt-data {
    padding: 22px 22px 20px;
  }

  .nx-pt-data__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  @media (hover: hover) and (pointer: fine) {
    .nx-pt-metric,
    .nx-pt-value {
      transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
    }

    .nx-pt-metric:hover,
    .nx-pt-value:hover {
      transform: translateY(-3px);
      border-color: rgba(167, 139, 250, 0.36);
      box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 22px 48px rgba(0, 0, 0, 0.28);
    }

    .nx-pt-metric:hover .nx-pt-metric__icon,
    .nx-pt-value:hover .nx-pt-value__icon {
      color: #ddd6fe;
      border-color: rgba(196, 181, 253, 0.4);
      box-shadow: 0 0 18px rgba(139, 92, 246, 0.22);
    }

    .nx-pt-metric:hover::before {
      opacity: 1;
    }
  }
}

@media (min-width: 1024px) {
  .nx-pt__metrics,
  .nx-pt__values {
    gap: 16px;
  }

  .nx-pt-metric {
    padding: 22px 20px 18px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @media (min-width: 768px) {
    .nx-premium.nx-pt-is-lit .nx-pt__wave--a {
      animation: nx-pt-drift-a 24s ease-in-out infinite alternate;
    }
    .nx-premium.nx-pt-is-lit .nx-pt__wave--b {
      animation: nx-pt-drift-b 28s ease-in-out infinite alternate;
    }
  }
}

@keyframes nx-pt-drift-a {
  from { transform: rotate(-8deg) translate3d(0, 0, 0); }
  to { transform: rotate(-8deg) translate3d(1.5%, -1.2%, 0); }
}

@keyframes nx-pt-drift-b {
  from { transform: rotate(12deg) translate3d(0, 0, 0); }
  to { transform: rotate(12deg) translate3d(-1.4%, 1%, 0); }
}

/* —— LANDING PREMIUM V2 —— */
.nx-v2-particles {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 220vh;
  transform: none;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 18% 12%, rgba(196, 181, 253, 0.35) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 22%, rgba(147, 197, 253, 0.3) 0 1px, transparent 2px),
    radial-gradient(circle at 40% 48%, rgba(167, 139, 250, 0.28) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 62%, rgba(96, 165, 250, 0.25) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 78%, rgba(196, 181, 253, 0.22) 0 1px, transparent 2px);
  background-size: 100% 100%;
}

.nx-wave-host {
  position: relative;
  isolation: isolate;
}

.nx-wave-zone {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  max-width: 100%;
}

.nx-wave-zone::before,
.nx-wave-zone::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(139, 92, 246, 0.12);
  box-shadow: 0 0 48px rgba(59, 130, 246, 0.04) inset;
  opacity: 0.45;
  max-width: none;
}

.nx-wave-zone--left::before {
  width: 120%;
  height: 70%;
  left: -42%;
  top: 8%;
  transform: rotate(-9deg);
}

.nx-wave-zone--right::before {
  width: 118%;
  height: 64%;
  right: -40%;
  left: auto;
  top: 18%;
  transform: rotate(11deg);
  border-color: rgba(59, 130, 246, 0.12);
}

.nx-wave-zone--soft::before {
  opacity: 0.28;
}

.nx-wave-zone--strong::before {
  opacity: 0.55;
  border-color: rgba(167, 139, 250, 0.18);
}

.nx-wave-zone--soft::after,
.nx-wave-zone--strong::after,
.nx-wave-zone--left::after,
.nx-wave-zone--right::after {
  width: 70%;
  height: 40%;
  left: 20%;
  bottom: 4%;
  opacity: 0.22;
  transform: rotate(-3deg);
}

.nx-v2-lit {
  position: relative;
}

.nx-v2-lit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4%;
  width: min(920px, 120%);
  height: 46%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(99, 102, 241, 0.12), transparent 62%),
    radial-gradient(ellipse at 78% 50%, rgba(59, 130, 246, 0.08), transparent 58%);
}

.nx-v2-calm::before {
  content: none;
}

.nx-section > *:not(.nx-wave-zone):not(.nx-pt__atmosphere),
.nx-hero > * {
  position: relative;
  z-index: 1;
}

.nx-header {
  background: rgba(5, 8, 23, 0.55);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px) saturate(1.12);
}

.nx-header.is-scrolled {
  background: rgba(5, 8, 23, 0.88);
  border-bottom-color: rgba(139, 92, 246, 0.3);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(196, 181, 253, 0.08);
}

.nx-btn--primary {
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 48%, #3b82f6 100%);
  box-shadow:
    0 8px 24px rgba(59, 130, 246, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.nx-btn--primary:hover {
  filter: brightness(1.06);
  box-shadow:
    0 14px 34px rgba(139, 92, 246, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.nx-btn--ghost {
  border-color: rgba(167, 139, 250, 0.42);
  background: rgba(12, 18, 34, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.nx-hero h1 {
  background: linear-gradient(120deg, #f8f9ff 0%, #f8f9ff 52%, #ddd6fe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.nx-hero__glow {
  background:
    radial-gradient(circle at 60% 40%, rgba(139, 92, 246, 0.34), transparent 62%),
    radial-gradient(circle at 30% 70%, rgba(59, 130, 246, 0.18), transparent 58%);
  opacity: 0.95;
  filter: blur(2px);
}

.nx-dash {
  border: 1px solid rgba(167, 139, 250, 0.22);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
    linear-gradient(180deg, rgba(16, 22, 40, 0.94), rgba(8, 12, 24, 0.96));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 24px 56px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(99, 102, 241, 0.08);
}

@media (prefers-reduced-motion: no-preference) {
  .nx-dash.nx-float {
    animation: nx-v2-float 7.5s ease-in-out infinite alternate;
  }
}

@keyframes nx-v2-float {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -3px, 0); }
}

.nx-int-list li,
.nx-problem__grid article,
.nx-card,
.nx-trust-grid li,
.nx-price,
.nx-faq__item,
.nx-card-premium {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.045) 0%, transparent 42%),
    linear-gradient(180deg, rgba(16, 22, 40, 0.88), rgba(8, 12, 24, 0.92));
  border: 1px solid rgba(139, 92, 246, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 16px 36px rgba(0, 0, 0, 0.22);
}

.nx-int-list li {
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.nx-int-list li::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 181, 253, 0.45), transparent);
}

.nx-int-pip {
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.45);
}

@media (hover: hover) and (pointer: fine) {
  .nx-int-list li:hover {
    transform: translateY(-2px);
    border-color: rgba(167, 139, 250, 0.36);
  }
}

.nx-card-premium--accent,
.nx-card--featured,
.nx-card--accent {
  border-color: rgba(167, 139, 250, 0.32);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 20px 48px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(99, 102, 241, 0.08);
}

.nx-card-premium--quiet {
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 12px 28px rgba(0, 0, 0, 0.18);
}

.nx-card .nx-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 11px;
  color: #c4b5fd;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.22);
}

@media (hover: hover) and (pointer: fine) {
  .nx-card:hover,
  .nx-price:hover,
  .nx-trust-grid li:hover,
  .nx-problem__grid article:hover {
    transform: translateY(-2px);
    border-color: rgba(167, 139, 250, 0.34);
  }
  .nx-card:hover .nx-icon {
    box-shadow: 0 0 16px rgba(139, 92, 246, 0.22);
    color: #ddd6fe;
  }
}

.nx-card,
.nx-price,
.nx-trust-grid li,
.nx-problem__grid article {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.nx-steps li {
  position: relative;
  border: 1px solid rgba(139, 92, 246, 0.16);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.03), transparent 50%),
    rgba(12, 18, 34, 0.72);
  border-radius: 16px;
  padding: 16px;
}

.nx-steps li.is-active,
.nx-steps li.is-done {
  border-color: rgba(167, 139, 250, 0.38);
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.1), 0 12px 28px rgba(0, 0, 0, 0.2);
}

.nx-steps li > span:first-child {
  color: #c4b5fd;
  text-shadow: 0 0 18px rgba(139, 92, 246, 0.35);
}

.nx-mock,
.nx-transform {
  border-color: rgba(167, 139, 250, 0.24);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 20px 44px rgba(0, 0, 0, 0.28);
}

.nx-ai.nx-v2-lit::before {
  height: 70%;
  top: 8%;
  background:
    radial-gradient(ellipse at 78% 40%, rgba(139, 92, 246, 0.18), transparent 58%),
    radial-gradient(ellipse at 30% 60%, rgba(59, 130, 246, 0.08), transparent 60%);
}

.nx-transform li.is-active,
.nx-transform li.is-in.is-active {
  border-color: rgba(196, 181, 253, 0.42);
  box-shadow: 0 0 18px rgba(139, 92, 246, 0.18);
}

.nx-flow li.is-active {
  border-color: rgba(167, 139, 250, 0.45);
  box-shadow: 0 0 16px rgba(99, 102, 241, 0.16);
}

.nx-flow li.is-active:not(:last-child)::after {
  background: linear-gradient(90deg, rgba(167, 139, 250, 0.85), rgba(59, 130, 246, 0.35));
}

.nx-ops-strip li,
.nx-chip {
  border: 1px solid rgba(167, 139, 250, 0.22);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.nx-chip--ok {
  border-color: rgba(52, 211, 153, 0.35);
  color: #a7f3d0;
  background: rgba(16, 185, 129, 0.1);
}

.nx-chip--warn {
  border-color: rgba(251, 191, 36, 0.35);
  color: #fde68a;
  background: rgba(245, 158, 11, 0.1);
}

.nx-ops-strip li:nth-child(1) {
  border-color: rgba(147, 197, 253, 0.35);
  color: #bfdbfe;
}
.nx-ops-strip li:nth-child(2) {
  border-color: rgba(52, 211, 153, 0.35);
  color: #a7f3d0;
}
.nx-ops-strip li:nth-child(3) {
  border-color: rgba(251, 191, 36, 0.35);
  color: #fde68a;
}

.nx-trust-grid li {
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow:
    0 1px 0 rgba(147, 197, 253, 0.12) inset,
    0 12px 28px rgba(0, 0, 0, 0.18);
}

.nx-trust-grid li::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.7), rgba(139, 92, 246, 0.15));
}

.nx-price--popular,
.nx-card-premium--recommended {
  border-color: rgba(167, 139, 250, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 22px 52px rgba(76, 29, 149, 0.28),
    0 0 0 1px rgba(99, 102, 241, 0.14);
}

.nx-price__badge {
  letter-spacing: 0.08em;
  border: 1px solid rgba(167, 139, 250, 0.35);
  background: rgba(124, 58, 237, 0.16);
}

.nx-faq {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(10, 14, 26, 0.55);
  padding: 4px 6px;
}

.nx-faq__item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 0;
  box-shadow: none;
}

.nx-faq__item:last-child {
  border-bottom: 0;
}

.nx-faq button::after {
  transition: transform 220ms ease, color 220ms ease;
}

.nx-faq button[aria-expanded="true"]::after {
  transform: rotate(45deg);
  color: #c4b5fd;
}

.nx-final {
  border-radius: 22px;
  border: 1px solid rgba(167, 139, 250, 0.24);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(99, 102, 241, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(16, 22, 40, 0.92), rgba(8, 12, 24, 0.96));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 24px 56px rgba(0, 0, 0, 0.3);
  padding: 28px 22px;
}

.nx-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.nx-footer__brand img {
  filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.25));
}

/* Global reveal helpers for V2 stagger items */
[data-nx-v2-stagger] > .nx-v2-pending {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  filter: blur(2px);
  transition:
    opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

[data-nx-v2-stagger] > .nx-v2-pending.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
}

@keyframes nx-in {
  from { opacity: 0; transform: translateY(16px); filter: blur(2px); }
  to { opacity: 1; transform: none; filter: none; }
}

@media (prefers-reduced-motion: no-preference) {
  @media (min-width: 768px) {
    .nx-v2-lit.nx-wave-host .nx-wave-zone--left::before,
    .nx-v2-lit.nx-wave-host .nx-wave-zone--right::before {
      animation: nx-v2-wave-drift 28s ease-in-out infinite alternate;
    }
    .nx-v2-particles {
      animation: nx-v2-particles-drift 36s linear infinite alternate;
    }
  }
}

@keyframes nx-v2-wave-drift {
  from { transform: rotate(-9deg) translate3d(0, 0, 0); }
  to { transform: rotate(-9deg) translate3d(1.2%, -1%, 0); }
}

@keyframes nx-v2-particles-drift {
  from { background-position: 0 0, 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 0 -18px, 0 12px, 0 -8px, 0 10px, 0 -14px; }
}

@media (max-width: 767px) {
  .nx-v2-particles {
    display: none;
  }
  .nx-wave-zone::before,
  .nx-wave-zone::after {
    opacity: 0.22;
    filter: none;
  }
  .nx-v2-lit::before {
    opacity: 0.75;
  }
  [data-nx-v2-stagger] > .nx-v2-pending {
    filter: none;
  }
  [data-nx-v2-stagger] > .nx-v2-pending:nth-child(odd) {
    transform: translate3d(-6px, 14px, 0);
  }
  [data-nx-v2-stagger] > .nx-v2-pending:nth-child(even) {
    transform: translate3d(6px, 14px, 0);
  }
  [data-nx-v2-stagger] > .nx-v2-pending.is-in {
    transform: translate3d(0, 0, 0);
  }
  .nx-final {
    padding: 22px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nx-v2-particles,
  .nx-wave-zone::before,
  .nx-wave-zone::after,
  .nx-dash.nx-float,
  [data-nx-v2-stagger] > .nx-v2-pending {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .public-home-body *,
  .public-home-body *::before,
  .public-home-body *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .nx-section,
  .nx-hero,
  .nx-reveal,
  .nx-section.nx-m-pending,
  .nx-transform li,
  .nx-pt-item,
  .nx-pt__atmosphere,
  [data-nx-v2-stagger] > .nx-v2-pending,
  .nx-v2-particles {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .nx-nodes--loose li {
    transform: none;
  }
}

/* —— LANDING PREMIUM V2.1 —— */
.public-home-body {
  background:
    radial-gradient(1200px 720px at 88% 6%, rgba(59, 130, 246, 0.1), transparent 62%),
    radial-gradient(1100px 680px at 8% -4%, rgba(124, 58, 237, 0.12), transparent 58%),
    radial-gradient(900px 520px at 50% 38%, rgba(99, 102, 241, 0.04), transparent 72%),
    linear-gradient(180deg, #040713 0%, #060817 42%, #080b1d 100%);
}

.nx-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.nx-aurora {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
}

.nx-aurora--a {
  width: min(1100px, 140vw);
  height: min(680px, 90vh);
  left: -18%;
  top: 2%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 68%);
  opacity: 0.11;
}

.nx-aurora--b {
  width: min(980px, 120vw);
  height: min(620px, 80vh);
  right: -14%;
  top: 18%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1), transparent 66%);
  opacity: 0.09;
}

.nx-aurora--c {
  width: min(860px, 110vw);
  height: min(540px, 70vh);
  left: 24%;
  top: 42%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.08), transparent 70%);
  opacity: 0.07;
}

.nx-light-field {
  opacity: 0.28;
}

.nx-sweep-host {
  position: relative;
  isolation: isolate;
}

.nx-sweep-host::after {
  content: "";
  position: absolute;
  inset: 8% -10% auto -10%;
  height: 42%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(
    105deg,
    transparent 18%,
    rgba(147, 197, 253, 0.06) 44%,
    rgba(196, 181, 253, 0.08) 52%,
    transparent 78%
  );
  filter: blur(18px);
  transform: translate3d(-8%, 0, 0);
}

.nx-atmosphere--hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6%;
  width: min(980px, 130%);
  height: 58%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 24%, rgba(99, 102, 241, 0.14), transparent 62%),
    radial-gradient(ellipse at 72% 58%, rgba(59, 130, 246, 0.08), transparent 58%);
}

.nx-atmosphere--violet::before {
  height: 72%;
  top: 6%;
  background:
    radial-gradient(ellipse at 72% 36%, rgba(139, 92, 246, 0.14), transparent 58%),
    radial-gradient(ellipse at 24% 64%, rgba(59, 130, 246, 0.06), transparent 62%);
}

.nx-atmosphere--final::before {
  height: 80%;
  top: -8%;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(99, 102, 241, 0.12), transparent 62%),
    radial-gradient(ellipse at 30% 70%, rgba(59, 130, 246, 0.06), transparent 64%);
}

.nx-hero__visual::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -4%;
  height: 28%;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(ellipse at 50% 0%, rgba(99, 102, 241, 0.16), transparent 72%);
  filter: blur(10px);
  opacity: 0.75;
}

.nx-section {
  position: relative;
}

.nx-section::before,
.nx-section::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(920px, 120%);
  height: 38%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
}

.nx-section::before {
  top: -12%;
  background: radial-gradient(ellipse at 50% 100%, rgba(99, 102, 241, 0.06), transparent 72%);
}

.nx-section::after {
  bottom: -14%;
  background: radial-gradient(ellipse at 50% 0%, rgba(59, 130, 246, 0.05), transparent 74%);
}

.nx-section.nx-premium::before,
.nx-section.nx-premium::after {
  opacity: 0.65;
}

.nx-section.nx-premium::before {
  background: radial-gradient(ellipse at 50% 100%, rgba(139, 92, 246, 0.08), transparent 70%);
}

.nx-header {
  transition:
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-btn {
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-btn--primary:hover {
  transform: translate3d(0, -1px, 0);
}

.nx-btn--primary:active,
.nx-btn--ghost:active {
  transform: translate3d(0, 0, 0);
}

.nx-btn--ghost:hover {
  transform: translate3d(0, -1px, 0);
}

.nx-float {
  animation: none;
}

.nx-dash.nx-float {
  animation: none;
}

.nx-reveal {
  animation: nx-v21-reveal 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes nx-v21-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes nx-in {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

[data-nx-v2-stagger] > .nx-v2-pending {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  filter: none;
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-nx-v2-stagger] > .nx-v2-pending.is-in,
[data-nx-v2-stagger] > .nx-v2-pending.nx-motion-settled {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nx-pt-item {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  filter: none;
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-pt-item.is-in,
.nx-pt-item.nx-motion-settled {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nx-transform li {
  opacity: 0.55;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 480ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-transform li.is-in,
.nx-transform li.is-active,
.nx-transform li.is-done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nx-transform li.is-active {
  border-color: rgba(196, 181, 253, 0.38);
  background: rgba(139, 92, 246, 0.1);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.12);
}

.nx-flow li {
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 480ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-flow li.is-active {
  border-color: rgba(167, 139, 250, 0.38);
  background: rgba(99, 102, 241, 0.08);
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.1);
}

.nx-steps li {
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 480ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-int-list li,
.nx-card,
.nx-price,
.nx-trust-grid li,
.nx-problem__grid article {
  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 300ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .nx-int-list li:hover,
  .nx-card:hover,
  .nx-price:hover,
  .nx-trust-grid li:hover,
  .nx-problem__grid article:hover {
    transform: translate3d(0, -2px, 0);
  }
}

.nx-section h2 {
  letter-spacing: -0.035em;
  line-height: 1.14;
}

.nx-lead,
.nx-section__lead {
  color: #d1d9ea;
  line-height: 1.62;
}

.nx-eyebrow {
  color: #ddd6fe;
  letter-spacing: 0.11em;
}

.nx-wave-zone::before {
  border-width: 1px;
  opacity: 0.32;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.015) inset,
    0 0 48px rgba(59, 130, 246, 0.03) inset;
}

.nx-wave-zone::after {
  opacity: 0.16;
  border-color: rgba(59, 130, 246, 0.08);
}

.nx-wave-zone--left::before {
  background:
    radial-gradient(ellipse at 40% 40%, rgba(139, 92, 246, 0.05), transparent 62%),
    transparent;
}

.nx-wave-zone--right::before {
  background:
    radial-gradient(ellipse at 60% 42%, rgba(59, 130, 246, 0.05), transparent 62%),
    transparent;
}

.nx-final {
  border-color: rgba(167, 139, 250, 0.18);
  background:
    radial-gradient(ellipse at 50% 18%, rgba(99, 102, 241, 0.1), transparent 58%),
    radial-gradient(ellipse at 50% 100%, rgba(59, 130, 246, 0.06), transparent 62%),
    linear-gradient(180deg, rgba(14, 20, 36, 0.92), rgba(8, 12, 24, 0.96));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 20px 48px rgba(0, 0, 0, 0.28);
}

.nx-price--popular,
.nx-card-premium--recommended {
  border-color: rgba(167, 139, 250, 0.32);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 18px 44px rgba(49, 46, 129, 0.22),
    0 0 0 1px rgba(99, 102, 241, 0.1);
}

.nx-public-home.nx-motion-fallback [data-nx-v2-stagger] > *,
.nx-public-home.nx-motion-fallback .nx-pt-item,
.nx-public-home.nx-motion-fallback .nx-section.nx-m-pending,
.nx-public-home.nx-motion-fallback .nx-transform li,
.nx-public-home.nx-motion-fallback .nx-flow li {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

body.nx-mobile-motion-ready .nx-section.nx-m-pending {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .nx-aurora--a {
    animation: nx-v21-aurora-a 44s ease-in-out infinite alternate;
  }
  .nx-aurora--b {
    animation: nx-v21-aurora-b 52s ease-in-out infinite alternate;
  }
  .nx-aurora--c {
    animation: nx-v21-aurora-c 38s ease-in-out infinite alternate;
  }
  .nx-sweep-host::after {
    opacity: 0.55;
    animation: nx-v21-sweep 16s ease-in-out infinite alternate;
  }
  .nx-dash.nx-float {
    animation: nx-v21-hero-float 10s ease-in-out infinite;
  }
  .nx-v2-lit.nx-wave-host .nx-wave-zone--left::before {
    animation: nx-v21-wave-a 32s ease-in-out infinite alternate;
  }
  .nx-v2-lit.nx-wave-host .nx-wave-zone--right::before {
    animation: nx-v21-wave-b 42s ease-in-out infinite alternate;
  }
  .nx-v2-lit.nx-wave-host .nx-wave-zone--soft::after {
    animation: nx-v21-wave-c 48s ease-in-out infinite alternate;
  }
  .nx-v2-particles {
    animation: nx-v21-particles 40s linear infinite alternate;
  }
}

@keyframes nx-v21-aurora-a {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.1; }
  to { transform: translate3d(24px, -18px, 0) scale(1.02); opacity: 0.13; }
}

@keyframes nx-v21-aurora-b {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.08; }
  to { transform: translate3d(-20px, 16px, 0) scale(1.03); opacity: 0.11; }
}

@keyframes nx-v21-aurora-c {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.06; }
  to { transform: translate3d(14px, 12px, 0) scale(1.02); opacity: 0.09; }
}

@keyframes nx-v21-sweep {
  from { transform: translate3d(-10%, 0, 0); opacity: 0.35; }
  to { transform: translate3d(10%, 0, 0); opacity: 0.55; }
}

@keyframes nx-v21-hero-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -2px, 0); }
}

@keyframes nx-v21-wave-a {
  from { transform: rotate(-9deg) translate3d(0, 0, 0); }
  to { transform: rotate(-8.2deg) translate3d(1.4%, -0.8%, 0); }
}

@keyframes nx-v21-wave-b {
  from { transform: rotate(11deg) translate3d(0, 0, 0); }
  to { transform: rotate(10.2deg) translate3d(-1.2%, 0.9%, 0); }
}

@keyframes nx-v21-wave-c {
  from { transform: rotate(-3deg) translate3d(0, 0, 0); opacity: 0.14; }
  to { transform: rotate(-2.4deg) translate3d(0.8%, -0.6%, 0); opacity: 0.2; }
}

@keyframes nx-v21-particles {
  from { background-position: 0 0, 0 0, 0 0, 0 0, 0 0; opacity: 0.24; }
  to { background-position: 0 -12px, 0 8px, 0 -6px, 0 7px, 0 -10px; opacity: 0.32; }
}

@media (max-width: 767px) {
  .nx-aurora--c {
    display: none;
  }
  .nx-aurora--a,
  .nx-aurora--b {
    opacity: 0.06;
    filter: none;
  }
  .nx-sweep-host::after {
    display: none;
  }
  .nx-v2-particles,
  .nx-light-field {
    display: none;
  }
  .nx-wave-zone::before,
  .nx-wave-zone::after {
    opacity: 0.14;
    animation: none !important;
  }
  .nx-v2-lit::before,
  .nx-atmosphere--hero::before,
  .nx-atmosphere--violet::before,
  .nx-atmosphere--final::before {
    opacity: 0.55;
  }
  .nx-section::before,
  .nx-section::after {
    opacity: 0.25;
  }
  [data-nx-v2-stagger] > .nx-v2-pending,
  [data-nx-v2-stagger] > .nx-v2-pending:nth-child(odd),
  [data-nx-v2-stagger] > .nx-v2-pending:nth-child(even) {
    transform: translate3d(0, 14px, 0);
  }
  .nx-pt-item[data-nx-pt="metric"]:nth-child(odd),
  .nx-pt-item[data-nx-pt="value"]:nth-child(odd),
  .nx-pt-item[data-nx-pt="metric"]:nth-child(even),
  .nx-pt-item[data-nx-pt="value"]:nth-child(even) {
    transform: translate3d(0, 14px, 0);
  }
  .nx-int-list li,
  .nx-card,
  .nx-price,
  .nx-trust-grid li,
  .nx-problem__grid article,
  .nx-faq__item {
    backdrop-filter: none;
  }
  .nx-dash.nx-float {
    animation: none !important;
  }
}

.nx-lang {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid rgba(139, 92, 246, 0.28);
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  white-space: nowrap;
  background: rgba(17, 24, 39, 0.35);
}
.nx-lang button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #c9d0e6;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-height: 44px;
  min-width: 44px;
  padding: 0 8px;
  cursor: pointer;
}
.nx-lang button + button {
  border-left: 1px solid rgba(139, 92, 246, 0.22);
}
.nx-lang button.is-active {
  color: #fff;
  background: rgba(139, 92, 246, 0.28);
}
.nx-lang--menu {
  display: none;
  width: 100%;
  margin: 0 0 8px;
}
.nx-lang--menu button {
  flex: 1 1 0;
}

@media (max-width: 768px) {
  .nx-lang--header {
    display: none;
  }
  .nx-lang--menu {
    display: flex;
  }
  .nx-header__cta {
    display: none;
  }
  .nx-header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    z-index: 50;
    flex-direction: column;
    padding: 12px;
    border-radius: 16px;
    background: rgba(9, 16, 28, 0.98);
    border: 1px solid rgba(139, 92, 246, 0.25);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  }
  .nx-header.is-open .nx-header__nav {
    display: flex;
  }
  .nx-header__nav-auth {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(139, 92, 246, 0.2);
  }
  .nx-header__nav-auth .nx-btn,
  .nx-header__nav-auth .nx-link {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .nx-header__actions {
    flex-shrink: 0;
  }
  .nx-lang--header button {
    min-height: 36px;
    min-width: 38px;
    font-size: 0.7rem;
  }
  .nx-lang--menu {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .nx-header {
    gap: 8px;
  }
  .nx-header__nav {
    gap: 0;
  }
  .nx-header__nav > a {
    padding-left: 6px;
    padding-right: 6px;
    min-height: 36px;
  }
  .nx-header__actions {
    gap: 4px;
  }
  .nx-lang--header button {
    min-height: 30px;
    min-width: 30px;
    padding: 0 4px;
    font-size: 0.62rem;
  }
  .nx-header__login {
    padding-left: 6px;
    padding-right: 6px;
  }
  .nx-header__cta {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nx-aurora,
  .nx-sweep-host::after,
  .nx-v2-particles,
  .nx-light-field,
  .nx-wave-zone::before,
  .nx-wave-zone::after,
  .nx-dash.nx-float {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  [data-nx-v2-stagger] > .nx-v2-pending,
  .nx-pt-item,
  .nx-transform li,
  .nx-flow li,
  .nx-steps li {
    will-change: auto !important;
  }
}
