/* Phase 2: make the next action and its requirements readable at entry. */
.sprint-page main .action-facts {
  color: var(--green);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.lp-hero-copy .action-expectation {
  font-size: .9rem;
  line-height: 1.5;
  margin-top: 1rem;
}
[data-screen="welcome"] .diagnostic-title { max-width: 20ch; }
.diagnostic-screen { scroll-margin-top: 126px; }
@media (max-width: 760px) {
  .sprint-page main .intro { padding-top: 1rem; }
  .sprint-page main .intro h1 { font-size: clamp(2rem, 9vw, 2.75rem); margin: 1rem 0; }
  .sprint-page main .intro .lead { font-size: 1rem; margin: 1rem 0; }
  .sprint-page main .intro .small { font-size: .9rem; line-height: 1.5; }
  .lp-hero { padding-top: 1.5rem; }
  .lp-hero .lp-kicker { margin-bottom: 1rem; }
  .lp-hero h1 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .lp-hero-copy .lp-hero-lead { font-size: 1rem; margin-top: 1rem; }
  .lp-hero .lp-actions { margin-top: 1rem; }
  .lp-hero .lp-btn { white-space: normal; }
  [data-screen="welcome"] .diagnostic-title { font-size: 1.85rem; max-width: none; margin-bottom: 1rem; }
  .diagnostic-card:has([data-screen="welcome"].is-active) .diagnostic-step { margin-bottom: .75rem; }
  [data-screen="welcome"] .diagnostic-benefits { display: flex; flex-wrap: wrap; margin: 1rem 0; }
  [data-screen="welcome"] .diagnostic-support { margin-bottom: 1rem; font-size: .95rem; }
  [data-screen="welcome"] .diagnostic-start { width: 100%; white-space: normal; }
}
