/**
 * Novopolock24.by — портал (главная, подвал)
 * Префикс классов: np24-
 */

body.site-novopolock.np24-portal {
  --np24-accent: #22c55e;
  --np24-accent-hover: #16a34a;
  --np24-accent-soft: #dcfce7;
  --np24-accent-glow: rgba(34, 197, 94, 0.35);
  --np24-navy: #0c1222;
  --np24-navy-mid: #151d32;
  --np24-surface: #f8fafc;
  --np24-border: #e2e8f0;
  --np24-text: #334155;
  --np24-heading: #0f172a;
  --np24-radius: 16px;
  --np24-radius-lg: 24px;
  --np24-shadow: 0 16px 48px rgba(12, 18, 34, 0.12);
}

/* ——— Шапка ——— */
body.site-novopolock.np24-portal .np24-header.site-header {
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  border-bottom: 1px solid var(--np24-border);
  box-shadow: 0 4px 20px rgba(12, 18, 34, 0.05);
}

body.site-novopolock.np24-portal .np24-logo.header-logo {
  max-height: 34px;
  max-width: min(220px, 55vw);
}

body.site-novopolock.np24-portal .np24-header .header-city {
  color: var(--np24-accent);
  font-weight: 700;
}

body.site-novopolock.np24-portal .np24-header .header-icon-btn.is-active,
body.site-novopolock.np24-portal .np24-header .header-icon-btn:hover {
  color: var(--np24-accent);
  background: var(--np24-accent-soft);
}

body.site-novopolock.np24-portal .menu-pills a:hover,
body.site-novopolock.np24-portal #primary-menu li a:hover {
  color: var(--np24-accent);
}

/* ——— Layout главной / карты ——— */
body.site-novopolock.np24-home-page .site-content-fullwidth,
body.site-novopolock.np24-sitemap-page .site-content-fullwidth,
body.site-novopolock.np24-about-page .site-content-fullwidth,
body.site-novopolock.np24-contacts-page .site-content-fullwidth,
body.site-novopolock.np24-system-page .site-content-fullwidth {
  padding: 0;
}

body.site-novopolock.np24-home-page .np24-entry.entry-content,
body.site-novopolock.np24-sitemap-page .np24-entry.entry-content,
body.site-novopolock.np24-about-page .np24-entry.entry-content,
body.site-novopolock.np24-contacts-page .np24-entry.entry-content,
body.site-novopolock.np24-system-page .np24-entry.entry-content {
  max-width: none;
  padding: 0;
  margin: 0;
}

