/* ============================================================
   EE88 Footer Redesign — E-E-A-T SEO 2026
   Replaces the legacy Flatsome footer (payment icons + single line).
   Layered trust signals + topical keyword density for "EE88".
   ============================================================ */

/* Hide legacy footer completely */
#footer.footer-wrapper,
.absolute-footer.dark {
	display: none !important;
}

/* ---------- Footer container ---------- */
.ee88-footer {
	position: relative;
	background:
		radial-gradient(ellipse at top, rgba(221, 186, 130, 0.08) 0%, transparent 60%),
		linear-gradient(180deg, #0a0e1f 0%, #141b32 50%, #0a0e1f 100%);
	color: #b8bcc8;
	font-size: 14px;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(221, 186, 130, 0.2);
	overflow: hidden;
}

.ee88-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, #ddba82 50%, transparent 100%);
}

.ee88-footer__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 56px 24px 24px;
}

/* ---------- 4-column grid ---------- */
.ee88-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
	gap: 40px;
	margin-bottom: 40px;
}

/* ---------- Column blocks ---------- */
.ee88-footer__col h4 {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 0 0 18px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(221, 186, 130, 0.2);
	display: flex;
	align-items: center;
	gap: 8px;
}

.ee88-footer__col h4 .dot {
	width: 6px;
	height: 6px;
	background: #ddba82;
	border-radius: 50%;
}

/* ---------- Brand / About column ---------- */
.ee88-footer__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.ee88-footer__logo {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, #ddba82 0%, #c89f63 100%);
	color: #293356;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 900;
	font-family: 'Roboto Condensed', sans-serif;
	box-shadow: 0 6px 20px rgba(221, 186, 130, 0.3);
	flex-shrink: 0;
}

.ee88-footer__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.ee88-footer__brand-name {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
}

.ee88-footer__brand-tag {
	color: #ddba82;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 4px;
}

.ee88-footer__about {
	color: #b8bcc8;
	font-size: 13.5px;
	line-height: 1.7;
	margin: 0 0 18px;
}

.ee88-footer__about strong {
	color: #fff;
}

/* ---------- Badges ---------- */
.ee88-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.ee88-footer__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(0, 230, 118, 0.08);
	border: 1px solid rgba(0, 230, 118, 0.25);
	color: #00e676;
	padding: 5px 10px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.ee88-footer__badge--gold {
	background: rgba(221, 186, 130, 0.08);
	border-color: rgba(221, 186, 130, 0.3);
	color: #ddba82;
}

/* ---------- Link lists ---------- */
.ee88-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ee88-footer__list li {
	margin-bottom: 9px;
}

.ee88-footer__list a {
	color: #b8bcc8 !important;
	text-decoration: none !important;
	font-size: 13.5px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s, transform 0.2s;
}

.ee88-footer__list a::before {
	content: '›';
	color: #ddba82;
	font-weight: 700;
	font-size: 16px;
	transition: transform 0.2s;
}

.ee88-footer__list a:hover {
	color: #fff !important;
	transform: translateX(3px);
}

/* ---------- Payment / Banks block ---------- */
.ee88-footer__banks {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 4px;
}

.ee88-footer__bank {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(221, 186, 130, 0.15);
	color: #e8eaf0;
	padding: 4px 9px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.3px;
	transition: all 0.2s;
}

.ee88-footer__bank:hover {
	background: rgba(221, 186, 130, 0.12);
	border-color: rgba(221, 186, 130, 0.4);
	color: #ddba82;
}

/* ---------- Stats / KPI strip ---------- */
.ee88-footer__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 0 0 36px;
	padding: 22px 24px;
	background: linear-gradient(135deg, rgba(41, 51, 86, 0.5) 0%, rgba(20, 27, 50, 0.5) 100%);
	border: 1px solid rgba(221, 186, 130, 0.15);
	border-radius: 14px;
}

.ee88-footer__stat {
	text-align: center;
}

.ee88-footer__stat-v {
	display: block;
	color: #ddba82;
	font-size: 20px;
	font-weight: 900;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.1;
}

.ee88-footer__stat-l {
	display: block;
	color: #8a8f9f;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-top: 4px;
	font-weight: 600;
}

/* ---------- Disclaimer (E-E-A-T: transparency) ---------- */
.ee88-footer__disclaimer {
	background: rgba(221, 186, 130, 0.05);
	border-left: 3px solid #ddba82;
	border-radius: 8px;
	padding: 16px 20px;
	margin: 0 0 28px;
	font-size: 12.5px;
	line-height: 1.65;
	color: #8a8f9f;
}

.ee88-footer__disclaimer strong {
	color: #ddba82;
	font-weight: 800;
}

.ee88-footer__disclaimer p {
	margin: 0 0 6px;
}

.ee88-footer__disclaimer p:last-child {
	margin-bottom: 0;
}

/* ---------- Bottom bar ---------- */
.ee88-footer__bottom {
	border-top: 1px solid rgba(221, 186, 130, 0.15);
	padding-top: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.ee88-footer__copy {
	color: #8a8f9f;
	font-size: 12.5px;
}

.ee88-footer__copy strong {
	color: #ddba82;
}

.ee88-footer__legal {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.ee88-footer__legal a {
	color: #8a8f9f !important;
	font-size: 12px;
	text-decoration: none !important;
	transition: color 0.2s;
}

.ee88-footer__legal a:hover {
	color: #ddba82 !important;
}

/* ---------- Back-to-top ---------- */
.ee88-footer__totop {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #ddba82;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
}

.ee88-footer__totop:hover {
	color: #fff !important;
}

/* ============================================================
   RESPONSIVE — Tablet
   ============================================================ */
@media (max-width: 980px) {
	.ee88-footer__inner { padding: 44px 20px 22px; }
	.ee88-footer__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
	.ee88-footer__stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
}

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 640px) {
	.ee88-footer__inner { padding: 36px 16px 18px; }
	.ee88-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-bottom: 30px;
	}
	.ee88-footer__col h4 { font-size: 13px !important; }
	.ee88-footer__about { font-size: 13px; }
	.ee88-footer__stats {
		grid-template-columns: repeat(2, 1fr);
		padding: 18px 16px;
		gap: 12px;
		margin-bottom: 28px;
	}
	.ee88-footer__stat-v { font-size: 18px; }
	.ee88-footer__stat-l { font-size: 10px; }
	.ee88-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}
	.ee88-footer__legal {
		gap: 14px;
		font-size: 11px;
	}
	.ee88-footer__disclaimer {
		padding: 14px 16px;
		font-size: 12px;
	}
	.ee88-footer__brand-name { font-size: 20px; }
}
