flowchart TD
U1[Low income] --> I1[Poor diet]
U2[Limited education] --> I2[Chronic stress]
U3[Unstable employment] --> I3[Limited healthcare]
U1 & U2 & U3 --> I4[Smoking]
I1 & I2 & I3 & I4 --> D1[Hypertension]
D1 --> D2[Heart disease]
D1 --> D3[Stroke]
D2 & D3 --> D4[Premature death]
style U1 fill:#d4edda,stroke:#28a745,stroke-width:2px
style U2 fill:#d4edda,stroke:#28a745,stroke-width:2px
style U3 fill:#d4edda,stroke:#28a745,stroke-width:2px
style I1 fill:#fff3cd,stroke:#ffc107,stroke-width:2px
style I2 fill:#fff3cd,stroke:#ffc107,stroke-width:2px
style I3 fill:#fff3cd,stroke:#ffc107,stroke-width:2px
style I4 fill:#fff3cd,stroke:#ffc107,stroke-width:2px
style D1 fill:#f8d7da,stroke:#dc3545,stroke-width:2px
style D2 fill:#f8d7da,stroke:#dc3545,stroke-width:2px
style D3 fill:#f8d7da,stroke:#dc3545,stroke-width:2px
style D4 fill:#f8d7da,stroke:#dc3545,stroke-width:2px