/* Duyuz site layer — visual language matched to existing Framer homepage */

:root {
  --nx-bg: #000;
  --nx-bg-elevated: #0a0a0a;
  --nx-bg-card: #000;
  --nx-bg-panel: #141414;
  --nx-bg-soft: #1c1c1c;
  --nx-accent: #00ffb2;
  --nx-green: #17dd78;
  --nx-green-deep: #193326;
  --nx-green-mid: rgb(38, 138, 86);
  --nx-green-title: rgb(0, 166, 81);
  --nx-border: rgba(255, 255, 255, 0.1);
  --nx-border-soft: rgba(255, 255, 255, 0.08);
  --nx-border-green: #193326;
  --nx-text: #fff;
  --nx-muted: rgba(255, 255, 255, 0.65);
  --nx-muted-2: #999;
  --nx-radius-pill: 32px;
  --nx-radius-card: 20px;
  --nx-radius-panel: 30px;
  --nx-radius-btn: 8px;
  --nx-font: Manrope, system-ui, sans-serif;
  --nx-display: Sora, Manrope, sans-serif;
  --nx-max: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body.nx-body {
  margin: 0;
  background: var(--nx-bg);
  color: var(--nx-text);
  font-family: var(--nx-font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nx-nav-lock {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

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

.nx-ambient {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.nx-ambient span {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: var(--nx-accent);
  filter: blur(135px);
  mix-blend-mode: lighten;
  opacity: 0.1;
}

.nx-ambient span:nth-child(1) {
  top: -120px;
  left: 10%;
}

.nx-ambient span:nth-child(2) {
  top: 40%;
  right: -160px;
  opacity: 0.07;
}

.nx-ambient span:nth-child(3) {
  bottom: -180px;
  left: 30%;
  opacity: 0.06;
}

.nx-site {
  position: relative;
  z-index: 1;
}

/* ---------- Header / glass nav ---------- */
.nx-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 18px 0 0;
  overflow: visible;
}

/* Mobile panel host (filled by JS) */
.nx-nav-panel[hidden] {
  display: none !important;
}

.nx-nav {
  position: relative;
  width: min(100% - 24px, 1100px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 14px 10px 18px;
  border-radius: var(--nx-radius-pill);
  background: rgba(17, 17, 17, 0.7);
  border: 1px solid var(--nx-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nx-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--nx-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nx-logo:hover {
  opacity: 0.92;
}

.nx-logo-mark {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background:
    radial-gradient(circle at 30% 28%, rgba(0, 255, 178, 0.35), transparent 55%),
    linear-gradient(160deg, #121212 0%, #0a0a0a 100%);
  border: 1px solid rgba(0, 255, 178, 0.32);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 18px rgba(0, 255, 178, 0.12);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.nx-logo-mark::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 255, 178, 0.55);
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-20deg);
}

.nx-logo-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: var(--nx-accent);
  box-shadow: 0 0 10px rgba(0, 255, 178, 0.7);
}

.nx-logo:hover .nx-logo-mark {
  border-color: rgba(0, 255, 178, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 22px rgba(0, 255, 178, 0.22);
  transform: translateY(-0.5px);
}

.nx-logo-word {
  display: inline-block;
  line-height: 1;
}

.nx-logo span,
.nx-logo-word span {
  background: linear-gradient(180deg, #5affc9 0%, var(--nx-accent) 55%, #00d492 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.nx-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}

.nx-nav-links > a,
.nx-nav-item > button {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font: 500 14px/1 var(--nx-font);
  padding: 10px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.nx-nav-links > a:hover,
.nx-nav-item > button:hover,
.nx-nav-links > a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.nx-nav-item {
  position: static;
  /* Extend hover hit-area downward so the mega stays open while moving to it */
  padding-bottom: 18px;
  margin-bottom: -18px;
}

.nx-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nx-lang {
  position: relative;
  flex-shrink: 0;
}

.nx-lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 6px 12px 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: 600 12px/1 Manrope, sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.nx-lang-toggle:hover,
.nx-lang.is-open .nx-lang-toggle {
  border-color: rgba(0, 255, 178, 0.35);
  background: rgba(255, 255, 255, 0.07);
}

.nx-lang-flag {
  font-size: 16px;
  line-height: 1;
}

.nx-lang-code {
  color: rgba(255, 255, 255, 0.88);
}

.nx-lang-caret {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.55);
  transition: transform 0.18s ease;
}

.nx-lang.is-open .nx-lang-caret {
  transform: rotate(180deg);
}

.nx-lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 200px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 10, 10, 0.98);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
  display: grid;
  gap: 2px;
  z-index: 200;
}

.nx-lang-menu[hidden] {
  display: none;
}

.nx-lang-option {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font: 500 13px/1.2 Manrope, sans-serif;
  transition: background 0.15s ease, color 0.15s ease;
}

.nx-lang-option:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.nx-lang-option.is-active {
  background: rgba(0, 255, 178, 0.1);
  color: var(--nx-accent);
}

.nx-lang-option .nx-lang-code {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.4);
}

.nx-lang-option.is-active .nx-lang-code {
  color: var(--nx-accent);
}

/* Footer language switcher — same control, opens upward */
.nx-footer-lang {
  margin-top: 4px;
}

.nx-footer .nx-lang--footer {
  display: inline-block;
}

.nx-footer .nx-lang--footer .nx-lang-menu {
  top: auto;
  bottom: calc(100% + 8px);
  left: 0;
  right: auto;
}

.nx-footer .nx-lang--footer .nx-lang-option {
  display: grid;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
}

.nx-footer .nx-lang--footer .nx-lang-option:hover {
  color: #fff;
}

.nx-burger {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--nx-border);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
}

/* Mega menu — centered under the full nav bar */
.nx-mega {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  width: min(920px, calc(100vw - 32px));
  padding: 28px;
  margin-top: 0;
  border-radius: 24px;
  background: rgba(12, 12, 12, 0.96);
  border: 1px solid var(--nx-border);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 255, 178, 0.04);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  z-index: 120;
}

/* Invisible hover bridge so the menu does not close while moving to it */
.nx-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  height: 22px;
}

.nx-nav-item:hover .nx-mega,
.nx-nav-item:focus-within .nx-mega,
.nx-nav-item.is-open .nx-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nx-mega-col h4,
.nx-mega-toggle {
  margin: 0 0 12px;
  font: 600 13px/1.2 var(--nx-display);
  color: var(--nx-accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nx-mega-toggle {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: default;
  pointer-events: none;
}

.nx-mega-links {
  display: flex;
  flex-direction: column;
}

.nx-mega-col a {
  display: block;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  transition: color 0.15s ease;
}

.nx-mega-col a:hover {
  color: #fff;
}

/* ---------- Buttons — matched to fatturedigital.com Framer CTA ---------- */
.nx-btn {
  --nx-glow-x: 50%;
  --nx-glow-y: 0%;
  --nx-glow-size-x: 25%;
  --nx-glow-size-y: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 28px;
  border-radius: 118px;
  border: 0;
  color: #fff;
  font: 600 14px/1.2 var(--nx-font);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.18s ease;
  background-color: rgba(255, 255, 255, 0.05);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
.nx-btn:disabled,
.nx-btn.is-sending,
.nx-btn.is-sent {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
  transform: none;
}
.nx-btn.is-sent {
  cursor: default;
  opacity: 0.85;
}

.nx-btn-label {
  position: relative;
  z-index: 2;
}

.nx-btn-glow,
.nx-btn-stroke,
.nx-btn-fill {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

/* Soft bloom that follows the pointer (blurred) */
.nx-btn-glow {
  z-index: 0;
  background: radial-gradient(
    var(--nx-glow-size-x) var(--nx-glow-size-y) at var(--nx-glow-x) var(--nx-glow-y),
    rgb(38, 138, 86) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(15px);
  -webkit-filter: blur(15px);
  opacity: 1;
  will-change: background;
}

/* Sharp green edge highlight traveling around the rim */
.nx-btn-stroke {
  z-index: 0;
  background: radial-gradient(
    calc(var(--nx-glow-size-x) * 0.7) calc(var(--nx-glow-size-y) * 0.75) at var(--nx-glow-x) var(--nx-glow-y),
    rgb(0, 255, 178) 0%,
    rgb(38, 138, 86) 35%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
  will-change: background;
}

/* Dark glass fill sitting above the lights */
.nx-btn-fill {
  z-index: 1;
  inset: 1.5px;
  border-radius: 116px;
  background: linear-gradient(180deg, rgb(33, 33, 33) 0%, rgb(0, 0, 0) 100%);
}

.nx-btn:hover {
  transform: translateY(-1px);
}

/* Hide invented orbit layer if present */
.nx-btn-orbit {
  display: none !important;
}

.nx-btn-lg {
  padding: 20px 40px;
  min-height: 59px;
  font-size: 15px;
}

.nx-btn-sm {
  min-height: 38px;
  padding: 8px 18px;
  font-size: 13px;
}

.nx-btn-ghost {
  border: 0;
  background: transparent;
  border-radius: 118px;
}

.nx-btn-ghost .nx-btn-fill {
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.55) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.nx-btn-ghost:hover {
  transform: translateY(-1px);
}

/* ---------- Sections / typography ---------- */
.nx-section {
  padding: 96px 0;
  position: relative;
}

.nx-section-tight {
  padding: 72px 0;
}

/* Pricing / first block after TOC — 60% less top gap (96 → ~38) */
.nx-section--after-toc,
.nx-toc + .nx-section {
  padding-top: 38px;
}

.nx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 118px;
  border: 1px solid #ffffff1f;
  color: rgba(255, 255, 255, 0.7);
  font: 500 12px/1 Manrope, sans-serif;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.nx-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nx-accent);
  box-shadow: 0 0 12px var(--nx-accent);
}

.nx-h1,
.nx-h2,
.nx-h3 {
  font-family: var(--nx-display);
  letter-spacing: -0.03em;
  margin: 0;
  color: #fff;
}

.nx-h1 {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.05;
  font-weight: 700;
}

.nx-h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  font-weight: 700;
}

.nx-h3 {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.25;
  font-weight: 600;
}

.nx-lead {
  margin: 18px 0 0;
  color: var(--nx-muted);
  font-size: 17px;
  max-width: 720px;
}

.nx-section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

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

.nx-section-head.center .nx-lead {
  margin-inline: auto;
}

.nx-accent-text {
  color: var(--nx-green-title);
}

/* ---------- Cards ---------- */
.nx-card {
  position: relative;
  background: var(--nx-bg-card);
  border-radius: var(--nx-radius-card);
  border-top: 1px solid var(--nx-border-green);
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  border-left: 1px solid rgba(255, 255, 255, 0.04);
  padding: 32px 28px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.nx-card::before {
  content: "";
  position: absolute;
  inset: auto 20% -40% 20%;
  height: 120px;
  background: radial-gradient(circle, rgba(0, 255, 178, 0.18), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

/* Soft traveling light — matches fatturedigital Linear Gradient + Line */
.nx-card::after,
.nx-price-card::after,
.nx-work-card::after,
.nx-cta-band::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 169px;
  background: linear-gradient(90deg, rgba(35, 140, 88, 0.15) 0%, rgba(0, 2, 15, 0) 100%);
  filter: blur(10px);
  pointer-events: none;
  opacity: 0.35;
  z-index: 1;
  animation: nxScan 7s ease-in-out infinite;
}

.nx-card:nth-child(2)::after,
.nx-price-card:nth-child(2)::after {
  animation-delay: 1.1s;
}

.nx-card:nth-child(3)::after,
.nx-price-card:nth-child(3)::after {
  animation-delay: 2.2s;
}

.nx-card:nth-child(4)::after {
  animation-delay: 3.3s;
}

.nx-card:nth-child(5)::after {
  animation-delay: 4.4s;
}

@keyframes nxScan {
  0%,
  8% {
    opacity: 0;
    transform: translateX(-10%);
  }
  14% {
    opacity: 1;
  }
  58% {
    opacity: 0.9;
    transform: translateX(280%);
  }
  72%,
  100% {
    opacity: 0;
    transform: translateX(360%);
  }
}

/* Feature ticker — brand logos */
.nx-ticker-wrap {
  width: 100%;
  margin: -28px auto 4px;
  position: relative;
  z-index: 2;
}

.nx-ticker {
  margin: 0 auto;
  width: min(100% - 24px, 1100px);
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.nx-ticker-track {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  animation: nxTicker 35s linear infinite;
}

.nx-ticker:hover .nx-ticker-track {
  animation-play-state: paused;
}

.nx-ticker-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 160px;
  height: 44px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  white-space: nowrap;
  overflow: visible;
  box-sizing: border-box;
}

.nx-ticker-chip.nx-ticker-logo {
  background: transparent;
}

.nx-ticker-chip.nx-ticker-logo img {
  display: block;
  width: 150px;
  height: 36px;
  max-width: 150px;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.nx-ticker-chip::before {
  display: none;
}

@keyframes nxChipGlow {
  0%,
  100% {
    opacity: 0.15;
    transform: translateX(-10%);
  }
  50% {
    opacity: 1;
    transform: translateX(80%);
  }
}

@keyframes nxTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.nx-card:hover {
  transform: translateY(-4px);
  border-top-color: rgba(23, 221, 119, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.nx-card h3 {
  margin: 0;
  font: 600 22px/1.2 var(--nx-display);
}

.nx-card p {
  margin: 0;
  color: var(--nx-muted);
  flex: 1;
}

.nx-price-line {
  color: var(--nx-accent);
  font: 600 15px/1.2 Manrope, sans-serif;
}

.nx-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}

.nx-testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nx-testimonial-who {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.nx-testimonial-name {
  font: 600 14px/1.25 Manrope, sans-serif;
  color: var(--nx-text);
}

.nx-testimonial-who .nx-price-line {
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.nx-testimonial-strip {
  margin: 0 auto;
  width: min(100% - 40px, var(--nx-max));
  overflow: hidden;
  position: relative;
  outline: none;
}

.nx-testimonial-strip:focus-visible {
  outline: 2px solid var(--nx-accent);
  outline-offset: 6px;
  border-radius: 12px;
}

.nx-testimonial-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  animation: nxTicker 65s linear infinite;
  will-change: transform;
}

.nx-testimonial-track .nx-testimonial-card {
  flex: 0 0 360px;
  width: 360px;
  max-width: 85vw;
  height: auto;
  margin-right: 18px;
}

@media (hover: hover) {
  .nx-testimonial-strip:hover .nx-testimonial-track {
    animation-play-state: paused;
  }
}

.nx-testimonial-strip:focus-within .nx-testimonial-track,
.nx-testimonial-strip:active .nx-testimonial-track {
  animation-play-state: paused;
}

@media (max-width: 720px) {
  .nx-testimonial-track {
    animation-duration: 85s;
  }

  .nx-testimonial-track .nx-testimonial-card {
    flex-basis: min(300px, 82vw);
    width: min(300px, 82vw);
  }
}

.nx-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.nx-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

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

.nx-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.nx-grid-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* Pricing cards */
.nx-price-card {
  position: relative;
  background: radial-gradient(120% 80% at 50% 0%, #292828 0%, #000 55%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--nx-radius-panel);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  overflow: hidden;
}

.nx-price-card::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 100px;
  background: radial-gradient(circle, rgba(38, 138, 86, 0.45), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.nx-price-card.is-featured {
  transform: scale(1.04);
  border-color: rgba(23, 221, 119, 0.35);
  box-shadow: 0 0 0 1px rgba(0, 255, 178, 0.08), 0 30px 70px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.nx-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(23, 221, 119, 0.35);
  background: rgba(23, 221, 119, 0.08);
  color: var(--nx-accent);
  font: 600 11px/1 Manrope, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nx-price-card .nx-amount {
  font: 700 36px/1 var(--nx-display);
  letter-spacing: -0.03em;
}

.nx-price-card .nx-amount small {
  font-size: 15px;
  font-weight: 500;
  color: var(--nx-muted);
  margin-left: 4px;
}

.nx-price-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nx-standard-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.nx-price-label {
  font: 600 11px/1.2 Manrope, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nx-muted);
}

.nx-old-price {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  font: 600 clamp(1.15rem, 2.4vw, 1.45rem)/1.2 var(--nx-display);
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.78);
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}

.nx-campaign-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.nx-campaign-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(23, 221, 119, 0.28);
  background: rgba(23, 221, 119, 0.08);
  color: var(--nx-accent);
  font: 600 11px/1 Manrope, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nx-current-price {
  font: 700 clamp(1.75rem, 3.2vw, 2.25rem)/1 var(--nx-display);
  letter-spacing: -0.03em;
  color: var(--nx-text);
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}

.nx-price-card .nx-current-price {
  font-size: clamp(1.85rem, 3.4vw, 2.35rem);
}

.nx-price-block.is-compact .nx-current-price {
  font: 700 22px/1.15 var(--nx-display);
  letter-spacing: -0.03em;
  color: var(--nx-accent);
}

.nx-price-block.is-compact .nx-old-price {
  font-size: 1.05rem;
  text-decoration-thickness: 1.5px;
}

.nx-price-block.is-compact .nx-campaign-badge {
  padding: 4px 10px;
  font-size: 10px;
}

.nx-price-campaign-note {
  margin: 8px 0 0;
  color: rgba(0, 255, 178, 0.78);
  font: 600 12px/1.4 Manrope, sans-serif;
  letter-spacing: 0.02em;
}

.nx-price-cta .nx-price-campaign-note {
  margin: 10px 0 0;
  text-align: center;
}

.nx-card .nx-price-campaign-note {
  margin-top: 0;
}

.nx-price-billing,
.nx-price-note,
.nx-price-meta {
  color: var(--nx-muted-2);
  font-size: 12px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.nx-price-meta {
  font-weight: 500;
  margin-top: 2px;
}

.nx-price-save {
  color: var(--nx-accent);
  font: 600 12px/1.3 Manrope, sans-serif;
}

.nx-page-hero .nx-price-block {
  max-width: 520px;
}

.nx-feat-more {
  margin-top: 4px;
}

.nx-feat-more summary {
  cursor: pointer;
  list-style: none;
  color: var(--nx-accent);
  font: 600 13px/1.4 Manrope, sans-serif;
  padding: 10px 0 4px;
}

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

.nx-terms-list {
  display: grid;
  gap: 10px;
}

.nx-terms-list li {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.nx-card > .nx-badge {
  margin-bottom: 4px;
}

.nx-price-card .nx-sub {
  color: var(--nx-muted);
  font-size: 14px;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nx-price-card .nx-feat-list,
.nx-price-card .nx-scope-grid {
  flex: 1 1 auto;
}

.nx-price-card .nx-price-cta {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.nx-price-card .nx-price-cta .nx-btn {
  width: 100%;
}

.nx-card[id],
.nx-section [id] {
  scroll-margin-top: 110px;
}

.nx-feat-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.82);
}

.nx-feat-list li span:last-child {
  color: var(--nx-accent);
  font-weight: 600;
  white-space: nowrap;
  min-width: 1.25em;
  text-align: center;
}

.nx-feat-list li.is-off span:last-child {
  color: rgba(255, 255, 255, 0.28);
}

/* Tables */
.nx-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.nx-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.nx-table th,
.nx-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
  vertical-align: middle;
}

.nx-table th {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

.nx-table th:first-child {
  text-align: center;
}

/* Pricing / service list: keep price column right */
.nx-table:not(.nx-table-compare) td:last-child,
.nx-table:not(.nx-table-compare) th:last-child {
  text-align: right;
  color: var(--nx-accent);
  font-weight: 600;
  white-space: nowrap;
}

/* Feature compare: headers + marks centered, feature labels left */
.nx-table-compare th {
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
}

.nx-table-compare th:not(:first-child) {
  color: var(--nx-accent);
}

.nx-table-compare td.nx-col-label {
  text-align: left;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 400;
}

.nx-table-compare td.nx-col-mark {
  text-align: center;
  color: var(--nx-accent);
  font-weight: 600;
  white-space: nowrap;
  width: 22%;
}

.nx-table-compare th:not(:first-child),
.nx-table-compare td.nx-col-mark {
  width: 22%;
}

.nx-table tr:hover td {
  background: rgba(255, 255, 255, 0.015);
}

/* Scope chips / list */
.nx-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nx-chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

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

.nx-scope-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
  font-size: 14px;
}

.nx-scope-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nx-accent);
  box-shadow: 0 0 10px var(--nx-accent);
  flex: 0 0 auto;
}

/* Workflow */
.nx-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 28px 0;
}

.nx-flow-step {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0a0a;
  font-size: 13px;
}

.nx-flow-arrow {
  color: var(--nx-accent);
  opacity: 0.7;
}

/* Process — vertical step timeline */
.nx-process {
  display: grid;
  gap: 0;
  position: relative;
}

.nx-process-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: stretch;
  position: relative;
  padding: 0 0 20px;
  opacity: 0;
  animation: nxProcessStep 0.55s ease both;
}

.nx-process-item:nth-child(1) { animation-delay: 0.05s; }
.nx-process-item:nth-child(2) { animation-delay: 0.14s; }
.nx-process-item:nth-child(3) { animation-delay: 0.23s; }
.nx-process-item:nth-child(4) { animation-delay: 0.32s; }
.nx-process-item:nth-child(5) { animation-delay: 0.41s; }
.nx-process-item:nth-child(6) { animation-delay: 0.5s; }

.nx-process-item:last-child {
  padding-bottom: 0;
}

.nx-process-marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 22px;
}

.nx-process-marker .num {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font: 700 15px/1 var(--nx-display);
  letter-spacing: 0.02em;
  color: var(--nx-accent);
  background: #050505;
  border: 1px solid rgba(0, 255, 178, 0.35);
  box-shadow:
    0 0 0 4px rgba(0, 0, 0, 0.85),
    0 0 18px rgba(0, 255, 178, 0.12);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

/* Spine between steps */
.nx-process-marker::after {
  content: "";
  position: absolute;
  top: 70px;
  bottom: -20px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(0, 255, 178, 0.45) 0%,
    rgba(0, 255, 178, 0.12) 55%,
    rgba(255, 255, 255, 0.06) 100%
  );
  border-radius: 2px;
}

.nx-process-item:last-child .nx-process-marker::after {
  display: none;
}

.nx-process-body {
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.nx-process-body .nx-h3 {
  margin: 0;
}

.nx-process-item:hover .nx-process-marker .num {
  border-color: rgba(0, 255, 178, 0.7);
  box-shadow:
    0 0 0 4px rgba(0, 0, 0, 0.85),
    0 0 22px rgba(0, 255, 178, 0.22);
  transform: scale(1.04);
}

.nx-process-item:hover .nx-process-body {
  border-color: rgba(0, 255, 178, 0.18);
  background: linear-gradient(180deg, rgba(0, 255, 178, 0.05), rgba(255, 255, 255, 0.02));
}

@keyframes nxProcessStep {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 640px) {
  .nx-process-item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding-bottom: 16px;
  }

  .nx-process-marker {
    padding-top: 18px;
  }

  .nx-process-marker .num {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .nx-process-marker::after {
    top: 54px;
    bottom: -16px;
  }

  .nx-process-body {
    padding: 16px 16px;
    border-radius: 14px;
  }
}

/* FAQ */
.nx-faq details {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #050505;
  padding: 0 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.nx-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font: 600 16px/1.35 var(--nx-font);
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

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

.nx-faq summary::after {
  content: "+";
  color: var(--nx-accent);
  font-size: 22px;
  line-height: 1;
}

.nx-faq details[open] summary::after {
  content: "–";
}

.nx-faq details p {
  margin: 0 0 18px;
  color: var(--nx-muted);
}

/* Forms */
.nx-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(100% 80% at 50% 0%, #1a1a1a 0%, #050505 60%);
}

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

.nx-field {
  display: grid;
  gap: 8px;
}

.nx-field.full {
  grid-column: 1 / -1;
}

.nx-field label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.nx-field input:not([type="checkbox"]):not([type="radio"]),
.nx-field select,
.nx-field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 14px 16px;
  font: 400 15px/1.3 Inter, Manrope, sans-serif;
  outline: none;
}

.nx-field input:not([type="checkbox"]):not([type="radio"]):focus,
.nx-field select:focus,
.nx-field textarea:focus {
  border-color: rgba(23, 221, 119, 0.45);
  box-shadow: 0 0 0 3px rgba(0, 255, 178, 0.08);
}

.nx-check {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(23, 221, 119, 0.28);
  background: rgba(23, 221, 119, 0.06);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  transition: border-color .15s, background .15s, box-shadow .15s;
}

.nx-check:hover {
  border-color: rgba(23, 221, 119, 0.45);
  background: rgba(23, 221, 119, 0.1);
}

.nx-check:has(input:focus-visible) {
  border-color: rgba(23, 221, 119, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 255, 178, 0.12);
}

.nx-check:has(input:checked) {
  border-color: rgba(23, 221, 119, 0.55);
  background: rgba(23, 221, 119, 0.12);
}

.nx-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin: 1px 0 0;
  border-radius: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  position: relative;
  transition: border-color .15s, background .15s, box-shadow .15s;
}

.nx-check input[type="checkbox"]:hover {
  border-color: rgba(23, 221, 119, 0.7);
}

.nx-check input[type="checkbox"]:checked {
  border-color: #17dd77;
  background: #17dd77;
  box-shadow: 0 0 12px rgba(23, 221, 119, 0.35);
}

.nx-check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #04110c;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.nx-check span {
  flex: 1;
  min-width: 0;
  color: rgba(255, 255, 255, 0.88);
}

.nx-form-note {
  margin: 0;
  font-size: 13px;
  color: var(--nx-muted-2);
}

/* Hero */
.nx-hero {
  padding: 120px 0 80px;
  text-align: center;
}

.nx-hero .nx-lead {
  margin-inline: auto;
}

.nx-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.nx-trust {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  letter-spacing: 0.04em;
}

/* Work cards — flush media, matched corners, even grid */
.nx-work-card {
  --nx-work-radius: 22px;
  position: relative;
  border-radius: var(--nx-work-radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0a0a;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.nx-work-card:nth-child(1) {
  background: linear-gradient(165deg, #101612 0%, #0a0a0a 48%);
  border-color: rgba(0, 255, 178, 0.14);
}

.nx-work-card:nth-child(2) {
  background: linear-gradient(165deg, #10141a 0%, #0a0a0a 48%);
}

.nx-work-card:nth-child(3) {
  background: linear-gradient(165deg, #141210 0%, #0a0a0a 48%);
  border-color: rgba(255, 180, 90, 0.12);
}

.nx-work-card:nth-child(4) {
  background: linear-gradient(165deg, #101318 0%, #0a0a0a 48%);
}

.nx-work-card:nth-child(5) {
  background: linear-gradient(165deg, #141016 0%, #0a0a0a 48%);
  border-color: rgba(255, 120, 160, 0.12);
}

.nx-work-card:nth-child(6) {
  background: linear-gradient(165deg, #0e1218 0%, #0a0a0a 48%);
}

.nx-work-card:nth-child(7) {
  background: linear-gradient(165deg, #16120e 0%, #0a0a0a 48%);
  border-color: rgba(255, 140, 60, 0.14);
}

.nx-work-card:nth-child(8) {
  background: linear-gradient(165deg, #0e1216 0%, #0a0a0a 48%);
  border-color: rgba(140, 180, 255, 0.14);
}

.nx-work-card:nth-child(9) {
  background: linear-gradient(165deg, #141014 0%, #0a0a0a 48%);
  border-color: rgba(255, 80, 100, 0.14);
}

.nx-work-media {
  aspect-ratio: 16 / 10;
  width: 100%;
  flex-shrink: 0;
  background: #111;
  position: relative;
  overflow: hidden;
  border-radius: var(--nx-work-radius) var(--nx-work-radius) 0 0;
  margin: 0;
}

.nx-work-media .nx-work-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  display: block;
  border-radius: 0;
  transform: none;
  box-shadow: none;
}

.nx-work-media .label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.nx-work-body {
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.nx-work-body > :last-child {
  margin-top: auto;
  padding-top: 6px;
}

.nx-work-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.nx-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--nx-muted-2);
  font-size: 12px;
}

.nx-meta span {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Footer */
.nx-footer {
  margin-top: 40px;
  padding: 56px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(80% 60% at 50% 0%, #151515 0%, #000 70%);
}

.nx-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.nx-footer h4,
.nx-footer-heading {
  margin: 0 0 14px;
  font: 600 14px/1.2 var(--nx-display);
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
}

.nx-footer a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.nx-footer a:hover {
  color: #fff;
}

.nx-footer-bottom {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

.nx-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Page hero (inner) — top padding ~50% of previous to tighten under sticky nav */
.nx-page-hero {
  padding: 55px 0 40px;
}

.nx-page-hero .nx-lead {
  max-width: 780px;
}

.nx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  margin-bottom: 18px;
}

.nx-breadcrumb a:hover {
  color: #fff;
}

.nx-breadcrumb .sep {
  opacity: 0.4;
}

.nx-note {
  margin-top: 28px;
  color: var(--nx-muted-2);
  font-size: 13px;
}

.nx-cta-band {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0;
  padding: 48px 36px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(40% 80% at 50% 0%, rgba(38, 138, 86, 0.28), transparent 70%),
    linear-gradient(180deg, #151515, #050505);
  text-align: center;
}

.nx-cta-band .nx-lead {
  margin-inline: auto;
}

.nx-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.nx-seo-aside {
  gap: 14px;
  position: sticky;
  top: 96px;
}

.nx-seo-aside-kicker {
  font: 600 11px/1.2 Manrope, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 255, 178, 0.85);
}

.nx-seo-aside-service {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.nx-seo-aside-hook {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.nx-seo-aside-block {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nx-seo-aside-label {
  margin-bottom: 8px;
  font: 700 12px/1.2 Sora, Manrope, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.nx-seo-aside-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.nx-seo-aside-block li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.45;
}

.nx-seo-aside-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nx-accent);
  box-shadow: 0 0 10px rgba(0, 255, 178, 0.45);
}

.nx-seo-aside-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.5;
}

.nx-seo-aside-cta {
  margin-top: 4px;
}

.nx-seo-aside-cta .nx-btn {
  width: 100%;
}

.nx-reveal {
  animation: nxRise 0.7s ease both;
}

@keyframes nxRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .nx-seo-aside {
    position: static;
  }
}

@media (max-width: 1100px) {
  .nx-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .nx-price-card.is-featured {
    transform: none;
  }
  .nx-mega {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .nx-nav-links {
    display: none;
  }
  .nx-nav-actions {
    margin-left: auto;
    gap: 8px;
  }
  .nx-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    flex-shrink: 0;
  }

  .nx-header.is-open .nx-nav-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    left: 12px;
    right: 12px;
    top: 70px;
    bottom: auto;
    height: auto;
    max-height: calc(100dvh - 82px);
    z-index: 300;
    padding: 12px;
    border-radius: 22px;
    background: #070707;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
    overflow: hidden;
  }

  .nx-nav-panel .nx-nav-links {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    flex: 0 1 auto;
    width: 100%;
    min-height: 0;
    max-height: calc(100dvh - 106px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    padding: 2px;
    margin: 0;
  }

  .nx-nav-panel .nx-nav-item > button {
    display: none !important;
  }

  .nx-nav-panel .nx-nav-item {
    display: contents;
  }

  .nx-nav-panel .nx-mega {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nx-nav-panel .nx-mega::before {
    display: none;
  }

  .nx-nav-panel .nx-nav-links > a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font: 600 15px/1.2 var(--nx-font);
  }

  .nx-nav-panel .nx-mega-col {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
  }

  .nx-nav-panel .nx-mega-col.is-open {
    border-color: rgba(0, 255, 178, 0.35);
    background: rgba(0, 255, 178, 0.06);
  }

  .nx-nav-panel .nx-mega-toggle {
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    color: #fff;
    font: 600 15px/1.2 var(--nx-font);
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
  }

  .nx-nav-panel .nx-mega-toggle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.55);
    border-bottom: 2px solid rgba(255, 255, 255, 0.55);
    transform: rotate(45deg);
    transition: transform 0.18s ease, border-color 0.18s ease;
    flex-shrink: 0;
    margin-top: -4px;
  }

  .nx-nav-panel .nx-mega-col.is-open .nx-mega-toggle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nx-nav-panel .nx-mega-col.is-open .nx-mega-toggle::after {
    transform: rotate(-135deg);
    margin-top: 4px;
    border-color: var(--nx-accent);
  }

  .nx-nav-panel .nx-mega-links {
    display: none;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px 12px;
  }

  .nx-nav-panel .nx-mega-col.is-open .nx-mega-links {
    display: flex;
  }

  .nx-nav-panel .nx-mega-links a {
    padding: 12px 12px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    font: 500 14px/1.3 var(--nx-font);
  }

  .nx-nav-panel .nx-mega-links a.nx-mega-all {
    color: var(--nx-accent);
    font-weight: 600;
  }

  .nx-nav-panel .nx-mega-links a:active {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }

  .nx-nav-item:hover .nx-mega,
  .nx-nav-item:focus-within .nx-mega {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
  }

  .nx-grid-5,
  .nx-grid-4,
  .nx-grid-3,
  .nx-grid-2,
  .nx-grid-6,
  .nx-footer-grid,
  .nx-split,
  .nx-form-grid,
  .nx-scope-grid {
    grid-template-columns: 1fr;
  }
  .nx-section {
    padding: 56px 0;
  }
  .nx-section-tight {
    padding: 40px 0;
  }
  .nx-hero {
    padding: 36px 0 40px;
  }
  .nx-page-hero {
    padding: 14px 0 28px;
  }
  .nx-header {
    padding: 12px 0 0;
  }
  .nx-breadcrumb {
    margin-bottom: 12px;
  }
  .nx-nav-actions .nx-btn {
    display: none;
  }
  .nx-lang-menu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 640px) {
  .nx-wrap {
    width: min(100% - 28px, var(--nx-max));
  }
  .nx-mega {
    grid-template-columns: 1fr;
  }
  .nx-page-hero {
    padding: 10px 0 24px;
  }
  .nx-hero {
    padding: 28px 0 36px;
  }
  .nx-section {
    padding: 48px 0;
  }
  .nx-section--after-toc,
  .nx-toc + .nx-section {
    padding-top: 19px;
  }
}

/* Cookie banner */
.nx-cookie[hidden] {
  display: none !important;
}

.nx-cookie {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom, 0px));
  z-index: 400;
  pointer-events: none;
}

.nx-cookie-inner {
  pointer-events: auto;
  width: min(100%, 720px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 12, 12, 0.94);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nx-cookie-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.nx-cookie-text a {
  color: var(--nx-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nx-cookie-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

@media (max-width: 720px) {
  .nx-cookie {
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
  }

  .nx-cookie-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .nx-cookie-actions {
    width: 100%;
  }

  .nx-cookie-actions .nx-btn {
    flex: 1 1 0;
  }
}

/* SEO TOC + footer headings (semantic, design-aligned) */
.nx-toc {
  margin: -8px auto 8px;
  padding-bottom: 8px;
}
.nx-toc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nx-toc a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.nx-toc a:hover,
.nx-toc a:focus-visible {
  color: #fff;
  border-bottom-color: var(--nx-accent, #00ffb2);
}

.nx-intent-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.nx-intent-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  font: 600 13px/1.2 Manrope, sans-serif;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.nx-intent-chip:hover,
.nx-intent-chip:focus-visible {
  border-color: rgba(0, 255, 178, 0.4);
  background: rgba(0, 255, 178, 0.08);
  color: #fff;
}

/* Crawlable local links — kept in HTML for SEO, not shown in the UI */
.nx-seo-crawl {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nx-footer .nx-intent-chip {
  display: inline-flex;
  padding: 10px 16px;
}
.nx-footer-heading {
  margin: 0 0 14px;
  font: 600 14px/1.2 var(--nx-display);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .nx-ambient span,
  .nx-ticker-track,
  .nx-testimonial-track {
    animation: none !important;
  }
  .nx-testimonial-strip {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nx-testimonial-card[data-nx-clone] {
    display: none;
  }
}
