* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #020817;
  color: #f8fafc;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.kontener {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.tekst-ukryty {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.naglowek-strony {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(2, 8, 23, 0.88);
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  backdrop-filter: blur(16px);
}

.nawigacja {
  width: min(1120px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.linki-nawigacji {
  display: flex;
  align-items: center;
  gap: 30px;
}

.linki-nawigacji a {
  color: #dbeafe;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.9;
}

.linki-nawigacji a:hover {
  color: #60a5fa;
}

.przycisk-menu {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(226, 232, 240, 0.22);
  border-radius: 12px;
  cursor: pointer;
}

.przycisk-menu span {
  display: block;
  width: 20px;
  height: 2px;
  background: #f8fafc;
  margin: 5px auto;
  border-radius: 999px;
}

.sekcja-glowna {
  padding: 72px 0 34px;
  background:
    radial-gradient(circle at 76% 15%, rgba(37, 99, 235, 0.23), transparent 28%),
    radial-gradient(circle at 8% 10%, rgba(59, 130, 246, 0.22), transparent 30%),
    linear-gradient(135deg, #020817 0%, #071a36 50%, #020817 100%);
}

.uklad-glowny {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 72px;
}

.maly-naglowek {
  margin: 0 0 12px;
  color: #60a5fa;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.tresc-glowna h1,
.naglowek-sekcji h2,
.sekcja-przewaga h2,
.sekcja-kontakt h2 {
  margin: 0;
  color: #ffffff;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.tresc-glowna h1 {
  max-width: 690px;
  font-size: clamp(36px, 5vw, 64px);
}

.opis-glowny {
  max-width: 620px;
  margin: 22px 0 0;
  color: #cbd5e1;
  font-size: 17px;
}

.przyciski-glowne,
.przyciski-kontakt {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.przycisk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 13px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.przycisk:hover {
  transform: translateY(-2px);
}

.przycisk-glowny {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.35);
}

.przycisk-drugi {
  color: #e5edff;
  border: 1px solid rgba(226, 232, 240, 0.28);
  background: rgba(15, 23, 42, 0.62);
}

.male-zaufanie {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}




.male-zaufanie span {
  padding: 14px 12px;
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 13px;
  background: rgba(15, 23, 42, 0.55);
  color: #e5edff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.karta-zdjecia {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 620px;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(226, 232, 240, 0.22);
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.7);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.45);
}

.karta-zdjecia img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.etykieta-zdjecia {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(2, 8, 23, 0.74);
  backdrop-filter: blur(14px);
}

.etykieta-zdjecia strong,
.etykieta-zdjecia span {
  display: block;
}

.etykieta-zdjecia span {
  color: #cbd5e1;
  font-size: 13px;
}

.sekcja {
  padding: 46px 0;
  background: #020817;
}

.sekcja-zaufanie {
  padding-top: 36px;
}

.naglowek-sekcji {
  max-width: 760px;
  margin-bottom: 24px;
}

.naglowek-sekcji h2,
.sekcja-przewaga h2,
.sekcja-kontakt h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.naglowek-sekcji p,
.sekcja-przewaga p,
.sekcja-kontakt p {
  color: #cbd5e1;
  margin: 14px 0 0;
}

.lista-zaufanie,
.lista-uslug,
.lista-projektow,
.lista-krokow {
  display: grid;
  gap: 18px;
}

.lista-zaufanie {
  grid-template-columns: repeat(4, 1fr);
}

.karta-ciemna {
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.42), rgba(15, 23, 42, 0.72));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.ikona,
.ikona-jasna {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 14px;
  font-size: 22px;
}

.ikona {
  color: #bfdbfe;
  background: rgba(37, 99, 235, 0.18);
  border: 1px solid rgba(147, 197, 253, 0.18);
}

.karta-ciemna h3,
.karta-uslugi h3,
.karta-projektu h3,
.karta-kroku h3 {
  margin: 0 0 8px;
  line-height: 1.2;
}

.karta-ciemna p,
.karta-uslugi p,
.karta-projektu p,
.karta-kroku p {
  margin: 0;
}

.karta-ciemna p,
.karta-kroku p {
  color: #cbd5e1;
  font-size: 14px;
}

.lista-uslug {
  grid-template-columns: repeat(4, 1fr);
}

.karta-jasna {
  color: #0f172a;
  background: #ffffff;
  border: 1px solid rgba(219, 234, 254, 0.65);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
}

.karta-uslugi {
  padding: 24px;
}

.ikona-jasna {
  color: #2563eb;
  background: #dbeafe;
}

.karta-uslugi p,
.tresc-projektu p {
  color: #475569;
  font-size: 14px;
}

.lista-projektow {
  grid-template-columns: repeat(3, 1fr);
}

.karta-projektu {
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(219, 234, 254, 0.75);
  color: #0f172a;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.karta-projektu:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 90px rgba(37, 99, 235, 0.22);
  border-color: rgba(96, 165, 250, 0.75);
}

.karta-projektu img {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.tresc-projektu {
  min-height: 190px;
  padding: 24px 26px 28px;
  display: flex;
  flex-direction: column;
}

.tresc-projektu h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  color: #020617;
}

.tresc-projektu p {
  margin: 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.55;
}

.tresc-projektu a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: #2563eb;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.tresc-projektu a:hover {
  color: #1d4ed8;
  transform: translateX(4px);
}

