/* JPH Lions — tema 2026 (Empresa, MVV, WMS, Autoconsulta)
   Tokens alineados al home (navy / gold / cream). Scope: body.theme-2026 */

.theme-2026 {
	--jph-navy: #0a0f1a;
	--jph-navy-mid: #121c2e;
	--jph-navy-card: rgba(18, 28, 46, 0.85);
	--jph-cream: #f0e8df;
	--jph-cream-soft: #f5efe6;
	--jph-gold: #CE9A60;
	--jph-gold-dark: #b07f48;
	--jph-text-dark: #3d342c;
	--jph-border: rgba(140, 190, 220, 0.28);
	--jph-header-height: 72px;
	--jph-font-title: 'Poppins', sans-serif;
	--jph-font-body: 'Montserrat', sans-serif;
	--jph-radius: 1.25rem;
	font-family: var(--jph-font-body);
	color: rgba(255, 255, 255, 0.92);
}

.theme-2026 .page-wrapper {
	overflow-x: hidden;
	min-height: 100vh;
	background: var(--jph-navy);
	background-image:
		radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.12) 0, transparent 100%),
		radial-gradient(1px 1px at 60% 70%, rgba(255, 255, 255, 0.08) 0, transparent 100%),
		radial-gradient(1px 1px at 80% 20%, rgba(255, 255, 255, 0.1) 0, transparent 100%),
		radial-gradient(ellipse 120% 60% at 50% 0%, #152238 0%, var(--jph-navy) 50%, #060a12 100%);
}

.theme-2026 h1,
.theme-2026 h2,
.theme-2026 h3,
.theme-2026 h4,
.theme-2026 .jph26-title {
	font-family: var(--jph-font-title);
	font-weight: 700;
	color: #fff;
}

/* —— Header (mismo patrón que home) —— */
.theme-2026 #header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 0 !important;
	margin: 0;
	border: none;
	background: transparent;
}

.theme-2026 #header .menu {
	margin: 0;
	padding: 0;
	border: none;
}

.theme-2026 .mega-menu > section.menu-list-items,
.theme-2026 .mega-menu.desktopTopFixed > section.menu-list-items,
.theme-2026 .mega-menu.mobileTopFixed > section.menu-list-items {
	background: var(--jph-navy) !important;
	padding: 0 10px;
	border: none;
	box-shadow: none;
}

.theme-2026 .mega-menu,
.theme-2026 .mega-menu.desktopTopFixed,
.theme-2026 .mega-menu.mobileTopFixed {
	background: var(--jph-navy);
}

.theme-2026 .mega-menu .menu-links > li > a {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 400;
}

.theme-2026 .mega-menu .menu-links > li > a:hover {
	color: #be9d67;
}

.theme-2026 .mega-menu .menu-links > li.active > a {
	color: #fff !important;
	font-weight: 700;
	background: transparent !important;
}

.theme-2026 .jph26-main {
	padding-top: var(--jph-header-height);
}

/* —— Hero —— */
.theme-2026 .jph26-hero {
	padding: 48px 0 28px;
	text-align: center;
	background: transparent;
}

.theme-2026 .jph26-hero h1 {
	margin: 0 0 8px;
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: 0.02em;
	color: #fff;
}

.theme-2026 .jph26-hero .jph26-hero-sub {
	margin: 0;
	font-size: clamp(14px, 1.6vw, 18px);
	letter-spacing: 0.04em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

.theme-2026 .jph26-hero .jph26-hero-sub.jph26-despapel-sub {
	display: block;
	max-width: 920px;
	width: 100%;
	margin: 12px auto 0;
	padding: 0 16px;
	text-align: center;
	line-height: 1.6;
}

.theme-2026 .jph26-despapel-block-title {
	width: 100%;
	max-width: calc(30rem + 26rem + 96px);
	margin: 0 auto 28px;
	text-align: left;
	font-size: clamp(26px, 3vw, 29px);
}

.theme-2026 .jph26-mesa-features .jph26-identity.jph26-despapel-intro {
	width: 100%;
	max-width: calc(30rem + 26rem + 96px);
	margin-left: auto;
	margin-right: auto;
	grid-template-columns: minmax(0, 30rem) minmax(0, 26rem);
	justify-content: space-between;
	align-items: center;
	gap: 56px;
}

.theme-2026 .jph26-identity.jph26-despapel-intro .jph26-despapel-copy {
	max-width: 30rem;
}

.theme-2026 .jph26-identity.jph26-despapel-intro .jph26-mesa-media {
	position: relative;
	display: block;
	width: 100%;
	max-width: 26rem;
	margin-left: auto;
	min-height: 0;
	height: auto;
}

.theme-2026 .jph26-identity.jph26-despapel-intro .jph26-mesa-media img {
	position: static;
	inset: auto;
	display: block;
	width: 100%;
	max-width: 26rem;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--jph-radius);
}

.theme-2026 .jph26-identity .jph26-despapel-copy p {
	text-align: left;
	margin: 0 0 1.6em;
	line-height: 1.7;
}

.theme-2026 .jph26-identity .jph26-despapel-copy p:last-child {
	margin-bottom: 0;
}

.theme-2026 .jph26-it-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.theme-2026 .jph26-it-list li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 1.1em;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.55;
}

.theme-2026 .jph26-it-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: var(--jph-gold);
}

.theme-2026 .jph26-it-page .jph26-mesa-features .jph26-identity h2,
.theme-2026 .jph26-it-page .jph26-tarjeta-benefits-title {
	white-space: nowrap;
}

.theme-2026 .jph26-it-page .jph26-mesa-features .jph26-identity {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(24px, 4vw, 48px);
}

.theme-2026 .jph26-it-page .jph26-mesa-features .jph26-identity-media {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}

.theme-2026 .jph26-it-page .jph26-mesa-features .jph26-mesa-media img {
	width: clamp(300px, 40vw, 440px);
	max-width: 100%;
	min-height: 0;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: 22% center;
}

.theme-2026 .jph26-it-cream {
	background: var(--jph-cream);
	color: var(--jph-text-dark);
	padding: 56px 0;
}

.theme-2026 .jph26-it-cream .jph26-identity {
	grid-template-columns: minmax(0, 26rem) minmax(0, 1fr);
	align-items: center;
	gap: clamp(28px, 4vw, 48px);
}

.theme-2026 .jph26-it-cream .jph26-identity h2 {
	color: var(--jph-text-dark);
}

.theme-2026 .jph26-it-cream .jph26-identity p {
	color: var(--jph-text-dark);
	text-align: left;
}

.theme-2026 .jph26-it-net-card {
	align-self: center;
	width: 100%;
	max-width: 26rem;
	padding: clamp(24px, 3vw, 36px);
	border: 3px solid var(--jph-gold);
	border-radius: var(--jph-radius);
	background: rgba(255, 255, 255, 0.35);
}

.theme-2026 .jph26-it-net-card h2 {
	margin: 0 0 12px;
}

.theme-2026 .jph26-it-net-card p {
	margin: 0;
}

.theme-2026 .jph26-it-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.theme-2026 .jph26-it-cards .jph26-it-card {
	margin-bottom: 0;
	min-width: 0;
	overflow: hidden;
	text-align: center;
}

.theme-2026 .jph26-it-cards .jph26-it-card h3 {
	margin-bottom: 12px;
	font-size: clamp(14px, 1.15vw, 16px);
	line-height: 1.3;
	overflow-wrap: break-word;
}

.theme-2026 .jph26-it-cards .jph26-it-card p {
	margin: 0;
	text-align: center;
}

.theme-2026 .jph26-hero-quote {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	max-width: 720px;
	margin: 28px auto 0;
	padding: 0 16px;
}

.theme-2026 .jph26-hero-quote p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
	font-style: italic;
}

.theme-2026 .jph26-hero-quote .jph26-hero-sub {
	font-style: normal;
	letter-spacing: 0.08em;
	text-transform: none;
}

/* Empresa — tagline centrado (mockup "The king of Solutions") */
.theme-2026 .jph26-tagline {
	max-width: 720px;
	margin: clamp(72px, 10vw, 108px) auto 0;
	padding: 0 16px;
	text-align: center;
}

.theme-2026 .jph26-tagline-title {
	margin: 0 0 12px;
	font-family: var(--jph-font-title);
	font-size: clamp(26px, 3.6vw, 40px);
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
	color: #fff;
}

.theme-2026 .jph26-tagline-lead {
	margin: 0;
	font-family: var(--jph-font-body);
	font-size: clamp(14px, 1.5vw, 17px);
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	color: #fff;
}

.theme-2026 .jph26-breadcrumb {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
}

.theme-2026 .jph26-breadcrumb a {
	color: rgba(255, 255, 255, 0.7);
}

.theme-2026 .jph26-breadcrumb a:hover {
	color: var(--jph-gold);
}

/* —— Cards —— */
.theme-2026 .jph26-card {
	background: var(--jph-navy-card);
	border: 1px solid var(--jph-border);
	border-radius: var(--jph-radius);
	padding: clamp(24px, 3vw, 40px);
	margin-bottom: 24px;
	backdrop-filter: blur(6px);
}

.theme-2026 .jph26-card h2,
.theme-2026 .jph26-card h3 {
	margin-top: 0;
	margin-bottom: 16px;
	color: #fff;
}

