.nr-ts-home-section {
  background: #ffffff;
  padding: 76px 20px 88px;
  color: #0f2f52;
  font-family: "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

.nr-ts-home-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.nr-ts-home-kicker {
  text-align: center;
  color: #13878a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.nr-ts-home-title {
  text-align: center;
  color: #12365c;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 0;
}

.nr-ts-home-subtitle {
  max-width: 880px;
  margin: 16px auto 52px;
  text-align: center;
  color: #5f6f84;
  font-size: 1.05rem;
  line-height: 1.65;
}

.nr-ts-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: 58px;
  align-items: center;
}

.nr-ts-home-step {
  color: #13878a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.nr-ts-home-heading {
  color: #12365c;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
}

.nr-ts-home-text {
  color: #5f6f84;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 620px;
  margin: 0 0 26px;
}

.nr-ts-home-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  gap: 15px;
}

.nr-ts-home-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  color: #102b49;
  font-weight: 700;
  line-height: 1.4;
}

.nr-ts-home-list span {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: #e8f6f7;
}

.nr-ts-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #173a60;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 24px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15, 47, 82, 0.16);
}

.nr-ts-home-button:hover {
  background: #102b49;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.nr-ts-home-preview-wrap {
  background: linear-gradient(135deg, #2b918d 0%, #173a60 70%);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 24px 50px rgba(15, 47, 82, 0.18);
}

.nr-ts-home-preview {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
}

.nr-ts-home-preview-title {
  color: #12365c;
  font-weight: 900;
  padding-bottom: 14px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e5eaf0;
}

.nr-ts-home-row {
  border: 1px solid #dfe6ee;
  background: #f8fafc;
  border-radius: 10px;
  padding: 13px 14px;
  margin-bottom: 8px;
}

.nr-ts-home-row strong {
  display: block;
  color: #0f2f52;
  font-size: 0.94rem;
}

.nr-ts-home-row span {
  display: block;
  margin-top: 3px;
  color: #7a8799;
  font-size: 0.78rem;
}

.nr-ts-home-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.nr-ts-home-pills span {
  background: #e8f6f7;
  color: #0f6f73;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

@media (max-width: 860px) {
  .nr-ts-home-section {
    padding: 54px 16px 64px;
  }

  .nr-ts-home-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nr-ts-home-preview-wrap {
    padding: 16px;
  }

  .nr-ts-home-subtitle {
    margin-bottom: 36px;
  }
}
