.page-about h2 {
	font-size: clamp(28px, 3.5vw, 44px);
	color: white;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 8px;
}
.page-about h2 span {
	color: white;
}
.page-about .btn-pink {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #D570A7;
	color: white;
	border: none;
	padding: 14px 32px;
	border-radius: 50px;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
	font-weight: 600;
}
.page-about .btn-pink:hover {
	background: #c96a87;
	transform: translateY(-2px);
}
.page-about .arrow {
	font-size: 16px;
}
.about-hero {
	padding: 20px 20px 60px 20px;
}
.about-hero-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	max-width: 1300px;
	margin: 0 auto;
	min-height: 400px;
}
.about-hero-left {
	background: #48479E;
	padding: 60px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	border-radius: 20px 0 0 20px;
}
.about-hero-left p{
	color: white;
}
.about-hero-left::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 220px;
	height: 422px;
	background: url('../img/drsoleneacademy_midform.svg') no-repeat center / contain;
	pointer-events: none;
	opacity: 0.3;
}
.about-hero h1 {
	font-size: clamp(36px, 4vw, 50px);
	color: #fff;
	line-height: 1.1;
	margin: 0 0 16px;
	z-index: 2;
	position: relative;
}
.about-hero-subtitle {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.4;
	margin: 0 0 24px;
	z-index: 2;
	position: relative;
}
.about-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	z-index: 2;
	position: relative;
}
.about-badge {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 50px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	font-family: 'neulis-neue';
	background: #9595C6;
}
.about-hero-right {
	position: relative;
	overflow: visible;
	border-radius: 0 24px 24px 0;
}
.about-hero-right img {
	width: 100%;
	height: calc(95% + 80px);
	object-fit: cover;
	display: block;
	border-radius: 0px 20px 20px 20px;
}
.about-parcours {
	padding: 60px 20px;
	text-align: center;
}
.about-parcours h2 {
	margin-bottom: 48px;
}
.parcours-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	max-width: 1300px;
	margin: 0 auto;
}
.parcours-card {
	background: #48479E;
	border-radius: 20px;
	padding: 28px;
	text-align: left;
	overflow: hidden;
}
.parcours-card-header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}
.parcours-number {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 800;
	color: white;
	flex-shrink: 0;
}
.parcours-number{ 
	background-color: #D570A7; 
}
.parcours-card-header strong {
	font-size: 20px;
	font-weight: 700;
	color: white;
}
.parcours-card-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: start;
}
.parcours-text p {
	font-size: 14px;
	color: white;
	line-height: 1.6;
	margin: 0;
}
.parcours-img {
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 4/3;
}
.parcours-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.about-vision, .about-formation {
	padding: 40px 4%;
	background: white;
	margin: 0px 20px 40px 20px;
	border-radius: 20px;
}
.vision-card, .about-formation-card {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 0;
	max-width: 1300px;
	margin: 0 auto;
	background: white;
	overflow: hidden;
}
.vision-img, .about-formation-img {
	position: relative;
}
.vision-img img, .about-formation-img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	display: block;
}
.vision-text, .about-formation-text {
	padding: 48px 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vision-text h2, .about-formation-text h2 {
	text-align: left;
	font-size: clamp(24px, 2.5vw, 34px);
	margin-bottom: 24px;
	color: #48479E;
}
.vision-text p, .about-formation-text p {
	font-size: 15px;
	color: #190544;
	line-height: 1.6;
	margin-bottom: 16px;
}
.vision-text p:last-child, .about-formation-text p:last-child {
	margin-bottom: 0;
}
.about-mission {
	padding: 20px 5% 60px;
	text-align: center;
}
.mission-text {
	font-size: 16px;
	color: white;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto 28px;
}
.about-formation-text .btn-pink {
	align-self: flex-start;
	margin-top: 12px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px){
	.parcours-card-body {
		display: grid;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1024px) {
	.about-hero-inner {
		grid-template-columns: 1fr;
		overflow: hidden;
		border-radius: 24px;
	}
	.about-hero-left {
		border-radius: 0;
	}
	.about-hero-right {
		min-height: 300px;
		overflow: hidden;
		border-radius: 0;
	}
	.about-hero-right img {
		border-radius: 0;
	}
	.about-hero-right img, .parcours-img img {
		height: 300px;
	}
	.about-hero {
		padding-bottom: 0;
	}
	.vision-card {
		grid-template-columns: 1fr;
	}
	.vision-img {
		max-height: 350px;
	}
	.about-formation-card {
		grid-template-columns: 1fr;
	}
	.about-formation-img {
		max-height: 350px;
		order: -1;
	}
	.parcours-img {
		order: -1;
		aspect-ratio: inherit;
	}
	.parcours-grid {
		grid-template-columns: 1fr;
	}
	.parcours-card-body {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.about-hero-left {
		padding: 40px 24px;
	}
	.vision-text, .about-formation-text {
		padding: 30px 0px 0px 0px;
	}
}

@media (max-width: 480px) {
	.about-hero-badges {
		gap: 8px;
	}
	.about-badge {
		font-size: 12px;
		padding: 6px 14px;
	}
}