/* Homepage section 7 staged visual layer. Scope: anonymous stories + final CTA only. */
.home .nord-stories,
.home .nord-home-final-cta {
  background:
    linear-gradient(180deg, #f2eee6 0%, #f6f2eb 100%);
  color: #101820;
}

.home .nord-stories .content-wrap {
  padding: clamp(42px, 4.8vw, 58px) 0 clamp(36px, 4vw, 48px);
}

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

.home .nord-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border: 0;
}

.home .nord-stories article {
  min-height: 206px;
  padding: 20px;
  border: 1px solid rgba(16, 24, 32, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(249, 247, 242, 0.94) 100%);
  box-shadow: 0 16px 40px rgba(16, 24, 32, 0.08);
}

.home .nord-stories article:not(:first-child) {
  padding-left: 20px;
}

.home .nord-stories article:last-child {
  border-right: 1px solid rgba(16, 24, 32, 0.14);
}

.home .nord-stories article::before {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(184, 164, 111, 0.72);
}

.home .nord-stories h3 {
  margin: 0 0 14px;
  color: #08131f;
  font-size: 1.06rem;
  line-height: 1.28;
}

.home .nord-stories article p {
  margin: 0;
  color: #4c5965;
  line-height: 1.58;
}

.home .nord-home-final-cta .content-wrap {
  padding: clamp(40px, 4.6vw, 56px) 0 clamp(48px, 5vw, 64px);
}

.home .nord-home-final-cta__panel {
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 0.72fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  padding: clamp(26px, 4vw, 38px);
  border-color: rgba(216, 221, 226, 0.14);
  background:
    linear-gradient(110deg, rgba(8, 19, 31, 0.98), rgba(18, 28, 38, 0.94));
  box-shadow: 0 24px 64px rgba(16, 24, 32, 0.18);
}

.home .nord-home-final-cta h2 {
  max-width: 610px;
  font-size: clamp(1.72rem, 3.3vw, 2.34rem);
  line-height: 1.16;
}

.home .nord-home-final-cta p {
  max-width: 650px;
}

.home .nord-home-final-cta__actions {
  margin-top: 22px;
}

.home .nord-home-final-cta__proof {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.home .nord-home-final-cta__proof div {
  min-height: 0;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
}

.home .nord-home-final-cta__proof div:last-child {
  border-bottom: 0;
}

.home .nord-home-final-cta__proof span {
  margin-bottom: 6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #f3d98d;
  font-size: 0.72rem;
}

.home .nord-home-final-cta__proof strong {
  font-size: 1.02rem;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .home .nord-home-final-cta__panel {
    grid-template-columns: 1fr;
  }
}

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

  .home .nord-stories h2 {
    margin-bottom: 18px;
    font-size: 1.52rem;
  }

  .home .nord-stories__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home .nord-stories article,
  .home .nord-stories article:not(:first-child) {
    min-height: 0;
    padding: 15px;
    border: 1px solid rgba(16, 24, 32, 0.14);
    border-radius: 6px;
  }

  .home .nord-stories article:last-child {
    border-bottom: 1px solid rgba(16, 24, 32, 0.14);
  }

  .home .nord-stories article::before {
    margin-bottom: 12px;
  }

  .home .nord-stories h3 {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .home .nord-stories article p {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .home .nord-home-final-cta .content-wrap {
    padding: 32px 0 92px;
  }

  .home .nord-home-final-cta__panel {
    gap: 18px;
    padding: 22px;
    background: linear-gradient(135deg, #101820, #17212b);
  }

  .home .nord-home-final-cta h2 {
    font-size: 1.55rem;
    line-height: 1.16;
  }

  .home .nord-home-final-cta p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .home .nord-home-final-cta__actions {
    margin-top: 18px;
    gap: 9px;
  }

  .home .nord-home-final-cta__proof div {
    padding: 11px 0;
  }

  .home .nord-home-final-cta__proof span {
    margin-bottom: 4px;
    font-size: 0.68rem;
  }

  .home .nord-home-final-cta__proof strong {
    font-size: 0.96rem;
    line-height: 1.28;
  }
}
