/* ===================================================================
   Section 09 — Process Steps
   =================================================================== */

.s09-heading {
  text-align: center;
  margin-bottom: 64px;
}

/* Mobile: vertical timeline to prevent step labels from colliding */
@media (max-width: 480px) {
  #process .timeline {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-top: 16px;
  }
  #process .timeline::before {
    display: none;
  }
  #process .timeline-step {
    flex: 0 0 auto;
    align-items: flex-start;
    padding-left: 24px;
  }
  #process .timeline-step__dot {
    top: 4px;
    left: 0;
  }
  #process .timeline-step__desc {
    text-align: left;
    max-width: 100%;
  }
}
