.dw-page-shell .dw-legal-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 34px 30px 30px;
  border-radius: var(--dw-radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(145deg, rgba(17,16,25,.88), rgba(8,8,13,.9));
  box-shadow: var(--dw-shadow-card), inset 0 1px 0 rgba(255,255,255,.05);
  align-self: start;
}

.dw-page-shell .dw-legal-card::before {
  content: "";
  position: absolute;
  inset: -90px auto auto -64px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50,185,40,.16), transparent 70%);
  pointer-events: none;
}

.dw-page-shell .dw-legal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(146,39,142,.34), transparent 38%, rgba(255,255,255,.03)) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.dw-page-shell .dw-legal-card__header,
.dw-page-shell .dw-legal-imprint__company,
.dw-page-shell .dw-legal-imprint__row,
.dw-page-shell .dw-legal-imprint__meta,
.dw-page-shell .dw-legal-card__note {
  position: relative;
  z-index: 1;
}

.dw-page-shell .dw-legal-card__header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 26px;
}

.dw-page-shell .dw-legal-card__icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  flex: 0 0 66px;
  border-radius: 18px;
  background: rgba(50,185,40,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 0 24px rgba(50,185,40,.08);
}

.dw-page-shell .dw-legal-card__icon img {
  width: 46px;
  height: 46px;
}

.dw-page-shell .dw-legal-card__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-card__heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--dw-display);
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: .94;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.dw-page-shell .dw-legal-imprint__company {
  margin-bottom: 24px;
}

.dw-page-shell .dw-legal-imprint__name,
.dw-page-shell .dw-legal-imprint__owner {
  margin: 0;
  color: var(--dw-text);
}

.dw-page-shell .dw-legal-imprint__name {
  font-size: 22px;
  font-weight: 850;
}

.dw-page-shell .dw-legal-imprint__owner {
  margin-top: 8px;
  color: var(--dw-muted);
  font-size: 15px;
  line-height: 1.45;
}

.dw-page-shell .dw-legal-imprint__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.07);
}

.dw-page-shell .dw-legal-imprint__row-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 12px;
  background: rgba(146,39,142,.1);
}

.dw-page-shell .dw-legal-imprint__row-icon img {
  width: 18px;
  height: 18px;
}

.dw-page-shell .dw-legal-imprint__row-copy p,
.dw-page-shell .dw-legal-imprint__row-copy a {
  margin: 0;
  color: var(--dw-text);
  font-size: 15px;
  line-height: 1.55;
  word-break: break-word;
}

.dw-page-shell .dw-legal-imprint__row-copy a:hover {
  color: var(--dw-green);
}

.dw-page-shell .dw-legal-imprint__meta {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}

.dw-page-shell .dw-legal-imprint__meta span {
  display: block;
  color: var(--dw-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dw-page-shell .dw-legal-imprint__meta strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 850;
}

.dw-page-shell .dw-legal-card__note {
  margin-top: 22px;
  padding: 18px 18px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--dw-muted);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 920px) {
  .dw-page-shell .dw-legal-card {
    padding: 28px 24px 24px;
  }
}

@media (max-width: 560px) {
  .dw-page-shell .dw-legal-card__header {
    gap: 14px;
  }

  .dw-page-shell .dw-legal-card__icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .dw-page-shell .dw-legal-card__icon img {
    width: 40px;
    height: 40px;
  }
}