.theme-2026 .jph26-card p,
.theme-2026 .jph26-card li {
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.7;
	font-size: 15px;
}

.theme-2026 .jph26-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.theme-2026 .jph26-card-grid .jph26-card {
	margin-bottom: 0;
	height: 100%;
}

.theme-2026 .jph26-card-grid .jph26-feature-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: clamp(28px, 3vw, 36px) clamp(20px, 2.2vw, 28px) clamp(32px, 3vw, 40px);
	background: rgba(22, 36, 58, 0.92);
	border: 1px solid rgba(150, 200, 230, 0.35);
	border-radius: 1.15rem;
	box-shadow: 0 0 0 1px rgba(120, 180, 220, 0.08), 0 0 28px rgba(80, 150, 200, 0.12);
}

.theme-2026 .jph26-card-grid .jph26-feature-card .jph26-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0 0 18px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	color: var(--jph-gold);
	line-height: 1;
}

.theme-2026 .jph26-card-grid .jph26-feature-card .jph26-card-icon img {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.theme-2026 .jph26-card-grid .jph26-feature-card .jph26-card-icon [class^="icon-"],
.theme-2026 .jph26-card-grid .jph26-feature-card .jph26-card-icon [class*=" icon-"] {
	font-size: 42px;
	line-height: 1;
	color: var(--jph-gold);
}

.theme-2026 .jph26-card-grid .jph26-feature-card h3 {
	margin: 0 0 8px;
	font-family: var(--jph-font-title);
	font-size: clamp(17px, 1.6vw, 20px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.theme-2026 .jph26-card-grid .jph26-feature-card .jph26-feature-sub {
	margin: 0 0 16px;
	font-family: var(--jph-font-title);
	font-size: clamp(14px, 1.35vw, 16px);
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
}

.theme-2026 .jph26-card-grid .jph26-feature-card > p:last-child {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(230, 235, 245, 0.78);
	text-align: center;
}

.theme-2026 .jph26-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 14px;
	border-radius: 50%;
	border: 1px solid var(--jph-border);
	color: #9fd0ef;
	font-size: 20px;
}

.theme-2026 .jph26-card-icon [class^="icon-"],
.theme-2026 .jph26-card-icon [class*=" icon-"] {
	font-size: 22px;
	line-height: 1;
}

.theme-2026 .jph26-section {
	padding: 36px 0 56px;
}

.theme-2026 .jph26-section .container {
	max-width: 1140px;
}

/* Identity row */
.theme-2026 .jph26-identity {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
}

.theme-2026 .jph26-identity-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--jph-radius);
	object-fit: cover;
}

.theme-2026 .jph26-identity h2 {
	margin-top: 0;
	margin-bottom: 18px;
	color: #fff;
}

.theme-2026 .jph26-identity p {
	font-family: var(--jph-font-body);
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.75;
	text-align: justify;
	margin: 0 0 18px;
}

.theme-2026 .jph26-identity p:last-child {
	margin-bottom: 0;
}

/* —— Timeline Generaciones (estilo crema + tooltip al hover) —— */
.theme-2026 .jph26-timeline {
	--jph-timeline-brown: #432f18;
	--jph-timeline-tip-bg: #f2debd;
	--jph-timeline-tip-border: #dda86b;
	background: #f8f3ed;
	color: var(--jph-text-dark);
	padding: 64px 0 78px;
	margin-top: 24px;
}

.theme-2026 .jph26-timeline h2 {
	font-family: var(--jph-font-title);
	font-weight: 700;
	text-align: center;
	margin: 0 0 12px;
	color: var(--jph-timeline-brown);
	font-size: clamp(28px, 3.5vw, 40px);
	line-height: 1.15;
}

.theme-2026 .jph26-timeline h2::after {
	display: none;
}

.theme-2026 .jph26-timeline .jph26-timeline-sub {
	text-align: center;
	margin: 0 0 40px;
	letter-spacing: 0;
	text-transform: none;
	color: var(--jph-timeline-brown);
	font-family: var(--jph-font-body);
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 400;
}

.theme-2026 .jph26-timeline-track {
	position: relative;
	max-width: 980px;
	height: 340px;
	margin: 0 auto;
	padding: 0 16px;
}

.theme-2026 .jph26-timeline-line {
	position: absolute;
	left: 10%;
	right: 8%;
	top: 58%;
	height: 5px;
	margin-top: -2.5px;
	background: var(--jph-timeline-brown);
	border-radius: 999px;
}

.theme-2026 .jph26-timeline-line::after {
	content: "";
	position: absolute;
	right: -2px;
	top: 50%;
	width: 18px;
	height: 18px;
	border-top: 5px solid var(--jph-timeline-brown);
	border-right: 5px solid var(--jph-timeline-brown);
	transform: translateY(-50%) rotate(45deg);
}

.theme-2026 .jph26-timeline-item {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 240px;
}

.theme-2026 .jph26-timeline-item-1960 {
	left: 2%;
}

.theme-2026 .jph26-timeline-item-2005 {
	left: 50%;
	transform: translateX(-50%);
}

.theme-2026 .jph26-timeline-item-2015 {
	right: 8%;
}

.theme-2026 .jph26-timeline-trigger {
	position: absolute;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	color: inherit;
	transform: translateX(-50%);
	z-index: 2;
}

.theme-2026 .jph26-timeline-item--year-below .jph26-timeline-trigger {
	top: 58%;
	transform: translate(-50%, -10px);
}

.theme-2026 .jph26-timeline-item--year-above .jph26-timeline-trigger {
	bottom: 42%;
	transform: translate(-50%, 10px);
}

.theme-2026 .jph26-timeline-trigger:focus {
	outline: none;
}

.theme-2026 .jph26-timeline-trigger:focus-visible .jph26-timeline-year {
	color: var(--jph-gold-dark);
}

.theme-2026 .jph26-timeline-node {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--jph-timeline-brown);
	flex-shrink: 0;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.theme-2026 .jph26-timeline-year {
	display: block;
	font-family: var(--jph-font-title);
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: var(--jph-timeline-brown);
	background: none;
	border: 0;
	width: auto;
	height: auto;
	border-radius: 0;
	transition: color 0.2s ease;
}

.theme-2026 .jph26-timeline-tip {
	position: absolute;
	left: 50%;
	width: 220px;
	padding: 16px 16px;
	background: var(--jph-timeline-tip-bg);
	border: 2px solid var(--jph-timeline-tip-border);
	border-radius: 14px;
	color: var(--jph-text-dark);
	font-family: var(--jph-font-body);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.7;
	text-align: center;
	box-shadow: none;
	transform: translateX(-50%);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}

.theme-2026 .jph26-timeline-tip::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 18px;
	height: 18px;
	background: var(--jph-timeline-tip-bg);
	border-right: 2px solid var(--jph-timeline-tip-border);
	border-bottom: 2px solid var(--jph-timeline-tip-border);
	transform: translateX(-50%) rotate(45deg);
}

.theme-2026 .jph26-timeline-tip--above {
	bottom: calc(42% + 28px);
	transform: translateX(-50%) translateY(8px);
}

.theme-2026 .jph26-timeline-tip--above::after {
	bottom: -10px;
}

.theme-2026 .jph26-timeline-tip--below {
	top: calc(58% + 28px);
	transform: translateX(-50%) translateY(-8px);
}

.theme-2026 .jph26-timeline-tip--below::after {
	top: -10px;
	border: 0;
	border-left: 2px solid var(--jph-timeline-tip-border);
	border-top: 2px solid var(--jph-timeline-tip-border);
}

@media (hover: hover) {
	.theme-2026 .jph26-timeline-item:hover .jph26-timeline-tip,
	.theme-2026 .jph26-timeline-item:focus-within .jph26-timeline-tip {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.theme-2026 .jph26-timeline-item:hover .jph26-timeline-tip--above,
	.theme-2026 .jph26-timeline-item:focus-within .jph26-timeline-tip--above {
		transform: translateX(-50%) translateY(0);
	}

	.theme-2026 .jph26-timeline-item:hover .jph26-timeline-tip--below,
	.theme-2026 .jph26-timeline-item:focus-within .jph26-timeline-tip--below {
		transform: translateX(-50%) translateY(0);
	}

	.theme-2026 .jph26-timeline-item:hover .jph26-timeline-node,
	.theme-2026 .jph26-timeline-item:focus-within .jph26-timeline-node {
		transform: scale(1.15);
		background: var(--jph-gold-dark);
	}

	.theme-2026 .jph26-timeline-item:hover .jph26-timeline-year,
	.theme-2026 .jph26-timeline-item:focus-within .jph26-timeline-year {
		color: var(--jph-gold-dark);
	}
}

.theme-2026 .jph26-timeline-item:focus-within .jph26-timeline-tip {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.theme-2026 .jph26-timeline-item:focus-within .jph26-timeline-tip--above {
	transform: translateX(-50%) translateY(0);
}

.theme-2026 .jph26-timeline-item:focus-within .jph26-timeline-tip--below {
	transform: translateX(-50%) translateY(0);
}

/* —— Equipo (fondo oficina crema / texto marrón) —— */
.theme-2026 .jph26-equipo {
	--jph-equipo-text: #3d2c1e;
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 8vw, 96px) 0;
	background: #f3ebe0;
}

.theme-2026 .jph26-equipo-bg {
	position: absolute;
	inset: -12px;
	background: url('../images/bg/05.jpg') center / cover no-repeat;
	filter: blur(2.5px) saturate(0.55) brightness(1.18);
	opacity: 0.42;
	transform: scale(1.04);
	pointer-events: none;
	z-index: 0;
}

.theme-2026 .jph26-equipo-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(245, 239, 230, 0.88) 0%, rgba(245, 239, 230, 0.72) 45%, rgba(245, 239, 230, 0.78) 100%);
}

