html.dsk-page-cennik-root {
  scrollbar-gutter: auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik {
  --pricing-rail-width: var(--dsk-pl-subpage-rail, min(1236px, calc(100% - 40px)));
  --pricing-rail-left: var(--dsk-pl-subpage-rail-left, auto);
  --pricing-ink: #10201f;
  --pricing-muted: #5d6b68;
  --pricing-line: rgba(16, 32, 31, 0.12);
  --pricing-soft: #f4f7f5;
  --pricing-panel: #ffffff;
  --pricing-dark: #071514;
  --pricing-dark-2: #10201f;
  --pricing-green: #16a765;
  --pricing-amber: #f5b84b;
  --pricing-radius: 14px;
  --pricing-shadow: 0 10px 26px rgba(16, 32, 31, 0.055);
  background: var(--pricing-soft);
  color: var(--pricing-ink);
}

@media (min-width: 1181px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik {
    --pricing-rail-width: var(--dsk-global-nav-footer-rail, min(1236px, calc(100% - 100px)));
    --pricing-rail-left: calc((100vw - var(--pricing-rail-width)) / 2);
  }
}

@media (max-width: 480px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik {
    --pricing-rail-width: var(--dsk-pl-subpage-rail, calc(100% - 40px));
  }
}

@media (min-width: 481px) and (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik {
    --pricing-rail-width: var(--dsk-pl-subpage-rail, min(1236px, calc(100% - 40px)));
    --pricing-rail-left: var(--dsk-pl-subpage-rail-left, 20px);
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-page-main,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-page-main * {
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-page-main {
  background: var(--pricing-soft);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rail {
  width: var(--pricing-rail-width);
  inline-size: var(--pricing-rail-width);
  max-width: var(--pricing-rail-width);
  max-inline-size: var(--pricing-rail-width);
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 481px) and (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rail {
    margin-left: var(--pricing-rail-left);
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rail {
    margin-left: var(--pricing-rail-left);
    margin-right: auto;
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero {
  padding: clamp(74px, 6vw, 96px) 0 34px;
  background: var(--pricing-dark);
  color: #f6fbf8;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.78fr);
  gap: 26px;
  align-items: center;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  margin: 0 0 12px;
  padding: 5px 9px;
  border: 1px solid rgba(22, 167, 101, 0.22);
  border-radius: 999px;
  color: #256b46;
  background: rgba(22, 167, 101, 0.06);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero .dsk-pricing-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero .dsk-pricing-kicker,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip .dsk-pricing-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta .dsk-pricing-eyebrow {
  color: #a8f1c1;
  background: rgba(168, 241, 193, 0.075);
  border-color: rgba(168, 241, 193, 0.2);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero h1 {
  max-width: 660px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.42rem, 3.8vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: #d9e7e0;
  font-size: clamp(1.03rem, 1.35vw, 1.16rem);
  line-height: 1.58;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-btn:hover {
  transform: translateY(-1px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-btn--primary {
  color: #ffffff;
  background: linear-gradient(180deg, #0b8f5a 0%, #087a49 100%);
  border-color: #087a49;
  box-shadow: 0 8px 18px rgba(8, 122, 73, 0.2);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-btn--secondary {
  color: #f6fbf8;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(246, 251, 248, 0.28);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-btn--ghost {
  color: #d9e7e0;
  background: transparent;
  border-color: rgba(217, 231, 224, 0.24);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip .dsk-pricing-btn--secondary,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta .dsk-pricing-btn--secondary {
  color: var(--pricing-ink);
  background: #ffffff;
  border-color: rgba(16, 32, 31, 0.18);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(217, 231, 224, 0.14);
  border-radius: 999px;
  color: #d9e7e0;
  background: rgba(255, 255, 255, 0.045);
  font-weight: 800;
  line-height: 1.15;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero__panel {
  padding: 20px;
  border: 1px solid rgba(217, 231, 224, 0.13);
  border-radius: 18px;
  color: #f6fbf8;
  background: rgba(255, 255, 255, 0.052);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.14);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rule-list {
  display: grid;
  gap: 9px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rule {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: start;
  padding: 11px 12px;
  border: 1px solid rgba(217, 231, 224, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.048);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rule strong {
  color: #ffffff;
  line-height: 1.25;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rule span {
  color: #bde7ca;
  font-weight: 850;
  line-height: 1.25;
  text-align: left;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-explain-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-process-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-terms-section {
  padding: clamp(24px, 2.8vw, 32px) 0;
  background: var(--pricing-soft);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note-section {
  padding-top: clamp(26px, 3vw, 34px);
  padding-bottom: clamp(8px, 1.1vw, 14px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-explain-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-process-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-terms-section {
  padding-top: clamp(20px, 2.2vw, 28px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section {
  padding-top: clamp(18px, 2vw, 24px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 16px;
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-policy {
  padding: clamp(18px, 2.1vw, 24px);
  border: 1px solid var(--pricing-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--pricing-shadow);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-policy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fffdf7;
  border-color: rgba(245, 184, 75, 0.18);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section-head h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta h2 {
  margin: 0;
  color: var(--pricing-ink);
  font-size: clamp(1.62rem, 2.25vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-policy p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section-head p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta p {
  max-width: 800px;
  margin: 12px 0 0;
  color: var(--pricing-muted);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section-head {
  max-width: 840px;
  margin-bottom: 18px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(17px, 1.8vw, 21px);
  border: 1px solid var(--pricing-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--pricing-shadow);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card--intro {
  grid-column: 1 / -1;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin-bottom: 13px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 29px;
  padding: 0 9px;
  border: 1px solid rgba(22, 167, 101, 0.2);
  border-radius: 999px;
  color: #16633f;
  background: rgba(22, 167, 101, 0.065);
  font-size: 0.82rem;
  font-weight: 900;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card h3 {
  margin: 0;
  color: var(--pricing-ink);
  font-size: clamp(1.18rem, 1.45vw, 1.45rem);
  line-height: 1.15;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card__head p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card__note {
  margin: 8px 0 0;
  color: var(--pricing-muted);
  line-height: 1.58;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rows {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rows--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 9px 11px;
  border: 1px solid rgba(16, 32, 31, 0.085);
  border-radius: 12px;
  background: #fbfdfc;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-row span {
  color: var(--pricing-ink);
  font-weight: 780;
  line-height: 1.32;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #0b3b28;
  background: rgba(22, 167, 101, 0.105);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card__link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  margin-top: auto;
  padding: 8px 12px;
  border: 1px solid rgba(22, 167, 101, 0.18);
  border-radius: 999px;
  color: #135f3d;
  background: rgba(22, 167, 101, 0.055);
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-factor-grid,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-terms-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-terms-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-factor,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-term {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--pricing-line);
  border-radius: var(--pricing-radius);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(16, 32, 31, 0.04);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-factor strong,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-term strong {
  color: var(--pricing-ink);
  line-height: 1.18;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-factor span,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-term p {
  margin: 0;
  color: var(--pricing-muted);
  line-height: 1.55;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-step {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 16px;
  border: 1px solid var(--pricing-line);
  border-radius: var(--pricing-radius);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(16, 32, 31, 0.04);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 38px;
  height: 30px;
  margin-bottom: 12px;
  padding: 0 10px;
  border-radius: 999px;
  color: #16633f;
  background: rgba(22, 167, 101, 0.07);
  font-weight: 900;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-step strong {
  color: var(--pricing-ink);
  line-height: 1.22;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-step p {
  margin: 9px 0 0;
  color: var(--pricing-muted);
  line-height: 1.55;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-section,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-section {
  padding: 18px 0;
  background: var(--pricing-soft);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-section {
  padding-bottom: 24px;
  background: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: clamp(16px, 1.8vw, 21px);
  border: 1px solid rgba(217, 231, 224, 0.12);
  border-radius: 16px;
  background: #0b1817;
  box-shadow: 0 10px 26px rgba(16, 32, 31, 0.1);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta h2 {
  max-width: 680px;
  color: #ffffff;
  font-size: clamp(1.45rem, 1.95vw, 2.05rem);
  line-height: 1.15;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta p {
  color: #cbdad5;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip .dsk-pricing-actions,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta .dsk-pricing-actions {
  justify-content: flex-end;
  margin-top: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-list {
  display: grid;
  gap: 10px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-item {
  border: 1px solid var(--pricing-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(16, 32, 31, 0.03);
  overflow: clip;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  padding: 16px 18px;
  color: var(--pricing-ink);
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.32;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-item summary::marker {
  content: "";
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-item summary::-webkit-details-marker {
  display: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-item summary::after {
  content: "+";
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #155236;
  background: rgba(22, 167, 101, 0.12);
  font-weight: 900;
  line-height: 1;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-item[open] summary::after {
  content: "-";
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-item p {
  max-width: 820px;
  margin: 0;
  padding: 0 18px 18px;
  color: var(--pricing-muted);
  line-height: 1.64;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #dbeafe;
  background:
    radial-gradient(circle at 18% 0%, rgba(16, 185, 129, 0.08), transparent 30%),
    linear-gradient(180deg, #07111d 0%, #06101b 100%);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-custom-footer {
  width: var(--dsk-global-nav-footer-rail, min(calc(100vw - 130px), 1236px));
  max-width: var(--dsk-global-nav-footer-rail, min(calc(100vw - 130px), 1236px));
  margin-inline: auto;
  padding-block: clamp(52px, 7vw, 80px) 28px;
  background: transparent;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-home-footer-rail {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.72fr) minmax(220px, 0.75fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  align-items: start;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(.dsk-brand, .dsk-heading) {
  color: #ffffff;
  font-weight: 900;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-brand {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.35;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-heading {
  margin: 0 0 14px;
  color: #dcecff;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.32;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(p, li, a) {
  color: rgba(219, 234, 254, 0.82);
  font-size: 14.5px;
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(a, a:link, a:visited) {
  border-bottom: 0;
  color: rgba(226, 239, 255, 0.84);
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(.dsk-nav ul, .dsk-quick-links) {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(.dsk-nav li, .dsk-quick-links li) {
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(.dsk-nav a, .dsk-quick-links a) {
  display: inline-flex;
  align-items: center;
  min-block-size: 30px;
  transition: color 0.18s ease, transform 0.18s ease;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(a:hover, a:focus-visible) {
  color: #5eead4;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(.dsk-nav a:hover, .dsk-quick-links a:hover) {
  transform: translateX(2px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-nap-block {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-nap-block :where(a[href^="tel:"], a[href^="mailto:"]) {
  color: #86efac;
  font-weight: 850;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-usp-block {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-usp-block span,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-btn-map {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  color: #bbf7d0;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 11px;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-btn-map,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-btn-map:link,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-btn-map:visited {
  justify-content: center;
  min-block-size: clamp(36px, 2.45vw, 40px);
  padding: clamp(8px, 0.64vw, 9px) clamp(14px, 1.05vw, 16px);
  border-color: rgba(167, 243, 208, 0.22);
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: 0 10px 22px rgba(16, 185, 129, 0.16);
  color: #ffffff;
  font-family: "DSK Inter", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

html[lang^="pl"] body.dsk-page-cennik footer.dsk-site-footer.dsk-site-footer .dsk-btn-map.dsk-btn-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: clamp(36px, 2.45vw, 40px);
  padding: clamp(8px, 0.64vw, 9px) clamp(14px, 1.05vw, 16px);
  border: 1px solid rgba(167, 243, 208, 0.22);
  border-radius: 999px;
  background-color: #047857;
  background-image: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: inset 0 0 0 1px rgba(167, 243, 208, 0.22), 0 10px 22px rgba(16, 185, 129, 0.16);
  color: #ffffff;
  font-family: "DSK Inter", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-text-fill-color: #ffffff;
  white-space: normal;
}

html[lang^="pl"] body.dsk-page-cennik footer.dsk-site-footer.dsk-site-footer .dsk-btn-map.dsk-btn-map:visited {
  border-color: rgba(167, 243, 208, 0.22);
  background-color: #047857;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(.dsk-link-acc, .dsk-link-ransom, .dsk-link-acc:link, .dsk-link-ransom:link, .dsk-link-acc:visited, .dsk-link-ransom:visited) {
  justify-content: center;
  margin-top: 3px;
  padding: 7px 11px;
  border: 1px solid rgba(226, 239, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #f8fbff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-heading--info {
  margin-top: 22px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-copyright {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  margin: 36px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-footer-bottom-copy {
  display: grid;
  gap: 4px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(.dsk-footer-copy, .dsk-footer-credit) {
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-footer-legal a {
  color: rgba(226, 239, 255, 0.78);
}

@media (max-width: 1120px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-factor-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-terms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero {
    padding-top: clamp(56px, 6vw, 74px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero__grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rail {
    width: var(--pricing-rail-width);
    inline-size: var(--pricing-rail-width);
    max-width: var(--pricing-rail-width);
    max-inline-size: var(--pricing-rail-width);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero__grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card--intro {
    grid-column: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rows--compact {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip .dsk-pricing-actions,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta .dsk-pricing-actions {
    justify-content: flex-start;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-custom-footer {
    width: min(100% - 40px, 720px);
    max-width: min(100% - 40px, 720px);
    padding-block: 38px 24px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-home-footer-rail {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(.dsk-info, .dsk-nav, .dsk-map-col, .dsk-brand, .dsk-heading, .dsk-desc, .dsk-nap-block) {
    text-align: center;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-usp-block,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-footer-legal {
    justify-content: center;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer :where(.dsk-nav a, .dsk-quick-links a, .dsk-btn-map) {
    justify-content: center;
    width: min(100%, 20rem);
    margin-inline: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-copyright {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 680px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik {
    min-width: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-page-main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero {
    padding-top: 96px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.55rem);
    line-height: 1.04;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-actions,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-btn {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-factor-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-terms-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-process {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note-section,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-explain-section,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-process-section,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-section,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-terms-section {
    padding: 28px 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note-section {
    padding-bottom: 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-explain-section,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-process-section,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-section,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-terms-section {
    padding-top: 26px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-policy {
    padding: 18px;
    border-radius: 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-row {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-row strong {
    width: fit-content;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-item summary {
    padding: 16px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-faq-item p {
    padding: 0 16px 18px;
  }
}

@media (min-width: 1181px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-rail,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik footer.dsk-site-footer .dsk-custom-footer {
    margin-left: var(--pricing-rail-left);
    margin-right: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-hero .dsk-pricing-eyebrow {
    margin-bottom: 22px;
  }
}


/* DSK pricing padding polish 2026-05-29: keep section pills and CTA chips away from headings/card edges. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik :where(
  .dsk-pricing-note,
  .dsk-pricing-section-head,
  .dsk-pricing-cta-strip,
  .dsk-pricing-final-cta
) > .dsk-pricing-eyebrow {
  margin: 0 0 clamp(16px, 1.35vw, 22px);
  padding: 7px 13px;
  min-height: 34px;
  line-height: 1.15;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section-head {
  margin-bottom: clamp(22px, 2vw, 30px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-policy,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-factor,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-term,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-step {
  padding: clamp(20px, 1.9vw, 28px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card {
  padding-bottom: clamp(26px, 2.35vw, 34px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card__link {
  min-height: 42px;
  padding: 9px 14px;
  margin-bottom: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta {
  padding: clamp(22px, 2.2vw, 32px);
}

@media (max-width: 680px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik :where(
    .dsk-pricing-note,
    .dsk-pricing-section-head,
    .dsk-pricing-cta-strip,
    .dsk-pricing-final-cta
  ) > .dsk-pricing-eyebrow {
    margin-bottom: 14px;
    padding: 7px 11px;
    min-height: 32px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-card,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-policy,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-factor,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-term,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-step,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta {
    padding: 20px;
  }
}

/* DSK pricing eyebrow margin owner fix: override generic section paragraph margins. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note > p.dsk-pricing-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section-head > p.dsk-pricing-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip > div > p.dsk-pricing-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta > div > p.dsk-pricing-eyebrow {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: clamp(16px, 1.35vw, 22px);
  margin-left: 0;
}

@media (max-width: 680px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-note > p.dsk-pricing-eyebrow,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-section-head > p.dsk-pricing-eyebrow,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-cta-strip > div > p.dsk-pricing-eyebrow,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-cennik .dsk-pricing-final-cta > div > p.dsk-pricing-eyebrow {
    margin-bottom: 14px;
  }
}
