/* Achat confirmé — styles spécifiques (maquette 09, confirmation achat du programme) */

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

.ac__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;
}

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

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

.ac__sub strong {
	color: var(--hg-ink);
	font-weight: 600;
}

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

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

.ac__pas {
	background: var(--hg-surface);
	border: 1px solid rgba(36, 41, 43, 0.1);
	border-radius: 18px;
	padding: 24px 26px;
	margin-bottom: 22px;
}

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

.ac__pas-list {
	display: flex;
	flex-direction: column;
	gap: 9px;
	font-size: 14.5px;
	color: var(--hg-ink-strong);
}

.ac__pas-list > div {
	display: flex;
	gap: 12px;
}

.ac__pas-num {
	color: var(--hg-sage);
	font-weight: 700;
	flex: none;
}

.ac__foot {
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--hg-ink-meta);
}

.ac__foot-link {
	font-weight: 600;
}

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

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