/* ========================================= EPS SEO EXPLORE SECTION  ========================================= */

.eps-seo-explore {
	padding: 55px 0;
	background: #fff8f3;
	border-top: 1px solid #f1e2d7;
}

.eps-seo-heading {
	max-width: 850px;
	margin: 0 auto 30px;
}

.eps-seo-heading span {
	display: block;
	color: #f26b21;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin-bottom: 7px;
}

.eps-seo-heading h2 {
	color: #1f1f1f;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 10px;
}

.eps-seo-heading p {
	color: #666;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.eps-seo-links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	background: #fff;
}

.eps-seo-links a {
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 14px 17px;
	color: #2d2d2d;
	background: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	transition: all 0.2s ease;
}

.eps-seo-links a:hover {
	color: #f26b21;
	background: #fff5ee;
}

.eps-seo-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
	flex-wrap: wrap;
}

.eps-seo-btn {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.eps-visitor-btn {
	background: #f26b21;
	color: #fff !important;
	border: 1px solid #f26b21;
}

.eps-space-btn {
	background: #fff;
	color: #f26b21 !important;
	border: 1px solid #f26b21;
}

.eps-seo-btn:hover {
	transform: translateY(-2px);
}

@media (max-width: 991px) {
	.eps-seo-links {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.eps-seo-explore {
		padding: 40px 0;
	}

	.eps-seo-heading h2 {
		font-size: 25px;
	}

	.eps-seo-links {
		grid-template-columns: 1fr;
	}

	.eps-seo-actions {
		display: grid;
	}

	.eps-seo-btn {
		text-align: center;
		width: 100%;
	}
}
