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

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

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

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

.service-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;
}

.service-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 pod nagłówkiem
|--------------------------------------------------------------------------
*/

.service-page-breadcrumb {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: calc(var(--site-header-height, 86px) + 20px);
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(
      circle at 14% 50%,
      rgba(0, 242, 255, 0.055),
      transparent 32%
    ),
    rgba(5, 9, 13, 0.98);
}

.service-page-breadcrumb::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;
}

.service-page-breadcrumb .site-container-wide {
  position: relative;
  z-index: 2;
}

.service-breadcrumb {
  position: relative;
  width: 100%;
  margin: 0;
}

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

.service-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.02em;
  line-height: 1.4;
}

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

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

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

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

.service-breadcrumb__current {
  overflow: hidden;
  color: #ffffff;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
|--------------------------------------------------------------------------
| Główna treść
|--------------------------------------------------------------------------
*/

.service-content {
  position: relative;
  padding: clamp(70px, 7vw, 118px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 9% 15%,
      rgba(0, 242, 255, 0.065),
      transparent 29%
    ),
    radial-gradient(
      circle at 90% 82%,
      rgba(94, 106, 210, 0.085),
      transparent 34%
    ),
    #05090d;
}

.service-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;
}

.service-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.13),
    transparent
  );
  transform: translateX(-50%);
  pointer-events: none;
}

.service-content > .site-container-wide {
  position: relative;
  z-index: 2;
}

/*
|--------------------------------------------------------------------------
| Wprowadzenie kategorii
|--------------------------------------------------------------------------
*/

.service-category-introduction {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(340px, 0.82fr)
    minmax(0, 1.18fr);
  gap: clamp(52px, 7vw, 116px);
  align-items: center;
}

.service-category-introduction:not(.has-image) {
  display: block;
}

.service-category-introduction:not(.has-image)
  .service-category-introduction__article {
  width: min(100%, 980px);
  margin: 0 auto;
}

.service-category-introduction__visual {
  position: relative;
  min-width: 0;
}

.service-category-introduction__visual::before {
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: -1;
  width: 146px;
  height: 146px;
  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;
}

.service-category-introduction__visual::after {
  position: absolute;
  right: -28px;
  bottom: -28px;
  z-index: -1;
  width: 180px;
  height: 180px;
  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;
}

.service-category-introduction__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);
}

.service-category-introduction__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;
}

.service-category-introduction__image {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: clamp(420px, 44vw, 650px);
  max-height: 720px;
  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;
}

.service-category-introduction__image-frame:hover
  .service-category-introduction__image {
  transform: scale(1.045);
}

.service-category-introduction__line {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  display: block;
  width: 88px;
  height: 3px;
  border-radius: 999px;
  background: #00f2ff;
  box-shadow: 0 0 24px rgba(0, 242, 255, 0.5);
}

.service-category-introduction__article {
  min-width: 0;
}

.service-category-introduction__title {
  max-width: 820px;
  margin: 22px 0 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(40px, 5.4vw, 76px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1.04;
  text-wrap: balance;
}

.service-category-introduction__summary {
  max-width: 720px;
  margin-top: 25px;
  color: #aab7bd;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.72;
}

.service-category-introduction__summary > :first-child {
  margin-top: 0;
}

.service-category-introduction__summary > :last-child {
  margin-bottom: 0;
}

.service-category-introduction__body {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

/*
|--------------------------------------------------------------------------
| Oferta
|--------------------------------------------------------------------------
*/

.service-offer {
  position: relative;
  margin-top: clamp(78px, 8vw, 126px);
}

.service-offer--first {
  margin-top: 0;
}

.service-category-introduction + .service-offer {
  padding-top: clamp(72px, 8vw, 112px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-offer__header {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(280px, 0.72fr);
  margin-bottom: clamp(42px, 6vw, 72px);
  align-items: end;
  gap: clamp(30px, 5vw, 72px);
}

.service-offer__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.service-offer__title {
  max-width: 820px;
  margin: 22px 0 0;
  color: #f8fbfc;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(35px, 4.6vw, 68px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.06;
  text-wrap: balance;
}

.service-offer__description {
  max-width: 650px;
  margin: 0;
  color: #8e9ba2;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.service-offer__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
  align-items: stretch;
}

/*
|--------------------------------------------------------------------------
| Karta usługi
|--------------------------------------------------------------------------
|
| Karta nie jest odnośnikiem.
|
*/

.service-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  padding: clamp(26px, 3vw, 38px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(140, 158, 178, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.025), transparent 48%), #090f16;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
  cursor: default;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.service-card::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: #00f2ff;
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.46);
  transform: translateX(-50%);
  transition: width 220ms ease;
}

.service-card:hover {
  border-color: rgba(0, 242, 255, 0.34);
  box-shadow:
    0 30px 76px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(0, 242, 255, 0.06);
  transform: translateY(-6px);
}

.service-card:hover::before {
  width: 92px;
}

.service-card.is-featured {
  border-color: rgba(0, 242, 255, 0.32);
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.055), transparent 54%), #0a1119;
}

