/* Homepage section 5 staged visual layer. Scope: Najwazniejsze + Jak pracujemy only. */
.home .nord-fast-summary {
  border-top: 1px solid rgba(16, 24, 32, 0.08);
  border-bottom: 1px solid rgba(16, 24, 32, 0.09);
  background:
    linear-gradient(180deg, #f7f4ee 0%, #f2eee6 100%);
}

.home .nord-fast-summary .content-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: clamp(42px, 4.5vw, 56px) 0;
}

.home .nord-fast-summary .content-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(42px, 4.5vw, 56px);
  bottom: clamp(42px, 4.5vw, 56px);
  width: 3px;
  background: rgba(184, 164, 111, 0.72);
}

.home .nord-fast-summary h2 {
  margin: 0;
  padding-left: 22px;
  font-size: clamp(1.72rem, 3vw, 2.34rem);
  line-height: 1.18;
}

.home .nord-fast-summary p {
  max-width: 805px;
  margin: 0;
  padding-top: 4px;
  color: #354351;
  font-size: clamp(1rem, 1.18vw, 1.08rem);
  line-height: 1.72;
}

.home .nord-process {
  border-top: 0;
  background:
    linear-gradient(180deg, #f2eee6 0%, #f5f1ea 100%);
}

.home .nord-process .content-wrap {
  padding: clamp(46px, 4.8vw, 62px) 0 clamp(54px, 5.2vw, 70px);
}

.home .nord-process .nord-two-column {
  display: grid;
  grid-template-columns: minmax(270px, 0.74fr) minmax(440px, 1.26fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: start;
}

.home .nord-process h2 {
  margin: 0 0 14px;
  font-size: clamp(1.72rem, 3vw, 2.28rem);
  line-height: 1.18;
}

.home .nord-process p {
  margin: 0;
  color: #46535f;
  font-size: 1.04rem;
  line-height: 1.68;
}

.home .nord-steps {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  counter-reset: nord-step;
}

.home .nord-steps::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(184, 164, 111, 0.78), rgba(16, 24, 32, 0.16));
}

.home .nord-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 90px;
  padding: 14px 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  counter-increment: nord-step;
}

.home .nord-steps li:last-child {
  border-bottom: 0;
}

.home .nord-steps li::before {
  content: counter(nord-step);
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 164, 111, 0.7);
  border-radius: 6px;
  background: #101820;
  color: #f3d98d;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
}

.home .nord-steps strong {
  display: block;
  margin: 0 0 4px;
  color: #08131f;
  font-size: 1.06rem;
  line-height: 1.25;
}

.home .nord-steps span {
  display: block;
  color: #4f5c68;
  line-height: 1.52;
}

@media (max-width: 980px) {
  .home .nord-fast-summary .content-wrap,
  .home .nord-process .nord-two-column {
    grid-template-columns: 1fr;
  }

  .home .nord-fast-summary .content-wrap {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .home .nord-fast-summary .content-wrap {
    padding: 36px 0 34px;
  }

  .home .nord-fast-summary .content-wrap::before {
    top: 38px;
    bottom: 36px;
  }

  .home .nord-fast-summary h2 {
    padding-left: 16px;
    font-size: 1.52rem;
  }

  .home .nord-fast-summary p {
    padding-left: 16px;
    padding-top: 0;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .home .nord-process .content-wrap {
    padding: 34px 0 92px;
  }

  .home .nord-process .nord-two-column {
    gap: 22px;
  }

  .home .nord-process h2 {
    font-size: 1.56rem;
  }

  .home .nord-process p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .home .nord-steps {
    padding-left: 14px;
  }

  .home .nord-steps::before {
    left: 17px;
    top: 15px;
    bottom: 15px;
  }

  .home .nord-steps li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 12px 0 13px;
  }

  .home .nord-steps li::before {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 0.84rem;
  }

  .home .nord-steps strong {
    font-size: 1rem;
  }

  .home .nord-steps span {
    font-size: 0.93rem;
    line-height: 1.45;
  }
}