body.site-novopolock.np24-home-page .entry-content > .np24-home,
body.site-novopolock.np24-sitemap-page .entry-content > .np24-sitemap,
body.site-novopolock.np24-system-page .entry-content > [data-np24-about],
body.site-novopolock.np24-system-page .entry-content > [data-np24-contacts],
body.site-novopolock.np24-system-page .entry-content > [data-np24-partner],
body.site-novopolock.np24-legal-page .entry-content > [data-np24-privacy],
body.site-novopolock.np24-legal-page .entry-content > [data-np24-cookie],
body.site-novopolock.np24-legal-page .entry-content > [data-np24-oferta] {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.np24-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.np24-ico {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.np24-ico--xs { width: 14px; height: 14px; }
.np24-ico--sm { width: 18px; height: 18px; }
.np24-ico--btn { width: 18px; height: 18px; }
.np24-ico--list { width: 20px; height: 20px; color: var(--np24-accent); }
.np24-ico--lg { width: 32px; height: 32px; color: var(--np24-accent); }
.np24-ico--cta { width: 40px; height: 40px; color: var(--np24-accent); margin-bottom: 12px; }
.np24-ico--search { width: 22px; height: 22px; color: #94a3b8; }

/* ——— Hero ——— */
.np24-home-hero,
.np24-sitemap-hero {
  position: relative;
  overflow: hidden;
  background: var(--np24-navy);
  color: #f8fafc;
  padding: 56px 0 64px;
}

.np24-home-hero__mesh,
.np24-sitemap-hero .np24-home-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(34, 197, 94, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 70%, rgba(59, 130, 246, 0.08), transparent 50%);
  pointer-events: none;
}

.np24-home-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.np24-home-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.np24-home-hero__orb--1 {
  width: 280px;
  height: 280px;
  background: var(--np24-accent-glow);
  top: -80px;
  right: 10%;
}

.np24-home-hero__orb--2 {
  width: 200px;
  height: 200px;
  background: rgba(59, 130, 246, 0.15);
  bottom: -40px;
  left: 5%;
}

.np24-home-hero__layout {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.np24-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #86efac;
  margin: 0 0 16px;
}

.np24-home-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

.np24-home-hero__title span {
  color: var(--np24-accent);
  display: block;
}

.np24-home-hero__lead {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #cbd5e1;
  margin: 0 0 28px;
  max-width: 540px;
}

.np24-home-search {
  margin-bottom: 24px;
  max-width: 520px;
}

.np24-home-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.np24-home-search__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: var(--np24-radius);
  backdrop-filter: blur(12px);
}

.np24-home-search__row:focus-within {
  border-color: rgba(34, 197, 94, 0.6);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.np24-home-search__input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
  outline: none;
}

.np24-home-search__input::placeholder {
  color: #94a3b8;
}

.np24-home-search__btn {
  border: none;
  background: var(--np24-accent);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.np24-home-search__btn:hover {
  background: var(--np24-accent-hover);
}

.np24-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.np24-home-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.np24-home-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.np24-home-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.np24-home-btn--primary {
  background: var(--np24-accent);
  color: #fff;
  box-shadow: 0 8px 24px var(--np24-accent-glow);
}

.np24-home-btn--primary:hover {
  background: var(--np24-accent-hover);
  transform: translateY(-2px);
}

.np24-home-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.np24-home-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
}

.np24-home-pill--muted {
  color: #94a3b8;
}

/* Float cards */
.np24-home-hero__visual {
  position: relative;
  min-height: 360px;
}

.np24-float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--np24-radius);
  padding: 20px;
  width: 200px;
  box-shadow: var(--np24-shadow);
  animation: np24-float 6s ease-in-out infinite;
}

.np24-float-card--1 { top: 0; left: 0; animation-delay: 0s; }
.np24-float-card--2 { top: 28%; right: 0; animation-delay: 1.2s; }
.np24-float-card--3 { bottom: 12%; left: 12%; animation-delay: 2.4s; }
.np24-float-card--4 { bottom: 0; right: 18%; animation-delay: 3.6s; }

.np24-float-card__icon { color: var(--np24-accent); display: block; margin-bottom: 8px; }
.np24-float-card__value { display: block; font-size: 1.5rem; font-weight: 800; color: #fff; }
.np24-float-card__label { font-size: 12px; color: #94a3b8; }

@keyframes np24-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* Trust */
.np24-home-trust {
  padding: 48px 0;
  background: var(--np24-surface);
  border-bottom: 1px solid var(--np24-border);
}

.np24-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.np24-trust-card {
  background: #fff;
  border: 1px solid var(--np24-border);
  border-radius: var(--np24-radius);
  padding: 28px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.np24-trust-card:hover {
  border-color: var(--np24-accent);
  box-shadow: var(--np24-shadow);
}

.np24-trust-card h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--np24-heading);
  margin: 12px 0 8px;
}

.np24-trust-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--np24-text);
  line-height: 1.55;
}

/* Catalog section */
.np24-home-catalog {
  padding: 56px 0 64px;
  background: #fff;
}

.np24-home-catalog__head {
  text-align: center;
  margin-bottom: 36px;
}

.np24-home-catalog__head h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--np24-heading);
  margin: 0 0 10px;
}

.np24-home-catalog__head p {
  margin: 0;
  color: var(--np24-text);
}

/* Split panels */
.np24-home-split {
  padding: 56px 0;
  background: var(--np24-surface);
}

