/* =============================================================
   Footprints Stats Section — snippet-6504
   ============================================================= */

.fs-g7h8i9j0-section {
	background-color: #004a17;
	background-image: url('/wp-content/uploads/2026/05/pexels-beyondthedream-13539232-scaled-1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	font-family: "Quicksand", sans-serif;
	position: relative;
	overflow: hidden;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 80px 0;
	box-sizing: border-box;
}

.fs-g7h8i9j0-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

/* Subtle texture overlay */
.fs-g7h8i9j0-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 70% 10%, rgba(255,255,255,0.04) 0%, transparent 55%),
		radial-gradient(ellipse at 20% 90%, rgba(255,255,255,0.03) 0%, transparent 45%);
	pointer-events: none;
}

/* ── Header ── */
.fs-g7h8i9j0-header {
	text-align: center;
	margin-bottom: 52px;
	position: relative;
}

.fs-g7h8i9j0-title {
	font-family: "Quicksand", sans-serif;
	font-size: 38px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	letter-spacing: -0.5px;
}

/* ── Body: two columns ── */
.fs-g7h8i9j0-body {
	display: flex;
	align-items: flex-start;
	gap: 60px;
	position: relative;
}

/* ── Left column: subheading + bullets ── */
.fs-g7h8i9j0-col-left {
	flex: 0 0 42%;
	max-width: 42%;
}

.fs-g7h8i9j0-subheading {
	font-family: "Quicksand", sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin: 0 0 28px;
	line-height: 1.5;
}

.fs-g7h8i9j0-bullets {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fs-g7h8i9j0-bullet {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	transition: transform 0.2s ease;
}

.fs-g7h8i9j0-bullet:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fs-g7h8i9j0-bullet:hover {
	transform: translateX(4px);
}

/* Numbered circle badge */
.fs-g7h8i9j0-bullet-num {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1.5px solid #ffffff;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}

.fs-g7h8i9j0-bullet-text {
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
}

/* ── Right column: 2×2 stats grid ── */
.fs-g7h8i9j0-col-right {
	flex: 1 1 58%;
}

.fs-g7h8i9j0-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.fs-g7h8i9j0-stat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: transform 0.3s ease;
}

.fs-g7h8i9j0-stat-card:hover {
	transform: translateY(-6px);
}

/* Circular image */
.fs-g7h8i9j0-stat-img-wrap {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 18px;
	border: 4px solid rgba(255, 255, 255, 0.25);
	transition: border-color 0.3s ease;
}

.fs-g7h8i9j0-stat-card:hover .fs-g7h8i9j0-stat-img-wrap {
	border-color: rgba(255, 255, 255, 0.6);
}

.fs-g7h8i9j0-stat-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
}

.fs-g7h8i9j0-stat-card:hover .fs-g7h8i9j0-stat-img {
	transform: scale(1.08);
}

/* Large stat number */
.fs-g7h8i9j0-stat-number {
	font-family: "Quicksand", sans-serif;
	font-size: 52px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

/* Caption below number */
.fs-g7h8i9j0-stat-caption {
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
	max-width: 180px;
}

/* Responsive */
@media (max-width: 1024px) {
	.fs-g7h8i9j0-title {
		font-size: 30px;
	}

	.fs-g7h8i9j0-stat-number {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	.fs-g7h8i9j0-section {
		padding: 48px 0;
	}

	.fs-g7h8i9j0-body {
		flex-direction: column;
		gap: 40px;
	}

	.fs-g7h8i9j0-col-left,
	.fs-g7h8i9j0-col-right {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.fs-g7h8i9j0-title {
		font-size: 26px;
	}

	.fs-g7h8i9j0-stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.fs-g7h8i9j0-stat-img-wrap {
		width: 110px;
		height: 110px;
	}

	.fs-g7h8i9j0-stat-number {
		font-size: 36px;
	}
}
