html {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body.frontend-page-static:not(.is-menu-open):not(.menu-open):not(
    .site-menu-open
  ) {
  position: static !important;
  inset: auto !important;
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.frontend-page-static:not(.is-menu-open):not(.menu-open):not(
    .site-menu-open
  )
  .site-shell,
body.frontend-page-static:not(.is-menu-open):not(.menu-open):not(
    .site-menu-open
  )
  .site-main {
  position: relative;
  height: auto !important;
  min-height: 0;
  max-height: none !important;
  overflow: visible !important;
}

.static-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.static-page {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  overflow: visible;
  color: #f8fbfc;
  background: #05090d;
}

.static-page *,
.static-page *::before,
.static-page *::after {
  box-sizing: border-box;
}

.static-page img {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}

/*
|--------------------------------------------------------------------------
| Wspólna etykieta
|--------------------------------------------------------------------------
*/

.static-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #00f2ff;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.static-page-eyebrow::before {
  display: block;
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  content: "";
  border-radius: 999px;
  background: #00f2ff;
  box-shadow: 0 0 18px rgba(0, 242, 255, 0.44);
}

/*
|--------------------------------------------------------------------------
| Breadcrumb
|--------------------------------------------------------------------------
*/

.static-breadcrumb {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  margin-bottom: clamp(52px, 8vh, 96px);
}

.static-breadcrumb__list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.static-breadcrumb__item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: rgba(224, 234, 239, 0.62);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.static-breadcrumb__item i {
  flex: 0 0 auto;
  color: rgba(0, 242, 255, 0.55);
  font-size: 8px;
}

.static-breadcrumb__link,
.static-breadcrumb__current {
  display: inline-flex;
  min-width: 0;
  align-items: center;
}

.static-breadcrumb__link {
  color: rgba(224, 234, 239, 0.68);
  text-decoration: none;
  transition: color 220ms ease;
}

.static-breadcrumb__link:hover {
  color: #00f2ff;
}

.static-breadcrumb__current {
  overflow: hidden;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
|--------------------------------------------------------------------------
| Strony statyczne — wyłącznie pole „Treść strony”
|--------------------------------------------------------------------------
|
| Na wszystkich publicznych stronach statycznych nie są renderowane:
| hero, breadcrumb, banner, zdjęcie ani pole „Krótki opis”.
| Widoczna pozostaje wyłącznie zawartość pola noidung.
|
*/

.static-page--content-only {
  width: 100%;
  min-height: 100vh;
  overflow: visible;
}

.static-content-only {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  padding: calc(var(--site-header-height, 86px) + clamp(70px, 8vw, 130px)) 0
    clamp(96px, 10vw, 170px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 242, 255, 0.08), transparent 28%),
    radial-gradient(
      circle at 88% 78%,
      rgba(94, 106, 210, 0.09),
      transparent 34%
    ),
    #05090d;
}

.static-content-only__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.92),
    rgba(0, 0, 0, 0.54) 78%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.92),
    rgba(0, 0, 0, 0.54) 78%,
    transparent
  );
  pointer-events: none;
}

.static-content-only__container {
  position: relative;
  z-index: 2;
}

.static-content-only__article {
  width: min(100%, 980px);
  margin-inline: auto;
}

.static-content-only__body {
  margin: 0;
}

.static-content-only__body > :first-child {
  margin-top: 0;
}

.static-content-only__body > :last-child {
  margin-bottom: 0;
}

.static-content-only__body h1,
.static-content-only__body h2,
.static-content-only__body h3,
.static-content-only__body h4,
.static-content-only__body h5,
.static-content-only__body h6 {
  scroll-margin-top: calc(var(--site-header-height, 86px) + 24px);
}

.static-content-only__empty {
  width: min(100%, 760px);
  margin-inline: auto;
  padding: 28px;
  border: 1px solid rgba(150, 169, 184, 0.18);
  border-radius: 18px;
  color: #93a2a9;
  background: rgba(10, 17, 24, 0.82);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 760px) {
  .static-content-only {
    padding: calc(var(--site-header-height, 72px) + 52px) 0 90px;
  }

  .static-content-only__grid {
    background-size: 48px 48px;
  }
}

