.kit-download-note {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.kit-download-note-pending {
  padding: 12px 14px;
  border: 1px solid rgba(199, 166, 107, 0.34);
  border-radius: 16px;
  background: rgba(255, 251, 244, 0.72);
  color: var(--accent);
  font-weight: 700;
}

.privacy-note {
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.privacy-note a {
  color: var(--accent);
  font-weight: 800;
  text-underline-offset: 3px;
}

.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.button.is-kit-pending {
  position: relative;
}

.button.is-kit-pending::after {
  content: "Kit pendiente";
  position: absolute;
  top: -10px;
  right: 14px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-cta .button.is-kit-pending::after {
  display: none;
}
