.banner-pj-wrapper-bp7k {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 20px;
  background: #282834;
  overflow: hidden;
  box-sizing: border-box;
}

.banner-pj-section-bp7k {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: #282834;
  box-sizing: border-box;
}

.banner-pj__grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}

.banner-pj-text-bp7k {
  margin: 0;
  color: #ffffff;
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-feature-settings: 'salt' 1, 'case' 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  line-height: 1.15;
}

.banner-pj-button-bp7k {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 12px;
  background: #4850e5;
  color: #ffffff;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.18s ease-out, transform 0.1s ease-out;
}

.banner-pj-button-bp7k:hover {
  background: #3d44c4;
  color: #ffffff;
}

.banner-pj-button-bp7k:active {
  background: #3238a3;
  color: #ffffff;
  transform: scale(0.98);
}

.banner-pj-button-bp7k:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .banner-pj-section-bp7k {
    padding: 32px;
  }

  .banner-pj__grid {
    display: grid;
    gap: 0 8px;
  }

  .banner-pj-text-bp7k {
    grid-column: 1 / span 10;
    font-size: 40px;
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .banner-pj-button-bp7k {
    grid-column: 11 / -1;
    justify-self: end;
    min-height: 48px;
    padding: 14px 24px;
    font-size: 14px;
  }
}