@media (max-width: 460px) {
  .static-content-only {
    padding: calc(var(--site-header-height, 68px) + 40px) 0 72px;
  }
}

/*
|--------------------------------------------------------------------------
| Hero strony O nas
|--------------------------------------------------------------------------
*/

.static-about-hero {
  position: relative;
  display: block;
  min-height: clamp(610px, 82vh, 860px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 14% 38%,
      rgba(0, 242, 255, 0.13),
      transparent 34%
    ),
    radial-gradient(
      circle at 84% 20%,
      rgba(94, 106, 210, 0.13),
      transparent 34%
    ),
    radial-gradient(
      circle at 72% 78%,
      rgba(106, 210, 255, 0.18),
      transparent 36%
    ),
    linear-gradient(135deg, #061216 0%, #080d16 48%, #0a0b18 100%);
}

.static-about-hero__media {
  position: absolute;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  background: #05090d;
}

.static-about-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  visibility: visible;
  filter: none;
  mix-blend-mode: normal;
  transform: scale(1.015);
}

.static-about-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  display: block;
  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 11, 0.96) 0%,
      rgba(2, 8, 11, 0.84) 38%,
      rgba(2, 8, 11, 0.42) 72%,
      rgba(2, 8, 11, 0.26) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 7, 10, 0.34) 0%,
      rgba(3, 7, 10, 0.1) 50%,
      rgba(3, 7, 10, 0.94) 100%
    );
  pointer-events: none;
}

.static-about-hero:not(.has-banner) .static-about-hero__overlay {
  background:
    radial-gradient(
      circle at 15% 45%,
      rgba(0, 242, 255, 0.12),
      transparent 34%
    ),
    radial-gradient(
      circle at 78% 24%,
      rgba(94, 106, 210, 0.16),
      transparent 37%
    ),
    linear-gradient(135deg, rgba(4, 17, 22, 0.98), rgba(7, 10, 18, 0.98));
}

.static-about-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 94%);
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.72),
    transparent 94%
  );
  pointer-events: none;
}

.static-about-hero__container {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: inherit;
  padding-top: calc(var(--site-header-height, 86px) + clamp(48px, 6vh, 78px));
  padding-bottom: clamp(104px, 14vh, 150px);
  flex-direction: column;
}

.static-about-hero__content {
  display: flex;
  width: min(940px, 82%);
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  align-items: flex-start;
}

.static-about-hero__title {
  max-width: 940px;
  margin: 24px 0 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(54px, 7.5vw, 116px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.96;
  text-wrap: balance;
  text-shadow: 0 24px 64px rgba(0, 0, 0, 0.38);
}

.static-about-hero__summary {
  max-width: 760px;
  margin-top: clamp(26px, 3vw, 40px);
  color: rgba(229, 239, 243, 0.84);
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 400;
  line-height: 1.7;
}

.static-about-hero__summary > :first-child {
  margin-top: 0;
}

.static-about-hero__summary > :last-child {
  margin-bottom: 0;
}

.static-about-hero__scroll {
  position: absolute;
  bottom: 42px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.static-about-hero__scroll i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #00f2ff;
  background: rgba(5, 9, 13, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: static-about-scroll 1.8s ease-in-out infinite;
}

.static-about-hero__scroll:hover {
  color: #00f2ff;
}

/*
|--------------------------------------------------------------------------
| Treść strony O nas
|--------------------------------------------------------------------------
|
| Tytuł strony nie jest powtarzany w tej sekcji.
| Widoczna jest wyłącznie treść pola noidung.
|
*/

.static-about-content {
  position: relative;
  padding: clamp(86px, 9vw, 150px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(0, 242, 255, 0.07),
      transparent 29%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(94, 106, 210, 0.09),
      transparent 33%
    ),
    #05090d;
}

.static-about-content::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.static-about-content::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 40px));
  height: 1px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.14),
    transparent
  );
  transform: translateX(-50%);
  pointer-events: none;
}

.static-about-content__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(340px, 0.82fr)
    minmax(0, 1.18fr);
  gap: clamp(52px, 7vw, 120px);
  align-items: start;
}

.static-about-content__layout--without-photo {
  display: block;
}

