.home-page {
  --home-primary: #00f2ff;
  --home-primary-soft: rgba(0, 242, 255, 0.12);
  --home-primary-border: rgba(0, 242, 255, 0.3);
  --home-secondary: #5e6ad2;
  --home-secondary-soft: rgba(94, 106, 210, 0.14);
  --home-accent: #fed83a;
  --home-neutral: #707979;
  --home-background: #05090d;
  --home-background-soft: #091017;
  --home-background-card: #0c141c;
  --home-background-card-hover: #101c26;
  --home-pricing-card: #080916;
  --home-border: rgba(255, 255, 255, 0.1);
  --home-border-strong: rgba(255, 255, 255, 0.18);
  --home-text: #f8fbfc;
  --home-text-soft: #c9d2d7;
  --home-text-muted: #89969d;
  --home-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  --home-radius-small: 14px;
  --home-radius: 22px;
  --home-radius-large: 32px;
  --home-transition: 220ms ease;

  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  color: var(--home-text);
  background: var(--home-background);
}

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

.home-page img {
  opacity: 1;
  visibility: visible;
}

/*
|--------------------------------------------------------------------------
| Dostępność
|--------------------------------------------------------------------------
*/

.home-page .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/*
|--------------------------------------------------------------------------
| Wspólne sekcje
|--------------------------------------------------------------------------
*/

.home-section {
  position: relative;
  padding: clamp(86px, 8vw, 142px) 0;
  overflow: hidden;
}

.home-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 40px));
  height: 1px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    var(--home-border),
    transparent
  );
  transform: translateX(-50%);
  pointer-events: none;
}

.home-section__header {
  display: flex;
  width: 100%;
  min-width: 0;
  margin-bottom: clamp(38px, 5vw, 66px);
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}

.home-section__heading {
  display: flex;
  min-width: 0;
  max-width: 900px;
  flex-direction: column;
  align-items: flex-start;
}

.home-section__eyebrow {
  display: inline-flex;
  margin-bottom: 17px;
  align-items: center;
  gap: 11px;
  color: var(--home-primary);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-section__eyebrow::before {
  display: block;
  width: 31px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--home-primary);
  box-shadow: 0 0 18px rgba(0, 242, 255, 0.42);
}

.home-section__title {
  max-width: 900px;
  margin: 0;
  color: var(--home-text);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(34px, 4.5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.06;
  text-wrap: balance;
}

.home-section__description {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--home-text-muted);
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.75;
}

.site-link-arrow {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-bottom: 1px solid var(--home-border-strong);
  color: var(--home-text);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    color var(--home-transition),
    border-color var(--home-transition);
}

.site-link-arrow i {
  color: var(--home-primary);
  font-size: 12px;
  transition: transform var(--home-transition);
}

.site-link-arrow:hover {
  border-color: var(--home-primary);
  color: var(--home-primary);
}

.site-link-arrow:hover i {
  transform: translateX(5px);
}

/*
|--------------------------------------------------------------------------
| Slider główny
|--------------------------------------------------------------------------
*/

.home-hero {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(660px, 88vh, 940px);
  overflow: hidden;
  isolation: isolate;
  background: #020507;
}

.home-hero__viewport {
  position: relative;
  width: 100%;
  min-height: inherit;
  overflow: hidden;
}

.home-hero__track {
  position: relative;
  width: 100%;
  min-height: inherit;
}

.home-hero__slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  min-height: inherit;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 700ms ease,
    visibility 700ms ease;
}

.home-hero__slide.is-active {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #030609;
}

.home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  visibility: visible;
  filter: none;
  mix-blend-mode: normal;
  transform: scale(1.025);
  transition: transform 9s linear;
}

.home-hero__slide.is-active .home-hero__image {
  transform: scale(1.095);
}

.home-hero__shade {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 9, 0.96) 0%,
      rgba(2, 6, 9, 0.82) 33%,
      rgba(2, 6, 9, 0.38) 66%,
      rgba(2, 6, 9, 0.26) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 6, 9, 0.3) 0%,
      rgba(2, 6, 9, 0.08) 47%,
      rgba(2, 6, 9, 0.94) 100%
    );
}

