/* ======================================
   Business Page – Journey Cards
   ====================================== */

/* Scope everything to this section */
.journey-overview .journey-phases {
  align-items: stretch;
}

/* Normalize card layout */
.journey-overview .phase {
  display: flex;
  height: 100%;
}

/* Controlled vertical rhythm */
.journey-overview .phase-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}

/* Kill default browser margins */
.journey-overview .phase-content p,
.journey-overview .phase-content ul,
.journey-overview .phase-content h3 {
  margin: 0;
}

/* Normalize list spacing */
.journey-overview .phase-content ul {
  padding-left: 0;
  list-style: none;
}
