/* nplx — unique landing «Создание сайтов» Novopolock24 */
body.nplx-landing-page {
  background: #050508 !important;
  color: #e8eaf0;
}
body.nplx-landing-page .site-content-fullwidth,
body.nplx-landing-page .entry-content {
  background: transparent !important;
  padding: 0 !important;
  max-width: none !important;
}
body.nplx-landing-page .panel-layout,
body.nplx-landing-page .siteorigin-panels-stretch {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.nplx-landing-page [id^="nplx-"] {
  scroll-margin-top: calc(var(--np24-header-offset, 72px) + 12px);
}

.nplx-landing {
  --nplx-bg: #050508;
  --nplx-surface: rgba(255, 255, 255, 0.04);
  --nplx-border: rgba(255, 255, 255, 0.08);
  --nplx-accent: #7c5cff;
  --nplx-accent2: #00e5c7;
  --nplx-glow: rgba(124, 92, 255, 0.45);
  --nplx-text: #e8eaf0;
  --nplx-muted: #94a3b8;
  position: relative;
  overflow: hidden;
  font-family: inherit;
}

.nplx-wrap {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

/* Aurora background */
.nplx-aurora {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.nplx-aurora__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  animation: nplx-float 18s ease-in-out infinite;
}
.nplx-aurora__orb--a {
  width: 55vw;
  height: 55vw;
  top: -20%;
  left: -10%;
  background: radial-gradient(circle, #7c5cff 0%, transparent 70%);
}
.nplx-aurora__orb--b {
  width: 45vw;
  height: 45vw;
  bottom: -15%;
  right: -5%;
  background: radial-gradient(circle, #00e5c7 0%, transparent 70%);
  animation-delay: -6s;
}
.nplx-aurora__orb--c {
  width: 30vw;
  height: 30vw;
  top: 40%;
  left: 35%;
  background: radial-gradient(circle, #ff3d81 0%, transparent 70%);
  opacity: 0.15;
  animation-delay: -12s;
}
.nplx-aurora__grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}
@keyframes nplx-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(3%, -4%) scale(1.05); }
  66% { transform: translate(-2%, 3%) scale(0.98); }
}

/* Hero */
.nplx-hero {
  position: relative;
  z-index: 1;
  padding: 48px 0 32px;
  min-height: min(92vh, 900px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nplx-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.nplx-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nplx-accent2);
  margin-bottom: 16px;
}
.nplx-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nplx-accent2);
  box-shadow: 0 0 12px var(--nplx-accent2);
  animation: nplx-pulse 2s ease infinite;
}
@keyframes nplx-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}
.nplx-crumb {
  font-size: 0.85rem;
  color: var(--nplx-muted);
  margin-bottom: 20px;
}
.nplx-crumb a { color: #cbd5e1 !important; }
.nplx-hero__title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
}
.nplx-hero__title-line { display: block; color: #fff; }
.nplx-hero__title-accent {
  display: block;
  background: linear-gradient(135deg, #fff 0%, var(--nplx-accent2) 50%, var(--nplx-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nplx-hero__lead {
  font-size: 1.1rem;
  color: var(--nplx-muted);
  line-height: 1.65;
  max-width: 52ch;
  margin-bottom: 24px;
}
.nplx-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 10px;
}
.nplx-hero__bullets li {
  padding-left: 22px;
  position: relative;
  color: #cbd5e1;
  font-size: 0.95rem;
}
.nplx-hero__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--nplx-accent), var(--nplx-accent2));
  transform: rotate(45deg);
}
.nplx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.nplx-hero__rating .kk-star-ratings { margin-top: 8px; }

