/**
 * Programme Leader 360 — magazine-inspired branded page.
 */

.complx-l360 #acceleration,
.complx-l360 #puissance,
.complx-l360 #methode,
.complx-l360 #modele,
.complx-l360 #commencer {
	scroll-margin-top: 6rem;
}

.complx-l360 .l360-tunnel {
	position: relative;
	background-color: #071428;
	background-image: linear-gradient(180deg, rgba(7, 20, 40, 0.58) 0%, rgba(7, 20, 40, 0.78) 100%),
		var(--l360-tunnel);
	background-size: cover;
	background-position: center 42%;
	color: #ffffff;
}

.complx-l360 .l360-tunnel--hero {
	background-image:
		radial-gradient(ellipse at 50% 52%, rgba(6, 16, 34, 0.18) 0%, rgba(6, 16, 34, 0.55) 55%, rgba(6, 16, 34, 0.82) 100%),
		linear-gradient(180deg, rgba(6, 16, 34, 0.38) 0%, rgba(6, 16, 34, 0.62) 55%, rgba(6, 16, 34, 0.86) 100%),
		var(--l360-tunnel);
}

.complx-l360 .l360-x {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 1.15rem;
	color: rgba(255, 255, 255, 0.72);
}

.complx-l360 .l360-x svg {
	width: 100%;
	height: 100%;
}

.complx-l360 .l360-kicker {
	letter-spacing: 0.22em;
}

/* Transparent header over cinematic hero (light mode). */
.complx-l360 #site-header:not(.header-scrolled) .complx-header-nav > li > a {
	color: rgba(255, 255, 255, 0.9);
}
.complx-l360 #site-header:not(.header-scrolled) .complx-header-nav > li > a:hover {
	color: #ffffff;
}
.complx-l360 #site-header:not(.header-scrolled) #theme-toggle,
.complx-l360 #site-header:not(.header-scrolled) #theme-toggle-mobile,
.complx-l360 #site-header:not(.header-scrolled) #mobile-menu-toggle {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: rgba(255, 255, 255, 0.28) !important;
	color: #ffffff !important;
}
.complx-l360 #site-header:not(.header-scrolled) [data-testid="header-cta-button"] {
	background: #ffffff;
	color: #073b66;
}
.complx-l360 #site-header:not(.header-scrolled) [data-testid="header-cta-button"]:hover {
	background: #eaf0f8;
	color: #062f52;
}

.complx-l360 #site-header.header-scrolled {
	background: rgba(255, 255, 255, 0.92);
}

html.dark .complx-l360 #site-header.header-scrolled,
.dark .complx-l360 #site-header.header-scrolled {
	background: rgba(10, 21, 46, 0.9);
}

/* Hero proof row */
.complx-l360 .l360-proof {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem 1rem;
}

@media (min-width: 768px) {
	.complx-l360 .l360-proof {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.complx-l360 .l360-proof__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.65rem;
}

.complx-l360 .l360-proof__icon {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	display: grid;
	place-items: center;
}

.complx-l360 .l360-proof__icon img {
	width: 2.1rem;
	height: 2.1rem;
	object-fit: contain;
}

.complx-l360 .l360-proof__label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.88);
}

/* Quote */
.complx-l360 .l360-quote {
	max-width: 40rem;
	margin: 0 auto;
	text-align: center;
}

.complx-l360 .l360-quote__rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	color: rgba(255, 255, 255, 0.55);
}

.complx-l360 .l360-quote__rule::before,
.complx-l360 .l360-quote__rule::after {
	content: "";
	height: 1px;
	width: 4.5rem;
	background: rgba(255, 255, 255, 0.35);
}

/* Costs */
.complx-l360 .l360-chevrons {
	position: relative;
	overflow: hidden;
}

.complx-l360 .l360-chevrons::before {
	content: "";
	position: absolute;
	inset: -20% -10%;
	background-image: repeating-linear-gradient(
		-55deg,
		transparent 0 72px,
		rgba(7, 59, 102, 0.045) 72px 144px
	);
	pointer-events: none;
}

