.youth-page .youth-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0 58px;
	background-image:
		radial-gradient(circle at top left, rgba(255,183,44,.12), transparent 24%),
		radial-gradient(circle at top right, rgba(116,23,111,.12), transparent 24%),
		linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.96)),
		url('/wp-content/uploads/formation-hero.jpg');
}

.youth-page .youth-hero::after {
	content: '✦';
	position: absolute;
	right: 12%;
	top: 112px;
	color: rgba(255,248,222,.92);
	font-size: 4rem;
	line-height: 1;
	text-shadow: 0 0 22px rgba(255,255,255,.36);
	transform: rotate(8deg);
	pointer-events: none;
}

.youth-page .start-hero h1 {
	max-width: 920px;
	margin: 0 auto;
	font-size: clamp(2.3rem, 5vw, 4.4rem);
	line-height: 1.02;
	text-wrap: balance;
}

.youth-page .start-lead {
	max-width: none;
	margin: 18px auto 0;
	font-size: 1.16rem;
	line-height: 1.55;
}

.youth-page .start-hero-actions {
	justify-content: center;
	margin-top: 28px;
}

.youth-page .youth-entry-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	max-width: 980px;
	margin: 38px auto 0;
}

.youth-page .youth-entry-card {
	position: relative;
	display: block;
	padding: 28px;
	border-radius: 28px;
	color: inherit;
	text-align: left;
	text-decoration: none;
	box-shadow: 0 18px 36px rgba(63, 18, 63, .08);
	border: 1px solid var(--start-border);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}

.youth-page .youth-entry-card:hover,
.youth-page .youth-entry-card:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 22px 40px rgba(63, 18, 63, .12);
	text-decoration: none;
}

.youth-page .youth-entry-card::after {
	content: '✦';
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 1.7rem;
	line-height: 1;
	opacity: .84;
}

.youth-page .youth-entry-card--courses {
	background:
		linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.94)),
		linear-gradient(130deg, rgba(255,183,44,.14), rgba(255,183,44,.14));
	border-color: rgba(255,183,44,.28);
}

.youth-page .youth-entry-card--courses::after {
	color: rgba(255,183,44,.88);
}

.youth-page .youth-entry-card--stages {
	background:
		linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.94)),
		linear-gradient(130deg, rgba(116,23,111,.1), rgba(239,11,120,.08));
	border-color: rgba(116,23,111,.22);
}

.youth-page .youth-entry-card--stages::after {
	color: rgba(116,23,111,.78);
}

.youth-page .youth-entry-card__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-bottom: 14px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.youth-page .youth-entry-card--courses .youth-entry-card__eyebrow {
	background: var(--start-yellow);
	color: #5c3900;
}

.youth-page .youth-entry-card--stages .youth-entry-card__eyebrow {
	background: var(--start-purple);
	color: #fff;
}

.youth-page .youth-entry-card strong {
	display: block;
	margin-bottom: 10px;
	color: var(--start-purple-dark);
	font-size: clamp(1.85rem, 3.3vw, 2.8rem);
	line-height: 1.02;
}

.youth-page .youth-entry-card p {
	margin: 0;
	color: var(--start-muted);
	font-size: 1rem;
	line-height: 1.55;
	max-width: 34ch;
}

.youth-page .youth-options,
.youth-page .start-format {
	padding: 58px 0;
}

.youth-page .start-section-head {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.youth-page .start-section-head h2,
.youth-page .start-format h2 {
	margin: 0;
	font-size: clamp(2rem, 3.6vw, 3rem);
	line-height: 1.06;
	text-wrap: balance;
}

.youth-page .start-section-head p,
.youth-page .start-format-copy p {
	font-size: 1.05rem;
	line-height: 1.65;
}

.youth-page .start-format-copy p {
	width: 100%;
	max-width: none;
}

.youth-page .start-format-copy {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
}

.youth-page .youth-format-copy__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 10px;
}

.youth-page .youth-format-copy__head .start-format-copy__title-wrap {
	grid-column: 1;
	margin-bottom: 0;
}

.youth-page .youth-format-copy__lead {
	grid-column: 1;
	margin: 0;
}

.youth-page .fc-stage-pass-note--youth {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	align-self: flex-start;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: start;
}

.youth-page .fc-stage-pass-note--youth .fc-stage-pass-note__content p {
	font-size: .9rem;
	line-height: 1.5;
}

.youth-page .fc-stage-pass-note--youth .fc-stage-pass-note__link {
	margin-top: 2px;
}

.youth-page .start-format-copy p:last-child {
	margin-bottom: 0;
}

.youth-page .youth-module {
	margin-top: 24px;
}

