/* Live landing-page polish. */
.preview-mini-logo {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 10px;
  padding: 2px;
  background: #fff;
}

.verification-choice{text-align:center}.verification-choice>img{display:block;width:82px;height:82px;object-fit:contain;margin:0 auto 12px}.verification-choice h2{margin-top:8px}.verification-choice-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}

/* 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;
}