.np24-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.np24-split-panel {
  background: #fff;
  border-radius: var(--np24-radius-lg);
  padding: 32px;
  border: 1px solid var(--np24-border);
  box-shadow: 0 4px 20px rgba(12, 18, 34, 0.04);
}

.np24-split-panel--biz {
  border-top: 4px solid var(--np24-accent);
}

.np24-split-panel__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--np24-accent);
  margin-bottom: 12px;
}

.np24-split-panel h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--np24-heading);
  margin: 0 0 16px;
}

.np24-split-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.np24-split-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--np24-text);
}

.np24-home-link {
  color: var(--np24-accent);
  font-weight: 700;
  text-decoration: none;
}

.np24-home-link:hover {
  text-decoration: underline;
}

/* Steps */
.np24-home-steps {
  padding: 56px 0;
  background: #fff;
}

.np24-section-head {
  text-align: center;
  margin-bottom: 36px;
}

.np24-section-head h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--np24-heading);
  margin: 0 0 8px;
}

.np24-section-head p {
  margin: 0;
  color: var(--np24-text);
}

.np24-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.np24-step-card {
  background: var(--np24-surface);
  border-radius: var(--np24-radius);
  padding: 28px;
  border: 1px solid var(--np24-border);
}

.np24-step-card__num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--np24-accent);
  margin-bottom: 12px;
}

.np24-step-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--np24-heading);
}

.np24-step-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--np24-text);
  line-height: 1.55;
}

/* CTA */
.np24-home-cta {
  padding: 56px 0 64px;
  background: var(--np24-navy);
}

.np24-cta-box {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  color: #e2e8f0;
}

.np24-cta-box h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
}

.np24-cta-box p {
  margin: 0 0 24px;
  line-height: 1.6;
}

.np24-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Sitemap */
.np24-sitemap-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 12px;
  padding-bottom: 12px;
}

.np24-sitemap-hero__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 16px;
}

.np24-sitemap-hero__title span {
  color: var(--np24-accent);
}

.np24-sitemap-hero__lead {
  font-size: 1.05rem;
  color: #cbd5e1;
  max-width: 620px;
  margin: 0;
  line-height: 1.6;
}

.np24-sitemap-cta {
  padding: 32px 0;
  background: var(--np24-surface);
  border-bottom: 1px solid var(--np24-border);
}

.np24-sitemap-cta__card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--np24-border);
  border-radius: var(--np24-radius-lg);
  padding: 28px 32px;
  box-shadow: 0 8px 32px rgba(12, 18, 34, 0.06);
}

.np24-sitemap-cta__text h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--np24-heading);
}

.np24-sitemap-cta__text p {
  margin: 0;
  color: var(--np24-text);
  max-width: 520px;
}

.np24-sitemap-cta__text a {
  color: var(--np24-accent);
  font-weight: 600;
}

.np24-sitemap-catalog-wrap {
  padding: 48px 0 64px;
  background: #fff;
}

/* Каталог [as_catalog] — оранжевые буквы вместо зелёных */
body.site-novopolock.np24-portal .sitemap-letter-title {
  color: var(--np24-accent);
  border-bottom-color: rgba(34, 197, 94, 0.2);
}

body.site-novopolock.np24-portal .sitemap-links-list a:hover {
  color: var(--np24-accent-hover);
}

body.site-novopolock.np24-portal .sitemap-quick-link:hover {
  background: var(--np24-accent-soft);
  border-color: rgba(34, 197, 94, 0.35);
  color: var(--np24-accent-hover);
}

body.site-novopolock.np24-portal .sitemap-search-input:focus {
  border-color: var(--np24-accent);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

body.site-novopolock.np24-portal .sitemap-empty-reset {
  color: var(--np24-accent);
}

body.site-novopolock.np24-portal .sitemap-empty-reset:hover {
  background: var(--np24-accent);
  color: #fff;
}

/* Footer */
.np24-footer {
  position: relative;
  background: var(--np24-navy);
  color: #94a3b8;
  overflow: hidden;
}

.np24-footer-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--np24-accent-glow), transparent 70%);
  bottom: -120px;
  left: -80px;
  pointer-events: none;
}

