/*
  Dysk i Spolka PL subpages owner layer.
  Scope: Polish non-blog subpages only, marked by .dsk-pl-subpage-owner-v1.
  Homepage remains the visual contract; EN and blog pages do not load this file.
*/

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 {
  --dsk-pl-subpage-rail-max: 1236px;
  --dsk-pl-subpage-gutter: 20px;
  --dsk-pl-subpage-shell: 100vw;
  --dsk-pl-subpage-rail: min(var(--dsk-pl-subpage-rail-max), calc(var(--dsk-pl-subpage-shell) - var(--dsk-pl-subpage-gutter) - var(--dsk-pl-subpage-gutter)));
  --dsk-pl-subpage-content-shell: min(100%, 1236px);
  --dsk-pl-subpage-module-rail: 100%;
  --dsk-pl-subpage-copy-rail: min(860px, var(--dsk-pl-subpage-rail));
  --dsk-pl-subpage-readable-rail: min(760px, var(--dsk-pl-subpage-rail));
  --dsk-pl-subpage-rail-left: var(--dsk-pl-subpage-gutter);
  --dsk-pl-subpage-section-y: clamp(56px, 7vw, 88px);
  --dsk-pl-subpage-section-y-tight: clamp(40px, 5vw, 64px);
  --dsk-pl-subpage-card-pad: clamp(18px, 2vw, 26px);
  --dsk-pl-subpage-card-radius: 16px;
  --dsk-pl-subpage-gap: clamp(16px, 2.4vw, 24px);
}

@media (min-width: 1181px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 {
    --dsk-pl-subpage-rail: var(--dsk-global-nav-footer-rail, min(calc(100vw - 130px), 1236px));
    --dsk-pl-subpage-content-shell: min(var(--dsk-pl-subpage-rail), 1640px);
    --dsk-pl-subpage-module-rail: 100%;
    --dsk-pl-subpage-copy-rail: min(860px, var(--dsk-pl-subpage-rail));
    --dsk-pl-subpage-readable-rail: min(760px, var(--dsk-pl-subpage-rail));
    --dsk-pl-subpage-rail-left: calc((100vw - var(--dsk-pl-subpage-rail)) / 2);
  }
}