.youth-page .youth-module .fc-agenda-wrap,
.youth-page .youth-module .fc-stage-catalog {
	margin-top: 0;
}

.youth-page .youth-module .fc-stage-catalog {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.youth-page .youth-agenda .fc-agenda-wrap {
	padding: 18px;
	overflow: visible;
}

.youth-page .youth-agenda .fc-agenda {
	display: block;
	min-width: 0;
}

.youth-page .youth-agenda .fc-agenda__day-column {
	display: none;
}

.youth-page .youth-agenda .fc-agenda__day-column:not(.is-empty) {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
}

.youth-page .youth-agenda .fc-agenda__day-head {
	display: none;
}

.youth-page .youth-agenda .fc-agenda__day-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	flex: 1 1 auto;
	min-height: 0;
}

.youth-page .youth-agenda .fc-agenda-card {
	height: 100%;
}

.youth-page .youth-agenda .fc-agenda-card__time::before {
	content: attr(data-day-label) " ";
	display: inline;
	margin-right: 4px;
	font-size: .8em;
	font-weight: 800;
	opacity: .9;
}

.youth-page .youth-agenda .fc-agenda-card__trainer-line {
	display: grid;
	gap: 8px;
	margin-top: -2px;
	color: rgba(255,255,255,.96);
}

.youth-page .youth-agenda .fc-agenda-card__trainer-label {
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.youth-page .youth-agenda .fc-agenda-card__trainer-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.youth-page .youth-agenda .fc-agenda-card__trainer-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	padding: 4px 8px 4px 4px;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.18);
}

.youth-page .youth-agenda .fc-agenda-card__trainer-avatar {
	display: inline-flex;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	overflow: hidden;
	flex: 0 0 auto;
	box-shadow: 0 4px 10px rgba(30,27,37,.14);
}

.youth-page .youth-agenda .fc-agenda-card__trainer-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.youth-page .youth-agenda .fc-agenda-card__trainer-name {
	color: #fff;
	font-size: .76rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.youth-page .youth-agenda .fc-agenda-card__trainer-name:hover,
.youth-page .youth-agenda .fc-agenda-card__trainer-name:focus-visible {
	text-decoration: underline;
	outline: none;
}

.youth-page .youth-module .fc-stage-card__main {
	background: linear-gradient(180deg, var(--fc-stage-soft), #fff);
	color: var(--fc-stage-ink);
}

.youth-page .youth-module .fc-stage-card__title,
.youth-page .youth-module .fc-stage-card__hook {
	color: var(--fc-stage-ink);
}

.youth-page .youth-module .fc-stage-card__description {
	color: color-mix(in srgb, var(--fc-stage-ink) 78%, #fff 22%);
}

.youth-page .youth-module .fc-stage-card__eyebrow {
	background: var(--fc-stage-base);
	color: #fff;
}

.youth-page .youth-module .fc-stage-card__tag {
	background: color-mix(in srgb, var(--fc-stage-base) 14%, #fff 86%);
	color: var(--fc-stage-ink);
	box-shadow: none;
}

.youth-page .youth-module .fc-stage-card__tag--parcours,
.youth-page .youth-module .fc-stage-card__level-badge {
	display: none;
}

.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__main {
	background:
		radial-gradient(circle at 0 0, rgba(255,255,255,.2), transparent 34%),
		linear-gradient(135deg, var(--fc-stage-base), var(--fc-stage-accent));
	color: #fff;
}

.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__title,
.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__hook,
.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__description,
.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__description-preview,
.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__description-full,
.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__description-toggle,
.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__price,
.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__price strong {
	color: #fff;
}

.youth-page .youth-module .fc-stage-card--coral .fc-stage-card__tag {
	background: rgba(255,255,255,.14);
	color: #fff;
	box-shadow: none;
}

@media (max-width: 980px) {
	.youth-page .youth-entry-grid {
		grid-template-columns: 1fr;
	}

	.youth-page .youth-format-copy__head {
		grid-template-columns: 1fr;
	}

	.youth-page .fc-stage-pass-note--youth {
		grid-column: 1;
		grid-row: auto;
		width: 100%;
		max-width: 420px;
	}

	.youth-page .youth-agenda .fc-agenda__day-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.youth-page .youth-hero {
		padding: 58px 0 48px;
	}

	.youth-page .youth-hero::after {
		right: 24px;
		top: 88px;
		font-size: 2.8rem;
	}

	.youth-page .youth-options,
	.youth-page .start-format {
		padding: 42px 0;
	}

	.youth-page .youth-agenda .fc-agenda-wrap {
		padding: 14px;
	}

	.youth-page .youth-agenda .fc-agenda__day-list {
		grid-template-columns: 1fr;
	}
}
