.emy-footer {
	position: relative;
	padding: 95px 0 35px;
	background:
		radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), transparent 35%),
		linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
	border-top: 1px solid rgba(148, 163, 184, 0.10);
	overflow: hidden;
}

[data-theme="dark"] .emy-footer {
	background:
		radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 35%),
		linear-gradient(180deg, #020617 0%, #0b1120 100%);
}

.emy-footer-container {
	position: relative;
	z-index: 2;
}

.emy-footer-brand {
	padding-right: 25px;
}

.emy-footer-logo-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.emy-footer-logo-box {
	width: 118px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
	flex: 0 0 118px;
	margin-right: -14px;
	padding: 0;
	text-decoration: none;
	transition: all 0.3s ease;
}

.emy-footer-logo-img {
	width: 128px;
	max-width: none;
	height: auto;
	object-fit: contain;
	display: block;
	transform: scale(1.18);
	transform-origin: center;
	filter: drop-shadow(0 0 16px rgba(34, 211, 238, 0.24));
}

.emy-footer-logo-wrap:hover .emy-footer-logo-box {
	transform: translateY(-3px) scale(1.04);
}

.emy-footer-logo-text {
	color: #0f172a;
	font-size: 1.55rem;
	font-weight: 900;
	letter-spacing: -0.02em;
}

[data-theme="dark"] .emy-footer-logo-text {
	color: #ffffff;
}

.emy-footer-logo-text span {
	background: var(--emy-gradient-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	margin-left: 4px;
}

.emy-footer-description {
	max-width: 470px;
	margin-bottom: 28px;
	color: rgba(71, 85, 105, 0.88);
	font-size: 1rem;
	line-height: 1.9;
}

[data-theme="dark"] .emy-footer-description {
	color: rgba(148, 163, 184, 0.82);
}

.emy-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.emy-footer-social-link {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.12);
	color: rgba(71, 85, 105, 0.9);
	font-size: 1.15rem;
	text-decoration: none;
	transition: all 0.25s ease;
}

[data-theme="dark"] .emy-footer-social-link {
	background: rgba(30, 41, 59, 0.55);
	color: rgba(148, 163, 184, 0.9);
}

.emy-footer-social-link:hover {
	transform: translateY(-4px);
	color: #22d3ee;
	border-color: rgba(34, 211, 238, 0.30);
	background: rgba(34, 211, 238, 0.08);
}

.emy-footer-links-group h4 {
	margin-bottom: 18px;
	color: #0f172a;
	font-size: 1.08rem;
	font-weight: 850;
}

[data-theme="dark"] .emy-footer-links-group h4 {
	color: #ffffff;
}

.emy-footer-links-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.emy-footer-links-group li {
	margin-bottom: 12px;
}

.emy-footer-links-group a {
	position: relative;
	display: inline-block;
	color: rgba(71, 85, 105, 0.88);
	font-size: 0.96rem;
	text-decoration: none;
	transition: all 0.25s ease;
}

[data-theme="dark"] .emy-footer-links-group a {
	color: rgba(148, 163, 184, 0.82);
}

.emy-footer-links-group a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 2px;
	border-radius: 999px;
	background: var(--emy-gradient-line);
	transition: width 0.25s ease;
}

.emy-footer-links-group a:hover {
	color: #22d3ee;
	transform: translateX(4px);
}

.emy-footer-links-group a:hover::before {
	width: 100%;
}

.emy-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-top: 60px;
	padding-top: 28px;
	border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.emy-footer-bottom p {
	margin: 0;
	color: rgba(71, 85, 105, 0.9);
	font-size: 0.9rem;
	line-height: 1.6;
}

[data-theme="dark"] .emy-footer-bottom p {
	color: rgba(100, 116, 139, 0.95);
}

.emy-footer-bottom span {
	color: #22d3ee;
}

@media (max-width: 991px) {
	.emy-footer {
		padding: 80px 0 30px;
	}

	.emy-footer-brand {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.emy-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ===== FOOTER BRAND PREMIUM ===== */
.emy-footer-brand-block {
	display: flex;
	flex-direction: column;
	line-height: 1.08;
}

.emy-footer-tagline {
	position: relative;
	display: inline-block;
	margin-top: 8px;
	padding-top: 8px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #0284c7;
}

.emy-footer-tagline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 2px;
	border-radius: 999px;
	background: var(--emy-gradient-line);
	box-shadow: 0 0 14px var(--emy-glow-cyan);
}

[data-theme="dark"] .emy-footer-tagline {
	color: #22d3ee;
	text-shadow: 0 0 10px rgba(34, 211, 238, 0.14);
}

/* Responsive */
@media (max-width: 575px) {
	.emy-footer-logo-wrap {
		align-items: flex-start;
	}

	.emy-footer-logo-text {
		font-size: 1.3rem;
	}

	.emy-footer-tagline {
		font-size: 0.62rem;
		letter-spacing: 0.14em;
	}

	.emy-footer-logo-box {
		width: 96px;
		height: 68px;
		flex: 0 0 96px;
		margin-right: -10px;
	}

	.emy-footer-logo-img {
		width: 108px;
		transform: scale(1.12);
	}
}