.cta-wrap { position: relative; display: block; width: max-content; margin: 3rem 0; }
.cta-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 5rem;
  padding: 0 2.75rem 0 10rem;
  color: #fff;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0,0,0,.28);
  transition: filter 0.2s ease;
}
.cta-button:hover { filter: brightness(1.25); }
.cta-cat {
  position: absolute;
  left: 0rem;
  bottom: 0;
  height: 8.3rem;
  z-index: 2;
  pointer-events: none;
}
