/* Etapas do Projeto */
#etapas-projeto { padding: 4rem 0; }
.stages-section .container { display: grid; gap: 1rem; }
.stages-section h2 { font-size: 2.2rem; color: #0f172a; }
.project-stages { margin-left: 1.2rem; display: grid; gap: 10px; font-size: 1.125rem; }
@media (max-width: 640px) { .stages-section h2 { font-size: 1.6rem; } }
