.cdp-content-hero {
  position: relative;
  min-height: clamp(540px, 53vw, 698px);
  color: #fff;
  isolation: isolate;
  width: auto;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cdp-content-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 15, 32, 0.22) 0%, rgba(17, 26, 46, 0.16) 44%, rgba(17, 26, 46, 0.2) 100%),
    linear-gradient(180deg, rgba(7, 15, 31, 0.06) 0%, rgba(7, 15, 31, 0.18) 100%);
}

.cdp-content-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.12), transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(199, 146, 47, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  mix-blend-mode: screen;
  pointer-events: none;
}

.cdp-content-hero .cdp-home-hero-slide__media,
.cdp-content-hero .cdp-home-hero-slide__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cdp-content-hero .cdp-home-hero-slide__media img {
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.96);
}

.cdp-content-hero .cdp-home-hero-slide__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: inherit;
  margin: 0 auto;
  padding: 103px 36px 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cdp-content-hero .cdp-home-hero-slide__panel {
  width: min(1320px, 100%);
  padding: 34px 44px 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(30, 20, 34, 0.58) 0%, rgba(24, 18, 34, 0.68) 100%);
  box-shadow: 0 28px 60px rgba(8, 15, 32, 0.2);
  backdrop-filter: blur(5px);
  text-align: center;
}

.cdp-content-hero .cdp-home-hero-slide__eyebrow {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.cdp-content-hero .cdp-home-hero-slide__title {
  margin: 0;
  color: #fff;
  font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 6px 18px rgba(8, 15, 32, 0.12);
}

.cdp-content-hero .cdp-home-hero-slide__body {
  max-width: 820px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
}

.cdp-content-hero .cdp-home-hero-slide__body p:last-child {
  margin-bottom: 0;
}

body.cdp-content-hero-enabled .region-content .cdp-partner-page__wrap > .cdp-partner-page__hero:first-child,
body.cdp-content-hero-enabled .region-content article > .cdp-partner-page__hero:first-child {
  display: none !important;
}

@media (max-width: 980px) {
  .cdp-content-hero .cdp-home-hero-slide__inner {
    padding: 81px 24px 87px;
  }

  .cdp-content-hero .cdp-home-hero-slide__panel {
    padding: 28px 26px 30px;
    border-radius: 28px;
  }

  .cdp-content-hero .cdp-home-hero-slide__eyebrow {
    font-size: 12px;
  }

  .cdp-content-hero .cdp-home-hero-slide__title {
    font-size: clamp(32px, 7vw, 52px);
  }

  .cdp-content-hero .cdp-home-hero-slide__body {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .cdp-content-hero {
    min-height: 446px;
  }

  .cdp-content-hero .cdp-home-hero-slide__inner {
    padding: 62px 16px 66px;
  }

  .cdp-content-hero .cdp-home-hero-slide__panel {
    padding: 22px 18px 24px;
    border-radius: 22px;
  }

  .cdp-content-hero .cdp-home-hero-slide__eyebrow {
    margin-bottom: 12px;
    letter-spacing: 0.18em;
  }

  .cdp-content-hero .cdp-home-hero-slide__body {
    margin-top: 16px;
    font-size: 15px;
  }
}
