.tsp-page--home {
  background:
    radial-gradient(circle at top left, rgba(0, 102, 204, 0.12), transparent 28%),
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 18%, #f6f8fb 100%);
}

.tsp-homepage-section.tsp-section {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.tsp-homepage-section--surface {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 252, 0.98) 100%);
}

.tsp-homepage-section--accent {
  background: linear-gradient(180deg, rgba(244, 247, 251, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.tsp-home-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.tsp-home-section__copy {
  max-width: 720px;
}

.tsp-home-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 102, 204, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--tsp-primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsp-home-section__title {
  margin-bottom: 0.75rem;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
}

.tsp-home-section__desc {
  max-width: 62ch;
  color: var(--tsp-text-muted);
  font-size: 1.02rem;
}

.tsp-home-section__actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.tsp-homepage-strip {
  padding-bottom: clamp(3rem, 5vw, 4.25rem);
}

.tsp-homepage-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.5rem;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(0, 76, 153, 0.96) 0%, rgba(0, 102, 204, 0.92) 55%, rgba(16, 128, 222, 0.88) 100%);
  box-shadow: 0 28px 48px rgba(0, 76, 153, 0.16);
  color: #ffffff;
}

.tsp-homepage-strip__eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.88;
}

.tsp-homepage-strip__title {
  margin-bottom: 0.9rem;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
}

.tsp-homepage-strip__desc {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.88);
}

.tsp-homepage-strip__actions {
  display: flex;
  gap: 0.9rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.tsp-homepage-strip__actions--center {
  align-content: center;
}

.tsp-homepage-strip__inner .tsp-btn--outline {
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.tsp-homepage-strip__inner .tsp-btn--outline:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--tsp-primary-dark);
}

.tsp-homepage-strip__points {
  display: grid;
  gap: 0.85rem;
  align-content: center;
}

.tsp-homepage-strip__point {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.tsp-homepage-strip__point strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #ffffff;
  font-size: 0.98rem;
}

.tsp-homepage-strip__point span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.tsp-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  align-items: center;
  padding-block: clamp(2.25rem, 4vw, 3.25rem);
}

.tsp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsp-hero__lead {
  max-width: 54ch;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.tsp-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.tsp-hero__proof-item {
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.92rem;
}

.tsp-hero__panel {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(8, 17, 34, 0.28);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 48px rgba(5, 16, 35, 0.18);
}

.tsp-hero__panel-eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsp-hero__panel-title {
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-size: 1.3rem;
}

.tsp-hero__panel-desc {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.tsp-hero__panel-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.tsp-hero__panel-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tsp-hero__panel-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tsp-hero__panel-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.tsp-hero__panel-item strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.96rem;
}

.tsp-hero__panel-item span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.tsp-advantages__grid--home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tsp-advantage-item {
  position: relative;
  padding: 1.35rem;
  border: 1px solid rgba(0, 102, 204, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 36px rgba(10, 36, 64, 0.06);
  text-align: left;
}

.tsp-advantage-item__index {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--tsp-primary-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tsp-advantage-item__icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.95rem;
  border-radius: 16px;
  background: rgba(0, 102, 204, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tsp-home-products,
.tsp-home-news {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}

.tsp-home-featured-card {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr);
  min-height: 100%;
  border: 1px solid rgba(0, 102, 204, 0.08);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 252, 0.96) 100%);
  box-shadow: 0 28px 48px rgba(10, 36, 64, 0.08);
}

.tsp-home-featured-card__media {
  height: 100%;
}

.tsp-home-featured-card__thumb,
.tsp-home-featured-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.tsp-home-featured-card__thumb img {
  object-fit: cover;
}

.tsp-home-featured-card__thumb--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(0, 102, 204, 0.14) 0%, rgba(0, 102, 204, 0.03) 100%);
  color: var(--tsp-primary-dark);
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.tsp-home-featured-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.tsp-home-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.08);
  color: var(--tsp-primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tsp-home-featured-card__title {
  margin-bottom: 0.65rem;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.tsp-home-featured-card__title a {
  color: var(--tsp-text);
}

.tsp-home-featured-card__title a:hover {
  color: var(--tsp-primary);
}

.tsp-home-featured-card__meta {
  margin-bottom: 0.9rem;
  color: var(--tsp-primary-dark);
  font-size: 0.9rem;
  font-weight: 600;
}

.tsp-home-featured-card__excerpt {
  color: var(--tsp-text-muted);
  font-size: 0.98rem;
}

.tsp-home-featured-card__actions {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.tsp-home-side-grid {
  display: grid;
  gap: var(--tsp-gap);
  align-content: start;
}

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

.tsp-home-side-grid .tsp-news-grid {
  display: grid;
  gap: var(--tsp-gap);
}

.tsp-home-note {
  margin-top: 1.5rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(0, 102, 204, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--tsp-text-muted);
}

.tsp-home-note strong {
  color: var(--tsp-text);
}

@media (max-width: 1080px) {
  .tsp-home-products,
  .tsp-home-news,
  .tsp-hero__layout,
  .tsp-homepage-strip__inner {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .tsp-home-featured-card {
    grid-template-columns: 1fr;
  }

  .tsp-home-side-grid .tsp-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tsp-homepage-section.tsp-section {
    padding-block: 3rem;
  }

  .tsp-advantages__grid--home,
  .tsp-homepage-strip__points {
    grid-template-columns: 1fr;
  }

  .tsp-home-featured-card__actions,
  .tsp-home-section__actions,
  .tsp-homepage-strip__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tsp-home-featured-card__actions .tsp-btn,
  .tsp-home-section__actions .tsp-btn,
  .tsp-homepage-strip__actions .tsp-btn {
    justify-content: center;
  }
}
