/* Start custom CSS *//* Ukrycie nagłówka strony generowanego przez motyw */
.page-header.flex-middle {
  display: none !important;
}
/* AUDYT CYBERBEZPIECZEŃSTWA — NODEIT */
.ncs-page {
  --r: #d40000;
  --rd: #b80000;
  --b: #151515;
  --t: #555;
  --s: #f7f7f8;
  --s2: #f2f2f3;
  --br: #e7e7e7;
  font-family: inherit;
  color: var(--b);
  background: #fff;
}

.ncs-page * {
  box-sizing: border-box;
}

.ncs-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Opcjonalne: ukrycie nagłówka generowanego przez motyw na tej stronie */
.page-header.flex-middle {
  display: none !important;
}

/* TYPO */
.ncs-page h1,
.ncs-page h2,
.ncs-page h3,
.ncs-page p {
  font-family: inherit;
}

.ncs-page h1 {
  margin: 0 0 20px;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #fff;
}

.ncs-page h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.035em;
  color: #101010;
}

.ncs-page h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 850;
  color: var(--b);
}

.ncs-page p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.72;
  color: var(--t);
}

.ncs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--r);
}

.ncs-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--r);
  display: inline-block;
}

/* LAYOUT */
.ncs-section {
  padding: 90px 0;
  background: #fff;
}

.ncs-section--soft {
  background: var(--s);
}

.ncs-section--soft2 {
  background: var(--s2);
}

.ncs-head {
  max-width: 820px;
  margin-bottom: 48px;
}

.ncs-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ncs-head--center .ncs-eyebrow {
  justify-content: center;
}

.ncs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.ncs-split--wide {
  grid-template-columns: 1.2fr .8fr;
}

.ncs-text {
  max-width: 620px;
}

/* BUTTONS */
.ncs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 28px;
}

.ncs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.ncs-btn--red {
  background: var(--r);
  border: 1px solid var(--r);
  color: #fff !important;
}

.ncs-btn--red:hover {
  background: var(--rd);
  border-color: var(--rd);
  transform: translateY(-2px);
}

.ncs-btn--ghost {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff !important;
}

.ncs-btn--ghost:hover {
  background: rgba(255,255,255,.14);
  transform: translateY(-2px);
}

/* TAGS */
.ncs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ncs-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #eee;
  font-size: 13px;
  font-weight: 750;
  border: 1px solid rgba(255,255,255,.1);
}

.ncs-tags--light {
  justify-content: center;
  margin: 20px 0 24px;
}

.ncs-tags--light span {
  background: #fff;
  color: #333;
  border-color: var(--br);
}

/* HERO */
.ncs-hero {
  position: relative;
  padding: 110px 0 88px;
  background:
    radial-gradient(circle at 78% 20%, rgba(212,0,0,.30), transparent 32%),
    linear-gradient(135deg, #101010 0%, #1d1d1d 60%, #080808 100%);
  overflow: hidden;
}

.ncs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .42;
}

.ncs-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: center;
}

.ncs-hero .ncs-eyebrow {
  color: #fff;
}

.ncs-hero p {
  max-width: 760px;
  color: #d8d8d8;
  font-size: 19px;
}

.ncs-hero-panel {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  box-shadow: 0 28px 80px rgba(0,0,0,.32);
  display: grid;
  gap: 14px;
}

.ncs-status {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}

.ncs-status small {
  display: block;
  margin-bottom: 6px;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ncs-status strong {
  color: #fff;
  font-size: 18px;
}

.ncs-status--red {
  border-color: rgba(212,0,0,.55);
  box-shadow: inset 4px 0 0 var(--r);
}

.ncs-hero-summary {
  padding: 22px;
  border-radius: 20px;
  background: #fff;
}

.ncs-hero-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--b);
  font-size: 20px;
}

.ncs-hero-summary p {
  margin: 0;
  color: #444;
  font-size: 15px;
}

/* GRID / CARDS */
.ncs-grid {
  display: grid;
  gap: 22px;
}

.ncs-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.ncs-card,
.ncs-scope,
.ncs-listbox,
.ncs-chipbox,
.ncs-mini-stack article,
.ncs-price {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--br);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.045);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ncs-card:hover,
.ncs-step:hover {
  transform: translateY(-4px);
  border-color: rgba(212,0,0,.35);
  box-shadow: 0 24px 60px rgba(0,0,0,.075);
}

