/* Owner: PL B2B/Firmy/NDA local clean refactor.
   Scope: odzyskiwanie-danych-dla-firm.html only. */

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business {
  --b2b-navy: #061827;
  --b2b-ink: #13263a;
  --b2b-muted: #536579;
  --b2b-line: rgba(35, 98, 143, .18);
  --b2b-line-strong: rgba(35, 98, 143, .32);
  --b2b-card: #ffffff;
  --b2b-ice: #f3f8fb;
  --b2b-ice-strong: #eaf3f8;
  --b2b-blue: #1b628f;
  --b2b-green: #047857;
  --b2b-amber: #b76a16;
  --b2b-shadow: 0 18px 46px rgba(12, 35, 58, .10);
  --b2b-shadow-soft: 0 10px 26px rgba(12, 35, 58, .07);
  --b2b-radius-lg: 26px;
  --b2b-radius-md: 18px;
  --b2b-rail: 1236px;
  --b2b-gutter: clamp(30px, 7vw, 150px);
  color: var(--b2b-ink);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template {
  background:
    radial-gradient(circle at 86% 8%, rgba(27, 98, 143, .14), transparent 30%),
    linear-gradient(180deg, #f5f8fb 0%, #ffffff 48%, #eef5f8 100%);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__container,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta > .dsk-owner-container {
  width: min(calc(100% - var(--b2b-gutter)), var(--b2b-rail));
  max-width: var(--b2b-rail);
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__row,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__column,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__column-content,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__shell,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__content,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__body {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__content,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__body {
  display: grid;
  gap: clamp(24px, 3.2vw, 42px);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__content {
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 252, 255, .94)),
    radial-gradient(circle at 100% 0, rgba(27, 98, 143, .10), transparent 32%);
  box-shadow: var(--b2b-shadow);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__title {
  max-width: 1050px;
  margin-inline: 0;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__body :is(p, li) {
  color: var(--b2b-ink);
  font-size: clamp(1rem, .98rem + .12vw, 1.075rem);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__body > p {
  max-width: 78ch;
  margin-block: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-inline-heading {
  max-width: 980px;
  margin: clamp(4px, 1.2vw, 12px) 0 0;
  color: var(--b2b-navy);
  font-size: clamp(1.72rem, 1.2rem + 2.1vw, 3rem);
  line-height: 1.12;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--b2b-muted);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.35;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-breadcrumb a,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-breadcrumb span {
  color: inherit;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-breadcrumb span[aria-hidden="true"] {
  color: #9cafbf;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: -8px 0 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-status-strip span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid var(--b2b-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #174d72;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  box-shadow: 0 8px 20px rgba(27, 98, 143, .06);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__cta {
  width: min(760px, 100%);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper > span {
  display: inline-flex;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper .dsk-owner-button,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 48px;
  max-width: 100%;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper .dsk-owner-button--primary,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__actions a:first-child {
  border-color: rgba(4, 120, 87, .56);
  background: linear-gradient(135deg, #0f9b69, #047857);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(4, 120, 87, .22);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper .dsk-owner-button--secondary,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__actions a:last-child {
  border-color: var(--b2b-line-strong);
  background: #eef7f3;
  color: #065f46;
  box-shadow: 0 12px 28px rgba(12, 35, 58, .08);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .alert-box {
  width: 100%;
  margin: 0;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius-md);
  background: linear-gradient(135deg, #ffffff, #f7fbfd);
  box-shadow: var(--b2b-shadow-soft);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-intake,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-confidentiality,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-warning,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-related {
  display: grid;
  gap: 16px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .alert-box > p {
  max-width: 78ch;
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-intake {
  border-left: 5px solid rgba(27, 98, 143, .56);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-confidentiality {
  border-left: 5px solid rgba(4, 120, 87, .62);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-warning {
  border-left: 5px solid rgba(183, 106, 22, .66);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template :is(.dsk-alert-steps, .dsk-b2b-card-points) {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template :is(.dsk-alert-steps, .dsk-b2b-card-points) > li {
  position: relative;
  min-width: 0;
  padding: 12px 14px 12px 42px;
  border: 1px solid rgba(35, 98, 143, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  line-height: 1.48;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template :is(.dsk-alert-steps, .dsk-b2b-card-points) > li::before {
  content: "";
  position: absolute;
  top: 1.03em;
  left: 18px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--b2b-green);
  box-shadow: 0 0 0 5px rgba(4, 120, 87, .10);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-warning .dsk-alert-steps > li::before {
  background: var(--b2b-amber);
  box-shadow: 0 0 0 5px rgba(183, 106, 22, .11);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-trust-grid,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-formalities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-trust-grid article,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-formalities article {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius-md);
  background: #ffffff;
  box-shadow: var(--b2b-shadow-soft);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-trust-grid article > span,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-formalities article > span {
  display: block;
  color: var(--b2b-navy);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.2;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-trust-grid article > p,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-formalities article > p {
  margin: 0;
  color: var(--b2b-muted);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-card-points {
  margin-top: auto;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-card-points > li {
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  color: var(--b2b-muted);
  font-size: .94rem;
  line-height: 1.42;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-card-points > li::before {
  top: .62em;
  left: 2px;
  width: 7px;
  height: 7px;
  box-shadow: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-icon-list--symptoms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-icon-list--symptoms > li {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius-md);
  background: #ffffff;
  box-shadow: var(--b2b-shadow-soft);
  line-height: 1.52;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-icon-list--symptoms .u-strong {
  display: block;
  color: var(--b2b-navy);
  font-weight: 900;
  line-height: 1.25;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-steps-ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
  counter-reset: b2b-step;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-steps-ol > li {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 22px 70px;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius-md);
  background: #ffffff;
  box-shadow: var(--b2b-shadow-soft);
  line-height: 1.55;
  counter-increment: b2b-step;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-steps-ol > li::before {
  content: counter(b2b-step, decimal-leading-zero);
  position: absolute;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--b2b-ice-strong);
  color: var(--b2b-blue);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-steps-ol .u-strong {
  display: block;
  color: var(--b2b-navy);
  font-weight: 900;
  line-height: 1.25;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-related .dsk-alert-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-related .dsk-alert-steps > li {
  display: flex;
  padding: 0;
  border: 1px solid var(--b2b-line);
  background: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-related .dsk-alert-steps > li::before {
  content: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-related .dsk-alert-steps a {
  display: flex;
  width: 100%;
  min-height: 100%;
  align-items: center;
  padding: 16px;
  color: #06664b;
  font-weight: 850;
  line-height: 1.36;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-faq {
  display: grid;
  gap: 12px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-faq details {
  overflow: hidden;
  border: 1px solid var(--b2b-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(12, 35, 58, .055);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 15px 52px 15px 18px;
  color: var(--b2b-navy);
  font-weight: 850;
  line-height: 1.34;
  cursor: pointer;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-faq summary::marker,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-faq summary::-webkit-details-marker {
  display: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--b2b-ice-strong);
  color: var(--b2b-blue);
  font-weight: 900;
  line-height: 26px;
  text-align: center;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-faq details[open] summary::after {
  content: "–";
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-faq details > p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--b2b-muted);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-subnav-section .dsk-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-subnav-section .dsk-subnav__item {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid var(--b2b-line);
  border-radius: 999px;
  background: #ffffff;
  color: #174d72;
  font-weight: 800;
  line-height: 1.22;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(12, 35, 58, .05);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-guides-section .dsk-guides {
  border-color: var(--b2b-line-strong);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-guides-section .dsk-guides__grid {
  align-items: stretch;
}

@media (min-width: 1100px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section .dsk-guides__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 1099px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section .dsk-guides__grid {
    grid-template-columns: 1fr;
  }
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-guides-section .dsk-guides__card {
  height: 100%;
  min-height: 218px;
  padding: clamp(20px, 2vw, 28px);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section .dsk-guides__card {
  min-height: 0;
  padding: clamp(20px, 1.7vw, 26px);
  gap: 16px;
  justify-content: flex-start;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section .dsk-guides__card-text {
  flex-grow: 1;
  margin-top: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section .dsk-guides__card-link {
  margin-top: auto;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-guides-section .dsk-guides__card-text {
  flex-grow: 1;
  margin-top: 18px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-guides-section .dsk-guides__card-link {
  margin-top: auto;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta {
  padding: clamp(44px, 6vw, 76px) 0;
  background:
    linear-gradient(135deg, #071927, #102c43 58%, #174d72);
  color: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-row,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-column,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-column-content,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-text-image,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-text-image__content {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-text-image__content {
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--b2b-radius-lg);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .18);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-title {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(2rem, 1.2rem + 2.6vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-subtitle {
  display: grid;
  gap: 14px;
  max-width: 840px;
  color: rgba(255, 255, 255, .88);
  font-size: 1.05rem;
  line-height: 1.55;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-subtitle p {
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__phone {
  color: rgba(255, 255, 255, .82);
  font-weight: 750;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__phone span {
  color: #ffffff;
  font-weight: 900;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__actions a:last-child {
  background: rgba(255, 255, 255, .96);
  color: #065f46;
}

@media (max-width: 1024px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business {
    --b2b-gutter: clamp(28px, 6vw, 76px);
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-trust-grid,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-formalities,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-related .dsk-alert-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business {
    --b2b-gutter: 32px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__content {
    padding: 22px;
    border-radius: 22px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__body {
    gap: 24px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__actions {
    align-items: stretch;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper > span,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper .dsk-owner-button,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__actions a {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-trust-grid,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-formalities,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-icon-list--symptoms,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-steps-ol,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-checklist,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-related .dsk-alert-steps {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-steps-ol > li {
    padding: 66px 18px 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-steps-ol > li::before {
    top: 18px;
    left: 18px;
  }
}

@media (max-width: 420px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business {
    --b2b-gutter: 24px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__content {
    padding: 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-b2b-status-strip span {
    width: 100%;
  }
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > .dsk-service-landing__title {
  margin: 0 0 clamp(12px, 2vw, 20px);
  color: var(--b2b-navy);
  font-size: clamp(2.2rem, 1.55rem + 2vw, 3.65rem);
  line-height: 1.08;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body .dsk-alert-steps > li {
  padding: 12px 14px 12px 44px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body .dsk-alert-steps > li::before {
  left: 18px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body .dsk-b2b-card-points > li {
  padding: 0 0 0 20px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body .dsk-steps-ol > li {
  padding: 22px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body .dsk-steps-ol > li::before {
  content: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-subtitle,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-page-business .dsk-b2b-bottom-cta .dsk-owner-subtitle p {
  color: rgba(255, 255, 255, .88);
}

@media (max-width: 760px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > .dsk-service-landing__title {
    font-size: clamp(2.15rem, 1.75rem + 3.5vw, 3rem);
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body .dsk-steps-ol > li {
    padding: 18px;
  }
}

/* B2B rail/button final pass: keep modules on the homepage desktop rail. */
@media (min-width: 1280px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business {
    --dsk-global-nav-footer-rail: min(calc(100vw - clamp(96px, 8vw, 180px)), 1728px);
    --dsk-page-rail-left: calc((100vw - var(--dsk-global-nav-footer-rail)) / 2);
    --dsk-pl-subpage-rail: var(--dsk-global-nav-footer-rail);
    --b2b-rail: var(--dsk-global-nav-footer-rail);
    --b2b-gutter: 0px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__container,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-subnav-section > .dsk-owner-container,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-guides-section > .dsk-owner-container,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta > .dsk-owner-container {
    width: var(--dsk-global-nav-footer-rail);
    max-width: var(--dsk-global-nav-footer-rail);
    margin-left: var(--dsk-page-rail-left);
    margin-right: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__body {
    gap: clamp(30px, 3.2vw, 48px);
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-service-landing__content {
    padding-block: clamp(40px, 4.2vw, 68px);
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-subnav-section {
    padding-block: clamp(34px, 3.8vw, 54px);
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-subnav-section .dsk-subnav {
    width: 100%;
    justify-content: flex-start;
    gap: 10px 12px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__actions {
    gap: 12px 14px;
    align-items: center;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper > span,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business #service-template .dsk-owner-cta-wrapper .dsk-owner-button,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business .dsk-b2b-bottom-cta__actions a {
    min-width: max-content;
    max-width: 100%;
    white-space: normal;
  }
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__cta .dsk-owner-button--primary {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-owner-cta-wrapper .dsk-owner-button--secondary {
  border-color: rgba(4, 120, 87, .26);
  background: #eef7f3;
  color: #065f46;
  -webkit-text-fill-color: #065f46;
  box-shadow: inset 0 0 0 1px rgba(4, 120, 87, .08), 0 10px 24px rgba(15, 35, 70, .08);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-owner-cta-wrapper .dsk-owner-button--secondary:hover,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-owner-cta-wrapper .dsk-owner-button--secondary:focus-visible {
  border-color: rgba(4, 120, 87, .38);
  background: #e1f2ec;
  color: #064e3b;
  -webkit-text-fill-color: #064e3b;
}

@media (min-width: 1900px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business {
    --dsk-global-nav-footer-rail: min(calc(100vw - clamp(160px, 10vw, 280px)), 1760px);
    --dsk-page-rail-left: calc((100vw - var(--dsk-global-nav-footer-rail)) / 2);
    --dsk-pl-subpage-rail: var(--dsk-global-nav-footer-rail);
    --b2b-rail: var(--dsk-global-nav-footer-rail);
  }
}

/* business-hero-rail-refactor-20260525
   Replace the floating white hero card with a clean service shell on the shared PL rail. */
:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing {
  padding: 0;
  overflow-x: clip;
  background: #f4f8fc;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__container {
  width: var(--dsk-pl-subpage-rail, calc(100vw - 40px));
  max-width: var(--dsk-pl-subpage-rail, calc(100vw - 40px));
  margin-left: var(--dsk-pl-subpage-rail-left, 20px);
  margin-right: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > .dsk-service-landing__title {
  position: relative;
  z-index: 0;
  width: min(1180px, 100%);
  max-width: min(1180px, 100%);
  margin: 0;
  padding: clamp(48px, 5.2vw, 82px) 0 clamp(54px, 5.5vw, 88px);
  color: #f8fbff;
  font-size: clamp(2.3rem, 3.25vw, 4rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > .dsk-service-landing__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(-1 * (100vw - var(--dsk-pl-subpage-rail-left, 20px) - 100%));
  bottom: 0;
  left: calc(-1 * var(--dsk-pl-subpage-rail-left, 20px));
  background: linear-gradient(135deg, #102238, #1d4968);
  pointer-events: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body {
  display: grid;
  gap: clamp(28px, 3.2vw, 46px);
  margin: 0;
  padding: clamp(36px, 4vw, 60px) 0 clamp(68px, 6vw, 102px);
  background: transparent;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > #dsk-page-structure.dsk-pl-page-structure > #service-template#service-template.dsk-service-landing .dsk-service-landing__body.dsk-service-landing__body {
  margin-top: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-inline-heading {
  max-width: min(980px, 100%);
}

@media (max-width: 760px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing {
    background: #f4f8fc;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-business body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > .dsk-service-landing__title {
    padding: clamp(36px, 10vw, 54px) 0 clamp(42px, 10vw, 62px);
    font-size: clamp(1.85rem, 7.45vw, 2.55rem);
    line-height: 1.1;
  }
}

/* next5-business-hero-handoff-20260601
   Reduce the old service-hero dead-air before the B2B breadcrumb/card rail. */
html.dsk-page-business[lang="pl"] body.dsk-page-business.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--business {
  min-height: clamp(360px, 27vw, 450px);
  padding-block: clamp(60px, 5vw, 82px) clamp(54px, 4.2vw, 72px);
}

html.dsk-page-business[lang="pl"] body.dsk-page-business.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--business::after {
  height: clamp(30px, 3vw, 46px);
}

html.dsk-page-business[lang="pl"] body.dsk-page-business.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--business + #dsk-page-structure #service-template.dsk-service-landing {
  padding-top: clamp(18px, 1.8vw, 30px);
}

@media (max-width: 767px) {
  html.dsk-page-business[lang="pl"] body.dsk-page-business.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--business {
    padding-block: 44px 42px;
  }

  html.dsk-page-business[lang="pl"] body.dsk-page-business.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--business .dsk-service-hero__inner {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    margin-inline: auto;
  }
}