.lista-branz,
.lista-przewag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lista-branz span,
.lista-przewag span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 800;
}

.lista-branz span {
  color: #dbeafe;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(96, 165, 250, 0.28);
}

.lista-krokow {
  grid-template-columns: repeat(6, 1fr);
}

.karta-kroku {
  padding: 20px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.72);
}

.karta-kroku span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #ffffff;
  background: #2563eb;
  font-weight: 900;
}

.sekcja-przewaga,
.sekcja-kontakt {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.22), rgba(15, 23, 42, 0.86));
  padding: 34px;
}

.lista-przewag span {
  color: #0f172a;
  background: #ffffff;
}

.lista-faq {
  display: grid;
  gap: 12px;
}

.pytanie-faq {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.74);
}

.pytanie-faq button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #ffffff;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.pytanie-faq button span {
  font-size: 24px;
  color: #93c5fd;
}

.pytanie-faq p {
  display: none;
  margin: 0;
  padding: 0 20px 20px;
  color: #cbd5e1;
}

.pytanie-faq.aktywne p {
  display: block;
}

.pytanie-faq.aktywne button span {
  transform: rotate(45deg);
}

.dane-kontaktowe {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 22px;
  background: rgba(2, 8, 23, 0.55);
  font-style: normal;
}

.dane-kontaktowe a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  word-break: break-word;
}

.stopka {
  padding: 28px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: #cbd5e1;
  background: #020817;
}

.stopka-uklad {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;
}

.stopka strong {
  color: #ffffff;
}

@media (max-width: 1050px) {
  .uklad-glowny,
  .sekcja-przewaga,
  .sekcja-kontakt {
    grid-template-columns: 1fr;
  }

  .lista-zaufanie,
  .lista-uslug {
    grid-template-columns: repeat(2, 1fr);
  }

  .lista-krokow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .przycisk-menu {
    display: block;
  }

  .linki-nawigacji {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    background: #07162f;
  }

  .linki-nawigacji.aktywne {
    display: flex;
  }

  .linki-nawigacji a {
    padding: 14px;
  }

  .sekcja-glowna {
    padding-top: 46px;
  }

  .male-zaufanie,
  .lista-projektow,
  .lista-krokow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .kontener,
  .nawigacja {
    width: min(100% - 28px, 1120px);
  }

  .tresc-glowna h1 {
    font-size: 36px;
  }

  .opis-glowny {
    font-size: 16px;
  }

  .przycisk {
    width: 100%;
  }

  .lista-zaufanie,
  .lista-uslug {
    grid-template-columns: 1fr;
  }

  .sekcja,
  .sekcja-glowna {
    padding-left: 0;
    padding-right: 0;
  }

  .sekcja-przewaga,
  .sekcja-kontakt {
    padding: 24px;
    border-radius: 22px;
  }

  .lista-branz span,
  .lista-przewag span {
    width: 100%;
  }
}