.theme-2026 .jph26-equipo > .container {
	position: relative;
	z-index: 1;
}

.theme-2026 .jph26-equipo-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: start;
}

.theme-2026 .jph26-equipo h2 {
	margin: 0 0 14px;
	color: var(--jph-equipo-text);
	font-family: var(--jph-font-title);
	font-size: clamp(28px, 3.6vw, 42px);
	font-weight: 700;
	line-height: 1.15;
}

.theme-2026 .jph26-equipo .jph26-equipo-sub {
	margin: 0;
	color: var(--jph-equipo-text);
	font-family: var(--jph-font-body);
	font-size: clamp(15px, 1.5vw, 18px);
	font-weight: 400;
	line-height: 1.4;
}

.theme-2026 .jph26-equipo-copy p {
	margin: 0 0 18px;
	color: var(--jph-equipo-text);
	font-family: var(--jph-font-body);
	font-size: clamp(15px, 1.45vw, 17px);
	line-height: 1.75;
}

.theme-2026 .jph26-equipo-copy p:last-child {
	margin-bottom: 0;
}

.theme-2026 .jph26-equipo-copy strong {
	font-weight: 700;
	color: var(--jph-equipo-text);
}

/* —— MVV stacked cards —— */
.theme-2026 .jph26-mvv-stack .jph26-card {
	padding: clamp(28px, 3.5vw, 44px);
}

.theme-2026 .jph26-mvv-stack .jph26-card h2 {
	font-size: clamp(22px, 2.5vw, 28px);
}

.theme-2026 .jph26-values-list {
	margin: 0;
	padding: 0 0 0 1.1em;
	list-style: disc;
}

.theme-2026 .jph26-values-list li {
	margin-bottom: 14px;
	padding-left: 4px;
}

.theme-2026 .jph26-values-list li:last-child {
	margin-bottom: 0;
}

.theme-2026 .jph26-values-list strong {
	color: #fff;
	font-weight: 700;
}

/* —— MVV page cream (mockup Misión / Visión / Valores / Sustentabilidad) —— */
.theme-2026.mvv-page {
	--jph-mvv-gold: #b8894a;
	--jph-mvv-gold-dark: #9a7138;
	--jph-mvv-ink: #3d342c;
	background: var(--jph-cream-soft);
	color: var(--jph-mvv-ink);
}

.theme-2026.mvv-page .page-wrapper {
	background: var(--jph-cream-soft);
	background-image:
		radial-gradient(ellipse 100% 40% at 50% 0%, #f8f1e6 0%, transparent 70%),
		linear-gradient(180deg, #f5efe6 0%, var(--jph-cream-soft) 40%, #efe6da 100%);
	min-height: 100vh;
}

.theme-2026.mvv-page .jph26-main {
	padding-bottom: 48px;
}

.theme-2026.mvv-page .jph26-hero h1 {
	color: var(--jph-mvv-gold);
	text-align: center;
}

.theme-2026.mvv-page .jph26-hero-quote {
	justify-content: center;
}

.theme-2026.mvv-page .jph26-hero .jph26-hero-sub,
.theme-2026.mvv-page .jph26-tagline-lead,
.theme-2026.mvv-page .jph26-hero-sub,
.theme-2026.mvv-page .jph26-hero-quote p {
	color: var(--jph-mvv-ink);
	text-align: center;
}

.theme-2026.mvv-page .jph26-breadcrumb {
	justify-content: center;
	color: rgba(61, 52, 44, 0.65);
}

.theme-2026.mvv-page .jph26-breadcrumb a {
	color: var(--jph-mvv-gold-dark);
}

.theme-2026.mvv-page .jph26-breadcrumb a:hover {
	color: var(--jph-mvv-gold);
}

.theme-2026.mvv-page .jph26-card {
	background: #fff;
	border: 1px solid rgba(184, 137, 74, 0.22);
	box-shadow: 0 12px 36px rgba(61, 52, 44, 0.08);
	backdrop-filter: none;
}

.theme-2026.mvv-page .jph26-card h2,
.theme-2026.mvv-page .jph26-card h3,
.theme-2026.mvv-page .jph26-sust-note {
	color: var(--jph-mvv-gold);
	font-family: var(--jph-font-title);
	font-weight: 700;
}

.theme-2026.mvv-page .jph26-card p,
.theme-2026.mvv-page .jph26-card li {
	color: var(--jph-mvv-ink);
}

.theme-2026.mvv-page .jph26-values-list strong {
	color: var(--jph-mvv-ink);
}

.theme-2026.mvv-page .jph26-mvv-stack {
	padding-top: 8px;
	padding-bottom: 24px;
}

.theme-2026.mvv-page .jph26-sust {
	padding-top: 24px;
	padding-bottom: 56px;
}

.theme-2026.mvv-page #sustentabilidad,
.theme-2026.mvv-page #mision,
.theme-2026.mvv-page #vision,
.theme-2026.mvv-page #valores,
.theme-2026.mvv-page #ddhh,
.theme-2026.mvv-page #jedi,
.theme-2026.mvv-page #ambiental,
.theme-2026.mvv-page #etico {
	scroll-margin-top: calc(var(--jph-header-height) + 20px);
}

.theme-2026.mvv-page .jph26-sust-head {
	text-align: center;
	margin-bottom: 36px;
}

.theme-2026.mvv-page .jph26-sust-title {
	margin: 0 0 14px;
	color: var(--jph-mvv-gold);
	font-family: var(--jph-font-title);
	font-size: clamp(28px, 3.6vw, 40px);
	font-weight: 700;
	line-height: 1.15;
}

.theme-2026.mvv-page .jph26-sust-pillars {
	margin: 0;
	color: rgba(61, 52, 44, 0.72);
	font-family: var(--jph-font-body);
	font-size: clamp(14px, 1.5vw, 17px);
	font-weight: 400;
	letter-spacing: 0.02em;
}

.theme-2026.mvv-page .jph26-sust-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: stretch;
	margin-bottom: 28px;
}

.theme-2026.mvv-page .jph26-sust-intro-copy {
	display: flex;
	align-items: center;
}

.theme-2026.mvv-page .jph26-sust-intro-copy p {
	margin: 0;
	color: var(--jph-mvv-ink);
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.75;
}

.theme-2026.mvv-page .jph26-sust-intro-visual {
	min-height: 220px;
}

.theme-2026.mvv-page .jph26-sust-intro-visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	border-radius: 1.15rem;
}

.theme-2026.mvv-page .jph26-sust-visual-ph {
	height: 100%;
	min-height: 220px;
	border-radius: 1.15rem;
	border: 1px solid rgba(184, 137, 74, 0.28);
	background:
		radial-gradient(circle at 30% 30%, rgba(201, 160, 92, 0.28), transparent 55%),
		radial-gradient(circle at 70% 70%, rgba(168, 132, 68, 0.18), transparent 50%),
		linear-gradient(145deg, #e8dfd2 0%, #d9cebf 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.theme-2026.mvv-page .jph26-sust-visual-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(184, 137, 74, 0.35);
	color: var(--jph-mvv-gold-dark);
	font-size: 22px;
}

.theme-2026.mvv-page .jph26-sust-block {
	margin-bottom: 20px;
}

.theme-2026.mvv-page .jph26-sust-block:last-of-type {
	margin-bottom: 0;
}

.theme-2026.mvv-page .jph26-sust-note {
	margin: 28px 0 0;
	color: #b8894a !important;
	font-family: var(--jph-font-title);
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
	opacity: 1;
	text-align: center;
}

@media (max-width: 991px) {
	.theme-2026.mvv-page .jph26-sust-intro {
		grid-template-columns: 1fr;
	}

	.theme-2026.mvv-page .jph26-sust-visual-ph {
		min-height: 160px;
	}
}

/* —— Autoconsulta landing —— */
.theme-2026 .jph26-auto-wrap {
	padding: 40px 0 72px;
}

.theme-2026 .jph26-auto-card {
	max-width: 920px;
	margin: 0 auto;
	padding: clamp(32px, 4vw, 48px);
	border-radius: 1.75rem;
	background:
		radial-gradient(ellipse at 20% 0%, rgba(40, 60, 90, 0.5), transparent 55%),
		linear-gradient(160deg, #111827 0%, #0a0f1a 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.theme-2026 .jph26-auto-card h1 {
	margin: 0 0 28px;
	font-size: clamp(28px, 4vw, 40px);
}

.theme-2026 .jph26-auto-intro {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 36px;
}

.theme-2026 .jph26-auto-phone {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	color: #fff;
}

.theme-2026 .jph26-auto-phone svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
}

.theme-2026 .jph26-auto-intro p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
}

