/* Page-unique styles for /v2/get-started-* (the business-card QR landing).
   Everything on the page is shared vocabulary (hero-brand / btn / store-badges /
   stack / cluster); only the centered hero treatment lives here. Scoped under
   .hint-v2, tokens only. */

/* A card scan lands mid-gesture on a phone — center the whole pitch. */
.hint-v2 .gs-hero {
  text-align: center;
}
.hint-v2 .gs-cta {
  justify-content: center;
}
