.work-card__actions {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 18px;
}

.work-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 14px;
  background: rgba(255, 255, 255, .035);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  transition: background .18s, border-color .18s, transform .18s;
}

.work-card__action:hover {
  border-color: rgba(248, 113, 113, .65);
  background: rgba(220, 38, 38, .13);
  transform: translateY(-1px);
}

.work-card__action--buy {
  border-color: rgba(248, 113, 113, .55);
  background: var(--red);
  box-shadow: 0 14px 34px rgba(127, 29, 29, .35);
}

.work-card__action--buy:hover {
  background: #ef4444;
}

.work-card__footer {
  margin-top: 0;
}

.newsletter {
  padding-top: 50px;
}

.newsletter__embed {
  display: grid;
  place-items: center;
  overflow: visible;
  border: 1px solid rgba(248, 113, 113, .22);
  border-radius: 30px;
  padding: clamp(18px, 4vw, 42px);
  background: rgba(7, 7, 9, .82);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .3);
}

.newsletter__embed .ml-embedded {
  width: 100%;
}

.newsletter__privacy {
  margin: 18px 4px 0;
  color: #a1a1aa;
  font-size: .78rem;
  line-height: 1.65;
  text-align: center;
}

.newsletter__privacy a {
  color: #fecaca;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-copy {
  display: grid;
  gap: 28px;
}

.privacy-copy section {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.privacy-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.1;
}

.privacy-copy p,
.privacy-copy li {
  color: #d4d4d8;
  line-height: 1.78;
}

.privacy-copy ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.privacy-copy a {
  color: #fca5a5;
  text-decoration: underline;
  text-underline-offset: 4px;
}
