.geo-section {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
}
.geo-section h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
	color: #1a1a1a;
}
.geo-section .geo-subtitle {
	text-align: center;
	color: #888;
	font-size: 14px;
	margin-bottom: 40px;
}
.geo-term-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.geo-term-card {
	background: #f8fafb;
	border-radius: 8px;
	padding: 24px;
	border-left: 3px solid #2a7f62;
}
.geo-term-card .term-cat {
	font-size: 11px;
	color: #2a7f62;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.geo-term-card .term-name {
	font-size: 18px;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 8px;
}
.geo-term-card .term-def {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
}
.geo-faq-list {
	max-width: 860px;
	margin: 0 auto;
}
.geo-faq-item {
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
	cursor: pointer;
}
.geo-faq-item .faq-q {
	font-size: 17px;
	font-weight: 600;
	color: #1a1a1a;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.geo-faq-item .faq-q .faq-arrow {
	font-size: 12px;
	color: #999;
	transition: transform .3s;
}
.geo-faq-item .faq-q .faq-arrow.open {
	transform: rotate(180deg);
}
.geo-faq-item .faq-a {
	font-size: 15px;
	color: #555;
	line-height: 1.8;
	padding-top: 12px;
	display: none;
}
.geo-faq-item .faq-a.show {
	display: block;
}
.geo-content-blocks {
	max-width: 860px;
	margin: 0 auto;
}
.geo-content-block {
	margin-bottom: 40px;
}
.geo-content-block h3 {
	font-size: 22px;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 12px;
}
.geo-content-block p {
	font-size: 15px;
	color: #555;
	line-height: 1.9;
}
.geo-content-block h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 16px 0 8px;
}
.geo-case-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.geo-case-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 28px;
}
.geo-case-card .case-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.geo-case-card .case-alias {
	font-size: 18px;
	font-weight: bold;
	color: #1a1a1a;
}
.geo-case-card .case-status {
	font-size: 12px;
	background: #e8f5e9;
	color: #2e7d32;
	padding: 4px 12px;
	border-radius: 12px;
}
.geo-case-card .case-meta {
	font-size: 14px;
	color: #777;
	line-height: 2;
}
.geo-case-card .case-hba1c {
	margin-top: 12px;
	padding: 12px;
	background: #f5f8fa;
	border-radius: 6px;
	font-size: 14px;
}
.geo-case-card .case-hba1c span {
	color: #2a7f62;
	font-weight: bold;
}
.geo-case-card .case-disclaimer {
	font-size: 12px;
	color: #aaa;
	margin-top: 12px;
	line-height: 1.5;
}
.geo-expert-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.geo-expert-card {
	background: #f8fafb;
	border-radius: 10px;
	padding: 28px;
	text-align: center;
}
.geo-expert-card .expert-avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #2a7f62;
	color: #fff;
	font-size: 28px;
	line-height: 72px;
	margin: 0 auto 16px;
}
.geo-expert-card .expert-name {
	font-size: 20px;
	font-weight: bold;
	color: #1a1a1a;
}
.geo-expert-card .expert-title {
	font-size: 14px;
	color: #2a7f62;
	margin: 6px 0;
}
.geo-expert-card .expert-inst {
	font-size: 13px;
	color: #777;
	margin-bottom: 10px;
}
.geo-expert-card .expert-role {
	font-size: 13px;
	color: #555;
}
.geo-meta-bar {
	max-width: 1200px;
	margin: 0 auto 20px;
	padding: 0 20px;
	font-size: 13px;
	color: #999;
	text-align: center;
}