/* Hero de singles de carrera — réplica visual del layout flexible commonHero.
   Se encola solo en is_singular('careers') (carga condicional).
   Mobile: imagen como franja superior, texto oscuro sobre blanco.
   Desktop (md 768px): imagen de fondo completa, texto blanco sobre gradiente. */

.iplacex-career-hero {
	position: relative;
	width: 100%;
}

.iplacex-career-hero__media {
	position: relative;
	margin: 0;
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.iplacex-career-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.iplacex-career-hero__overlay { display: none; }

.iplacex-career-hero__container {
	max-width: 1400px;
	margin-inline: auto;
	padding: 1rem 1.25rem;
}

.iplacex-career-hero__content { max-width: 980px; }

.iplacex-career-hero__chip {
	display: inline-block;
	width: fit-content;
	margin: 0 0 1rem;
	padding: 0.25rem 0.5rem;
	background: var(--wp--preset--color--ipla-soft-blue);
	color: var(--wp--preset--color--ipla-lightblue);
	font-size: 0.875rem;
	font-weight: 700;
}

.iplacex-career-hero__title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.75rem;
	color: var(--wp--preset--color--ipla-black);
	text-wrap: pretty;
}

.iplacex-career-hero__description {
	margin: 0 0 1rem;
	max-width: 680px;
	font-size: 0.875rem;
	line-height: 1.375;
	color: var(--wp--preset--color--ipla-black);
	text-wrap: pretty;
}

.iplacex-career-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 1.25rem;
	align-items: start;
	margin: 0 -1.25rem;
	padding: 1rem 0.5rem;
	list-style: none;
	background: rgba(0, 0, 128, 0.05);
	font-size: 0.75rem;
	text-align: center;
}

.iplacex-career-hero__facts li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iplacex-career-hero__facts strong {
	display: block;
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.iplacex-career-hero {
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 60vh;
	}

	.iplacex-career-hero__media {
		position: absolute;
		inset: 0;
		height: 100%;
		z-index: -2;
	}

	.iplacex-career-hero__overlay {
		display: block;
		position: absolute;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to right, var(--wp--preset--color--ipla-blue), rgba(6, 6, 49, 0.9) 60%, transparent);
	}

	.iplacex-career-hero__container {
		width: 100%;
		padding: 5rem 2rem;
	}

	.iplacex-career-hero__chip { padding: 0.25rem 0.75rem; }

	.iplacex-career-hero__title {
		max-width: 700px;
		font-size: 3rem;
		line-height: 1.1;
		color: #fff;
	}

	.iplacex-career-hero__description {
		font-size: 1.125rem;
		line-height: 1.375;
		color: #fff;
	}

	.iplacex-career-hero__facts {
		margin: 0;
		padding: 1.25rem 0.5rem;
		background: var(--wp--preset--color--ipla-soft-blue);
		max-width: 520px;
	}
}