.service-card__top {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.service-card__number {
  color: rgba(0, 242, 255, 0.62);
  font-family: "Sora", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.service-card__featured {
  display: inline-flex;
  min-height: 28px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 242, 255, 0.25);
  border-radius: 999px;
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.07);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.service-card__media {
  position: relative;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(151, 169, 185, 0.2);
  border-radius: 16px;
  background: #0d151d;
}

.service-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background: linear-gradient(
    180deg,
    transparent 70%,
    rgba(5, 9, 13, 0.16) 100%
  );
  pointer-events: none;
}

.service-card__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  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;
}

.service-card:hover .service-card__image {
  transform: scale(1.05);
}

.service-card__body {
  min-width: 0;
  padding-top: 27px;
}

.service-card__title {
  margin: 0;
  color: #f3fbfc;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.service-card__summary {
  margin-top: 17px;
  color: #a4b0b6;
  font-size: 14px;
  line-height: 1.72;
}

.service-card__content {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #8f9ca3;
  font-size: 14px;
  line-height: 1.72;
}

.service-card__price {
  display: flex;
  margin-top: auto;
  padding-top: 30px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.service-card__price-label {
  color: #75838a;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.service-card__price strong {
  color: #00f2ff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

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

.service-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;
}

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

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

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

.service-rich-text h1,
.service-rich-text h2,
.service-rich-text h3,
.service-rich-text h4,
.service-rich-text h5,
.service-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;
}

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

.service-rich-text h2 {
  margin: 44px 0 21px;
  font-size: clamp(29px, 3.4vw, 45px);
}

.service-rich-text h3 {
  margin: 38px 0 18px;
  font-size: clamp(23px, 2.7vw, 34px);
}

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

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

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

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

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

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

.service-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;
}

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

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

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

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

.service-rich-text blockquote {
  position: relative;
  margin: 36px 0;
  padding: 27px 29px 27px 33px;
  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;
}

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

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

.service-rich-text img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 32px 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);
}

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

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

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

.service-rich-text iframe,
.service-rich-text video {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 32px 0;
  border: 1px solid rgba(150, 169, 184, 0.2);
  border-radius: 18px;
  background: #0a1118;
}

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

.service-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;
}

.service-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;
}

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

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

.service-rich-text table th,
.service-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;
}

.service-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;
}

/*
|--------------------------------------------------------------------------
| Brak usług
|--------------------------------------------------------------------------
*/

.service-empty {
  position: relative;
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 68px);
  border: 1px solid rgba(145, 164, 180, 0.2);
  border-radius: 26px;
  background:
    linear-gradient(
      135deg,
      rgba(0, 242, 255, 0.045),
      rgba(94, 106, 210, 0.035)
    ),
    #0a1118;
  text-align: center;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.28);
}

.service-empty__icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.28);
  border-radius: 20px;
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.08);
  font-size: 23px;
}