.static-about-content__layout--without-photo .static-about-content__article {
  width: min(100%, 980px);
  margin: 0 auto;
}

.static-about-content__visual {
  position: relative;
  min-width: 0;
}

.static-about-content__image-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(160, 178, 193, 0.22);
  border-radius: clamp(22px, 2.5vw, 34px);
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.05), rgba(94, 106, 210, 0.05)),
    #0b1219;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.static-about-content__image-frame::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(180deg, transparent 72%, rgba(4, 9, 13, 0.18) 100%),
    linear-gradient(135deg, rgba(0, 242, 255, 0.025), transparent 46%);
  pointer-events: none;
}

.static-about-content__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: clamp(480px, 55vw, 760px);
  max-height: 820px;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: scale(1.001);
  transition: transform 700ms ease;
}

.static-about-content__image-frame:hover .static-about-content__image {
  transform: scale(1.045);
}

.static-about-content__image-line {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 3;
  display: block;
  width: 92px;
  height: 3px;
  border-radius: 999px;
  background: #00f2ff;
  box-shadow: 0 0 24px rgba(0, 242, 255, 0.5);
}

.static-about-content__visual::before {
  position: absolute;
  top: -26px;
  left: -26px;
  z-index: -1;
  width: 150px;
  height: 150px;
  content: "";
  border-top: 1px solid rgba(0, 242, 255, 0.34);
  border-left: 1px solid rgba(0, 242, 255, 0.34);
  border-radius: 28px 0 0;
}

.static-about-content__visual::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
  width: 190px;
  height: 190px;
  content: "";
  border-right: 1px solid rgba(94, 106, 210, 0.32);
  border-bottom: 1px solid rgba(94, 106, 210, 0.32);
  border-radius: 0 0 30px;
}

.static-about-content__article {
  min-width: 0;
  padding-top: clamp(6px, 2vw, 24px);
}

.static-about-content__body {
  margin: 0;
}

/*
|--------------------------------------------------------------------------
| Hero pozostałych stron statycznych
|--------------------------------------------------------------------------
*/

.static-page-hero {
  position: relative;
  display: block;
  min-height: clamp(430px, 54vh, 620px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 16% 40%, rgba(0, 242, 255, 0.1), transparent 34%),
    radial-gradient(
      circle at 82% 20%,
      rgba(94, 106, 210, 0.15),
      transparent 35%
    ),
    #061016;
}

.static-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  background: #05090d;
}

.static-page-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  visibility: visible;
  filter: none;
}

.static-page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  display: block;
  background:
    linear-gradient(
      90deg,
      rgba(3, 8, 12, 0.95) 0%,
      rgba(3, 8, 12, 0.78) 50%,
      rgba(3, 8, 12, 0.48) 100%
    ),
    linear-gradient(180deg, rgba(3, 8, 12, 0.36), rgba(3, 8, 12, 0.78));
  pointer-events: none;
}

.static-page-hero:not(.has-banner) .static-page-hero__overlay {
  background:
    radial-gradient(circle at 15% 44%, rgba(0, 242, 255, 0.1), transparent 34%),
    radial-gradient(
      circle at 82% 22%,
      rgba(94, 106, 210, 0.15),
      transparent 38%
    ),
    #061016;
}

.static-page-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.static-page-hero__container {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: inherit;
  padding-top: calc(var(--site-header-height, 86px) + clamp(44px, 6vh, 70px));
  padding-bottom: clamp(70px, 9vh, 105px);
  flex-direction: column;
}

.static-page-hero__content {
  width: min(100%, 900px);
  margin-top: auto;
}

.static-page-hero__title {
  max-width: 900px;
  margin: 22px 0 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1;
  text-wrap: balance;
}

.static-page-hero__summary {
  max-width: 740px;
  margin-top: 26px;
  color: rgba(225, 235, 239, 0.8);
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.75;
}

.static-page-hero__summary > :first-child {
  margin-top: 0;
}

.static-page-hero__summary > :last-child {
  margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Dokument prawny
|--------------------------------------------------------------------------
*/

.static-document {
  position: relative;
  padding: clamp(78px, 8vw, 128px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(94, 106, 210, 0.075),
      transparent 28%
    ),
    #05090d;
}

.static-document::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1280px, calc(100% - 40px));
  height: 1px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.13),
    transparent
  );
  transform: translateX(-50%);
}

