/* Candidature reçue — styles spécifiques (maquette 09, confirmation questionnaire) */

.cr__inner {
	max-width: 640px;
	margin: 0 auto;
}

.cr__check {
	width: 58px;
	height: 58px;
	border-radius: var(--hg-r-pill);
	background: var(--hg-sage-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	color: #46584A;
	margin-bottom: 22px;
}

.cr__title {
	font-size: clamp(30px, 4vw, 36px);
	line-height: 1.15;
	margin-bottom: 12px;
}

.cr__sub {
	font-size: 15.5px;
	line-height: 1.65;
	color: var(--hg-ink-soft);
	margin-bottom: 28px;
}

.cr__steps {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.cr__steps li {
	display: flex;
	gap: 16px;
	padding: 13px 0;
	border-bottom: 1px solid var(--hg-border-1);
	font-size: 14.5px;
}

.cr__steps li:last-child {
	border-bottom: 0;
}

.cr__num {
	font: 400 18px var(--hg-serif);
	color: var(--hg-accent);
	width: 26px;
	flex: none;
}

.cr__cta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 34px;
}

.cr__cta-note {
	font-size: 13px;
	color: var(--hg-ink-meta);
}

.cr__lectures {
	background: var(--hg-tint);
	border-radius: 18px;
	padding: 22px 26px;
}

.cr__lectures-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--hg-ink-meta);
	margin-bottom: 12px;
}

.cr__lectures-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cr__lectures-links a {
	font-size: 14.5px;
	font-weight: 600;
}

/* ---------- Mobile ---------- */

@media (max-width: 900px) {
	.cr__cta {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}
