.elementor-kit-6{--e-global-color-primary:#2FE6E6;--e-global-color-secondary:#05070D;--e-global-color-text:#9AA4B2;--e-global-color-accent:#F4F7FA;--e-global-color-295d7a1:#2FE6E6;--e-global-color-ed512c7:#05070D;--e-global-color-f191cf7:#070B14;--e-global-color-9613d27:#F4F7FA;--e-global-color-ad1f418:#9AA4B2;--e-global-color-7d88405:#FFFFFF1A;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   NEOLIT MEDIA — GLOBAL CSS (wersja oczyszczona, bez duplikatów)
   00 global · 01 header · 02 footer · 03–10 sekcje · 11 lightboxy
   12 helpery animacji · 13 responsywność + dodatki
   Wartości docelowe wtopione w sekcje; brak nadpisujących duplikatów.
========================================================= */
/* =========================================================
   00. GLOBAL — zmienne, baza strony, elementy wspólne
========================================================= */
:root {
  --nm-bg: #05070D;
  --nm-section: #070B14;
  --nm-aqua: #2FE6E6;
  --nm-white: #F4F7FA;
  --nm-muted: #9AA4B2;
  --nm-line: rgba(255,255,255,0.10);
  --nm-glow: 0 0 24px rgba(47,230,230,0.45);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: auto;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden !important;
  background: var(--nm-bg);
  color: var(--nm-white);
}
a {
  color: inherit;
}
button {
  font: inherit;
}
#start,
#manifest,
#skala,
#system,
#jumbo-mobile,
#galeria,
#kontakt {
  scroll-margin-top: 96px;
}
.nm-section {
  position: relative;
  overflow: hidden;
  background: var(--nm-bg);
}
.nm-container {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}
.nm-eyebrow {
  color: var(--nm-aqua);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}
.nm-h1,
.nm-h2,
.nm-h3 {
  color: var(--nm-white);
  letter-spacing: -0.045em;
}
.nm-text {
  color: var(--nm-muted);
  line-height: 1.65;
}
.nm-btn,
.nm3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(47,230,230,0.65);
  border-radius: 999px;
  color: var(--nm-white);
  background: rgba(47,230,230,0.06);
  text-decoration: none;
  transition: 0.25s ease;
}
.nm-btn:hover,
.nm3-btn:hover {
  background: rgba(47,230,230,0.16);
  box-shadow: var(--nm-glow);
  transform: translateY(-1px);
}
.nm-btn-primary,
.nm3-btn {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.nm-glass {
  background: rgba(5,7,13,0.68);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
@media (max-width: 1024px) {
  .nm-container {
    width: calc(100% - 48px);
  }
}
/* =========================================================
   01. GLOBAL HEADER — sticky glass z Elementora
========================================================= */
.nm-global-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 99990 !important;
  width: 100% !important;
  background: rgba(2, 6, 12, 0.26) !important;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}
.nm-global-header.is-scrolled {
  background: rgba(2, 6, 12, 0.78) !important;
  border-bottom-color: rgba(47,230,230,0.16);
  box-shadow:
    0 12px 42px rgba(0,0,0,0.34),
    0 0 32px rgba(47,230,230,0.06);
}
.nm-global-header .nm-header-menu a.elementor-item {
  position: relative;
  overflow: visible;
}
.nm-global-header .nm-header-menu a.elementor-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  height: 1px;
  background: var(--nm-aqua);
  box-shadow: 0 0 12px rgba(47,230,230,0.9);
  transition: width 0.24s ease;
}
.nm-global-header .nm-header-menu a.elementor-item:hover::after,
.nm-global-header .nm-header-menu .current-menu-item > a.elementor-item::after,
.nm-global-header .nm-header-menu a.elementor-item.is-active::after {
  width: 100%;
}
.nm-global-header .nm-header-menu a.elementor-item.is-active {
  color: var(--nm-aqua);
}
@media (max-width: 1024px) {
  .nm-global-header .nm-header-menu {
    display: none !important;
  }
}
/* =========================================================
   02. GLOBAL FOOTER — stopka z Theme Builder
========================================================= */
.nm-global-footer {
  position: relative;
  z-index: 20;
  width: 100% !important;
  background: rgba(2, 6, 12, 0.92);
  border-top: 1px solid rgba(47,230,230,0.14);
  color: var(--nm-white);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nm-global-footer > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
}
.nm-global-footer .nm-footer-logo img {
  display: block;
  width: 110px;
  height: auto;
}
.nm-global-footer .nm-footer-copy,
.nm-global-footer .nm-footer-copy p {
  margin: 0;
  color: rgba(244,247,250,0.48);
  font-size: 12px;
  line-height: 1.4;
}
.nm-global-footer .nm-footer-links,
.nm-global-footer .nm-footer-socials {
  display: flex;
  align-items: center;
}
.nm-global-footer .nm-footer-links {
  gap: 28px;
}
.nm-global-footer .nm-footer-links a {
  color: rgba(244,247,250,0.48);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nm-global-footer .nm-footer-links a:hover {
  color: var(--nm-aqua);
}
.nm-global-footer .nm-footer-socials {
  gap: 18px;
}
.nm-global-footer .nm-footer-socials a {
  color: rgba(244,247,250,0.9);
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  transition:
    color 0.2s ease,
    text-shadow 0.2s ease;
}
.nm-global-footer .nm-footer-socials a:hover {
  color: var(--nm-aqua);
  text-shadow: 0 0 18px rgba(47,230,230,0.65);
}
@media (max-width: 1024px) {
  .nm-global-footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .nm-global-footer .nm-footer-links {
    display: none;
  }
}
@media (max-width: 760px) {
  .nm-global-footer {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .nm-global-footer,
  .nm-global-footer > .e-con-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  .nm-global-footer .nm-footer-copy,
  .nm-global-footer .nm-footer-copy p {
    font-size: 11px;
  }
}
/* =========================================================
   03. SECTION 1 — HERO
========================================================= */
.nm-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background-color: #010004;
}
.nm-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #010004;
}
.nm-hero-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  will-change: transform, opacity, clip-path;
}
.nm-hero-img-base {
  opacity: 1;
}
.nm-hero-img-glow {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
}
.nm-hero-img-base,
.nm-hero-img-glow {
  filter: brightness(1.04) contrast(1.04) saturate(1.04);
}
.nm-hero-sweep {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 58%,
      rgba(47,230,230,0.06) 65%,
      rgba(47,230,230,0.35) 70%,
      rgba(47,230,230,0.06) 75%,
      transparent 58%,
      transparent 100%
    );
  filter: blur(1px);
  transform: translateY(-35%);
}
.nm-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.nm-hero-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  padding:
    clamp(260px, 24vh, 320px)
    clamp(56px, 5vw, 92px)
    120px;
  display: flex;
  align-items: flex-start;
}
.nm-hero-copy {
  position: relative;
  z-index: 10;
  max-width: 760px;
  will-change: transform, opacity;
}
.nm-hero-title {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--nm-white);
  font-size: clamp(48px, 4vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.nm-hero-title span {
  color: var(--nm-aqua);
  text-shadow: 0 0 22px rgba(47,230,230,0.55);
}
.nm-hero-lead {
  max-width: 640px;
  margin-top: 28px;
  color: rgba(244,247,250,0.82);
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 1.58;
}
.nm-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}
.nm-btn-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(244,247,250,0.88);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 700;
  transition: color 0.2s ease;
}
.nm-btn-text:hover {
  color: var(--nm-aqua);
}
.nm-scroll-hint {
  position: absolute;
  z-index: 9;
  left: clamp(56px, 5vw, 92px);
  bottom: clamp(28px, 3.4vh, 42px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(244,247,250,0.65);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.16em;
}
.nm-scroll-hint span {
  position: relative;
  width: 22px;
  height: 36px;
  border: 1px solid rgba(244,247,250,0.55);
  border-radius: 999px;
}
.nm-scroll-hint span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--nm-aqua);
  border-radius: 999px;
  transform: translateX(-50%);
  box-shadow: 0 0 12px rgba(47,230,230,0.85);
  animation: nm-scroll-dot 1.5s ease-in-out infinite;
}
.nm-scroll-hint em {
  font-style: normal;
}
@keyframes nm-scroll-dot {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 14px);
    opacity: 0;
  }
}
@media (min-width: 1025px) and (max-height: 780px) {
  .nm-scroll-hint {
    bottom: 18px;
    transform: scale(0.9);
    transform-origin: left bottom;
  }
}
@media (max-width: 1024px) {
  /* obraz zaczyna się czysto POD headerem (wysokość mierzona w JS) */
  .nm-hero-media {
    top: var(--nm-header-h, 90px);
  }
  /* jaśniejsze zdjęcie na mobile */
  .nm-hero-img-base,
  .nm-hero-img-glow {
    filter: brightness(1.22) contrast(1.05) saturate(1.06);
  }
  .nm-hero-inner {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 120px 0 88px;
    align-items: flex-end;
  }
  .nm-hero-title {
    font-size: clamp(44px, 13vw, 62px);
    letter-spacing: -0.06em;
  }
  .nm-hero-lead {
    font-size: 15px;
    line-height: 1.6;
  }
  .nm-hero-actions {
    gap: 18px;
    margin-top: 28px;
  }
  .nm-btn-primary {
    width: 100%;
  }
  .nm-scroll-hint {
    display: none;
  }
  /* overlay: jasna góra (obraz widoczny), ciemny dół pod tytuł */
  .nm-hero-overlay {
    background: linear-gradient(180deg,
      rgba(5,7,13,0.04) 0%,
      rgba(5,7,13,0.12) 45%,
      rgba(5,7,13,0.82) 100%);
  }
}
/* =========================================================
   04. SECTION 2 — MANIFEST
========================================================= */
.nm3-manifest {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #00060D;
  isolation: isolate;
}
.nm3-stage {
  position: relative;
  height: 100svh;
  overflow: hidden;
  background-color: #00060D;
}
.nm3-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(180deg, rgba(0,6,13,0.02), rgba(0,6,13,0.12)),
    url("https://neolitmedia.pl/wp-content/uploads/2026/05/section-2-background2.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
}
.nm3-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.06;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 52%, black 0%, transparent 72%);
}
.nm3-glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.45;
  background:
    radial-gradient(circle at 51% 38%, rgba(47,230,230,0.10), transparent 25%),
    radial-gradient(circle at 65% 78%, rgba(47,230,230,0.08), transparent 28%);
}
.nm3-watermark {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2vh;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,0.12);
  text-stroke: 2px rgba(255,255,255,0.12);
  font-size: clamp(120px, 17vw, 300px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 800;
  white-space: nowrap;
  pointer-events: none;
}
.nm3-top {
  position: absolute;
  z-index: 7;
  top: 7vh;
  left: 50%;
  width: min(1320px, calc(100% - 112px));
  height: 39vh;
  transform: translateX(-50%);
}
.nm3-main {
  position: absolute;
  left: 50%;
  top: 6.2vh;
  width: min(780px, 62vw);
  transform: translateX(-50%);
  text-align: center;
}
.nm3-eyebrow {
  margin-bottom: 18px;
  color: var(--nm-aqua);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}
