.didatec-expertise {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
}

.didatec-expertise__bg {
	position: absolute;
	left: 0;
	top: -30%;
	width: 100%;
	height: 160%;
	object-fit: cover;
	will-change: transform;
}

.didatec-expertise__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,0) 29.6%, rgba(0,0,0,0.8) 100%),
	            linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
}

.didatec-expertise__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	padding: 0 152px;
	display: flex;
	flex-direction: column;
	gap: 72px;
	align-items: center;
}

.didatec-expertise__titre {
	font-family: 'Stack Sans Headline', sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.1;
	color: #ffffff;
	text-align: center;
	margin: 0;
	white-space: nowrap;
}

/* Stats */
.didatec-expertise__stats-wrap {
	width: 100%;
}

.didatec-expertise__stats {
	display: flex;
	gap: 56px;
	width: 100%;
}

.didatec-expertise__pagination {
	display: none;
}

.didatec-expertise__stat {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	text-align: center;
}

.didatec-expertise__stat-chiffre {
	font-family: 'Stack Sans Headline', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.1;
	color: #ffffff;
	margin: 0;
}

.didatec-expertise__stat-desc {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	line-height: 1.5;
	max-width: 336px;
}

/* CTA bar */
.didatec-expertise__cta-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 16px 16px 24px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 8px;
	overflow: hidden;
}

.didatec-expertise__cta-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.didatec-expertise__cta-icon {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
}

.didatec-expertise__cta-label {
	font-family: 'Stack Sans Headline', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	white-space: nowrap;
}

.didatec-expertise__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #e2221b;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 24px;
	border-radius: 8px;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: opacity 0.2s;
}

.didatec-expertise__btn:hover {
	opacity: 0.9;
}

.didatec-expertise__btn img {
	width: 17px;
	height: 17px;
}

@media (max-width: 1024px) {
	.didatec-expertise__inner {
		padding: 72px 24px;
	}

	.didatec-expertise__titre {
		font-size: 36px;
		white-space: normal;
		text-align: center;
	}

	.didatec-expertise__stats {
		flex-direction: column;
		gap: 40px;
	}

	.didatec-expertise__cta-bar {
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.didatec-expertise__inner {
		padding: 56px 16px;
		gap: 40px;
	}

	.didatec-expertise__titre {
		font-size: 56px;
		line-height: 1.1;
	}

	.didatec-expertise__stats {
		overflow: hidden;
		width: 100%;
	}

	.didatec-expertise__stat-chiffre {
		display: inline-block;
		background: #ffffff;
		border: none;
		border-radius: 5px;
		padding: 10px 20px;
		font-size: 20px;
		color: #06053c;
	}

	.didatec-expertise__stats .swiper-wrapper {
		width: 100%;
	}

	.didatec-expertise__stats .swiper-slide {
		width: 100% !important;
		min-width: 100%;
		flex-shrink: 0;
	}

	/* Pagination traits */
	.didatec-expertise__pagination {
		margin-top: 32px;
		display: flex;
		justify-content: center;
		gap: 8px;
	}

	.didatec-expertise__pagination .swiper-pagination-bullet {
		width: 32px;
		height: 3px;
		background: rgba(255,255,255,0.35);
		border-radius: 2px;
		opacity: 1;
		cursor: pointer;
	}

	.didatec-expertise__pagination .swiper-pagination-bullet-active {
		background: #ffffff;
	}
}
