.home-geo-results,
.home-geo-testimonials {
	padding: 3.5em 0;
	background: #f7f5f2;
}

.home-geo-testimonials {
	background: #fff;
	padding: 3.2em 0 3.5em;
}

.home-geo-inner {
	max-width: 1100px;
}

.home-geo-title {
	margin: 0 0 0.35em;
	font-size: 2.4em;
	font-weight: normal;
	color: #2c2d2c;
}

.home-geo-testimonials .home-geo-title {
	font-size: 2.4em;
	margin-bottom: 0.95em;
}

.home-geo-period {
	margin: 0 0 1.6em;
	font-size: 1.1em;
	color: #1d9089;
}

.home-geo-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5em;
	margin-bottom: 2em;
}

.home-geo-stat {
	text-align: left;
	padding: 1.4em 1.2em;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.home-geo-stat-value {
	margin: 0 0 0.35em;
	font-size: 2.2em;
	line-height: 1.2;
	color: #1d9089;
}

.home-geo-stat-label {
	margin: 0 0 0.75em;
	font-size: 1.15em;
	font-weight: 500;
	color: #2c2d2c;
	text-align: center;
}

.home-geo-stat-pair {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45em;
}

.home-geo-stat-side {
	display: block;
	font-size: 1.05em;
	line-height: 1.45;
	color: #444;
}

.home-geo-stat-side strong {
	color: #1d9089;
	font-weight: 600;
}

.home-geo-stat-global {
	margin: 0.4em 0 0;
	font-size: 0.95em;
	color: #777;
}

.home-geo-story {
	max-width: 46em;
	margin: 0 auto 1.4em;
	padding: 1.2em 1.4em;
	border-left: 3px solid #1d9089;
	background: #fff;
}

.home-geo-story-title {
	margin: 0 0 0.5em;
	font-size: 1.25em;
	font-weight: 500;
	color: #222;
}

.home-geo-story p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.65;
	color: #444;
}

.home-geo-disclaimer {
	max-width: 46em;
	margin: 0 auto;
	font-size: 0.95em;
	line-height: 1.5;
	color: #888;
	text-align: center;
}

.home-geo-testimonial-swiper {
	position: relative;
	padding: 0 2.8em 2em;
}

.home-geo-swiper {
	overflow: hidden;
	width: 100%;
}

.home-geo-swiper .swiper-slide {
	height: auto;
}

.home-geo-card {
	margin: 0;
	padding: 0;
	background: #f7f5f2;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	min-height: 20em;
	height: 100%;
}

.home-geo-card-media {
	flex: 0 0 16em;
	width: 16em;
	background: #e8e4df;
	overflow: hidden;
}

.home-geo-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.home-geo-card-body {
	flex: 1 1 auto;
	min-width: 0;
	padding: 1.5em 1.6em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-geo-quote {
	margin: 0 0 1.1em;
	font-size: 1.35em;
	line-height: 1.65;
	color: #333;
}

.home-geo-name {
	margin: 0;
	font-size: 1.25em;
	font-weight: 500;
	color: #1d9089;
}

.home-geo-credential {
	margin: 0.3em 0 0;
	font-size: 1.05em;
	line-height: 1.45;
	color: #666;
}

.home-geo-swiper-pagination {
	position: static;
	margin-top: 0.9em;
	text-align: center;
}

.home-geo-swiper-pagination .swiper-pagination-bullet {
	background: #1d9089;
	opacity: 0.28;
	margin: 0 4px;
}

.home-geo-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.home-geo-swiper-prev,
.home-geo-swiper-next {
	width: 2.4em;
	height: 2.4em;
	margin-top: -1.2em;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	background-size: 40%;
	background-position: center;
}

.home-geo-swiper-prev {
	left: 0;
}

.home-geo-swiper-next {
	right: 0;
}

.home-geo-swiper-prev:hover,
.home-geo-swiper-next:hover {
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.home-geo-results,
	.home-geo-testimonials {
		padding: 1.2rem 0;
	}

	.home-geo-testimonials {
		padding: 1.2rem 0 1.35rem;
	}

	.home-geo-title {
		font-size: 0.48rem;
	}

	.home-geo-testimonials .home-geo-title {
		font-size: 0.48rem;
		margin-bottom: 0.36rem;
	}

	.home-geo-period {
		font-size: 0.26rem;
		margin-bottom: 0.4rem;
	}

	.home-geo-stats {
		grid-template-columns: 1fr;
		gap: 0.28rem;
		margin-bottom: 0.45rem;
	}

	.home-geo-stat {
		padding: 0.32rem 0.28rem;
	}

	.home-geo-stat-value {
		font-size: 0.42rem;
	}

	.home-geo-stat-label {
		font-size: 0.28rem;
		margin-bottom: 0.18rem;
	}

	.home-geo-stat-side {
		font-size: 0.26rem;
	}

	.home-geo-stat-global,
	.home-geo-disclaimer,
	.home-geo-credential {
		font-size: 0.24rem;
	}

	.home-geo-story {
		padding: 0.28rem;
		margin-bottom: 0.32rem;
	}

	.home-geo-story-title {
		font-size: 0.3rem;
	}

	.home-geo-story p,
	.home-geo-quote {
		font-size: 0.26rem;
		line-height: 1.55;
	}

	.home-geo-testimonial-swiper {
		padding: 0 0 0.55rem;
	}

	.home-geo-card {
		min-height: 0;
		flex-direction: column;
	}

	.home-geo-card-media {
		flex: 0 0 auto;
		width: 100%;
		height: 5.2rem;
	}

	.home-geo-card-body {
		padding: 0.36rem 0.34rem 0.4rem;
	}

	.home-geo-name {
		font-size: 0.34rem;
	}

	.home-geo-quote {
		margin-bottom: 0.28rem;
		font-size: 0.32rem;
		line-height: 1.55;
	}

	.home-geo-credential {
		font-size: 0.26rem;
	}

	.home-geo-swiper-prev,
	.home-geo-swiper-next {
		display: none;
	}

	.home-geo-swiper-pagination {
		margin-top: 0.36rem;
	}
}
