/* INDUSTRY LANDERS (/for/*) — one stylesheet for all five pages.
   Everything structural is shared (site.css): .decide, .act-payoff,
   .scangrid, .pillars (promoted 2026-08-06), .ladder, .close.
   This file carries only the act-budget compression these landers need. */

/* Act I carries a CTA row on the standard stage — same compression as the
   offer pages, so the centered stage clears the topline. */
.act-cta { margin-top: var(--space-5); }
.act .decide { margin-top: var(--space-5); gap: var(--space-3); }
.act .decide__step p { max-width: 64ch; }
.act .act-payoff { margin-top: var(--space-5); }
