/* Selected no-button mobile hero. Desktop copy and CTA stay unchanged.
   Heading leading comes from the shared language contract in
   hero-rotating-cards.css: English/Junicode 1.1, Greek/Noto Serif 1.3. */

@media (max-width: 1023px) {
  /* Keep 1px (10% of the original 10px bias) toward the cards without changing its
     total padding, typography, or the card's reserved fold geometry. */
  .proo-static-hero--three-card-stage.proo-static-hero--simple-rebuild .proo-static-hero__copy {
    padding-top: calc(.75rem + 1px) !important;
    padding-bottom: max(0px, calc(.75rem - 1px)) !important;
  }
  .proo-static-hero--three-card-stage .proo-static-hero__join {
    display: none !important;
  }
  .proo-static-hero--three-card-stage .proo-static-hero__subtitle-mobile-line {
    display: block;
    width: max-content;
    margin-inline: auto;
    white-space: nowrap;
    text-wrap: nowrap;
  }
}