.np24-footer-shell {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 20px 28px;
}

.np24-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.np24-footer-logo {
  max-height: 36px;
  margin-bottom: 16px;
}

.np24-footer-tagline {
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 16px;
  max-width: 320px;
}

.np24-footer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.np24-footer-pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
}

.np24-footer-pill--link {
  text-decoration: none;
  color: var(--np24-accent);
  border-color: rgba(34, 197, 94, 0.35);
}

.np24-footer-pill--link:hover {
  background: rgba(34, 197, 94, 0.12);
}

.np24-footer-nav-col h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 14px;
}

.np24-footer-nav-col a {
  display: block;
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  transition: color 0.15s;
}

.np24-footer-nav-col a:hover {
  color: var(--np24-accent);
}

.np24-footer-cta h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}

.np24-footer-cta p {
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 16px;
}

.np24-footer-cta-btn {
  display: inline-block;
  background: var(--np24-accent);
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s;
}

.np24-footer-cta-btn:hover {
  background: var(--np24-accent-hover);
}

.np24-footer-cta-note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
}

.np24-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.np24-footer-made {
  color: #64748b;
}

/* Responsive */
@media (max-width: 992px) {
  .np24-home-hero__layout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .np24-home-hero__lead,
  .np24-home-search {
    margin-left: auto;
    margin-right: auto;
  }
  .np24-home-hero__actions,
  .np24-home-hero__pills {
    justify-content: center;
  }
  .np24-home-hero__visual {
    min-height: 280px;
    max-width: 400px;
    margin: 0 auto;
  }
  .np24-trust-grid,
  .np24-split-grid,
  .np24-steps-grid {
    grid-template-columns: 1fr;
  }
  .np24-footer-top {
    grid-template-columns: 1fr;
  }
  .np24-footer-tagline {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .np24-float-card {
    width: 160px;
    padding: 14px;
  }
  .np24-sitemap-cta__card {
    padding: 20px;
  }
  .np24-sitemap-cta__actions {
    width: 100%;
  }
}

/* Карта сайта — поиск в hero, CTA */
.np24-sitemap-search {
  max-width: 520px;
  margin-top: 28px;
}

.np24-sitemap-cta__text .np24-ico--lg {
  display: block;
  margin-bottom: 12px;
}

.np24-sitemap-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .np24-sitemap-cta__card {
    align-items: center;
  }
}

/* Блог на главной */
body.site-novopolock.np24-home-page .np24-home .home-blog-section {
  padding: 56px 0 64px;
  background: var(--np24-surface);
  border-top: 1px solid var(--np24-border);
}

body.site-novopolock.np24-home-page .np24-home .home-blog-eyebrow {
  color: var(--np24-accent);
}

body.site-novopolock.np24-home-page .np24-home .home-blog-title {
  color: var(--np24-heading);
}

body.site-novopolock.np24-home-page .np24-home .home-blog-all-link {
  color: var(--np24-accent);
  border-color: rgba(34, 197, 94, 0.35);
}

body.site-novopolock.np24-home-page .np24-home .home-blog-all-link:hover {
  background: var(--np24-accent-soft);
}

body.site-novopolock.np24-home-page .np24-home .home-blog-nav-btn:hover:not(:disabled) {
  border-color: var(--np24-accent);
  color: var(--np24-accent);
}

body.site-novopolock.np24-home-page .np24-home .home-blog-card-link:hover {
  border-color: rgba(34, 197, 94, 0.4);
  box-shadow: 0 12px 32px rgba(34, 197, 94, 0.12);
}
/* ——— Системные страницы (о нас, контакты, партнёры) ——— */
.np24-sys-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 20px 72px;
  background: linear-gradient(135deg, var(--np24-navy) 0%, var(--np24-navy-mid) 45%, #14532d 100%);
  color: #fff;
}

.np24-sys-hero__mesh,
.np24-sys-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.np24-sys-hero__mesh {
  background:
    radial-gradient(circle at 18% 28%, rgba(34, 197, 94, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 82% 72%, rgba(34, 197, 94, 0.1) 0%, transparent 40%);
}

.np24-sys-hero__grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.4;
}