@media (min-width: 1900px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 {
    --dsk-global-nav-footer-rail: min(calc(100vw - clamp(160px, 10vw, 280px)), 1760px);
    --dsk-pl-subpage-rail: var(--dsk-global-nav-footer-rail);
    --dsk-pl-subpage-content-shell: min(var(--dsk-pl-subpage-rail), 1640px);
    --dsk-pl-subpage-module-rail: 100%;
    --dsk-pl-subpage-copy-rail: min(920px, var(--dsk-pl-subpage-rail));
    --dsk-pl-subpage-readable-rail: min(780px, var(--dsk-pl-subpage-rail));
    --dsk-pl-subpage-rail-left: calc((100vw - var(--dsk-pl-subpage-rail)) / 2);
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 :where(main, #main-content) {
  min-width: 0;
  overflow-x: clip;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 .dsk-pl-page-structure {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-owner-container,
  .dsk-standard-info-rail,
  .dsk-service-landing__container,
  .dsk-service-index-shell > .dsk-owner-container,
  .dsk-protected-contact-shell > .dsk-owner-section > .dsk-owner-container,
  .dsk-about-hero__inner,
  .dsk-section-inner,
  .dsk-process__inner
) {
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-inline: auto;
  box-sizing: border-box;
}

@media (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
    .dsk-owner-container,
    .dsk-standard-info-rail,
    .dsk-service-landing__container,
    .dsk-service-index-shell > .dsk-owner-container,
    .dsk-protected-contact-shell > .dsk-owner-section > .dsk-owner-container,
    .dsk-about-hero__inner,
    .dsk-section-inner,
    .dsk-process__inner
  ) {
    margin-left: var(--dsk-pl-subpage-rail-left);
    margin-right: auto;
  }
}

@media (min-width: 1181px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
    .dsk-owner-container,
    .dsk-standard-info-rail,
    .dsk-service-landing__container,
    .dsk-service-index-shell > .dsk-owner-container,
    .dsk-protected-contact-shell > .dsk-owner-section > .dsk-owner-container,
    .dsk-about-hero__inner,
    .dsk-section-inner,
    .dsk-process__inner
  ) {
    margin-left: var(--dsk-pl-subpage-rail-left);
    margin-right: auto;
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-standard-info-section,
  .dsk-service-landing-section,
  .dsk-guides-section,
  .dsk-process,
  .dsk-logistics,
  .dsk-contact-section
) {
  padding-top: var(--dsk-pl-subpage-section-y);
  padding-bottom: var(--dsk-pl-subpage-section-y);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-section-height-auto {
  --section-height: auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-section-height-auto-mobile {
  --section-height: auto;
  --section-mobile-height: auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-section-head,
  .dsk-owner-section-title,
  .dsk-owner-section-subtitle,
  .dsk-owner-text-image__content-title,
  .dsk-owner-text-image__content-subtitle,
  .dsk-owner-text-image-vertical__content-title,
  .dsk-owner-text-image-vertical__content-subtitle
) {
  max-width: var(--dsk-pl-subpage-copy-rail);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(p, li) {
  line-height: 1.62;
}

@media (min-width: 1024px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
    .dsk-owner-text-image__content-paragraph,
    .dsk-owner-text-image-vertical__content-paragraph,
    .dsk-standard-info-content,
    .dsk-content-extend,
    .dsk-service-landing__body,
    .dsk-loc-copy,
    #dsk-kontakt-copy,
    #dsk-zgloszenie-copy
  ) :where(p, ul, ol),
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
    .dsk-section-head__lead,
    .dsk-owner-section-subtitle,
    .dsk-pricing-faq__lead
  ) {
    max-inline-size: var(--dsk-pl-subpage-readable-rail);
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  p,
  li,
  span,
  .dsk-owner-section-title,
  .dsk-owner-section-subtitle,
  .dsk-owner-paragraph,
  .dsk-owner-text-image__content-paragraph,
  .dsk-owner-text-image-vertical__content-paragraph,
  .dsk-owner-item-view__body,
  .contact-details,
  .hours-list,
  .dsk-standard-info-content
) a:not(.dsk-btn):not(.dsk-button):not(.dsk-cta-lab__phone):not([class*="__btn"]):not([class*="button"]) {
  font: inherit;
  color: var(--dsk-pl-subpage-link, #087f5b);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-case-studies-owner-v1.dsk-pl-subpage-owner-v1 main .dsk-case-studies__body > .dsk-service-quick-chips .dsk-service-quick-chips__item:not(.dsk-btn):not(.dsk-button):not(.dsk-cta-lab__phone):not([class*="__btn"]):not([class*="button"]) {
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  p,
  li,
  span,
  .dsk-owner-section-title,
  .dsk-owner-section-subtitle,
  .dsk-owner-paragraph,
  .dsk-owner-text-image__content-paragraph,
  .dsk-owner-text-image-vertical__content-paragraph,
  .dsk-owner-item-view__body,
  .contact-details,
  .hours-list,
  .dsk-standard-info-content
) a:not(.dsk-btn):not(.dsk-button):not(.dsk-cta-lab__phone):not([class*="__btn"]):not([class*="button"]):hover {
  color: var(--dsk-pl-subpage-link-hover, #065f46);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-standard-info-grid,
  .dsk-svc__grid,
  .dsk-local-support__grid,
  .ds-price__grid,
  .dsk-timeline,
  [class*="__grid"]
) {
  align-items: stretch;
  gap: var(--dsk-pl-subpage-gap);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-step__card,
  .dsk-local-support__card,
  .dsk-svccard,
  .ds-price__card,
  .dsk-card,
  .service-card,
  [class*="__card"]
) {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: var(--dsk-pl-subpage-card-pad);
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-svccard__link,
  .dsk-card__link,
  .ds-price__cta,
  .dsk-card__footer,
  [class*="__footer"]
) {
  margin-top: auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-owner-cta-wrapper.dsk-owner-alignable.dsk-owner-btn-full-width {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .cta-row,
  .action-group,
  .dsk-owner-cta-wrapper,
  .dsk-service-landing__actions
) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  min-width: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .cta-row,
  .action-group,
  .dsk-owner-cta-wrapper,
  .dsk-service-landing__actions
) > :where(a, button, span, strong) {
  min-width: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-owner-cta-wrapper .dsk-owner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-owner-cta-wrapper .dsk-owner-button--primary {
  background: var(--dsk-pl-subpage-cta-primary, #0f8f62);
  color: #fff;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 10px 22px rgba(15, 143, 98, 0.2);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-owner-cta-wrapper .dsk-owner-button--secondary {
  background: rgba(248, 251, 255, 0.08);
  color: #fff;
  -webkit-text-fill-color: #fff;
  border: 1px solid rgba(219, 232, 247, 0.42);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-owner-map {
  position: relative;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-owner-map iframe {
  border: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-contact-note {
  color: rgba(10, 12, 20, 0.82);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-contact-note--compact {
  margin: 0 0 14px;
  font-size: 0.96rem;
  line-height: 1.55;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-contact-note--call {
  margin: 12px 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-contact-note--body {
  margin: 12px 0 0;
  font-size: 0.95rem;
  line-height: 1.58;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-contact-note--map {
  margin: 10px 0 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-contact-inline-link {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-owner-display-inline {
  color: inherit;
  display: inline-block;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-owner-legal-heading {
  margin: 0 0 10px;
  color: inherit;
  padding: 0;
  text-align: left;
  word-wrap: normal;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-legal-page main .dsk-legal-hero-title {
  margin: 0 0 14px;
  max-width: var(--dsk-pl-subpage-copy-rail);
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-legal-page main .dsk-legal-hero-title + .dsk-owner-subtitle {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

@media (min-width: 1280px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-legal-page main :where(.dsk-legal-content, .reg-legal) {
    max-inline-size: var(--dsk-pl-subpage-copy-rail);
    max-width: var(--dsk-pl-subpage-copy-rail);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-legal-page main .dsk-owner-paragraph.dsk-legal-content,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-legal-page main .dsk-owner-paragraph.reg-legal {
    width: min(100%, var(--dsk-pl-subpage-copy-rail));
    max-inline-size: var(--dsk-pl-subpage-copy-rail);
    max-width: var(--dsk-pl-subpage-copy-rail);
    margin-left: 0;
    margin-right: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-polityka-prywatnosci.dsk-pl-subpage-owner-v1.dsk-legal-page main#main-content .dsk-owner-paragraph.dsk-legal-content {
    width: min(100%, var(--dsk-pl-subpage-copy-rail));
    max-inline-size: var(--dsk-pl-subpage-copy-rail);
    max-width: var(--dsk-pl-subpage-copy-rail);
    margin-left: 0;
    margin-right: auto;
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-subnav,
  .dsk-chip-list,
  .dsk-tags,
  .dsk-badge-row
) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  min-width: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-subnav__item,
  .dsk-chip,
  .dsk-tag,
  .dsk-badge
) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-landing__subnav.dsk-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  row-gap: 10px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-landing__subnav.dsk-subnav .dsk-subnav__item {
  flex: 0 1 auto;
  padding-inline: clamp(12px, 1.7vw, 18px);
  min-height: 40px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing :where(
  .dsk-service-breadcrumbs,
  .dsk-service-quick-chips,
  .dsk-service-related-links
) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-breadcrumbs {
  gap: 7px;
  margin: 0 0 16px;
  color: #16456a;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.35;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-breadcrumbs__item {
  color: inherit;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-breadcrumbs__item:hover {
  color: #047857;
  text-decoration: underline;
  text-underline-offset: 3px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-breadcrumbs__separator {
  color: rgba(22, 69, 106, 0.48);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-breadcrumbs__current {
  color: rgba(15, 31, 52, 0.76);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-quick-chips,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-related-links {
  gap: 10px;
  margin: 0 0 24px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-quick-chips__item,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-related-links__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(8, 125, 92, 0.18);
  border-radius: 999px;
  background: rgba(240, 250, 247, 0.82);
  color: #075f4c;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.18;
  overflow-wrap: anywhere;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-quick-chips__item:hover,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-related-links__item:hover {
  border-color: rgba(8, 125, 92, 0.38);
  background: rgba(232, 249, 244, 0.98);
  color: #064e3b;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-inline-callout-actions,
  .dsk-owner-cta-wrapper,
  .dsk-pv-action-row,
  .dsk-b2b-bottom-cta__actions,
  .dsk-default-contact-cta__actions,
  .dsk-service-landing__actions
) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-inline-callout-actions,
  .dsk-owner-cta-wrapper,
  .dsk-pv-action-row,
  .dsk-b2b-bottom-cta__actions,
  .dsk-default-contact-cta__actions,
  .dsk-service-landing__actions
) > :where(a, button, span) {
  margin: 0;
  min-width: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-landing__body .dsk-owner-cta-wrapper .dsk-owner-button--secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(14, 42, 67, 0.22);
  color: #0e2a43;
  -webkit-text-fill-color: #0e2a43;
  box-shadow: 0 12px 26px rgba(14, 42, 67, 0.12);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #default-contact-cta-section-template .dsk-default-contact-cta__phone {
  background-color: #065f46;
  background-image: linear-gradient(135deg, #047857, #065f46);
  border-color: rgba(4, 120, 87, 0.46);
  color: #fff;
  -webkit-text-fill-color: #fff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(.dsk-service-cta, .dsk-flash-btn--primary) {
  background-color: #065f46;
  background-image: linear-gradient(135deg, #047857, #065f46);
  border-color: rgba(4, 120, 87, 0.54);
  color: #fff;
  -webkit-text-fill-color: #fff;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-cctv body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-service-panel {
  width: var(--dsk-pl-subpage-content-shell, min(calc(100% - 40px), 1236px));
  max-width: var(--dsk-pl-subpage-content-shell, 1236px);
  margin: clamp(24px, 3vw, 42px) auto;
  padding: clamp(22px, 3vw, 36px);
  box-sizing: border-box;
  border: 1px solid var(--dsk-service-panel-border);
  border-radius: clamp(18px, 2vw, 24px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 252, 0.96)),
    var(--dsk-service-panel-bg);
  box-shadow: 0 18px 42px rgba(31, 41, 55, 0.08);
  color: #102033;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-cctv body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-service-panel :where(h2, h3) {
  color: #102033;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-cctv body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-service-panel :where(p, li) {
  color: #43546a;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-cctv body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-service-panel :where(.dsk-icon-list, .dsk-alert-steps, .dsk-steps-ol, .dsk-method-list) {
  min-width: 0;
  max-width: 100%;
  padding-inline-start: 0;
  overflow-wrap: anywhere;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-cctv body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content a.dsk-service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  margin-top: clamp(12px, 2vw, 18px);
  padding: 13px 18px;
  border: 1px solid rgba(4, 120, 87, 0.54);
  border-radius: 999px;
  box-sizing: border-box;
  font-weight: 850;
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(6, 95, 70, 0.18);
}

@media (max-width: 640px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-cctv body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-service-panel {
    width: calc(100% - 40px);
    padding: 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-cctv body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content a.dsk-service-cta {
    width: 100%;
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing :where(
  .dsk-icon-list,
  .dsk-alert-steps,
  .dsk-steps-ol,
  .dsk-method-list
) {
  min-width: 0;
  max-width: 100%;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing :where(
  .dsk-icon-list,
  .dsk-alert-steps,
  .dsk-steps-ol,
  .dsk-method-list
) > li {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: normal;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-location main #service-template :where(
  .dsk-icon-list,
  .dsk-alert-steps,
  .dsk-steps-ol,
  .dsk-method-list
) {
  min-width: 0;
  max-width: 100%;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-location main #service-template :where(
  .dsk-icon-list,
  .dsk-alert-steps,
  .dsk-steps-ol,
  .dsk-method-list
) > li {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: normal;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-location-bialoleka .dsk-loc-btn--primary {
  color: #fff;
  background: #065f46;
  background-image: linear-gradient(135deg, #047857 0%, #065f46 100%);
  border-color: rgba(6, 95, 70, 0.78);
  box-shadow: 0 16px 34px rgba(6, 95, 70, 0.24);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-location-bialoleka .dsk-loc-btn--primary:hover {
  background: #064e3b;
  background-image: linear-gradient(135deg, #047857 0%, #064e3b 100%);
  border-color: rgba(6, 78, 59, 0.82);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > :where(ul, ol):not([class]),
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body > :where(ul, ol):not([class]),
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-raid-capability-matrix {
  min-width: 0;
  max-width: 100%;
  padding-inline-start: 0;
  margin-inline: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > :where(ul, ol):not([class]) > li,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body > :where(ul, ol):not([class]) > li,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-raid-capability-matrix > li {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: normal;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-raid-capability-matrix > li > span {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

/* Service family visual contract: production SSD direction on clean owners. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page {
  --dsk-service-hero-bg: #07111f;
  --dsk-service-hero-bg-2: #17334d;
  --dsk-service-hero-text: #f8fbff;
  --dsk-service-hero-muted: rgba(226, 232, 240, 0.9);
  --dsk-service-panel-bg: #f7fbff;
  --dsk-service-panel-border: rgba(148, 163, 184, 0.24);
  --dsk-service-panel-shadow: 0 26px 70px rgba(7, 17, 31, 0.22);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-block: clamp(72px, 8vw, 128px) clamp(48px, 6vw, 84px);
  background:
    radial-gradient(circle at 77% 18%, rgba(148, 180, 207, 0.36), transparent 35%),
    linear-gradient(100deg, var(--dsk-service-hero-bg) 0%, #0d2136 50%, var(--dsk-service-hero-bg-2) 100%);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.62), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
}

:is(html[lang="pl"], html[lang="uk"]) 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);
  max-width: var(--dsk-pl-subpage-rail);
}

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

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__title {
  width: 100%;
  max-width: 100%;
  margin: 0 0 clamp(20px, 2.4vw, 28px);
  color: var(--dsk-service-hero-text);
  font-size: clamp(42px, 3.9vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__title + p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > p:first-of-type {
  width: min(720px, 100%);
  margin: 0 0 clamp(20px, 2.2vw, 28px);
  color: var(--dsk-service-hero-muted);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__cta {
  width: min(720px, 100%);
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__cta .dsk-owner-cta-wrapper {
  gap: 14px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__cta .dsk-owner-button {
  min-height: 48px;
  padding-inline: clamp(18px, 2vw, 24px);
  border-radius: 10px;
  font-weight: 850;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__cta .dsk-owner-button--primary {
  background: linear-gradient(135deg, #047857, #065f46);
  border-color: rgba(4, 120, 87, 0.56);
  color: #fff;
  box-shadow: 0 18px 40px rgba(6, 95, 70, 0.28);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__cta .dsk-owner-button--secondary {
  background: rgba(248, 250, 252, 0.08);
  border-color: rgba(226, 232, 240, 0.5);
  color: #f8fbff;
  box-shadow: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > [class*="-hero__chips"] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1120px, 100%);
  margin: clamp(18px, 2.2vw, 26px) 0 0;
  padding: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > [class*="-hero__chips"] > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(226, 232, 240, 0.22);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.46);
  color: #f8fbff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  white-space: normal;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > [class*="-hero__chips"] > span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-inline-end: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
  flex: 0 0 auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body {
  width: var(--dsk-pl-subpage-content-shell, min(100%, 1236px));
  max-width: var(--dsk-pl-subpage-content-shell, 1236px);
  margin: clamp(32px, 3vw, 44px) auto 0;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid var(--dsk-service-panel-border);
  border-radius: clamp(20px, 2.4vw, 28px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 252, 0.98)),
    var(--dsk-service-panel-bg);
  box-shadow: var(--dsk-service-panel-shadow);
  color: #102033;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body :where(h2, h3) {
  color: #102033;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body :where(p, li) {
  color: #43546a;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body nav[class*="-navpack"] {
  display: grid;
  gap: 14px;
  margin: 0 0 clamp(28px, 3vw, 44px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body [class*="-breadcrumb"] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #44546a;
  font-size: 13px;
  font-weight: 800;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body [class*="-breadcrumb"] a {
  color: #315274;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__subnav.dsk-subnav .dsk-subnav__item {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 107, 179, 0.18);
  border-radius: 999px;
  background: rgba(238, 248, 255, 0.78);
  color: #075a9a;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing section[class*="-safety-panel"] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: clamp(20px, 3vw, 38px);
  margin: 0 0 clamp(32px, 4vw, 52px);
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.08);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing section[class*="-safety-panel"] [class*="-eyebrow"] {
  margin: 0 0 12px;
  color: #102033;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing section[class*="-safety-panel"] h2 {
  max-width: 620px;
  margin: 0 0 16px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing section[class*="-safety-panel"] ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing section[class*="-safety-panel"] li {
  position: relative;
  padding: 12px 14px 12px 34px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.88);
  line-height: 1.45;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing section[class*="-safety-panel"] li::before {
  content: "";
  position: absolute;
  inset-block-start: 18px;
  inset-inline-start: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-inline-heading {
  margin-top: clamp(34px, 4vw, 54px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing :where(
  .dsk-icon-list,
  .dsk-alert-steps,
  .dsk-steps-ol,
  .dsk-method-list,
  [class*="-grid"],
  [class*="-timeline"]
) {
  gap: clamp(12px, 2vw, 18px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing :where(
  .dsk-icon-list,
  .dsk-alert-steps,
  .dsk-steps-ol,
  .dsk-method-list
) > li {
  padding: clamp(14px, 1.7vw, 18px);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

@media (max-width: 899px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing {
    padding-block: 54px 46px;
  }

  :is(html[lang="pl"], html[lang="uk"]) 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);
    max-width: var(--dsk-pl-subpage-rail);
    margin-left: var(--dsk-pl-subpage-rail-left);
    margin-right: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__title {
    font-size: clamp(34px, 10vw, 46px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__cta .dsk-owner-cta-wrapper {
    align-items: stretch;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__cta .dsk-owner-cta-wrapper > span,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__cta .dsk-owner-button {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > [class*="-hero__chips"] > span {
    flex: 1 1 min(100%, 156px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body {
    width: 100%;
    max-width: 100%;
    margin-top: 38px;
    padding: 20px;
    border-radius: 20px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing section[class*="-safety-panel"] {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 18px;
  }
}

/* RAID detail owner cut. */
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 {
  --dsk-raid-navy: #10233a;
  --dsk-raid-text: #25364a;
  --dsk-raid-muted: #5f7186;
  --dsk-raid-green: #10b981;
  --dsk-raid-amber: #f59e0b;
  --dsk-raid-steel: #2d5f95;
  --dsk-raid-ice: #f4f8fc;
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-hero__chips,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-platform-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(900px, 100%);
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-hero__chips span,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-platform-rail span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 32px;
  padding: 7px 12px 7px 28px;
  border: 1px solid rgba(219, 232, 247, 0.24);
  border-radius: 999px;
  background: rgba(7, 20, 38, 0.44);
  color: #eaf3ff;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: normal;
  word-break: normal;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-platform-rail {
  width: 100%;
  margin: 24px 0 34px;
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-platform-rail span {
  min-width: 112px;
  border-color: rgba(45, 95, 149, 0.22);
  background: #edf5ff;
  color: #183d63;
  box-shadow: none;
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-hero__chips span::before,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-platform-rail span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dsk-raid-green);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template :where(
  .dsk-raid-emergency,
  .dsk-raid-capability-card,
  .dsk-raid-playbooks,
  .dsk-raid-faq
) {
  box-sizing: border-box;
  min-width: 0;
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  margin: 0 0 34px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #f7fbff 58%, #edf5ff);
  box-shadow: 0 18px 52px rgba(13, 39, 65, 0.13);
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency__rules,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-incident-grid,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-capability-matrix,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency-steps,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-timeline,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-playbooks__grid,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-faq__grid {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: none;
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency__rules {
  gap: 10px;
  margin: 0;
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-incident-grid,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-capability-matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-incident-grid,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-capability-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency-steps,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-timeline,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-playbooks__grid,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-faq__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency__rules > li,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-incident-grid > li,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-capability-matrix > li,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency-steps > li,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-timeline > li,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-playbooks__grid > li,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-faq__item {
  position: relative;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(219, 232, 247, 0.94);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  color: var(--dsk-raid-text);
  line-height: 1.58;
  box-sizing: border-box;
  box-shadow: 0 16px 40px rgba(13, 39, 65, 0.09);
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency__rules > li {
  min-height: 42px;
  padding: 12px 14px 12px 54px;
  border-radius: 14px;
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-incident-grid > li::before,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-capability-matrix > li::before,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency-steps > li::before,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-playbooks__grid > li::before,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency__rules > li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dsk-raid-steel);
  box-shadow: 0 0 0 5px rgba(45, 95, 149, 0.12);
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency__rules > li::before,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency-steps > li::before {
  background: var(--dsk-raid-amber);
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.13);
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency__rules > li::before {
  top: 50%;
  transform: translateY(-50%);
}

html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-incident-grid span,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-capability-matrix span,
html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency-steps span {
  display: block;
  margin: 0 0 6px;
  color: var(--dsk-raid-navy);
  font-weight: 850;
  line-height: 1.28;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-protected-contact-shell label,
  .dsk-protected-contact-shell .dsk-owner-label,
  .dsk-protected-contact-shell .form-label
) {
  margin-bottom: 8px;
  line-height: 1.35;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-protected-contact-shell input,
  .dsk-protected-contact-shell textarea,
  .dsk-protected-contact-shell select
) {
  min-width: 0;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-how-page.dsk-how-page[data-page-type="process"] {
  --dsk-process-page-rail: var(--dsk-pl-subpage-rail);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-how-page.dsk-how-page[data-page-type="process"] main .dsk-wrap.dsk-standard-info-rail,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-how-page.dsk-how-page[data-page-type="process"] main .dsk-servicebar__wrap {
  width: var(--dsk-process-page-rail);
  max-width: var(--dsk-process-page-rail);
  margin-left: var(--dsk-pl-subpage-rail-left);
  margin-right: auto;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-about-hero__inner {
  width: min(1236px, calc(100% - var(--dsk-scrollbar-gutter-comp, 0px) - 40px));
  max-width: min(1236px, calc(100% - var(--dsk-scrollbar-gutter-comp, 0px) - 40px));
  margin-left: 20px;
  margin-right: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.18;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-btn--primary {
  background: #0b8f63;
  color: #fff;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 16px 34px rgba(11, 143, 99, 0.26);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(8, 17, 31, 0.18);
  color: #fff;
  -webkit-text-fill-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero {
    left: 0;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-about-hero__inner {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-about-hero__eyebrow,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-about-hero__subtitle {
    overflow-wrap: anywhere;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-about-hero__actions {
    align-items: stretch;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-btn {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page.dsk-uslugi-visual-repair-v1 main#main-content .dsk-content-extend {
    padding: 18px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero {
    left: 0;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page #uslugi-hero .dsk-about-hero__inner {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: auto;
  }
}

@media (max-width: 430px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-how-page.dsk-how-page[data-page-type="process"] {
    --dsk-process-page-rail: var(--dsk-pl-subpage-rail);
  }
}

@media (min-width: 431px) and (max-width: 768px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-how-page.dsk-how-page[data-page-type="process"] {
    --dsk-process-page-rail: var(--dsk-pl-subpage-rail);
  }
}

@media (min-width: 769px) and (max-width: 899px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-how-page.dsk-how-page[data-page-type="process"] {
    --dsk-process-page-rail: var(--dsk-pl-subpage-rail);
  }
}

@media (min-width: 900px) and (max-width: 1276px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-how-page.dsk-how-page[data-page-type="process"] {
    --dsk-process-page-rail: var(--dsk-pl-subpage-rail);
  }
}

@media (max-width: 899px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 {
    --dsk-pl-subpage-section-y: clamp(44px, 10vw, 64px);
    --dsk-pl-subpage-gap: 16px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
    .dsk-owner-container,
    .dsk-standard-info-rail,
    .dsk-service-landing__container,
    .dsk-protected-contact-shell > .dsk-owner-section > .dsk-owner-container
  ) {
    width: var(--dsk-pl-subpage-rail);
    max-width: var(--dsk-pl-subpage-rail);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
    .dsk-standard-info-grid,
    .dsk-svc__grid,
    .dsk-local-support__grid,
    .ds-price__grid,
    .dsk-timeline,
    [class*="__grid"]
  ) {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing :where(
    .dsk-icon-list,
    .dsk-alert-steps,
    .dsk-steps-ol,
    .dsk-method-list
  ) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    padding-inline-start: 0;
    margin-inline-start: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing :where(
    .dsk-icon-list,
    .dsk-alert-steps,
    .dsk-steps-ol,
    .dsk-method-list
  ) > li {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-location main #service-template :where(
    .dsk-icon-list,
    .dsk-alert-steps,
    .dsk-steps-ol,
    .dsk-method-list
  ) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    padding-inline-start: 0;
    margin-inline-start: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-location main #service-template :where(
    .dsk-icon-list,
    .dsk-alert-steps,
    .dsk-steps-ol,
    .dsk-method-list
  ) > li {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-location main #service-template :where(ul, ol):not([class]) {
    padding-inline-start: 18px;
    margin-inline-start: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-location main #service-template :where(ul, ol):not([class]) > li {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > :where(ul, ol):not([class]),
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body > :where(ul, ol):not([class]),
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-raid-capability-matrix {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content > :where(ul, ol):not([class]) > li,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body > :where(ul, ol):not([class]) > li,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-raid-capability-matrix > li {
    width: 100%;
  }

  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 18px;
  }

  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-service-landing__body {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px;
  }

  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-incident-grid,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-capability-matrix,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency-steps,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-timeline,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-playbooks__grid,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-faq__grid {
    grid-template-columns: 1fr;
  }

  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-hero__chips {
    width: 100%;
  }

  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-hero__chips span,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-platform-rail span {
    min-width: min(100%, 128px);
    max-width: 100%;
  }

  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency__rules > li,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-incident-grid > li,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-capability-matrix > li,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency-steps > li,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-playbooks__grid > li {
    padding: 14px 14px 14px 40px;
  }

  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-faq__item {
    padding: 14px;
  }

  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-incident-grid > li::before,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-capability-matrix > li::before,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency-steps > li::before,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-playbooks__grid > li::before,
  html.dsk-page-raid[lang="pl"] body.dsk-pl-subpage-owner-v1 main #service-template .dsk-raid-emergency__rules > li::before {
    left: 16px;
    top: 21px;
    width: 8px;
    height: 8px;
  }
}

/* Visual QA pass 44a: family rail + actionable CTA fixes.
   Fix root causes, not per-alert symptoms: mobile/tablet rail drift, pricing
   SEO blurb width drift and CTA tap targets. Visual QA Engine untouched. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main :where(
  .dsk-servicebar__header-cta,
  .dsk-default-contact-cta__phone,
  .dsk-ssd-bottom-cta__secondary,
  .dsk-raid-bottom-cta__secondary,
  .dsk-cta-lab__btn
) {
  min-block-size: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-cta-lab__phone {
  display: inline-flex;
  align-items: center;
  min-block-size: 44px;
  vertical-align: middle;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-how-page[data-page-type="process"] {
  --dsk-process-page-rail: min(1236px, calc(100% - var(--dsk-pl-subpage-gutter) - var(--dsk-pl-subpage-gutter)));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-how-page[data-page-type="process"] main :where(
  .dsk-wrap.dsk-standard-info-rail,
  .dsk-process-main .dsk-wrap,
  .dsk-process-main .dsk-section-head,
  .dsk-process-main .dsk-timeline,
  .dsk-servicebar__wrap
) {
  width: var(--dsk-process-page-rail);
  max-width: var(--dsk-process-page-rail);
  margin-inline: auto;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-services-page main :where(
  .dsk-breadcrumbs,
  .dsk-local-support--services,
  .dsk-svc,
  .dsk-why,
  .dsk-service-faq__inner,
  .dsk-content-extend
) {
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-inline: auto;
  box-sizing: border-box;
}

/* Services hub visual truth pass: restore production-style dark hero on owner rails. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #blog-post-template.dsk-owner-section {
  padding-top: 0;
  background: #f4f7fb;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero.dsk-about-hero {
  position: relative;
  left: calc(-1 * var(--dsk-pl-subpage-rail-left));
  right: auto;
  width: var(--dsk-pl-subpage-shell);
  max-width: var(--dsk-pl-subpage-shell);
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  color: #f8fbff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(9, 27, 45, 0.84) 43%, rgba(11, 32, 52, 0.54) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.18), rgba(7, 17, 31, 0.58)),
    url("/assets/img/hero-lab-2048w.webp") center center / cover no-repeat;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero.dsk-about-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: clamp(36px, 4.4vw, 72px);
  background: linear-gradient(180deg, rgba(244, 247, 251, 0), #f4f7fb 88%);
  pointer-events: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero .dsk-about-hero__inner {
  position: relative;
  z-index: 1;
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-left: var(--dsk-pl-subpage-rail-left);
  margin-right: auto;
}

@media (min-width: 1181px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero .dsk-about-hero__inner {
    width: var(--dsk-pl-subpage-rail);
    max-width: var(--dsk-pl-subpage-rail);
    margin-left: var(--dsk-pl-subpage-rail-left);
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero.dsk-about-hero {
    left: 0;
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero :where(
  .dsk-about-hero__eyebrow,
  .dsk-about-hero__title,
  .dsk-about-hero__subtitle
) {
  color: #f8fbff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero .dsk-about-hero__title {
  max-width: min(860px, 100%);
  font-size: clamp(44px, 4vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero .dsk-about-hero__subtitle {
  max-width: min(720px, 100%);
  color: rgba(226, 232, 240, 0.9);
  font-size: clamp(16px, 1.22vw, 18px);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero .dsk-about-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content #uslugi-hero .dsk-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(226, 232, 240, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.52);
  color: #f8fbff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.14;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

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

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-location-page main#main-content :where(
  .dsk-loc-container,
  .dsk-location-container,
  .dsk-loc-hero__inner,
  .dsk-loc-section__inner,
  .dsk-loc-page .dsk-loc-wrap,
  .dsk-loc-page .dsk-wrap,
  .dsk-loc-page .dsk-wrap--shell
) {
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

/* About visual truth pass: restore production-style full-bleed hero on the PL owner rail. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #blog-post-template.dsk-owner-section {
  padding-top: 0;
  background: #f4f7fb;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #blog-post-template > .dsk-owner-container {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #o-nas-hero.dsk-about-hero {
  position: relative;
  left: 0;
  right: auto;
  width: var(--dsk-pl-subpage-shell);
  max-width: var(--dsk-pl-subpage-shell);
  min-height: clamp(478px, 33vw, 528px);
  margin-left: 0;
  margin-right: 0;
  padding-top: clamp(96px, 7vw, 116px);
  padding-bottom: clamp(84px, 7vw, 110px);
  overflow: hidden;
  color: #f8fbff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(9, 27, 45, 0.78) 47%, rgba(11, 32, 52, 0.42) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.12), rgba(7, 17, 31, 0.5)),
    url("/assets/img/hero-lab-2048w.webp") center center / cover no-repeat;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #o-nas-hero.dsk-about-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: clamp(56px, 6vw, 110px);
  background: linear-gradient(180deg, rgba(244, 247, 251, 0), #f4f7fb 88%);
  pointer-events: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #o-nas-hero .dsk-about-hero__inner {
  position: relative;
  z-index: 1;
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-left: var(--dsk-pl-subpage-rail-left);
  margin-right: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #o-nas-hero :where(
  .dsk-about-hero__eyebrow,
  .dsk-about-hero__title,
  .dsk-about-hero__subtitle
) {
  color: #f8fbff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #o-nas-hero .dsk-about-hero__title {
  max-width: min(650px, 100%);
  font-size: clamp(40px, 3.2vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #o-nas-hero .dsk-about-hero__subtitle {
  max-width: min(720px, 100%);
  color: rgba(226, 232, 240, 0.9);
  font-size: clamp(16px, 1.22vw, 18px);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #o-nas-hero .dsk-about-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #blog-post-template :is(.dsk-servicebar__wrap, .dsk-about-intro-grid, .dsk-about-panels) {
    width: var(--dsk-pl-subpage-rail);
    max-width: var(--dsk-pl-subpage-rail);
    margin-left: var(--dsk-pl-subpage-rail-left);
    margin-right: auto;
    box-sizing: border-box;
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #o-nas-hero .dsk-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(226, 232, 240, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.52);
  color: #f8fbff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.14;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #powiazane-uslugi .dsk-servicebar__header {
  align-items: center;
  margin-bottom: 14px;
  min-height: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #powiazane-uslugi .dsk-servicebar__title {
  margin: 0;
  color: #172033;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-o-nas.dsk-about-page.dsk-pl-subpage-owner-v1 main#main-content #powiazane-uslugi .dsk-servicebar__header-cta {
  min-height: 36px;
  padding: 8px 14px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.15;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-pricing-page main .dsk-seo-blurb__wrap {
  width: 100%;
  max-width: 100%;
}

/* Visual QA pass 44b: exact family rails after older page owners.
   Keeps fixes owner-scoped: services, process, location and pricing rails only. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content :is(
  .dsk-breadcrumbs,
  .dsk-local-support--services,
  .dsk-svc,
  .dsk-why,
  .dsk-service-faq__inner,
  .dsk-content-extend
) {
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-inline: auto;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-how-page.dsk-standard-info-owner-v1.dsk-pl-subpage-owner-v1[data-page-type="process"] main#main-content .dsk-process-main :is(
  .dsk-wrap,
  .dsk-section-head,
  .dsk-timeline
) {
  width: var(--dsk-process-page-rail);
  max-width: var(--dsk-process-page-rail);
  margin-inline: auto;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-bialoleka.dsk-location-page.dsk-pl-subpage-owner-v1 main#main-content :is(
  article.dsk-process-card,
  article.dsk-proof-card,
  article.dsk-problem-card,
  article.dsk-loc-card
) {
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-inline: auto;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-bialoleka.dsk-location-page.dsk-pl-subpage-owner-v1 main#main-content :is(
  .dsk-process-grid,
  .dsk-proof-grid,
  .dsk-problem-grid,
  .dsk-loc-info-grid,
  .dsk-conv-grid
) > :is(
  article.dsk-process-card,
  article.dsk-proof-card,
  article.dsk-problem-card,
  article.dsk-loc-card
) {
  width: auto;
  max-width: 100%;
  margin-inline: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-bialoleka.dsk-location-page.dsk-pl-subpage-owner-v1 main#main-content .dsk-alert-box .dsk-conv-card:first-of-type h3 {
  color: #f8fbff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-bialoleka.dsk-location-page.dsk-pl-subpage-owner-v1 main#main-content .dsk-alert-box .dsk-conv-card:first-of-type .dsk-mini-list li {
  color: rgba(235, 245, 255, 0.9);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-bialoleka.dsk-location-page.dsk-pl-subpage-owner-v1 main#main-content .dsk-loc-hero .dsk-loc-hero__meta li {
  color: #fff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pricing-page.dsk-pl-subpage-owner-v1 main#main-content .dsk-seo-blurb.dsk-seo-blurb {
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-inline: auto;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-how-page.dsk-standard-info-owner-v1.dsk-pl-subpage-owner-v1[data-page-type="process"] {
    --dsk-process-page-rail: var(--dsk-pl-subpage-rail);
  }
}

@media (max-width: 899px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-pl-subpage-owner-v1 main#main-content :is(
    .dsk-breadcrumbs,
    .dsk-local-support--services,
    .dsk-svc,
    .dsk-why,
    .dsk-service-faq__inner,
    .dsk-content-extend
  ) {
    width: calc(100% - var(--dsk-pl-subpage-gutter) - var(--dsk-pl-subpage-gutter));
    max-width: calc(100% - var(--dsk-pl-subpage-gutter) - var(--dsk-pl-subpage-gutter));
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-services-page.dsk-uslugi-visual-repair-v1.dsk-pl-subpage-owner-v1 {
    --dsk-uslugi-shell: min(100% - 80px, 760px);
  }
}

/* Core conversion family polish. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-contact-page main #formularz-zgloszeniowy .dsk-contact-intake-intro h1 {
  color: #f8fbff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-contact-page main .dsk-contact-prep-card,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-contact-page main .dsk-contact-prep-card :where(p, li) {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-cta-lab__phone {
  color: #d1fae5;
  border-bottom-color: rgba(209, 250, 229, 0.62);
  font-weight: 850;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-ship main .dsk-ship-page .dsk-ship-content-body,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-ship main .dsk-ship-page .dsk-ship-panels {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1[data-page-type="thank_you"] main .dsk-thanks-btn.dsk-thanks-btn--primary {
  color: #f8fbff;
  background: linear-gradient(135deg, #047857, #065f46);
  border-color: rgba(255, 255, 255, 0.18);
}

/* Visual QA pass: protected contact/case-form family. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy {
  background:
    radial-gradient(circle at 12% 0%, rgba(6, 95, 70, 0.10), transparent 34%),
    linear-gradient(180deg, #eef4f8 0%, #f8fafc 100%);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-full,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-full > div,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-full > div > div {
  min-width: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-full > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(18px, 2.5vw, 28px);
  align-items: start;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-contact-page main #formularz-zgloszeniowy .contact-full > div {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.92fr);
  gap: clamp(22px, 3vw, 44px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-full > div > div {
  display: block;
  max-width: 100%;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy .contact-full__form,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy .contact-full__location {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 37, 66, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(15, 37, 66, 0.12);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy .contact-full__form {
  padding: clamp(22px, 3vw, 34px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy .contact-full__location {
  display: flex;
  flex-direction: column;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy :where(.dsk-owner-section-title, #dsk-zgloszenie-copy h2) {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy .dsk-owner-section-subtitle,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy .dsk-owner-paragraph,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy #dsk-zgloszenie-copy {
  max-width: 100%;
  color: #475569;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy #dsk-zgloszenie-copy {
  margin: 22px 0 20px;
  padding: 18px;
  border: 1px solid rgba(15, 37, 66, 0.08);
  border-radius: 18px;
  background: #f8fbff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy #dsk-zgloszenie-copy h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.1rem;
  line-height: 1.25;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-contact-page main #formularz-zgloszeniowy .dsk-contact-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 44px;
  block-size: 44px;
  border-radius: 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-contact-page main #formularz-zgloszeniowy .dsk-contact-tile__icon svg {
  inline-size: 20px;
  block-size: 20px;
  max-inline-size: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-form-native {
  display: grid;
  gap: 14px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-form-native .form__group {
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-form-native .form__label {
  display: flex;
  gap: 4px;
  align-items: baseline;
  margin: 0 0 7px;
  color: #0f172a;
  font-size: 0.92rem;
  line-height: 1.28;
  font-weight: 800;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-form-native :where(.contact-form__input, .contact-form__textarea, .contact-form__select) {
  min-height: 48px;
  padding: 12px 14px;
  border-color: rgba(15, 37, 66, 0.14);
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-form-native .contact-form__textarea {
  min-height: 132px;
  resize: vertical;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-form-native .form__checkbox {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: start;
  color: #0f172a;
  line-height: 1.45;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-form-native .form__checkbox input[type="checkbox"] {
  inline-size: 18px;
  block-size: 18px;
  margin: 2px 0 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-form-native .contact-form__btn {
  min-height: 50px;
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #047857, #065f46);
  color: #fff;
  font-weight: 850;
  box-shadow: 0 18px 36px rgba(4, 120, 87, 0.24);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-map-intro,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-gmaps-placecard,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details {
  min-width: 0;
  margin: 0;
  padding: clamp(18px, 2.4vw, 24px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-map-intro {
  border-bottom: 1px solid rgba(15, 37, 66, 0.08);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-map-intro__title,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__title {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 850;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-map-intro__text {
  margin: 0 0 14px;
  color: #475569;
  line-height: 1.55;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-map-route,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-btn-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  padding: 10px 16px;
  border: 1px solid rgba(4, 120, 87, 0.24);
  border-radius: 999px;
  background: #fff;
  color: #047857;
  font-weight: 850;
  line-height: 1.22;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-gmaps-placecard {
  margin: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(15, 37, 66, 0.08);
  border-radius: 16px;
  background: #fff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-gmaps-placecard__top,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__phone,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__email,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__address {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details svg {
  inline-size: 20px;
  block-size: 20px;
  flex: 0 0 20px;
  max-inline-size: none;
  color: #5b93bd;
  fill: currentColor;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__row {
  padding: 18px 0;
  border-top: 1px solid rgba(15, 37, 66, 0.08);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__row:first-child {
  border-top: 0;
  padding-top: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__phone a.tel {
  color: #047857;
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  line-height: 1.08;
  font-weight: 900;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__email a.email,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__address a {
  min-width: 0;
  color: #047857;
  font-weight: 800;
  overflow-wrap: anywhere;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .hours-list {
  display: grid;
  gap: 0;
  inline-size: calc(100% - 4px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(15, 37, 66, 0.08);
  border-radius: 14px;
  overflow: hidden;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .hours-list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
  min-width: 0;
  padding: 12px 14px;
  border-top: 1px solid rgba(15, 37, 66, 0.08);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .hours-list__item:first-child {
  border-top: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .hours-list__time {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: #0f172a;
  font-weight: 850;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-owner-map {
  margin: 0 clamp(14px, 2vw, 18px) clamp(14px, 2vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(15, 37, 66, 0.10);
  border-radius: 16px;
  background: #dfe6ee;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .dsk-owner-map iframe {
  display: block;
  width: 100%;
  min-height: clamp(260px, 34vw, 420px);
}

@media (min-width: 900px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy .contact-full__form {
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy .dsk-owner-section-title {
    margin-bottom: 12px;
    font-size: clamp(1.9rem, 2.85vw, 2.72rem);
    line-height: 1.08;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy #dsk-zgloszenie-copy {
    margin: 18px 0 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy #dsk-zgloszenie-copy h2 {
    margin: 0 0 10px;
    font-size: clamp(1.12rem, 1.45vw, 1.36rem);
    line-height: 1.25;
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-seo-blurb {
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin: var(--dsk-pl-subpage-section-y-tight) auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-seo-blurb__wrap {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-seo-blurb__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--dsk-pl-subpage-gap);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-seo-blurb__card {
  min-width: 0;
  padding: var(--dsk-pl-subpage-card-pad);
  border: 1px solid rgba(15, 37, 66, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 37, 66, 0.08);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-seo-blurb__icon {
  display: block;
  inline-size: 34px;
  block-size: 34px;
  max-inline-size: none;
  margin: 0 0 16px;
  color: #0f172a;
}

@media (min-width: 768px) and (max-width: 899px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy > .dsk-owner-container {
    width: min(720px, calc(100vw - 48px));
    max-width: min(720px, calc(100vw - 48px));
    margin-inline: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy :where(
    .contact-full,
    .contact-full > div,
    .contact-full > div > div,
    .contact-full__form,
    .contact-full__location,
    .contact-details,
    .dsk-map-intro
  ) {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 899px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-full > div,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1 main .dsk-seo-blurb__grid {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-case-form main #formularz-zgloszeniowy .contact-full__form {
    padding: clamp(18px, 5vw, 24px);
  }
}

@media (max-width: 520px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__phone,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__email,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .contact-details__address {
    align-items: flex-start;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1:is(.dsk-contact-page, .dsk-page-case-form) main #formularz-zgloszeniowy .hours-list__item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-ship main .dsk-ship-page {
    padding-top: 22px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-ship main .dsk-ship-page {
    padding-top: 18px;
  }
}

@media (min-width: 900px) and (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-ship main .dsk-ship-page {
    padding-top: 18px;
  }
}

/* FAQ reference parity: restore production-like compact intro and card rhythm. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq {
  --dsk-faq-rail: var(--dsk-pl-subpage-rail);
  --dsk-faq-card-gap: clamp(14px, 1.7vw, 20px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq :where(body, main, #main-content, .dsk-standard-info-shell, .dsk-standard-info-section) {
  background: #fff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info-section {
  padding-top: clamp(54px, 6vw, 78px);
  padding-bottom: clamp(50px, 6vw, 78px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info-rail {
  width: var(--dsk-faq-rail);
  max-width: var(--dsk-faq-rail);
  margin-left: var(--dsk-pl-subpage-rail-left);
  margin-right: auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info-content {
  width: 100%;
  max-width: 100%;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info__title {
  max-width: 100%;
  margin: 0 0 14px;
  color: #087f5b;
  font-size: clamp(0.72rem, 0.68rem + 0.15vw, 0.82rem);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info__lead {
  max-width: min(1010px, 100%);
  margin: 0 0 12px;
  color: #0f172a;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info__lead .display-xl-font {
  display: block;
  font-size: clamp(1.12rem, 0.9rem + 0.56vw, 1.38rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info__intro {
  max-width: min(1120px, 100%);
  margin: 0 0 clamp(22px, 3vw, 34px);
  color: #1f2937;
  font-size: clamp(0.88rem, 0.84rem + 0.12vw, 0.94rem);
  line-height: 1.58;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-wrap {
  width: 100%;
  max-width: 100%;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-section-title {
  margin: clamp(18px, 3vw, 28px) 0 14px;
  color: #0f172a;
  font-size: clamp(0.94rem, 0.88rem + 0.22vw, 1.06rem);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--dsk-faq-card-gap);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-list > .items-grid__item {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-list .items-grid__item-body {
  display: block;
  width: 100%;
  min-width: 0;
  padding: clamp(14px, 1.4vw, 18px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.10);
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-list .items-grid__item-content {
  display: grid;
  gap: 7px;
  min-width: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-list .items-grid__header {
  display: block;
  min-width: 0;
  margin: 0;
  color: #0f172a;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-list .items-grid__header .display-font {
  display: block;
  font-size: clamp(0.94rem, 0.88rem + 0.14vw, 1rem);
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-list .items-grid__summary {
  color: #243244;
  font-size: clamp(0.86rem, 0.82rem + 0.1vw, 0.92rem);
  line-height: 1.58;
  overflow-wrap: anywhere;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-list :where(.items-grid__link, .items-grid__contact-details):empty {
  display: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section {
  padding-top: clamp(34px, 5vw, 54px);
  padding-bottom: clamp(34px, 5vw, 54px);
  margin-top: clamp(30px, 5vw, 54px);
  background: #0d2118;
  color: #fff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section > .dsk-owner-container > .dsk-owner-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: center;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section .dsk-owner-section-title {
  max-width: 360px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.22rem, 0.98rem + 0.78vw, 1.68rem);
  line-height: 1.16;
  font-weight: 850;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section .dsk-owner-section-subtitle,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section .dsk-owner-paragraph,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section .dsk-owner-paragraph p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.92rem, 0.86rem + 0.16vw, 1rem);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section .dsk-owner-paragraph a {
  color: #5ee8bd;
  text-decoration-color: rgba(94, 232, 189, 0.7);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section .dsk-owner-cta-wrapper {
  margin-top: 18px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section .dsk-owner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: #fff;
  color: #0d2118;
  -webkit-text-fill-color: #0d2118;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq {
    --dsk-faq-card-gap: 13px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info-section {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info__title {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-standard-info__lead .display-xl-font {
    font-size: clamp(1rem, 0.88rem + 0.82vw, 1.16rem);
    line-height: 1.2;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main .dsk-faq-list .items-grid__item-body {
    padding: 14px 15px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section {
    margin-top: 28px;
    padding-top: 28px;
    padding-bottom: 30px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section > .dsk-owner-container > .dsk-owner-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-faq main #contact-cta-section .dsk-owner-button {
    width: 100%;
  }
}

/* About page reference parity: keep owner cards compact after global H2 cleanup. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-card {
  padding: clamp(20px, 2.1vw, 28px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-card h2 {
  display: block;
  margin: 4px 0 12px;
  padding: 0;
  color: #0b1220;
  font-size: clamp(1.08rem, 0.92rem + 0.42vw, 1.32rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-card p {
  font-size: clamp(0.94rem, 0.88rem + 0.16vw, 1rem);
  line-height: 1.64;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-panel {
  padding: clamp(20px, 2.2vw, 28px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-panel h2 {
  display: block;
  margin: 28px 0 12px;
  padding: 0;
  color: #0b1220;
  font-size: clamp(1.12rem, 0.94rem + 0.58vw, 1.42rem);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-panel p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-panel li {
  font-size: clamp(0.94rem, 0.88rem + 0.16vw, 1rem);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-panel ol > li {
  padding-left: 2.35rem;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-cta-lab:not(#default-contact-cta-section-template),
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main #dsk-blog-to-service-cta {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-cta-lab .dsk-cta-lab__eyebrow {
  color: rgba(233, 242, 255, 0.72);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-cta-lab .dsk-cta-lab__title {
  color: #ffffff;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.55);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-cta-lab .dsk-cta-lab__text {
  color: rgba(233, 242, 255, 0.78);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-cta-lab .dsk-cta-lab__micro {
  color: rgba(233, 242, 255, 0.62);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-cta-lab .dsk-cta-lab__btn {
  color: #04130a;
  -webkit-text-fill-color: #04130a;
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-card,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-panel {
    padding: 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-card h2,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-page-o-nas main .dsk-about-panel h2 {
    font-size: clamp(1.08rem, 0.98rem + 0.85vw, 1.28rem);
    line-height: 1.22;
  }
}

/* local-clean-20260521: service pages without a dedicated loaded owner still
   receive generated guide cards and the final lab CTA. Render those blocks as
   clean components instead of loose text/link fragments. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section {
  padding: clamp(48px, 6vw, 76px) 0;
  background:
    radial-gradient(680px 300px at 88% 12%, rgba(14, 165, 233, 0.1), transparent 64%),
    linear-gradient(180deg, #eef8fc 0%, #f8fbff 100%);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section > .dsk-owner-container,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section > .container {
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-right: auto;
  margin-left: var(--dsk-pl-subpage-rail-left, auto);
  padding: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(191, 219, 254, 0.76);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 58px rgba(15, 45, 84, 0.08);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 14px;
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  color: #047857;
  font-size: 0.76rem;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__title {
  max-width: 820px;
  margin: 0;
  color: #071225;
  font-size: clamp(1.8rem, 1.34rem + 1.58vw, 2.8rem);
  line-height: 1.08;
  font-weight: 850;
  text-wrap: balance;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__lead {
  max-width: 760px;
  margin: 14px 0 0;
  color: #41516a;
  font-size: clamp(0.96rem, 0.9rem + 0.18vw, 1.05rem);
  line-height: 1.62;
  text-wrap: pretty;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(24px, 3vw, 34px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__card {
  display: flex;
  min-width: 0;
  min-height: 250px;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(191, 219, 254, 0.92);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 45, 84, 0.07);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__card-title {
  margin: 0;
  color: #071225;
  font-size: clamp(1.08rem, 0.98rem + 0.34vw, 1.28rem);
  line-height: 1.22;
  font-weight: 850;
  text-wrap: balance;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__card-text {
  margin: 20px 0 0;
  color: #40516a;
  font-size: 0.98rem;
  line-height: 1.58;
  text-wrap: pretty;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 44px;
  margin-top: auto;
  padding: 11px 18px;
  border-radius: 12px;
  background: #0f8f62;
  color: #ffffff;
  font-size: 0.94rem;
  line-height: 1.1;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 143, 98, 0.22);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__card-link::after {
  content: "›";
  margin-left: 8px;
  font-size: 1.22em;
  line-height: 0;
}

/* guide-link-arrow-flow-20260527
   Keep the guide chevron in normal flex flow so it never collides with CTA text. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__card-link {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  text-align: center;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__card-link::after {
  flex: 0 0 auto;
  margin-left: 0;
  line-height: 1;
  transform: translateY(-1px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab {
  padding: clamp(50px, 6.5vw, 84px) 0;
  background:
    radial-gradient(720px 360px at 86% 18%, rgba(14, 165, 233, 0.24), transparent 64%),
    linear-gradient(135deg, #061424 0%, #0b2137 58%, #123a5b 100%);
  color: #eaf5ff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__inner {
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-right: auto;
  margin-left: var(--dsk-pl-subpage-rail-left, auto);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 4vw, 56px);
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__copy {
  max-width: 700px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__eyebrow {
  margin: 0 0 12px;
  color: rgba(234, 245, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.85rem, 1.28rem + 1.9vw, 3rem);
  line-height: 1.08;
  font-weight: 850;
  text-wrap: balance;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__text {
  max-width: 62ch;
  margin: 14px 0 0;
  color: rgba(234, 245, 255, 0.82);
  font-size: 1rem;
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__phone {
  color: #ffffff;
  font-weight: 850;
  text-decoration-color: rgba(255, 255, 255, 0.32);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__actions {
  display: flex;
  min-width: min(320px, 100%);
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 13px 18px;
  border-radius: 14px;
  background: #18c964;
  color: #04130a;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(24, 201, 100, 0.28);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__micro {
  margin: 0;
  color: rgba(234, 245, 255, 0.64);
  font-size: 0.82rem;
  line-height: 1.35;
  text-align: right;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1[data-service-cluster="usb"] main .dsk-usb-brand-strip {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1[data-service-cluster="usb"] main .dsk-usb-brand-strip span {
  display: inline-flex;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-flash body.dsk-pl-subpage-owner-v1 main .dsk-flash-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 100%;
  margin: 20px 0 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-flash body.dsk-pl-subpage-owner-v1 main .dsk-flash-related-grid a {
  display: flex;
  min-width: 0;
  min-height: 150px;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(191, 219, 254, 0.86);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbfe);
  color: #071225;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(15, 35, 58, 0.08);
  overflow-wrap: anywhere;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-flash body.dsk-pl-subpage-owner-v1 main .dsk-flash-related-grid a > span {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.7);
  color: #0f4f7a;
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 850;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-flash body.dsk-pl-subpage-owner-v1 main .dsk-flash-related-grid strong {
  display: block;
  color: #071225;
  font-size: clamp(1rem, 0.95rem + 0.18vw, 1.08rem);
  line-height: 1.28;
  font-weight: 850;
  text-wrap: balance;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-flash body.dsk-pl-subpage-owner-v1 main .dsk-flash-related-grid em {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: #0f8f62;
  font-size: 0.9rem;
  line-height: 1.2;
  font-style: normal;
  font-weight: 850;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-flash body.dsk-pl-subpage-owner-v1 main .dsk-flash-related-grid em::after {
  content: "›";
  margin-left: 7px;
  font-size: 1.25em;
  line-height: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-pl-subpage-owner-v1 main#main-content .dsk-why__text:has(a:nth-of-type(4)),
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-contact.dsk-pl-subpage-owner-v1 main#main-content .dsk-seo-blurb__text:has(a:nth-of-type(4)) {
  line-height: 1.74;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-uslugi.dsk-pl-subpage-owner-v1 main#main-content .dsk-why__text:has(a:nth-of-type(4)) a,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-contact.dsk-pl-subpage-owner-v1 main#main-content .dsk-seo-blurb__text:has(a:nth-of-type(4)) a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 .12rem .28rem;
  padding: .12rem .48rem;
  border: 1px solid rgba(29, 79, 131, .20);
  border-bottom: 1px solid rgba(29, 79, 131, .20);
  border-radius: 999px;
  background: #eef6ff;
  color: #1d4f83;
  text-decoration: none;
  text-decoration-line: none;
  line-height: 1.34;
  overflow-wrap: anywhere;
}

@media (min-width: 1280px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #service-template.dsk-service-landing .dsk-service-landing__body {
    border-radius: clamp(24px, 1.7vw, 30px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #service-template.dsk-service-landing .dsk-service-landing__body > :where(
    nav[class*="-navpack"],
    .dsk-subnav,
    section[class*="-safety-panel"],
    section[class*="-emergency"],
    section[class*="-faq"],
    .dsk-hdd-quick-qa,
    .dsk-icon-list,
    .dsk-method-list,
    .dsk-steps-ol,
    .dsk-alert-steps,
    .alert-box,
    [class*="-status-strip"],
    [class*="-brand-strip"],
    [class*="-matrix"],
    [class*="-grid"],
    [class*="-playbooks"],
    [class*="-platform-rail"],
    [class*="-section"],
    [class*="-related"]
  ) {
    width: var(--dsk-pl-subpage-module-rail, 100%);
    max-width: var(--dsk-pl-subpage-module-rail, 100%);
    box-sizing: border-box;
  }

  html.dsk-page-usb[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page[data-service-cluster="usb"] main#main-content #service-template.dsk-service-landing .dsk-service-landing__body > :where(
    .dsk-usb-status-strip,
    .dsk-usb-brand-strip,
    .dsk-usb-matrix,
    .dsk-usb-faq,
    .dsk-icon-list--symptoms,
    .dsk-method-list,
    .dsk-steps-ol,
    .alert-box,
    .dsk-alert-steps
  ) {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-flash body.dsk-pl-subpage-owner-v1 main .dsk-flash-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section {
    padding: 38px 0;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-flash body.dsk-pl-subpage-owner-v1 main .dsk-flash-related-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-flash body.dsk-pl-subpage-owner-v1 main .dsk-flash-related-grid a {
    min-height: 0;
    padding: 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section > .dsk-owner-container,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides-section > .container,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__inner {
    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;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides {
    padding: 18px;
    border-radius: 20px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__card {
    min-height: 220px;
    padding: 20px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-guides__card-link {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab {
    padding: 42px 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 22px;
    border-radius: 20px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__actions {
    align-items: stretch;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main .dsk-cta-lab__micro {
    text-align: center;
  }
}

/* service-natural-layout-20260524
   Desktop service pages should read as section bands with controlled modules,
   not as one large rounded page inside the page. */
@media (min-width: 1280px) {
  :is(html[lang="pl"], html[lang="uk"]) 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 {
    position: relative;
    width: var(--dsk-pl-subpage-rail);
    max-width: var(--dsk-pl-subpage-rail);
    margin-top: clamp(34px, 3.8vw, 60px);
    padding: clamp(34px, 4vw, 58px) 0 clamp(64px, 6vw, 96px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
    overflow: visible;
  }

  :is(html[lang="pl"], html[lang="uk"]) 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::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(-1 * var(--dsk-pl-subpage-rail-left, 0px));
    bottom: 0;
    left: calc(-1 * var(--dsk-pl-subpage-rail-left, 0px));
    background:
      radial-gradient(960px 360px at 84% 8%, rgba(14, 165, 233, 0.08), transparent 64%),
      radial-gradient(760px 320px at 8% 18%, rgba(16, 185, 129, 0.07), transparent 68%),
      linear-gradient(180deg, #f4f8fc 0%, #ffffff 42%, #f3f8fc 100%);
    pointer-events: none;
  }

  :is(html[lang="pl"], html[lang="uk"]) 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 > :where(
    h2:not([class]),
    h3:not([class]),
    p,
    ul:not([class]),
    ol:not([class])
  ) {
    max-width: var(--dsk-pl-subpage-copy-rail, 920px);
    margin-left: 0;
    margin-right: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) 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 > :where(
    nav[class*="-navpack"],
    .dsk-subnav,
    section[class*="-safety-panel"],
    section[class*="-emergency"],
    section[class*="-faq"],
    .dsk-hdd-quick-qa,
    .dsk-icon-list,
    .dsk-method-list,
    .dsk-steps-ol,
    .dsk-alert-steps,
    .alert-box,
    [class*="-status-strip"],
    [class*="-brand-strip"],
    [class*="-matrix"],
    [class*="-grid"],
    [class*="-playbooks"],
    [class*="-platform-rail"],
    [class*="-section"],
    [class*="-related"]
  ) {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  :is(html[lang="pl"], html[lang="uk"]) 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 > :where(
    section[class*="-safety-panel"],
    section[class*="-emergency"],
    section[class*="-faq"],
    .dsk-hdd-quick-qa,
    .alert-box,
    [class*="-status-strip"],
    [class*="-matrix"],
    [class*="-playbooks"],
    [class*="-platform-rail"],
    [class*="-section"],
    [class*="-related"]
  ) {
    border-color: rgba(191, 219, 254, 0.72);
    border-radius: clamp(18px, 1.35vw, 24px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 48px rgba(15, 45, 84, 0.08);
  }

  :is(html[lang="pl"], html[lang="uk"]) 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 > :where(
    .dsk-icon-list,
    .dsk-method-list,
    .dsk-steps-ol,
    .dsk-alert-steps,
    [class*="-grid"]
  ) {
    gap: clamp(16px, 1.55vw, 26px);
  }

  :is(html[lang="pl"], html[lang="uk"]) 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 > :where(
    .dsk-icon-list,
    .dsk-method-list,
    .dsk-alert-steps,
    [class*="-grid"]:not(.dsk-subnav):not([class*="-navpack"])
  ) {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  }

  :is(html[lang="pl"], html[lang="uk"]) 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 > :where(
    .dsk-steps-ol,
    [class*="-timeline"]
  ) {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 286px), 1fr));
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section {
    padding: clamp(54px, 5.4vw, 86px) 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section > :where(.dsk-owner-container, .container) {
    width: var(--dsk-pl-subpage-rail);
    max-width: var(--dsk-pl-subpage-rail);
    margin-left: var(--dsk-pl-subpage-rail-left, auto);
    margin-right: auto;
  }

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

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section .dsk-guides__lead {
    max-width: min(820px, 100%);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section .dsk-guides__grid.dsk-guides__grid {
    width: 100%;
    max-width: min(1280px, 100%);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: clamp(16px, 1.45vw, 24px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section .dsk-guides__card.dsk-guides__card {
    min-height: clamp(184px, 10.8vw, 220px);
    padding: clamp(20px, 1.75vw, 28px);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(15, 45, 84, 0.07);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section .dsk-guides__card-text {
    margin-top: clamp(12px, 1.2vw, 16px);
    margin-bottom: clamp(16px, 1.6vw, 22px);
  }

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

@media (min-width: 1024px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #blog-post-template + .dsk-owner-section {
    padding-top: clamp(24px, 2.4vw, 38px);
    padding-bottom: clamp(22px, 2.2vw, 34px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #blog-post-template + .dsk-owner-section .dsk-related-reading {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta {
    padding: clamp(34px, 3.4vw, 54px) 0;
    background: linear-gradient(180deg, #f6fbff 0%, #eef8fc 100%);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta > .dsk-owner-container {
    width: min(var(--dsk-pl-subpage-rail), 1040px);
    max-width: min(var(--dsk-pl-subpage-rail), 1040px);
    margin-left: var(--dsk-pl-subpage-rail-left, auto);
    margin-right: auto;
    padding: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta .dsk-owner-column-content {
    padding: clamp(24px, 2.4vw, 34px);
    border: 1px solid rgba(191, 219, 254, 0.78);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(15, 45, 84, 0.07);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta h3 {
    max-width: 28ch;
    margin: 0 0 12px;
    color: #071225;
    font-size: clamp(1.42rem, 1.1rem + 1.05vw, 2rem);
    line-height: 1.14;
    font-weight: 850;
    letter-spacing: 0;
    text-wrap: balance;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta p,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta li {
    max-width: 72ch;
    color: #40516a;
    font-size: clamp(0.96rem, 0.9rem + 0.16vw, 1.02rem);
    line-height: 1.6;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta p {
    margin: 0 0 14px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta li {
    position: relative;
    min-width: 0;
    padding: 10px 12px 10px 28px;
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: 14px;
    background: #f8fbff;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 1.08em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0f8f62;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #dsk-blog-to-service-cta a {
    color: #047857;
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content .dsk-guides-section {
    padding: clamp(42px, 4.2vw, 66px) 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content .dsk-guides-section .dsk-guides__grid.dsk-guides__grid {
    margin-top: clamp(20px, 2.2vw, 30px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content .dsk-guides-section .dsk-guides__card.dsk-guides__card {
    min-height: clamp(176px, 9vw, 206px);
    padding: clamp(20px, 1.55vw, 26px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content .dsk-faq-rollout-section {
    padding-top: clamp(38px, 3.8vw, 58px);
    padding-bottom: clamp(38px, 3.8vw, 58px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template {
    background: #f6fbff;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template > .dsk-owner-container {
    width: min(var(--dsk-pl-subpage-rail), 1040px);
    max-width: min(var(--dsk-pl-subpage-rail), 1040px);
    margin-left: var(--dsk-pl-subpage-rail-left, auto);
    margin-right: auto;
    padding: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(20px, 3vw, 42px);
    padding: clamp(22px, 2.8vw, 36px);
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 45, 84, 0.075);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-hero__content-wrapper {
    max-width: 68ch;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-hero__title {
    margin: 0;
    color: #071225;
    font-size: clamp(1.42rem, 1.08rem + 1.1vw, 2.05rem);
    line-height: 1.16;
    font-weight: 850;
    letter-spacing: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-hero__subtitle {
    margin-top: 10px;
    color: #40516a;
    font-size: clamp(0.96rem, 0.9rem + 0.16vw, 1.02rem);
    line-height: 1.6;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-cta-wrapper {
    flex: 0 0 auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-nas.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border: 1px solid rgba(4, 120, 87, 0.36);
    border-radius: 14px;
    background: linear-gradient(135deg, #059669, #047857);
    color: #ffffff;
    font-weight: 850;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(4, 120, 87, 0.22);
  }
}

@media (min-width: 1024px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #blog-post-template + .dsk-owner-section {
    padding-top: clamp(24px, 2.4vw, 38px);
    padding-bottom: clamp(22px, 2.2vw, 34px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #blog-post-template + .dsk-owner-section .dsk-related-reading {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta {
    padding: clamp(34px, 3.4vw, 54px) 0;
    background: linear-gradient(180deg, #f6fbff 0%, #eef8fc 100%);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta > .dsk-owner-container,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template > .dsk-owner-container {
    width: min(var(--dsk-pl-subpage-rail), 1040px);
    max-width: min(var(--dsk-pl-subpage-rail), 1040px);
    margin-left: var(--dsk-pl-subpage-rail-left, auto);
    margin-right: auto;
    padding: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta .dsk-owner-column-content {
    padding: clamp(24px, 2.4vw, 34px);
    border: 1px solid rgba(191, 219, 254, 0.78);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(15, 45, 84, 0.07);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta h3 {
    max-width: 30ch;
    margin: 0 0 12px;
    color: #071225;
    font-size: clamp(1.42rem, 1.1rem + 1.05vw, 2rem);
    line-height: 1.14;
    font-weight: 850;
    letter-spacing: 0;
    text-wrap: balance;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta p,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta li {
    max-width: 72ch;
    color: #40516a;
    font-size: clamp(0.96rem, 0.9rem + 0.16vw, 1.02rem);
    line-height: 1.6;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta p {
    margin: 0 0 14px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta li {
    position: relative;
    min-width: 0;
    padding: 10px 12px 10px 28px;
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: 14px;
    background: #f8fbff;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 1.08em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0f8f62;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #dsk-blog-to-service-cta a {
    color: #047857;
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content .dsk-guides-section {
    padding: clamp(42px, 4.2vw, 66px) 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content .dsk-guides-section .dsk-guides__grid.dsk-guides__grid {
    margin-top: clamp(20px, 2.2vw, 30px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content .dsk-guides-section .dsk-guides__card.dsk-guides__card {
    min-height: clamp(176px, 9vw, 206px);
    padding: clamp(20px, 1.55vw, 26px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content .dsk-faq-rollout-section {
    padding-top: clamp(38px, 3.8vw, 58px);
    padding-bottom: clamp(38px, 3.8vw, 58px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template {
    background: #f6fbff;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(20px, 3vw, 42px);
    padding: clamp(22px, 2.8vw, 36px);
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 45, 84, 0.075);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-hero__content-wrapper {
    max-width: 68ch;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-hero__title {
    margin: 0;
    color: #071225;
    font-size: clamp(1.42rem, 1.08rem + 1.1vw, 2.05rem);
    line-height: 1.16;
    font-weight: 850;
    letter-spacing: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-hero__subtitle {
    margin-top: 10px;
    color: #40516a;
    font-size: clamp(0.96rem, 0.9rem + 0.16vw, 1.02rem);
    line-height: 1.6;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-cta-wrapper {
    flex: 0 0 auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-hybrid-page.dsk-service-page main#main-content #default-contact-cta-section-template .dsk-owner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border: 1px solid rgba(4, 120, 87, 0.36);
    border-radius: 14px;
    background: linear-gradient(135deg, #059669, #047857);
    color: #ffffff;
    font-weight: 850;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(4, 120, 87, 0.22);
  }
}

@media (min-width: 1024px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-odzyskiwanie-danych.dsk-pl-subpage-owner-v1 main#main-content .dsk-standard-info-section {
    padding-top: clamp(68px, 6vw, 88px);
    padding-bottom: clamp(52px, 5vw, 74px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-odzyskiwanie-danych.dsk-pl-subpage-owner-v1 main#main-content .dsk-owner-text-image__content {
    max-width: min(980px, var(--dsk-pl-subpage-rail));
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-odzyskiwanie-danych.dsk-pl-subpage-owner-v1 main#main-content .dsk-owner-text-image__content :where(h2, h3) {
    max-width: min(920px, var(--dsk-pl-subpage-rail));
    margin-top: clamp(30px, 3.2vw, 46px);
    margin-bottom: clamp(12px, 1.4vw, 18px);
    text-wrap: balance;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-odzyskiwanie-danych.dsk-pl-subpage-owner-v1 main#main-content .dsk-owner-text-image__content h2 {
    font-size: clamp(2rem, 1.45rem + 1.45vw, 2.75rem);
    line-height: 1.1;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-odzyskiwanie-danych.dsk-pl-subpage-owner-v1 main#main-content .dsk-owner-text-image__content :where(p, ul, ol) {
    max-inline-size: min(820px, var(--dsk-pl-subpage-readable-rail));
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-odzyskiwanie-danych.dsk-pl-subpage-owner-v1 main#main-content .dsk-owner-text-image__content :where(p + p, p + ul, ul + p, ol + p) {
    margin-top: 0.9rem;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-odzyskiwanie-danych.dsk-pl-subpage-owner-v1 main#main-content #default-contact-cta-section-template {
    padding-top: clamp(42px, 4vw, 62px);
    padding-bottom: clamp(42px, 4vw, 62px);
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-mapa-strony.dsk-pl-subpage-owner-v1 main#main-content .dsk-sitemap-local-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 10px;
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-mapa-strony.dsk-pl-subpage-owner-v1 main#main-content .dsk-sitemap-local-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(12, 119, 82, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #0f766e;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(12, 36, 68, 0.045);
}

/* Service detail hero restore: one dark hero before the flat content rail. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero {
  position: relative;
  left: 0;
  width: var(--dsk-pl-subpage-shell);
  max-width: var(--dsk-pl-subpage-shell);
  min-height: clamp(430px, 32vw, 520px);
  margin: 0;
  padding-block: clamp(84px, 6.8vw, 116px) clamp(86px, 7vw, 118px);
  overflow: hidden;
  color: #f8fbff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(9, 27, 45, 0.82) 44%, rgba(11, 32, 52, 0.48) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.14), rgba(7, 17, 31, 0.58)),
    url("/assets/img/hero-lab-2048w.webp") center center / cover no-repeat;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: clamp(42px, 5vw, 88px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 88%);
  pointer-events: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__inner {
  position: relative;
  z-index: 1;
  width: var(--dsk-pl-subpage-rail);
  max-width: var(--dsk-pl-subpage-rail);
  margin-left: var(--dsk-pl-subpage-rail-left);
  margin-right: auto;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__eyebrow {
  max-width: min(760px, 100%);
  margin: 0 0 14px;
  color: rgba(226, 232, 240, 0.88);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__title {
  max-width: min(880px, 100%);
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__subtitle {
  max-width: min(760px, 100%);
  margin: clamp(18px, 2vw, 24px) 0 0;
  color: rgba(226, 232, 240, 0.92);
  font-size: clamp(16px, 1.22vw, 18px);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: clamp(22px, 2.4vw, 30px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid rgba(226, 232, 240, 0.36);
  border-radius: 999px;
  color: #f8fbff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__btn--primary {
  border-color: rgba(16, 185, 129, 0.54);
  background: linear-gradient(135deg, #059669, #047857);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(5, 150, 105, 0.22);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__btn--secondary {
  background: rgba(15, 23, 42, 0.4);
  box-shadow: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: min(920px, 100%);
  margin-top: clamp(18px, 2vw, 24px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid rgba(226, 232, 240, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.52);
  color: #f8fbff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.14;
  white-space: normal;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero + #dsk-page-structure {
  background: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero + #dsk-page-structure #service-template.dsk-service-landing {
  padding-top: clamp(34px, 4vw, 60px);
  background: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero + #dsk-page-structure #service-template.dsk-service-landing::before {
  content: none;
  display: none;
}

@media (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero {
    left: 0;
    width: var(--dsk-pl-subpage-shell);
    max-width: var(--dsk-pl-subpage-shell);
  }

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

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero {
    min-height: 0;
    padding-block: 48px 56px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__title {
    font-size: clamp(30px, 8.4vw, 36px);
    line-height: 1.06;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__subtitle {
    font-size: 16px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__actions {
    align-items: stretch;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__btn {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__badges {
    display: none;
  }
}

/* macbook-mobile-hero-clip-fix: keep the service hero inside the visible mobile canvas. */
@media (max-width: 767px) {
  html.dsk-page-macbook[lang="pl"] {
    overflow-y: auto;
    scrollbar-gutter: auto;
    background: #f8fafc;
  }

  html.dsk-page-macbook[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page {
    inline-size: 100%;
    overflow-y: auto;
    scrollbar-gutter: auto;
  }

  html.dsk-page-macbook[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content {
    inline-size: 100%;
    max-inline-size: 100%;
  }

  html.dsk-page-macbook[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--macbook {
    width: 100%;
    max-width: 100%;
  }

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

  html.dsk-page-macbook[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--macbook .dsk-service-hero__subtitle {
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: wrap;
  }

  html.dsk-page-macbook[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--macbook .dsk-service-hero__actions,
  html.dsk-page-macbook[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--macbook .dsk-service-hero__btn {
    max-width: 100%;
  }
}

@media (max-width: 374px) {
  html.dsk-page-macbook[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--macbook .dsk-service-hero__inner {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

/* macbook-desktop-text-rhythm: keep promoted headings on the same readable rail as prose. */
@media (min-width: 1280px) {
  html.dsk-page-macbook[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--macbook .dsk-service-hero__eyebrow {
    width: fit-content;
    max-width: 100%;
  }

  html.dsk-page-macbook[lang="pl"] 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 > .dsk-service-inline-heading {
    max-width: min(980px, 100%);
    margin-left: 0;
    margin-right: auto;
  }

  html.dsk-page-macbook[lang="pl"] 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 > p {
    max-width: min(880px, 100%);
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-service-page main#main-content .dsk-roi-mobile-sales-cta {
  display: none;
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]):has(body.dsk-roi-rwd-etap1) {
    background: #f8fafc;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-page main#main-content .dsk-roi-mobile-sales-cta {
    display: grid;
    gap: 12px;
    margin: clamp(16px, 4vw, 22px) 0 clamp(18px, 5vw, 28px);
    padding: clamp(14px, 4vw, 18px);
    border: 1px solid rgba(13, 148, 136, 0.2);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 250, 0.94));
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-page main#main-content .dsk-roi-mobile-sales-cta__eyebrow {
    margin: 0;
    color: #0f766e;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-page main#main-content .dsk-roi-mobile-sales-cta__actions {
    display: grid;
    gap: 10px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-page main#main-content .dsk-roi-mobile-sales-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-page main#main-content .dsk-roi-mobile-sales-cta__button--primary {
    border-color: rgba(5, 150, 105, 0.72);
    background: linear-gradient(135deg, #059669, #047857);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(5, 150, 105, 0.2);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-service-page main#main-content .dsk-roi-mobile-sales-cta__button--phone {
    background: #ffffff;
    color: #0f172a;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-forensics.dsk-roi-rwd-etap1 main#main-content .dsk-service-landing__title {
    font-size: clamp(34px, 8.4vw, 38px);
    line-height: 1.08;
  }
}

/* roi-rwd-etap4-service-hero-handoff
   Keep the dark hero premium, but reduce the bright dead-zone before the first service content. */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
  .dsk-service-hero--hdd,
  .dsk-service-hero--ssd,
  .dsk-service-hero--raid,
  .dsk-service-hero--memory,
  .dsk-service-hero--usb,
  .dsk-service-hero--business
) {
  padding-bottom: clamp(64px, 4.8vw, 82px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
  .dsk-service-hero--hdd,
  .dsk-service-hero--ssd,
  .dsk-service-hero--raid,
  .dsk-service-hero--memory,
  .dsk-service-hero--usb,
  .dsk-service-hero--business
)::after {
  height: clamp(32px, 3.2vw, 52px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
  .dsk-service-hero--hdd,
  .dsk-service-hero--ssd,
  .dsk-service-hero--raid,
  .dsk-service-hero--memory,
  .dsk-service-hero--usb,
  .dsk-service-hero--business
) + #dsk-page-structure #service-template.dsk-service-landing {
  padding-top: clamp(22px, 2vw, 34px);
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
    .dsk-service-hero--hdd,
    .dsk-service-hero--ssd,
    .dsk-service-hero--raid,
    .dsk-service-hero--memory,
    .dsk-service-hero--usb,
    .dsk-service-hero--business
  ) {
    padding-bottom: 42px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
    .dsk-service-hero--hdd,
    .dsk-service-hero--ssd,
    .dsk-service-hero--raid,
    .dsk-service-hero--memory,
    .dsk-service-hero--usb,
    .dsk-service-hero--business
  )::after {
    height: 32px;
  }
}

/* service-hero-cta-edge-fit-20260602
   UA service hero buttons were visually too wide on mobile; keep them inside
   the hero rail with a visible edge gutter instead of filling the whole row. */
@media (max-width: 767px) {
  html[lang="uk"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__actions {
    width: min(100%, 320px);
    max-width: calc(100vw - 48px);
    margin-inline: auto;
    justify-content: center;
    align-items: stretch;
  }

  html[lang="uk"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero .dsk-service-hero__btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* visual-next10-service-hero-20260601
   PL-only continuation of roi-rwd-etap4: old service heroes had mobile right-gutter clipping
   and an oversized bright handoff before the first content block. */
html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
  .dsk-service-hero--hdd,
  .dsk-service-hero--ssd,
  .dsk-service-hero--raid,
  .dsk-service-hero--photo,
  .dsk-service-hero--monitoring,
  .dsk-service-hero--macbook
) {
  min-height: 0;
  padding-block: clamp(52px, 4.2vw, 72px) clamp(38px, 3vw, 54px);
}

html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
  .dsk-service-hero--hdd,
  .dsk-service-hero--ssd,
  .dsk-service-hero--raid,
  .dsk-service-hero--photo,
  .dsk-service-hero--monitoring,
  .dsk-service-hero--macbook
) .dsk-service-hero__title {
  max-width: min(900px, 100%);
  font-size: clamp(42px, 3.8vw, 60px);
  line-height: 1.04;
  letter-spacing: 0;
}

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

html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
  .dsk-service-hero--hdd,
  .dsk-service-hero--ssd,
  .dsk-service-hero--raid,
  .dsk-service-hero--photo,
  .dsk-service-hero--monitoring,
  .dsk-service-hero--macbook
) + #dsk-page-structure #service-template.dsk-service-landing {
  padding-top: clamp(14px, 1.6vw, 24px);
}

html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
  .dsk-service-hero--hdd,
  .dsk-service-hero--ssd,
  .dsk-service-hero--raid,
  .dsk-service-hero--photo,
  .dsk-service-hero--monitoring,
  .dsk-service-hero--macbook
) + #dsk-page-structure #service-template.dsk-service-landing .dsk-service-landing__body {
  margin-top: 0;
}

@media (max-width: 767px) {
  html[lang="pl"]:has(body.dsk-pl-subpage-owner-v1.dsk-service-page) {
    scrollbar-gutter: auto;
    background: #fff;
  }

  html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page {
    inline-size: auto;
    width: auto;
    max-width: none;
    scrollbar-gutter: auto;
  }

  html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content {
    inline-size: 100%;
    width: 100%;
    max-inline-size: 100%;
    max-width: 100%;
  }

  html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
    .dsk-service-hero--hdd,
    .dsk-service-hero--ssd,
    .dsk-service-hero--raid,
    .dsk-service-hero--photo,
    .dsk-service-hero--monitoring,
    .dsk-service-hero--macbook
  ) {
    width: 100%;
    max-width: 100%;
    padding-block: 44px 42px;
  }

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

  html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
    .dsk-service-hero--hdd,
    .dsk-service-hero--ssd,
    .dsk-service-hero--raid,
    .dsk-service-hero--photo,
    .dsk-service-hero--monitoring,
    .dsk-service-hero--macbook
  ) .dsk-service-hero__title {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 35px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
    .dsk-service-hero--hdd,
    .dsk-service-hero--ssd,
    .dsk-service-hero--raid,
    .dsk-service-hero--photo,
    .dsk-service-hero--monitoring,
    .dsk-service-hero--macbook
  ) .dsk-service-hero__subtitle,
  html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
    .dsk-service-hero--hdd,
    .dsk-service-hero--ssd,
    .dsk-service-hero--raid,
    .dsk-service-hero--photo,
    .dsk-service-hero--monitoring,
    .dsk-service-hero--macbook
  ) .dsk-service-hero__actions,
  html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
    .dsk-service-hero--hdd,
    .dsk-service-hero--ssd,
    .dsk-service-hero--raid,
    .dsk-service-hero--photo,
    .dsk-service-hero--monitoring,
    .dsk-service-hero--macbook
  ) .dsk-service-hero__btn {
    max-width: 100%;
  }
}

@media (max-width: 374px) {
  html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
    .dsk-service-hero--hdd,
    .dsk-service-hero--ssd,
    .dsk-service-hero--raid,
    .dsk-service-hero--photo,
    .dsk-service-hero--monitoring,
    .dsk-service-hero--macbook
  ) .dsk-service-hero__inner {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

/* visual-next10-human-eye-service-tablet-rail-20260602
   Old PL service heroes looked visibly too close to the left edge at the
   1180px laptop/tablet breakpoint. Keep mobile and wide desktop untouched. */
@media (min-width: 981px) and (max-width: 1180px) {
  html[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero:is(
    .dsk-service-hero--hdd,
    .dsk-service-hero--ssd,
    .dsk-service-hero--raid,
    .dsk-service-hero--memory,
    .dsk-service-hero--usb
  ) .dsk-service-hero__inner {
    width: min(1092px, calc(100% - 88px));
    max-width: min(1092px, calc(100% - 88px));
    margin-inline: auto;
  }
}

/* visual-next10-process-canvas-20260601
   Jak-to-dziala uses the same PL shell, but not the service-page hero family. */
@media (max-width: 767px) {
  html[lang="pl"]:has(body.dsk-page-jak-to-dziala.dsk-pl-subpage-owner-v1) {
    scrollbar-gutter: auto;
    background: #fff;
  }

  html[lang="pl"] body.dsk-page-jak-to-dziala.dsk-pl-subpage-owner-v1 {
    inline-size: auto;
    width: auto;
    max-width: none;
    scrollbar-gutter: auto;
  }

  html[lang="pl"] body.dsk-page-jak-to-dziala.dsk-pl-subpage-owner-v1 main#main-content {
    inline-size: 100%;
    width: 100%;
    max-inline-size: 100%;
    max-width: 100%;
  }
}

/* next5-ransomware-hero-handoff-20260601
   Scoped active-layer fix: ransomware missed the compact service hero handoff. */
html.dsk-page-ransomware[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--ransomware {
  min-height: 0;
  padding-block: clamp(52px, 4.2vw, 72px) clamp(38px, 3vw, 54px);
}

html.dsk-page-ransomware[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--ransomware .dsk-service-hero__title {
  max-width: min(860px, 100%);
  font-size: clamp(42px, 3.7vw, 58px);
}

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

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

html.dsk-page-ransomware[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--ransomware + #dsk-page-structure #service-template.dsk-service-landing .dsk-service-landing__body {
  margin-top: 0;
}

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

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

  html.dsk-page-ransomware[lang="pl"] body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--ransomware .dsk-service-hero__title {
    font-size: clamp(30px, 8vw, 35px);
  }
}

/* ua-rwd-axis-pass-20260602
   UA service chips can run longer than PL; keep the pill group inside the
   16px rail on the narrowest phones without changing the shared chip skin. */
@media (max-width: 374px) {
  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-quick-chips {
    gap: 8px;
    inline-size: min(100%, calc(100vw - 48px));
    max-inline-size: calc(100vw - 48px);
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1 main #service-template.dsk-service-landing .dsk-service-quick-chips__item {
    max-inline-size: 100%;
    padding-inline: 10px;
  }
}

/* ua-mobile-service-fit-20260602
   Ukrainian service copy is longer than PL. Keep service headings, panels and
   CTA groups inside the mobile rail through copy-fit sizing, not hidden overflow. */
@media (max-width: 520px) {
  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #service-template.dsk-service-landing :where(
    .dsk-service-landing__row,
    .dsk-service-landing__body,
    .dsk-service-landing__content,
    .dsk-service-landing__column,
    .dsk-service-landing__column-content
  ) {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #service-template.dsk-service-landing :where(
    .dsk-service-inline-heading,
    .dsk-service-landing__body > h2,
    .dsk-service-landing__body > h3
  ) {
    max-width: 100%;
    min-width: 0;
    font-size: clamp(1.32rem, 5.85vw, 1.62rem);
    line-height: 1.16;
    letter-spacing: 0;
    text-wrap: pretty;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #service-template.dsk-service-landing .dsk-service-landing__body :where(
    p,
    li,
    a,
    strong,
    span,
    h2,
    h3
  ) {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #service-template.dsk-service-landing .dsk-service-landing__body :where(
    [class*="-actions"],
    [class*="-grid"],
    [class*="-list"],
    [class*="-matrix"],
    [class*="-rules"],
    [class*="-panel"]
  ) {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }
}

/* ua-mobile-core-fit-20260602
   Finish narrow-phone fit for Ukrainian core/legal/about/RAID controls that use
   longer labels than PL. Keep the same components; only allow natural wrapping. */
@media (max-width: 520px) {
  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1 main#main-content .dsk-thanks-card {
    box-sizing: border-box;
    max-width: min(100%, calc(100vw - 32px));
    min-width: 0;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1 main#main-content .dsk-thanks-card :where(
    h1,
    h2,
    p,
    a,
    li,
    span
  ) {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1 main#main-content .dsk-thanks-top > :not(.dsk-thanks-icon) {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-pl-subpage-owner-v1.dsk-legal-page main#main-content .dsk-legal-hero-title {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    font-size: clamp(1.72rem, 7.8vw, 2.25rem);
    line-height: 1.08;
    text-wrap: pretty;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-o-nas main#main-content .dsk-cta-lab__btn {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    text-align: center;
    line-height: 1.18;
  }

  html.dsk-page-raid[lang="uk"] body.dsk-lang-uk main#main-content .dsk-raid-bottom-cta__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  html.dsk-page-raid[lang="uk"] body.dsk-lang-uk main#main-content .dsk-raid-bottom-cta__actions :where(a, button) {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    text-align: center;
    line-height: 1.18;
  }

  html.dsk-page-raid[lang="uk"] body.dsk-lang-uk main#main-content .dsk-raid-bottom-cta__actions .dsk-default-contact-cta__phone,
  html.dsk-page-raid[lang="uk"] body.dsk-lang-uk main#main-content .dsk-raid-bottom-cta__actions .dsk-raid-bottom-cta__secondary {
    min-width: 0;
  }
}
