.cfs-academy-hero,
.cfs-academy-courses,
.cfs-academy-paths,
.cfs-certificate-lookup {
	margin: 0 auto;
	max-width: 1180px;
	padding: 48px 20px;
}

.cfs-academy-hero {
	border-bottom: 1px solid #e5e1da;
}

.cfs-academy-kicker {
	color: #8a4b2a;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.cfs-academy-hero h1 {
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1.05;
	margin: 0 0 18px;
}

.cfs-academy-hero p {
	max-width: 760px;
}

.cfs-academy-course-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.cfs-academy-course-card {
	background: #fff;
	border: 1px solid #e5e1da;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(31, 24, 18, 0.06);
	padding: 22px;
}

.cfs-academy-course-card h3 {
	font-size: 1.25rem;
	line-height: 1.25;
	margin: 0 0 12px;
}

.cfs-academy-facts {
	list-style: none;
	margin: 16px 0;
	padding: 0;
}

.cfs-academy-facts li {
	border-top: 1px solid #eee9e2;
	padding: 9px 0;
}

.cfs-academy-card-button,
.cfs-certificate-form button {
	background: #8a4b2a;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 11px 16px;
	text-decoration: none;
}

.cfs-certificate-form {
	display: grid;
	gap: 10px;
	max-width: 520px;
}

.cfs-certificate-form input {
	border: 1px solid #cfc7bd;
	border-radius: 6px;
	font-size: 1rem;
	padding: 12px;
}

.cfs-certificate-result {
	background: #fff;
	border: 1px solid #e5e1da;
	border-radius: 8px;
	margin-top: 24px;
	padding: 22px;
}

.cfs-course-overview {
	color: #24262b;
	margin: 0 auto;
	max-width: 1080px;
}

.cfs-course-hero,
.cfs-course-panel,
.cfs-course-notice {
	border-bottom: 1px solid #e7e8ec;
	padding: 28px 0;
}

.cfs-course-hero h2 {
	font-size: clamp(2rem, 4vw, 3.75rem);
	line-height: 1.05;
	margin: 0 0 18px;
}

.cfs-course-hero p,
.cfs-course-panel p,
.cfs-course-notice p {
	max-width: 900px;
}

.cfs-course-panel h2,
.cfs-course-notice h2 {
	font-size: clamp(1.7rem, 3vw, 2.8rem);
	line-height: 1.1;
	margin-bottom: 18px;
}

.cfs-course-panel li {
	margin-bottom: 8px;
}

.cfs-course-steps {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cfs-course-steps div {
	background: #f5f7fa;
	border: 1px solid #e2e6ee;
	border-radius: 8px;
	padding: 16px;
}

.cfs-course-steps strong,
.cfs-course-steps span {
	display: block;
}

.cfs-course-steps strong {
	margin-bottom: 8px;
}

.cfs-course-notice {
	background: #fff8f3;
	border: 1px solid #f0d2bd;
	border-radius: 8px;
	margin: 28px 0;
	padding: 22px;
}
