/* Live landing-page polish. */
.preview-mini-logo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 9px;
}

/* A complete dark section, without the unfinished white corners around a
   standalone card at the end of the landing page. */
.preview-cta {
  padding: 72px 0 88px;
  background: var(--ink);
}

.preview-cta-box {
  max-width: 820px;
  margin: auto;
  padding: 0 24px;
  border-radius: 0;
  background: transparent;
}