.nm3-title {
  margin: 0;
  color: var(--nm-white);
  font-size: clamp(54px, 5.7vw, 104px);
  line-height: 0.91;
  letter-spacing: -0.075em;
  font-weight: 800;
}
.nm3-title > span {
  display: block;
  white-space: nowrap;
}
.nm3-dot {
  color: var(--nm-aqua);
  text-shadow: 0 0 24px rgba(47,230,230,0.65);
}
.nm3-copy {
  max-width: 660px;
  margin: 25px auto 0;
  color: rgba(244,247,250,0.72);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.62;
}
.nm3-stat {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 250px;
  color: rgba(244,247,250,0.72);
}
.nm3-stat-left {
  left: 0;
  flex-direction: row-reverse;
  text-align: right;
}
.nm3-stat-right {
  right: 0;
  text-align: left;
}
.nm3-stat-1 { top: 5vh; }
.nm3-stat-2 { top: 15vh; }
.nm3-stat-3 { top: 28vh; }
.nm3-stat-4 { top: 9vh; }
.nm3-stat-5 { top: 18vh; }
.nm3-stat-6 { top: 31vh; }
.nm3-stat-line {
  position: relative;
  display: block;
  width: 76px;
  height: 1px;
  background: linear-gradient(90deg, rgba(47,230,230,0.08), rgba(47,230,230,0.9));
  box-shadow: 0 0 12px rgba(47,230,230,0.5);
}
.nm3-stat-left .nm3-stat-line {
  transform: scaleX(-1);
}
.nm3-stat-line::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--nm-aqua);
  transform: translateY(-50%);
  box-shadow: 0 0 14px rgba(47,230,230,0.9);
}
.nm3-stat strong {
  display: block;
  color: var(--nm-aqua);
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
.nm3-stat em {
  display: block;
  margin-top: 6px;
  color: rgba(244,247,250,0.74);
  font-style: normal;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.nm3-bottom {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 7vh;
  width: min(1320px, calc(100% - 112px));
  height: auto;
  transform: translateX(-50%);
  display: block;
}
.nm3-location {
  position: relative;
  z-index: 8;
  width: 360px;
  max-width: 100%;
}
.nm3-location-label {
  margin-bottom: 16px;
  color: var(--nm-aqua);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}
.nm3-location h3 {
  margin: 0;
  color: var(--nm-white);
  font-size: clamp(34px, 2.65vw, 52px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 800;
}
.nm3-location p {
  max-width: 300px;
  margin: 22px 0 26px;
  color: rgba(244,247,250,0.64);
  font-size: 14px;
  line-height: 1.65;
}
.nm3-bg-points {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}
.nm3-bg-point {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.75);
  transform-origin: center;
  white-space: nowrap;
}
.nm3-bg-point span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--nm-aqua);
  box-shadow:
    0 0 10px rgba(47,230,230,0.9),
    0 0 28px rgba(47,230,230,0.45);
  animation: nm3PointPulse 2.4s ease-in-out infinite;
}
.nm3-bg-point em {
  color: rgba(248,248,250,0.95);
  font-weight: 800;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,0,0,0.8);
}
.nm3-bg-point-1 { left: 39%; top: 66%; }
.nm3-bg-point-2 { left: 49%; top: 60%; }
.nm3-bg-point-3 { left: 40%; top: 83%; }
.nm3-bg-point-4 { left: 55%; top: 75%; }
.nm3-bg-point-5 { left: 60%; top: 82%; }
.nm3-eyebrow,
.nm3-title,
.nm3-copy,
.nm3-stat,
.nm3-location,
.nm3-bg-point {
  opacity: 0;
}
@keyframes nm3PointPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 10px rgba(47,230,230,0.9),
      0 0 28px rgba(47,230,230,0.45);
  }
  50% {
    transform: scale(1.35);
    box-shadow:
      0 0 16px rgba(47,230,230,1),
      0 0 46px rgba(47,230,230,0.65);
  }
}
@media (max-width: 1280px) {
  .nm3-top,
  .nm3-bottom {
    width: calc(100% - 80px);
  }
  .nm3-title {
    font-size: clamp(50px, 5.3vw, 88px);
  }
  .nm3-copy {
    font-size: 15px;
  }
  .nm3-stat {
    width: 220px;
  }
}
@media (max-width: 1024px) {
  .nm3-stage {
    height: auto;
    min-height: 100svh;
    padding: 110px 0 90px;
  }
  .nm3-top,
  .nm3-bottom {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: calc(100% - 48px);
    height: auto;
    transform: none;
    margin: 0 auto;
  }
  .nm3-main {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
  }
  .nm3-stat,
  .nm3-bg-points {
    display: none;
  }
  /* na mobile JS pinów nie odpala — pokaż treść (startuje z opacity:0) */
  .nm3-eyebrow,
  .nm3-title,
  .nm3-copy,
  .nm3-location {
    opacity: 1;
  }
  .nm3-title {
    font-size: clamp(46px, 12vw, 78px);
  }
  .nm3-bottom {
    margin-top: 90px;
  }
}
/* =========================================================
   05. SECTION 3 — SKALA / cztery karty przewag
========================================================= */
.nm4-pillars {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #00060D;
}
.nm4-stage {
  position: relative;
  height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 32%, rgba(47,230,230,0.09), transparent 28%),
    radial-gradient(circle at 50% 88%, rgba(47,230,230,0.07), transparent 32%),
    linear-gradient(180deg, #00060D 0%, #05070D 100%);
}
.nm4-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 52%, black 0%, transparent 72%);
}
.nm4-glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(47,230,230,0.08), transparent),
    radial-gradient(circle at 50% 50%, rgba(47,230,230,0.08), transparent 34%);
}
.nm4-watermark {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1vh;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,0.12);
  text-stroke: 2px rgba(255,255,255,0.12);
  font-size: clamp(110px, 16vw, 270px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 800;
  white-space: nowrap;
  pointer-events: none;
}
.nm4-head {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 8vh;
  width: min(920px, calc(100% - 80px));
  transform: translateX(-50%);
  text-align: center;
}
.nm4-eyebrow {
  margin-bottom: 16px;
  color: var(--nm-aqua);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}