/* Orbit visual */
.nplx-orbit {
  position: relative;
  width: min(380px, 90vw);
  aspect-ratio: 1;
  margin-inline: auto;
}
.nplx-orbit__core {
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(124, 92, 255, 0.25), rgba(0, 229, 199, 0.12));
  border: 1px solid var(--nplx-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 60px var(--nplx-glow), inset 0 0 40px rgba(255,255,255,0.03);
  animation: nplx-core-pulse 4s ease-in-out infinite;
}
@keyframes nplx-core-pulse {
  0%, 100% { box-shadow: 0 0 60px var(--nplx-glow); }
  50% { box-shadow: 0 0 90px rgba(0, 229, 199, 0.35); }
}
.nplx-orbit__logo {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  font-family: ui-monospace, monospace;
}
.nplx-orbit__label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nplx-accent2);
  margin-top: 8px;
}
.nplx-orbit__ring {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px dashed rgba(124, 92, 255, 0.35);
  animation: nplx-spin 24s linear infinite;
}
.nplx-orbit__dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--nplx-accent2);
  box-shadow: 0 0 16px var(--nplx-accent2);
}
.nplx-orbit__dot--1 { top: 5%; left: 50%; animation: nplx-orbit 8s linear infinite; }
.nplx-orbit__dot--2 { bottom: 10%; right: 8%; animation: nplx-orbit 11s linear infinite reverse; }
.nplx-orbit__dot--3 { bottom: 25%; left: 5%; animation: nplx-orbit 14s linear infinite; }
@keyframes nplx-spin { to { transform: rotate(360deg); } }
@keyframes nplx-orbit {
  0% { transform: rotate(0deg) translateX(140px) rotate(0deg); }
  100% { transform: rotate(360deg) translateX(140px) rotate(-360deg); }
}
.nplx-hero__promo {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 16px;
  background: rgba(255, 61, 129, 0.12);
  border: 1px solid rgba(255, 61, 129, 0.25);
  text-align: center;
  font-size: 0.95rem;
  color: #fda4c8;
}
.nplx-hero__promo-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: #ff3d81;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  margin-right: 8px;
  text-transform: uppercase;
}
.nplx-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--nplx-border);
}
.nplx-hero__nav a {
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--nplx-border);
  color: #e2e8f0 !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}
.nplx-hero__nav a:hover {
  border-color: var(--nplx-accent);
  background: rgba(124, 92, 255, 0.12);
  transform: translateY(-2px);
}

/* Buttons */
.nplx-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.nplx-btn--glow {
  background: linear-gradient(135deg, var(--nplx-accent), #5b21b6);
  color: #fff !important;
  box-shadow: 0 8px 32px var(--nplx-glow);
}
.nplx-btn--glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px var(--nplx-glow);
}
.nplx-btn--ghost {
  background: transparent;
  color: #e2e8f0 !important;
  border: 1px solid var(--nplx-border);
}
.nplx-btn--ghost:hover {
  border-color: var(--nplx-accent2);
  background: rgba(0, 229, 199, 0.08);
}
.nplx-btn--xl { padding: 18px 36px; font-size: 1.1rem; }
.nplx-btn__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.25) 50%, transparent 60%);
  transform: translateX(-100%);
  animation: nplx-shine 3s ease-in-out infinite;
}
@keyframes nplx-shine {
  0%, 70%, 100% { transform: translateX(-100%); }
  85% { transform: translateX(100%); }
}

/* Marquee */
.nplx-marquee {
  position: relative;
  z-index: 1;
  border-block: 1px solid var(--nplx-border);
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
  padding: 14px 0;
}
.nplx-marquee__track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: nplx-marquee 28s linear infinite;
}
.nplx-marquee__track span {
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--nplx-muted);
  white-space: nowrap;
}
@keyframes nplx-marquee {
  to { transform: translateX(-50%); }
}

/* Sections */
.nplx-section {
  position: relative;
  z-index: 1;
  padding: 72px 0;
}
.nplx-section__head { margin-bottom: 40px; text-align: center; }
.nplx-section__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nplx-accent2);
  margin-bottom: 12px;
}
.nplx-section__head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
}
.nplx-section__sub {
  color: var(--nplx-muted);
  max-width: 56ch;
  margin-inline: auto;
}

