img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

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

@media (max-width: 1440px) {
  .site-container,
  .site-container-wide {
    width: calc(100% - 64px);
  }

  .site-header__inner {
    grid-template-columns:
      minmax(165px, 1fr)
      auto
      minmax(165px, 1fr);
    gap: 22px;
  }

  .site-navigation__list {
    gap: 22px;
  }

  .site-navigation__link {
    font-size: 12px;
  }

  .site-header__quote {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-hero__content {
    width: min(900px, 82%);
  }

  .home-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .home-service-category-card__link {
    padding: 32px;
  }

  .home-featured-projects__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .home-pricing__grid,
  .home-pricing-group__grid {
    gap: 18px;
  }

  .home-final-cta__panel {
    width: min(100%, 1120px);
  }
}

/*
|--------------------------------------------------------------------------
| Laptop
|--------------------------------------------------------------------------
*/

@media (max-width: 1240px) {
  .site-container,
  .site-container-wide {
    width: calc(100% - 48px);
  }

  .site-header__inner {
    grid-template-columns:
      minmax(145px, 1fr)
      auto
      minmax(145px, 1fr);
    gap: 16px;
  }

  .site-header__logo {
    max-width: 175px;
  }

  .site-navigation__list {
    gap: 16px;
  }

  .site-navigation__link {
    gap: 6px;
    font-size: 11px;
  }

  .site-header__quote {
    min-height: 44px;
    padding-right: 16px;
    padding-left: 16px;
    gap: 9px;
    font-size: 11px;
  }

  .site-navigation__dropdown {
    min-width: 260px;
  }

  .site-navigation__mega {
    min-width: 660px;
  }

  .home-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .home-section__header {
    margin-bottom: 48px;
  }

  .home-hero {
    min-height: 760px;
  }

  .home-hero__content-wrap {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .home-hero__content {
    width: min(820px, 84%);
  }

  .home-hero__title {
    font-size: clamp(50px, 7vw, 88px);
  }

  .home-stats__item {
    min-height: 145px;
    padding: 28px 22px;
  }

  .home-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .home-service-category-card {
    min-height: 300px;
  }

  .home-service-category-card__link {
    padding: 28px;
  }

  .home-service-category-card__title {
    font-size: clamp(20px, 1.8vw, 26px);
  }

  .home-service-category-card__description {
    font-size: 13px;
  }

  .home-why-choose__layout {
    grid-template-columns:
      minmax(0, 1.05fr)
      minmax(340px, 0.95fr);
    gap: 58px;
  }

  .home-why-choose__metric {
    min-height: 190px;
    padding: 25px;
  }

  .home-process__timeline {
    gap: 14px;
  }

  .home-process__step-content {
    padding-right: 5px;
    padding-left: 5px;
  }

  .home-projects__grid {
    gap: 28px;
  }

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

  .home-pricing-card {
    padding: 32px;
  }

  .home-final-cta {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .home-final-cta__panel {
    min-height: 500px;
    padding-right: 72px;
    padding-left: 72px;
  }

  .home-final-cta__title {
    font-size: clamp(46px, 5.6vw, 72px);
  }
}

/*
|--------------------------------------------------------------------------
| Nawigacja mobilna i mniejszy laptop
|--------------------------------------------------------------------------
*/

@media (max-width: 1080px) {
  body.is-menu-open,
  body.site-menu-open,
  body.menu-open {
    overflow: hidden;
  }

  .site-header__inner {
    min-height: 78px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
  }

  .site-header__brand {
    justify-self: start;
  }

  .site-header__logo {
    width: auto;
    max-width: 190px;
    max-height: 38px;
  }

  .site-header__navigation {
    display: none;
  }

  .site-header__actions {
    justify-self: end;
  }

  .site-header__quote {
    display: none;
  }

  .site-header__menu-button,
  .site-menu-toggle {
    display: inline-grid;
  }

  .site-mobile-menu {
    position: fixed;
    top: var(--site-header-height, 78px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    display: block;
    padding: 20px 24px 40px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    background:
      radial-gradient(
        circle at 85% 5%,
        rgba(94, 106, 210, 0.16),
        transparent 32%
      ),
      radial-gradient(
        circle at 12% 86%,
        rgba(0, 242, 255, 0.1),
        transparent 34%
      ),
      rgba(5, 9, 13, 0.985);
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 220ms ease,
      visibility 220ms ease,
      transform 220ms ease;
    overscroll-behavior: contain;
  }

  .site-mobile-menu.is-open,
  .site-mobile-menu[aria-hidden="false"],
  body.is-menu-open .site-mobile-menu,
  body.site-menu-open .site-mobile-menu,
  body.menu-open .site-mobile-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-mobile-menu__list {
    display: flex;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
  }

  .site-mobile-menu__list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-mobile-menu__link,
  .site-mobile-menu summary {
    display: flex;
    width: 100%;
    min-height: 62px;
    padding: 14px 4px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    color: #f8fbfc;
    background: transparent;
    font-family: "Sora", "Inter", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
  }

  .site-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .site-mobile-menu summary::after {
    content: "\f078";
    color: #00f2ff;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
    transition: transform 220ms ease;
  }

  .site-mobile-menu details[open] > summary::after {
    transform: rotate(180deg);
  }

  .site-mobile-menu__link:hover,
  .site-mobile-menu__link:focus-visible,
  .site-mobile-menu summary:hover,
  .site-mobile-menu summary:focus-visible {
    color: #00f2ff;
  }

  .site-mobile-menu details ul {
    display: flex;
    margin: 0;
    padding: 0 0 16px 16px;
    flex-direction: column;
    gap: 4px;
    list-style: none;
  }

  .site-mobile-menu details ul a {
    display: flex;
    min-height: 44px;
    padding: 9px 12px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 10px;
    color: #aebbc2;
    background: rgba(255, 255, 255, 0.025);
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
  }

  .site-mobile-menu details ul a:hover,
  .site-mobile-menu details ul a:focus-visible {
    color: #00f2ff;
    background: rgba(0, 242, 255, 0.07);
  }

  .site-mobile-menu details ul ul {
    padding: 5px 0 4px 14px;
  }

  .home-hero {
    min-height: 710px;
  }

  .home-hero__content-wrap {
    padding-top: 145px;
    padding-bottom: 155px;
  }

  .home-hero__content {
    width: min(760px, 90%);
  }

  .home-hero__title {
    font-size: clamp(46px, 8vw, 80px);
  }

  .home-hero__description {
    max-width: 640px;
  }

  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .home-service-category-card {
    min-height: 290px;
  }

  .home-service-category-card__link {
    padding: 30px;
  }

  .home-why-choose__layout {
    grid-template-columns: 1fr;
    gap: 68px;
  }

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

  .home-why-choose__metrics {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .home-why-choose__metric {
    min-height: 200px;
  }

  .home-process__timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 54px;
  }

  .home-process__line {
    display: none;
  }

  .home-featured-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-featured-project-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    justify-self: center;
  }

  .home-pricing__grid,
  .home-pricing-group__grid {
    width: min(100%, 790px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .home-pricing-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 8px);
    justify-self: center;
  }

  .home-final-cta__panel {
    width: min(100%, 900px);
    min-height: 470px;
    padding-right: 58px;
    padding-left: 58px;
  }

  .home-final-cta__content {
    width: min(100%, 800px);
  }

  .home-final-cta__title {
    font-size: clamp(43px, 7vw, 68px);
  }
}

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

@media (max-width: 920px) {
  .site-container,
  .site-container-wide {
    width: calc(100% - 40px);
  }

  .home-section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .home-section__header {
    margin-bottom: 38px;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .home-section__title {
    font-size: clamp(32px, 6.7vw, 54px);
  }

  .site-link-arrow {
    min-height: 40px;
  }

  .home-hero {
    min-height: 680px;
  }

  .home-hero__content-wrap {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .home-hero__content {
    width: 92%;
  }

  .home-hero__title {
    font-size: clamp(44px, 9vw, 72px);
  }

  .home-hero__description {
    margin-top: 24px;
    font-size: 17px;
  }

  .home-hero__scroll {
    left: 24px;
  }

  .home-hero__controls-wrap {
    bottom: 36px;
  }

  .home-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stats__item {
    min-height: 140px;
  }

  .home-stats__item:nth-child(2n) {
    border-right: 0;
  }

  .home-stats__item:nth-child(n + 3) {
    border-top: 1px solid var(--home-border);
  }

  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .home-service-category-card {
    min-height: 280px;
  }

  .home-service-category-card__link {
    padding: 27px;
  }

  .home-service-category-card__title {
    font-size: 23px;
  }

  .home-why-choose__title,
  .home-process__title,
  .home-pricing__title {
    font-size: clamp(34px, 7vw, 58px);
  }

  .home-why-choose__features {
    gap: 13px;
  }

  .home-why-choose__metric {
    min-height: 180px;
  }

  .home-process__header {
    margin-bottom: 60px;
  }

  .home-process__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 24px;
  }

  .home-process__marker-wrap {
    min-height: 76px;
  }

  .home-process__marker {
    width: 74px;
    height: 74px;
    font-size: 19px;
  }

  .home-projects__grid {
    gap: 22px;
  }

  .home-featured-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-pricing__header {
    margin-bottom: 58px;
  }

  .home-pricing__grid,
  .home-pricing-group__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-pricing-card {
    min-height: 500px;
  }

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

  .home-final-cta {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .home-final-cta__panel {
    min-height: 450px;
    padding: 68px 44px;
    border-radius: 30px;
  }

  .home-final-cta__title {
    font-size: clamp(39px, 7.8vw, 60px);
  }

  .home-final-cta__description {
    max-width: 650px;
    font-size: 17px;
  }

  .home-final-cta__button {
    min-width: 270px;
    min-height: 64px;
  }
}

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

@media (max-width: 760px) {
  .site-container,
  .site-container-wide {
    width: calc(100% - 32px);
  }

  .site-header__inner {
    min-height: 72px;
  }

  .site-header__logo {
    max-width: 165px;
    max-height: 36px;
  }

  .site-header__menu-button,
  .site-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .site-mobile-menu {
    top: var(--site-header-height, 72px);
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .home-section::before {
    width: calc(100% - 32px);
  }

  .home-section__header {
    margin-bottom: 32px;
  }

  .home-section__eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .home-section__title {
    font-size: clamp(30px, 8vw, 48px);
  }

  .home-hero {
    min-height: 650px;
  }

  .home-hero__shade {
    background:
      linear-gradient(
        90deg,
        rgba(2, 6, 9, 0.93) 0%,
        rgba(2, 6, 9, 0.7) 70%,
        rgba(2, 6, 9, 0.48) 100%
      ),
      linear-gradient(
        180deg,
        rgba(2, 6, 9, 0.3) 0%,
        rgba(2, 6, 9, 0.16) 42%,
        rgba(2, 6, 9, 0.96) 100%
      );
  }

  .home-hero__content-wrap {
    padding-top: 130px;
    padding-bottom: 150px;
    align-items: flex-end;
  }

  .home-hero__content {
    width: 100%;
  }

  .home-hero__title {
    max-width: 100%;
    font-size: clamp(42px, 11.5vw, 66px);
    letter-spacing: -0.065em;
    line-height: 1;
  }

  .home-hero__description {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .home-hero__controls {
    margin-right: auto;
    margin-left: 0;
  }

  .home-hero__scroll {
    display: none;
  }

  .home-stats__item {
    min-height: 128px;
    padding: 24px 16px;
  }

  .home-stats__value {
    font-size: clamp(31px, 8vw, 48px);
  }

  .home-stats__label {
    margin-top: 9px;
    font-size: 10px;
  }

  .home-services {
    background-size:
      48px 48px,
      48px 48px,
      auto,
      auto;
  }

  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home-service-category-card {
    min-height: 270px;
    border-radius: 18px;
  }

  .home-service-category-card__link {
    padding: 24px;
  }

  .home-service-category-card__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .home-service-category-card__image {
    width: 25px;
    height: 25px;
    max-width: 25px;
    max-height: 25px;
  }

  .home-service-category-card__title {
    margin-top: 22px;
    font-size: 21px;
  }

  .home-service-category-card__description {
    margin-top: 14px;
    font-size: 13px;
  }

  .home-service-category-card__more {
    padding-top: 24px;
    font-size: 12px;
  }

  .home-why-choose__layout {
    gap: 52px;
  }

  .home-why-choose__description {
    margin-top: 22px;
    font-size: 15px;
  }

  .home-why-choose__features {
    margin-top: 34px;
    grid-template-columns: 1fr;
  }

  .home-why-choose__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-why-choose__metric {
    min-height: 160px;
    padding: 22px 16px;
  }

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

  .home-why-choose__metric-value {
    font-size: clamp(34px, 9vw, 54px);
  }

  .home-process {
    background-size:
      48px 48px,
      48px 48px,
      auto;
  }

  .home-process__header {
    margin-bottom: 46px;
  }

  .home-process__timeline {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-process__step {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    text-align: left;
  }

  .home-process__marker-wrap {
    min-height: 0;
  }

  .home-process__marker {
    width: 64px;
    height: 64px;
    font-size: 18px;
    box-shadow:
      0 0 0 5px rgba(5, 9, 13, 0.95),
      0 0 28px rgba(0, 242, 255, 0.11);
  }

  .home-process__step-content {
    padding: 4px 0 24px;
    border-bottom: 1px solid var(--home-border);
  }

  .home-process__step:last-child .home-process__step-content {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .home-process__step-description {
    margin-right: 0;
    margin-left: 0;
  }

  .home-projects__grid,
  .home-featured-projects__grid {
    grid-template-columns: 1fr;
  }

  .home-featured-project-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

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

  .home-pricing {
    background-size:
      48px 48px,
      48px 48px,
      auto;
  }

  .home-pricing__header {
    margin-bottom: 48px;
  }

  .home-pricing__grid,
  .home-pricing-group__grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-pricing-card,
  .home-pricing-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
    min-height: auto;
  }

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

  .home-pricing-card__features {
    flex: 0 1 auto;
  }

  .home-final-cta {
    padding-top: 74px;
    padding-bottom: 74px;
    background-size: 48px 48px;
  }

  .home-final-cta__panel {
    min-height: 420px;
    padding: 58px 30px;
    border-radius: 25px;
  }

  .home-final-cta__title {
    font-size: clamp(36px, 9.4vw, 54px);
  }

  .home-final-cta__description {
    margin-top: 24px;
    font-size: 16px;
  }

  .home-final-cta__button {
    min-width: 250px;
    min-height: 60px;
    margin-top: 36px;
    padding-right: 26px;
    padding-left: 26px;
    font-size: 14px;
  }

  .home-final-cta__glow--left {
    bottom: -190px;
    left: -170px;
  }

  .home-final-cta__glow--right {
    top: -210px;
    right: -170px;
  }
}

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

@media (max-width: 620px) {
  .site-container,
  .site-container-wide {
    width: calc(100% - 28px);
  }

  .site-header__logo {
    max-width: 148px;
  }

  .site-mobile-menu__link,
  .site-mobile-menu summary {
    min-height: 58px;
    font-size: 16px;
  }

  .home-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-section::before {
    width: calc(100% - 28px);
  }

  .home-section__header {
    margin-bottom: 28px;
    gap: 18px;
  }

  .home-section__title {
    font-size: clamp(28px, 9vw, 42px);
    letter-spacing: -0.045em;
  }

  .site-link-arrow {
    font-size: 12px;
  }

  .home-hero {
    min-height: 610px;
  }

  .home-hero__content-wrap {
    padding-top: 118px;
    padding-bottom: 135px;
  }

  .home-hero__title {
    font-size: clamp(39px, 12vw, 58px);
  }

  .home-hero__description {
    margin-top: 20px;
    font-size: 15px;
  }

  .home-hero__controls-wrap {
    bottom: 24px;
  }

  .home-hero__controls {
    width: 100%;
    justify-content: space-between;
  }

  .home-hero__arrow {
    width: 43px;
    height: 43px;
  }

  .home-hero__pagination {
    min-height: 43px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .home-hero__dot.is-active {
    width: 27px;
  }

  .home-stats__grid {
    grid-template-columns: 1fr;
  }

  .home-stats__item {
    min-height: 108px;
    padding: 21px 14px;
    border-right: 0 !important;
  }

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

  .home-stats__value {
    font-size: 38px;
  }

  .home-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-service-category-card {
    min-height: 250px;
  }

  .home-service-category-card__link {
    padding: 26px;
  }

  .home-service-category-card__title {
    font-size: 23px;
  }

  .home-service-category-card__description {
    font-size: 13px;
    line-height: 1.68;
  }

  .home-service-category-card__more {
    padding-top: 25px;
  }

  .home-why-choose__title,
  .home-process__title,
  .home-pricing__title {
    font-size: clamp(30px, 10vw, 44px);
  }

  .home-why-choose__metrics {
    grid-template-columns: 1fr;
  }

  .home-why-choose__metric {
    min-height: 145px;
  }

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

  .home-process__step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .home-process__marker {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }

  .home-process__step-title {
    font-size: 18px;
  }

  .home-process__step-description {
    font-size: 12px;
  }

  .home-project-card__media {
    border-radius: 17px;
  }

  .home-project-card__view {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
    opacity: 1;
    transform: rotate(45deg);
  }

  .home-project-card__body {
    padding-top: 20px;
  }

  .home-project-card__title,
  .home-featured-project-card .home-project-card__title {
    font-size: 27px;
  }

  .home-pricing__subtitle {
    margin-top: 16px;
    font-size: 14px;
  }

  .home-pricing-card {
    padding: 30px 24px;
    border-radius: 18px;
  }

  .home-pricing-card__featured {
    min-height: 32px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 9px;
  }

  .home-pricing-card__title {
    font-size: 21px;
  }

  .home-pricing-card__price {
    min-height: 50px;
    margin-top: 18px;
  }

  .home-pricing-card__price strong {
    font-size: 38px;
  }

  .home-pricing-card__features {
    margin-top: 28px;
    gap: 16px;
  }

  .home-pricing-card__features li {
    font-size: 13px;
  }

  .home-pricing-card__button {
    min-height: 54px;
    margin-top: 30px;
  }

  .home-final-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-final-cta__panel {
    min-height: 390px;
    padding: 50px 22px;
    border-radius: 21px;
  }

  .home-final-cta__title {
    font-size: clamp(33px, 10.5vw, 47px);
    letter-spacing: -0.055em;
  }

  .home-final-cta__description {
    max-width: 480px;
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.65;
  }

  .home-final-cta__button {
    width: min(100%, 290px);
    min-width: 0;
    min-height: 56px;
    margin-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 13px;
    font-size: 13px;
  }
}

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

@media (max-width: 460px) {
  .site-container,
  .site-container-wide {
    width: calc(100% - 22px);
  }

  .site-header__inner {
    min-height: 68px;
  }

  .site-header__logo {
    max-width: 132px;
    max-height: 34px;
  }

  .site-header__menu-button,
  .site-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .site-mobile-menu {
    top: var(--site-header-height, 68px);
    padding-right: 11px;
    padding-left: 11px;
  }

  .site-mobile-menu__link,
  .site-mobile-menu summary {
    min-height: 55px;
    font-size: 15px;
  }

  .home-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-section::before {
    width: calc(100% - 22px);
  }

  .home-section__eyebrow {
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .home-section__eyebrow::before {
    width: 24px;
  }

  .home-section__title {
    font-size: clamp(27px, 10vw, 38px);
  }

  .home-hero {
    min-height: 570px;
  }

  .home-hero__content-wrap {
    padding-top: 108px;
    padding-bottom: 120px;
  }

  .home-hero__title {
    font-size: clamp(36px, 12vw, 50px);
  }

  .home-hero__description {
    font-size: 14px;
    line-height: 1.55;
  }

  .home-hero__arrow {
    width: 40px;
    height: 40px;
  }

  .home-hero__pagination {
    min-height: 40px;
    gap: 6px;
  }

  .home-service-category-card {
    min-height: 235px;
    border-radius: 16px;
  }

  .home-service-category-card__link {
    padding: 22px;
  }

  .home-service-category-card__icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border-radius: 11px;
  }

  .home-service-category-card__image {
    width: 23px;
    height: 23px;
    max-width: 23px;
    max-height: 23px;
  }

  .home-service-category-card__title {
    margin-top: 20px;
    font-size: 21px;
  }

  .home-service-category-card__description {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.65;
  }

  .home-service-category-card__more {
    padding-top: 22px;
    font-size: 11px;
  }

  .home-why-choose__layout {
    gap: 42px;
  }

  .home-why-choose__description {
    font-size: 14px;
    line-height: 1.7;
  }

  .home-why-choose__feature {
    min-height: 70px;
    padding: 14px;
  }

  .home-why-choose__feature-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 14px;
  }

  .home-why-choose__feature-title {
    font-size: 13px;
  }

  .home-why-choose__metric {
    min-height: 130px;
  }

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

  .home-process__subtitle {
    font-size: 14px;
  }

  .home-process__step {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
  }

  .home-process__marker {
    width: 46px;
    height: 46px;
    font-size: 14px;
    box-shadow:
      0 0 0 4px rgba(5, 9, 13, 0.95),
      0 0 22px rgba(0, 242, 255, 0.1);
  }

  .home-process__step-content {
    padding-top: 1px;
    padding-bottom: 20px;
  }

  .home-project-card__title,
  .home-featured-project-card .home-project-card__title {
    font-size: 24px;
  }

  .home-project-card__description {
    font-size: 12px;
  }

  .home-pricing__header {
    margin-bottom: 42px;
  }

  .home-pricing-card {
    padding: 27px 19px;
  }

  .home-pricing-card__featured {
    min-height: 29px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 8px;
  }

  .home-pricing-card__title {
    font-size: 19px;
  }

  .home-pricing-card__description {
    font-size: 12px;
  }

  .home-pricing-card__price strong {
    font-size: 34px;
  }

  .home-pricing-card__price-prefix,
  .home-pricing-card__price-suffix {
    font-size: 12px;
  }

  .home-pricing-card__features {
    margin-top: 24px;
    gap: 14px;
  }

  .home-pricing-card__features li {
    gap: 10px;
    font-size: 12px;
  }

  .home-pricing-card__button {
    min-height: 50px;
    margin-top: 26px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
  }

  .home-final-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-final-cta__panel {
    min-height: 360px;
    padding: 44px 17px;
    border-radius: 18px;
  }

  .home-final-cta__title {
    font-size: clamp(30px, 10.8vw, 41px);
    line-height: 1.08;
  }

  .home-final-cta__description {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.6;
  }

  .home-final-cta__button {
    width: 100%;
    min-height: 53px;
    margin-top: 28px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 12px;
    font-size: 12px;
  }

  .home-final-cta__button i {
    font-size: 10px;
  }
}

/*
|--------------------------------------------------------------------------
| Orientacja pozioma telefonu
|--------------------------------------------------------------------------
*/

@media (max-width: 920px) and (max-height: 560px) and (orientation: landscape) {
  .site-mobile-menu {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .site-mobile-menu__link,
  .site-mobile-menu summary {
    min-height: 48px;
    font-size: 14px;
  }

  .home-hero {
    min-height: 520px;
  }

  .home-hero__content-wrap {
    padding-top: 105px;
    padding-bottom: 100px;
  }

  .home-hero__title {
    font-size: clamp(36px, 7vw, 58px);
  }

  .home-hero__description {
    max-width: 660px;
    margin-top: 16px;
    font-size: 14px;
  }

  .home-hero__controls-wrap {
    bottom: 16px;
  }

  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-category-card {
    min-height: 230px;
  }

  .home-process__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-final-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-final-cta__panel {
    min-height: 340px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .home-final-cta__title {
    font-size: clamp(32px, 6vw, 48px);
  }

  .home-final-cta__description {
    margin-top: 16px;
    font-size: 14px;
  }

  .home-final-cta__button {
    min-height: 52px;
    margin-top: 24px;
  }
}

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

@media (hover: none) {
  .home-service-category-card:hover,
  .home-pricing-card:hover,
  .home-project-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,
  .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) {
  .site-mobile-menu,
  .site-mobile-menu summary::after,
  .home-service-category-card,
  .home-service-category-card__icon,
  .home-service-category-card__image,
  .home-project-card__image,
  .home-project-card__view,
  .home-pricing-card,
  .home-pricing-card__button,
  .home-process__marker,
  .home-why-choose__feature,
  .home-final-cta__button {
    transition: none !important;
  }

  .home-service-category-card,
  .home-service-category-card:hover,
  .home-service-category-card__icon,
  .home-service-category-card:hover .home-service-category-card__icon,
  .home-service-category-card__image,
  .home-service-category-card:hover .home-service-category-card__image,
  .home-pricing-card,
  .home-pricing-card.is-featured,
  .home-pricing-card.is-featured:hover,
  .home-process__step:hover .home-process__marker,
  .home-why-choose__metric--2,
  .home-final-cta__button,
  .home-final-cta__button:hover {
    transform: none !important;
  }
}

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

@media (forced-colors: active) {
  .home-service-category-card,
  .home-service-category-card__icon,
  .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 {
    filter: none;
  }

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