.ncs-card span,
.ncs-mini-stack b,
.ncs-step b {
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--b);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  box-shadow: inset 0 -4px 0 rgba(212,0,0,.85);
}

.ncs-card p,
.ncs-scope p {
  margin-bottom: 0;
  font-size: 15.5px;
}

/* LISTBOX */
.ncs-listbox {
  background: var(--s);
  box-shadow: none;
}

.ncs-listbox--white {
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.055);
}

.ncs-listbox ul,
.ncs-scope ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ncs-listbox li,
.ncs-scope li {
  position: relative;
  padding: 10px 0 10px 28px;
  font-size: 16px;
  line-height: 1.55;
  color: #444;
  border-bottom: 1px solid rgba(0,0,0,.07);
}

.ncs-listbox li:last-child,
.ncs-scope li:last-child {
  border-bottom: 0;
}

.ncs-listbox li::before,
.ncs-scope li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  background: var(--r);
}

/* SCOPE */
.ncs-scope--dark {
  background: var(--b);
  border-color: var(--b);
}

.ncs-scope--dark h3,
.ncs-scope--dark p,
.ncs-scope--dark li {
  color: #fff;
}

.ncs-scope--dark p,
.ncs-scope--dark li {
  color: #d8d8d8;
}

.ncs-scope--dark li {
  border-bottom-color: rgba(255,255,255,.12);
}

.ncs-scope--accent {
  border-color: rgba(212,0,0,.35);
  box-shadow: inset 0 4px 0 var(--r), 0 18px 45px rgba(0,0,0,.045);
}

/* CHIPBOX */
.ncs-chipbox {
  background: var(--b);
  color: #fff;
}

.ncs-chipbox h3 {
  color: #fff;
}

.ncs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.ncs-chips span {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #f2f2f2;
  font-size: 14px;
  line-height: 1.35;
  border: 1px solid rgba(255,255,255,.1);
}

/* PROCESS */
.ncs-process {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.ncs-step {
  position: relative;
  display: flex;
  gap: 22px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--br);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  overflow: hidden;
}

.ncs-step::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: radial-gradient(circle at top right, rgba(212,0,0,.15), transparent 62%);
  pointer-events: none;
}

.ncs-step b {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  font-size: 17px;
}

.ncs-step p {
  margin-bottom: 0;
  font-size: 16px;
}

/* CTA ROW */
.ncs-cta-row {
  margin-top: 36px;
  padding: 34px 38px;
  background: var(--b);
  color: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  position: relative;
}

.ncs-cta-row::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  background: rgba(212,0,0,.32);
  border-radius: 50%;
  pointer-events: none;
}

.ncs-cta-row h3,
.ncs-cta-row p,
.ncs-cta-row a {
  position: relative;
  z-index: 1;
}

.ncs-cta-row h3 {
  color: #fff;
}

.ncs-cta-row p {
  margin: 0;
  color: #d8d8d8;
}

/* LEADBOX */
.ncs-leadbox {
  margin-top: 24px !important;
  padding: 22px 24px;
  border-left: 4px solid var(--r);
  background: #fff;
  color: #202020 !important;
  font-weight: 750;
  border-radius: 0 16px 16px 0;
}

/* MINI STACK */
.ncs-mini-stack {
  display: grid;
  gap: 20px;
}

.ncs-mini-stack article::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  background: rgba(212,0,0,.08);
  border-radius: 50%;
}

.ncs-mini-stack article p {
  margin-bottom: 0;
}

/* NOTICE */
.ncs-notice {
  padding: 36px;
  border-radius: 24px;
  background: var(--b);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ncs-notice::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 210px;
  height: 210px;
  background: rgba(212,0,0,.28);
  border-radius: 50%;
}

.ncs-notice span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(212,0,0,.18);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ncs-notice h3,
.ncs-notice p,
.ncs-notice a {
  position: relative;
  z-index: 1;
}

.ncs-notice h3 {
  color: #fff;
}

.ncs-notice p {
  color: #d8d8d8;
}

.ncs-notice a {
  color: #fff !important;
  font-weight: 850;
  text-decoration: none !important;
}

/* RISK */
.ncs-risk-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}

.ncs-risk-panel {
  padding: 36px;
  border-radius: 26px;
  background: var(--b);
  color: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.11);
}

.ncs-risk-panel h3 {
  color: #fff;
  margin-bottom: 24px;
}