.complx-l360 .l360-crack {
	width: 100%;
	max-width: 280px;
	height: auto;
	display: block;
}

.complx-l360 .l360-statband {
	border-top: 1px solid rgba(7, 59, 102, 0.12);
}

html.dark .complx-l360 .l360-statband,
.dark .complx-l360 .l360-statband {
	border-top-color: rgba(255, 255, 255, 0.1);
}

/* Method ladder */
.complx-l360 .l360-ladder {
	display: flex;
	align-items: stretch;
	gap: 1.1rem;
	max-width: 46rem;
}

.complx-l360 .l360-ladder__arrow {
	width: 2.4rem;
	flex-shrink: 0;
	color: #ffffff;
}

.complx-l360 .l360-ladder__arrow svg {
	width: 100%;
	height: 100%;
	min-height: 220px;
}

.complx-l360 .l360-ladder__steps {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.15rem;
	flex: 1;
	padding: 0.35rem 0;
}

.complx-l360 .l360-ladder__step {
	font-family: var(--complx-font-display, "General Sans", sans-serif);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: clamp(0.95rem, 2vw, 1.35rem);
	line-height: 1.1;
}

.complx-l360 .l360-ladder__row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}

.complx-l360 .l360-ladder__flow {
	height: 2px;
	background: repeating-linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.85) 0 10px,
		transparent 10px 16px
	);
	min-width: 4.5rem;
	flex: 1;
}

.complx-l360 .l360-ladder__result {
	font-family: var(--complx-font-display, "General Sans", sans-serif);
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: clamp(1.05rem, 2.2vw, 1.55rem);
}

.complx-l360 .l360-triad {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.75rem;
	font-family: var(--complx-font-display, "General Sans", sans-serif);
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: clamp(0.95rem, 2vw, 1.35rem);
}

/* Program facts */
.complx-l360 .l360-facts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
}

@media (min-width: 768px) {
	.complx-l360 .l360-facts {
		grid-template-columns: 1.1fr 0.9fr 0.95fr;
		align-items: stretch;
	}
}

.complx-l360 .l360-fact {
	background: rgba(16, 24, 40, 0.72);
	color: #ffffff;
	border-radius: 1.35rem;
	padding: 1.35rem 1.25rem;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.complx-l360 .l360-fact--stack {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.85rem;
}

.complx-l360 .l360-fact__line {
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.82rem;
	line-height: 1.25;
}

.complx-l360 .l360-fact__opt {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.7;
}

.complx-l360 .l360-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1rem;
}

.complx-l360 .l360-badges img {
	height: 4.25rem;
	width: auto;
	object-fit: contain;
}

.complx-l360 .l360-track--gold .l360-fact {
	background: rgba(15, 30, 64, 0.82);
	box-shadow: 0 18px 40px rgba(244, 162, 97, 0.12);
}

/* Pillars */
.complx-l360 .l360-pillar {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem 2rem;
	padding: 1.35rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 900px) {
	.complx-l360 .l360-pillar {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		align-items: start;
		padding: 1.6rem 0;
	}
}

.complx-l360 .l360-pillar:first-child {
	padding-top: 0;
}

.complx-l360 .l360-pillar:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.complx-l360 .l360-pillar h3 {
	color: #ffffff !important;
}

.complx-l360 .l360-pillar ul {
	margin: 0.55rem 0 0;
	padding: 0;
	list-style: none;
}

.complx-l360 .l360-pillar li {
	position: relative;
	padding-left: 1rem;
	margin-top: 0.35rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
	line-height: 1.45;
}

.complx-l360 .l360-pillar li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: #f4a261;
}

.complx-l360 .l360-plus {
	color: #7fc6d9;
	font-weight: 700;
	margin-right: 0.45rem;
}

/* 360 model */
.complx-l360 .l360-model {
	position: relative;
	max-width: 34rem;
	margin: 0 auto;
	aspect-ratio: 1;
}

.complx-l360 .l360-model__ring {
	position: absolute;
	inset: 12%;
	border: 2px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
}

