/* Owner: PL memory-card service local clean refactor.
   Scope: odzyskiwanie-danych-z-kart-pamieci.html only. */

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card {
  --mem-navy: #071927;
  --mem-ink: #102236;
  --mem-muted: #53677c;
  --mem-line: rgba(28, 102, 158, .18);
  --mem-line-strong: rgba(28, 102, 158, .32);
  --mem-ice: #eef6fb;
  --mem-ice-soft: #f7fbfd;
  --mem-card: #ffffff;
  --mem-blue: #1d67a8;
  --mem-green: #047857;
  --mem-amber: #b86b00;
  --mem-shadow: 0 18px 48px rgba(15, 35, 58, .10);
  --mem-shadow-soft: 0 10px 28px rgba(15, 35, 58, .07);
  --mem-radius-lg: 28px;
  --mem-radius-md: 18px;
  --mem-rail: var(--dsk-pl-subpage-rail, min(1236px, calc(100vw - 40px)));
  --mem-gutter: clamp(28px, 5vw, 96px);
  --mem-section-pad: clamp(24px, 3.8vw, 46px);
  color: var(--mem-ink);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #service-template {
  background:
    radial-gradient(circle at 82% 10%, rgba(29, 103, 168, .14), transparent 30%),
    linear-gradient(180deg, #f4f8fb 0%, #ffffff 48%, #eef6fb 100%);
}

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

@media (min-width: 481px) and (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template .dsk-service-landing__container {
    margin-inline: auto;
  }
}

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

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

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

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-service-landing__body :is(p, li) {
  color: var(--mem-ink);
  font-size: clamp(1rem, 1.04vw, 1.075rem);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-service-landing__body a {
  color: var(--mem-green);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-subnav__item,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-status li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid var(--mem-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #16527f;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  white-space: normal;
  box-shadow: 0 8px 22px rgba(29, 103, 168, .06);
}

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

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

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: #9aaec0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-hero-panel,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-section {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  box-sizing: border-box;
  border: 1px solid var(--mem-line);
  border-radius: var(--mem-radius-lg);
  box-shadow: var(--mem-shadow);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-hero-panel {
  padding: clamp(24px, 3.8vw, 48px);
  background:
    radial-gradient(circle at 92% 12%, rgba(29, 103, 168, .12), transparent 30%),
    linear-gradient(135deg, #ffffff, #f3f9fd);
  color: var(--mem-ink);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-eyebrow,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-kicker {
  margin: 0 0 12px;
  color: var(--mem-blue);
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-hero-panel .dsk-flash-eyebrow {
  color: var(--mem-blue);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-hero-panel h2 {
  max-width: 890px;
  margin: 0 0 18px;
  color: var(--mem-navy);
  font-size: clamp(1.9rem, 3.2vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-lead {
  max-width: 74ch;
  margin: 0;
  color: var(--mem-ink);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-lead strong {
  color: var(--mem-navy);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-actions,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-btn--primary {
  border-color: rgba(4, 120, 87, .55);
  background: linear-gradient(135deg, #0f9b69, #047857);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(4, 120, 87, .22);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-hero-panel .dsk-flash-btn--secondary,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-hero-panel .dsk-flash-btn--ghost {
  border-color: var(--mem-line-strong);
  background: #ffffff;
  color: var(--mem-green);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-hero-panel .dsk-flash-btn--ghost {
  background: #eef8f4;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-status li {
  border-color: var(--mem-line);
  background: #eaf5fc;
  color: #16527f;
  box-shadow: 0 8px 22px rgba(29, 103, 168, .06);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-section {
  padding: var(--mem-section-pad);
  background: rgba(255, 255, 255, .92);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-section > h2,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-section__copy > h2 {
  max-width: 850px;
  margin: 0 0 16px;
  color: var(--mem-navy);
  font-size: clamp(1.75rem, 2.7vw, 2.9rem);
  line-height: 1.14;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-section > p:not(.dsk-flash-kicker),
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-section__copy > p {
  max-width: 76ch;
  margin: 0 0 16px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-section__copy > p:last-child,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-section > p:last-child {
  margin-bottom: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .8fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
  background: linear-gradient(135deg, #ffffff, var(--mem-ice-soft));
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-safety {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.7vw, 30px);
  border: 1px solid rgba(184, 107, 0, .26);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #fff8e8);
  box-shadow: 0 14px 34px rgba(100, 62, 9, .08);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-safety__label {
  margin: 0 0 10px;
  color: var(--mem-amber);
  font-size: .8rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-safety h3 {
  margin: 0 0 12px;
  color: var(--mem-navy);
  font-size: clamp(1.3rem, 1.9vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-safety > p:not(.dsk-flash-safety__label) {
  margin: 0 0 16px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-safety__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-safety__list li {
  position: relative;
  min-width: 0;
  padding: 10px 12px 10px 34px;
  border: 1px solid rgba(184, 107, 0, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  line-height: 1.45;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-safety__list li::before {
  content: "";
  position: absolute;
  top: 1.05em;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mem-amber);
  box-shadow: 0 0 0 4px rgba(184, 107, 0, .12);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq-grid,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-related-grid {
  display: grid;
  width: 100%;
  gap: 16px;
  margin-top: 22px;
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid--types,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid--symptoms,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq-grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid article,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix article,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq-grid article,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-related-grid a {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--mem-line);
  border-radius: var(--mem-radius-md);
  background: linear-gradient(180deg, var(--mem-card), #f8fbfe);
  box-shadow: var(--mem-shadow-soft);
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid article > span,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix article > span,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-related-grid a > span {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 6px 10px;
  border: 1px solid rgba(29, 103, 168, .14);
  border-radius: 999px;
  background: #eaf5fc;
  color: var(--mem-blue);
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid h3,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix h3,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq-grid h3 {
  margin: 0 0 10px;
  color: var(--mem-navy);
  font-size: clamp(1.08rem, 1.24vw, 1.28rem);
  line-height: 1.2;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid p,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix p,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq-grid p {
  margin: 0;
  color: #304357;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid article p,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix article p {
  margin-top: auto;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix article {
  background: linear-gradient(145deg, #ffffff, #eff7fc);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-timeline {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-timeline li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 6px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--mem-line);
  border-radius: var(--mem-radius-md);
  background: #ffffff;
  box-shadow: var(--mem-shadow-soft);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-timeline span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--mem-navy);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-timeline h3 {
  margin: 0;
  color: var(--mem-navy);
  font-size: 1.12rem;
  line-height: 1.22;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-timeline p {
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-security {
  background:
    linear-gradient(135deg, rgba(7, 25, 39, .96), rgba(16, 67, 98, .92)),
    radial-gradient(circle at 88% 10%, rgba(75, 157, 216, .28), transparent 32%);
  border-color: rgba(196, 225, 247, .22);
  color: #f8fbff;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-security h2,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-security h3,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-security p,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-security li,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-security strong,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-security a {
  color: #f8fbff;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq {
  background: linear-gradient(135deg, #ffffff, var(--mem-ice-soft));
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-related-grid a {
  gap: 10px;
  color: var(--mem-navy);
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-related-grid strong {
  margin: 0;
  color: var(--mem-navy);
  font-size: 1.04rem;
  line-height: 1.3;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-related-grid em {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  color: var(--mem-green);
  font-style: normal;
  font-weight: 850;
  line-height: 1.2;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides-section {
  background: linear-gradient(180deg, #eef6fb, #ffffff);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides-section > .dsk-owner-container,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides {
  width: min(calc(100% - var(--mem-gutter)), var(--mem-rail));
  max-width: var(--mem-rail);
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides {
  padding: var(--mem-section-pad);
  border: 1px solid var(--mem-line);
  border-radius: var(--mem-radius-lg);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--mem-shadow);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__eyebrow {
  margin: 0 0 12px;
  color: var(--mem-green);
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__title {
  max-width: 820px;
  margin: 0 0 14px;
  color: var(--mem-navy);
  font-size: clamp(1.75rem, 2.6vw, 2.8rem);
  line-height: 1.14;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__lead {
  max-width: 76ch;
  margin: 0;
  color: var(--mem-ink);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  min-height: auto;
  padding: clamp(20px, 2vw, 24px);
  border: 1px solid var(--mem-line);
  border-radius: var(--mem-radius-md);
  background: linear-gradient(180deg, #ffffff, #f8fbfe);
  box-shadow: var(--mem-shadow-soft);
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body .dsk-guides .dsk-guides__grid .dsk-guides__card {
  min-height: auto;
  padding: clamp(20px, 2vw, 24px);
  gap: 14px;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__card-title {
  margin: 0 0 12px;
  color: var(--mem-navy);
  font-size: clamp(1.08rem, 1.25vw, 1.28rem);
  line-height: 1.22;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body .dsk-guides .dsk-guides__card-title {
  display: block;
  margin: 0;
  padding: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__card-text {
  margin: 0;
  color: #304357;
  line-height: 1.58;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body .dsk-guides .dsk-guides__card-text {
  display: block;
  margin: 0;
  padding: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__card-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 12px;
  color: var(--mem-green);
  font-weight: 850;
  text-underline-offset: 4px;
}

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

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template {
  background: linear-gradient(180deg, #ffffff, #eef6fb);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template > .dsk-owner-container {
  width: min(calc(100% - var(--mem-gutter)), var(--mem-rail));
  max-width: var(--mem-rail);
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-text-image__content {
  padding: var(--mem-section-pad);
  border: 1px solid rgba(196, 225, 247, .22);
  border-radius: var(--mem-radius-lg);
  background:
    linear-gradient(135deg, rgba(7, 25, 39, .98), rgba(14, 66, 100, .93)),
    radial-gradient(circle at 92% 12%, rgba(75, 157, 216, .25), transparent 32%);
  color: #ffffff;
  box-shadow: var(--mem-shadow);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-title,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-subtitle {
  max-width: 78ch;
  color: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-title {
  font-size: clamp(1.7rem, 2.7vw, 2.8rem);
  line-height: 1.14;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-subtitle {
  margin-top: 12px;
  color: rgba(255, 255, 255, .86);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-flash-bottom-actions .dsk-flash-btn--secondary {
  border-color: rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
  box-shadow: none;
}

/* memory-card-rail-stabilization-20260525
   Align related guides and bottom CTA with the PL service rail, then keep text readable inside it. */
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides-section {
  padding: clamp(54px, 5.5vw, 88px) 0 clamp(38px, 4vw, 58px);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides-section > .dsk-owner-container,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template > .dsk-owner-container {
  width: min(calc(100% - var(--mem-gutter)), var(--mem-rail));
  max-width: var(--mem-rail);
  margin-inline: auto;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides {
  padding-block: 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__header {
  max-width: min(920px, 100%);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template {
  padding: clamp(44px, 4.8vw, 74px) 0 clamp(66px, 6vw, 106px);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-text-image__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
  padding: clamp(28px, 3.6vw, 54px);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-title,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-subtitle {
  max-width: min(880px, 100%);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-flash-bottom-actions {
  width: auto;
  max-width: 100%;
  justify-self: start;
  margin: clamp(8px, 1.4vw, 16px) 0 0;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-service-landing__cta,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-flash-bottom-actions > span {
  min-width: 0;
  max-width: 100%;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-flash-bottom-actions .dsk-flash-btn {
  white-space: normal;
}

/* memory-card-rail-contrast-human-eye-20260526
   Shared PL subpage shells style every "-section" as a light card on desktop.
   This page intentionally uses a dark security panel, so keep that semantic
   module readable and aligned without changing shared service rails. */
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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__container {
  width: min(calc(100% - var(--mem-gutter)), var(--mem-rail));
  max-width: var(--mem-rail);
  margin-inline: auto;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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 {
  padding-bottom: clamp(32px, 3.2vw, 52px);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #service-template {
  padding-bottom: clamp(36px, 3.8vw, 58px);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides-section {
  padding-top: clamp(38px, 4.2vw, 64px);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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 > section.dsk-flash-section.dsk-flash-security {
  background:
    linear-gradient(135deg, rgba(7, 25, 39, .96), rgba(16, 67, 98, .92)),
    radial-gradient(circle at 88% 10%, rgba(75, 157, 216, .28), transparent 32%);
  border-color: rgba(196, 225, 247, .22);
  color: #f8fbff;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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 > section.dsk-flash-section.dsk-flash-security :where(.dsk-flash-kicker, h2, h3, p, a, strong, em, span, li) {
  color: #f8fbff;
  -webkit-text-fill-color: #f8fbff;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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 > section.dsk-flash-section.dsk-flash-security .dsk-flash-kicker {
  color: rgba(216, 234, 255, .82);
  -webkit-text-fill-color: rgba(216, 234, 255, .82);
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section > .dsk-owner-container,
:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #default-contact-cta-section-template > .dsk-owner-container {
  width: min(calc(100% - var(--mem-gutter)), var(--mem-rail));
  max-width: var(--mem-rail);
  margin-inline: auto;
}

:is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section > .dsk-owner-container > .dsk-guides {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

@media (min-width: 1181px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card {
    --mem-rail: var(--dsk-pl-subpage-rail, var(--dsk-global-nav-footer-rail, min(1760px, calc(100vw - 120px))));
  }
}

@media (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card {
    --mem-gutter: 40px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid--symptoms,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card {
    --mem-gutter: 40px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid--types,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq-grid,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-hero-panel h2 {
    font-size: clamp(1.65rem, 5vw, 2.4rem);
  }
}

@media (max-width: 680px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card {
    --mem-gutter: 40px;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-actions,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-bottom-actions {
    align-items: stretch;
    flex-direction: column;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-btn {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-subnav,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-status,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid--types,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-card-grid--symptoms,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-matrix,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq-grid,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-related-grid,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-guides__grid {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-subnav__item,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-status li {
    width: 100%;
    justify-content: flex-start;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-faq-grid article:last-child:nth-child(odd) {
    grid-column: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-timeline li {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card .dsk-flash-timeline span {
    grid-row: auto;
  }
}

@media (max-width: 360px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__container,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__content,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__body {
    min-width: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main #service-template.dsk-service-landing .dsk-service-landing__title {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: clamp(30px, 9vw, 32px);
    line-height: 1.1;
    overflow-wrap: break-word;
    hyphens: auto;
    text-wrap: balance;
  }
}

@media (max-width: 760px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-text-image__content {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-flash-bottom-actions {
    justify-self: stretch;
  }
}

/* memory-card-rwd-polish-20260528
   Keep the PL memory-card page on one service rail and remove stacked
   desktop/4K dead-air between useful content blocks. */
@media (min-width: 901px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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 {
    padding-top: clamp(30px, 2vw, 42px);
    padding-bottom: clamp(34px, 2vw, 48px);
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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__container {
    width: min(calc(100% - var(--mem-gutter)), var(--mem-rail));
    max-width: var(--mem-rail);
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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__content,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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 {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card 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 {
    gap: clamp(22px, 1.8vw, 30px);
    margin-top: clamp(14px, 1vw, 20px);
    padding-top: clamp(18px, 1.25vw, 26px);
    padding-bottom: clamp(30px, 2vw, 44px);
  }

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

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section > .dsk-owner-container,
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #default-contact-cta-section-template > .dsk-owner-container {
    width: min(calc(100% - var(--mem-gutter)), var(--mem-rail));
    max-width: var(--mem-rail);
    margin-inline: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section .dsk-guides.dsk-guides {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #default-contact-cta-section-template#default-contact-cta-section-template {
    padding: clamp(38px, 2.2vw, 52px) 0 clamp(50px, 3vw, 72px);
  }
}

@media (min-width: 1600px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card {
    --mem-rail: min(1760px, calc(100vw - 160px));
  }
}

/* visual-next5-memory-card-guides-cta-handoff-20260601
   Reduce the visible dead-air between the guide island and the final contact
   CTA without changing copy, CTA links or shared service rails. */
@media (min-width: 901px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section.dsk-guides-section {
    padding: clamp(26px, 1.7vw, 40px) 0;
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #default-contact-cta-section-template#default-contact-cta-section-template {
    padding: clamp(30px, 2vw, 44px) 0 clamp(42px, 2.6vw, 62px);
  }
}

@media (max-width: 900px) {
  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content .dsk-guides-section.dsk-guides-section {
    padding-top: clamp(24px, 7vw, 34px);
    padding-bottom: clamp(20px, 6vw, 30px);
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card body.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content #default-contact-cta-section-template#default-contact-cta-section-template {
    padding-top: clamp(24px, 7vw, 34px);
    padding-bottom: clamp(38px, 9vw, 52px);
  }

  :is(html[lang="pl"], html[lang="uk"]).dsk-page-memory-card #default-contact-cta-section-template .dsk-owner-text-image__content {
    padding: clamp(24px, 7vw, 34px);
  }
}
