main {
        background: white;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 380px;
        text-align: center;

        margin: auto;
        margin-top: 140px;
}

main h2 {
        margin-bottom: 25px;
        color: #111827;
}

.roadmap {
	background: white;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 800px;
	margin: auto;
	margin-top: 60px;

	text-align: left;
}

/* Sections */
.roadmap section {
	margin-bottom: 30px;
}

/* Titres */
.roadmap h2 {
	color: #111827;
	margin-bottom: 10px;
}

.roadmap h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #374151;
}

/* Texte */
.roadmap p {
	margin-bottom: 10px;
	line-height: 1.5;
}

/* Listes */
.roadmap ul {
	padding-left: 20px;
	margin-bottom: 10px;
}

.roadmap li {
	margin-bottom: 5px;
}

/* Séparateurs */
.roadmap hr {
	border: none;
	border-top: 1px solid #e5e7eb;
	margin: 30px 0;
}
