/* PROWEALTH LEGACY mobile hero order fix — 2026-08-03 */
@media (max-width: 820px) {
  .hero-grid {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .hero-copy {
    display: contents;
  }

  .hero-title,
  .hero h1,
  .hero-subhead,
  .hero-portrait,
  .hero-actions {
    position: relative;
    z-index: 3;
  }

  .hero-title { order: 1; }
  .hero h1 { order: 2; }
  .hero-subhead { order: 3; }
  .hero-portrait { order: 4; }

  .hero-actions {
    order: 5;
    margin: 24px 0 54px;
  }
}
