/* Footer Main Container */
.footer-container {
	background-color: #242a36;
	color: var(--color-neutral-0, #ffffff);
	font-family: "Poppins", sans-serif;
	width: 100%;
}

/* Footer Main Content */
.footer-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	padding: 30px 20px;
	background-color: #242a36;
	position: relative;
}

/* Logo - Centered on mobile */
.footer-logo {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 32px;
}

.footer-logo img {
	height: 30px;
	width: auto;
}

/* Footer Links Content */
.footer-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 0;
	width: 85%;
}

.footer-column {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer-column-first {
	gap: 24px;
}

/* Hide sister companies on mobile */
.footer-sister-companies {
	display: none;
}

.footer-links-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-link-title {
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	line-height: normal;
	text-transform: uppercase;
	color: var(--color-neutral-0, #ffffff);
	font-family: "Poppins", sans-serif;
}

.footer-links-list a,
.footer-column a {
	font-size: 12px;
	font-weight: 400;
	color: var(--color-neutral-0, #ffffff);
	text-decoration: none;
	transition: color 0.3s ease;
	font-family: "Poppins", sans-serif;
}

.footer-links-list a:hover,
.footer-column a:hover {
	color: var(--color-primary-main, #3eb318);
}

/* Índice Salarial y otros enlaces destacados — Primary/200 según diseño Figma */
.footer-links-list a.footer-link-accent {
	color: var(--Primary-200, #A5F08E) !important;
	font-weight: 600;
}

/* Sister Companies - Desktop only */
.sister-companies-logos {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	max-width: 440px;
}

.sister-logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	padding: 0;
}

.sister-logo-link--tecoloco-ejecutivo img {
	width: auto;
	height: 45px;
	border-radius: 12px;
	object-fit: contain;
}

.sister-logo-link--estas-contratado img {
	width: auto;
	height: 45px;
	border-radius: 12px;
	object-fit: contain;
}

.sister-logo-link--caribbean-jobs img {
	width: auto;
	height: 45px;
	border-radius: 12px;
	object-fit: contain;
}


/* Horizontal Separator for mobile */
.footer-vertical-separator {
	display: block;
	width: 158px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0;
}

/* Social Icons - positioned on right for mobile */
.footer-social {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: flex-start;
	position: absolute;
	right: 45px;
	top: 125px;
}

.social-icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-neutral-0, #ffffff);
	text-decoration: none;
	font-size: 20px;
	transition: color 0.3s ease;
}

.social-icon:hover {
	color: var(--color-primary-main, #3eb318);
}

/* Footer Bottom Section - Mobile */
.footer-bottom-bg {
	background-color: var(--color-secondary-900, #060c14);
	width: 100%;
}

.footer-bottom {
	padding: 0px 23px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	text-align: center;
}

.footer-copyright {
	font-size: 12px;
	font-weight: 500;
	color: var(--color-primary-main, #3eb318);
	margin: 0;
	font-family: "Poppins", sans-serif;
	/*width: 100%;*/
}

.footer-apps {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.footer-get-app {
	font-size: 12px;
	font-weight: 700;
	color: var(--color-primary-main, #3eb318);
	margin: 0;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

/* Show Spanish text on mobile, hide English */
.footer-get-app-mobile {
	display: block;
}

.footer-get-app-desktop {
	display: none;
}

.app-buttons {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}

.app-buttons img,
.app-buttons a img {
	height: 42px;
	width: 135px;
	object-fit: contain;
}

/* ==========================================
   DESKTOP STYLES (768px and above)
   ========================================== */
@media (min-width: 768px) {
	.footer-container {
		background-color: #242a36;
	}

	.footer-main {
		max-width: 1290px;
		margin: 0 auto;
		padding: 35px 80px;
		gap: 32px;
		background-color: #242a36;
		flex-direction: column;
		align-items: flex-start;
	}


	.footer-logo {
		justify-content: flex-start;
		width: auto;
		margin-bottom: 0;
	}

	.footer-content {
		display: flex;
		flex-direction: row;
		gap: 40px;
		align-items: flex-start;
		justify-content: space-between;
		margin-top: 0;
		width: 100%;
		overflow: visible;
	}

	.footer-links-list {
		gap: 24px;
	}

	.footer-link-title {
		font-size: 13px;
		margin: 0;
	}

	.footer-links-list a,
	.footer-column a {
		font-size: 13px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.footer-column {
		flex: 1 1 0;
		min-width: 0;
	}

	.footer-column-first {
		flex: 1.2 1 0;
	}

	.footer-sister-companies {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 0;
	}

	.sister-companies-logos {
		width: 100%;
		max-width: 440px;
	}

	.footer-vertical-separator {
		display: block;
		width: 1px;
		min-height: 300px;
		background-color: #3eb318;
		align-self: stretch;
		margin-right: 5px;
	}

	.footer-vertical-separator + .footer-column {
		flex: 1.4 1 0;
	}

	.footer-social {
		display: flex !important;
		visibility: visible;
		flex-direction: column;
		gap: 28px;
		position: static;
		flex-shrink: 0;
		width: 40px;
		margin-left: 0;
		align-items: center;
		background-color: transparent;
	}

	.footer-social .social-icon {
		color: var(--color-neutral-0, #ffffff);
		width: 36px;
		height: 36px;
		font-size: 26px;
		background-color: transparent;
	}

	.footer-bottom-bg {
		background-color: var(--color-secondary-900, #060c14);
	}

	.footer-bottom {
		max-width: 1290px;
		margin: 0 auto;
		padding: 0px 80px;
		height: 70px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		gap: 0;
	}

	.footer-copyright {
		font-size: 14px;
		font-weight: 500;
		white-space: nowrap;
	}

	.footer-apps {
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}

	.footer-get-app {
		font-size: 14px;
	}

	.app-buttons {
		gap: 15px;
	}

	.app-buttons img,
	.app-buttons a img {
		height: 42px;
		width: 135px;
		object-fit: contain;
	}

	/* Show English text on desktop, hide Spanish */
	.footer-get-app-mobile {
		display: none;
	}

	.footer-get-app-desktop {
		display: block;
	}
}