.service-empty__title {
  margin: 28px 0 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(27px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.service-empty__description {
  max-width: 560px;
  margin: 17px auto 0;
  color: #8f9ca3;
  font-size: 15px;
  line-height: 1.7;
}

/*
|--------------------------------------------------------------------------
| CTA kontaktowe
|--------------------------------------------------------------------------
*/

.service-contact {
  position: relative;
  padding: clamp(76px, 8vw, 128px) 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background-color: #030506;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
}

.service-contact__panel {
  position: relative;
  display: flex;
  width: min(100%, 1180px);
  min-height: clamp(400px, 36vw, 520px);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 94px) clamp(32px, 7vw, 105px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(139, 159, 182, 0.22);
  border-radius: clamp(25px, 3vw, 40px);
  background: linear-gradient(
    125deg,
    rgba(8, 35, 43, 0.9) 0%,
    rgba(12, 18, 35, 0.97) 48%,
    rgba(9, 10, 25, 0.98) 100%
  );
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.service-contact__panel::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(135deg, rgba(0, 242, 255, 0.055), transparent 42%),
    linear-gradient(315deg, rgba(94, 106, 210, 0.07), transparent 42%);
  pointer-events: none;
}

.service-contact__glow {
  position: absolute;
  z-index: -1;
  display: block;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.42;
  pointer-events: none;
}

.service-contact__glow--left {
  bottom: -150px;
  left: -110px;
  width: 390px;
  height: 390px;
  background: rgba(0, 242, 255, 0.12);
}

.service-contact__glow--right {
  top: -175px;
  right: -110px;
  width: 420px;
  height: 420px;
  background: rgba(94, 106, 210, 0.14);
}

.service-contact__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 920px);
  min-width: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.service-contact__title {
  max-width: 900px;
  margin: 25px 0 0;
  color: #e9fdff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(39px, 5.5vw, 76px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.04;
  text-wrap: balance;
}

.service-contact__description {
  max-width: 720px;
  margin: 27px auto 0;
  color: #aebbc2;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.7;
}

.service-contact__button {
  display: inline-flex;
  min-width: 290px;
  min-height: 66px;
  margin-top: 40px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #00f2ff;
  border-radius: 14px;
  color: #00f2ff;
  background: rgba(8, 9, 22, 0.64);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 14px 34px rgba(0, 242, 255, 0.1),
    0 0 30px rgba(0, 242, 255, 0.09);
  transition:
    color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.service-contact__button i {
  flex: 0 0 auto;
  font-size: 11px;
  transition: transform 220ms ease;
}

.service-contact__button:hover {
  color: #031014;
  background: #00f2ff;
  box-shadow:
    0 18px 44px rgba(0, 242, 255, 0.2),
    0 0 38px rgba(0, 242, 255, 0.15);
  transform: translateY(-4px);
}

.service-contact__button:hover i {
  transform: translateX(5px);
}

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

.service-not-found {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: calc(var(--site-header-height, 86px) + 54px) 0 80px;
  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;
}

.service-not-found__panel {
  width: min(100%, 800px);
  padding: clamp(46px, 7vw, 82px);
  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);
}

.service-not-found__code {
  display: block;
  color: #00f2ff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(74px, 13vw, 150px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.86;
}

.service-not-found__title {
  margin: 33px 0 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(29px, 4.5vw, 50px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.13;
}

.service-not-found__description {
  max-width: 570px;
  margin: 20px auto 0;
  color: #9caab1;
  font-size: 15px;
  line-height: 1.7;
}

.service-not-found__categories {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.service-not-found__category {
  display: inline-flex;
  min-height: 44px;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 242, 255, 0.25);
  border-radius: 999px;
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.055);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition:
    color 220ms ease,
    background-color 220ms ease;
}

.service-not-found__category:hover {
  color: #031014;
  background: #00f2ff;
}

.service-not-found__button {
  display: inline-flex;
  min-height: 54px;
  margin-top: 32px;
  padding: 0 23px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #00f2ff;
  border-radius: 999px;
  color: #031014;
  background: #00f2ff;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

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

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

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

@media (max-width: 1240px) {
  .service-category-introduction {
    grid-template-columns:
      minmax(320px, 0.8fr)
      minmax(0, 1.2fr);
    gap: 64px;
  }

  .service-category-introduction__visual::before {
    top: -20px;
    left: -20px;
  }

  .service-category-introduction__visual::after {
    right: -22px;
    bottom: -22px;
  }
}

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

@media (max-width: 1080px) {
  .service-page-breadcrumb {
    padding-top: calc(var(--site-header-height, 78px) + 18px);
    padding-bottom: 18px;
  }

  .service-category-introduction {
    grid-template-columns:
      minmax(290px, 0.76fr)
      minmax(0, 1.24fr);
    gap: 48px;
  }

  .service-category-introduction__image {
    min-height: 500px;
  }
}

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

@media (max-width: 920px) {
  .service-category-introduction {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .service-category-introduction__visual {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .service-category-introduction__image {
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .service-category-introduction__article {
    width: min(100%, 840px);
    margin: 0 auto;
  }

  .service-offer__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .service-offer__description {
    max-width: 760px;
  }

  .service-offer__grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    width: min(100%, 820px);
    margin: 0 auto;
  }
}

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

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

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

  .service-page-breadcrumb {
    padding-top: calc(var(--site-header-height, 72px) + 16px);
    padding-bottom: 16px;
  }

  .service-page-breadcrumb::before,
  .service-content::before {
    background-size: 48px 48px;
  }

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

  .service-content {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .service-category-introduction {
    gap: 52px;
  }

  .service-category-introduction__visual::before,
  .service-category-introduction__visual::after {
    display: none;
  }

  .service-category-introduction__image-frame {
    border-radius: 22px;
  }

  .service-category-introduction__line {
    right: 22px;
    bottom: 22px;
    width: 72px;
  }

  .service-category-introduction__title {
    font-size: clamp(36px, 9vw, 58px);
  }

  .service-category-introduction__summary {
    font-size: 16px;
  }

  .service-offer {
    margin-top: 68px;
  }

  .service-offer--first {
    margin-top: 0;
  }

  .service-category-introduction + .service-offer {
    padding-top: 68px;
  }

  .service-card {
    padding: 28px 24px;
    border-radius: 20px;
  }

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

  .service-rich-text iframe {
    min-height: 330px;
  }

  .service-contact {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .service-contact__panel {
    min-height: 400px;
    border-radius: 26px;
  }
}

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

@media (max-width: 620px) {
  .service-page-breadcrumb {
    padding-top: calc(var(--site-header-height, 72px) + 14px);
    padding-bottom: 14px;
  }

  .service-breadcrumb__list {
    gap: 7px;
  }

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

  .service-content {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .service-category-introduction {
    gap: 42px;
  }

  .service-category-introduction__image {
    aspect-ratio: 1.15 / 1;
  }

  .service-category-introduction__line {
    right: 18px;
    bottom: 18px;
    width: 62px;
    height: 2px;
  }

  .service-category-introduction__title {
    margin-top: 18px;
    font-size: clamp(33px, 10vw, 48px);
  }

  .service-category-introduction__summary {
    margin-top: 20px;
    font-size: 15px;
  }

  .service-category-introduction__body {
    margin-top: 25px;
    padding-top: 25px;
  }

  .service-offer {
    margin-top: 58px;
  }

  .service-offer--first {
    margin-top: 0;
  }

  .service-category-introduction + .service-offer {
    padding-top: 58px;
  }

  .service-offer__header {
    margin-bottom: 36px;
  }

  .service-offer__title {
    font-size: clamp(30px, 10vw, 44px);
  }

  .service-card {
    padding: 24px 19px;
    border-radius: 18px;
  }

  .service-card__media {
    margin-top: 20px;
    border-radius: 14px;
  }

  .service-card__body {
    padding-top: 23px;
  }

  .service-card__title {
    font-size: 24px;
  }

  .service-card__price {
    padding-top: 25px;
  }

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

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

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

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

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

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

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

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

  .service-rich-text iframe {
    min-height: 275px;
  }

  .service-contact {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .service-contact__panel {
    min-height: 380px;
    padding: 52px 22px;
    border-radius: 22px;
  }

  .service-contact__title {
    font-size: clamp(34px, 10.5vw, 50px);
  }

  .service-contact__description {
    font-size: 14px;
  }

  .service-contact__button {
    width: 100%;
    min-width: 0;
    min-height: 60px;
    margin-top: 34px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
  }

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

  .service-not-found__panel {
    padding: 44px 22px;
    border-radius: 24px;
  }

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

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

@media (max-width: 460px) {
  .service-page-breadcrumb {
    padding-top: calc(var(--site-header-height, 68px) + 12px);
    padding-bottom: 12px;
  }

  .service-breadcrumb__list {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .service-breadcrumb__item {
    min-width: 0;
  }

  .service-breadcrumb__link,
  .service-breadcrumb__current {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .service-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-category-introduction__image-frame {
    border-radius: 17px;
  }

  .service-category-introduction__image {
    aspect-ratio: 1 / 1;
  }

  .service-category-introduction__title {
    font-size: clamp(31px, 10.5vw, 43px);
  }

  .service-card {
    padding: 22px 17px;
    border-radius: 16px;
  }

  .service-card__title {
    font-size: 22px;
  }

  .service-card__featured {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 8px;
  }

  .service-card__price {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

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

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

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

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

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

  .service-rich-text iframe {
    min-height: 225px;
  }

  .service-contact__panel {
    padding: 48px 17px;
    border-radius: 19px;
  }

  .service-contact__title {
    font-size: clamp(31px, 10.5vw, 43px);
  }

  .service-not-found__panel {
    padding: 39px 17px;
    border-radius: 20px;
  }

  .service-not-found__code {
    font-size: 86px;
  }

  .service-not-found__title {
    font-size: 29px;
  }

  .service-not-found__category {
    width: 100%;
  }
}

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

@media (hover: none) {
  .service-card:hover,
  .service-contact__button:hover,
  .service-category-introduction__image-frame:hover
    .service-category-introduction__image {
    transform: none;
  }

  .service-card:hover .service-card__image {
    transform: none;
  }
}

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

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

  .service-card,
  .service-card:hover,
  .service-card__image,
  .service-card:hover .service-card__image,
  .service-category-introduction__image,
  .service-category-introduction__image-frame:hover
    .service-category-introduction__image,
  .service-contact__button,
  .service-contact__button:hover {
    transform: none;
  }
}

/*
|--------------------------------------------------------------------------
| Wysoki kontrast
|--------------------------------------------------------------------------
*/

@media (forced-colors: active) {
  .service-category-introduction__image-frame,
  .service-card,
  .service-empty,
  .service-contact__panel,
  .service-contact__button,
  .service-not-found__panel,
  .service-not-found__category,
  .service-rich-text blockquote,
  .service-rich-text img,
  .service-rich-text iframe,
  .service-rich-text video,
  .service-rich-text pre,
  .service-rich-text table {
    border: 1px solid CanvasText;
  }

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

  .service-category-introduction__image,
  .service-card__image,
  .service-rich-text img {
    opacity: 1 !important;
    filter: none !important;
  }
}

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

@media print {
  .service-page-breadcrumb,
  .service-contact {
    display: none !important;
  }

  .service-content {
    padding: 30px 0;
    color: #000000;
    background: #ffffff;
  }

  .service-category-introduction,
  .service-offer__grid {
    display: block;
  }

  .service-category-introduction__visual {
    margin-bottom: 30px;
  }

  .service-category-introduction__title,
  .service-offer__title,
  .service-card__title,
  .service-rich-text h1,
  .service-rich-text h2,
  .service-rich-text h3,
  .service-rich-text h4,
  .service-rich-text h5,
  .service-rich-text h6 {
    color: #000000;
  }

  .service-category-introduction__summary,
  .service-offer__description,
  .service-rich-text {
    color: #222222;
  }

  .service-card {
    margin: 0 0 24px;
    padding: 22px;
    break-inside: avoid;
    border: 1px solid #cccccc;
    color: #000000;
    background: #ffffff;
    box-shadow: none;
    transform: none;
  }

  .service-card__price strong,
  .service-rich-text a {
    color: #000000;
  }
}