.static-document__layout {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(240px, 0.34fr)
    minmax(0, 0.66fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: start;
}

.static-document__layout--without-photo {
  display: block;
}

.static-document__layout--without-photo .static-document__article {
  width: min(100%, 940px);
  margin: 0 auto;
}

.static-document__media {
  position: sticky;
  top: calc(var(--site-header-height, 86px) + 28px);
  min-width: 0;
}

.static-document__image-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(150, 169, 184, 0.22);
  border-radius: 22px;
  background: #0b1219;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.static-document__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

.static-document__article {
  min-width: 0;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(150, 169, 184, 0.18);
  border-radius: clamp(20px, 2vw, 28px);
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.025), transparent 46%), #0a1118;
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

/*
|--------------------------------------------------------------------------
| Treść CKEditor
|--------------------------------------------------------------------------
*/

.static-rich-text {
  min-width: 0;
  color: #b7c3c9;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.82;
  overflow-wrap: anywhere;
  word-break: normal;
}

.static-rich-text > :first-child {
  margin-top: 0;
}

.static-rich-text > :last-child {
  margin-bottom: 0;
}

.static-rich-text p {
  margin: 0 0 22px;
}

.static-rich-text h1,
.static-rich-text h2,
.static-rich-text h3,
.static-rich-text h4,
.static-rich-text h5,
.static-rich-text h6 {
  color: #f7fbfc;
  font-family: "Sora", "Inter", sans-serif;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.22;
  text-wrap: balance;
}

.static-rich-text h1 {
  margin: 52px 0 24px;
  font-size: clamp(34px, 4vw, 56px);
}

.static-rich-text h2 {
  margin: 48px 0 22px;
  font-size: clamp(29px, 3.4vw, 46px);
}

.static-rich-text h3 {
  margin: 40px 0 19px;
  font-size: clamp(24px, 2.7vw, 35px);
}

.static-rich-text h4 {
  margin: 34px 0 17px;
  font-size: clamp(20px, 2vw, 27px);
}

.static-rich-text h5 {
  margin: 30px 0 15px;
  font-size: 18px;
}

.static-rich-text h6 {
  margin: 28px 0 14px;
  color: #00f2ff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.static-rich-text > h1:first-child,
.static-rich-text > h2:first-child,
.static-rich-text > h3:first-child,
.static-rich-text > h4:first-child,
.static-rich-text > h5:first-child,
.static-rich-text > h6:first-child {
  margin-top: 0;
}

.static-rich-text strong,
.static-rich-text b {
  color: #eef9fa;
  font-weight: 700;
}

.static-rich-text em {
  color: #d3dde1;
}

.static-rich-text a {
  color: #00f2ff;
  text-decoration: underline;
  text-decoration-color: rgba(0, 242, 255, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition:
    color 220ms ease,
    text-decoration-color 220ms ease;
}

.static-rich-text a:hover {
  color: #6cf8ff;
  text-decoration-color: #6cf8ff;
}

.static-rich-text ul,
.static-rich-text ol {
  margin: 24px 0;
  padding-left: 26px;
}

.static-rich-text li {
  margin: 10px 0;
  padding-left: 5px;
}

.static-rich-text li::marker {
  color: #00f2ff;
  font-weight: 700;
}

.static-rich-text blockquote {
  position: relative;
  margin: 38px 0;
  padding: 28px 30px 28px 34px;
  overflow: hidden;
  border: 1px solid rgba(0, 242, 255, 0.2);
  border-left: 3px solid #00f2ff;
  border-radius: 0 18px 18px 0;
  color: #dce7ea;
  background:
    linear-gradient(135deg, rgba(0, 242, 255, 0.06), rgba(94, 106, 210, 0.035)),
    rgba(255, 255, 255, 0.015);
  font-size: 17px;
  font-style: italic;
  line-height: 1.75;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.static-rich-text blockquote::before {
  position: absolute;
  top: 11px;
  right: 20px;
  content: "\f10d";
  color: rgba(0, 242, 255, 0.1);
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
}

.static-rich-text blockquote > :last-child {
  margin-bottom: 0;
}

.static-rich-text hr {
  width: 100%;
  height: 1px;
  margin: 46px 0;
  border: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.16),
    transparent
  );
}

.static-rich-text img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 34px auto;
  border: 1px solid rgba(150, 169, 184, 0.2);
  border-radius: 18px;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.26);
}

