:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa {
  --waw-ink: #10201f;
  --waw-muted: #5d6b68;
  --waw-line: rgba(16, 32, 31, 0.12);
  --waw-soft: #f4f7f5;
  --waw-panel: #ffffff;
  --waw-dark: #071514;
  --waw-dark-2: #10201f;
  --waw-green: #22c55e;
  --waw-green-dark: #12833d;
  --waw-radius: 18px;
  --waw-shadow: 0 18px 44px rgba(16, 32, 31, 0.09);
  background: var(--waw-soft);
  color: var(--waw-ink);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa #dsk-page-structure,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa #dsk-page-structure * {
  box-sizing: border-box;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-location-shell {
  background: var(--waw-soft);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa #dsk-page-structure > .dsk-owner-section > .dsk-owner-container {
  width: min(1180px, calc(100vw - 48px));
  max-width: none;
  margin-inline: auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-section {
  padding: clamp(110px, 11vw, 148px) 0 44px;
  background: var(--waw-dark);
  color: #f6fbf8;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: center;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: clamp(28px, 4vw, 48px) 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-card-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin: 0 0 14px;
  padding: 6px 10px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  color: #187a3f;
  background: rgba(34, 197, 94, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-section .dsk-waw-eyebrow,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-card .dsk-waw-card-label {
  color: #a8f1c1;
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(168, 241, 193, 0.28);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 5vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: #d9e7e0;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero__content > p:not(.dsk-waw-eyebrow):not(.dsk-waw-lead) {
  max-width: 740px;
  margin: 16px 0 0;
  color: #b9c9c4;
  line-height: 1.7;
}

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

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

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

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-button--primary {
  color: #062018;
  background: var(--waw-green);
  border-color: var(--waw-green);
  box-shadow: 0 14px 28px rgba(34, 197, 94, 0.23);
}

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

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

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-section .dsk-waw-button--secondary,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-panel .dsk-waw-button--secondary,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta .dsk-waw-button--secondary {
  color: var(--waw-ink);
  background: #ffffff;
  border-color: rgba(16, 32, 31, 0.18);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-section .dsk-waw-button--ghost,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta .dsk-waw-button--ghost {
  color: #d9e7e0;
  border-color: rgba(217, 231, 224, 0.26);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(217, 231, 224, 0.18);
  border-radius: 999px;
  color: #d9e7e0;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.88rem;
  line-height: 1.2;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 28px;
  border: 1px solid rgba(217, 231, 224, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.14;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-card p {
  margin: 16px 0 0;
  color: #c9d9d4;
  line-height: 1.62;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-mini-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-mini-list span {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #e9f5ef;
  line-height: 1.45;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-mini-list span::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--waw-green);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-card,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-route-grid a,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-stat-grid a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--waw-line);
  border-radius: var(--waw-radius);
  color: var(--waw-ink);
  background: var(--waw-panel);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(16, 32, 31, 0.06);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-card {
  color: #f8fffb;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(217, 231, 224, 0.14);
  box-shadow: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-card span,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-route-grid span,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-stat-grid span {
  font-weight: 850;
  line-height: 1.2;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-card small {
  color: #c9d9d4;
  line-height: 1.45;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-route-grid small,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-stat-grid small {
  color: var(--waw-muted);
  line-height: 1.45;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-route-grid em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  margin-top: auto;
  padding: 8px 12px;
  border: 1px solid rgba(18, 131, 61, 0.16);
  border-radius: 999px;
  color: var(--waw-green-dark);
  background: rgba(34, 197, 94, 0.08);
  font-style: normal;
  font-weight: 850;
  line-height: 1.1;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-section {
  padding: clamp(54px, 6vw, 76px) 0;
  background: var(--waw-soft);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-section:nth-of-type(even) {
  background: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-section-head h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-contact-copy h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-security-shell h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-panel h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta h2 {
  margin: 0;
  color: var(--waw-ink);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-section-head p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-contact-copy p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-security-shell p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-panel p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--waw-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

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

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

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

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-card,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--waw-line);
  border-radius: var(--waw-radius);
  background: var(--waw-panel);
  box-shadow: 0 14px 34px rgba(16, 32, 31, 0.06);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-service-card {
  min-height: 226px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-card h3,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-service-card h3,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-card h3 {
  margin: 0;
  color: var(--waw-ink);
  font-size: 1.17rem;
  line-height: 1.22;
  letter-spacing: 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-card p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-service-card p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-card p {
  margin: 12px 0 0;
  color: var(--waw-muted);
  line-height: 1.58;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-card a,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-service-card a,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  margin-top: auto;
  padding: 9px 13px;
  border: 1px solid rgba(18, 131, 61, 0.18);
  border-radius: 999px;
  color: var(--waw-green-dark);
  background: rgba(34, 197, 94, 0.08);
  font-weight: 800;
  line-height: 1.12;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-service-card p + a,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-card p + a {
  margin-top: auto;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-contact-shell,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-security-shell,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-overview,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-panel,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--waw-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--waw-shadow);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-contact-shell,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-security-shell,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-overview {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: stretch;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-security-shell {
  align-items: center;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-contact-meta,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-contact-meta span,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-points span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--waw-line);
  border-radius: 14px;
  color: var(--waw-ink);
  background: var(--waw-soft);
  line-height: 1.35;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-contact-meta span::before,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-points span::before,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-check-list li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 0.42em;
  border-radius: 50%;
  background: var(--waw-green);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 20px;
  color: #eaf8f1;
  background: var(--waw-dark-2);
  min-height: 100%;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-card h3,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-card p {
  color: #eef8f2;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-card p {
  color: #cbdad5;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-steps {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-steps span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(217, 231, 224, 0.14);
  border-radius: 14px;
  color: #eef8f2;
  background: rgba(255, 255, 255, 0.07);
  line-height: 1.35;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-steps span::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 0.4em;
  border-radius: 50%;
  background: var(--waw-green);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-card a {
  color: #062018;
  background: var(--waw-green);
  border-color: var(--waw-green);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-map-card a + a {
  margin-top: 10px;
  color: #d9e7e0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(217, 231, 224, 0.22);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-proof-card {
  display: grid;
  gap: 16px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-lab-image {
  min-height: 230px;
  border-radius: 18px;
  background-image: url("/assets/img/home/owner-v4/dysk-hdd-diagnostyka-powierzchni-480w.webp");
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--waw-line);
  border-radius: 14px;
  color: var(--waw-ink);
  background: var(--waw-soft);
  line-height: 1.45;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-stat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-steps li {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--waw-line);
  border-radius: var(--waw-radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 32, 31, 0.06);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #062018;
  background: var(--waw-green);
  font-weight: 900;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-steps h3 {
  margin: 0;
  color: var(--waw-ink);
  font-size: 1.14rem;
  line-height: 1.22;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-steps p {
  margin: 10px 0 0;
  color: var(--waw-muted);
  line-height: 1.6;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-panel {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.8fr);
  align-items: center;
  background: var(--waw-dark-2);
  color: #f6fbf8;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-panel h2,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta h2 {
  color: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-panel p,
:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta p {
  color: #cbdad5;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-points span {
  color: #eef8f2;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(217, 231, 224, 0.16);
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-faq-list {
  display: grid;
  gap: 12px;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-faq-list details {
  border: 1px solid var(--waw-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 32, 31, 0.05);
  overflow: clip;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 18px 20px;
  color: var(--waw-ink);
  font-weight: 850;
  line-height: 1.3;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-faq-list summary::marker {
  content: "";
}

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

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-faq-list summary::after {
  content: "+";
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #062018;
  background: var(--waw-green);
  font-weight: 900;
  line-height: 1;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-faq-list details[open] summary::after {
  content: "-";
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--waw-muted);
  line-height: 1.68;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-related {
  padding: 42px 0;
  background: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-related .dsk-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-related .dsk-subnav__item {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--waw-line);
  border-radius: 999px;
  color: var(--waw-ink);
  background: var(--waw-soft);
  font-weight: 800;
  text-decoration: none;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta-section {
  padding: 36px 0 72px;
  background: #ffffff;
}

:is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  background: var(--waw-dark);
  border-color: rgba(217, 231, 224, 0.14);
}

@media (max-width: 1180px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-card-grid--four,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa #dsk-page-structure > .dsk-owner-section > .dsk-owner-container {
    width: min(100% - 32px, 720px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero {
    grid-template-columns: 1fr;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero__content,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-card {
    min-height: auto;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-contact-shell,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-security-shell,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-overview,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-b2b-panel,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-final-cta {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-section {
    padding-top: 74px;
    padding-bottom: 14px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa #dsk-page-structure > .dsk-owner-section > .dsk-owner-container {
    width: min(100% - 28px, 720px);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero {
    gap: 16px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
    line-height: 1.02;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-card-grid--four,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-card-grid--three,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-route-grid,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-steps {
    grid-template-columns: 1fr;
  }

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

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-button {
    min-height: 50px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero .dsk-waw-action-row {
    gap: 8px;
    margin-top: 16px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero .dsk-waw-button--ghost {
    display: none;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-lead {
    margin-top: 14px;
    line-height: 1.52;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero__content > p:not(.dsk-waw-eyebrow):not(.dsk-waw-lead) {
    margin-top: 12px;
    line-height: 1.55;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-chip-row {
    gap: 7px;
    margin-top: 14px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-chip-row span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.8rem;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-card {
    padding: 18px;
    border-radius: 18px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-card h2 {
    font-size: clamp(1.28rem, 6.4vw, 1.62rem);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-hero-card p {
    margin-top: 10px;
    line-height: 1.5;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-mini-list {
    gap: 7px;
    margin-top: 12px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-card {
    gap: 5px;
    padding: 11px;
    border-radius: 14px;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-card span {
    font-size: 0.88rem;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-quick-card small {
    font-size: 0.74rem;
    line-height: 1.32;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-page-location-warszawa .dsk-waw-section {
    padding: 48px 0;
  }
}
