.banner__cover {
  padding: 70px 40px;
  background: linear-gradient(90deg, #06063c 0%, #1010a2 100%);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.banner__content {
  position: relative;
  z-index: 2;
}

.banner__paragraph p {
  color: #fefefe;
}

.banner__title * {
  color: #fefefe;
  margin-top: 40px;
  text-wrap: balance;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
}

.banner__description {
  margin-top: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #fefefe;
}

.banner__btn.standard__btn {
  background: #fefefe;
  color: #06063c;
  margin-top: 40px;
  border: 0;
}

.banner__btn.standard__btn svg path {
  stroke: #06063c;
}

.banner__cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/09/Pattern.svg") no-repeat right
    center;
  z-index: 1;
}

@media screen and (max-width: 920px) {
  .banner__cover::after {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #primary section.banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  #primary section.banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner__title p {
    font-size: 32px;
    line-height: 1.3;
  }

  .banner__cover {
    padding: 24px;
  }

  .banner__btn {
    width: 100%;
  }

  .banner__description {
    font-size: 16px;
    line-height: 1.5;
  }

  .banner__title {
    font-size: 32px;
    line-height: 1.3;
  }
}
