.home-cta-2-section {
  background: radial-gradient(86.81% 146.89% at 50% 50%, rgb(1 4 10 / 92%) 0%, rgb(1 4 10 / 80%) 40%, rgb(1 4 10 / 0%) 100%);
}

.home-cta-2-section .wrapper {
  position: relative;
  max-width: 1920px;
  height: 560px;
  margin-inline: auto;
  overflow: hidden;
}

.home-cta-2-section .marquee-track {
  position: absolute;
  z-index: -1;
  display: flex;
  gap: 8px;
  width: max-content;
  height: 33.3333%;
  overflow: hidden;
  will-change: transform;
}

.home-cta-2-section .marquee-track.top {
  top: 0;
  left: 0;
}

.home-cta-2-section .marquee-track.middle {
  top: 33.33%;
  left: 0;
}

.home-cta-2-section .marquee-track.bottom {
  bottom: 0;
  left: 0;
}

.home-cta-2-section .bg-image {
  position: relative;
  width: 480px;
  max-width: none;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

/* Змінюємо стилі для .bg-image в .wrapper щоб уникнути конфліктів */
.home-cta-2-section .wrapper > .bg-image {
  display: none;
}

.home-cta-2-section .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.home-cta-2-section .section-title {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 112.5% */
  color: #F5F7FC;
  text-align: center;
}

.home-cta-2-section .section-subtitle {
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  color: #F5F7FC;
  text-align: center;
}

.home-cta-2-section .section-link {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 26px;
  margin: 0;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  color: #F5F7FC;
  text-decoration: none;
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 100.82%);
  border: none;
  border-radius: 80px;
  outline: none;
}

.home-cta-2-section .section-link path {
  stroke: currentcolor;
}

.home-cta-2-section .section-link:visited {
  color: #F5F7FC;
}

@media (hover: hover) and (pointer: fine) {
  .home-cta-2-section .section-link:hover {
    background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 71.21%);
  }
}

.home-cta-2-section .section-link:active {
  background: linear-gradient(107deg, #FFF -74.41%, #2B4DFD 100.82%);
}

@media screen and (min-width: 1560px) {
  .home-cta-2-section .wrapper {
    height: 747px;
  }
}

@media screen and (max-width: 1440px) {
  .home-cta-2-section .section-title {
    font-size: clamp(40px, 28px + 2.5vw, 64px);
    line-height: 1.125;
  }

}

@media screen and (max-width: 480px) {
  .home-cta-2-section .section-title {
    font-size: 40px;
    line-height: 48px;
  }

  .home-cta-2-section .section-link {
    width: 100%;
  }
}