.home-hero__shade::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(
      circle at 18% 45%,
      rgba(0, 242, 255, 0.13),
      transparent 37%
    ),
    radial-gradient(
      circle at 82% 24%,
      rgba(94, 106, 210, 0.16),
      transparent 34%
    );
}

.home-hero__content-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: inherit;
  padding-top: clamp(150px, 18vh, 220px);
  padding-bottom: clamp(150px, 19vh, 220px);
  align-items: center;
}

.home-hero__content {
  display: flex;
  width: min(950px, 78%);
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.home-hero__title {
  max-width: 950px;
  margin: 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(46px, 7.3vw, 112px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.96;
  text-wrap: balance;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.home-hero__description {
  max-width: 720px;
  margin: clamp(25px, 3vw, 38px) 0 0;
  color: rgba(240, 247, 249, 0.84);
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.65;
}

.home-hero__controls-wrap {
  position: absolute;
  right: 0;
  bottom: 48px;
  left: 0;
  z-index: 6;
  pointer-events: none;
}

.home-hero__controls {
  display: flex;
  width: max-content;
  margin-left: auto;
  align-items: center;
  gap: 15px;
  pointer-events: auto;
}

.home-hero__arrow {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(4, 9, 13, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  transition:
    color var(--home-transition),
    border-color var(--home-transition),
    background-color var(--home-transition),
    transform var(--home-transition);
}

.home-hero__arrow:hover {
  border-color: var(--home-primary);
  color: #031014;
  background: var(--home-primary);
  transform: translateY(-2px);
}

.home-hero__pagination {
  display: flex;
  min-height: 48px;
  padding: 0 7px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-hero__dot {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition:
    width var(--home-transition),
    background-color var(--home-transition),
    box-shadow var(--home-transition);
}

.home-hero__dot.is-active {
  width: 34px;
  background: var(--home-primary);
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.45);
}

.home-hero__scroll {
  position: absolute;
  bottom: 41px;
  left: 42px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--home-transition);
}

.home-hero__scroll i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--home-primary);
  animation: home-scroll-indicator 1.8s ease-in-out infinite;
}

.home-hero__scroll:hover {
  color: var(--home-primary);
}

/*
|--------------------------------------------------------------------------
| Statystyki
|--------------------------------------------------------------------------
*/

.home-stats {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  border-top: 1px solid var(--home-border);
  border-bottom: 1px solid var(--home-border);
  background:
    linear-gradient(
      90deg,
      rgba(0, 242, 255, 0.035),
      transparent 24%,
      transparent 76%,
      rgba(94, 106, 210, 0.045)
    ),
    var(--home-background-soft);
}

.home-stats__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-stats__item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 164px;
  padding: 34px 30px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.home-stats__item:not(:last-child) {
  border-right: 1px solid var(--home-border);
}

.home-stats__item::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background: var(--home-primary);
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.5);
  transform: translateX(-50%);
  transition: width var(--home-transition);
}

.home-stats__item:hover::before {
  width: 54%;
}

.home-stats__value {
  display: block;
  color: var(--home-primary);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}

.home-stats__label {
  display: block;
  margin-top: 12px;
  color: var(--home-text-muted);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

/*
|--------------------------------------------------------------------------
| Kategorie usług
|--------------------------------------------------------------------------
*/

.home-services {
  background-color: #030506;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.042) 1px, transparent 1px),
    radial-gradient(
      circle at 12% 18%,
      rgba(0, 242, 255, 0.055),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 72%,
      rgba(94, 106, 210, 0.07),
      transparent 32%
    );
  background-size:
    80px 80px,
    80px 80px,
    auto,
    auto;
}

.home-services__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.home-service-category-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 312px;
  overflow: hidden;
  border: 1px solid rgba(129, 144, 166, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.022), transparent 48%), #080916;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.018);
  transition:
    border-color var(--home-transition),
    background-color var(--home-transition),
    box-shadow var(--home-transition),
    transform var(--home-transition);
}

.home-service-category-card::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--home-primary);
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.45);
  transform: translateX(-50%);
  transition: width var(--home-transition);
}