.ikona,
.ikona-jasna {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ikona svg,
.ikona-jasna svg {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.podglad-projektu {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f4f4;
}

.podglad-projektu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.podglad-projektu:hover img {
  transform: scale(1.02);
  filter: brightness(0.92);
}

.sekcja-glowna {
  padding: 82px 0 64px;
  background:
    radial-gradient(
      circle at 76% 15%,
      rgba(37, 99, 235, 0.23),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 10%,
      rgba(59, 130, 246, 0.22),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #020817 0%,
      #071a36 50%,
      #020817 100%
    );
}

.uklad-glowny {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 64px;
}

.tresc-glowna {
  max-width: 680px;
}

.tresc-glowna .maly-naglowek {
  margin-bottom: 16px;
}

.tresc-glowna h1 {
  max-width: 680px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.opis-glowny {
  max-width: 580px;
  margin: 24px 0 0;
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.65;
}

.przyciski-glowne {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

.link-realizacje {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dbeafe;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.link-realizacje:hover {
  gap: 12px;
  color: #60a5fa;
}

.link-realizacje svg {
  flex-shrink: 0;
}

.karta-zdjecia {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  justify-self: end;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 26px;
  background: rgba(15, 23, 42, 0.7);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

@media (max-width: 1050px) {
  .uklad-glowny {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .karta-zdjecia {
    justify-self: start;
    max-width: 600px;
  }
}

@media (max-width: 620px) {
  .sekcja-glowna {
    padding-top: 36px;
    padding-bottom: 42px;
  }

  .uklad-glowny {
    gap: 32px;
  }

  .tresc-glowna h1 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.05;
  }

  .opis-glowny {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.6;
  }

  .przyciski-glowne {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 26px;
  }

  .przyciski-glowne .przycisk {
    width: 100%;
  }

  .link-realizacje {
    width: auto;
    padding: 4px 2px;
  }

  .karta-zdjecia {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .etykieta-zdjecia {
    left: 14px;
    bottom: 14px;
    padding: 10px 13px;
    border-radius: 13px;
  }
}




.pasek-postepu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, #2563eb, #60a5fa, #bfdbfe);
  box-shadow: 0 0 18px rgba(96, 165, 250, 0.65);
}

.sekcja-glowna {
  position: relative;
  overflow: hidden;
  transition: background-image 0.18s ease;
}

.sekcja-glowna::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  right: -110px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(59, 130, 246, 0.11);
  filter: blur(60px);
  animation: plywajacy-blask 7s ease-in-out infinite alternate;
}

.sekcja-glowna > .kontener {
  position: relative;
  z-index: 1;
}

.karta-zdjecia::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      120deg,
      transparent 20%,
      rgba(255, 255, 255, 0.08) 48%,
      transparent 76%
    );
  transform: translateX(-120%);
  transition: transform 0.8s ease;
}

.karta-zdjecia:hover::before {
  transform: translateX(120%);
}

.karta-zdjecia img {
  transition: transform 0.32s ease;
  will-change: transform;
}

.karta-zdjecia:hover {
  box-shadow:
    0 35px 100px rgba(0, 0, 0, 0.52),
    0 0 55px rgba(37, 99, 235, 0.16);
}

.przyciski-glowne .przycisk-glowny {
  position: relative;
  isolation: isolate;
}

.przyciski-glowne .przycisk-glowny::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2px;
  border-radius: inherit;
  opacity: 0;
  background:
    linear-gradient(
      135deg,
      rgba(96, 165, 250, 0.9),
      rgba(37, 99, 235, 0.35),
      rgba(147, 197, 253, 0.7)
    );
  filter: blur(10px);
  transition: opacity 0.3s ease;
}

.przyciski-glowne .przycisk-glowny:hover::before {
  opacity: 0.65;
}


.animacja-sekcji {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(28px);
  will-change: transform, opacity, filter;
  transition:
    opacity 0.55s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.55s ease;
}

.animacja-sekcji.animacja-widoczna {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.animacja-kafelek {
  opacity: 0;
  filter: blur(5px);
  will-change: transform, opacity, filter;
  transition:
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s ease,
    filter 0.55s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.animacja-z-lewej {
  transform: translate3d(-85px, 0, 0) scale(0.965);
}

.animacja-z-prawej {
  transform: translate3d(85px, 0, 0) scale(0.965);
}

.animacja-kafelek.animacja-widoczna {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.animacja-kafelek.animacja-widoczna:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(96, 165, 250, 0.5);
  box-shadow: 0 26px 60px rgba(37, 99, 235, 0.18);
}

.animacja-projekt {
  position: relative;
  opacity: 0;
  filter: blur(7px);
  transform: translateY(46px) scale(0.965);
  will-change: transform, opacity, filter;
  transform-style: preserve-3d;
  transition:
    opacity 0.65s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.6s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.animacja-projekt.animacja-widoczna {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.blask-projektu {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.podglad-projektu {
  isolation: isolate;
}

.podglad-projektu img {
  position: relative;
  z-index: 1;
}

.animacja-projekt:hover .podglad-projektu img {
  transform: scale(1.035);
}

.animacja-krok {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(-60px, 12px, 0) scale(0.95);
  will-change: transform, opacity, filter;
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.48s ease,
    filter 0.48s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.animacja-krok.animacja-widoczna {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.animacja-krok.animacja-widoczna:hover {
  transform: translateY(-8px);
  border-color: rgba(96, 165, 250, 0.55);
  background: rgba(30, 58, 138, 0.38);
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.14);
}

.karta-kroku > span {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.animacja-krok.animacja-widoczna:hover > span {
  transform: scale(1.1) rotate(3deg);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.32);
}

.animacja-przewaga {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  will-change: transform, opacity;
  transition:
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s ease,
    box-shadow 0.35s ease;
}

.animacja-przewaga.animacja-widoczna {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.animacja-przewaga.animacja-widoczna:hover {
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    0 0 55px rgba(37, 99, 235, 0.08);
}

.animacja-przewaga-tekst {
  opacity: 0;
  transform: translateX(-38px);
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s ease;
}

.animacja-przewaga-tekst.animacja-widoczna {
  opacity: 1;
  transform: translateX(0);
}

.animacja-przewaga-element {
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  transition:
    opacity 0.45s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.animacja-przewaga-element.animacja-widoczna {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.animacja-przewaga-element.animacja-puls {
  transform: translateY(-9px) scale(1.045);
  background: #eff6ff;
  color: #0f172a;
  box-shadow:
    0 14px 35px rgba(37, 99, 235, 0.28),
    0 0 24px rgba(96, 165, 250, 0.18);
}

.animacja-faq {
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s ease,
    background 0.25s ease;
}

.animacja-faq.animacja-widoczna {
  opacity: 1;
  transform: translateY(0);
}

.animacja-faq:hover {
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(15, 31, 62, 0.84);
}

.animacja-kontakt {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(38px) scale(0.985);
  will-change: transform, opacity, filter;
  transition:
    opacity 0.65s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.6s ease,
    box-shadow 0.3s ease;
}

.animacja-kontakt.animacja-widoczna {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.animacja-kontakt.animacja-widoczna:hover {
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.28),
    0 0 50px rgba(37, 99, 235, 0.08);
}

.przycisk-glowny {
  position: relative;
  overflow: hidden;
}

.przycisk-glowny::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -70%;
  width: 45%;
  height: 180%;
  pointer-events: none;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.34),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.65s ease;
}

.przycisk-glowny:hover::after {
  left: 125%;
}

@keyframes plywajacy-blask {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-70px, 70px, 0) scale(1.18);
  }
}

@media (max-width: 820px) {
  .sekcja-glowna::before {
    width: 300px;
    height: 300px;
    top: -120px;
    right: -120px;
  }
}

@media (max-width: 620px) {
  .animacja-z-lewej {
    transform: translate3d(-38px, 0, 0) scale(0.98);
  }

  .animacja-z-prawej {
    transform: translate3d(38px, 0, 0) scale(0.98);
  }

  .animacja-krok {
    transform: translate3d(-34px, 8px, 0) scale(0.97);
  }

  .animacja-kafelek.animacja-widoczna,
  .animacja-krok.animacja-widoczna {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .animacja-projekt {
    transform: translateY(28px) scale(0.98);
  }

  .animacja-projekt.animacja-widoczna {
    transform: translateY(0) scale(1);
  }
}


.hero-animacja-tresc {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(30px);
  animation: wejscie-hero 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  will-change: opacity, filter, transform;
}

.hero-animacja-tresc.hero-animacja-gotowa {
  opacity: 1;
}

.karta-zdjecia.hero-zdjecie-stale {
  opacity: 1;
  visibility: visible;
  filter: none;
  clip-path: none;
  transform: none;
  transform-style: preserve-3d;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.karta-zdjecia.hero-zdjecie-stale img {
  opacity: 1;
  visibility: visible;
  filter: none;
  clip-path: none;
  transition: transform 0.3s ease;
  will-change: transform;
}

.karta-zdjecia.hero-zdjecie-stale:hover {
  box-shadow:
    0 34px 95px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(37, 99, 235, 0.14);
}

@keyframes wejscie-hero {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (max-width: 899px) {
  .karta-zdjecia.hero-zdjecie-stale,
  .karta-zdjecia.hero-zdjecie-stale img {
    transform: none !important;
  }

  .hero-animacja-tresc {
    transform: translateY(22px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sekcja-glowna::before {
    animation: none;
  }

  .hero-animacja-tresc,
  .animacja-sekcji,
  .animacja-kafelek,
  .animacja-projekt,
  .animacja-krok,
  .animacja-przewaga,
  .animacja-przewaga-tekst,
  .animacja-przewaga-element,
  .animacja-faq,
  .animacja-kontakt,
  .karta-zdjecia.hero-zdjecie-stale,
  .karta-zdjecia.hero-zdjecie-stale img {
    opacity: 1;
    filter: none;
    transform: none !important;
    animation: none;
    transition: none;
  }
}