.geo_subtitle {
	margin: 28px 0 14px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.geo_fact_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: 24px 0 8px;
}

.geo_fact_card {
	padding: 14px 16px;
	background: #f7fafb;
	border: 1px solid #e8eeee;
	border-radius: 4px;
}

.geo_fact_label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	color: #32b6b8;
}

.geo_fact_card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #444;
}

.geo_page_links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.geo_page_links a {
	font-size: 15px;
	color: #32b6b8;
	text-decoration: none;
}

.geo_page_links a:hover {
	text-decoration: underline;
}

.geo_btn--outline {
	margin-left: 12px;
	color: #32b6b8;
	background: #fff;
	border: 2px solid #32b6b8;
}

.geo_btn--outline:hover {
	color: #fff;
	background: #32b6b8;
}

.geo_topic_group {
	margin-bottom: 28px;
}

.geo_topic_group:last-of-type {
	margin-bottom: 8px;
}

.geo_topic_group_title {
	margin: 0 0 12px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid rgba(50, 182, 184, 0.35);
}

.geo_sidebar_services {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 16px 0;
	padding-top: 12px;
	border-top: 1px solid #e8eeee;
}

.geo_sidebar_services a {
	font-size: 12px;
	color: #32b6b8;
	text-decoration: none;
	padding: 4px 8px;
	background: rgba(50, 182, 184, 0.08);
	border-radius: 3px;
}

.geo_sidebar_services a:hover {
	background: rgba(50, 182, 184, 0.18);
}

.geo_panel_lead {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.85;
	color: #505050;
}

.geo_panel_lead_compact {
	margin-bottom: 16px;
}

.geo_panel_note {
	margin: 20px 0 0;
	font-size: 14px;
	color: #888;
}

.geo_overview_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.geo_overview_list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}

.geo_overview_list a {
	color: #32b6b8;
	text-decoration: none;
}

.geo_overview_list a:hover {
	text-decoration: underline;
}

.geo_badge {
	flex-shrink: 0;
	display: inline-block;
	min-width: 56px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #32b6b8;
	background: rgba(50, 182, 184, 0.12);
	border-radius: 3px;
}

.geo_code {
	font-size: 13px;
	padding: 2px 6px;
	background: #f0f4f4;
	border-radius: 3px;
	color: #333;
}

.geo_llms_actions {
	margin: 24px 0 0;
}

.geo_btn {
	display: inline-block;
	padding: 12px 28px;
	font-size: 15px;
	color: #fff;
	background: #32b6b8;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s;
}

.geo_btn:hover {
	background: #2a9fa1;
	color: #fff;
}

.geo_tag {
	display: inline-block;
	margin-right: 8px;
	padding: 1px 8px;
	font-size: 12px;
	font-weight: normal;
	color: #32b6b8;
	background: rgba(50, 182, 184, 0.1);
	border-radius: 3px;
	vertical-align: middle;
}

.community_main .news_item a {
	white-space: normal;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.geo_sidebar_services {
		display: none;
	}

	.geo_fact_grid {
		grid-template-columns: 1fr;
	}

	.geo_llms_actions .geo_btn--outline {
		margin-left: 0;
		margin-top: 10px;
	}

	.geo_llms_actions .geo_btn {
		display: block;
		text-align: center;
	}

	.geo_value_grid,
	.geo_packages_grid,
	.geo_advantages_grid,
	.geo_industry_grid {
		grid-template-columns: 1fr;
	}

	.geo_process_list li {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.geo_hero_actions .geo_btn {
		display: block;
		text-align: center;
	}

	.geo_hero_actions .geo_btn--outline {
		margin-left: 0;
		margin-top: 10px;
	}
}

/* —— 乐其 GEO 服务（商业介绍区） —— */

.geo_service_wrap {
	width: 80%;
	max-width: 1170px;
	margin: 0 auto 48px;
	padding: 0 20px;
}

.geo_hero_lead {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.9;
	color: #505050;
	text-align: center;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.geo_hero_actions {
	text-align: center;
	margin-bottom: 48px;
}

.geo_section_title {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding-left: 14px;
	border-left: 4px solid #32b6b8;
}

.geo_section_lead {
	margin: -8px 0 24px;
	font-size: 15px;
	line-height: 1.85;
	color: #666;
}

.geo_value_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 56px;
}

.geo_value_card {
	padding: 22px 20px;
	background: #f8fafa;
	border: 1px solid #e8eeee;
	border-radius: 6px;
}

.geo_value_card h3 {
	margin: 0 0 12px;
	font-size: 18px;
	color: #32b6b8;
}

.geo_value_card p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.75;
	color: #555;
}