.home-service-category-card:hover {
  border-color: rgba(0, 242, 255, 0.38);
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.055), transparent 52%), #090b19;
  box-shadow:
    0 30px 72px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(0, 242, 255, 0.07);
  transform: translateY(-7px);
}

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

.home-service-category-card__link {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: clamp(28px, 2.7vw, 36px);
  flex-direction: column;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Ikona kategorii usług — poprawiona widoczność
|--------------------------------------------------------------------------
*/

.home-service-category-card__icon,
.home-service-category-card__image-box {
  position: relative;
  z-index: 2;
  display: grid;
  width: 49px;
  height: 49px;
  flex: 0 0 49px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(177, 199, 215, 0.38);
  border-radius: 12px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.11), rgba(94, 106, 210, 0.14)),
    #18202e;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 9px 24px rgba(0, 0, 0, 0.18);
  opacity: 1;
  visibility: visible;
  isolation: isolate;
  transition:
    border-color var(--home-transition),
    background-color var(--home-transition),
    box-shadow var(--home-transition),
    transform var(--home-transition);
}

.home-service-category-card:hover .home-service-category-card__icon,
.home-service-category-card:hover .home-service-category-card__image-box {
  border-color: rgba(0, 242, 255, 0.7);
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.2), rgba(94, 106, 210, 0.16)),
    #1b2535;
  box-shadow:
    0 0 28px rgba(0, 242, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.home-service-category-card__image {
  position: relative;
  z-index: 3;
  display: block;
  width: 27px;
  height: 27px;
  max-width: 27px;
  max-height: 27px;
  object-fit: contain;
  object-position: center;
  opacity: 1 !important;
  visibility: visible !important;
  filter: brightness(0) invert(1) !important;
  mix-blend-mode: normal !important;
  transform: none;
  transition: transform var(--home-transition);
}

.home-service-category-card:hover .home-service-category-card__image {
  opacity: 1 !important;
  filter: brightness(0) saturate(100%) invert(83%) sepia(96%) saturate(1194%)
    hue-rotate(118deg) brightness(104%) contrast(105%) !important;
  transform: scale(1.08);
}

.home-service-category-card__title {
  margin: clamp(25px, 2.4vw, 31px) 0 0;
  padding: 0;
  color: #e3f8fa;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(21px, 1.9vw, 28px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.25;
  transition: color var(--home-transition);
}

.home-service-category-card:hover .home-service-category-card__title {
  color: var(--home-primary);
}

.home-service-category-card__description {
  display: -webkit-box;
  margin: 17px 0 0;
  padding: 0;
  overflow: hidden;
  color: #aeb9c0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-service-category-card__more {
  display: inline-flex;
  margin-top: auto;
  padding: 30px 0 0;
  align-items: center;
  gap: 10px;
  color: var(--home-primary);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}

.home-service-category-card__more i {
  flex: 0 0 auto;
  color: var(--home-primary);
  font-size: 10px;
  transition: transform var(--home-transition);
}

.home-service-category-card:hover .home-service-category-card__more i {
  transform: translateX(6px);
}

/*
|--------------------------------------------------------------------------
| Dlaczego warto wybrać PHSDIGITAL
|--------------------------------------------------------------------------
*/

.home-why-choose {
  background:
    radial-gradient(
      circle at 13% 15%,
      rgba(0, 242, 255, 0.075),
      transparent 31%
    ),
    radial-gradient(
      circle at 83% 76%,
      rgba(94, 106, 210, 0.09),
      transparent 34%
    ),
    #070c11;
}

.home-why-choose__layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(360px, 0.92fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}

.home-why-choose__content {
  min-width: 0;
}

.home-why-choose__header {
  max-width: 780px;
}

.home-why-choose__title {
  margin: 0;
  color: var(--home-text);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(36px, 4.8vw, 72px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.06;
  text-wrap: balance;
}

.home-why-choose__description {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--home-text-muted);
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.8;
}

.home-why-choose__features {
  display: grid;
  margin-top: clamp(38px, 5vw, 62px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.home-why-choose__feature {
  display: flex;
  min-width: 0;
  min-height: 82px;
  padding: 18px 20px;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius-small);
  background: rgba(255, 255, 255, 0.018);
  transition:
    border-color var(--home-transition),
    background-color var(--home-transition),
    transform var(--home-transition);
}

.home-why-choose__feature:hover {
  border-color: var(--home-primary-border);
  background: rgba(0, 242, 255, 0.045);
  transform: translateY(-3px);
}

.home-why-choose__feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.22);
  border-radius: 50%;
  color: var(--home-primary);
  background: rgba(0, 242, 255, 0.07);
  font-size: 16px;
}