.np24-sys-hero__layout {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.np24-sys-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #86efac;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: 999px;
}

.np24-sys-hero__title {
  margin: 0 0 16px;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.np24-sys-hero__title span {
  display: block;
  margin-top: 6px;
  background: linear-gradient(90deg, #4ade80, #86efac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.np24-sys-hero__lead {
  margin: 0 0 24px;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.65;
  color: #cbd5e1;
}

.np24-sys-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.np24-sys-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.np24-sys-btn--primary {
  background: var(--np24-accent);
  color: #fff !important;
  border-color: var(--np24-accent);
}

.np24-sys-btn--primary:hover {
  background: var(--np24-accent-hover);
  border-color: var(--np24-accent-hover);
}

.np24-sys-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.2);
}

.np24-sys-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
}

.np24-sys-btn--on-dark.np24-sys-btn--ghost {
  color: #fff !important;
}

.np24-sys-section-head {
  text-align: center;
  margin-bottom: 36px;
}

.np24-sys-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  color: var(--np24-heading);
}

.np24-sys-section-head p {
  margin: 0;
  color: var(--np24-text);
  font-size: 16px;
}

.np24-sys-section-head--light h2,
.np24-sys-section-head--light p {
  color: #fff;
}

.np24-ico--xl { width: 40px; height: 40px; }

/* About */
.np24-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.np24-about-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--np24-radius);
  padding: 20px 16px;
  text-align: center;
}

.np24-about-stat__value {
  display: block;
  font-size: 22px;
  font-weight: 800;
  margin: 8px 0 4px;
}

.np24-about-stat__label {
  font-size: 13px;
  color: #94a3b8;
}

.np24-about-mission {
  padding: 64px 0;
  background: var(--np24-surface);
}

.np24-about-mission__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: start;
}

.np24-about-mission__text h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 800;
  color: var(--np24-heading);
}

.np24-about-mission__text p {
  margin: 0 0 14px;
  line-height: 1.7;
  color: var(--np24-text);
}

.np24-about-quote {
  margin: 0;
  padding: 28px;
  background: #fff;
  border-left: 4px solid var(--np24-accent);
  border-radius: 0 var(--np24-radius) var(--np24-radius) 0;
  box-shadow: var(--np24-shadow);
}

.np24-about-quote p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--np24-heading);
}

.np24-about-values {
  padding: 64px 0;
}

.np24-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.np24-about-value {
  background: #fff;
  border: 1px solid var(--np24-border);
  border-radius: var(--np24-radius);
  padding: 24px;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.np24-about-value:hover {
  border-color: rgba(34, 197, 94, 0.35);
  box-shadow: var(--np24-shadow);
}

.np24-about-value h3 {
  margin: 12px 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--np24-heading);
}

.np24-about-value p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--np24-text);
}

.np24-about-value a {
  color: var(--np24-accent);
  font-weight: 600;
}

.np24-about-split {
  padding: 0 0 64px;
}

.np24-about-split-card {
  background: #fff;
  border: 1px solid var(--np24-border);
  border-radius: var(--np24-radius-lg);
  padding: 28px;
}

.np24-about-split-card--accent {
  background: linear-gradient(145deg, #fffbeb, #fff);
  border-color: rgba(34, 197, 94, 0.25);
}

.np24-about-split-card__num {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--np24-accent);
  margin-bottom: 12px;
}

.np24-about-split-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 800;
  color: var(--np24-heading);
}

.np24-about-split-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.np24-about-split-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--np24-text);
}

.np24-about-cta {
  padding: 0 0 72px;
}

.np24-about-cta__box {
  text-align: center;
  background: var(--np24-navy);
  color: #fff;
  border-radius: var(--np24-radius-lg);
  padding: 48px 32px;
}

.np24-about-cta__box h2 {
  margin: 16px 0 10px;
  font-size: 28px;
  font-weight: 800;
}

