/**
 * Pie Luma 360 - Estilos
 * Footer: background #0F172A, texto #CBD5E1
 */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap');

/* Wrapper Elementor: asegurar fondo y texto */
.elementor-widget-pie-luma360 .elementor-widget-container {
	background: #0F172A !important;
	color: #CBD5E1;
}

.pieluma360,
.elementor-widget-pie-luma360 .pieluma360 {
	background: #0F172A !important;
	color: #CBD5E1; 
	padding: 48px 24px 24px;
	width: 100%;
	box-sizing: border-box;
}
 
.pieluma360__inner {
	max-width: 1200px; 
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
}
 
.pieluma360__left {
	flex: 1;
	min-width: 200px;
}

.pieluma360__logo {
	display: inline-block;
	margin-bottom: 12px;
}

.pieluma360__logo-img { 
	width: 115px;
	height: 36px;
	object-fit: contain;
	object-position: left top;
	display: block;
}

.pieluma360__logo-text {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.pieluma360__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
}

.pieluma360__tagline {
	margin: 0; 
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0;
	vertical-align: middle;
	text-transform: uppercase;
	color: #CBD5E1;
} 

.pieluma360__highlight {
	color: #38BDF8;
}

.pieluma360__badges {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin-top: 16px; 
}

.pieluma360__badge {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.pieluma360__badge-img {
	width: 129.37px;
	height: 42px;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0) invert(1);
	transition: opacity 0.2s;
} 

a.pieluma360__badge:hover .pieluma360__badge-img {
	opacity: 0.85;
} 

.pieluma360__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: flex-end;
}

.pieluma360__link {
	color: #CBD5E1;
	text-decoration: none;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	vertical-align: middle;
	text-transform: uppercase;
	transition: color 0.2s;
}

.pieluma360__link:hover {
	color: #38BDF8;
}

.pieluma360__social {
	display: flex;
	gap: 12px;
}

.pieluma360__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #CBD5E1;
	color: #0F172A;
	border: none;
	border-radius: 6px;
	transition: background 0.2s, color 0.2s;
}

.pieluma360__social-link:hover {
	background: #38BDF8;
	color: #fff;
}

.pieluma360__social-link svg {
	width: 20px; 
	height: 20px;
	fill: currentColor;
}

.pieluma360__copyright {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(203, 213, 225, 0.2);
	text-align: center;
	font-size: 12px;
	color: #CBD5E1;
}

@media (max-width: 768px) {
	.pieluma360__inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.pieluma360__right {
		align-items: center;
	}

	.pieluma360__nav {
		justify-content: center;
	}
}