.home-why-choose__feature-title {
  margin: 0;
  color: var(--home-text-soft);
  font-family: "Sora", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.home-why-choose__metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-why-choose__metrics::before {
  position: absolute;
  inset: -10%;
  z-index: 0;
  content: "";
  background: radial-gradient(circle, rgba(0, 242, 255, 0.1), transparent 65%);
  filter: blur(20px);
  pointer-events: none;
}

.home-why-choose__metric {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 210px;
  padding: 30px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.055), transparent 50%),
    var(--home-background-card);
  text-align: center;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
}

.home-why-choose__metric--2 {
  transform: translateY(34px);
}

.home-why-choose__metric::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 2px;
  content: "";
  background: var(--home-primary);
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.42);
}

.home-why-choose__metric-value {
  color: var(--home-primary);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}

.home-why-choose__metric-label {
  max-width: 190px;
  margin-top: 16px;
  color: var(--home-text-muted);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
}

/*
|--------------------------------------------------------------------------
| Proces współpracy
|--------------------------------------------------------------------------
*/

.home-process {
  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% 16%, rgba(0, 242, 255, 0.07), transparent 38%);
  background-size:
    80px 80px,
    80px 80px,
    auto;
}

.home-process__header {
  max-width: 900px;
  margin: 0 auto clamp(54px, 7vw, 94px);
  text-align: center;
}

.home-process__title {
  margin: 0;
  color: var(--home-text);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.06;
  text-wrap: balance;
}

.home-process__subtitle {
  max-width: 700px;
  margin: 23px auto 0;
  color: var(--home-text-muted);
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.75;
}

.home-process__timeline {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(var(--home-process-count, 4), minmax(0, 1fr));
  gap: 20px;
}

.home-process__line {
  position: absolute;
  top: 43px;
  right: calc(50% / var(--home-process-count, 4));
  left: calc(50% / var(--home-process-count, 4));
  z-index: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 242, 255, 0.35) 10%,
    rgba(0, 242, 255, 0.35) 90%,
    transparent
  );
  box-shadow: 0 0 18px rgba(0, 242, 255, 0.16);
}

.home-process__step {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

.home-process__marker-wrap {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
}

.home-process__marker {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.34);
  border-radius: 50%;
  color: var(--home-primary);
  background:
    radial-gradient(circle, rgba(0, 242, 255, 0.13), transparent 66%), #081017;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  box-shadow:
    0 0 0 8px rgba(5, 9, 13, 0.95),
    0 0 35px rgba(0, 242, 255, 0.11);
  transition:
    color var(--home-transition),
    background-color var(--home-transition),
    box-shadow var(--home-transition),
    transform var(--home-transition);
}

.home-process__step:hover .home-process__marker {
  color: #031014;
  background: var(--home-primary);
  box-shadow:
    0 0 0 8px rgba(5, 9, 13, 0.95),
    0 0 38px rgba(0, 242, 255, 0.32);
  transform: translateY(-5px);
}

.home-process__step-content {
  padding: 27px 10px 0;
}

