/* Original CTA remains the default for no-JS, excluded traffic and failed artwork. */
#hero-store-badge { display: none; }
html[data-hero-test="badge"] #download-btn {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  padding: 0;
  min-height: 3.25rem;
  box-shadow: none;
  transform: none;
  transition: none;
}
html[data-hero-test="badge"] #download-btn .hero-download-label { display: none; }
html[data-hero-test="badge"] #hero-store-badge {
  display: block;
  width: auto;
  height: 48px;
  max-width: 100%;
}
/* 12px clear space for a 48px badge; existing desktop gap is 16px. */
html[data-hero-test="badge"] .home .hero .cta-group { row-gap: 12px; }