.static-rich-text figure {
  max-width: 100%;
  margin: 36px 0;
}

.static-rich-text figure img {
  margin: 0;
}

.static-rich-text figcaption {
  margin-top: 12px;
  color: #7f8d94;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.static-rich-text iframe,
.static-rich-text video {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 34px 0;
  border: 1px solid rgba(150, 169, 184, 0.2);
  border-radius: 18px;
  background: #0a1118;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.26);
}

.static-rich-text iframe {
  min-height: 420px;
}

.static-rich-text pre {
  max-width: 100%;
  margin: 32px 0;
  padding: 24px;
  overflow-x: auto;
  border: 1px solid rgba(150, 169, 184, 0.2);
  border-radius: 16px;
  color: #d6f9fb;
  background: #030608;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.7;
}

.static-rich-text code {
  padding: 2px 6px;
  border-radius: 6px;
  color: #8afaff;
  background: rgba(0, 242, 255, 0.08);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.9em;
}

.static-rich-text pre code {
  padding: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
}

.static-rich-text table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 32px 0;
  overflow-x: auto;
  border-collapse: collapse;
  color: #b8c5ca;
  background: #091017;
}

.static-rich-text table th,
.static-rich-text table td {
  min-width: 150px;
  padding: 15px 17px;
  border: 1px solid rgba(150, 169, 184, 0.18);
  text-align: left;
  vertical-align: top;
}