.home-process__step-title {
  margin: 0;
  color: var(--home-text);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(17px, 1.6vw, 23px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.home-process__step-description {
  margin: 14px auto 0;
  color: var(--home-text-muted);
  font-size: 13px;
  line-height: 1.7;
}

/*
|--------------------------------------------------------------------------
| Wyróżnione realizacje
|--------------------------------------------------------------------------
*/

.home-projects {
  background: #070c11;
}

.home-featured-projects {
  background:
    radial-gradient(
      circle at 86% 18%,
      rgba(94, 106, 210, 0.09),
      transparent 31%
    ),
    radial-gradient(
      circle at 13% 82%,
      rgba(0, 242, 255, 0.065),
      transparent 33%
    ),
    #070c11;
}

.home-projects__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
}

.home-featured-projects__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.home-project-card {
  min-width: 0;
}

.home-project-card__link {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Zdjęcie realizacji — poprawiona widoczność
|--------------------------------------------------------------------------
*/

.home-project-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(151, 166, 187, 0.24);
  border-radius: var(--home-radius);
  background: #e9eef0;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.home-featured-project-card .home-project-card__media {
  aspect-ratio: 1.28 / 1;
}

.home-project-card__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  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 750ms ease;
}

.home-project-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 9, 13, 0) 72%, rgba(5, 9, 13, 0.16) 100%),
    linear-gradient(135deg, rgba(0, 242, 255, 0.015), transparent 42%);
  opacity: 1;
  pointer-events: none;
}

.home-project-card:hover .home-project-card__image {
  opacity: 1 !important;
  filter: none !important;
  transform: scale(1.055);
}

.home-project-card__view {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #031014;
  background: var(--home-primary);
  opacity: 0;
  box-shadow: 0 10px 30px rgba(0, 242, 255, 0.24);
  transform: translateY(10px) rotate(45deg);
  transition:
    opacity var(--home-transition),
    transform var(--home-transition);
}

.home-project-card:hover .home-project-card__view {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
}

.home-project-card__body {
  padding: clamp(24px, 2.7vw, 38px) 4px 0;
}

.home-project-card__category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-primary);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-project-card__category::before {
  width: 18px;
  height: 1px;
  content: "";
  background: currentColor;
}

.home-project-card__title {
  margin: 14px 0 0;
  color: var(--home-text);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.17;
  transition: color var(--home-transition);
}

.home-featured-project-card .home-project-card__title {
  font-size: clamp(21px, 2vw, 30px);
}

.home-project-card__description {
  display: -webkit-box;
  max-width: 680px;
  margin: 14px 0 0;
  overflow: hidden;
  color: var(--home-text-muted);
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-project-card:hover .home-project-card__title {
  color: var(--home-primary);
}

/*
|--------------------------------------------------------------------------
| Cennik stron internetowych
|--------------------------------------------------------------------------
*/

.home-pricing {
  position: relative;
  isolation: isolate;
  background-color: #030506;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 28%, rgba(0, 242, 255, 0.08), transparent 34%);
  background-size:
    80px 80px,
    80px 80px,
    auto;
}

.home-pricing::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(3, 5, 6, 0.26),
    rgba(3, 5, 6, 0.04) 35%,
    rgba(3, 5, 6, 0.4)
  );
  pointer-events: none;
}

.home-pricing__header {
  max-width: 900px;
  margin: 0 auto clamp(54px, 6vw, 86px);
  text-align: center;
}

.home-pricing__title {
  margin: 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(39px, 5vw, 70px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.05;
  text-wrap: balance;
}

.home-pricing__subtitle {
  max-width: 720px;
  margin: 20px auto 0;
  color: #b6c1c7;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.7;
}

.home-pricing__grid,
.home-pricing-group__grid {
  display: grid;
  width: min(100%, 1160px);
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.home-pricing-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 520px;
  padding: clamp(32px, 3.2vw, 42px);
  flex-direction: column;
  overflow: visible;
  border: 1px solid rgba(129, 144, 166, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(94, 106, 210, 0.025), transparent 45%),
    var(--home-pricing-card);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.018);
  transition:
    border-color var(--home-transition),
    box-shadow var(--home-transition),
    transform var(--home-transition);
}

.home-pricing-card:hover {
  border-color: rgba(0, 242, 255, 0.35);
  box-shadow:
    0 30px 75px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(0, 242, 255, 0.07);
  transform: translateY(-7px);
}

.home-pricing-card.is-featured {
  z-index: 2;
  border-color: rgba(0, 242, 255, 0.45);
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.04), transparent 52%),
    var(--home-pricing-card);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(0, 242, 255, 0.15),
    inset 0 1px 0 rgba(0, 242, 255, 0.07);
  transform: translateY(-14px);
}

