/**
 * CE Home — 首页 (Outcome-first) 样式。
 *
 * 用于 [ce_home] shortcode 渲染的首页布局。
 */

.ce-home-hero {
	padding: var(--ce-space-10) 0;
	text-align: center;
}

.ce-home-hero h1 {
	color: var(--ce-text-primary);
	font-family: var(--ce-font-heading);
	font-size: 2.75rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 var(--ce-space-4);
}

.ce-home-hero p {
	color: var(--ce-text-secondary);
	font-size: 1.125rem;
	line-height: 1.7;
	margin: 0 auto var(--ce-space-6);
	max-width: 640px;
}

.ce-home-section {
	padding: var(--ce-space-8) 0;
}

.ce-home-section-title {
	color: var(--ce-text-primary);
	font-family: var(--ce-font-heading);
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 var(--ce-space-4);
	text-align: center;
}

.ce-home-cta {
	background: var(--ce-bg-secondary);
	border-radius: var(--ce-radius);
	padding: var(--ce-space-8);
	text-align: center;
}