.geo_value_card ul {
	margin: 0;
	padding-left: 18px;
	font-size: 13px;
	line-height: 1.8;
	color: #666;
}

.geo_packages_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 56px;
}

.geo_package_card {
	position: relative;
	padding: 20px 18px 18px;
	background: #fff;
	border: 1px solid #e8eeee;
	border-radius: 6px;
}

.geo_package_card--featured {
	border-color: #32b6b8;
	background: rgba(50, 182, 184, 0.06);
}

.geo_package_tag {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #32b6b8;
	background: rgba(50, 182, 184, 0.12);
	border-radius: 3px;
}

.geo_package_card h3 {
	margin: 0 0 10px;
	font-size: 17px;
	color: #333;
}

.geo_package_card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #666;
}

.geo_industry_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 56px;
}

.geo_industry_card {
	padding: 22px 20px;
	background: #fff;
	border: 1px solid #e8eeee;
	border-radius: 6px;
}

.geo_industry_card h3 {
	margin: 0 0 12px;
	font-size: 17px;
	color: #32b6b8;
}

.geo_industry_card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #555;
}

.geo_process_list {
	list-style: none;
	margin: 0 0 56px;
	padding: 0;
	counter-reset: geo-step;
}

.geo_process_list li {
	display: flex;
	align-items: baseline;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid #eee;
	counter-increment: geo-step;
}

.geo_process_list li::before {
	content: counter(geo-step, decimal-leading-zero);
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #32b6b8;
	border-radius: 50%;
}

.geo_process_list li strong {
	flex-shrink: 0;
	min-width: 72px;
	font-size: 15px;
	color: #333;
}

.geo_process_list li span {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

.geo_advantages_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 56px;
}

.geo_advantage_item {
	padding: 16px;
	background: #f7fafb;
	border-radius: 4px;
	border: 1px solid #e8eeee;
}

.geo_advantage_item strong {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	color: #333;
}

.geo_advantage_item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #666;
}

.geo_service_faq {
	margin: 0 0 8px;
}

.geo_faq_item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.geo_faq_item dt {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.geo_faq_item dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}

.geo_faq_item dd a {
	color: #32b6b8;
}

.geo_read_more {
	margin: 8px 0 0;
	font-size: 15px;
	color: #555;
}

.geo_read_more a {
	color: #32b6b8;
	text-decoration: none;
}

.geo_read_more a:hover {
	text-decoration: underline;
}

.geo_page_cta {
	margin: 48px 0;
}

.geo_knowledge_section,
.geo_showcase_section {
	width: 80%;
	max-width: 1170px;
	margin: 0 auto 48px;
	padding: 0 20px;
}

.geo_knowledge_title,
.geo_showcase_title {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-top: 16px;
	border-top: 2px solid #e8eeee;
}

.geo_knowledge_lead,
.geo_showcase_lead {
	margin: 0 auto 28px;
	max-width: 880px;
	font-size: 15px;
	line-height: 1.85;
	color: #666;
	text-align: center;
}

.geo_showcase_cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 28px;
}

.geo_showcase_card {
	display: block;
	padding: 20px 16px;
	background: #f8fafa;
	border: 1px solid #e8eeee;
	border-radius: 6px;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.geo_showcase_card:hover {
	border-color: #32b6b8;
	box-shadow: 0 4px 12px rgba(50, 182, 184, 0.12);
}

.geo_showcase_card_tag {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #32b6b8;
	background: rgba(50, 182, 184, 0.12);
	border-radius: 3px;
}

.geo_showcase_card_title {
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
	color: #333;
}

.geo_showcase_card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #666;
}

.geo_showcase_section .geo_fact_grid {
	margin-top: 8px;
}

.geo_showcase_actions {
	margin-top: 28px;
	text-align: center;
}

@media (max-width: 900px) {
	.geo_showcase_cards {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 901px) and (max-width: 1100px) {
	.geo_showcase_cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.geo_packages_grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 901px) and (max-width: 1100px) {
	.geo_packages_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.geo_package_card:last-child {
		grid-column: span 2;
	}
}
