.aijun-home {
	background: var(--aijun-bg);
}

.aijun-home .real-content > h2 {
	font-size: 26px;
	margin: 36px 0 12px;
	color: var(--aijun-heading);
	letter-spacing: 0.2px;
}

.aijun-home .real-content > p {
	color: var(--aijun-text-muted);
	line-height: 1.9;
	margin: 0 0 12px;
	max-width: 980px;
}

.aijun-home .real-content h3,
.aijun-home .real-content h4 {
	font-size: 20px;
	margin: 28px 0 12px;
	color: var(--aijun-heading);
	letter-spacing: 0.2px;
	position: relative;
	padding-left: 14px;
}

.aijun-home .real-content h3::before,
.aijun-home .real-content h4::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 4px;
	height: 18px;
	border-radius: 999px;
	background: var(--aijun-primary);
}

.aijun-home .real-content h4 {
	font-size: 18px;
}

.aijun-home .real-content > h2 + p {
	margin-top: 8px;
}

.aijun-home .aijun-grid,
.aijun-home .aijun-stores {
	margin: 18px 0 32px;
}

.aijun-home .aijun-store-filter {
	margin-top: 8px;
}

.aijun-home-section {
	margin: 40px 0 56px;
}

.aijun-section-head {
	margin-bottom: 20px;
}

.aijun-section-kicker {
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--aijun-text-muted);
	margin: 0 0 6px;
	font-weight: 600;
}

.aijun-section-lead {
	margin: 0;
	color: var(--aijun-text-muted);
	line-height: 1.8;
}

.aijun-home .aijun-section-title {
	font-size: 28px;
	letter-spacing: 0.2px;
}

.aijun-home .aijun-section-lead {
	font-size: 15px;
	max-width: 760px;
}