/* RELATED */
.ncs-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ncs-related__item {
  display: block;
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--br);
  text-decoration: none !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.045);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ncs-related__item:hover {
  transform: translateY(-4px);
  border-color: rgba(212,0,0,.35);
  box-shadow: 0 24px 60px rgba(0,0,0,.075);
}

.ncs-related__item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--b);
  font-size: 21px;
  line-height: 1.25;
}

.ncs-related__item span {
  display: block;
  color: var(--t);
  font-size: 15.5px;
  line-height: 1.6;
}

/* TAKEOVER */
.ncs-takeover {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 36px;
  padding: 44px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid var(--br);
  box-shadow: 0 20px 55px rgba(0,0,0,.06);
}

.ncs-quote {
  margin-top: 28px;
  padding: 28px 34px;
  background: var(--b);
  border-radius: 22px;
  border-left: 6px solid var(--r);
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 850;
}

/* PRICE */
.ncs-price-grid {
  margin-bottom: 32px;
}

.ncs-price {
  background: var(--s);
  box-shadow: none;
}

.ncs-price--main {
  background: var(--b);
  border-color: var(--b);
  color: #fff;
  transform: translateY(-10px);
}

.ncs-price--main h3 {
  color: #fff;
}

.ncs-price--main p {
  color: #d8d8d8;
}

.ncs-price--main span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--r);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ncs-questionbox {
  padding: 34px;
  border-radius: 24px;
  background: var(--s);
  border: 1px solid var(--br);
  text-align: center;
}

/* FAQ */
.ncs-faq {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.ncs-faq details {
  border: 1px solid var(--br);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.ncs-faq summary {
  cursor: pointer;
  padding: 22px 58px 22px 26px;
  font-size: 18px;
  font-weight: 850;
  color: var(--b);
  list-style: none;
  position: relative;
}

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

.ncs-faq summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--r);
  font-size: 28px;
  font-weight: 800;
}

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

.ncs-faq p {
  padding: 0 26px 24px;
  margin: 0;
}

/* FINAL */
.ncs-final {
  padding: 90px 0;
  background: var(--b);
}

.ncs-final__box {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

.ncs-final h2 {
  color: #fff;
  font-size: clamp(34px, 4.5vw, 58px);
}

.ncs-final p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #d8d8d8;
  font-size: 19px;
}

.ncs-final small {
  display: block;
  margin-top: 18px;
  color: #bdbdbd;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 1020px) {
  .ncs-grid--3,
  .ncs-process,
  .ncs-price-grid,
  .ncs-related {
    grid-template-columns: 1fr 1fr;
  }

  .ncs-price--main {
    transform: none;
  }

  .ncs-hero__grid {
    grid-template-columns: 1fr;
  }

  .ncs-hero-panel {
    max-width: 680px;
  }

  .ncs-takeover,
  .ncs-risk-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ncs-section,
  .ncs-final {
    padding: 70px 0;
  }

  .ncs-split,
  .ncs-split--wide {
    grid-template-columns: 1fr;
  }

  .ncs-text {
    max-width: none;
  }

  .ncs-cta-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .ncs-wrap {
    padding: 0 16px;
  }

  .ncs-section,
  .ncs-final {
    padding: 56px 0;
  }

  .ncs-hero {
    padding: 78px 0 62px;
  }

  .ncs-page p {
    font-size: 16px;
  }

  .ncs-grid--3,
  .ncs-process,
  .ncs-price-grid,
  .ncs-related {
    grid-template-columns: 1fr;
  }

  .ncs-card,
  .ncs-scope,
  .ncs-listbox,
  .ncs-chipbox,
  .ncs-mini-stack article,
  .ncs-price,
  .ncs-notice,
  .ncs-takeover,
  .ncs-questionbox,
  .ncs-risk-panel {
    padding: 26px;
    border-radius: 20px;
  }

  .ncs-step {
    padding: 24px;
    gap: 16px;
  }

  .ncs-step b {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 15px;
  }

  .ncs-step h3 {
    font-size: 19px;
  }

  .ncs-cta-row {
    padding: 28px 24px;
  }

  .ncs-btn,
  .ncs-cta-row .ncs-btn,
  .ncs-final .ncs-btn {
    width: 100%;
  }

  .ncs-faq summary {
    padding: 20px 52px 20px 20px;
    font-size: 16px;
  }

  .ncs-faq p {
    padding: 0 20px 22px;
  }

  .ncs-quote {
    padding: 24px;
    font-size: 19px;
  }
}/* End custom CSS */