.term-geo-page {
	background: #ffffff;
	color: #15223a;
}

.term-geo-page .term-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0 56px;
	background:
		linear-gradient(120deg, rgba(18, 92, 255, .12), rgba(35, 201, 135, .06) 48%, rgba(255,255,255,0) 78%),
		linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
	border-bottom: 1px solid #dfeafb;
}

.term-geo-page .term-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(18, 92, 255, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 92, 255, .06) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(180deg, rgba(0,0,0,.6), transparent 78%);
	pointer-events: none;
}

.term-geo-page .term-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
	gap: 42px;
	align-items: center;
}

.term-geo-page .term-kicker,
.term-geo-page .term-tag {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	font-weight: 800;
}

.term-geo-page .term-kicker {
	gap: 8px;
	padding: 7px 12px;
	font-size: 13px;
	color: var(--hy-blue);
	background: rgba(18, 92, 255, .08);
	border: 1px solid rgba(18, 92, 255, .16);
}

.term-geo-page .term-hero h1 {
	margin: 18px 0 16px;
	max-width: 780px;
	font-size: clamp(32px, 3.5vw, 48px);
	line-height: 1.16;
	letter-spacing: 0;
	color: #0d1930;
}

.term-geo-page .term-lead {
	margin: 0;
	max-width: 760px;
	font-size: 17px;
	line-height: 1.9;
	color: #4e5e78;
}

.term-geo-page .term-hero-actions,
.term-geo-page .term-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.term-geo-page .term-chip-row {
	margin-top: 18px;
}

.term-geo-page .term-tag {
	min-height: 30px;
	padding: 6px 11px;
	font-size: 12px;
	color: #36506f;
	background: rgba(255,255,255,.76);
	border: 1px solid rgba(18, 92, 255, .15);
}

.term-geo-page .term-hero-card {
	padding: 12px;
	border: 1px solid #d9e7fb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 54px rgba(24, 89, 190, .14);
}

.term-geo-page .term-hero-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	border-radius: 6px;
}

.term-geo-page .term-answer-card {
	margin-top: 12px;
	padding: 18px;
	border-radius: 8px;
	background: #f7fbff;
	border: 1px solid #dfeafb;
}

.term-geo-page .term-answer-card h2,
.term-geo-page .term-section-head h2,
.term-geo-page .term-card h3,
.term-geo-page .term-table th,
.term-geo-page .term-faq h3 {
	margin: 0;
	color: #101b32;
}

.term-geo-page .term-answer-card h2 {
	font-size: 20px;
	line-height: 1.35;
}

.term-geo-page .term-answer-card p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.8;
	color: #4e5e78;
}

.term-geo-page .term-stat-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding: 22px 0;
}

.term-geo-page .term-stat-strip div {
	padding: 18px;
	border: 1px solid #dfeafb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(31, 87, 176, .06);
}

.term-geo-page .term-stat-strip strong {
	display: block;
	font-size: 26px;
	line-height: 1.15;
	color: var(--hy-blue);
}

.term-geo-page .term-stat-strip span {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.55;
	color: #64708a;
}

.term-geo-page .term-section {
	padding: 64px 0;
}

.term-geo-page .term-section.alt {
	background: #f7fbff;
}

.term-geo-page .term-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.term-geo-page .term-section-head h2 {
	font-size: 28px;
	line-height: 1.32;
}

.term-geo-page .term-section-head p {
	max-width: 660px;
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #64708a;
}

.term-geo-page .term-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.term-geo-page .term-grid.two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.term-geo-page .term-card,
.term-geo-page .term-faq article,
.term-geo-page .term-related a {
	padding: 22px;
	border: 1px solid #dfeafb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.term-geo-page .term-card i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	border-radius: 8px;
	color: var(--hy-blue);
	background: #edf6ff;
}

.term-geo-page .term-card h3 {
	font-size: 18px;
	line-height: 1.4;
}

.term-geo-page .term-card p,
.term-geo-page .term-faq p,
.term-geo-page .term-related p,
.term-geo-page .term-timeline p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.85;
	color: #64708a;
}

.term-geo-page .term-card ul {
	display: grid;
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.term-geo-page .term-card li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.7;
	color: #52617a;
}

.term-geo-page .term-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .68em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--hy-blue);
}

.term-geo-page .term-table-wrap {
	overflow: hidden;
	border: 1px solid #dfeafb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .06);
}

.term-geo-page .term-table {
	width: 100%;
	border-collapse: collapse;
}

.term-geo-page .term-table th,
.term-geo-page .term-table td {
	padding: 18px 20px;
	border-bottom: 1px solid #e6eefb;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.8;
}

.term-geo-page .term-table tr:last-child th,
.term-geo-page .term-table tr:last-child td {
	border-bottom: 0;
}

.term-geo-page .term-table th {
	width: 26%;
	background: #f5f9ff;
	font-size: 15px;
}

.term-geo-page .term-table td {
	color: #52617a;
}

.term-geo-page .term-timeline {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.term-geo-page .term-timeline article {
	position: relative;
	min-height: 178px;
	padding: 22px;
	border: 1px solid #dfeafb;
	border-radius: 8px;
	background: #fff;
}

.term-geo-page .term-timeline strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(180deg, #2d7dff, #125cff);
}

.term-geo-page .term-timeline h3 {
	margin: 0;
	font-size: 17px;
	line-height: 1.4;
	color: #101b32;
}

.term-geo-page .term-faq {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.term-geo-page .term-faq h3 {
	font-size: 17px;
	line-height: 1.45;
}

.term-geo-page .term-related {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.term-geo-page .term-related a {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.term-geo-page .term-related a:hover {
	transform: translateY(-3px);
	border-color: rgba(18, 92, 255, .28);
	box-shadow: 0 18px 38px rgba(31, 87, 176, .11);
}

.term-geo-page .term-related h3 {
	margin: 0;
	font-size: 17px;
	line-height: 1.4;
	color: #13203a;
}

.term-geo-page .term-related span {
	display: inline-flex;
	margin-top: 14px;
	font-size: 13px;
	font-weight: 800;
	color: var(--hy-blue);
}

@media (max-width: 980px) {
	.term-geo-page .term-hero-inner,
	.term-geo-page .term-grid,
	.term-geo-page .term-grid.two,
	.term-geo-page .term-faq,
	.term-geo-page .term-related {
		grid-template-columns: 1fr;
	}

	.term-geo-page .term-hero-card {
		max-width: 620px;
	}

	.term-geo-page .term-stat-strip,
	.term-geo-page .term-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.term-geo-page .term-section-head {
		display: block;
	}

	.term-geo-page .term-section-head p {
		margin-top: 10px;
	}
}

@media (max-width: 640px) {
	.term-geo-page .term-hero {
		padding: 46px 0 38px;
	}

	.term-geo-page .term-hero-inner {
		gap: 28px;
	}

	.term-geo-page .term-hero h1 {
		font-size: 30px;
	}

	.term-geo-page .term-lead {
		font-size: 15px;
	}

	.term-geo-page .term-stat-strip,
	.term-geo-page .term-timeline {
		grid-template-columns: 1fr;
	}

	.term-geo-page .term-section {
		padding: 46px 0;
	}

	.term-geo-page .term-section-head h2 {
		font-size: 24px;
	}

	.term-geo-page .term-table-wrap {
		overflow-x: auto;
	}

	.term-geo-page .term-table {
		min-width: 640px;
	}
}
