.hero-section-premium {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 100svh;
  padding: 124px 0 0;
  background: linear-gradient(112deg, var(--hero-premium-bg-start, #ff6a68) 0%, #ff8769 52%, var(--hero-premium-bg-end, #ffb069) 100%);
  color: #ffffff;
}

.content-section-layout > .hero-section-premium:first-child {
  margin-top: -5rem !important;
}

@media (min-width: 1200px) {
  .content-section-layout > .hero-section-premium:first-child {
    margin-top: -7rem !important;
  }
}

.hero-section-premium,
.hero-section-premium * {
  letter-spacing: 0;
}

.hero-premium-container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.72fr);
  align-items: center;
  width: min(calc(100% - 2rem), 1300px);
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  min-height: calc(100svh - 124px);
  padding-right: 1rem;
  padding-left: 1rem;
}

.hero-premium-copy {
  position: relative;
  z-index: 2;
  max-width: 870px;
  padding: 0 0 72px;
}

.hero-premium-title {
  max-width: 880px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.75rem, 4.25vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
}

.hero-premium-description {
  max-width: 620px;
  margin: 1.9rem 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.08rem, 1.32vw, 1.38rem);
  font-weight: 400;
  line-height: 1.34;
}

.hero-premium-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.78rem;
  min-width: 268px;
  min-height: 64px;
  margin-top: 1.45rem;
  padding: 1rem 1.75rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #2e087b 0%, #6940d4 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(60, 19, 136, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hero-premium-button-icon {
  flex: 0 0 auto;
}

.hero-premium-button:hover,
.hero-premium-button:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(60, 19, 136, 0.26);
}

.hero-premium-media {
  position: relative;
  align-self: end;
  min-height: min(72svh, 760px);
}

.hero-premium-rings {
  position: absolute;
  top: 8%;
  left: 50%;
  width: min(34vw, 560px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  color: var(--hero-premium-circle-color, #ffffff);
  opacity: var(--hero-premium-circle-opacity, 0.16);
  background:
    radial-gradient(circle, transparent 0 45%, currentColor 45% 56%, transparent 56% 63%, currentColor 63% 74%, transparent 74% 81%, currentColor 81% 100%);
}

.hero-premium-media img {
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: 1;
  display: block;
  width: min(34vw, 545px);
  max-width: none;
  height: auto;
  border-radius: 0 !important;
  object-fit: contain;
  object-position: bottom center;
}

@media (max-width: 1199.98px) {
  .hero-section-premium {
    padding-top: 118px;
  }

  .hero-premium-container {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.62fr);
    min-height: calc(100svh - 118px);
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero-premium-title {
    font-size: clamp(3.15rem, 5.7vw, 4.35rem);
  }

  .hero-premium-description {
    font-size: 1.08rem;
  }
}

@media (max-width: 991.98px) {
  .hero-section-premium {
    min-height: auto;
    padding: 112px 0 0;
  }

  .hero-premium-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(calc(100% - 2rem), 1300px);
    min-height: 0;
  }

  .hero-premium-copy {
    max-width: 720px;
    padding: 0 0 2.5rem;
  }

  .hero-premium-media {
    min-height: 470px;
  }

  .hero-premium-rings {
    left: 50%;
    width: min(80vw, 540px);
  }

  .hero-premium-media img {
    left: 50%;
    right: auto;
    width: min(72vw, 500px);
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .hero-premium-media {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-section-premium {
    padding-top: 112px;
  }

  .hero-premium-container {
    width: calc(100% - 1rem);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .hero-premium-title {
    font-size: clamp(2.85rem, 14vw, 4.1rem);
    line-height: 1.08;
  }

  .hero-premium-description {
    margin-top: 1.35rem;
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .hero-premium-button {
    width: 100%;
    min-width: 0;
  }

}