.nm4-title {
  margin: 0;
  color: var(--nm-white);
  font-size: clamp(48px, 5vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.07em;
  font-weight: 800;
}
.nm4-title span {
  color: var(--nm-aqua);
  text-shadow: 0 0 22px rgba(47,230,230,0.65);
}
.nm4-copy {
  max-width: 660px;
  margin: 22px auto 0;
  color: rgba(244,247,250,0.68);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.62;
}
.nm4-cards {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 6vh;
  width: min(1480px, calc(100% - 80px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.nm4-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(47,230,230,0.28);
  background: rgba(5,7,13,0.72);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 24px 70px rgba(0,0,0,0.46);
  transform-origin: center bottom;
}
.nm4-card::before,
.nm4-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.nm4-card::before {
  z-index: 3;
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(5,7,13,0.18), rgba(5,7,13,0.35) 38%, rgba(5,7,13,0.88) 100%),
    radial-gradient(circle at 18% 18%, rgba(47,230,230,0.18), transparent 34%);
}
.nm4-card::after {
  z-index: 4;
  opacity: 0;
  border: 1px solid rgba(47,230,230,0.78);
  box-shadow:
    inset 0 0 38px rgba(47,230,230,0.16),
    0 0 36px rgba(47,230,230,0.22);
}
.nm4-card:hover::before {
  opacity: 0.38;
}
.nm4-card:hover::after {
  opacity: 1;
}
.nm4-card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--nm4-img);
  background-size: cover;
  background-position: center;
  filter: brightness(0.58) contrast(1.12) saturate(1.02);
  transform: scale(1.08);
  transition:
    transform 0.8s ease,
    filter 0.45s ease;
}
.nm4-card:hover .nm4-card-bg {
  transform: scale(1.13);
  filter: brightness(1) contrast(1.04) saturate(1.04);
}
.nm4-card-content {
  position: relative;
  z-index: 5;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  text-shadow: 0 3px 18px rgba(0,0,0,0.78);
}
.nm4-card-top {
  position: absolute;
  left: 30px;
  top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.nm4-card-top span {
  color: var(--nm-aqua);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 800;
  text-shadow: 0 0 20px rgba(47,230,230,0.65);
}
.nm4-card-top i {
  display: block;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(47,230,230,0.9), transparent);
  box-shadow: 0 0 12px rgba(47,230,230,0.6);
  transform-origin: left center;
}
.nm4-card h3 {
  margin: 0;
  color: var(--nm-white);
  font-size: clamp(32px, 2.4vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 800;
  text-transform: uppercase;
}
.nm4-card p {
  max-width: 260px;
  margin: 18px 0 0;
  color: rgba(244,247,250,0.82);
  font-size: 17px;
  line-height: 1.45;
}
.nm4-card p::first-line {
  color: var(--nm-white);
}
.nm4-eyebrow,
.nm4-title,
.nm4-copy,
.nm4-card {
  opacity: 0;
}
@media (max-width: 1280px) {
  .nm4-cards {
    width: calc(100% - 64px);
    gap: 14px;
  }
  .nm4-card,
  .nm4-card-content {
    min-height: 410px;
  }
  .nm4-card-content {
    padding: 24px;
  }
  .nm4-card-top {
    left: 24px;
    top: 24px;
  }
  .nm4-card p {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .nm4-stage {
    height: auto;
    min-height: 100svh;
    padding: 110px 24px 90px;
  }
  .nm4-head {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    text-align: left;
    margin-bottom: 42px;
  }
  .nm4-title {
    font-size: clamp(42px, 11vw, 72px);
  }
  .nm4-cards {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .nm4-card,
  .nm4-card-content {
    min-height: 420px;
  }
  .nm4-eyebrow,
  .nm4-title,
  .nm4-copy,
  .nm4-card {
    opacity: 1;
  }
}
/* =========================================================
   06. SECTION 4 — NUMBERS / belka liczników
========================================================= */
.nm5-numbers {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(46px, 5vw, 74px) 0 !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(47,230,230,0.12), transparent 36%),
    linear-gradient(180deg, #05070D 0%, #02060C 100%) !important;
  border-top: 1px solid rgba(47,230,230,0.16);
  border-bottom: 1px solid rgba(47,230,230,0.16);
}
.nm5-numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(circle at 8% 42%, rgba(47,230,230,0.55) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 58%, rgba(47,230,230,0.35) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 36%, rgba(47,230,230,0.50) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 52%, rgba(47,230,230,0.48) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 34%, rgba(47,230,230,0.42) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 56%, rgba(47,230,230,0.52) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 40%, rgba(47,230,230,0.44) 0 1px, transparent 2px),
    linear-gradient(115deg, transparent 0%, transparent 28%, rgba(47,230,230,0.18) 28.2%, transparent 31%),
    linear-gradient(25deg, transparent 0%, transparent 36%, rgba(47,230,230,0.14) 36.2%, transparent 39%),
    linear-gradient(160deg, transparent 0%, transparent 52%, rgba(47,230,230,0.13) 52.2%, transparent 56%);
  mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
}
.nm5-numbers::after,
.nm5-card::before,
.nm5-card::after {
  display: none !important;
}
.nm5-inner {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 80px)) !important;
  margin: 0 auto !important;
}
.nm5-grid {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100%;
  margin: 0 !important;
}
.nm5-card {
  position: relative;
  min-height: auto !important;
  padding: 14px 34px !important;
  overflow: visible !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}