/* Service cards */
.nplx-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.nplx-svc-card {
  padding: 28px 24px;
  border-radius: 20px;
  background: var(--nplx-surface);
  border: 1px solid var(--nplx-border);
  backdrop-filter: blur(8px);
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}
.nplx-svc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(124, 92, 255, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.nplx-svc-card__icon {
  font-size: 1.8rem;
  color: var(--nplx-accent2);
  display: block;
  margin-bottom: 16px;
}
.nplx-svc-card h3 {
  font-size: 1.1rem;
  color: #fff;
  margin: 0 0 10px;
}
.nplx-svc-card p {
  font-size: 0.9rem;
  color: var(--nplx-muted);
  line-height: 1.6;
  margin: 0;
}

/* Stats */
.nplx-stats {
  position: relative;
  z-index: 1;
  padding: 48px 0;
  background: linear-gradient(90deg, rgba(124,92,255,0.08), rgba(0,229,199,0.06));
  border-block: 1px solid var(--nplx-border);
}
.nplx-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.nplx-stat__num {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.nplx-stat__suffix {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--nplx-accent2);
}
.nplx-stat__lbl {
  display: block;
  margin-top: 8px;
  font-size: 0.85rem;
  color: var(--nplx-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Pricing */
.nplx-prices__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.nplx-price {
  padding: 24px 20px;
  border-radius: 18px;
  background: var(--nplx-surface);
  border: 1px solid var(--nplx-border);
  transition: transform 0.3s, border-color 0.3s;
}
.nplx-price:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 92, 255, 0.35);
}
.nplx-price--hot {
  border-color: rgba(0, 229, 199, 0.45);
  background: linear-gradient(145deg, rgba(0,229,199,0.1), rgba(124,92,255,0.08));
}
.nplx-price__tag {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nplx-accent2);
}
.nplx-price__name {
  font-size: 1rem;
  color: #fff;
  margin: 10px 0 8px;
  font-weight: 600;
}
.nplx-price__val {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}

/* Works gallery */
.nplx-works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.nplx-work {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 4/3;
  background: #111;
}
.nplx-work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.nplx-work__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 50%);
  opacity: 0.6;
  transition: opacity 0.3s;
}
.nplx-work__zoom {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--nplx-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}
.nplx-work:hover img { transform: scale(1.08); }
.nplx-work:hover .nplx-work__veil { opacity: 0.3; }
.nplx-work__meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  text-align: left;
  pointer-events: none;
}
.nplx-work__tag {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nplx-accent2);
  margin-bottom: 4px;
}
.nplx-work__name {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}
.nplx-work:hover .nplx-work__meta { opacity: 1; }

/* Process */
.nplx-process__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}
.nplx-process__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid var(--nplx-border);
  background: var(--nplx-surface);
}
.nplx-process__step {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--nplx-accent), var(--nplx-accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: ui-monospace, monospace;
}
.nplx-process__item h3 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 1.15rem;
}
.nplx-process__item p {
  color: var(--nplx-muted);
  margin: 0;
  line-height: 1.6;
}

/* Stack chips */
.nplx-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.nplx-stack__chip {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--nplx-border);
  background: rgba(255,255,255,0.03);
  color: #cbd5e1;
  font-size: 0.9rem;
  transition: border-color 0.25s, transform 0.25s;
}
.nplx-stack__chip:hover {
  border-color: var(--nplx-accent2);
  transform: translateY(-2px);
}

