.home-register-cta {
  position: relative;
  min-height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #eef7ff;
}

.home-register-cta__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-register-cta__inner {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.home-register-cta h2 {
  margin: 0;
  color: #1f2b3d;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 700;
}

.home-register-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 40px;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(90deg, #1f7bff 0%, #6953ff 100%);
  border-radius: 3px;
  box-shadow: 0 12px 24px rgba(31, 111, 255, 0.22);
}

.home-register-cta a:hover,
.home-register-cta a:focus,
.home-register-cta a:visited,
.home-register-cta a:active {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .home-register-cta {
    min-height: 172px;
  }

  .home-register-cta__inner {
    width: calc(100% - 32px);
  }

  .home-register-cta h2 {
    font-size: 18px;
    line-height: 1.55;
  }

  .home-register-cta a {
    min-width: 118px;
    height: 36px;
    margin-top: 22px;
  }
}