.nm5-card:not(:first-child) {
  border-left: 1px solid rgba(47,230,230,0.16) !important;
}
.nm5-card:hover {
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-color: rgba(47,230,230,0.16) !important;
}
.nm5-counter {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center !important;
}
.nm5-counter .elementor-counter-number-wrapper {
  justify-content: center !important;
  text-align: center !important;
  color: var(--nm-white);
  font-size: clamp(54px, 5vw, 92px) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.055em !important;
  font-weight: 800 !important;
  text-shadow:
    0 0 22px rgba(47,230,230,0.38),
    0 0 46px rgba(47,230,230,0.18),
    0 4px 24px rgba(0,0,0,0.55) !important;
}
.nm5-counter .elementor-counter-number,
.nm5-counter .elementor-counter-number-prefix {
  color: var(--nm-white) !important;
  font-weight: 800 !important;
}
.nm5-counter .elementor-counter-number-suffix {
  margin-left: 6px !important;
  color: var(--nm-aqua) !important;
  font-weight: 800 !important;
  text-shadow:
    0 0 18px rgba(47,230,230,0.85),
    0 0 38px rgba(47,230,230,0.45) !important;
}
.nm5-counter .elementor-counter-title {
  max-width: none !important;
  margin: 14px auto 0 !important;
  color: rgba(244,247,250,0.78) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.nm5-card:hover .elementor-counter-title {
  color: var(--nm-aqua) !important;
}
@media (max-width: 1024px) {
  .nm5-numbers {
    padding: 54px 0 !important;
  }
  .nm5-inner {
    width: calc(100% - 48px) !important;
  }
  .nm5-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 36px !important;
  }
  .nm5-card {
    padding: 20px 24px !important;
  }
  .nm5-card:nth-child(odd) {
    border-left: none !important;
  }
  .nm5-card:nth-child(even) {
    border-left: 1px solid rgba(47,230,230,0.16) !important;
  }
}
@media (max-width: 640px) {
  .nm5-grid {
    grid-template-columns: 1fr !important;
    row-gap: 30px !important;
  }
  .nm5-card,
  .nm5-card:nth-child(even) {
    border-left: none !important;
  }
  .nm5-card:not(:last-child) {
    border-bottom: 1px solid rgba(47,230,230,0.14) !important;
    padding-bottom: 34px !important;
  }
  .nm5-counter .elementor-counter-number-wrapper {
    font-size: clamp(56px, 18vw, 84px) !important;
  }
}
/* =========================================================
   07. SECTION 5 — SYSTEM MEDIÓW
========================================================= */
.nm6-system {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100svh;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 22% 24%, rgba(47,230,230,0.08), transparent 28%),
    radial-gradient(circle at 76% 70%, rgba(47,230,230,0.08), transparent 32%),
    linear-gradient(180deg, #02060C 0%, #05070D 100%);
  padding: clamp(80px, 7vw, 120px) 0 clamp(90px, 8vw, 135px);
}
.nm6-system.is-pinned {
  overflow: hidden;
}
.nm6-grid-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 50%, black 0%, transparent 74%);
}
.nm6-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
  background:
    linear-gradient(115deg, transparent 0%, rgba(47,230,230,0.07) 44%, transparent 68%),
    radial-gradient(circle at 52% 52%, rgba(47,230,230,0.09), transparent 34%);
}
.nm6-watermark {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 3vh;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,0.12);
  text-stroke: 2px rgba(255,255,255,0.12);
  font-size: clamp(120px, 17vw, 310px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 800;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  will-change: transform, opacity;
}
.nm6-inner {
  position: relative;
  z-index: 2;
  width: min(1620px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 52px;
  align-items: stretch;
  will-change: transform, opacity;
}
.nm6-intro {
  position: relative;
  min-height: 100%;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  will-change: transform, opacity;
}
.nm6-eyebrow {
  margin-bottom: 18px;
  color: var(--nm-aqua);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}
.nm6-intro h2 {
  margin: 0;
  color: var(--nm-white);
  font-size: clamp(42px, 3.5vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 800;
}
.nm6-intro p {
  max-width: 340px;
  margin: 26px 0;
  color: rgba(244,247,250,0.80);
  font-size: 15px;
  line-height: 1.65;
}
.nm6-intro-meta {
  width: 100%;
  max-width: 340px;
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(47,230,230,0.18);
  border-bottom: 1px solid rgba(47,230,230,0.18);
}
.nm6-intro-meta div {
  padding: 18px 16px 16px 0;
}
.nm6-intro-meta div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(47,230,230,0.14);
}
.nm6-intro-meta strong {
  display: block;
  color: var(--nm-aqua);
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(47,230,230,0.55);
}
.nm6-intro-meta span {
  display: block;
  margin-top: 8px;
  color: rgba(244,247,250,0.74);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
}
.nm6-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch;
  min-width: 0;
  will-change: transform, opacity;
}
.nm6-card {
  position: relative;
  min-width: 0 !important;
  min-height: unset !important;
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
  color: var(--nm-white);
  text-decoration: none;
  background: rgba(5,7,13,0.72);
  border: 1px solid rgba(47,230,230,0.30);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.018) inset,
    0 24px 70px rgba(0,0,0,0.34);
  cursor: pointer;
  will-change: transform, opacity;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.nm6-card:focus-visible {
  outline: 1px solid rgba(47,230,230,0.95);
  outline-offset: 4px;
}
.nm6-card::before,
.nm6-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.nm6-card::before {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5,7,13,0.18) 0%, rgba(5,7,13,0.34) 42%, rgba(5,7,13,0.88) 100%),
    radial-gradient(circle at 16% 14%, rgba(47,230,230,0.15), transparent 34%);
}
.nm6-card::after {
  z-index: 5;
  opacity: 0;
  border: 1px solid rgba(47,230,230,0.82);
  box-shadow:
    inset 0 0 34px rgba(47,230,230,0.15),
    0 0 36px rgba(47,230,230,0.20);
}
.nm6-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47,230,230,0.58);
  box-shadow:
    0 0 0 1px rgba(47,230,230,0.08) inset,
    0 0 44px rgba(47,230,230,0.13),
    0 32px 88px rgba(0,0,0,0.48);
}
.nm6-card:hover::before {
  opacity: 0.58;
}
.nm6-card:hover::after {
  opacity: 1;
}
.nm6-card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--nm6-img);
  background-size: cover !important;
  background-position: center center !important;
  filter: brightness(0.62) contrast(1.12) saturate(1.04);
  transform: scale(1.01);
  transition:
    transform 0.75s ease,
    filter 0.45s ease;
}
.nm6-card:hover .nm6-card-bg {
  transform: scale(1.045);
  filter: brightness(0.95) contrast(1.05) saturate(1.06);
}
.nm6-card-content {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  min-height: unset !important;
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-shadow: 0 3px 18px rgba(0,0,0,0.82);
}
.nm6-card-icon {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 36px;
  height: 36px;
  color: var(--nm-aqua);
  opacity: 0.95;
  filter:
    drop-shadow(0 0 8px rgba(47,230,230,0.75))
    drop-shadow(0 0 22px rgba(47,230,230,0.22));
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
}
.nm6-card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nm6-card:hover .nm6-card-icon {
  opacity: 1;
  transform: translateY(-2px);
  filter:
    drop-shadow(0 0 10px rgba(47,230,230,0.95))
    drop-shadow(0 0 28px rgba(47,230,230,0.36));
}
.nm6-card h3 {
  position: relative;
  margin: 0;
  padding-right: 28px;
  color: var(--nm-white);
  font-size: clamp(20px, 1.35vw, 27px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.nm6-card h3::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 2px;
  color: var(--nm-aqua);
  font-size: 17px;
  line-height: 1;
  opacity: 0;
  transform: translateX(-8px);
  text-shadow: 0 0 16px rgba(47,230,230,0.75);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.nm6-card:hover h3::after {
  opacity: 1;
  transform: translateX(0);
}
.nm6-card p {
  max-width: 320px;
  margin: 12px 0 0;
  color: rgba(244,247,250,0.80);
  font-size: 12px;
  line-height: 1.42;
}
.nm6-system .nm6-reveal {
  opacity: 1;
  transform: none;
  will-change: transform, opacity;
}
@media (max-width: 1600px) {
  .nm6-inner {
    width: min(1500px, calc(100% - 80px));
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 46px;
  }
  .nm6-cards {
    gap: 22px !important;
  }
}
@media (max-width: 1440px) {
  .nm6-inner {
    width: calc(100% - 72px);
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 42px;
  }
  .nm6-cards {
    gap: 20px !important;
  }
  .nm6-card-content {
    padding: 20px 20px 18px;
  }
  .nm6-card-icon {
    top: 18px;
    left: 20px;
  }
  .nm6-card h3 {
    font-size: clamp(19px, 1.25vw, 25px);
  }
}
@media (max-width: 1280px) {
  .nm6-inner {
    width: calc(100% - 56px);
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 34px;
  }
  .nm6-cards {
    gap: 18px !important;
  }
  .nm6-intro h2 {
    font-size: clamp(38px, 3.2vw, 58px);
  }
  .nm6-intro p {
    font-size: 14px;
    line-height: 1.58;
  }
}
@media (max-width: 1180px) {
  .nm6-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .nm6-intro {
    max-width: 680px;
    min-height: auto;
    justify-content: flex-start;
  }
  .nm6-intro-meta {
    max-width: 420px;
  }
  .nm6-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 900px) {
  .nm6-system {
    padding: 90px 0;
  }
  .nm6-inner {
    width: calc(100% - 48px);
  }
  .nm6-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}
@media (max-width: 640px) {
  .nm6-cards {
    grid-template-columns: 1fr !important;
  }
  .nm6-card {
    aspect-ratio: 3 / 2 !important;
  }
  .nm6-intro-meta {
    grid-template-columns: 1fr;
  }
  .nm6-intro-meta div + div {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(47,230,230,0.14);
  }
}
/* =========================================================
   08. SECTION 6 — JUMBO MOBILE
========================================================= */
.nm9-jumbo {
  position: relative;
  width: 100vw !important;
  min-height: 100svh;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 20%, rgba(47,230,230,0.12), transparent 34%),
    radial-gradient(circle at 18% 48%, rgba(47,230,230,0.08), transparent 32%),
    linear-gradient(180deg, #050A10 0%, #02060C 100%);
  border-top: 1px solid rgba(47,230,230,0.14);
  border-bottom: 1px solid rgba(47,230,230,0.14);
  color: var(--nm-white);
  padding: clamp(88px, 7vw, 132px) 0 clamp(86px, 7vw, 126px);
}
.nm9-bg-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(47,230,230,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47,230,230,0.10) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at 62% 40%, black 0%, transparent 68%);
}
.nm9-glow {
  position: absolute;
  z-index: 0;
  right: -14vw;
  top: 16%;
  width: 52vw;
  height: 52vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,230,230,0.14), transparent 66%);
  filter: blur(18px);
  pointer-events: none;
}
.nm9-watermark {
  position: absolute;
  z-index: 0;
  right: -4vw;
  bottom: 7vh;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,0.12);
  text-stroke: 2px rgba(255,255,255,0.12);
  font-size: clamp(120px, 15vw, 280px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 800;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
}
.nm9-inner {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 96px));
  margin: 0 auto;
}
.nm9-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.34fr);
  gap: clamp(42px, 5vw, 86px);
  align-items: center;
}
.nm9-eyebrow {
  margin-bottom: 16px;
  color: var(--nm-aqua);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 800;
}
.nm9-copy h2 {
  margin: 0;
  color: var(--nm-white);
  font-size: clamp(50px, 5.2vw, 92px);
  line-height: 0.93;
  letter-spacing: -0.075em;
  font-weight: 800;
}
.nm9-copy h2 span {
  color: var(--nm-aqua);
  text-shadow: 0 0 24px rgba(47,230,230,0.72);
}
.nm9-lead {
  max-width: 630px;
  margin: 28px 0 0;
  color: rgba(244,247,250,0.72);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.65;
}
.nm9-hero-visual {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  color: var(--nm-white) !important;
  text-align: left;
  outline: none !important;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(47,230,230,0.30) !important;
  background-color: rgba(2,6,12,0.74) !important;
  box-shadow: 0 32px 90px rgba(0,0,0,0.42);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.nm9-hero-visual:hover,
.nm9-hero-visual:focus,
.nm9-hero-visual:active {
  background-color: rgba(2,6,12,0.74) !important;
  border-color: rgba(47,230,230,0.78) !important;
  box-shadow:
    0 0 0 1px rgba(47,230,230,0.10) inset,
    0 0 42px rgba(47,230,230,0.20),
    0 32px 90px rgba(0,0,0,0.48) !important;
}
.nm9-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,6,12,0.16), rgba(2,6,12,0) 48%, rgba(2,6,12,0.18)),
    linear-gradient(180deg, rgba(2,6,12,0.04), rgba(2,6,12,0.78));
}
.nm9-hero-visual::after {
  content: "↗";
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(47,230,230,0.72);
  color: var(--nm-aqua);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(2,6,12,0.54);
  box-shadow: 0 0 18px rgba(47,230,230,0.20);
  transition: 0.25s ease;
}
.nm9-hero-visual:hover::after,
.nm9-hero-visual:focus::after,
.nm9-hero-visual:active::after {
  border-color: rgba(47,230,230,0.90) !important;
  background: rgba(47,230,230,0.10) !important;
  color: var(--nm-aqua) !important;
  box-shadow:
    0 0 18px rgba(47,230,230,0.38),
    inset 0 0 18px rgba(47,230,230,0.10) !important;
}
.nm9-hero-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--nm9-img);
  background-size: cover;
  background-position: center;
  transition:
    transform 0.65s ease,
    filter 0.35s ease;
  filter: brightness(0.78) contrast(1.12) saturate(1.05);
  transform: scale(1.02);
}
.nm9-hero-visual:hover .nm9-hero-img {
  transform: scale(1.06);
  filter: brightness(0.96) contrast(1.08) saturate(1.08);
}
.nm9-hero-badge {
  position: absolute;
  z-index: 3;
  left: 26px;
  bottom: 24px;
  max-width: 360px;
  text-align: left;
  text-shadow: 0 4px 22px rgba(0,0,0,0.85);
}
.nm9-hero-badge strong {
  display: block;
  margin-bottom: 7px;
  color: var(--nm-white);
  font-size: clamp(28px, 2.3vw, 42px);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 800;
}
.nm9-hero-badge span {
  display: block;
  color: rgba(244,247,250,0.75);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nm9-numbers {
  margin-top: clamp(34px, 4vw, 58px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(47,230,230,0.18);
  background: rgba(2,6,12,0.38);
  backdrop-filter: blur(6px);
}
.nm9-number {
  min-height: 170px;
  padding: 28px 26px;
  border-right: 1px solid rgba(47,230,230,0.14);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nm9-number:last-child {
  border-right: none;
}
.nm9-number-icon,
.nm9-feature > span,
.nm9-download-icon {
  color: var(--nm-aqua);
  filter:
    drop-shadow(0 0 8px rgba(47,230,230,0.82))
    drop-shadow(0 0 18px rgba(47,230,230,0.22));
}
.nm9-number-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
}
.nm9-number-icon svg,
.nm9-feature svg,
.nm9-download-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nm9-number strong {
  color: var(--nm-white);
  font-size: clamp(34px, 3vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 800;
}
.nm9-number em {
  display: block;
  margin-top: 9px;
  color: rgba(244,247,250,0.80);
  font-size: 13px;
  line-height: 1.35;
  font-style: normal;
}
.nm9-features {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.nm9-feature {
  min-height: 160px;
  padding: 24px 22px;
  display: flex;
  gap: 18px;
  border: 1px solid rgba(47,230,230,0.20);
  background:
    radial-gradient(circle at 12% 0%, rgba(47,230,230,0.11), transparent 42%),
    rgba(2,6,12,0.46);
}
.nm9-feature > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}
.nm9-feature h3 {
  margin: 0 0 8px;
  color: var(--nm-white);
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.nm9-feature p {
  margin: 0;
  color: rgba(244,247,250,0.80);
  font-size: 13px;
  line-height: 1.5;
}
.nm9-download {
  margin-top: 22px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border: 1px solid rgba(47,230,230,0.34);
  background:
    linear-gradient(90deg, rgba(47,230,230,0.10), rgba(47,230,230,0.025)),
    rgba(2,6,12,0.54);
}
.nm9-download-copy {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nm9-download-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}
.nm9-download h3 {
  margin: 0 0 6px;
  color: var(--nm-white);
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.nm9-download p {
  margin: 0;
  color: rgba(244,247,250,0.80);
  font-size: 14px;
  line-height: 1.45;
}
.nm9-download-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 0 0 auto;
}
.nm9-btn {
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(47,230,230,0.76);
  color: var(--nm-white);
  background: rgba(47,230,230,0.06);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 800;
  transition: 0.25s ease;
}
.nm9-btn:hover {
  background: rgba(47,230,230,0.16);
  box-shadow: 0 0 28px rgba(47,230,230,0.24);
  transform: translateY(-1px);
}
.nm9-link {
  color: var(--nm-aqua);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
}
.nm9-link:hover {
  color: var(--nm-white);
}
.nm9-reveal {
  will-change: transform, opacity;
}
@media (max-width: 1180px) {
  .nm9-hero {
    grid-template-columns: 1fr;
  }
  .nm9-numbers,
  .nm9-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nm9-download {
    align-items: flex-start;
    flex-direction: column;
  }
  .nm9-download-actions {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 760px) {
  .nm9-jumbo {
    padding: 78px 0;
  }
  .nm9-inner {
    width: calc(100% - 48px);
  }
  .nm9-copy h2 {
    font-size: clamp(48px, 14vw, 70px);
  }
  .nm9-numbers,
  .nm9-features {
    grid-template-columns: 1fr;
  }
  .nm9-number {
    min-height: 140px;
    border-right: none;
    border-bottom: 1px solid rgba(47,230,230,0.14);
  }
  .nm9-number:last-child {
    border-bottom: none;
  }
  .nm9-download-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .nm9-btn {
    width: 100%;
    justify-content: center;
  }
}
/* =========================================================
   09. SECTION 7 — WYBRANE EKSPOZYCJE
========================================================= */
.nm7-exposures {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 0%, rgba(47,230,230,0.08), transparent 34%),
    linear-gradient(180deg, #05070D 0%, #02060C 100%);
  border-top: 1px solid rgba(47,230,230,0.14);
  border-bottom: 1px solid rgba(47,230,230,0.14);
  padding: clamp(72px, 6vw, 110px) 0;
}
.nm7-inner {
  width: calc(100% - 96px);
  margin: 0 auto;
}
.nm7-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
.nm7-eyebrow {
  margin-bottom: 14px;
  color: var(--nm-aqua);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}
.nm7-head h2 {
  margin: 0;
  color: var(--nm-white);
  font-size: clamp(38px, 3.5vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 800;
}
.nm7-arrows {
  display: flex;
  gap: 12px;
}
.nm7-arrow {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(47,230,230,0.68);
  border-radius: 0;
  background: rgba(47,230,230,0.06) !important;
  color: var(--nm-aqua) !important;
  cursor: pointer;
  font-size: 22px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  transition: 0.25s ease;
}
.nm7-arrow:hover {
  background: rgba(47,230,230,0.16) !important;
  color: var(--nm-white) !important;
  box-shadow: 0 0 24px rgba(47,230,230,0.28);
  transform: translateY(-1px);
}
.nm7-carousel {
  overflow: hidden;
  width: 100%;
}
.nm7-track {
  display: flex;
  gap: 22px;
  transition: transform 0.55s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.nm7-card {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative;
  flex: 0 0 calc((100% - 66px) / 4);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  text-align: left;
  border: 1px solid rgba(47,230,230,0.30) !important;
  background: rgba(5,7,13,0.75) !important;
  color: var(--nm-white) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,0.36);
}
.nm7-card::before,
.nm7-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.nm7-card::before {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5,7,13,0.10) 0%, rgba(5,7,13,0.36) 48%, rgba(5,7,13,0.92) 100%),
    radial-gradient(circle at 18% 18%, rgba(47,230,230,0.13), transparent 34%);
}
.nm7-card::after {
  z-index: 4;
  opacity: 0;
  border: 1px solid rgba(47,230,230,0.82);
  box-shadow:
    inset 0 0 34px rgba(47,230,230,0.15),
    0 0 34px rgba(47,230,230,0.18);
}
.nm7-card:hover::before {
  opacity: 0.58;
}
.nm7-card:hover::after {
  opacity: 1;
}
.nm7-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--nm7-img);
  background-size: cover;
  background-position: center;
  filter: brightness(0.68) contrast(1.12) saturate(1.05);
  transform: scale(1.02);
  transition:
    transform 0.65s ease,
    filter 0.35s ease;
}
.nm7-card:hover .nm7-img {
  transform: scale(1.07);
  filter: brightness(0.96) contrast(1.06) saturate(1.08);
}
.nm7-content {
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  bottom: 18px;
  text-shadow: 0 3px 18px rgba(0,0,0,0.82);
}
.nm7-content h3 {
  margin: 0;
  color: var(--nm-white);
  font-size: clamp(22px, 1.7vw, 34px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.nm7-content p {
  margin: 8px 64px 0 0;
  color: rgba(244,247,250,0.78);
  font-size: 13px;
  line-height: 1.35;
}
.nm7-content span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(47,230,230,0.72);
  border-radius: 999px;
  color: var(--nm-aqua);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(47,230,230,0.06);
}
@media (max-width: 1400px) {
  .nm7-card {
    flex-basis: calc((100% - 66px) / 4);
  }
}
@media (max-width: 1100px) {
  .nm7-card {
    flex-basis: calc((100% - 44px) / 3);
  }
}
@media (max-width: 900px) {
  .nm7-inner {
    width: calc(100% - 48px);
  }
  .nm7-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .nm7-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}
@media (max-width: 640px) {
  .nm7-card {
    flex-basis: 100%;
  }
}
/* =========================================================
   10. SECTION 8 — KONTAKT
========================================================= */
.nm8-contact {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 80svh;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  isolation: isolate;
  background: #02060C;
  color: var(--nm-white);
}
.nm8-road {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #02060C;
}
.nm8-road-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  pointer-events: none;
  user-select: none;
}
.nm8-road-base {
  z-index: 1;
  opacity: 1;
  filter: brightness(0.92) contrast(1.04) saturate(1.02);
}
.nm8-road-glow {
  z-index: 2;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  filter: brightness(1.08) contrast(1.06) saturate(1.08);
  will-change: clip-path, opacity;
}
.nm8-road-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,6,12,0.96) 0%, rgba(2,6,12,0.86) 30%, rgba(2,6,12,0.38) 58%, rgba(2,6,12,0.10) 100%),
    linear-gradient(180deg, rgba(2,6,12,0.26) 0%, rgba(2,6,12,0.10) 50%, rgba(2,6,12,0.36) 100%);
}
.nm8-inner {
  position: relative;
  z-index: 6;
  width: min(1500px, calc(100% - 96px));
  min-height: 80svh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: clamp(75px, 8vw, 100px) 0 clamp(75px, 7vw, 100px);
}
.nm8-content {
  width: min(620px, 48vw);
}
.nm8-eyebrow {
  margin-bottom: 18px;
  color: var(--nm-aqua);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}
