/* Illustrations unDraw */
.svg-illustration {
	width: 100%;
	height: auto;
	max-width: 480px;
	display: block;
	margin: 0 auto;
}

.svg-illustration svg {
	width: 100%;
	height: auto;
}

/* Section héro homepage */
.hero-section {
	display: flex;
	align-items: center;
	gap: 3rem;
	flex-wrap: wrap;
}
.hero-section > * {
	flex: 1 1 320px;
}

/* Cartes / mise en avant */
.feature-card {
	border: 1px solid var(--wp--preset--color--accent-5, #eee);
	border-radius: 12px;
	padding: 2rem;
	background: #fff;
}
.feature-card .icon-bar {
	width: 48px;
	height: 4px;
	background: var(--wp--preset--color--primary, #17B8A6);
	border-radius: 2px;
	margin-bottom: 1rem;
}
