:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video {
  --dsk-pv-ink: #07152e;
  --dsk-pv-muted: #40506c;
  --dsk-pv-soft: #f4f8fc;
  --dsk-pv-soft-2: #edf4fa;
  --dsk-pv-line: rgba(17, 44, 78, 0.13);
  --dsk-pv-line-strong: rgba(17, 44, 78, 0.2);
  --dsk-pv-action: #05865d;
  --dsk-pv-action-dark: #056849;
  --dsk-pv-warn: #fff7ed;
  --dsk-pv-warn-line: rgba(181, 83, 24, 0.22);
  --dsk-pv-radius-lg: 26px;
  --dsk-pv-radius-md: 18px;
  --dsk-pv-shadow: 0 24px 72px rgba(15, 39, 70, 0.12);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-service-landing-section {
  padding-bottom: clamp(44px, 6vw, 78px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-service-landing__shell {
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-service-landing__content {
  width: 100%;
  max-width: 100%;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-service-landing__body {
  background: #fff;
  border: 1px solid var(--dsk-pv-line);
  border-radius: var(--dsk-pv-radius-lg);
  box-shadow: var(--dsk-pv-shadow);
  color: var(--dsk-pv-muted);
  margin-top: clamp(30px, 4vw, 44px);
  padding: clamp(24px, 4vw, 46px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-service-landing__body p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-late-flow p {
  line-height: 1.68;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-service-landing__body h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-late-flow h2 {
  color: var(--dsk-pv-ink);
  letter-spacing: 0;
  line-height: 1.12;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-service-landing__body h3,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-late-flow h3 {
  color: var(--dsk-pv-ink);
  letter-spacing: 0;
  line-height: 1.2;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-emergency {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-emergency__copy,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-first-step {
  border-radius: 24px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-emergency__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-first-step {
  background: linear-gradient(180deg, #f7fbff 0%, #eef7f1 100%);
  border: 1px solid var(--dsk-pv-line-strong);
  box-shadow: 0 18px 48px rgba(18, 58, 93, 0.08);
  padding: clamp(22px, 3vw, 30px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-first-step h2 {
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  margin: 8px 0 14px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-label {
  color: var(--dsk-pv-action-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-label {
  display: inline-flex;
  line-height: 1.2;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-lead {
  color: var(--dsk-pv-ink);
  font-size: clamp(1.17rem, 1.7vw, 1.42rem);
  font-weight: 750;
  margin: 0 0 14px;
  max-width: 62ch;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-chip-row span {
  align-items: center;
  background: #eef8f4;
  border: 1px solid rgba(5, 134, 93, 0.18);
  border-radius: 999px;
  color: #123c36;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.15;
  min-height: 34px;
  padding: 8px 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-action-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  line-height: 1.15;
  min-height: 48px;
  padding: 13px 20px;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-button--primary {
  background: var(--dsk-pv-action);
  border: 1px solid var(--dsk-pv-action);
  color: #fff;
  box-shadow: 0 16px 34px rgba(5, 134, 93, 0.2);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-button--secondary {
  background: #fff;
  border: 1px solid rgba(7, 21, 46, 0.24);
  color: var(--dsk-pv-ink);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-button:hover {
  transform: translateY(-1px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-button--primary:hover {
  background: var(--dsk-pv-action-dark);
  border-color: var(--dsk-pv-action-dark);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-button--secondary:hover {
  border-color: var(--dsk-pv-action);
  color: var(--dsk-pv-action-dark);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-checklist,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-warning-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-checklist li,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-warning-list li {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--dsk-pv-line);
  border-radius: 14px;
  color: var(--dsk-pv-muted);
  display: flex;
  gap: 10px;
  line-height: 1.5;
  padding: 11px 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-checklist li::before,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-warning-list li::before {
  align-items: center;
  background: rgba(5, 134, 93, 0.11);
  border-radius: 999px;
  color: var(--dsk-pv-action-dark);
  content: "✓";
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 0.85rem;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  line-height: 1;
  margin-top: 1px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-section {
  margin-top: clamp(48px, 6vw, 72px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-section-head {
  margin-bottom: clamp(18px, 2.5vw, 26px);
  max-width: 820px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-section-head h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  margin: 0 0 14px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-section-head p:last-child {
  margin-bottom: 0;
  max-width: 72ch;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid {
  align-items: stretch;
  display: grid;
  gap: 16px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card {
  background: #fff;
  border: 1px solid var(--dsk-pv-line);
  border-radius: var(--dsk-pv-radius-md);
  box-shadow: 0 14px 36px rgba(18, 51, 82, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  padding: 20px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card h3 {
  font-size: clamp(1.05rem, 1.25vw, 1.24rem);
  margin: 0 0 10px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card p {
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-section--media .dsk-pv-card,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-section--trust .dsk-pv-card {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-steps li {
  background: #fff;
  border: 1px solid var(--dsk-pv-line);
  border-radius: var(--dsk-pv-radius-md);
  box-shadow: 0 14px 36px rgba(18, 51, 82, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 18px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-step-number {
  align-items: center;
  background: #07152e;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  line-height: 1;
  width: 44px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-steps h3 {
  font-size: 1.02rem;
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-steps p {
  font-size: 0.95rem;
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-section--rescue {
  background: var(--dsk-pv-warn);
  border: 1px solid var(--dsk-pv-warn-line);
  border-radius: var(--dsk-pv-radius-lg);
  padding: clamp(22px, 3vw, 32px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-rescue-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-rescue-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(181, 83, 24, 0.16);
  border-radius: 18px;
  padding: 20px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-rescue-card h3 {
  margin: 0 0 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-rescue-card--dont .dsk-pv-checklist li::before,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-warning-list li::before {
  background: rgba(181, 83, 24, 0.12);
  color: #9a4216;
  content: "!";
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-action-row--rescue {
  margin-top: 18px;
}

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

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-link-grid a {
  background: #f8fbff;
  border: 1px solid var(--dsk-pv-line);
  border-radius: 16px;
  color: var(--dsk-pv-ink);
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 106px;
  padding: 17px;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-link-grid span {
  font-weight: 850;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-link-grid small {
  color: var(--dsk-pv-muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section {
  padding: clamp(48px, 6vw, 72px) 0 clamp(24px, 4vw, 42px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-owner-container {
  width: min(1236px, calc(100% - 40px));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-guides {
  border-radius: var(--dsk-pv-radius-lg);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-guides__grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-owner-column-content .dsk-guides__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-guides__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 26px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-guides__card p {
  flex-grow: 1;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-guides__card-link {
  align-self: flex-start;
  margin-top: auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video #default-contact-cta-section-template.dsk-pv-guide-cta {
  background: transparent;
  padding: 0 0 clamp(52px, 6vw, 76px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-strip,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-final-cta {
  align-items: center;
  background: linear-gradient(135deg, #07152e 0%, #12345f 100%);
  border-radius: var(--dsk-pv-radius-lg);
  color: #fff;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(24px, 3vw, 34px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-strip .dsk-pv-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-final-cta .dsk-pv-eyebrow {
  color: #72e4bb;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-strip h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-final-cta h2 {
  color: #fff;
  font-size: clamp(1.55rem, 2.3vw, 2.3rem);
  margin: 0 0 10px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-strip p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-final-cta p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-strip .dsk-pv-button--secondary,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-final-cta .dsk-pv-button--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video #DSK-persona-boost.dsk-pv-late-flow {
  background: linear-gradient(180deg, #f3f7fb 0%, #fff 100%);
  padding: clamp(56px, 7vw, 86px) 0 clamp(48px, 6vw, 76px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-late-shell {
  display: grid;
  gap: clamp(42px, 5vw, 62px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-late-section--warning {
  background: var(--dsk-pv-warn);
  border: 1px solid var(--dsk-pv-warn-line);
  border-radius: var(--dsk-pv-radius-lg);
  padding: clamp(22px, 3vw, 32px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-steps--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-final-cta {
  margin-top: clamp(6px, 1vw, 12px);
}

@media (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid--four,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-link-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-steps {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-guides__grid {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-owner-column-content .dsk-guides__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-emergency,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-rescue-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-strip,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-final-cta {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid--three,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid--two,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-steps--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-service-landing__body {
    border-radius: 20px;
    padding: 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid--four,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid--three,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card-grid--two,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-link-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-steps,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-steps--compact {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-action-row,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-button {
    width: 100%;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-card,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-rescue-card {
    padding: 16px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section .dsk-owner-column-content .dsk-guides__grid {
    grid-template-columns: 1fr;
  }
}

/* dsk-photo-video-spacing-repair-20260601 */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--photo {
  min-height: clamp(390px, 29vw, 480px);
  padding-block: clamp(58px, 5vw, 92px) clamp(48px, 4.2vw, 76px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--photo::after {
  height: clamp(28px, 3.2vw, 56px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--photo + #dsk-page-structure #service-template.dsk-service-landing {
  padding-top: clamp(20px, 2.5vw, 36px);
  padding-bottom: clamp(28px, 3.5vw, 48px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-service-landing__body {
  margin-top: clamp(16px, 2vw, 28px);
  padding: clamp(20px, 3vw, 34px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > #dsk-page-structure.dsk-pl-page-structure > #service-template#service-template.dsk-service-landing .dsk-service-landing__body.dsk-service-landing__body {
  margin-top: clamp(16px, 2vw, 28px);
  padding: clamp(20px, 3vw, 34px);
}

@media (min-width: 1280px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.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 {
    padding-inline: 0;
  }
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-emergency__copy {
  justify-content: flex-start;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-section {
  margin-top: clamp(36px, 4.5vw, 58px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-guides-section {
  padding: clamp(32px, 4vw, 56px) 0 clamp(20px, 3vw, 34px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video #DSK-persona-boost.dsk-pv-late-flow {
  padding: clamp(42px, 5vw, 66px) 0 clamp(34px, 4vw, 56px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video .dsk-pv-late-shell {
  gap: clamp(32px, 4vw, 48px);
}

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

@media (max-width: 820px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--photo + #dsk-page-structure #service-template.dsk-service-landing {
    padding-top: 24px;
  }

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

/* dsk-photo-video-guides-rhythm-repair-20260601 */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content #service-template.dsk-service-landing {
  padding-bottom: clamp(18px, 2.2vw, 30px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content #service-template.dsk-service-landing .dsk-service-landing__body {
  padding-block-end: clamp(18px, 2vw, 26px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-guides-section.dsk-owner-section {
  padding-block: clamp(24px, 2.8vw, 42px) clamp(42px, 4vw, 54px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-guides-section .dsk-guides__grid {
  gap: clamp(14px, 1.5vw, 22px);
  margin-top: clamp(18px, 2vw, 28px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-guides-section .dsk-guides__card {
  height: auto;
  min-block-size: clamp(218px, 16vw, 260px);
  padding: clamp(18px, 1.8vw, 24px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-guides-section .dsk-guides__card h3,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-guides-section .dsk-guides__card p {
  display: block;
  padding: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-guides-section .dsk-guides__card p {
  flex-grow: 0;
  margin: clamp(12px, 1vw, 16px) 0 clamp(18px, 1.5vw, 24px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content #default-contact-cta-section-template.dsk-pv-guide-cta {
  padding-bottom: clamp(34px, 4vw, 54px);
}

@media (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-guides-section .dsk-guides__card {
    min-block-size: auto;
  }
}

@media (min-width: 1024px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.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-bottom: clamp(16px, 1.8vw, 24px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.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 {
    padding-block-end: clamp(20px, 1.8vw, 26px);
  }
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-guides-section.dsk-owner-section {
    padding-block: 22px 44px;
  }
}

/* dsk-photo-video-hero-handoff-guarded-repair-20260601 */
@media (min-width: 1024px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--photo {
    padding-block-end: clamp(40px, 3.5vw, 58px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--photo::after {
    height: clamp(22px, 2.4vw, 38px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--photo + #dsk-page-structure #service-template.dsk-service-landing {
    padding-top: clamp(14px, 1.7vw, 24px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > #dsk-page-structure.dsk-pl-page-structure > #service-template#service-template.dsk-service-landing .dsk-service-landing__body.dsk-service-landing__body {
    margin-top: clamp(12px, 1.5vw, 22px);
  }
}

@media (max-width: 767px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--photo::after {
    height: 30px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > .dsk-service-hero.dsk-service-hero--photo + #dsk-page-structure #service-template.dsk-service-landing {
    padding-top: 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.dsk-pl-subpage-owner-v1.dsk-service-page main#main-content > #dsk-page-structure.dsk-pl-page-structure > #service-template#service-template.dsk-service-landing .dsk-service-landing__body.dsk-service-landing__body {
    margin-top: 16px;
  }
}

/* dsk-photo-video-card-collision-repair-20260601 */
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.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 {
  padding-inline: clamp(24px, 2.2vw, 40px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-section-head h2 {
  font-size: clamp(1.9rem, 2.45vw, 2.65rem);
  line-height: 1.08;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-card-grid {
  gap: clamp(18px, 1.45vw, 24px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-card {
  padding: clamp(22px, 1.45vw, 26px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-card-label {
  margin-bottom: 10px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-card h3 {
  line-height: 1.22;
  margin-bottom: 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-card p {
  line-height: 1.5;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-steps {
  gap: clamp(18px, 1.4vw, 24px);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-steps li {
  padding: clamp(22px, 1.6vw, 26px);
}

@media (max-width: 680px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1.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 {
    padding-inline: 20px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-card,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-steps li {
    padding: 20px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-photo-video.dsk-pl-site-rail-pass-v1 main#main-content .dsk-pv-card h3 {
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

/* ua-rwd-axis-pass-20260602
   Preserve the PL section model while keeping the longer Ukrainian late-flow
   headings and card grids inside the 16px mobile rail on 320px screens. */
@media (max-width: 374px) {
  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-late-shell,
  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-late-section,
  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-card-grid {
    box-sizing: border-box;
    inline-size: min(100%, calc(100vw - 32px));
    margin-inline: auto;
    max-inline-size: calc(100vw - 32px);
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-section-head,
  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-section-head h2,
  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-late-flow h2 {
    max-inline-size: 100%;
    min-inline-size: 0;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-section-head h2,
  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-late-flow h2 {
    font-size: clamp(1.55rem, 7.2vw, 1.85rem);
    line-height: 1.12;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-card {
    max-inline-size: 100%;
    padding: 16px;
  }
}

/* ua-mobile-photo-video-fit-20260602
   Ukrainian helper lists are longer; keep late-flow cards and warning lists
   inside the mobile rail without masking overflow. */
@media (max-width: 520px) {
  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video :where(
    .dsk-pv-rescue-grid,
    .dsk-pv-warning-list,
    .dsk-pv-checklist,
    .dsk-pv-rescue-card,
    .dsk-pv-card,
    .dsk-pv-late-section
  ) {
    box-sizing: border-box;
    max-inline-size: 100%;
    min-inline-size: 0;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-late-section--warning {
    padding-inline: clamp(16px, 5vw, 22px);
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-rescue-grid {
    grid-template-columns: minmax(0, 1fr);
    inline-size: 100%;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-rescue-card {
    padding-inline: 14px;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video :where(.dsk-pv-warning-list, .dsk-pv-checklist) {
    inline-size: 100%;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video :where(.dsk-pv-warning-list li, .dsk-pv-checklist li) {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    max-inline-size: 100%;
    min-inline-size: 0;
    gap: 8px;
    padding-inline: 10px;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video :where(
    .dsk-pv-warning-list li,
    .dsk-pv-checklist li,
    .dsk-pv-rescue-card,
    .dsk-pv-card
  ) {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-warning-list li,
  html[lang="uk"] body.dsk-lang-uk.dsk-page-photo-video .dsk-pv-checklist li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    overflow-wrap: anywhere;
  }
}