.static-rich-text table th {
  color: #ebf9fa;
  background: rgba(0, 242, 255, 0.06);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/*
|--------------------------------------------------------------------------
| Strona 404
|--------------------------------------------------------------------------
*/

.static-not-found {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: calc(var(--site-header-height, 86px) + 72px) 0 90px;
  place-items: center;
  overflow: hidden;
  background-color: #05090d;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 36%, rgba(0, 242, 255, 0.1), transparent 34%);
  background-size:
    80px 80px,
    80px 80px,
    auto;
}

.static-not-found__panel {
  position: relative;
  width: min(100%, 780px);
  padding: clamp(48px, 7vw, 86px);
  overflow: hidden;
  border: 1px solid rgba(145, 164, 180, 0.22);
  border-radius: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(135deg, rgba(0, 242, 255, 0.055), rgba(94, 106, 210, 0.04)),
    #0a1118;
  text-align: center;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.static-not-found__code {
  display: block;
  color: #00f2ff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(74px, 13vw, 160px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.86;
  text-shadow: 0 0 46px rgba(0, 242, 255, 0.24);
}

.static-not-found__title {
  margin: 34px 0 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(31px, 4.5vw, 52px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.static-not-found__description {
  max-width: 560px;
  margin: 22px auto 0;
  color: #9caab1;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.static-not-found__button {
  display: inline-flex;
  min-height: 56px;
  margin-top: 34px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #00f2ff;
  border-radius: 999px;
  color: #041216;
  background: #00f2ff;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 242, 255, 0.16);
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.static-not-found__button:hover {
  background: #58f7ff;
  box-shadow: 0 18px 42px rgba(0, 242, 255, 0.24);
  transform: translateY(-3px);
}

/*
|--------------------------------------------------------------------------
| Fokus
|--------------------------------------------------------------------------
*/

.static-page a:focus-visible {
  outline: 3px solid rgba(0, 242, 255, 0.44);
  outline-offset: 4px;
}

/*
|--------------------------------------------------------------------------
| Animacja
|--------------------------------------------------------------------------
*/

@keyframes static-about-scroll {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

/*
|--------------------------------------------------------------------------
| Mniejszy desktop
|--------------------------------------------------------------------------
*/

@media (max-width: 1240px) {
  .static-about-hero__content {
    width: min(860px, 88%);
  }

  .static-about-content__layout {
    grid-template-columns:
      minmax(320px, 0.8fr)
      minmax(0, 1.2fr);
    gap: 64px;
  }

  .static-about-content__visual::before {
    top: -20px;
    left: -20px;
  }

  .static-about-content__visual::after {
    right: -22px;
    bottom: -22px;
  }

  .static-document__layout {
    grid-template-columns:
      minmax(220px, 0.32fr)
      minmax(0, 0.68fr);
    gap: 48px;
  }
}

/*
|--------------------------------------------------------------------------
| Tablet poziomy
|--------------------------------------------------------------------------
*/

@media (max-width: 1080px) {
  .static-about-hero {
    min-height: 690px;
  }

  .static-about-hero__container {
    padding-top: calc(var(--site-header-height, 78px) + 48px);
    padding-bottom: 120px;
  }

  .static-about-hero__content {
    width: min(780px, 92%);
  }

  .static-about-hero__title {
    font-size: clamp(52px, 9vw, 88px);
  }

  .static-about-content__layout {
    grid-template-columns:
      minmax(290px, 0.76fr)
      minmax(0, 1.24fr);
    gap: 48px;
  }

  .static-about-content__image {
    min-height: 540px;
  }

  .static-page-hero {
    min-height: 500px;
  }

  .static-page-hero__container {
    padding-top: calc(var(--site-header-height, 78px) + 44px);
  }

  .static-document__layout {
    grid-template-columns:
      minmax(200px, 0.3fr)
      minmax(0, 0.7fr);
    gap: 38px;
  }

  .static-document__article {
    padding: 38px;
  }
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 920px) {
  .static-about-hero {
    min-height: 650px;
  }

  .static-about-hero__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(2, 8, 11, 0.94) 0%,
        rgba(2, 8, 11, 0.77) 62%,
        rgba(2, 8, 11, 0.52) 100%
      ),
      linear-gradient(180deg, rgba(3, 7, 10, 0.28), rgba(3, 7, 10, 0.92));
  }

  .static-about-hero__content {
    width: 100%;
  }

  .static-about-hero__summary {
    max-width: 680px;
  }

  .static-about-content__layout {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .static-about-content__visual {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .static-about-content__image {
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .static-about-content__article {
    width: min(100%, 820px);
    margin: 0 auto;
    padding-top: 0;
  }

  .static-document__layout {
    grid-template-columns: 1fr;
  }

  .static-document__media {
    position: static;
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .static-document__image {
    aspect-ratio: 16 / 9;
  }
}

/*
|--------------------------------------------------------------------------
| Mały tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 760px) {
  .static-page-eyebrow {
    font-size: 10px;
  }

  .static-page-eyebrow::before {
    width: 27px;
    flex-basis: 27px;
  }

  .static-breadcrumb {
    margin-bottom: 54px;
  }

  .static-breadcrumb__item {
    font-size: 10px;
  }

  .static-about-hero {
    min-height: 610px;
  }

  .static-about-hero__grid,
  .static-page-hero__grid {
    background-size: 48px 48px;
  }

  .static-about-hero__container {
    padding-top: calc(var(--site-header-height, 72px) + 38px);
    padding-bottom: 108px;
  }

  .static-about-hero__title {
    margin-top: 19px;
    font-size: clamp(43px, 12vw, 68px);
    letter-spacing: -0.065em;
  }

  .static-about-hero__summary {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.65;
  }

  .static-about-hero__scroll {
    bottom: 30px;
  }

  .static-about-content {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .static-about-content::before {
    background-size: 48px 48px;
  }

  .static-about-content__layout {
    gap: 54px;
  }

  .static-about-content__visual::before,
  .static-about-content__visual::after {
    display: none;
  }

  .static-about-content__image-frame {
    border-radius: 22px;
  }

  .static-about-content__image-line {
    right: 22px;
    bottom: 22px;
    width: 72px;
  }

  .static-page-hero {
    min-height: 460px;
  }

  .static-page-hero__container {
    padding-top: calc(var(--site-header-height, 72px) + 36px);
    padding-bottom: 72px;
  }

  .static-page-hero__title {
    font-size: clamp(39px, 10vw, 60px);
  }

  .static-page-hero__summary {
    margin-top: 22px;
    font-size: 15px;
  }

  .static-document {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .static-document__article {
    padding: 30px 26px;
    border-radius: 20px;
  }

  .static-rich-text {
    font-size: 15px;
    line-height: 1.78;
  }

  .static-rich-text iframe {
    min-height: 340px;
  }

  .static-rich-text blockquote {
    margin: 30px 0;
    padding: 24px 24px 24px 27px;
    font-size: 16px;
  }
}

/*
|--------------------------------------------------------------------------
| Telefon
|--------------------------------------------------------------------------
*/

@media (max-width: 620px) {
  .static-about-hero {
    min-height: 570px;
  }

  .static-about-hero__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(2, 8, 11, 0.91) 0%,
        rgba(2, 8, 11, 0.69) 100%
      ),
      linear-gradient(180deg, rgba(3, 7, 10, 0.36), rgba(3, 7, 10, 0.96));
  }

  .static-about-hero__container {
    padding-top: calc(var(--site-header-height, 72px) + 30px);
    padding-bottom: 80px;
  }

  .static-about-hero__title {
    font-size: clamp(39px, 12.5vw, 58px);
    line-height: 1;
  }

  .static-about-hero__summary {
    font-size: 15px;
  }

  .static-about-hero__scroll {
    display: none;
  }

  .static-about-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .static-about-content__layout {
    gap: 44px;
  }

  .static-about-content__image {
    aspect-ratio: 1.15 / 1;
  }

  .static-about-content__image-line {
    right: 18px;
    bottom: 18px;
    width: 62px;
    height: 2px;
  }

  .static-page-hero {
    min-height: 430px;
  }

  .static-page-hero__container {
    padding-top: calc(var(--site-header-height, 72px) + 28px);
    padding-bottom: 64px;
  }

  .static-page-hero__title {
    margin-top: 18px;
    font-size: clamp(36px, 11vw, 51px);
  }

  .static-document {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .static-document__article {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .static-rich-text {
    font-size: 14px;
    line-height: 1.74;
  }

  .static-rich-text p {
    margin-bottom: 19px;
  }

  .static-rich-text h1 {
    font-size: 33px;
  }

  .static-rich-text h2 {
    font-size: 29px;
  }

  .static-rich-text h3 {
    font-size: 24px;
  }

  .static-rich-text h4 {
    font-size: 20px;
  }

  .static-rich-text ul,
  .static-rich-text ol {
    padding-left: 22px;
  }

  .static-rich-text blockquote {
    padding: 21px 19px 21px 23px;
    border-radius: 0 14px 14px 0;
    font-size: 15px;
  }

  .static-rich-text blockquote::before {
    right: 12px;
    font-size: 32px;
  }

  .static-rich-text iframe {
    min-height: 280px;
  }

  .static-not-found {
    padding-top: calc(var(--site-header-height, 72px) + 50px);
    padding-bottom: 60px;
    background-size:
      48px 48px,
      48px 48px,
      auto;
  }

  .static-not-found__panel {
    padding: 46px 24px;
    border-radius: 24px;
  }

  .static-not-found__description {
    font-size: 14px;
  }

  .static-not-found__button {
    width: 100%;
  }
}

/*
|--------------------------------------------------------------------------
| Mały telefon
|--------------------------------------------------------------------------
*/

@media (max-width: 460px) {
  .static-breadcrumb {
    margin-bottom: 42px;
  }

  .static-breadcrumb__list {
    gap: 7px;
  }

  .static-breadcrumb__item {
    gap: 7px;
    font-size: 9px;
  }

  .static-about-hero {
    min-height: 540px;
  }

  .static-about-hero__container {
    padding-top: calc(var(--site-header-height, 68px) + 26px);
    padding-bottom: 70px;
  }

  .static-about-hero__title {
    font-size: clamp(35px, 12.7vw, 49px);
  }

  .static-about-hero__summary {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .static-about-content {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .static-about-content__image-frame {
    border-radius: 17px;
  }

  .static-about-content__image {
    aspect-ratio: 1 / 1;
  }

  .static-page-hero {
    min-height: 400px;
  }

  .static-page-hero__container {
    padding-top: calc(var(--site-header-height, 68px) + 24px);
    padding-bottom: 56px;
  }

  .static-page-hero__title {
    font-size: clamp(33px, 11vw, 45px);
  }

  .static-page-hero__summary {
    font-size: 14px;
    line-height: 1.65;
  }

  .static-document {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .static-document__article {
    padding: 23px 17px;
    border-radius: 16px;
  }

  .static-rich-text h1 {
    font-size: 30px;
  }

  .static-rich-text h2 {
    font-size: 26px;
  }

  .static-rich-text h3 {
    font-size: 22px;
  }

  .static-rich-text h4 {
    font-size: 19px;
  }

  .static-rich-text img,
  .static-rich-text iframe,
  .static-rich-text video {
    margin-top: 26px;
    margin-bottom: 26px;
    border-radius: 13px;
  }

  .static-rich-text iframe {
    min-height: 230px;
  }

  .static-not-found__panel {
    padding: 40px 18px;
    border-radius: 20px;
  }

  .static-not-found__code {
    font-size: 88px;
  }

  .static-not-found__title {
    font-size: 30px;
  }

  .static-not-found__button {
    min-height: 52px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 12px;
  }
}

/*
|--------------------------------------------------------------------------
| Urządzenia bez hover
|--------------------------------------------------------------------------
*/

@media (hover: none) {
  .static-about-content__image-frame:hover .static-about-content__image,
  .static-not-found__button:hover {
    transform: none;
  }
}

/*
|--------------------------------------------------------------------------
| Ograniczenie animacji
|--------------------------------------------------------------------------
*/

@media (prefers-reduced-motion: reduce) {
  .static-page *,
  .static-page *::before,
  .static-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .static-about-content__image,
  .static-about-content__image-frame:hover .static-about-content__image,
  .static-not-found__button,
  .static-not-found__button:hover {
    transform: none;
  }
}

/*
|--------------------------------------------------------------------------
| Tryb wysokiego kontrastu
|--------------------------------------------------------------------------
*/

@media (forced-colors: active) {
  .static-about-content__image-frame,
  .static-document__image-frame,
  .static-document__article,
  .static-rich-text blockquote,
  .static-rich-text img,
  .static-rich-text iframe,
  .static-rich-text video,
  .static-rich-text pre,
  .static-rich-text table,
  .static-not-found__panel,
  .static-not-found__button {
    border: 1px solid CanvasText;
  }

  .static-page-eyebrow,
  .static-rich-text a,
  .static-not-found__code {
    color: LinkText;
  }

  .static-about-hero__image,
  .static-about-content__image,
  .static-page-hero__image,
  .static-document__image,
  .static-rich-text img {
    opacity: 1 !important;
    filter: none !important;
  }
}

/*
|--------------------------------------------------------------------------
| Druk
|--------------------------------------------------------------------------
*/

@media print {
  .static-about-hero,
  .static-page-hero {
    min-height: auto;
    color: #000000;
    background: #ffffff;
  }

  .static-about-hero__media,
  .static-about-hero__overlay,
  .static-about-hero__grid,
  .static-about-hero__scroll,
  .static-page-hero__media,
  .static-page-hero__overlay,
  .static-page-hero__grid,
  .static-breadcrumb {
    display: none !important;
  }

  .static-about-hero__container,
  .static-page-hero__container {
    min-height: auto;
    padding: 30px 0;
  }

  .static-about-hero__title,
  .static-page-hero__title,
  .static-rich-text h1,
  .static-rich-text h2,
  .static-rich-text h3,
  .static-rich-text h4,
  .static-rich-text h5,
  .static-rich-text h6 {
    color: #000000;
    text-shadow: none;
  }

  .static-about-hero__summary,
  .static-page-hero__summary,
  .static-rich-text {
    color: #222222;
  }

  .static-about-content,
  .static-document {
    padding: 30px 0;
    background: #ffffff;
  }

  .static-about-content__layout,
  .static-document__layout {
    display: block;
  }

  .static-about-content__visual,
  .static-document__media {
    margin-bottom: 30px;
  }

  .static-document__article {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .static-rich-text a {
    color: #000000;
  }
}