/* SEO block */
.nplx-seo__card {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 24px;
  border: 1px solid var(--nplx-border);
  background: linear-gradient(135deg, rgba(124,92,255,0.08), rgba(0,0,0,0.2));
}
.nplx-seo__head { margin-bottom: 28px; }
.nplx-seo__head h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.2;
}
.nplx-seo__lead {
  color: var(--nplx-muted);
  line-height: 1.65;
  margin: 0;
  max-width: 72ch;
}
.nplx-seo__body h3 {
  color: #f1f5f9;
  font-size: 1.1rem;
  margin: 28px 0 10px;
  font-weight: 700;
}
.nplx-seo__body h3:first-child { margin-top: 0; }
.nplx-seo__card p { color: var(--nplx-muted); line-height: 1.75; margin: 0 0 14px; }
.nplx-seo__card p:last-child { margin-bottom: 0; }
.nplx-seo__list {
  margin: 0 0 14px;
  padding-left: 1.25rem;
  color: var(--nplx-muted);
  line-height: 1.75;
  display: grid;
  gap: 8px;
}
.nplx-seo__list strong { color: #e2e8f0; }
.nplx-seo__card a { color: var(--nplx-accent2) !important; }

/* CTA */
.nplx-cta {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.nplx-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(124,92,255,0.2), rgba(0,229,199,0.1));
  border: 1px solid rgba(124, 92, 255, 0.3);
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}
.nplx-cta__copy h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 12px;
}
.nplx-cta__copy p { color: var(--nplx-muted); margin: 0; }
.nplx-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* FAQ overrides */
.nplx-faq__list .faq-item,
.nplx-faq__list details {
  background: var(--nplx-surface) !important;
  border: 1px solid var(--nplx-border) !important;
  border-radius: 14px !important;
  color: #e2e8f0 !important;
  margin-bottom: 10px !important;
}
.nplx-faq__foot {
  text-align: center;
  margin-top: 24px;
  color: var(--nplx-muted);
}
.nplx-faq__foot a { color: var(--nplx-accent2) !important; }

/* Reviews host overrides */
body.nplx-landing-page .nplx-reviews-host.np24-svc-reviews,
body.nplx-landing-page .nplx-reviews-host.reviews-split-section {
  background: transparent !important;
  border-top: none !important;
  padding: 72px 16px !important;
  overflow: visible;
}

body.nplx-landing-page .nplx-reviews-host .np24-svc-reviews__inner {
  width: min(1500px, calc(100% - 32px));
  max-width: 1500px;
  margin-inline: auto;
  padding: clamp(24px, 3vw, 36px);
  background: var(--nplx-surface);
  border: 1px solid var(--nplx-border);
  border-radius: 24px;
  box-sizing: border-box;
  overflow: visible;
}

.nplx-reviews-host .np24-svc-reviews__inner,
.nplx-reviews-host .reviews-split-wrapper {
  background: transparent !important;
}

body.nplx-landing-page .nplx-reviews-host .reviews-split-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
}

.nplx-reviews-host h2,
.nplx-reviews-host .sticky-title { color: #fff !important; }
.nplx-reviews-host .form-sticky-wrapper,
.nplx-reviews-host .reviews-left-col {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid var(--nplx-border) !important;
  border-radius: 20px !important;
}
.nplx-reviews-host .review-card,
.nplx-reviews-host .np24-svc-review-card,
.nplx-reviews-host .review-card-grid {
  background: rgba(255,255,255,0.03) !important;
  border-color: var(--nplx-border) !important;
  color: #e2e8f0 !important;
}
.nplx-reviews-host .author-meta h4 { color: #f1f5f9 !important; }
.nplx-reviews-host .review-body { color: #cbd5e1 !important; }
.nplx-reviews-host .review-date-label { color: var(--nplx-muted) !important; }
.nplx-reviews-host .reviews-empty-hint { color: var(--nplx-muted) !important; }

@media (max-width: 960px) {
  body.nplx-landing-page .nplx-reviews-host .reviews-split-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Related services */
.nplx-related .np24-svc-related,
.nplx-related [data-np24-svc-related] {
  background: transparent !important;
}
.nplx-related h2 { color: #fff !important; }

/* Reveal animation */
[data-nplx-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--nplx-i, 0) * 0.08s);
}
[data-nplx-reveal].nplx-is-visible {
  opacity: 1;
  transform: none;
}
[data-nplx-delay="1"] { transition-delay: 0.15s; }

/* Responsive */
@media (max-width: 1024px) {
  .nplx-hero__grid { grid-template-columns: 1fr; }
  .nplx-hero__visual { order: -1; }
  .nplx-services__grid,
  .nplx-prices__grid { grid-template-columns: repeat(2, 1fr); }
  .nplx-stats__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nplx-services__grid,
  .nplx-prices__grid,
  .nplx-works__grid { grid-template-columns: 1fr; }
  .nplx-process__item { grid-template-columns: 1fr; }
  .nplx-cta__inner { padding: 28px; }
}