.home-pricing-card.is-featured:hover {
  transform: translateY(-20px);
}

.home-pricing-card__featured {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-flex;
  min-height: 36px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #032126;
  background: var(--home-primary);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 28px rgba(0, 242, 255, 0.28);
  transform: translate(-50%, -50%);
}

.home-pricing-card__title {
  max-width: 100%;
  margin: 0;
  color: #b9c5cc;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.home-pricing-card.is-featured .home-pricing-card__title {
  color: var(--home-primary);
}

.home-pricing-card__description {
  margin: 12px 0 0;
  color: var(--home-text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.home-pricing-card__price {
  display: flex;
  min-height: 58px;
  margin-top: 20px;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
}

.home-pricing-card__price strong {
  color: #eafcff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}

.home-pricing-card__price-prefix,
.home-pricing-card__price-suffix {
  color: #aeb9bf;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.home-pricing-card__price-prefix {
  font-weight: 600;
}

.home-pricing-card__features {
  display: flex;
  margin: 34px 0 0;
  padding: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}

.home-pricing-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: #c5cdd2;
  font-size: 14px;
  line-height: 1.55;
}

.home-pricing-card__features i {
  margin-top: 5px;
  flex: 0 0 auto;
  color: var(--home-primary);
  font-size: 11px;
}

.home-pricing-card__features span {
  min-width: 0;
}

.home-pricing-card__button {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  margin-top: 38px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(151, 166, 187, 0.32);
  border-radius: 13px;
  color: #e6edf0;
  background: transparent;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition:
    color var(--home-transition),
    border-color var(--home-transition),
    background-color var(--home-transition),
    box-shadow var(--home-transition),
    transform var(--home-transition);
}

.home-pricing-card__button i {
  color: var(--home-primary);
  font-size: 11px;
  transition: transform var(--home-transition);
}

.home-pricing-card__button:hover {
  border-color: var(--home-primary);
  color: var(--home-primary);
  background: rgba(0, 242, 255, 0.055);
  box-shadow: 0 12px 32px rgba(0, 242, 255, 0.08);
  transform: translateY(-2px);
}

.home-pricing-card__button:hover i {
  transform: translateX(5px);
}

.home-pricing-card.is-featured .home-pricing-card__button {
  border-color: #d7fbff;
  color: #032126;
  background: #d7fbff;
  box-shadow: 0 16px 38px rgba(0, 242, 255, 0.12);
}

.home-pricing-card.is-featured .home-pricing-card__button i {
  color: #032126;
}

.home-pricing-card.is-featured .home-pricing-card__button:hover {
  border-color: var(--home-primary);
  color: #03191d;
  background: var(--home-primary);
  box-shadow: 0 18px 42px rgba(0, 242, 255, 0.22);
}

/*
|--------------------------------------------------------------------------
| Końcowe wezwanie do działania
|--------------------------------------------------------------------------
*/

.home-final-cta {
  position: relative;
  padding: clamp(86px, 8vw, 142px) 0;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid var(--home-border);
  background-color: #030506;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 80px 80px;
}

.home-final-cta::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(
      circle at 18% 55%,
      rgba(0, 242, 255, 0.07),
      transparent 30%
    ),
    radial-gradient(
      circle at 82% 26%,
      rgba(94, 106, 210, 0.09),
      transparent 34%
    ),
    linear-gradient(180deg, rgba(3, 5, 6, 0.18), rgba(3, 5, 6, 0.62));
  pointer-events: none;
}

.home-final-cta__panel {
  position: relative;
  display: flex;
  width: min(100%, 1180px);
  min-height: clamp(470px, 42vw, 590px);
  margin: 0 auto;
  padding: clamp(70px, 7vw, 108px) clamp(34px, 7vw, 110px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(139, 159, 182, 0.22);
  border-radius: clamp(26px, 3vw, 42px);
  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);
}

.home-final-cta__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;
}

.home-final-cta__panel::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  border-radius: inherit;
  background:
    radial-gradient(
      circle at 12% 82%,
      rgba(0, 242, 255, 0.07),
      transparent 28%
    ),
    radial-gradient(
      circle at 87% 16%,
      rgba(94, 106, 210, 0.07),
      transparent 30%
    );
  pointer-events: none;
}

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