.np24-about-cta__box p {
  margin: 0 0 24px;
  color: #94a3b8;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.np24-about-cta__box .np24-sys-hero__actions {
  justify-content: center;
}

/* Contacts */
.np24-contacts-channels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
@media (max-width: 992px) {
  .np24-sys-hero__layout,
  .np24-about-mission__inner,
  .np24-contacts-legal__box {
    grid-template-columns: 1fr;
  }
  .np24-about-stats,
  .np24-about-values__grid,
  .np24-contacts-topics__grid,
  .np24-partner-benefits__grid {
    grid-template-columns: 1fr;
  }
  .np24-contacts-channels {
    grid-template-columns: 1fr;
  }
  .np24-contacts-form__form,
  .np24-partner-form__grid {
    grid-template-columns: 1fr;
  }
}
.np24-contacts-channels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.np24-contacts-channel {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--np24-radius);
  text-decoration: none;
  color: #fff;
  transition: background 0.2s, border-color 0.2s;
}

.np24-contacts-channel:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(217, 119, 6, 0.4);
}

.np24-contacts-channel__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
}

.np24-contacts-channel__value {
  font-size: 15px;
  font-weight: 700;
}

.np24-contacts-topics {
  padding: 64px 0;
  background: var(--np24-surface);
}

.np24-contacts-topics__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.np24-contacts-topic {
  background: #fff;
  border: 1px solid var(--np24-border);
  border-radius: var(--np24-radius);
  padding: 22px;
}

.np24-contacts-topic h3 {
  margin: 12px 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--np24-heading);
}

.np24-contacts-topic p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--np24-text);
}

.np24-contacts-topic a {
  color: var(--np24-accent);
  font-weight: 600;
}

.np24-contacts-legal {
  padding: 0 0 48px;
}

.np24-contacts-legal__box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  background: #fff;
  border: 1px solid var(--np24-border);
  border-radius: var(--np24-radius-lg);
  padding: 32px;
}

.np24-contacts-legal__box h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 800;
  color: var(--np24-heading);
}

.np24-contacts-legal__dl {
  margin: 0;
}

.np24-contacts-legal__dl div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--np24-border);
  font-size: 14px;
}

.np24-contacts-legal__dl dt {
  font-weight: 600;
  color: var(--np24-text);
}

.np24-contacts-legal__dl dd {
  margin: 0;
  color: var(--np24-heading);
}

.np24-contacts-legal__docs-title {
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--np24-heading);
}

.np24-contacts-legal__docs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.np24-contacts-legal__docs a {
  display: block;
  padding: 8px 0;
  color: var(--np24-accent);
  font-weight: 600;
  text-decoration: none;
}

.np24-contacts-form {
  padding: 0 0 72px;
}

.np24-contacts-form__wrap {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--np24-border);
  border-radius: var(--np24-radius-lg);
  padding: 32px;
}

.np24-contacts-form__wrap h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: var(--np24-heading);
}

.np24-contacts-form__lead {
  margin: 0 0 24px;
  font-size: 14px;
  color: var(--np24-text);
}

.np24-contacts-form__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.np24-contacts-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

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

.np24-contacts-field span {
  font-size: 13px;
  font-weight: 600;
  color: var(--np24-heading);
}

.np24-contacts-field input,
.np24-contacts-field select,
.np24-contacts-field textarea {
  padding: 12px 14px;
  border: 1px solid var(--np24-border);
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
}

.np24-contacts-form__form .np24-sys-btn {
  grid-column: 1 / -1;
  justify-self: start;
  border: none;
}

/* Partner */
.np24-partner-pills {
  .np24-about-mission__inner,
  .np24-contacts-legal__box {
    grid-template-columns: 1fr;
  }
  .np24-about-stats,
  .np24-about-values__grid,
  .np24-contacts-topics__grid,
  .np24-partner-benefits__grid {
    grid-template-columns: 1fr;
  }
  .np24-contacts-channels {
    grid-template-columns: 1fr;
  }
  .np24-contacts-form__form,
  .np24-partner-form__grid {
    grid-template-columns: 1fr;
  }
}