.nm8-title {
  margin: 0;
  color: var(--nm-white);
  font-size: clamp(54px, 5.4vw, 98px);
  line-height: 0.92;
  letter-spacing: -0.075em;
  font-weight: 800;
}
.nm8-title span {
  color: var(--nm-aqua);
  text-shadow: 0 0 24px rgba(47,230,230,0.70);
}
.nm8-lead {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(244,247,250,0.72);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.65;
}
.nm8-contact-grid {
  width: min(960px, 88vw);
  margin-top: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(47,230,230,0.16);
  border-bottom: 1px solid rgba(47,230,230,0.16);
  background: rgba(2,6,12,0.20);
  backdrop-filter: blur(5px);
}
.nm8-contact-item {
  min-height: 116px;
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid rgba(47,230,230,0.12);
}
.nm8-contact-item:last-child {
  border-right: none;
}
.nm8-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: var(--nm-aqua);
  filter:
    drop-shadow(0 0 8px rgba(47,230,230,0.85))
    drop-shadow(0 0 20px rgba(47,230,230,0.28));
}
.nm8-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nm8-contact-item strong {
  display: block;
  margin-bottom: 9px;
  color: var(--nm-aqua);
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}
.nm8-contact-item em {
  display: block;
  color: rgba(244,247,250,0.72);
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}
/* klikalne numery/e-mail w pozycjach kontaktu */
.nm8-contact-item em a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}
.nm8-contact-item em a:hover {
  color: var(--nm-aqua);
}
a.nm8-contact-item em {
  transition: color .2s ease;
}
a.nm8-contact-item:hover em {
  color: var(--nm-aqua);
}
.nm8-reveal {
  will-change: transform, opacity;
}
@media (max-width: 1180px) {
  .nm8-inner {
    width: calc(100% - 64px);
  }
  .nm8-content {
    width: min(620px, 70vw);
  }
  .nm8-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nm8-contact-item:nth-child(2) {
    border-right: none;
  }
  .nm8-contact-item:nth-child(1),
  .nm8-contact-item:nth-child(2) {
    border-bottom: 1px solid rgba(47,230,230,0.12);
  }
}
@media (max-width: 760px) {
  .nm8-road-overlay {
    background:
      linear-gradient(180deg, rgba(2,6,12,0.66) 0%, rgba(2,6,12,0.84) 45%, rgba(2,6,12,0.96) 100%),
      linear-gradient(90deg, rgba(2,6,12,0.96), rgba(2,6,12,0.58));
  }
  .nm8-inner {
    width: calc(100% - 48px);
    min-height: auto;
    padding: 110px 0 170px;
  }
  .nm8-content {
    width: 100%;
  }
  .nm8-title {
    font-size: clamp(48px, 15vw, 70px);
  }
  .nm8-contact-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .nm8-contact-item,
  .nm8-contact-item:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid rgba(47,230,230,0.12);
  }
  .nm8-contact-item:last-child {
    border-bottom: none;
  }
}
/* =========================================================
   11. LIGHTBOXY — wspólne style dla System, Jumbo, Galeria
========================================================= */
html.nm6-lightbox-open,
body.nm6-lightbox-open,
html.nm7-lightbox-open,
body.nm7-lightbox-open,
html.nm9-lightbox-open,
body.nm9-lightbox-open {
  overflow: hidden !important;
}
body.nm6-lightbox-open,
body.nm7-lightbox-open,
body.nm9-lightbox-open {
  position: fixed !important;
  width: 100% !important;
}
.nm6-lightbox,
.nm7-lightbox,
.nm9-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 42px;
  background: rgba(0,4,9,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nm6-lightbox.is-open,
.nm7-lightbox.is-open,
.nm9-lightbox.is-open {
  display: flex !important;
}
.nm6-lightbox img,
.nm7-lightbox img,
.nm9-lightbox img {
  display: block;
  max-width: min(1500px, 92vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(47,230,230,0.36);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.03) inset,
    0 0 80px rgba(0,0,0,0.75),
    0 0 34px rgba(47,230,230,0.10);
}
.nm6-lightbox-close,
.nm7-lightbox-close,
.nm9-lightbox-close {
  position: fixed !important;
  top: 24px;
  right: 28px;
  z-index: 2147483647 !important;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(47,230,230,0.68);
  background: rgba(47,230,230,0.06) !important;
  color: var(--nm-aqua) !important;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: 0.25s ease;
}
.nm6-lightbox-close:hover,
.nm6-lightbox-close:focus,
.nm6-lightbox-close:active,
.nm7-lightbox-close:hover,
.nm7-lightbox-close:focus,
.nm7-lightbox-close:active,
.nm9-lightbox-close:hover,
.nm9-lightbox-close:focus,
.nm9-lightbox-close:active {
  background: rgba(47,230,230,0.16) !important;
  border-color: rgba(47,230,230,0.85) !important;
  color: var(--nm-white) !important;
  box-shadow: 0 0 24px rgba(47,230,230,0.28);
}
@media (max-width: 760px) {
  .nm6-lightbox,
  .nm7-lightbox,
  .nm9-lightbox {
    padding: 22px;
  }
  .nm6-lightbox img,
  .nm7-lightbox img,
  .nm9-lightbox img {
    max-width: 94vw;
    max-height: 82vh;
  }
  .nm6-lightbox-close,
  .nm7-lightbox-close,
  .nm9-lightbox-close {
    top: 16px;
    right: 16px;
  }
}
/* =========================================================
   12. HELPERY ANIMACJI — GSAP / reveal / glow
========================================================= */
.nm9-copy,
.nm9-hero-visual,
.nm9-numbers,
.nm9-number,
.nm9-feature,
.nm9-download,
.nm9-watermark {
  will-change: transform, opacity;
}
/* JS przejmuje kontrolę nad widocznością elementów Jumbo na desktopie */
.nm9-jumbo .nm9-reveal {
  opacity: 1;
}
/* Kontakt — glow drogi (góra→dół) sterowany pinem w JS sekcji Kontakt */
.nm8-road-glow {
  opacity: 0;
  clip-path: inset(0 0 100% 0) !important;
  will-change: opacity, clip-path;
}
/* Pasek postępu scrollowania */
.nm-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99991;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--nm-aqua), #7bf4f4);
  box-shadow: 0 0 16px rgba(47,230,230,0.85), 0 1px 4px rgba(0,0,0,0.4);
  pointer-events: none;
}
/* =========================================================
   13. RESPONSYWNOŚĆ + DODATKI
========================================================= */
/* --- Desktop: proporcje pinowanych sekcji (laptop vs monitor) --- */
@media (min-width: 1025px) {
  /* Manifest — wyśrodkowanie kompozycji + zamrożenie drabinki statystyk */
  .nm3-stage { --nm3-vcap: 400px; }
  .nm3-top {
    top: max(7vh, calc(50% - var(--nm3-vcap)));
    height: min(39vh, 360px);
  }
  .nm3-bottom { bottom: max(7vh, calc(50% - var(--nm3-vcap))); }
  .nm3-stat-1 { top: min(5vh, 45px); }
  .nm3-stat-2 { top: min(15vh, 135px); }
  .nm3-stat-3 { top: min(28vh, 252px); }
  .nm3-stat-4 { top: min(9vh, 81px); }
  .nm3-stat-5 { top: min(18vh, 162px); }
  .nm3-stat-6 { top: min(31vh, 279px); }
  /* Skala — flexbox center zamiast kotwic vh */
  .nm4-stage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(28px, 4vh, 60px);
    padding: 96px 40px 40px;
  }
  .nm4-head {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin: 0;
    width: min(920px, calc(100% - 80px));
  }
  .nm4-cards {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 0;
    width: min(1480px, calc(100% - 80px));
  }
  /* Kontakt — pełna wysokość pod pin glow */
  .nm8-contact,
  .nm8-inner { min-height: 100svh; }
}
/* --- Mobile/tablet: watermarki jako subtelne tło (pozycję/parallax steruje JS) --- */
@media (max-width: 1024px) {
  .nm3-watermark,
  .nm4-watermark,
  .nm6-watermark,
  .nm9-watermark {
    left: 50%;
    right: auto;
    bottom: 5vh;
    font-size: clamp(54px, 19vw, 104px);
    letter-spacing: -0.06em;
    -webkit-text-stroke: 2px rgba(255,255,255,0.13);
    text-stroke: 2px rgba(255,255,255,0.13);
    opacity: 0.5;
    transform: translateX(-50%); /* fallback, gdy brak JS */
  }
}
/* --- Mobile: rytm pionowy sekcji pełnoekranowych --- */
@media (max-width: 760px) {
  .nm6-system,
  .nm9-jumbo,
  .nm7-exposures {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
}
/* --- Mobile: "zapalanie" kafli (Skala / System) i Jumbo zamiast hovera --- */
@media (max-width: 1024px) {
  .nm4-card-bg,
  .nm6-card-bg { transition: filter .55s ease; }
  .nm4-card::before, .nm4-card::after,
  .nm6-card::before, .nm6-card::after { transition: opacity .5s ease; }
  /* ramka pojawia się chwilę PO rozjaśnieniu */
  .nm4-card.nm-lit::after,
  .nm6-card.nm-lit::after { transition: opacity .45s ease .2s; }

  .nm4-card.nm-lit .nm4-card-bg { filter: brightness(1) contrast(1.04) saturate(1.04); }
  .nm4-card.nm-lit::before { opacity: 0.38; }
  .nm4-card.nm-lit::after { opacity: 1; }

  .nm6-card.nm-lit .nm6-card-bg { filter: brightness(0.98) contrast(1.05) saturate(1.06); }
  .nm6-card.nm-lit::before { opacity: 0.55; }
  .nm6-card.nm-lit::after { opacity: 1; }

  /* Galeria (karuzela) — kafle od razu rozjaśnione */
  .nm7-img { filter: brightness(0.96) contrast(1.06) saturate(1.08); }
  .nm7-card::before { opacity: 0.6; }

  /* Jumbo — zdjęcie "zapala się" jak hover */
  .nm9-hero-visual { transition: border-color .5s ease, box-shadow .5s ease; }
  .nm9-hero-img { transition: filter .55s ease; }
  .nm9-hero-visual.nm-lit {
    border-color: rgba(47,230,230,0.78) !important;
    box-shadow:
      0 0 0 1px rgba(47,230,230,0.10) inset,
      0 0 42px rgba(47,230,230,0.20),
      0 32px 90px rgba(0,0,0,0.48) !important;
  }
  .nm9-hero-visual.nm-lit .nm9-hero-img {
    filter: brightness(0.96) contrast(1.08) saturate(1.08);
  }
  .nm9-hero-visual.nm-lit::after {
    border-color: rgba(47,230,230,0.90) !important;
    background: rgba(47,230,230,0.10) !important;
    color: var(--nm-aqua) !important;
    box-shadow:
      0 0 18px rgba(47,230,230,0.38),
      inset 0 0 18px rgba(47,230,230,0.10) !important;
  }
}
/* --- Dostępność: ogranicz ruch --- */
@media (prefers-reduced-motion: reduce) {
  .nm3-bg-point span { animation: none !important; }
  .nm-scroll-hint span::after { animation: none !important; }
  .nm-progress { transition: none !important; }
}/* End custom CSS */