.home-final-cta__glow--left {
  bottom: -160px;
  left: -120px;
  width: 420px;
  height: 420px;
  background: rgba(0, 242, 255, 0.12);
}

.home-final-cta__glow--right {
  top: -190px;
  right: -120px;
  width: 440px;
  height: 440px;
  background: rgba(94, 106, 210, 0.14);
}

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

.home-final-cta__title {
  max-width: 980px;
  margin: 0;
  color: #e9fdff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(44px, 5.8vw, 82px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1.03;
  text-wrap: balance;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.home-final-cta__description {
  max-width: 760px;
  margin: clamp(24px, 3vw, 38px) auto 0;
  color: #aebbc2;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  text-wrap: balance;
}

.home-final-cta__button {
  display: inline-flex;
  min-width: 300px;
  min-height: 70px;
  margin-top: clamp(34px, 4vw, 50px);
  padding: 0 32px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--home-primary);
  border-radius: 15px;
  color: var(--home-primary);
  background: rgba(8, 9, 22, 0.64);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 0 0 1px rgba(0, 242, 255, 0.03),
    0 14px 34px rgba(0, 242, 255, 0.1),
    0 0 30px rgba(0, 242, 255, 0.09);
  transition:
    color var(--home-transition),
    border-color var(--home-transition),
    background-color var(--home-transition),
    box-shadow var(--home-transition),
    transform var(--home-transition);
}

.home-final-cta__button i {
  flex: 0 0 auto;
  font-size: 12px;
  transition: transform var(--home-transition);
}

.home-final-cta__button:hover {
  border-color: var(--home-primary);
  color: #031014;
  background: var(--home-primary);
  box-shadow:
    0 18px 44px rgba(0, 242, 255, 0.2),
    0 0 38px rgba(0, 242, 255, 0.15);
  transform: translateY(-4px);
}

.home-final-cta__button:hover i {
  transform: translateX(5px);
}

.home-final-cta__button:active {
  transform: translateY(-1px);
}

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

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

/*
|--------------------------------------------------------------------------
| Animacje
|--------------------------------------------------------------------------
*/

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

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

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

@media (hover: none) {
  .home-service-category-card:hover,
  .home-project-card:hover,
  .home-pricing-card:hover,
  .home-why-choose__feature:hover,
  .home-final-cta__button:hover {
    transform: none;
  }

  .home-service-category-card:hover .home-service-category-card__icon,
  .home-service-category-card:hover .home-service-category-card__image-box,
  .home-service-category-card:hover .home-service-category-card__image,
  .home-project-card:hover .home-project-card__image {
    transform: none;
  }

  .home-project-card__view {
    opacity: 1;
    transform: rotate(45deg);
  }

  .home-pricing-card.is-featured,
  .home-pricing-card.is-featured:hover {
    transform: none;
  }

  .home-process__step:hover .home-process__marker {
    transform: none;
  }
}

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

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

  .home-hero__image,
  .home-hero__slide.is-active .home-hero__image,
  .home-project-card__image,
  .home-project-card:hover .home-project-card__image,
  .home-service-category-card__image,
  .home-service-category-card:hover .home-service-category-card__image {
    transform: none;
  }

  .home-pricing-card,
  .home-pricing-card.is-featured,
  .home-pricing-card.is-featured:hover,
  .home-final-cta__button,
  .home-final-cta__button:hover {
    transform: none;
  }

  .home-why-choose__metric--2 {
    transform: none;
  }
}

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

@media (forced-colors: active) {
  .home-service-category-card,
  .home-service-category-card__icon,
  .home-service-category-card__image-box,
  .home-project-card__media,
  .home-pricing-card,
  .home-why-choose__feature,
  .home-why-choose__metric,
  .home-process__marker,
  .home-final-cta__panel,
  .home-final-cta__button {
    border: 1px solid CanvasText;
  }

  .home-section__eyebrow,
  .home-service-category-card__more,
  .home-service-category-card__more i,
  .home-project-card__category,
  .home-pricing-card__price strong,
  .home-pricing-card__features i,
  .home-pricing-card__button i,
  .home-process__marker,
  .home-why-choose__metric-value,
  .home-final-cta__button {
    color: LinkText;
  }

  .home-service-category-card__image,
  .home-service-category-card:hover .home-service-category-card__image,
  .home-project-card__image,
  .home-project-card:hover .home-project-card__image {
    opacity: 1 !important;
    filter: none !important;
  }

  .home-pricing-card__featured {
    border: 1px solid CanvasText;
    color: Canvas;
    background: CanvasText;
  }
}

