/* ==========================================================================
   E-E-A-T SEO 2026 Footer Styles for 123B
   - Scoped only to #footer-eeat-2026 to avoid breaking Flatsome parent styles
   - Matches Flatsome visual rhythm (Roboto, dark sections, accent brand color)
   - Fully responsive (desktop, tablet, mobile)
   ========================================================================== */

/* CSS Variables - scoped to our footer */
#footer-eeat-2026.eeat-footer-2026 {
	--eeat-primary: #1d192d;       /* matches Flatsome footer dark */
	--eeat-primary-2: #2a2541;
	--eeat-accent: #ffba00;        /* Flatsome primary yellow */
	--eeat-accent-2: #ffdb58;
	--eeat-text-light: #ffffff;
	--eeat-text-muted: #b3b3c0;
	--eeat-text-dim: #8a8a99;
	--eeat-trust-bg: #f7f7f9;
	--eeat-trust-text: #1d192d;
	--eeat-border: rgba(255,255,255,0.08);
	--eeat-radius: 8px;
	--eeat-gap: 24px;
	--eeat-container-max: 1200px;
	font-family: 'Roboto', sans-serif;
	color: var(--eeat-text-light);
	clear: both;
	margin-top: 0;
	overflow: hidden;
}

/* Container */
#footer-eeat-2026 .eeat-container {
	max-width: var(--eeat-container-max);
	margin: 0 auto;
	padding: 0 24px;
	width: 100%;
	box-sizing: border-box;
}

/* ---------- TRUST BAR ---------- */
#footer-eeat-2026 .eeat-trustbar {
	background: var(--eeat-trust-bg);
	padding: 32px 0;
	color: var(--eeat-trust-text);
	border-top: 3px solid var(--eeat-accent);
}

#footer-eeat-2026 .eeat-trustbar-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

#footer-eeat-2026 .eeat-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

#footer-eeat-2026 .eeat-trust-icon {
	flex: 0 0 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--eeat-accent);
	background: rgba(255, 186, 0, 0.12);
	border-radius: 50%;
}

#footer-eeat-2026 .eeat-trust-content {
	flex: 1;
	min-width: 0;
}

#footer-eeat-2026 .eeat-trust-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--eeat-trust-text);
	margin: 0 0 6px;
	line-height: 1.3;
}

#footer-eeat-2026 .eeat-trust-desc {
	font-size: 13px;
	line-height: 1.5;
	color: #555;
	margin: 0;
}

/* ---------- MAIN FOOTER ---------- */
#footer-eeat-2026 .eeat-main-footer {
	background: var(--eeat-primary);
	padding: 48px 0 32px;
}

#footer-eeat-2026 .eeat-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 36px;
}

#footer-eeat-2026 .eeat-col-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--eeat-text-light);
	margin: 0 0 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--eeat-accent);
	display: block;
}

#footer-eeat-2026 .eeat-col-title strong {
	color: var(--eeat-accent);
}

#footer-eeat-2026 .eeat-about-content p {
	font-size: 14px;
	line-height: 1.6;
	color: var(--eeat-text-muted);
	margin: 0 0 14px;
}

#footer-eeat-2026 .eeat-about-content strong {
	color: var(--eeat-text-light);
}

#footer-eeat-2026 .eeat-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--eeat-border);
}

#footer-eeat-2026 .eeat-stat-item {
	text-align: center;
}

#footer-eeat-2026 .eeat-stat-number {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: var(--eeat-accent);
	line-height: 1.1;
}

#footer-eeat-2026 .eeat-stat-label {
	display: block;
	font-size: 12px;
	color: var(--eeat-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 4px;
}

/* ---------- LINKS LIST ---------- */
#footer-eeat-2026 .eeat-links-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-eeat-2026 .eeat-links-list li {
	margin: 0 0 8px;
}

#footer-eeat-2026 .eeat-links-list a {
	display: flex;
	align-items: center;
	color: var(--eeat-text-muted);
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
	padding: 4px 0;
}

#footer-eeat-2026 .eeat-links-list a:hover {
	color: var(--eeat-accent);
	padding-left: 4px;
}

#footer-eeat-2026 .eeat-link-icon {
	margin-right: 6px;
	color: var(--eeat-accent);
	font-weight: 700;
}

/* ---------- CONTACT ---------- */
#footer-eeat-2026 .eeat-contact-info {
	margin-bottom: 18px;
}

#footer-eeat-2026 .eeat-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
}

#footer-eeat-2026 .eeat-contact-icon {
	flex: 0 0 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--eeat-accent);
	background: rgba(255, 186, 0, 0.1);
	border-radius: 50%;
}

#footer-eeat-2026 .eeat-contact-content {
	flex: 1;
	min-width: 0;
}

#footer-eeat-2026 .eeat-contact-label {
	display: block;
	font-size: 11px;
	color: var(--eeat-text-dim);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

