/* 首页：正文在 .site-main 内（generate_before_main_content），全宽；深色由 custom-solutions.css */
body.home #page.site.grid-container.container {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

body.home .site-content,
body.home .content-area,
body.home .site-main {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.gp-home-highlights.grid-container {
	padding: 18px 20px 24px;
}

.gp-home-highlights h2 {
	margin: 0 0 16px;
	text-align: center;
	font-size: 48px;
	line-height: 1.1;
}

.gp-home-highlights__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 24px;
}

.gp-home-highlights__grid p {
	position: relative;
	margin: 0;
	padding-left: 22px;
	line-height: 1.45;
}

.gp-home-highlights__grid p::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #f5c557;
	font-weight: 700;
}

.gp-home-highlights__banner {
	margin: 20px auto 16px;
	padding: 10px 14px;
	max-width: 980px;
	background: #b7a067;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.6px;
	border-radius: 8px;
}

.gp-home-highlights__reviews-title {
	margin: 0 0 12px;
	text-align: center;
	font-size: 46px;
	line-height: 1.1;
}

.gp-home-highlights__review {
	text-align: center;
	margin: 0 auto 14px;
	max-width: 1024px;
}

.gp-home-highlights__review:last-of-type {
	margin-bottom: 0;
}

.gp-home-highlights__review::before {
	content: "★★★★★";
	display: block;
	color: #f6c24f;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 8px;
}

.gp-home-highlights__review blockquote {
	margin: 0 0 6px;
	font-size: 18px;
	font-style: italic;
}

.gp-home-highlights__review cite {
	font-style: normal;
	font-size: 22px;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.gp-home-highlights__grid {
		grid-template-columns: 1fr;
	}

	.gp-home-highlights h2,
	.gp-home-highlights__reviews-title {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.gp-home-highlights.grid-container {
		padding: 20px 16px 24px;
	}

	.gp-home-highlights h2 {
		font-size: 26px;
		margin-bottom: 12px;
	}

	.gp-home-highlights__grid {
		gap: 16px;
	}

	.gp-home-highlights__grid p {
		font-size: 15px;
		line-height: 1.5;
	}

	.gp-home-highlights__grid p strong {
		display: block;
		margin-bottom: 4px;
	}

	.gp-home-highlights__banner {
		margin: 16px 0 14px;
		padding: 10px 12px;
		max-width: none;
		font-size: 13px;
		letter-spacing: 0.4px;
	}

	.gp-home-highlights__reviews-title {
		font-size: 24px;
	}

	.gp-home-highlights__review {
		max-width: none;
	}

	.gp-home-highlights__review::before {
		font-size: 22px;
	}

	.gp-home-highlights__review blockquote {
		font-size: 15px;
	}

	.gp-home-highlights__review cite {
		font-size: 18px;
	}
}