/*
|--------------------------------------------------------------------------
| Dlaczego warto — kompaktowe statystyki zgodne z projektem
|--------------------------------------------------------------------------
*/

.home-why-choose__layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.18fr)
    minmax(460px, 0.82fr);
  gap: clamp(58px, 7vw, 112px);
  align-items: center;
}

/*
|--------------------------------------------------------------------------
| Siatka statystyk
|--------------------------------------------------------------------------
*/

.home-why-choose__metrics {
  display: grid;
  width: min(100%, 540px);
  margin-left: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 98px;
  gap: 24px;
  align-items: start;
  align-self: center;
}

/*
|--------------------------------------------------------------------------
| Pojedyncza karta
|--------------------------------------------------------------------------
*/

.home-why-choose__metric {
  position: relative;
  display: flex;
  width: 100%;
  height: 98px;
  min-height: 98px;
  padding: 20px 24px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(122, 143, 159, 0.26);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(0, 242, 255, 0.018),
      rgba(94, 106, 210, 0.025)
    ),
    #090b18;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

/*
 * Lewa kolumna znajduje się nieco niżej,
 * tak jak w projekcie referencyjnym.
 */

.home-why-choose__metric--1 {
  top: 48px;
}

.home-why-choose__metric--2 {
  top: 0;
}

/*
 * Usunięcie dużej turkusowej dekoracji
 * z poprzedniej wersji kart.
 */

.home-why-choose__metric::before {
  display: none;
}

/*
|--------------------------------------------------------------------------
| Wartość i opis
|--------------------------------------------------------------------------
*/

.home-why-choose__metric-value {
  display: block;
  max-width: 100%;
  margin: 0;
  color: #dbe7ec;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(19px, 1.5vw, 24px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  word-break: normal;
}

.home-why-choose__metric-label {
  display: block;
  max-width: 100%;
  margin-top: 10px;
  color: #a5b3bb;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
  overflow-wrap: anywhere;
}

/*
|--------------------------------------------------------------------------
| Hover
|--------------------------------------------------------------------------
*/

.home-why-choose__metric {
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.home-why-choose__metric:hover {
  border-color: rgba(0, 242, 255, 0.34);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(0, 242, 255, 0.045);
  transform: translateY(-3px);
}

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

@media (max-width: 1240px) {
  .home-why-choose__layout {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(420px, 0.8fr);
    gap: 56px;
  }

  .home-why-choose__metrics {
    width: min(100%, 470px);
    grid-auto-rows: 94px;
    gap: 20px;
  }

  .home-why-choose__metric {
    height: 94px;
    min-height: 94px;
    padding: 18px 21px;
  }

  .home-why-choose__metric--1 {
    top: 42px;
  }

  .home-why-choose__metric-value {
    font-size: 20px;
  }

  .home-why-choose__metric-label {
    margin-top: 8px;
    font-size: 11px;
  }
}

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

@media (max-width: 960px) {
  .home-why-choose__layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .home-why-choose__metrics {
    width: min(100%, 540px);
    margin-right: auto;
    margin-left: auto;
  }
}

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

@media (max-width: 620px) {
  .home-why-choose__layout {
    gap: 42px;
  }

  .home-why-choose__metrics {
    width: 100%;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .home-why-choose__metric {
    height: auto;
    min-height: 92px;
    padding: 20px;
  }

  .home-why-choose__metric--1,
  .home-why-choose__metric--2 {
    top: 0;
  }

  .home-why-choose__metric-value {
    font-size: 20px;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .home-why-choose__metric {
    transition: none;
  }

  .home-why-choose__metric:hover {
    transform: none;
  }
}