.theme-2026 .jph26-auto-card h2 {
	margin: 0 0 20px;
	font-size: 22px;
}

.theme-2026 .jph26-auto-list {
	margin: 0;
	padding: 0 0 0 1.15em;
	list-style: disc;
}

.theme-2026 .jph26-auto-list li {
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
}

.theme-2026 .jph26-auto-cta {
	margin-top: 36px;
	text-align: center;
}

.theme-2026 .jph26-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 28px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 6px;
	color: #fff !important;
	background: transparent;
	font-family: var(--jph-font-title);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-2026 .jph26-btn:hover {
	background: var(--jph-gold);
	border-color: var(--jph-gold);
	color: var(--jph-navy) !important;
}

.theme-2026 .jph26-btn-whatsapp {
	border-color: #25d366;
}

.theme-2026 .jph26-btn-whatsapp:hover {
	background: #25d366;
	border-color: #25d366;
	color: #fff !important;
}

/* —— WMS —— */
.theme-2026.wms-page .jph26-wms-ribbon {
	padding: 28px 16px 8px;
}

.theme-2026.wms-page .jph26-wms-ribbon .asistencia.wms-modulos {
	position: relative;
	float: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	gap: 10px 14px;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 4px;
	list-style: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.theme-2026.wms-page .jph26-wms-ribbon .wms-modulo-item {
	float: none !important;
	flex: 0 1 auto;
	width: auto !important;
	min-width: 64px;
	max-width: 88px;
	padding: 8px 4px !important;
	margin: 0 !important;
	background: transparent !important;
	cursor: pointer;
	text-align: center;
	line-height: 1.2 !important;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.theme-2026.wms-page .jph26-wms-ribbon .wms-modulo-item:hover,
.theme-2026.wms-page .jph26-wms-ribbon .wms-modulo-item:focus {
	transform: translateY(-2px);
	opacity: 1;
	outline: none;
}

.theme-2026.wms-page .jph26-wms-ribbon .wms-modulo-item .width {
	float: none !important;
	width: 100% !important;
	display: flex;
	justify-content: center;
	margin: 0 auto 6px;
}

.theme-2026.wms-page .jph26-wms-ribbon .wms-modulo-item .width img {
	height: 36px;
	width: auto;
	max-width: 100%;
	filter: brightness(0) invert(1);
}

.theme-2026.wms-page .jph26-wms-ribbon .wms-modulo-item span {
	float: none !important;
	display: block;
	width: 100% !important;
	margin: 0 !important;
	font-size: 10px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.88);
	text-align: center !important;
}

.theme-2026.wms-page .jph26-wms-hero {
	max-width: 1140px;
	margin: 0 auto;
	padding: 24px 20px 48px;
}

.theme-2026.wms-page .jph26-wms-hero-head {
	margin: 0 0 24px;
	text-align: center;
}

.theme-2026.wms-page .jph26-wms-hero-head h1 {
	margin: 0;
	font-size: clamp(26px, 3.5vw, 40px);
	line-height: 1.2;
}

.theme-2026.wms-page .jph26-wms-hero-body {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 40px;
	align-items: center;
}

.theme-2026.wms-page .jph26-wms-hero-copy p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

.theme-2026.wms-page .jph26-wms-hero-media {
	position: relative;
	text-align: center;
}

.theme-2026.wms-page .jph26-wms-hero-media img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.theme-2026.wms-page .jph26-wms-content {
	padding: 0 16px 64px;
	max-width: 1140px;
	margin: 0 auto;
}

.theme-2026.wms-page .jph26-wms-panel {
	text-align: center;
	margin-bottom: 28px;
}

.theme-2026.wms-page .jph26-wms-panel h2 {
	margin: 0 0 10px;
	font-size: clamp(24px, 3vw, 34px);
}

.theme-2026.wms-page .jph26-wms-panel > p {
	max-width: 640px;
	margin: 0 auto 24px;
	color: rgba(255, 255, 255, 0.8);
}

.theme-2026.wms-page .jph26-wms-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 24px;
}

.theme-2026.wms-page .jph26-wms-two .jph26-card {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	background: rgba(12, 22, 40, 0.55);
	border: 1px solid rgba(120, 190, 230, 0.55);
	border-radius: 18px;
	box-shadow:
		0 0 0 1px rgba(100, 180, 230, 0.12),
		0 0 22px rgba(70, 160, 220, 0.28),
		inset 0 0 24px rgba(60, 140, 200, 0.06);
	padding: clamp(22px, 2.5vw, 32px);
}

.theme-2026.wms-page .jph26-wms-two .jph26-card h3 {
	margin: 0 0 14px;
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: none;
}

.theme-2026.wms-page .jph26-wms-two .jph26-card > p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.65;
	text-align: left;
}

.theme-2026.wms-page .jph26-wms-card-row {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 16px 18px;
	align-items: center;
	flex: 1;
}

.theme-2026.wms-page .jph26-wms-two ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.theme-2026.wms-page .jph26-wms-two li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 0;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.theme-2026.wms-page .jph26-wms-two li:last-child {
	margin-bottom: 0;
}

.theme-2026.wms-page .jph26-wms-card-media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.theme-2026.wms-page .jph26-wms-device {
	display: block;
	max-width: 160px;
	width: 100%;
	margin: 0;
	height: auto;
}

.theme-2026.wms-page .jph26-wms-auto {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 28px;
	align-items: center;
}

.theme-2026.wms-page .jph26-wms-auto ul {
	margin: 16px 0 24px;
	padding: 0 0 0 1.1em;
	list-style: disc;
}

.theme-2026.wms-page .jph26-wms-auto li {
	margin-bottom: 10px;
}

.theme-2026.wms-page .jph26-wms-auto-media img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* Hide legacy alto layout when using new structure */
.theme-2026.wms-page section.alto {
	display: none !important;
}

.theme-2026.wms-page section.apple {
	display: none !important;
}

/* —— Modal WMS dark card —— */
.theme-2026 #wmsModuloModal .modal-content {
	border-radius: 1.5rem;
	background: #111827;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
	overflow: hidden;
}

.theme-2026 #wmsModuloModal .modal-content::before {
	display: none;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-header {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 24px 28px 12px;
}

.theme-2026 #wmsModuloModal .modal-title {
	font-family: var(--jph-font-title);
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
}

.theme-2026 #wmsModuloModal .close {
	color: rgba(255, 255, 255, 0.7);
	opacity: 1;
}

