.audience-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 310px);
  gap: 26px;
  align-items: end;
  margin: 8px 0 38px;
  padding: 28px 30px 30px;
  border: 4px solid #111;
  background: #f58220;
  box-shadow: 9px 9px 0 #111;
  overflow: hidden;
}

.audience-cta::after {
  content: 'NIE ZMYWAM';
  position: absolute;
  right: -16px;
  top: -10px;
  max-width: 52%;
  color: rgba(255, 245, 233, .22);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .82;
  letter-spacing: -.04em;
  text-align: right;
  pointer-events: none;
}

.audience-cta__copy,
.audience-cta__button {
  position: relative;
  z-index: 1;
}

.audience-cta__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.audience-cta h2 {
  max-width: 760px;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: .96;
  text-transform: uppercase;
}

.audience-cta__copy > p:last-child {
  max-width: 690px;
  margin: 16px 0 0;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.45;
}

.audience-cta__button {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  border: 4px solid #111;
  background: #fff5e9;
  box-shadow: 6px 6px 0 #111;
  color: #111;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: .035em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.audience-cta__button:hover,
.audience-cta__button:focus-visible {
  transform: translate(4px, 4px);
  background: #fff;
  box-shadow: 2px 2px 0 #111;
  outline: none;
}

.audience-cta__button:focus-visible {
  outline: 4px solid #65d9ff;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .audience-cta {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 22px 26px;
    box-shadow: 6px 6px 0 #111;
  }

  .audience-cta::after {
    max-width: 72%;
    font-size: 72px;
  }

  .audience-cta h2 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .audience-cta__copy > p:last-child {
    font-size: 16px;
  }

  .audience-cta__button {
    min-height: 66px;
    width: 100%;
  }
}