#footer-eeat-2026 .eeat-contact-value {
	display: block;
	font-size: 14px;
	color: var(--eeat-text-light);
	text-decoration: none;
	line-height: 1.4;
}

#footer-eeat-2026 .eeat-contact-value:hover {
	color: var(--eeat-accent);
}

/* ---------- SOCIAL ---------- */
#footer-eeat-2026 .eeat-social-list {
	display: flex;
	gap: 8px;
	margin-top: 14px;
}

#footer-eeat-2026 .eeat-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: var(--eeat-text-light);
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

#footer-eeat-2026 .eeat-social-link:hover {
	background: var(--eeat-accent);
	color: var(--eeat-primary);
	transform: translateY(-2px);
}

/* ---------- LEGAL SECTION ---------- */
#footer-eeat-2026 .eeat-legal-section {
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid var(--eeat-border);
}

#footer-eeat-2026 .eeat-legal-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--eeat-text-light);
	margin: 0 0 14px;
}

#footer-eeat-2026 .eeat-legal-title strong {
	color: var(--eeat-accent);
}

#footer-eeat-2026 .eeat-legal-list ul {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
}

#footer-eeat-2026 .eeat-legal-list a {
	font-size: 13px;
	color: var(--eeat-text-muted);
	text-decoration: none;
}

#footer-eeat-2026 .eeat-legal-list a:hover {
	color: var(--eeat-accent);
}

#footer-eeat-2026 .eeat-legal-list li {
	position: relative;
	padding-right: 14px;
}

#footer-eeat-2026 .eeat-legal-list li::after {
	content: '|';
	position: absolute;
	right: 0;
	color: var(--eeat-text-dim);
}

#footer-eeat-2026 .eeat-legal-list li:last-child::after {
	content: '';
}

#footer-eeat-2026 .eeat-compliance-text {
	font-size: 12px;
	line-height: 1.6;
	color: var(--eeat-text-dim);
	margin: 0;
}

/* ---------- PAYMENT ---------- */
#footer-eeat-2026 .eeat-payment-section {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--eeat-border);
}

#footer-eeat-2026 .eeat-payment-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--eeat-text-light);
	margin: 0 0 12px;
}

#footer-eeat-2026 .eeat-payment-title strong {
	color: var(--eeat-accent);
}

#footer-eeat-2026 .eeat-payment-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

#footer-eeat-2026 .eeat-payment-badge {
	display: inline-block;
	font-size: 12px;
	padding: 4px 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--eeat-border);
	border-radius: 4px;
	color: var(--eeat-text-muted);
}

/* ---------- BOTTOM BAR ---------- */
#footer-eeat-2026 .eeat-bottom-bar {
	background: #14101f;
	padding: 18px 0;
	font-size: 12px;
	color: var(--eeat-text-dim);
}

#footer-eeat-2026 .eeat-bottom-content {
	text-align: center;
}

#footer-eeat-2026 .eeat-copyright {
	margin: 0 0 6px;
	color: var(--eeat-text-muted);
}

#footer-eeat-2026 .eeat-copyright a {
	color: var(--eeat-accent);
	text-decoration: none;
}

#footer-eeat-2026 .eeat-keywords-line {
	margin: 0 0 6px;
	color: var(--eeat-text-dim);
}

#footer-eeat-2026 .eeat-keywords-line a {
	color: var(--eeat-text-muted);
	text-decoration: none;
	margin: 0 2px;
}

#footer-eeat-2026 .eeat-keywords-line a:hover {
	color: var(--eeat-accent);
}

#footer-eeat-2026 .eeat-warning {
	margin: 0;
	color: #d04040;
	font-size: 11px;
}

#footer-eeat-2026 .eeat-warning a {
	color: #ff8080;
	text-decoration: underline;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* Tablet: 2-column footer grid */
@media (max-width: 991px) {
	#footer-eeat-2026 .eeat-trustbar-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px;
	}
	#footer-eeat-2026 .eeat-footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}
}

/* Mobile */
@media (max-width: 600px) {
	#footer-eeat-2026 .eeat-trustbar {
		padding: 24px 0;
	}
	#footer-eeat-2026 .eeat-trustbar-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	#footer-eeat-2026 .eeat-main-footer {
		padding: 32px 0 24px;
	}
	#footer-eeat-2026 .eeat-footer-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	#footer-eeat-2026 .eeat-stats {
		grid-template-columns: repeat(3, 1fr);
		gap: 6px;
	}
	#footer-eeat-2026 .eeat-stat-number {
		font-size: 18px;
	}
	#footer-eeat-2026 .eeat-legal-list ul {
		gap: 4px 10px;
	}
	#footer-eeat-2026 .eeat-legal-list li {
		padding-right: 10px;
	}
	#footer-eeat-2026 .eeat-keywords-line {
		font-size: 11px;
		line-height: 1.6;
	}
	#footer-eeat-2026 .eeat-col-title {
		font-size: 16px;
	}
}

/* Print: hide decorative footer */
@media print {
	#footer-eeat-2026 {
		display: none;
	}
}