.theme-2026 #wmsModuloModal .close:hover,
.theme-2026 #wmsModuloModal .close:focus {
	color: #fff;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-body {
	background: transparent;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-hero {
	background: transparent;
	border-bottom: none;
	padding: 8px 28px 20px;
	gap: 22px;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-icon-wrap {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	width: 56px;
	height: 56px;
	flex-basis: 56px;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-icon {
	filter: brightness(0) invert(1);
	width: 48px;
	height: 48px;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-intro {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
	font-size: 15px;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-features {
	background: transparent;
	padding: 8px 28px 32px;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-features-title {
	font-family: var(--jph-font-title);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	margin-bottom: 18px;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-list {
	display: block;
	list-style: disc;
	padding-left: 1.2em;
	grid-template-columns: none;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-list li {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0 0 14px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.55;
}

.theme-2026 #wmsModuloModal .wms-modulo-modal-list li:before {
	display: none;
}

/* —— Footer estándar (como adjunto crema) en páginas theme-2026 sin home-footer —— */
.theme-2026 footer.gray-bg1:not(.home-footer) {
	background: #f4ebe0 !important;
	color: #3d2c1e;
	margin-top: 0;
}

.theme-2026 footer.gray-bg1:not(.home-footer) .footer-standard-main {
	background: transparent;
}

.theme-2026 footer.gray-bg1:not(.home-footer) .footer-widget {
	background: #0a0f1a !important;
	margin-top: 0 !important;
	padding: 18px 15px;
}

.theme-2026 footer.gray-bg1:not(.home-footer) .footer-widget p,
.theme-2026 footer.gray-bg1:not(.home-footer) .footer-widget .text-black,
.theme-2026 footer.gray-bg1:not(.home-footer) .footer-widget a {
	color: #fff !important;
	margin: 0 !important;
}

.theme-2026 footer.gray-bg1:not(.home-footer) .footer-widget a:hover {
	color: var(--jph-gold) !important;
}

/* —— Footer = mismo del home (navy) —— */
.theme-2026 footer.home-footer {
	background: var(--jph-navy) !important;
	background-image:
		radial-gradient(ellipse 85% 75% at 28% 42%, #1a2d4a 0%, #121c2e 45%, var(--jph-navy) 72%, #060a12 100%) !important;
	padding: 0;
	margin-top: 0;
	color: #fff;
}

.theme-2026 .home-footer-col h5,
.theme-2026 .home-footer-office-city,
.theme-2026 .home-footer-seguinos {
	font-family: var(--jph-font-title);
	font-weight: 700;
}

.theme-2026 .home-footer-col a,
.theme-2026 .home-footer-office p {
	font-family: var(--jph-font-body);
}

.theme-2026 .home-footer-main {
	max-width: 1080px;
	margin: 0 auto;
	padding: 56px 48px 44px;
}

.theme-2026 .home-footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.theme-2026 .home-footer-col-left {
	text-align: left;
}

.theme-2026 .home-footer-col-offices {
	text-align: right;
}

.theme-2026 .home-footer-col h5 {
	margin: 0 0 12px;
	font-size: 15px;
	color: #fff;
	line-height: 1.3;
}

.theme-2026 .home-footer-col h5 + ul + h5,
.theme-2026 .home-footer-col h5:not(:first-child) {
	margin-top: 28px;
}

.theme-2026 .home-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.theme-2026 .home-footer-col ul li {
	margin: 0 0 8px;
}

.theme-2026 .home-footer-col ul li:last-child {
	margin-bottom: 0;
}

.theme-2026 .home-footer-col a {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 0.2s ease;
}

.theme-2026 .home-footer-col a:hover {
	color: var(--jph-gold);
}

.theme-2026 .home-footer-office {
	margin: 0 0 22px;
}

.theme-2026 .home-footer-office:last-child {
	margin-bottom: 0;
}

.theme-2026 .home-footer-office-city {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
}

.theme-2026 .home-footer-office p {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.85);
}

.theme-2026 .home-footer-social-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 52px;
	padding-top: 36px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.theme-2026 .home-footer-seguinos {
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}

.theme-2026 .home-footer-social {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.theme-2026 .home-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
	float: none;
}

.theme-2026 .home-footer-social a:hover {
	background: var(--jph-gold);
	color: #fff !important;
	transform: translateY(-1px);
}

.theme-2026 .home-footer-social .footer-icon-x {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 14px;
	height: 14px;
	overflow: hidden;
}

.theme-2026 .home-footer-social .footer-icon-x svg {
	width: 14px;
	height: 14px;
	max-width: 14px;
	max-height: 14px;
	display: block;
}

.theme-2026 .home-footer-social .footer-icon-instagram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.theme-2026 .home-footer-social .footer-icon-instagram svg {
	width: 16px;
	height: 16px;
	max-width: 16px;
	max-height: 16px;
	display: block;
}

.theme-2026 footer .footer-widget {
	background: var(--jph-navy) !important;
	margin-top: 0 !important;
	padding: 18px 15px;
}

.theme-2026 footer .footer-widget p,
.theme-2026 footer .footer-widget .text-black,
.theme-2026 footer .footer-widget a {
	color: #fff !important;
	margin: 0 !important;
}

.theme-2026 footer .footer-widget a:hover {
	color: var(--jph-gold) !important;
}

@media (max-width: 767px) {
	.theme-2026 .home-footer-main {
		padding: 40px 24px 32px;
	}

	.theme-2026 .home-footer-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.theme-2026 .home-footer-col-offices {
		text-align: left;
	}

	.theme-2026 .home-footer-social-row {
		flex-wrap: wrap;
		margin-top: 40px;
		gap: 12px;
	}
}

/* —— Mesa Portuaria —— */
.theme-2026 .jph26-mesa-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 16px;
}

.theme-2026 .jph26-mesa-heading h2 {
	margin: 0;
	text-align: center;
	font-size: clamp(22px, 2.6vw, 30px);
}

.theme-2026 .jph26-mesa-heading-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid var(--jph-border);
	color: #9fd0ef;
	background: rgba(18, 28, 46, 0.6);
}

.theme-2026 .jph26-mesa-lead {
	max-width: 1045px;
	margin: 0 auto;
	text-align: center;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

.theme-2026 .jph26-mesa-features .jph26-identity h2 {
	margin-bottom: 18px;
}

.theme-2026 .jph26-mesa-page .jph26-mesa-features .jph26-identity {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(24px, 4vw, 40px);
}

.theme-2026 .jph26-mesa-page .jph26-mesa-features .jph26-identity h2 {
	white-space: nowrap;
}

.theme-2026 .jph26-mesa-page .jph26-mesa-features .jph26-mesa-media {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}

.theme-2026 .jph26-mesa-page .jph26-mesa-features .jph26-mesa-media img {
	width: clamp(240px, 32vw, 380px);
	max-width: 100%;
	min-height: 0;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.theme-2026 .jph26-mesa-media-ph {
	min-height: 280px;
	height: 100%;
	border-radius: var(--jph-radius);
	background: #d8d4ce;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.theme-2026 .jph26-mesa-media img {
	display: block;
	width: 100%;
	min-height: 280px;
	height: 100%;
	object-fit: cover;
	border-radius: var(--jph-radius);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.theme-2026 .jph26-mesa-kicker {
	margin: 0 0 8px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

.theme-2026 .jph26-mesa-tech h2 {
	margin: 0 0 28px;
	text-align: center;
}

.theme-2026 .jph26-mesa-tech-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.theme-2026 .jph26-mesa-tech-grid .jph26-mesa-tech-card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 12px;
	margin-bottom: 0;
	padding: clamp(22px, 2.4vw, 32px);
	background: transparent;
	border: 1px solid rgba(150, 200, 230, 0.45);
	box-shadow: 0 0 0 1px rgba(120, 180, 220, 0.08), 0 0 22px rgba(90, 170, 220, 0.18);
}

.theme-2026 .jph26-card-grid .jph26-feature-card .jph26-card-icon:has(.jph26-mesa-icon) {
	width: auto;
	height: auto;
	margin: 0 auto 18px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.theme-2026 .jph26-mesa-icon {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
	mix-blend-mode: normal;
}

.theme-2026 .jph26-card-grid .jph26-feature-card .jph26-mesa-icon {
	width: 48px;
	height: 48px;
}

.theme-2026 .jph26-card-grid .jph26-feature-card .jph26-card-icon:has(.jph26-despapel-icon) {
	width: auto;
	height: auto;
	margin: 0 auto 18px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
}

.theme-2026 .jph26-card-grid .jph26-feature-card .jph26-card-icon img.jph26-despapel-icon {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.theme-2026 .jph26-mesa-tech-card .jph26-card-icon {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.theme-2026 .jph26-mesa-tech-card .jph26-mesa-icon {
	width: 28px;
	height: 28px;
}

.theme-2026 .jph26-mesa-tech-card h3 {
	flex: 1;
	margin: 0;
	font-size: clamp(16px, 1.5vw, 19px);
}

.theme-2026 .jph26-mesa-tech-card h3::after {
	content: "";
	display: block;
	width: 88px;
	height: 2px;
	margin: 10px 0 14px;
	background: linear-gradient(90deg, var(--jph-gold) 0%, rgba(201, 160, 92, 0) 100%);
}

.theme-2026 .jph26-mesa-tech-card p {
	flex: 1 0 100%;
	margin: 0;
}

/* —— Cartelera Virtual —— */
.theme-2026 .jph26-cartelera-markets-title {
	margin: 0 0 28px;
	text-align: center;
}

.theme-2026 .jph26-cartelera-markets {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.theme-2026 .jph26-cartelera-market {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: center;
	margin-bottom: 0;
	padding: clamp(20px, 2.2vw, 28px);
	background: rgba(18, 28, 46, 0.55);
	border: 1px solid rgba(150, 200, 230, 0.35);
	box-shadow: 0 0 18px rgba(90, 170, 220, 0.1);
}

.theme-2026 .jph26-cartelera-market .jph26-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
}

.theme-2026 .jph26-cartelera-icon {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
	mix-blend-mode: normal;
}

.theme-2026 .jph26-cartelera-market h3 {
	margin: 0 0 8px;
	font-size: clamp(16px, 1.4vw, 18px);
}

.theme-2026 .jph26-cartelera-market p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

/* —— Cartelera: captura de la web anterior (sin recortar) —— */
.theme-2026 .jph26-mesa-features .jph26-identity.jph26-cartelera-intro {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(24px, 4vw, 40px);
}

.theme-2026 .jph26-mesa-media.jph26-cartelera-media {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}

.theme-2026 .jph26-mesa-media.jph26-cartelera-media img {
	width: clamp(280px, 42vw, 480px);
	max-width: 100%;
	min-height: 0;
	height: auto;
	object-fit: contain;
	background: #0b1220;
}

/* —— Tarjeta Ciudadana —— */
.theme-2026 .jph26-tarjeta-faq {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px clamp(48px, 6vw, 72px);
}

.theme-2026 .jph26-tarjeta-faq-block h3 {
	margin: 0 0 14px;
	font-size: clamp(18px, 1.6vw, 22px);
	color: #fff;
}

.theme-2026 .jph26-tarjeta-faq-block p {
	margin: 0;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.92);
}

.theme-2026 .jph26-tarjeta-benefits-title {
	margin: 0 0 36px;
	text-align: center;
}

.theme-2026 .jph26-tarjeta-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px 22px;
}

.theme-2026 .jph26-tarjeta-benefit {
	text-align: center;
}

.theme-2026 .jph26-tarjeta-benefit-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin: 0 auto 16px;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	background: transparent;
	box-sizing: border-box;
	box-shadow: none;
}

.theme-2026 .jph26-tarjeta-benefit-icon::before {
	content: "";
	position: absolute;
	inset: 7px;
	border-radius: 50%;
	background: #fff;
	z-index: 0;
}

.theme-2026 .jph26-tarjeta-benefit-icon img {
	position: relative;
	z-index: 1;
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
	filter: brightness(0) saturate(100%);
	opacity: 0.88;
}

.theme-2026 .jph26-tarjeta-benefit h3 {
	margin: 0 0 8px;
	font-size: clamp(15px, 1.3vw, 17px);
}

.theme-2026 .jph26-tarjeta-benefit p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
}

/* —— Puerto Digital —— */
.theme-2026 .jph26-puerto-benefits-title {
	margin: 0 0 clamp(28px, 4vw, 40px);
	text-align: center;
	white-space: nowrap;
	color: #fff;
	font-family: var(--jph-font-title);
	font-weight: 700;
	font-size: clamp(26px, 3.2vw, 38px);
	line-height: 1.2;
}

.theme-2026 .jph26-puerto-benefits-body {
	max-width: 44rem;
	margin: 0 auto;
	text-align: left;
}

.theme-2026 .jph26-puerto-benefits-sub {
	margin: 0 0 16px;
	text-align: left;
	white-space: nowrap;
	font-family: var(--jph-font-title);
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.theme-2026 .jph26-puerto-benefits-list {
	max-width: none;
	margin: 0;
}

.theme-2026 .jph26-puerto-benefits-list li {
	margin-bottom: 16px;
	line-height: 1.85;
	color: #fff;
	font-size: clamp(15px, 1.4vw, 16px);
}

.theme-2026 .jph26-puerto-benefits-list li:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.theme-2026 .jph26-puerto-benefits-title,
	.theme-2026 .jph26-puerto-benefits-sub {
		white-space: normal;
	}

	.theme-2026 .jph26-puerto-platform-row .jph26-puerto-copy h2 {
		white-space: normal;
	}

	.theme-2026 .jph26-identity-media.jph26-puerto-grafico,
	.theme-2026 .jph26-identity-media.jph26-puerto-grafico img {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.theme-2026 .jph26-mesa-page .jph26-mesa-features .jph26-identity h2 {
		white-space: normal;
	}

	.theme-2026 .jph26-mesa-page .jph26-mesa-features .jph26-mesa-media img {
		width: min(100%, 320px);
	}
}

.theme-2026 .jph26-puerto-copy {
	max-width: 24rem;
}

.theme-2026 .jph26-puerto-copy--solo {
	max-width: 40rem;
	margin: 0 auto;
}

.theme-2026 .jph26-puerto-copy--solo p {
	font-family: var(--jph-font-body);
	color: #fff;
	font-size: clamp(16px, 1.6vw, 17px);
	line-height: 1.85;
	text-align: left;
	margin: 0 0 18px;
}

.theme-2026 .jph26-puerto-copy--solo p:last-child {
	margin-bottom: 0;
}

.theme-2026 .jph26-mesa-features .jph26-identity {
	grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
	column-gap: 48px;
	align-items: center;
	justify-content: space-between;
}

.theme-2026 .jph26-puerto-platform-row {
	align-items: center;
	grid-template-columns: minmax(0, min(100%, 420px)) minmax(0, 1fr);
	column-gap: 40px;
	justify-content: start;
}

.theme-2026 .jph26-puerto-platform-row .jph26-puerto-copy {
	max-width: none;
}

.theme-2026 .jph26-puerto-platform-row .jph26-puerto-copy h2 {
	max-width: none;
	white-space: nowrap;
	color: #fff;
}

.theme-2026 .jph26-identity-media.jph26-puerto-grafico {
	position: relative;
	min-height: 0;
	max-width: 420px;
	width: 100%;
	margin: 0;
}

.theme-2026 .jph26-identity-media.jph26-puerto-grafico::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 48%;
	width: 46%;
	height: 46%;
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, rgba(70, 160, 230, 0.34) 0%, transparent 72%);
	pointer-events: none;
}

.theme-2026 .jph26-identity-media.jph26-puerto-grafico img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	min-height: 0;
	object-fit: contain;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

/* —— Responsive —— */
@media (max-width: 991px) {
	.theme-2026 .jph26-card-grid,
	.theme-2026 .jph26-identity,
	.theme-2026 .jph26-mesa-tech-grid,
	.theme-2026 .jph26-cartelera-markets,
	.theme-2026 .jph26-equipo-grid,
	.theme-2026.wms-page .jph26-wms-hero-body,
	.theme-2026.wms-page .jph26-wms-two,
	.theme-2026.wms-page .jph26-wms-auto {
		grid-template-columns: 1fr;
	}

	.theme-2026 .jph26-tarjeta-faq,
	.theme-2026 .jph26-tarjeta-benefits {
		grid-template-columns: 1fr 1fr;
	}

	.theme-2026 .jph26-it-cards {
		grid-template-columns: 1fr 1fr;
	}

	.theme-2026.wms-page .jph26-wms-card-row {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.theme-2026.wms-page .jph26-wms-card-row ul {
		width: 100%;
	}

	.theme-2026 .jph26-timeline-track {
		height: auto;
		max-width: 420px;
		padding: 8px 16px 0;
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	.theme-2026 .jph26-timeline-line {
		display: none;
	}

	.theme-2026 .jph26-timeline-item,
	.theme-2026 .jph26-timeline-item-1960,
	.theme-2026 .jph26-timeline-item-2005,
	.theme-2026 .jph26-timeline-item-2015 {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		transform: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.theme-2026 .jph26-timeline-item--year-below .jph26-timeline-trigger,
	.theme-2026 .jph26-timeline-item--year-above .jph26-timeline-trigger {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		transform: none;
	}

	.theme-2026 .jph26-timeline-tip,
	.theme-2026 .jph26-timeline-tip--above,
	.theme-2026 .jph26-timeline-tip--below {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		max-width: 320px;
		transform: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.theme-2026 .jph26-timeline-tip::after {
		display: none;
	}

	/* Móvil: año/punto primero, texto debajo */
	.theme-2026 .jph26-timeline-item--year-below {
		flex-direction: column-reverse;
	}

	.theme-2026 .jph26-auto-intro {
		flex-direction: column;
		align-items: flex-start;
	}

	.theme-2026 .jph26-mesa-tech-grid {
		grid-template-columns: 1fr;
	}

	.theme-2026 .jph26-identity.jph26-despapel-intro .jph26-mesa-media {
		max-width: 480px;
		margin-left: 0;
		margin-right: auto;
	}

	.theme-2026 .jph26-identity.jph26-despapel-intro .jph26-mesa-media img {
		max-width: 100%;
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 767px) {
	.theme-2026 .jph26-hero {
		padding: 36px 0 20px;
	}

	.theme-2026 .jph26-tarjeta-faq,
	.theme-2026 .jph26-tarjeta-benefits {
		grid-template-columns: 1fr;
	}

	.theme-2026 .jph26-it-cards {
		grid-template-columns: 1fr;
	}

	.theme-2026 .jph26-tagline {
		margin-top: clamp(48px, 14vw, 72px);
	}

	.theme-2026.wms-page .jph26-wms-ribbon .asistencia.wms-modulos {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 6px 4px;
		max-width: none;
		padding: 0 8px 6px;
	}

	.theme-2026.wms-page .jph26-wms-ribbon .wms-modulo-item {
		flex: 0 0 auto;
		min-width: 52px;
		max-width: 64px;
		padding: 4px 2px !important;
	}

	.theme-2026.wms-page .jph26-wms-ribbon .wms-modulo-item .width img {
		height: 28px;
	}

	.theme-2026.wms-page .jph26-wms-ribbon .wms-modulo-item span {
		font-size: 8px;
	}
}

/* —— Empleos (maqueta 2026: navy, filtros píldora, listado 2 cols) —— */
body.theme-2026.empleos-page {
	height: auto;
	min-height: 100%;
	--main-font: var(--jph-font-body);
}

.theme-2026.empleos-page #root,
.theme-2026.empleos-page #root *:not(i):not([class^="icon-"]),
.theme-2026.empleos-page .Modal,
.theme-2026.empleos-page .Modal *:not(i):not([class^="icon-"]) {
	font-family: var(--jph-font-body);
}

.theme-2026.empleos-page #root :is(h1, h2, h3, h4, h5),
.theme-2026.empleos-page .jph26-hero h1,
.theme-2026.empleos-page .PostulantesHandler .btnGreen,
.theme-2026.empleos-page .containerCards .containerTitle h2,
.theme-2026.empleos-page .containerEmpleosDescription :is(h2, h3),
.theme-2026.empleos-page .b800 {
	font-family: var(--jph-font-title) !important;
}

.theme-2026.empleos-page .b400 {
	font-family: var(--jph-font-body) !important;
}

.theme-2026.empleos-page .jph26-hero {
	padding-bottom: 12px;
}

.theme-2026.empleos-page .sectionPublicados {
	margin-top: 0;
	padding-bottom: 0.5rem;
}

.theme-2026.empleos-page .sectionPublicados .trabajos .filtros {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 1rem 1.15rem;
	max-width: 52rem;
	width: 100%;
	margin: 0 auto 1.35rem;
}

.theme-2026.empleos-page .sectionPublicados .trabajos .filtros > * {
	flex: 1 1 0;
	margin: 0;
	min-width: 0;
}

.theme-2026.empleos-page .Input1 {
	background: rgba(8, 14, 28, 0.45);
	border: 1px solid rgba(130, 185, 230, 0.72);
	border-radius: 999px;
	padding: 0.35rem 1rem 0.35rem 0.95rem;
	box-shadow: 0 0 0 1px rgba(110, 170, 230, 0.12);
	color: rgba(255, 255, 255, 0.78);
	justify-content: flex-start;
}

.theme-2026.empleos-page .Input1:focus-within {
	border-color: rgba(160, 210, 255, 0.95);
	box-shadow: 0 0 0 1px rgba(140, 195, 245, 0.4);
}

.theme-2026.empleos-page .Input1 .lupa {
	margin: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
}

.theme-2026.empleos-page .Input1 input {
	width: auto;
	flex: 1 1 auto;
	min-width: 0;
	height: 2.15rem;
	text-align: left;
	color: #fff;
	padding: 0 0.35rem 0 0.55rem;
	font-size: 14px;
}

.theme-2026.empleos-page .Input1 input::placeholder {
	color: rgba(255, 255, 255, 0.58);
	opacity: 1;
}

.theme-2026.empleos-page .PostulantesHandler {
	margin-bottom: 2rem;
	padding: 0;
}

.theme-2026.empleos-page .PostulantesHandler .btnGreen {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0.55rem 1.55rem;
	border-radius: 999px;
	background: #fff;
	color: #0a0f1a !important;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.01em;
}

.theme-2026.empleos-page .PostulantesHandler .btnGreen:hover {
	background: #f4ebe0;
}

.theme-2026.empleos-page .sectionPublicados .trabajos .containerEmpleos {
	background: transparent;
	border-top: none;
	border-bottom: none;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 1.5rem;
	max-height: 46rem;
	height: 46rem;
}

.theme-2026.empleos-page .sectionPublicados .trabajos .containerEmpleos:has(div > div > h5) {
	grid-template-columns: 100%;
	height: auto;
	max-height: none;
}

.theme-2026.empleos-page .sectionPublicados .trabajos .containerEmpleos .empleos {
	padding-right: 0.75rem;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.theme-2026.empleos-page .sectionPublicados .trabajos .containerEmpleos .empleos .no-results {
	background: transparent;
	color: rgba(255, 255, 255, 0.85);
}

.theme-2026.empleos-page .containerCards {
	padding: 1.05rem 0.4rem 1.05rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.theme-2026.empleos-page .containerCards:hover,
.theme-2026.empleos-page .containerCards[data-active="on"] {
	background-color: rgba(255, 255, 255, 0.05);
}

.theme-2026.empleos-page .containerCards .containerTitle h2 {
	color: #fff;
	font-family: var(--jph-font-title);
	font-weight: 700;
	font-size: 1.05rem;
	margin: 0;
}

.theme-2026.empleos-page .containerCards .containerUbication p,
.theme-2026.empleos-page .containerCards .containerFecha p,
.theme-2026.empleos-page .containerCards .iconCardEmpleo,
.theme-2026.empleos-page .containerCards .check {
	color: rgba(255, 255, 255, 0.78);
}

.theme-2026.empleos-page .containerCards .containerFecha .referencia,
.theme-2026.empleos-page .containerCards .containerReferencia .referencia {
	display: none;
}

.theme-2026.empleos-page .containerEmpleosDescription {
	border-left: 1px solid rgba(255, 255, 255, 0.28);
	padding: 0.35rem 0 0 1.6rem;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
	color: rgba(255, 255, 255, 0.9);
}

.theme-2026.empleos-page .containerEmpleosDescription h2,
.theme-2026.empleos-page .containerEmpleosDescription h3 {
	color: #fff;
	font-family: var(--jph-font-title);
	font-size: 1.15rem;
	margin: 0;
}

.theme-2026.empleos-page .containerEmpleosDescription .containerTime p,
.theme-2026.empleos-page .containerEmpleosDescription .localidad,
.theme-2026.empleos-page .containerEmpleosDescription .referencia {
	color: rgba(255, 255, 255, 0.72);
}

.theme-2026.empleos-page .containerEmpleosDescription .svgIcon,
.theme-2026.empleos-page .containerEmpleosDescription .checkDescription,
.theme-2026.empleos-page .containerEmpleosDescription .iconCardEmpleo {
	color: rgba(255, 255, 255, 0.78);
}

.theme-2026.empleos-page .containerEmpleosDescription .descriptionEmpleo {
	max-width: 34rem;
}

.theme-2026.empleos-page .containerEmpleosDescription .descriptionEmpleo .text,
.theme-2026.empleos-page .containerEmpleosDescription .descriptionEmpleo .text :is(p, span, div, li, ul, ol, font, b, strong, em, i, a, h1, h2, h3, h4, h5, table, td, tr),
.theme-2026.empleos-page .modalEmpleoDescription .modal-body > div:first-child,
.theme-2026.empleos-page .modalEmpleoDescription .modal-body > div:first-child :is(p, span, div, li, ul, ol, font, b, strong, em, i, a, h1, h2, h3, h4, h5, table, td, tr) {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: none !important;
}

.theme-2026.empleos-page .containerEmpleosDescription .descriptionEmpleo .text p,
.theme-2026.empleos-page .containerEmpleosDescription .descriptionEmpleo .text li,
.theme-2026.empleos-page .modalEmpleoDescription .modal-body p,
.theme-2026.empleos-page .modalEmpleoDescription .modal-body li {
	font-size: 14px;
	line-height: 1.7;
}

.theme-2026.empleos-page .containerEmpleosDescription .descriptionEmpleo .text p:empty {
	display: none;
}

.theme-2026.empleos-page .containerEmpleosDescription .buttonEmpleosDescription span {
	background: #fff;
	color: #0a0f1a;
	width: auto;
	padding: 0.65rem 1.2rem;
}

.theme-2026.empleos-page .sectionPublicados .trabajos .containerEmpleos .empleos .btn-container .btn-loadmore {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: #fff;
}

.theme-2026.empleos-page .sectionPublicados .trabajos .containerEmpleos .empleos .btn-container .btn-loadmore:hover {
	background: rgba(255, 255, 255, 0.08);
}

.theme-2026.empleos-page .tipsEmpleo {
	padding: 2.5rem 0 3.5rem;
	margin-top: 1.5rem;
}

.theme-2026.empleos-page .cvEmpleosImagen.Card2 {
	width: min(920px, 100%);
	max-width: 920px;
	height: auto;
	min-height: 0;
	background: #fefaf5;
	border: 1px solid #c5a47e;
}

.theme-2026.empleos-page .cvEmpleosImagen .empleosTips .empleosContent h3 {
	color: #2d2926;
}

.theme-2026.empleos-page .cvEmpleosImagen .empleosTips .empleosContent p,
.theme-2026.empleos-page .cvEmpleosImagen .custom-list li {
	color: #4a4038;
}

@media (max-width: 760px) {
	.theme-2026.empleos-page .sectionPublicados .trabajos .filtros {
		flex-direction: column;
		max-width: 22rem;
	}

	.theme-2026.empleos-page .sectionPublicados .trabajos .filtros > * {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.theme-2026.empleos-page .sectionPublicados .trabajos .containerEmpleos {
		grid-template-columns: 100%;
		height: auto;
		max-height: none;
	}
}

/* —— Contacto (/contacto) —— */
.theme-2026 .jph26-contacto {
	background: var(--jph-cream);
	padding: 0 0 0;
	width: 100%;
}

.theme-2026 .jph26-contacto-head {
	text-align: center;
	padding: 8px 0 32px;
}

.theme-2026 .jph26-contacto-head h2 {
	margin: 0;
	font-size: clamp(26px, 3.2vw, 36px);
	font-weight: 600;
	color: var(--jph-gold-dark);
}

.theme-2026 .jph26-contacto-title-line {
	width: 80px;
	height: 3px;
	margin: 14px auto 0;
	background: var(--jph-gold);
	border-radius: 2px;
}

.theme-2026 .jph26-contacto-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	width: 100%;
	min-height: 800px;
}

.theme-2026 .jph26-contacto-map {
	position: relative;
	background: #d9d4cc;
	overflow: hidden;
	min-height: 800px;
}

.theme-2026 .jph26-contacto-map-frame,
.theme-2026 .jph26-contacto-map-frame .map-sede-wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.theme-2026 .jph26-contacto-map-frame .map-sede-info {
	top: 12px;
	left: 12px;
	z-index: 5;
}

.theme-2026 .jph26-contacto-map-frame iframe,
.theme-2026 .jph26-contacto-map-frame .map-sede-wrap iframe {
	display: block;
	width: 100%;
	height: 100% !important;
	min-height: 100% !important;
	margin-top: 0 !important;
	border: 0;
}

.theme-2026 .jph26-contacto-form.contact-3-info.contacto-sede-bg-panel {
	width: 100%;
	min-height: 800px;
	height: auto;
	padding: 40px 36px;
	box-sizing: border-box;
	overflow: visible;
}

.theme-2026 .jph26-contacto-form > * {
	position: relative;
	z-index: 2;
}

.theme-2026 .jph26-contacto-form h2 {
	margin: 0 0 22px;
	font-size: 22px;
	color: #fff;
}

.theme-2026 .jph26-contacto-form .contact-form .section-field i {
	color: var(--jph-gold);
}

.theme-2026 .jph26-contacto-form .get-in-touch {
	margin-top: 36px;
}

.theme-2026 .jph26-contacto-form .get-in-touch h2 {
	margin-bottom: 18px;
}

.theme-2026 .jph26-contacto-form .contact-add {
	margin-bottom: 18px;
}

.theme-2026 .jph26-contacto-form .contact-add i {
	background: var(--jph-gold);
	color: #fff;
}

.theme-2026 .jph26-contacto-form .contact-add p,
.theme-2026 .jph26-contacto-form .contact-add p.text-white {
	color: rgba(255, 255, 255, 0.92);
}

.theme-2026 .jph26-contacto-form .button.button-transparent {
	background: var(--jph-gold);
	border: 0;
	color: #fff;
}

.theme-2026 .jph26-contacto-form .button.button-transparent span,
.theme-2026 .jph26-contacto-form .button.button-transparent i {
	color: #fff;
}

.theme-2026 .jph26-contacto-form .button.button-transparent:hover {
	background: var(--jph-gold-dark);
}

@media (max-width: 991px) {
	.theme-2026 .jph26-contacto-grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.theme-2026 .jph26-contacto-map,
	.theme-2026 .jph26-contacto-map-frame {
		position: relative;
		min-height: 420px;
		height: 420px;
	}

	.theme-2026 .jph26-contacto-map-frame .map-sede-wrap {
		position: absolute;
		inset: 0;
	}

	.theme-2026 .jph26-contacto-form.contact-3-info.contacto-sede-bg-panel {
		min-height: 0;
		padding: 32px 20px;
	}
}

/* —— Empleos: modales (login, recuperar, registro, ficha) —— */
.theme-2026.empleos-page .Modal.modal {
	background: rgba(6, 10, 18, 0.78);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	z-index: 10050;
}

.theme-2026.empleos-page .Modal .modal-dialog {
	margin: 2.5rem auto;
}

.theme-2026.empleos-page .Modal .modal-content {
	background: #121c2e;
	border: 1px solid rgba(201, 160, 92, 0.28);
	border-radius: var(--jph-radius);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
	color: rgba(255, 255, 255, 0.92);
	padding: 0.35rem 0.25rem 0.5rem;
}

.theme-2026.empleos-page .Modal .modal-header,
.theme-2026.empleos-page .ModalLogin .modal-content > .modal-header,
.theme-2026.empleos-page .ModalLogin .modal-content,
.theme-2026.empleos-page .ModalLogin .modal-content .modal-body {
	background: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.08);
	color: inherit;
}

.theme-2026.empleos-page .Modal .modal-header {
	padding: 1.15rem 1.4rem 0.65rem;
	align-items: center;
}

.theme-2026.empleos-page .Modal .modal-title,
.theme-2026.empleos-page .Modal .modal-title.h4,
.theme-2026.empleos-page .ModalLogin h5 {
	font-family: var(--jph-font-title);
	font-weight: 700;
	color: #fff;
	font-size: 1.25rem;
}

.theme-2026.empleos-page .jph26-modal-logo,
.theme-2026.empleos-page .ModalLogin .Logo {
	height: 42px;
	width: auto;
	max-width: 180px;
}

.theme-2026.empleos-page .Modal .btn-close {
	opacity: 0.85;
	filter: invert(1);
	background-color: transparent;
}

.theme-2026.empleos-page .Modal .btn-close:hover {
	opacity: 1;
}

.theme-2026.empleos-page .Modal .modal-body {
	padding: 0.75rem 1.6rem 1.4rem;
}

.theme-2026.empleos-page .Modal .modal-footer {
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1rem 1.6rem 1.25rem;
}

.theme-2026.empleos-page .Modal label,
.theme-2026.empleos-page .ModalLogin,
.theme-2026.empleos-page .Modal .modal-footer span {
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--jph-font-body);
}

.theme-2026.empleos-page .Modal input[type="text"],
.theme-2026.empleos-page .Modal input[type="email"],
.theme-2026.empleos-page .Modal input[type="mail"],
.theme-2026.empleos-page .Modal input[type="number"],
.theme-2026.empleos-page .Modal input[type="password"],
.theme-2026.empleos-page .ModalLogin input {
	width: 100%;
	background: rgba(8, 14, 28, 0.55);
	border: 1px solid rgba(130, 185, 230, 0.45);
	border-radius: 8px;
	border-bottom: 1px solid rgba(130, 185, 230, 0.45);
	color: #fff;
	padding: 0.55rem 0.8rem;
	outline: none;
}

.theme-2026.empleos-page .Modal input:focus {
	border-color: rgba(201, 160, 92, 0.85);
	box-shadow: 0 0 0 1px rgba(201, 160, 92, 0.35);
}

.theme-2026.empleos-page .Modal input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.theme-2026.empleos-page .Modal .btnGreen {
	width: auto;
	min-width: 14rem;
	margin-top: 0.75rem;
	padding: 0.7rem 1.5rem;
	border-radius: 6px;
	background: var(--jph-gold);
	color: var(--jph-navy) !important;
	font-family: var(--jph-font-title);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.02em;
}

.theme-2026.empleos-page .Modal .btnGreen:hover {
	background: var(--jph-gold-dark);
	color: #fff !important;
}

.theme-2026.empleos-page .Modal .btnGreen:disabled,
.theme-2026.empleos-page .Modal .btnGreen[disabled] {
	filter: grayscale(0.35);
	opacity: 0.65;
}

.theme-2026.empleos-page .Modal .linkModalRegister,
.theme-2026.empleos-page .ModalLogin a,
.theme-2026.empleos-page .ModalLogin a:hover {
	color: var(--jph-gold) !important;
}

.theme-2026.empleos-page .Modal fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.theme-2026.empleos-page .ModalRegister fieldset span,
.theme-2026.empleos-page .ModalRegister .center-child {
	color: rgba(255, 255, 255, 0.55);
}

.theme-2026.empleos-page .password-help p,
.theme-2026.empleos-page #password-requirements p {
	color: rgba(255, 160, 160, 0.95);
}

.theme-2026.empleos-page #password-requirements p.valid {
	color: #8fd4a4;
}

.theme-2026.empleos-page .Modal .alert {
	background: rgba(201, 160, 92, 0.16);
	border: 1px solid rgba(201, 160, 92, 0.4);
	color: #f4ebe0;
	border-radius: 8px;
}

.theme-2026.empleos-page .modalEmpleoDescription .modal-content {
	background: #121c2e;
	color: rgba(255, 255, 255, 0.9);
}

.theme-2026.empleos-page .modalEmpleoDescription .modal-header {
	align-items: flex-start;
}

.theme-2026.empleos-page .modalEmpleoDescription .modal-title,
.theme-2026.empleos-page .modalEmpleoDescription .referencia,
.theme-2026.empleos-page .modalEmpleoDescription p,
.theme-2026.empleos-page .modalEmpleoDescription .modal-body {
	color: rgba(255, 255, 255, 0.9);
}

.theme-2026.empleos-page .modalEmpleoDescription .buttonEmpleosDescription span {
	background: var(--jph-gold);
	color: var(--jph-navy);
	border-radius: 6px;
}

.theme-2026.empleos-page .modalEmpleoDescription .check,
.theme-2026.empleos-page .modalEmpleoDescription svg {
	color: var(--jph-gold);
}

.theme-2026.empleos-page .spinner-overlay {
	background: rgba(6, 10, 18, 0.55);
}

@media (max-width: 992px) {
	.theme-2026.empleos-page .ModalRegister .modal-content {
		background: #121c2e;
	}
}

/* —— Popup contacto (todas las páginas 2026) —— */
.theme-2026 .popup-contact .contact-info {
	background: #121c2e;
	border: 1px solid rgba(201, 160, 92, 0.28);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
	border-radius: var(--jph-radius);
}

.theme-2026 .popup-contact .contact-info h4 {
	font-family: var(--jph-font-title);
	color: #fff;
}

.theme-2026 .popup-contact .contact-form input[type="text"],
.theme-2026 .popup-contact .contact-form input[type="email"],
.theme-2026 .popup-contact .contact-form select.contacto-pais-select,
.theme-2026 .popup-contact .contact-form select.contacto-servicio-select,
.theme-2026 .popup-contact .contact-form select.contacto-motivo-select,
.theme-2026 .popup-contact .contact-form .section-field-asunto input[type="text"],
.theme-2026 .popup-contact .contact-form textarea.input-message {
	background: rgba(8, 14, 28, 0.65);
	border: 1px solid rgba(130, 185, 230, 0.4);
	color: #fff;
}

.theme-2026 .popup-contact .contact-form input::placeholder,
.theme-2026 .popup-contact .contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.theme-2026 .popup-contact .contact-form .section-field i {
	color: var(--jph-gold);
}

.theme-2026 .popup-contact #popup_submit_btn span {
	border-color: var(--jph-gold);
	color: var(--jph-gold);
	font-family: var(--jph-font-title);
}

.theme-2026 .popup-contact #popup_submit_btn:hover span {
	background: var(--jph-gold);
	color: var(--jph-navy);
	border-color: var(--jph-gold);
}

.theme-2026 .popup-contact #popup_result {
	color: var(--jph-cream);
}
