.dw-page-shell .dw-legal-contact-cta__panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 34px;
  border-radius: var(--dw-radius-lg);
  border: 1px solid rgba(146,39,142,.26);
  background:
    linear-gradient(145deg, rgba(17,16,25,.9), rgba(8,8,13,.92)),
    radial-gradient(circle at 12% 50%, rgba(146,39,142,.28), transparent 18rem),
    radial-gradient(circle at 88% 22%, rgba(50,185,40,.14), transparent 18rem);
  box-shadow: var(--dw-shadow-card), inset 0 1px 0 rgba(255,255,255,.05);
}

.dw-page-shell .dw-legal-contact-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(146,39,142,.12), transparent 32%, transparent 70%, rgba(50,185,40,.08));
  pointer-events: none;
}

.dw-page-shell .dw-legal-contact-cta__copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
}

.dw-page-shell .dw-legal-contact-cta__icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  flex: 0 0 76px;
  border-radius: 22px;
  background: rgba(146,39,142,.12);
  box-shadow: 0 0 24px rgba(146,39,142,.12);
}

.dw-page-shell .dw-legal-contact-cta__icon img {
  width: 44px;
  height: 44px;
}

.dw-page-shell .dw-legal-contact-cta__eyebrow {
  margin: 0 0 8px;
  color: var(--dw-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dw-page-shell .dw-legal-contact-cta__copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--dw-display);
  font-size: clamp(38px, 5vw, 56px);
  line-height: .94;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.dw-page-shell .dw-legal-contact-cta__text {
  margin: 12px 0 0;
  max-width: 700px;
  color: var(--dw-text);
  font-size: 16px;
  line-height: 1.62;
}

.dw-page-shell .dw-legal-contact-cta__panel > .dw-button {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

@media (max-width: 920px) {
  .dw-page-shell .dw-legal-contact-cta__panel,
  .dw-page-shell .dw-legal-contact-cta__copy {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .dw-page-shell .dw-legal-contact-cta__panel {
    padding: 26px 22px;
  }

  .dw-page-shell .dw-legal-contact-cta__icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
}