.complx-l360 .l360-model__person {
	position: absolute;
	inset: 22% 28% 28%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.complx-l360 .l360-model__person svg {
	width: 58%;
	height: auto;
	max-height: 100%;
}

.complx-l360 .l360-model__badge {
	position: absolute;
	left: 50%;
	bottom: 14%;
	transform: translateX(-50%);
	width: 6.4rem;
	height: auto;
}

.complx-l360 .l360-model__label {
	position: absolute;
	font-weight: 700;
	font-size: clamp(0.8rem, 1.6vw, 1.05rem);
	white-space: nowrap;
	text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.complx-l360 .l360-model__label--top {
	left: 50%;
	top: 4%;
	transform: translateX(-50%);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: clamp(0.7rem, 1.4vw, 0.92rem);
}

.complx-l360 .l360-model__label--self {
	left: 18%;
	top: 28%;
}

.complx-l360 .l360-model__label--team {
	right: 12%;
	top: 28%;
}

.complx-l360 .l360-model__label--clients {
	left: 4%;
	top: 48%;
}

.complx-l360 .l360-model__label--peers {
	right: 4%;
	top: 48%;
}

.complx-l360 .l360-model__label--org {
	left: 50%;
	bottom: 3%;
	transform: translateX(-50%);
}

.complx-l360 .l360-model__logo {
	position: absolute;
	bottom: 22%;
	width: 7.5rem;
	height: auto;
}

.complx-l360 .l360-model__logo--left {
	left: 0;
}

.complx-l360 .l360-model__logo--right {
	right: 0;
}

@media (max-width: 639px) {
	.complx-l360 .l360-model {
		aspect-ratio: 0.86;
		max-width: 22rem;
	}
	.complx-l360 .l360-model__logo {
		width: 5.4rem;
		bottom: 18%;
	}
}

/* Comparison table */
.complx-l360 .l360-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border-radius: 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.complx-l360 .l360-table th,
.complx-l360 .l360-table td {
	padding: 0.95rem 1.1rem;
	text-align: left;
	font-size: 0.95rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.complx-l360 .l360-table th {
	background: rgba(255, 255, 255, 0.06);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.complx-l360 .l360-table tr:last-child td {
	border-bottom: 0;
}

.complx-l360 .l360-table td:first-child,
.complx-l360 .l360-table th:first-child {
	color: #ffffff;
	font-weight: 600;
	width: 52%;
}

.complx-l360 .l360-table td:last-child,
.complx-l360 .l360-table th:last-child {
	color: rgba(255, 255, 255, 0.62);
}

.complx-l360 .l360-dot {
	display: inline-flex;
	width: 2.35rem;
	height: 1.15rem;
	border-radius: 999px;
	background: #0f1e40;
	border: 1px solid rgba(255, 255, 255, 0.18);
	align-items: center;
	padding: 0 3px;
	flex-shrink: 0;
}

.complx-l360 .l360-dot span {
	width: 0.85rem;
	height: 0.85rem;
	border-radius: 999px;
	background: #e11d48;
}

.complx-l360 .l360-hero-brands {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0.5rem 1.75rem;
}

.complx-l360 .l360-hero-logo {
	display: block;
	margin: 0;
	flex: 0 1 auto;
	min-width: 0;
	height: clamp(4rem, 11vw, 9.75rem) !important;
	width: auto !important;
	max-width: 46% !important;
	object-fit: contain;
	filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35));
}

.complx-l360 .l360-hero-tracks {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.15rem;
	max-width: 52rem;
	margin: 2.25rem auto 0;
}

@media (min-width: 640px) {
	.complx-l360 .l360-hero-tracks {
		grid-template-columns: 1fr 1fr;
		gap: 1.35rem;
		max-width: 68rem;
		margin-top: 2.75rem;
	}
}

@media (min-width: 1024px) {
	.complx-l360 .l360-hero-tracks {
		gap: 1.75rem;
		max-width: 76rem;
	}
}

.complx-l360 .l360-track-card {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 1.15rem;
	overflow: hidden;
	isolation: isolate;
	background: #071428;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
	transform: translateY(0);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.complx-l360 .l360-track-card--gold {
	background: #16100a;
}

.complx-l360 .l360-track-card--blue {
	background: #07182f;
}

.complx-l360 .l360-track-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	pointer-events: none;
	z-index: 5;
}

.complx-l360 .l360-track-card:hover,
.complx-l360 .l360-track-card:focus-visible {
	transform: translateY(-6px);
	box-shadow: 0 26px 56px rgba(0, 0, 0, 0.46);
}

.complx-l360 .l360-track-card__scene {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.complx-l360 .l360-track-card__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(4, 10, 22, 0.08) 28%, rgba(4, 10, 22, 0.55) 100%),
		linear-gradient(90deg, rgba(4, 10, 22, 0.05) 40%, rgba(4, 10, 22, 0.28) 100%);
	pointer-events: none;
}

.complx-l360 .l360-track-card__l360 {
	position: absolute;
	top: 6.5%;
	right: 5.5%;
	width: 46% !important;
	max-width: 15.5rem;
	height: auto !important;
	object-fit: contain;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
	z-index: 2;
}

.complx-l360 .l360-track-card__copy {
	position: absolute;
	left: 7%;
	right: 7%;
	bottom: 22%;
	z-index: 2;
	text-align: right;
	color: #fff;
}

.complx-l360 .l360-track-card__title {
	display: block;
	font-family: var(--complx-font-display, "General Sans", sans-serif);
	font-weight: 700;
	font-size: clamp(1.65rem, 3.1vw, 2.55rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.complx-l360 .l360-track-card__sub {
	display: block;
	margin-top: 0.28rem;
	font-size: clamp(0.82rem, 1.35vw, 1.05rem);
	line-height: 1.25;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.complx-l360 .l360-track-card__cx {
	position: absolute;
	right: 6%;
	bottom: 6%;
	height: 1.85rem !important;
	width: auto !important;
	max-width: 42%;
	object-fit: contain;
	z-index: 2;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.4));
}

@media (min-width: 640px) {
	.complx-l360 .l360-track-card__cx {
		height: 2.15rem !important;
	}
}

@media (min-width: 1024px) {
	.complx-l360 .l360-track-card__cx {
		height: 2.4rem !important;
	}
}

.complx-l360 .l360-hero-docs {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	margin-top: 1.75rem;
}

@media (min-width: 640px) {
	.complx-l360 .l360-hero-docs {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1rem;
		margin-top: 2rem;
	}
}

.complx-l360 .l360-hero-doc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 3rem;
	padding: 0.85rem 1.45rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.complx-l360 .l360-hero-doc--solid {
	background: #ffffff;
	color: #073b66;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.complx-l360 .l360-hero-doc--solid:hover,
.complx-l360 .l360-hero-doc--solid:focus-visible {
	background: #f5f7fa;
	color: #073b66;
	transform: translateY(-2px);
}

.complx-l360 .l360-hero-doc--outline {
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	background: transparent;
}

.complx-l360 .l360-hero-doc--outline:hover,
.complx-l360 .l360-hero-doc--outline:focus-visible {
	border-color: rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	transform: translateY(-2px);
}

.complx-l360 .l360-impact-visual__bg {
	background-size: cover;
	background-position: center 42%;
}

.complx-l360 .l360-impact-visual__logo {
	filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.55));
}

.complx-l360 .l360-program-cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.7rem;
}

.complx-l360 .l360-program-cta__note {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: #5b6b7c;
}

html.dark .complx-l360 .l360-program-cta__note,
.dark .complx-l360 .l360-program-cta__note,
.complx-l360 .l360-program-cta__note--on-dark {
	color: rgba(255, 255, 255, 0.68);
}

.complx-l360 .l360-tunnel h1,
.complx-l360 .l360-tunnel h2,
.complx-l360 .l360-tunnel h3,
.complx-l360 section.bg-\[\#073B66\] h2,
.complx-l360 section.bg-\[\#0F1E40\] h2,
.complx-l360 section.bg-\[\#071428\] h2 {
	color: #ffffff !important;
}
