:root {
	--jl-navy: #0b2a4a;
	--jl-navy-2: #123a63;
	--jl-blue: #2f7fea;
	--jl-blue-soft: #5aa4ff;
	--jl-sky: #e8f3ff;
	--jl-text: #16324f;
	--jl-muted: #5d738a;
	--jl-white: #ffffff;
	--jl-line: rgba(255, 255, 255, 0.22);
	--jl-radius: 12px;
	--jl-font: "Outfit", system-ui, sans-serif;
	--jl-display: "Space Grotesk", "Outfit", sans-serif;
	--jl-title-weight: 700;
	--jl-title-tracking: -0.02em;
	--jl-title-line: 1.1;
	--jl-shadow: 0 18px 40px rgba(11, 42, 74, 0.25);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--jl-font);
	color: var(--jl-text);
	background: #f5f8fc;
	line-height: 1.55;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--jl-blue); text-decoration: none; }
a:hover { color: var(--jl-navy); }

.jl-skip {
	position: absolute;
	left: -999px;
	top: 0;
	background: #000;
	color: #fff;
	padding: 0.75rem 1rem;
	z-index: 9999;
}
.jl-skip:focus { left: 1rem; top: 1rem; }

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
}

.jl-container {
	width: min(1180px, calc(100% - 2rem));
	margin-inline: auto;
}

/* ——— Site header (franja + nav) ——— */
.jl-site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: box-shadow 0.3s ease;
}

.jl-site-header.is-scrolled {
	position: fixed;
	box-shadow: 0 8px 28px rgba(11, 42, 74, 0.12);
}

/* ——— Top bar ——— */
.jl-topbar {
	background: var(--jl-navy);
	color: rgba(255,255,255,0.92);
	font-size: 0.9rem;
}

.jl-topbar__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 1rem;
	min-height: 42px;
}

.jl-topbar__info,
.jl-topbar__social {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jl-topbar__info {
	justify-self: start;
}

.jl-topbar__social {
	justify-self: end;
	margin-right: 2.75rem;
	gap: 0.85rem;
}

.jl-topbar__info a,
.jl-topbar__info span {
	color: inherit;
}

.jl-topbar__info li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.jl-ico { opacity: 0.85; font-size: 0.85rem; }

.jl-topbar__social a {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.25);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.jl-topbar__social a:hover {
	background: rgba(255,255,255,0.12);
	color: #fff;
}

/* ——— Header / nav ——— */
.jl-header {
	position: relative;
	left: 0;
	right: 0;
	z-index: 40;
	background: linear-gradient(180deg, rgba(8, 28, 48, 0.55), transparent);
	transition: background 0.3s ease;
}

.jl-site-header.is-scrolled .jl-header {
	background: #ffffff;
}

.jl-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 78px;
}

.jl-brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.jl-brand__link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	line-height: 0;
}

.jl-brand__img {
	display: block;
	width: auto;
	height: auto;
	max-height: 52px;
	max-width: min(200px, 42vw);
}

.jl-brand__img--on-light {
	display: none;
}

.jl-brand__text {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: #fff;
	font-family: var(--jl-display);
	font-weight: 700;
	font-size: 1.45rem;
	letter-spacing: 0.02em;
	line-height: 1.1;
	transition: color 0.3s ease;
}

.jl-brand__text--light-only {
	display: none;
}

.jl-brand__text--dark-only {
	display: inline-flex;
}

.jl-site-header.is-scrolled .jl-brand__img--on-dark {
	display: none;
}

.jl-site-header.is-scrolled .jl-brand__img--on-light {
	display: block;
}

.jl-site-header.is-scrolled .jl-brand__text {
	color: var(--jl-navy);
}

.jl-site-header.is-scrolled .jl-brand__text--light-only {
	display: inline-flex;
}

.jl-site-header.is-scrolled .jl-brand__text--dark-only {
	display: none;
}

.jl-brand__mark {
	display: grid;
	place-items: center;
}

/* Intro MEP + sectores (franja marino + texto blanco) */
.jl-sectors-band {
	background: linear-gradient(165deg, #071c33 0%, #0b2a4a 50%, #0a2340 100%);
	padding: 2.75rem 0 1.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
	color: #ffffff;
}

.jl-sectors-band__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.75rem;
}

.jl-mep-intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	max-width: min(720px, 100%);
}

.jl-mep-intro__title {
	margin: 0;
	font-family: var(--jl-display);
	font-size: clamp(1.85rem, 4.2vw, 2.85rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	text-transform: uppercase;
	color: #ffffff;
	line-height: var(--jl-title-line);
	text-shadow: none;
}

.jl-mep-intro__line {
	display: block;
	width: min(100%, 520px);
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #5ad2ff, #2ec4ff 50%, #7ae0ff);
	transform-origin: center;
	box-shadow: 0 0 10px rgba(46, 196, 255, 0.35);
	animation: jl-cyan-pulse 2.4s ease-in-out infinite;
}

.jl-mep-intro.is-on .jl-mep-intro__line {
	animation: jl-cyan-pulse 2.4s ease-in-out infinite;
}

.jl-mep-intro__sub {
	margin: 0;
	font-size: clamp(1.05rem, 1.7vw, 1.25rem);
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.4;
}

@keyframes jl-cyan-fill {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

@keyframes jl-cyan-pulse {
	0%,
	100% {
		transform: scaleX(0.55);
		opacity: 0.55;
	}
	50% {
		transform: scaleX(1);
		opacity: 1;
	}
}

.jl-sectors-fill {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.55rem;
	margin: 0;
	font-family: var(--jl-display);
	font-size: clamp(1.35rem, 3vw, 2.1rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	text-transform: uppercase;
	line-height: var(--jl-title-line);
}

.jl-fill-word {
	display: inline-flex;
}

.jl-fill-ch {
	display: inline-block;
	position: relative;
	color: #ffffff;
	-webkit-text-stroke: 0 transparent;
	transition: none;
}

.jl-fill-ch--slash {
	padding: 0 0.12rem;
	color: #2ec4ff;
	-webkit-text-stroke: 0 transparent;
	text-shadow: 0 0 10px rgba(46, 196, 255, 0.35);
}

.jl-sectors-fill.is-on .jl-fill-ch--word.is-filled,
.jl-fill-ch--word {
	color: #ffffff;
	-webkit-text-stroke: 0 transparent;
}

.jl-sectors-fill.is-on .jl-fill-ch--slash.is-filled,
.jl-fill-ch--slash {
	color: #2ec4ff;
	-webkit-text-stroke: 0 transparent;
	text-shadow: 0 0 10px rgba(46, 196, 255, 0.35);
}

.jl-cv-wrap {
	margin: 0.35rem 0 0;
}

.jl-btn--cv {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	isolation: isolate;
	padding: 0.95rem 1.75rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #2f7fea 0%, #1a74e0 55%, #1494d0 100%);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.02em;
	border: 2px solid rgba(160, 220, 255, 0.35);
	box-shadow:
		0 10px 24px rgba(47, 127, 234, 0.28),
		0 0 0 0 rgba(46, 196, 255, 0.35);
	animation: jl-cv-air-pulse 2.8s ease-in-out infinite;
}

.jl-btn--cv .jl-btn__text {
	position: relative;
	z-index: 2;
}

.jl-btn--cv::before {
	content: "";
	position: absolute;
	inset: -40% -70%;
	background:
		radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.45), transparent 42%),
		linear-gradient(105deg, transparent 30%, rgba(180, 235, 255, 0.45) 48%, transparent 66%);
	transform: translateX(-40%) skewX(-14deg);
	animation: jl-cv-breeze 2.6s ease-in-out infinite;
	z-index: 1;
	pointer-events: none;
}

.jl-btn--cv::after {
	content: "";
	position: absolute;
	left: 14%;
	right: 14%;
	bottom: 8px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), #7adfff, transparent);
	background-size: 180% 100%;
	animation: jl-cv-airline 2.2s ease-in-out infinite;
	z-index: 2;
	pointer-events: none;
	filter: drop-shadow(0 0 6px rgba(122, 223, 255, 0.7));
}

.jl-btn--cv:hover,
.jl-btn--cv:focus-visible {
	color: #fff;
	background: linear-gradient(135deg, #3a8fff 0%, #1f7ef0 55%, #18a6e0 100%);
	box-shadow:
		0 14px 30px rgba(47, 170, 255, 0.4),
		0 0 0 4px rgba(122, 223, 255, 0.18);
	transform: translateY(-2px);
	animation: jl-cv-air-pulse 1.6s ease-in-out infinite;
}

.jl-btn--cv:hover::before,
.jl-btn--cv:focus-visible::before {
	animation-duration: 1.4s;
}

@keyframes jl-cv-breeze {
	0% {
		transform: translateX(-45%) skewX(-14deg);
		opacity: 0.35;
	}
	50% {
		transform: translateX(20%) skewX(-14deg);
		opacity: 0.9;
	}
	100% {
		transform: translateX(55%) skewX(-14deg);
		opacity: 0.25;
	}
}

@keyframes jl-cv-airline {
	0% {
		background-position: 100% 0;
		opacity: 0.35;
		transform: scaleX(0.55);
	}
	45% {
		opacity: 1;
		transform: scaleX(1);
	}
	100% {
		background-position: -30% 0;
		opacity: 0.4;
		transform: scaleX(0.7);
	}
}

@keyframes jl-cv-air-pulse {
	0%,
	100% {
		box-shadow:
			0 10px 24px rgba(47, 127, 234, 0.28),
			0 0 0 0 rgba(46, 196, 255, 0.28);
	}
	50% {
		box-shadow:
			0 12px 28px rgba(47, 170, 255, 0.38),
			0 0 0 8px rgba(46, 196, 255, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.jl-btn--cv,
	.jl-btn--cv::before,
	.jl-btn--cv::after {
		animation: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jl-mep-intro__line {
		transform: scaleX(1);
		animation: none;
		opacity: 1;
	}
	.jl-fill-ch--word {
		color: #ffffff;
		-webkit-text-stroke: 0;
	}
	.jl-fill-ch--slash {
		color: #2ec4ff;
		-webkit-text-stroke: 0;
	}
}

.jl-nav__list {
	display: flex;
	gap: 1.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jl-nav__list > li > a {
	position: relative;
	display: inline-block;
	padding-bottom: 0.35rem;
	color: rgba(255,255,255,0.92);
	font-weight: 500;
	transition: color 0.25s ease;
}

.jl-nav__list > li > a:hover {
	color: #fff;
}

/* Trazo: blanco adelante, azul detrás → termina azul */
.jl-nav__list > li > a::before,
.jl-nav__list > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	pointer-events: none;
}

.jl-nav__list > li > a::after {
	background: var(--jl-blue);
	z-index: 0;
}

.jl-nav__list > li > a::before {
	background: #ffffff;
	z-index: 1;
}

.jl-nav__list > li > a:hover::before,
.jl-nav__list > li > a:focus-visible::before {
	animation: jl-nav-lead 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.jl-nav__list > li > a:hover::after,
.jl-nav__list > li > a:focus-visible::after {
	animation: jl-nav-trail 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes jl-nav-lead {
	0% {
		transform: scaleX(0);
		transform-origin: left center;
	}
	42% {
		transform: scaleX(1);
		transform-origin: left center;
	}
	100% {
		transform: scaleX(0);
		transform-origin: right center;
	}
}

@keyframes jl-nav-trail {
	0% {
		transform: scaleX(0);
		transform-origin: left center;
	}
	28% {
		transform: scaleX(0.12);
		transform-origin: left center;
	}
	100% {
		transform: scaleX(1);
		transform-origin: left center;
	}
}

.jl-site-header.is-scrolled .jl-nav__list > li > a {
	color: var(--jl-navy);
}

.jl-site-header.is-scrolled .jl-nav__list > li > a:hover {
	color: var(--jl-blue);
}

/* En fondo blanco, el “blanco” del trazo se ve como celeste claro */
.jl-site-header.is-scrolled .jl-nav__list > li > a::before {
	background: #c9e2ff;
}

.jl-nav__toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 10px;
	background: transparent;
	padding: 10px;
	cursor: pointer;
	transition: border-color 0.25s ease;
}

.jl-nav__toggle span {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: #fff;
	transition: background 0.25s ease;
}

.jl-site-header.is-scrolled .jl-nav__toggle {
	border-color: rgba(11, 42, 74, 0.25);
}

.jl-site-header.is-scrolled .jl-nav__toggle span {
	background: var(--jl-navy);
}

.jl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.25rem;
	border-radius: 8px;
	border: 1px solid transparent;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	isolation: isolate;
	transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

/* Botones con borde animado: Agendar (horario) y Hero (sentido contrario) */
.jl-btn--schedule,
.jl-btn--hero {
	overflow: visible;
	background: transparent;
	color: #fff;
	white-space: nowrap;
	box-shadow: none;
	border: 2px solid transparent;
	padding: 0.85rem 1.45rem;
}

.jl-btn--hero {
	margin-top: 0.4rem;
}

.jl-btn--schedule:hover,
.jl-btn--schedule:focus-visible,
.jl-btn--hero:hover,
.jl-btn--hero:focus-visible {
	color: #fff;
	background: transparent;
	/* Al final sella el marco completo (sin hueco) */
	animation: jl-btn-border-seal 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.jl-btn--schedule .jl-btn__text,
.jl-btn--hero .jl-btn__text {
	position: relative;
	z-index: 2;
}

.jl-btn--schedule .jl-btn__frame,
.jl-btn--hero .jl-btn__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
	z-index: 1;
}

.jl-btn--schedule .jl-btn__path,
.jl-btn--hero .jl-btn__path {
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: butt;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
	opacity: 0;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
}

.jl-btn--schedule .jl-btn__path--lead,
.jl-btn--hero .jl-btn__path--lead {
	stroke: #ffffff;
	stroke-dasharray: 12 88;
}

.jl-btn--schedule .jl-btn__path--trail,
.jl-btn--hero .jl-btn__path--trail {
	stroke: var(--jl-blue);
	stroke-dasharray: 100;
}

.jl-btn--schedule:hover .jl-btn__path--lead,
.jl-btn--schedule:focus-visible .jl-btn__path--lead {
	animation: jl-border-lead 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.jl-btn--schedule:hover .jl-btn__path--trail,
.jl-btn--schedule:focus-visible .jl-btn__path--trail {
	animation: jl-border-trail 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.jl-btn--hero:hover .jl-btn__path--lead,
.jl-btn--hero:focus-visible .jl-btn__path--lead {
	animation: jl-border-lead-rev 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.jl-btn--hero:hover .jl-btn__path--trail,
.jl-btn--hero:focus-visible .jl-btn__path--trail {
	animation: jl-border-trail-rev 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes jl-btn-border-seal {
	0%,
	85% {
		border-color: transparent;
	}
	100% {
		border-color: var(--jl-blue);
	}
}

@keyframes jl-border-lead {
	0% {
		stroke-dashoffset: 100;
		opacity: 1;
	}
	80% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: -12;
		opacity: 0;
	}
}

@keyframes jl-border-trail {
	0% {
		stroke-dashoffset: 100;
		opacity: 1;
	}
	85% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 0;
		opacity: 0;
	}
}

@keyframes jl-border-lead-rev {
	0% {
		stroke-dashoffset: 100;
		opacity: 1;
	}
	80% {
		stroke-dashoffset: 200;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 212;
		opacity: 0;
	}
}

@keyframes jl-border-trail-rev {
	0% {
		stroke-dashoffset: 100;
		opacity: 1;
	}
	85% {
		stroke-dashoffset: 200;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 200;
		opacity: 0;
	}
}

.jl-site-header.is-scrolled .jl-btn--schedule {
	color: var(--jl-navy);
}
.jl-site-header.is-scrolled .jl-btn--schedule:hover,
.jl-site-header.is-scrolled .jl-btn--schedule:focus-visible {
	color: var(--jl-blue);
}
.jl-site-header.is-scrolled .jl-btn--schedule .jl-btn__path--lead {
	stroke: #9ec5ff;
}

.jl-btn--primary {
	background: var(--jl-blue);
	color: #fff;
}
.jl-btn--primary:hover { color: #fff; background: #1a74e0; }

.jl-btn--ghost {
	border-color: rgba(255,255,255,0.45);
	color: #fff;
	background: transparent;
}

/* ——— Hero carousel ——— */
.jl-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	height: 100vh;
	height: 100dvh;
	overflow: hidden;
	color: #fff;
	background: #0b1c2d;
}

.jl-hero__track {
	position: absolute;
	inset: 0;
}

.jl-hero__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transform: translateX(4%);
	transition: opacity 0.7s ease, transform 0.7s ease;
	pointer-events: none;
}

.jl-hero__slide.is-active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
	z-index: 1;
}

.jl-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 24, 42, 0.72) 0%, rgba(8, 24, 42, 0.35) 55%, rgba(8, 24, 42, 0.45) 100%),
		linear-gradient(180deg, rgba(8, 24, 42, 0.35) 0%, rgba(8, 24, 42, 0.15) 40%, rgba(8, 24, 42, 0.55) 100%);
}

.jl-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 7rem 1rem 9rem;
}

.jl-hero__badge {
	display: inline-flex;
	padding: 0.35rem 0.9rem;
	border-radius: 999px;
	background: rgba(255,255,255,0.18);
	backdrop-filter: blur(6px);
	font-size: 0.85rem;
	margin-bottom: 1rem;
}

.jl-hero__title {
	margin: 0 0 0.75rem;
	font-family: var(--jl-display);
	font-weight: var(--jl-title-weight);
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: var(--jl-title-line);
	letter-spacing: var(--jl-title-tracking);
	max-width: 16ch;
	color: #ffffff;
	text-shadow: none;
}

.jl-hero__sub {
	margin: 0 0 1.4rem;
	font-size: 1.15rem;
	color: rgba(255,255,255,0.9);
}

.jl-hero__arrow {
	position: absolute;
	top: 45%;
	z-index: 5;
	width: 46px;
	height: 46px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	cursor: pointer;
	opacity: 0.85;
}

.jl-hero__arrow:hover { opacity: 1; }
.jl-hero__arrow--prev { left: 1rem; }
.jl-hero__arrow--next { right: 1rem; }

.jl-hero__pager {
	position: absolute;
	right: 1.5rem;
	bottom: 7.5rem;
	z-index: 5;
	font-size: 0.9rem;
	opacity: 0.9;
}

/* Features over hero */
.jl-hero__features {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	padding: 1.25rem 0 1.75rem;
	background: linear-gradient(180deg, transparent, rgba(8, 24, 42, 0.65));
}

.jl-hero__features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.jl-feature {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	color: #fff;
}

.jl-feature__icon {
	flex: 0 0 auto;
	filter: drop-shadow(0 6px 12px rgba(0,0,0,0.25));
}

.jl-feature__text {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.jl-feature__text strong {
	font-family: var(--jl-display);
	font-size: 1.05rem;
}

.jl-feature__text span {
	font-size: 0.9rem;
	color: rgba(255,255,255,0.82);
	max-width: 28ch;
}

/* Sections below */
.jl-section { padding: 4.5rem 0; background: #fff; }
.jl-section--alt { background: var(--jl-sky); }
.jl-section--page { padding-top: 3rem; }
.jl-section--services-head {
	padding: 2.5rem 0 1.25rem;
}
.jl-section--services-cards {
	padding-top: 3.5rem;
	padding-bottom: 4.5rem;
	background: linear-gradient(165deg, #071c33 0%, #0b2a4a 50%, #0a2340 100%);
	color: #ffffff;
}

.jl-section--services-cards .jl-section__head h2 {
	color: #ffffff;
}

.jl-section--services-cards .jl-section__head p {
	color: rgba(255, 255, 255, 0.82);
}

.jl-section--services-cards .jl-service-card {
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.jl-section__head { margin-bottom: 2rem; max-width: 40rem; }
.jl-section__head--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 44rem;
}

.jl-section__head h2,
.jl-page-title {
	margin: 0 0 0.5rem;
	font-family: var(--jl-display);
	font-weight: var(--jl-title-weight);
	font-size: clamp(1.7rem, 3vw, 2.3rem);
	letter-spacing: var(--jl-title-tracking);
	line-height: var(--jl-title-line);
}
.jl-section__head p { margin: 0; color: var(--jl-muted); }

.jl-section__head--on-dark {
	margin-bottom: 0;
	max-width: 46rem;
}
.jl-section__head--on-dark h2 {
	color: #ffffff;
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
	font-size: clamp(2.6rem, 5.5vw, 3.6rem);
	letter-spacing: -0.02em;
}
.jl-section__head--on-dark p {
	color: #ffffff;
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
	font-size: clamp(1.05rem, 1.8vw, 1.2rem);
	line-height: 1.55;
	max-width: 38rem;
	margin-left: auto;
	margin-right: auto;
}

/* Banner Compromiso — compacto */
.jl-services-banner {
	position: relative;
	min-height: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jl-services-banner__fade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(8, 28, 52, 0.88) 0%,
			rgba(8, 28, 52, 0.72) 45%,
			rgba(6, 18, 34, 0.82) 100%
		),
		linear-gradient(
			90deg,
			rgba(6, 18, 34, 0.28) 0%,
			rgba(6, 18, 34, 0.1) 40%,
			rgba(6, 18, 34, 0.1) 60%,
			rgba(6, 18, 34, 0.28) 100%
		);
	pointer-events: none;
}

.jl-services-banner__glow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 40%;
	background: linear-gradient(180deg, rgba(11, 42, 74, 0.22), transparent 75%);
	pointer-events: none;
}

.jl-services-banner__content {
	position: relative;
	z-index: 2;
	padding: 2.25rem 1rem 2.1rem;
	width: 100%;
}

.jl-services-banner .jl-section__head {
	margin-bottom: 0;
}

.jl-services-banner .jl-section__head h2 {
	margin-bottom: 0.65rem;
}

.jl-services-banner .jl-section__head p {
	margin: 0 auto;
	max-width: 52rem;
}

.jl-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.1rem;
}

.jl-card {
	padding: 1.35rem;
	border-radius: var(--jl-radius);
	border: 1px solid #d7e4f2;
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 48, 80, 0.06);
}

.jl-card h3 { margin: 0 0 0.55rem; font-family: var(--jl-display); }
.jl-card p { margin: 0; color: var(--jl-muted); }

/* Cards de servicios (estilo Installation / Repair / Maintenance) */
.jl-service-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.35rem;
	align-items: stretch;
}

.jl-service-card {
	display: flex;
	flex-direction: column;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(11, 42, 74, 0.12);
	background: #fff;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.jl-service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 44px rgba(11, 42, 74, 0.18);
}

.jl-service-card__media {
	position: relative;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	background: #d7e4f2;
}

.jl-service-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.jl-service-card:hover .jl-service-card__media img {
	transform: scale(1.04);
}

.jl-service-card__icon {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 3rem;
	height: 3rem;
	border-radius: 12px;
	display: grid;
	place-items: center;
	box-shadow: 0 8px 18px rgba(8, 24, 42, 0.18);
}

.jl-service-card__icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.jl-service-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0.85rem;
	padding: 1.45rem 1.35rem 1.5rem;
}

.jl-service-card__body h3 {
	margin: 0;
	font-family: var(--jl-display);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.15;
}

.jl-service-card__body p {
	margin: 0;
	flex: 1;
	font-size: 0.98rem;
	line-height: 1.55;
}

.jl-service-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 2.55rem;
	padding: 0.55rem 1.15rem;
	border: 0;
	border-radius: 10px;
	font: inherit;
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.jl-service-card__btn:hover {
	transform: translateY(-1px);
}

/* Variante 1: blanca */
.jl-service-card--light {
	background: #fff;
}
.jl-service-card--light .jl-service-card__icon {
	background: #fff;
	color: var(--jl-navy);
}
.jl-service-card--light .jl-service-card__body h3 {
	color: var(--jl-navy);
}
.jl-service-card--light .jl-service-card__body p {
	color: var(--jl-muted);
}
.jl-service-card--light .jl-service-card__btn {
	background: #e8eef5;
	color: var(--jl-navy);
}
.jl-service-card--light .jl-service-card__btn:hover {
	background: var(--jl-blue);
	color: #fff;
}

/* Variante 2: azul claro */
.jl-service-card--mid {
	background: #5aa4ff;
}
.jl-service-card--mid .jl-service-card__icon {
	background: #5aa4ff;
	color: #fff;
}
.jl-service-card--mid .jl-service-card__body h3,
.jl-service-card--mid .jl-service-card__body p {
	color: #fff;
}
.jl-service-card--mid .jl-service-card__btn {
	background: #2f7fea;
	color: #fff;
}
.jl-service-card--mid .jl-service-card__btn:hover {
	background: var(--jl-navy);
	color: #fff;
}

/* Variante 3: azul marino */
.jl-service-card--dark {
	background: var(--jl-navy);
}
.jl-service-card--dark .jl-service-card__icon {
	background: var(--jl-navy);
	color: #fff;
}
.jl-service-card--dark .jl-service-card__body h3,
.jl-service-card--dark .jl-service-card__body p {
	color: #fff;
}
.jl-service-card--dark .jl-service-card__btn {
	background: #1a4a78;
	color: #fff;
}
.jl-service-card--dark .jl-service-card__btn:hover {
	background: var(--jl-blue);
	color: #fff;
}

/* Sectores — órbita + imagen (estilo DPV, sin encimarse) */
.jl-section--sectors {
	position: relative;
	background: linear-gradient(165deg, #071c33 0%, #0b2a4a 48%, #0a2340 100%);
	color: #ffffff;
	padding-top: 3.5rem;
	padding-bottom: 0;
	min-height: 0;
	overflow: visible;
}

.jl-section--sectors .jl-section__head h2 {
	color: #ffffff;
}

.jl-section--sectors .jl-section__head p {
	color: rgba(255, 255, 255, 0.82);
}

.jl-section--sectors .jl-sector__info ul {
	color: rgba(255, 255, 255, 0.72);
}

.jl-section--sectors .jl-sector__title .jl-fill-ch {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);
	color: transparent;
}

.jl-section--sectors .jl-sectors__snow {
	color: #7ad6ff;
	filter: drop-shadow(0 0 10px rgba(122, 214, 255, 0.45));
}

.jl-section--sectors .jl-sectors-snow__flake {
	opacity: 0.32;
	filter: drop-shadow(0 0 2px rgba(122, 214, 255, 0.35));
}

.jl-section--sectors .jl-sectors-snow__flake:nth-child(3n) { opacity: 0.22; }
.jl-section--sectors .jl-sectors-snow__flake:nth-child(3n + 1) { opacity: 0.38; }
.jl-section--sectors .jl-sectors-snow__flake:nth-child(5n) { opacity: 0.2; }

.jl-section--sectors > .jl-container {
	position: relative;
	z-index: 1;
}

/* Copos de fondo (caen suaves, no tapan el contenido) */
.jl-sectors-snow {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

.jl-sectors-snow__flake {
	position: absolute;
	top: -8%;
	left: calc(3% + (var(--i) * 5.2%));
	width: 18px;
	height: auto;
	opacity: 0.22;
	filter: drop-shadow(0 0 1px rgba(31, 154, 170, 0.25));
	animation-name: jl-snow-fall;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 12s;
	animation-delay: calc(var(--i) * -0.95s);
	will-change: transform;
}

.jl-sectors-snow__flake:nth-child(3n) { width: 14px; opacity: 0.16; animation-duration: 10s; }
.jl-sectors-snow__flake:nth-child(3n + 1) { width: 22px; opacity: 0.26; animation-duration: 14s; }
.jl-sectors-snow__flake:nth-child(3n + 2) { width: 17px; opacity: 0.2; animation-duration: 11.5s; }
.jl-sectors-snow__flake:nth-child(4n) { animation-name: jl-snow-fall-drift; }
.jl-sectors-snow__flake:nth-child(5n) { width: 26px; opacity: 0.14; animation-duration: 16s; }

@keyframes jl-snow-fall {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	100% {
		transform: translate3d(18px, 110vh, 0) rotate(280deg);
	}
}

@keyframes jl-snow-fall-drift {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	100% {
		transform: translate3d(-36px, 110vh, 0) rotate(-240deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.jl-sectors-snow__flake {
		animation: none !important;
		opacity: 0.1;
		top: 18%;
	}
}

.jl-section--sectors .jl-section__head {
	margin-bottom: 1.5rem;
}

/* Pista de scroll: la vista sticky se queda fija mientras das la vuelta completa */
.jl-sectors-scroll {
	position: relative;
	min-height: 220vh;
}

.jl-sectors-pin {
	position: sticky;
	top: 76px;
	height: calc(100vh - 76px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.25rem;
	pointer-events: none;
}

.jl-sectors-pin .jl-sectors-stage {
	pointer-events: auto;
}

.jl-sectors-stage {
	display: grid;
	grid-template-columns: minmax(260px, 36%) minmax(0, 64%);
	gap: clamp(1.25rem, 2.5vw, 2rem);
	align-items: stretch;
	width: min(1120px, 100%);
	height: min(68vh, 560px);
}

.jl-sectors-feature {
	position: relative;
	height: 100%;
	min-height: 0;
	border-radius: 18px;
	overflow: hidden;
	background: var(--jl-navy);
	box-shadow: 0 18px 40px rgba(11, 42, 74, 0.22);
	isolation: isolate;
	z-index: 2;
}

.jl-sectors-feature__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	transform: scale(1.08) translateX(-8%);
	filter: blur(18px) saturate(0.85);
	transition:
		opacity 0.8s ease,
		transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.8s ease;
}

.jl-sectors-feature__slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 0;
}

/* Degradado detrás del texto */
.jl-sectors-feature__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(8, 24, 42, 0.72) 0%,
		rgba(8, 24, 42, 0.2) 28%,
		transparent 48%,
		rgba(8, 24, 42, 0.35) 72%,
		rgba(8, 24, 42, 0.78) 100%
	);
}

.jl-sectors-feature__copy {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.15rem 1.15rem 1.25rem;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.45s ease 0.12s, transform 0.45s ease 0.12s;
	pointer-events: none;
}

.jl-sectors-feature__title {
	margin: 0;
	width: fit-content;
	max-width: 100%;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(11, 42, 74, 0.92);
	color: #ffffff;
	font-family: var(--jl-display);
	font-size: clamp(0.82rem, 1.4vw, 1rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	text-transform: uppercase;
	line-height: var(--jl-title-line);
	text-shadow: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.jl-sectors-feature__list {
	margin: 0;
	padding: 0.85rem 1rem 0.9rem 1.35rem;
	width: fit-content;
	max-width: calc(100% - 0.5rem);
	list-style: disc;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(11, 42, 74, 0.92);
	color: #ffffff;
	font-size: clamp(0.82rem, 1.2vw, 0.95rem);
	line-height: 1.45;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.jl-sectors-feature__list li::marker {
	color: #7ec8ff;
}

.jl-sectors-feature__slide.is-active {
	opacity: 1;
	z-index: 2;
	transform: scale(1) translateX(0);
	filter: blur(0) saturate(1);
}

.jl-sectors-feature__slide.is-active .jl-sectors-feature__copy {
	opacity: 1;
	transform: translateY(0);
}

.jl-sectors-feature__slide.is-leaving {
	opacity: 0;
	z-index: 1;
	transform: scale(1.05) translateX(5%);
	filter: blur(14px) saturate(0.9);
}

.jl-sectors-feature__slide.is-leaving .jl-sectors-feature__copy {
	opacity: 0;
	transition-delay: 0s;
}

.jl-sectors-orbit-wrap {
	position: relative;
	z-index: 1;
	height: 100%;
	min-width: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.jl-sectors {
	--hex: 108px;
	--hex-h: calc(var(--hex) * 1.12);
	--cx: 56%;
	position: relative;
	width: 100%;
	height: calc(100% - 1.5rem);
	max-width: none;
	margin: 0.75rem 0;
	overflow: visible;
}

.jl-sectors__center {
	position: absolute;
	left: var(--cx);
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	pointer-events: none;
}

.jl-sectors__snow {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: #2f7fea;
	background: transparent;
	box-shadow: none;
	animation: jl-snow-spin 22s linear infinite;
}

.jl-sectors__snow svg {
	width: 72%;
	height: 72%;
	filter: drop-shadow(0 4px 8px rgba(11, 42, 74, 0.18));
}

@keyframes jl-snow-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.jl-sector {
	position: absolute;
	left: var(--cx);
	top: 50%;
	width: var(--hex);
	height: var(--hex-h);
	z-index: 2;
	will-change: transform;
	transform: translate(-50%, -50%);
	cursor: pointer;
	outline: none;
}

.jl-sector:focus-visible .jl-sector__hex {
	outline: 2px solid var(--jl-blue);
	outline-offset: 3px;
}

.jl-sector__hex {
	--ring: #0b2a4a;
	width: 100%;
	height: 100%;
	position: relative;
	filter: drop-shadow(0 10px 16px rgba(11, 42, 74, 0.18));
	transition: filter 0.35s ease, transform 0.35s ease;
}

.jl-sector.is-active {
	z-index: 4;
}

.jl-sector.is-active .jl-sector__hex {
	filter: drop-shadow(0 14px 22px rgba(47, 127, 234, 0.4));
	transform: scale(1.08);
}

.jl-sector.is-active .jl-sector__hex::before {
	background: linear-gradient(145deg, #4ea0ff, #1a5fad 55%, #0b2a4a);
}

.jl-sector__hex::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, #2a5f96, #0b2a4a 55%, #071d33);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.jl-sector__hex img {
	position: absolute;
	inset: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	object-fit: cover;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: block;
}

.jl-sector__info {
	position: absolute;
	top: 50%;
	width: max-content;
	max-width: 7.2rem;
	transform: translateY(-50%);
	z-index: 3;
	pointer-events: none;
}

.jl-sector.is-right .jl-sector__info {
	left: calc(100% + 0.7rem);
	right: auto;
	text-align: left;
}

/* Texto a la IZQUIERDA del hex (fuera del círculo, sin encimarse) */
.jl-sector.is-left .jl-sector__info {
	left: auto;
	right: calc(100% + 0.7rem);
	text-align: right;
}

.jl-sector.is-left .jl-sector__title.jl-sectors-fill {
	justify-content: flex-end;
}

.jl-sector.is-left .jl-sector__info ul {
	padding-left: 0;
	padding-right: 0.85rem;
	list-style-position: inside;
}

.jl-sector.is-top .jl-sector__info {
	top: auto;
	bottom: calc(100% + 0.55rem);
	transform: none;
	left: 50%;
	right: auto;
	text-align: center;
	translate: -50% 0;
	max-width: 8rem;
}

.jl-sector.is-top .jl-sector__title.jl-sectors-fill {
	justify-content: center;
}

.jl-sector.is-top .jl-sector__info ul {
	padding-left: 0;
	list-style-position: inside;
}

.jl-sector.is-bottom .jl-sector__info {
	top: calc(100% + 0.55rem);
	bottom: auto;
	transform: none;
	left: 50%;
	right: auto;
	text-align: center;
	translate: -50% 0;
	max-width: 8rem;
}

.jl-sector.is-bottom .jl-sector__title.jl-sectors-fill {
	justify-content: center;
}

.jl-sector.is-bottom .jl-sector__info ul {
	padding-left: 0;
	list-style-position: inside;
}

.jl-sector__title.jl-sectors-fill {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0;
	margin: 0 0 0.25rem;
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: none;
	font-family: var(--jl-display);
	font-size: clamp(0.72rem, 1.05vw, 0.9rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	line-height: var(--jl-title-line);
	max-width: 100%;
	text-shadow: none;
}

.jl-sector__title .jl-fill-space {
	display: inline-block;
	width: 0.28em;
}

.jl-sector__title.jl-sectors-fill.is-on .jl-fill-ch--word.is-filled,
.jl-sector__title .jl-fill-ch--word,
.jl-sector__title .jl-fill-ch {
	color: #ffffff;
	-webkit-text-stroke: 0 transparent;
}

.jl-sector__info ul {
	margin: 0;
	padding: 0 0 0 0.85rem;
	list-style: disc;
	color: #5d738a;
	font-size: 0.72rem;
	line-height: 1.35;
}

.jl-sector__info li::marker {
	color: var(--ring);
	font-size: 1em;
}

.jl-sector--comercio .jl-sector__info {
	max-width: 7.5rem;
}

@media (max-width: 960px) {
	.jl-section--sectors {
		min-height: 0 !important;
		padding-top: 2.5rem;
		padding-bottom: 1rem !important;
	}

	.jl-sectors-scroll {
		min-height: 0 !important;
		height: auto !important;
	}

	.jl-sectors-pin {
		position: relative;
		top: auto;
		height: auto !important;
		min-height: 0 !important;
		display: block;
		padding: 0;
		margin: 0;
		pointer-events: auto;
	}

	.jl-sectors-stage {
		display: grid;
		grid-template-columns: 1fr;
		height: auto !important;
		min-height: 0 !important;
		gap: 1rem;
	}

	.jl-sectors-feature {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
	}

	.jl-sectors-orbit-wrap {
		overflow: visible;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.jl-sectors {
		--hex: 124px;
		--cx: 50%;
		height: auto;
		min-height: 0;
		display: grid;
		gap: 1rem;
		max-width: 440px;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.jl-sectors__center {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin: 0.2rem auto 0.5rem;
		width: 72px;
		height: 72px;
		order: -1;
	}

	.jl-sector {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
		width: 100% !important;
		height: auto !important;
		max-width: none;
		display: flex;
		align-items: center;
		gap: 0.9rem;
		flex-direction: row !important;
		text-align: left !important;
		background: #fff;
		border-radius: 16px;
		padding: 0.85rem 1rem;
		border: 1px solid #d7e4f2;
		box-shadow: 0 10px 24px rgba(11, 42, 74, 0.08);
	}

	.jl-sector__hex {
		flex: 0 0 var(--hex);
		width: var(--hex);
		height: var(--hex-h);
	}

	.jl-sector__info {
		position: static !important;
		transform: none !important;
		translate: none !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		flex: 1 1 0 !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		pointer-events: auto;
	}

	.jl-sector__info .jl-fill-word,
	.jl-sector__title.jl-sectors-fill {
		width: auto;
		max-width: none !important;
		justify-content: center !important;
		text-align: center !important;
	}

	.jl-sector.is-left .jl-sector__title.jl-sectors-fill,
	.jl-sector.is-top .jl-sector__title.jl-sectors-fill,
	.jl-sector.is-bottom .jl-sector__title.jl-sectors-fill,
	.jl-sector__title.jl-sectors-fill {
		justify-content: center !important;
		text-align: center !important;
	}

	.jl-sector__info ul {
		width: auto;
		max-width: none !important;
		margin: 0.15rem auto 0;
		padding-left: 1.05rem !important;
		padding-right: 0 !important;
		text-align: left;
		box-sizing: border-box;
	}

	.jl-sector.is-left .jl-sector__info ul,
	.jl-sector.is-top .jl-sector__info ul,
	.jl-sector.is-bottom .jl-sector__info ul,
	.jl-sector__info ul {
		padding-left: 1.05rem !important;
		padding-right: 0 !important;
		list-style-position: outside !important;
		text-align: left;
	}

	.jl-sector.is-left .jl-sector__title.jl-sectors-fill,
	.jl-sector.is-top .jl-sector__title.jl-sectors-fill,
	.jl-sector.is-bottom .jl-sector__title.jl-sectors-fill,
	.jl-sector__title.jl-sectors-fill {
		justify-content: flex-start;
		font-size: 0.92rem;
	}

	.jl-sector__title .jl-fill-ch,
	.jl-sector__title .jl-fill-ch--word,
	.jl-sector__title.jl-sectors-fill.is-on .jl-fill-ch--word.is-filled {
		color: #0b2a4a !important;
		-webkit-text-stroke: 0 transparent !important;
		text-shadow: none !important;
	}

	.jl-section--sectors .jl-sector__title .jl-fill-ch {
		color: #0b2a4a !important;
		-webkit-text-stroke: 0 transparent !important;
	}

	.jl-sector.is-left .jl-sector__info ul,
	.jl-sector.is-top .jl-sector__info ul,
	.jl-sector.is-bottom .jl-sector__info ul,
	.jl-sector__info ul {
		padding-left: 1.05rem !important;
		padding-right: 0 !important;
		list-style-position: outside !important;
		color: #5d738a !important;
		font-size: 0.82rem;
		line-height: 1.4;
	}

	.jl-sectors__center {
		display: none;
	}

	.jl-sectors-feature {
		display: none;
	}
}

.jl-steps { margin: 0; padding-left: 1.2rem; color: var(--jl-muted); }
.jl-steps li { margin-bottom: 0.85rem; }
.jl-steps strong { color: var(--jl-text); }
.jl-plugin-slot { margin-top: 2rem; }
.jl-page-content { max-width: 720px; }

/* Footer */
.jl-footer {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-top: 1px solid rgba(146, 196, 224, 0.14);
	background: linear-gradient(180deg, #07141f 0%, #0a1e2e 100%);
	color: rgba(255, 255, 255, 0.88);
	padding-top: 3.25rem;
}

.jl-footer__snow {
	pointer-events: none;
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.jl-footer__snow-flake {
	position: absolute;
	bottom: -8%;
	left: calc(var(--x, 50) * 1%);
	width: calc(var(--size, 16) * 1px);
	height: auto;
	opacity: 0;
	filter: drop-shadow(0 0 6px rgba(122, 214, 255, 0.35));
	animation-name: jl-footer-bubble-rise;
	animation-duration: calc(var(--dur, 10) * 1s);
	animation-delay: calc(var(--delay, 0) * 1s);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	will-change: transform, opacity;
}

.jl-footer__snow-flake:nth-child(3n) {
	animation-name: jl-footer-bubble-rise-drift;
	opacity: 0;
}

.jl-footer__snow-flake:nth-child(4n) {
	filter: drop-shadow(0 0 8px rgba(160, 230, 255, 0.45));
}

@keyframes jl-footer-bubble-rise {
	0% {
		transform: translate3d(0, 0, 0) scale(0.7) rotate(0deg);
		opacity: 0;
	}
	8% { opacity: 0.35; }
	50% { opacity: 0.55; }
	85% { opacity: 0.28; }
	100% {
		transform: translate3d(0, -118vh, 0) scale(1.05) rotate(160deg);
		opacity: 0;
	}
}

@keyframes jl-footer-bubble-rise-drift {
	0% {
		transform: translate3d(0, 0, 0) scale(0.65) rotate(0deg);
		opacity: 0;
	}
	10% { opacity: 0.4; }
	45% {
		transform: translate3d(18px, -55vh, 0) scale(1) rotate(90deg);
		opacity: 0.5;
	}
	100% {
		transform: translate3d(-14px, -118vh, 0) scale(1.1) rotate(200deg);
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jl-footer__snow-flake {
		animation: none !important;
		opacity: 0 !important;
	}
}

.jl-footer > .jl-container,
.jl-footer > .jl-footer__bar {
	position: relative;
	z-index: 1;
}

.jl-footer a { color: #9fd0ff; }
.jl-footer a:hover,
.jl-footer a:focus-visible {
	color: #ffffff;
}

.jl-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 0.9fr 1.1fr;
	gap: 2rem 1.75rem;
	padding-bottom: 2.25rem;
	align-items: start;
}

.jl-footer__logo {
	display: inline-block;
	margin: 0 0 0.45rem;
	font-family: var(--jl-display);
	font-size: clamp(1.55rem, 2.5vw, 1.9rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	line-height: var(--jl-title-line);
	color: #fff;
	text-decoration: none;
}

.jl-footer__logo--img {
	display: block;
	margin: 0 0 0.75rem;
}

.jl-footer__logo--img .custom-logo-link {
	display: inline-block;
	line-height: 0;
}

.jl-footer__logo--img .custom-logo {
	display: block;
	width: auto;
	height: auto;
	max-height: 56px;
	max-width: min(220px, 100%);
}

.jl-footer__tag {
	margin: 0 0 0.75rem;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(122, 214, 255, 0.9);
}

.jl-footer__copy {
	margin: 0;
	max-width: 28rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.95rem;
	line-height: 1.55;
}

.jl-footer__label {
	margin: 0 0 0.65rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.jl-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.jl-footer__links a {
	text-decoration: none;
	font-weight: 500;
	color: rgba(230, 242, 255, 0.88);
}

.jl-footer__phone {
	display: inline-block;
	margin: 0 0 0.55rem;
	font-family: var(--jl-display);
	font-size: clamp(1.25rem, 2.2vw, 1.55rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	color: #7ad6ff;
	text-decoration: none;
}

.jl-footer__meta {
	display: block;
	margin: 0 0 0.35rem;
	color: rgba(210, 228, 242, 0.82);
	font-size: 0.95rem;
	text-decoration: none;
}

.jl-footer__meta--plain {
	color: rgba(200, 220, 236, 0.68);
}

.jl-footer__wa {
	display: inline-flex;
	align-items: center;
	margin-top: 0.75rem;
	padding: 0.45rem 0.9rem;
	border: 1px solid rgba(122, 214, 255, 0.35);
	border-radius: 999px;
	background: rgba(8, 40, 58, 0.65);
	color: #d7f3ff;
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.25s ease, background 0.25s ease;
}

.jl-footer__wa:hover,
.jl-footer__wa:focus-visible {
	border-color: rgba(122, 214, 255, 0.7);
	background: rgba(14, 60, 86, 0.85);
	color: #fff;
}

.jl-footer__bar {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 1rem 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.85rem;
}

.jl-footer__bar-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
}

.jl-footer__bar-link {
	font-weight: 600;
	text-decoration: none;
	color: #9fd0ff;
}

.jl-air-contact-box,
.jl-air-cta-wrap {
	border: 1px solid #d7e4f2;
	border-radius: var(--jl-radius);
	padding: 1.25rem 1.4rem;
	background: #fff;
}

.jl-air-contact-box h3 {
	margin: 0 0 0.4rem;
	font-family: var(--jl-display);
}

.jl-air-contact-box p {
	margin: 0 0 0.9rem;
	color: var(--jl-muted);
}

/* —— Ingenierías MEP (proceso, estilo hero oscuro + scroll 3D) —— */
.jl-mep-process {
	position: relative;
	isolation: isolate;
	padding: 4.5rem 0 5rem;
	background-color: #071c33;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	overflow: hidden;
}

.jl-mep-process__veil {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(7, 28, 51, 0.92) 0%, rgba(11, 42, 74, 0.88) 50%, rgba(7, 28, 51, 0.92) 100%),
		linear-gradient(180deg, rgba(7, 28, 51, 0.75) 0%, rgba(7, 28, 51, 0.55) 40%, rgba(7, 28, 51, 0.92) 100%);
	pointer-events: none;
}

.jl-mep-process__inner {
	position: relative;
	z-index: 1;
}

.jl-mep-process__map {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(200px, 280px) minmax(0, 1fr);
	grid-template-rows: repeat(3, auto);
	gap: 1.35rem 1.1rem;
	align-items: center;
	perspective: 1200px;
	transform-style: preserve-3d;
	padding: 0.5rem 0;
}

.jl-mep-process__hub {
	grid-column: 2;
	grid-row: 1 / span 3;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 220px;
	padding: 2rem 1.25rem;
	opacity: 0;
	transform: translateZ(-60px) scale(0.86) rotateX(8deg);
	transition:
		opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.jl-mep-process.is-in .jl-mep-process__hub {
	opacity: 1;
	transform: translateZ(0) scale(1) rotateX(0deg);
}

.jl-mep-process__hub-ring {
	position: absolute;
	inset: 8% 4%;
	clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
	border: 2px solid rgba(94, 200, 245, 0.55);
	box-shadow:
		0 0 0 1px rgba(94, 200, 245, 0.12),
		0 0 28px rgba(94, 200, 245, 0.22),
		inset 0 0 30px rgba(94, 200, 245, 0.08);
	background: rgba(255, 255, 255, 0.03);
	animation: jl-mep-hub-pulse 3.4s ease-in-out infinite;
}

.jl-mep-process__hub-ring--2 {
	inset: 0;
	border-color: rgba(94, 200, 245, 0.22);
	animation-delay: -1.2s;
	opacity: 0.65;
}

.jl-mep-process__hub-title {
	position: relative;
	z-index: 1;
	margin: 0 0 0.45rem;
	font-family: var(--jl-display);
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	text-transform: uppercase;
	color: #ffffff;
	line-height: var(--jl-title-line);
	text-shadow: none;
}

.jl-mep-process__hub-sub {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.72);
	max-width: 12rem;
	line-height: 1.4;
}

.jl-mep-step {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	opacity: 0;
	transform: translateY(36px) translateZ(-40px) rotateX(10deg);
	transition:
		opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.3s ease;
	transition-delay: calc(var(--i, 0) * 90ms + 120ms);
	will-change: transform, opacity;
}

.jl-mep-step--left {
	grid-column: 1;
	flex-direction: row-reverse;
	text-align: right;
	justify-self: end;
	transform: translateX(-28px) translateY(36px) translateZ(-40px) rotateY(8deg);
}

.jl-mep-step--right {
	grid-column: 3;
	justify-self: start;
	transform: translateX(28px) translateY(36px) translateZ(-40px) rotateY(-8deg);
}

.jl-mep-step:nth-child(2) { grid-row: 1; }
.jl-mep-step:nth-child(3) { grid-row: 1; }
.jl-mep-step:nth-child(4) { grid-row: 2; }
.jl-mep-step:nth-child(5) { grid-row: 2; }
.jl-mep-step:nth-child(6) { grid-row: 3; }
.jl-mep-step:nth-child(7) { grid-row: 3; }

.jl-mep-process.is-in .jl-mep-step {
	opacity: 1;
	transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0);
}

.jl-mep-step__num {
	position: absolute;
	top: -0.35rem;
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 0.72rem;
	font-weight: 700;
	color: #071c33;
	background: var(--accent, #5ec8f5);
	box-shadow: 0 0 12px color-mix(in srgb, var(--accent, #5ec8f5) 55%, transparent);
	z-index: 3;
}

.jl-mep-step--left .jl-mep-step__num { right: 0.15rem; }
.jl-mep-step--right .jl-mep-step__num { left: 0.15rem; }

.jl-mep-step__hex {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
	box-shadow:
		0 0 0 2px var(--accent, #5ec8f5),
		0 0 18px color-mix(in srgb, var(--accent, #5ec8f5) 35%, transparent);
	transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.jl-mep-step__hex svg {
	width: 34px;
	height: 34px;
}

.jl-mep-step__body {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.85rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(8px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	overflow: hidden;
	isolation: isolate;
	transition: border-color 0.3s ease, background 0.3s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.jl-mep-step__body::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 2px solid var(--accent, #5ec8f5);
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	pointer-events: none;
	z-index: 1;
}

.jl-mep-step__connector {
	display: none;
}

.jl-mep-step__title {
	position: relative;
	z-index: 2;
	margin: 0;
	font-family: var(--jl-display);
	font-size: clamp(0.78rem, 1.15vw, 0.92rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	text-transform: uppercase;
	line-height: var(--jl-title-line);
	color: #ffffff;
	text-shadow: none;
}

.jl-mep-step:hover .jl-mep-step__hex {
	transform: translateY(-3px) scale(1.04);
	background: rgba(255, 255, 255, 0.12);
	box-shadow:
		0 0 0 2px var(--accent, #5ec8f5),
		0 0 26px color-mix(in srgb, var(--accent, #5ec8f5) 55%, transparent);
}

.jl-mep-step:hover .jl-mep-step__body {
	background: rgba(255, 255, 255, 0.12);
	border-color: transparent;
	transform: translateY(-2px);
	box-shadow:
		0 14px 32px rgba(0, 0, 0, 0.3),
		0 0 0 1px color-mix(in srgb, var(--accent, #5ec8f5) 40%, transparent);
}

.jl-mep-step:hover .jl-mep-step__body::before {
	opacity: 1;
	animation: jl-mep-border-draw 0.85s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes jl-mep-hub-pulse {
	0%, 100% { opacity: 0.75; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.02); }
}

@keyframes jl-mep-border-draw {
	0% { opacity: 1; clip-path: inset(0 100% 0 0); }
	100% { opacity: 1; clip-path: inset(0 0 0 0); }
}

@media (max-width: 960px) {
	.jl-mep-process {
		padding: 1.75rem 0 3rem;
	}

	.jl-mep-process__map {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 1rem;
		perspective: none;
	}

	.jl-mep-process__hub {
		grid-column: 1;
		grid-row: auto;
		min-height: 160px;
		margin-bottom: 0.5rem;
		order: -1;
	}

	.jl-mep-step,
	.jl-mep-step--left,
	.jl-mep-step--right {
		grid-column: 1 !important;
		grid-row: auto !important;
		justify-self: stretch;
		flex-direction: row;
		text-align: left;
		transform: none;
		opacity: 1;
		align-items: flex-start;
		gap: 0.75rem;
		margin: 0;
	}

	.jl-mep-process.is-in .jl-mep-step {
		transform: none;
		opacity: 1;
	}

	.jl-mep-step:nth-child(n) {
		grid-row: auto !important;
		grid-column: 1 !important;
	}

	.jl-mep-step--left .jl-mep-step__num,
	.jl-mep-step--right .jl-mep-step__num {
		left: auto;
		right: 0.35rem;
		top: 0.35rem;
		position: absolute;
	}

	.jl-mep-step__body {
		border-radius: 14px;
		padding: 0.9rem 1rem 0.9rem 0.95rem;
		min-height: 0;
		overflow: visible;
	}

	.jl-mep-step__title {
		display: block;
		font-size: 0.86rem;
		line-height: 1.35;
		white-space: normal;
		word-break: break-word;
	}

	.jl-mep-step__hex {
		flex: 0 0 52px;
		width: 52px;
		height: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jl-mep-process__hub,
	.jl-mep-step,
	.jl-mep-process__hub-ring {
		transition: none !important;
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.jl-mep-step:hover .jl-mep-step__body::before {
		animation: none;
		opacity: 1;
		clip-path: none;
	}
}

/* —— Proyectos 2026 — carrusel 3D de empresas —— */
.jl-projects-semester {
	position: relative;
	padding: 4.25rem 0 4.5rem;
	background: linear-gradient(165deg, #06182c 0%, #0b2a4a 48%, #071c33 100%);
	color: #ffffff;
	overflow: hidden;
}

.jl-projects-semester__aura {
	position: absolute;
	left: 50%;
	top: 42%;
	width: min(720px, 90vw);
	height: min(420px, 55vw);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--brand-glow, #5ec8f5) 45%, transparent), transparent 68%);
	filter: blur(8px);
	opacity: 0.75;
	pointer-events: none;
	transition: background 0.7s ease, opacity 0.5s ease;
	z-index: 0;
}

.jl-projects-semester > .jl-container {
	position: relative;
	z-index: 1;
}

.jl-projects-semester__head {
	text-align: center;
	margin-bottom: 1.75rem;
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}

.jl-projects-semester__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(122, 214, 255, 0.85);
}

.jl-projects-semester__head h2 {
	margin: 0 0 0.55rem;
	font-family: var(--jl-display);
	font-size: clamp(1.7rem, 3.4vw, 2.45rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	text-transform: uppercase;
	color: #ffffff;
	line-height: var(--jl-title-line);
	text-shadow: none;
}

.jl-projects-semester__lead {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.98rem;
}

.jl-projects-orbit {
	position: relative;
	--brand: #1b7a3d;
	--brand-glow: #3ecf6e;
}

.jl-projects-orbit__particles {
	position: absolute;
	inset: 0 0 4rem;
	width: 100%;
	height: calc(100% - 3.5rem);
	pointer-events: none;
	z-index: 2;
	opacity: 0.95;
}

.jl-projects-orbit__stage {
	position: relative;
	z-index: 3;
	height: clamp(420px, 58vh, 540px);
	perspective: 1400px;
	transform-style: preserve-3d;
	touch-action: pan-y;
}

.jl-orbit-card {
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(300px, 78vw);
	margin: 0;
	transform-style: preserve-3d;
	transition:
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.55s ease,
		filter 0.55s ease;
	will-change: transform, opacity;
	cursor: pointer;
}

.jl-orbit-card__hex {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto 1rem;
	display: grid;
	place-items: center;
}

.jl-orbit-card__glow {
	position: absolute;
	inset: -10px;
	clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
	background: var(--brand-glow, #5ec8f5);
	opacity: 0.2;
	filter: blur(8px);
	transition: opacity 0.45s ease;
}

.jl-orbit-card.is-active .jl-orbit-card__glow {
	opacity: 0.65;
	animation: jl-orbit-glow 2.2s ease-in-out infinite;
}

.jl-orbit-card__hex img {
	position: relative;
	z-index: 1;
	width: 132px;
	height: 132px;
	object-fit: contain;
	padding: 1rem;
	background: transparent;
	/* Logos ya van en blanco sobre transparente; no usar brightness/invert (aplasta Ford/IMSS). */
	clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
	box-shadow:
		0 0 0 3px var(--brand, #2f7fea),
		0 0 28px color-mix(in srgb, var(--brand-glow, #5ec8f5) 55%, transparent);
	transition: box-shadow 0.45s ease, transform 0.45s ease;
}

.jl-orbit-card.is-active .jl-orbit-card__hex img {
	transform: scale(1.06);
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.35));
	box-shadow:
		0 0 0 3px var(--brand-glow, #5ec8f5),
		0 0 36px color-mix(in srgb, var(--brand-glow, #5ec8f5) 80%, transparent);
}

.jl-orbit-card__panel {
	padding: 1rem 1.1rem 1.15rem;
	border-radius: 18px;
	border: 1px solid color-mix(in srgb, var(--brand, #2f7fea) 45%, rgba(255,255,255,0.12));
	background: rgba(8, 24, 42, 0.72);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	text-align: left;
	opacity: 0.35;
	transform: translateY(12px);
	transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
}

.jl-orbit-card.is-active .jl-orbit-card__panel {
	opacity: 1;
	transform: translateY(0);
	border-color: var(--brand-glow, #5ec8f5);
	box-shadow:
		0 20px 44px rgba(0, 0, 0, 0.4),
		0 0 24px color-mix(in srgb, var(--brand-glow, #5ec8f5) 28%, transparent);
}

.jl-orbit-card__name {
	margin: 0 0 0.55rem;
	font-family: var(--jl-display);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
}

.jl-orbit-card__panel ul {
	margin: 0;
	padding: 0 0 0 1rem;
	list-style: disc;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.82rem;
	line-height: 1.45;
}

.jl-orbit-card__panel li + li { margin-top: 0.28rem; }
.jl-orbit-card__panel li::marker { color: var(--brand-glow, #5ec8f5); }

.jl-projects-orbit__nav {
	position: absolute;
	top: 38%;
	z-index: 5;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(7, 28, 51, 0.65);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	backdrop-filter: blur(8px);
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.jl-projects-orbit__nav:hover,
.jl-projects-orbit__nav:focus-visible {
	background: color-mix(in srgb, var(--brand, #2f7fea) 35%, rgba(7,28,51,0.7));
	border-color: var(--brand-glow, #5ec8f5);
	box-shadow: 0 0 18px color-mix(in srgb, var(--brand-glow, #5ec8f5) 40%, transparent);
	transform: scale(1.06);
	outline: none;
}

.jl-projects-orbit__nav--prev { left: 0.25rem; }
.jl-projects-orbit__nav--next { right: 0.25rem; }

.jl-projects-orbit__dots {
	display: flex;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 1.1rem;
}

.jl-projects-orbit__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 999px;
	border: 0;
	background: rgba(255, 255, 255, 0.28);
	cursor: pointer;
	transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, width 0.25s ease;
}

.jl-projects-orbit__dot.is-active {
	width: 28px;
	background: var(--brand, #2f7fea);
	box-shadow: 0 0 12px color-mix(in srgb, var(--brand, #2f7fea) 65%, transparent);
}

.jl-projects-orbit__counter {
	margin: 0.85rem 0 0;
	text-align: center;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.55);
}

@keyframes jl-orbit-glow {
	0%, 100% { opacity: 0.4; transform: scale(0.96); }
	50% { opacity: 0.85; transform: scale(1.08); }
}

@media (max-width: 700px) {
	.jl-projects-orbit__stage { height: 480px; }
	.jl-orbit-card { width: min(270px, 86vw); }
	.jl-orbit-card__hex { width: 120px; height: 120px; }
	.jl-orbit-card__hex img { width: 108px; height: 108px; }
	.jl-projects-orbit__nav { top: 28%; width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
	.jl-orbit-card,
	.jl-orbit-card__hex img,
	.jl-orbit-card__panel,
	.jl-orbit-card__glow,
	.jl-projects-semester__aura {
		transition: none !important;
		animation: none !important;
	}
}

/* Scroll 3D opcional (oscuro) */
.jl-scroll3d { position: relative; min-height: 220vh; background: #07141f; color: #e8f4fb; }
.jl-scroll3d__canvas-wrap { position: sticky; top: 0; height: 100vh; overflow: hidden; }
#jl-air-canvas { display: block; width: 100%; height: 100%; }
.jl-scroll3d__glow {
	pointer-events: none;
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 55%, rgba(46,196,255,0.18), transparent 42%);
}
.jl-scroll3d__stage { position: absolute; inset: 0; pointer-events: none; }
.jl-scroll3d__panel {
	position: absolute;
	left: 50%;
	top: 18vh;
	width: min(560px, calc(100% - 2rem));
	transform: translateX(-50%);
	padding: 1.5rem 1.6rem;
	border: 1px solid rgba(146,196,224,0.22);
	border-radius: 18px;
	background: rgba(14,42,62,0.72);
	backdrop-filter: blur(10px);
	opacity: 0;
}
.jl-scroll3d__panel.is-active { opacity: 1; pointer-events: auto; }
.jl-eyebrow { margin: 0 0 0.6rem; color: #00d4a8; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.jl-hero-title { margin: 0 0 0.7rem; font-family: var(--jl-display); font-size: clamp(2rem, 4vw, 3rem); }
.jl-hero-lead { margin: 0; color: #9bb8c9; }

@media (max-width: 900px) {
	.jl-topbar {
		display: none !important;
	}

	/* Header siempre azul marino (sin blanco difuminado) */
	.jl-site-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}
	.jl-site-header.is-scrolled {
		position: fixed;
		box-shadow: 0 8px 24px rgba(5, 16, 28, 0.35);
	}
	.jl-header,
	.jl-site-header.is-scrolled .jl-header {
		background: linear-gradient(180deg, rgba(8, 28, 48, 0.96) 0%, rgba(8, 28, 48, 0.78) 55%, rgba(8, 28, 48, 0) 100%);
	}
	.jl-site-header.is-scrolled .jl-brand__img--on-dark {
		display: block;
	}
	.jl-site-header.is-scrolled .jl-brand__img--on-light {
		display: none;
	}
	.jl-site-header.is-scrolled .jl-brand__text {
		color: #fff;
	}
	.jl-site-header.is-scrolled .jl-brand__text--light-only {
		display: none;
	}
	.jl-site-header.is-scrolled .jl-brand__text--dark-only {
		display: inline-flex;
	}
	.jl-site-header.is-scrolled .jl-nav__toggle {
		border-color: rgba(255, 255, 255, 0.35);
	}
	.jl-site-header.is-scrolled .jl-nav__toggle span {
		background: #fff;
	}
	.jl-site-header.is-scrolled .jl-nav__list {
		background: #0a1a27;
		border: 1px solid rgba(255, 255, 255, 0.12);
		box-shadow: 0 12px 28px rgba(5, 16, 28, 0.45);
	}
	.jl-site-header.is-scrolled .jl-nav__list > li > a {
		color: rgba(255, 255, 255, 0.92);
	}

	/* Hero: imagen de fondo completa; textos encima (como antes) */
	.jl-hero {
		position: relative;
		height: 100vh !important;
		height: 100dvh !important;
		min-height: 100svh !important;
		overflow: hidden;
	}
	.jl-hero__track {
		position: absolute;
		inset: 0;
		min-height: 0;
	}
	.jl-hero__slide {
		position: absolute;
		inset: 0;
		display: block;
		opacity: 0;
		transform: translateX(3%);
		min-height: 0;
		padding: 0;
		pointer-events: none;
		background-size: cover;
		background-position: center;
		transition: opacity 0.7s ease, transform 0.7s ease;
	}
	.jl-hero__slide.is-active {
		opacity: 1;
		transform: translateX(0);
		pointer-events: auto;
		z-index: 1;
	}
	.jl-hero__overlay {
		position: absolute;
		inset: 0;
	}
	.jl-hero__content {
		position: relative;
		z-index: 2;
		min-height: 100%;
		padding: 5.5rem 1.15rem 12.5rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.jl-hero__title {
		max-width: 18ch;
		font-size: clamp(1.55rem, 6.5vw, 2.15rem);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.jl-hero__sub {
		font-size: 0.98rem;
		margin-bottom: 1rem;
		margin-left: auto;
		margin-right: auto;
		max-width: 28ch;
		text-align: center;
	}
	.jl-btn--hero {
		align-self: center !important;
		margin: 0.15rem auto 0.35rem;
		position: relative;
		z-index: 6;
	}
	.jl-hero__pager {
		position: absolute;
		top: 5.75rem;
		bottom: auto;
		right: 1rem;
		font-size: 0.8rem;
		z-index: 5;
	}
	.jl-hero__arrow {
		display: none !important;
	}

	/* Features sobre la misma imagen (no bloque azul aparte) */
	.jl-hero__features {
		display: block !important;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1.35rem;
		z-index: 4;
		padding: 1.5rem 0 0.85rem;
		margin-top: 0;
		background: linear-gradient(180deg, transparent 0%, rgba(8, 24, 42, 0.55) 35%, rgba(8, 24, 42, 0.78) 100%);
	}

	.jl-hero__features-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0.65rem;
		position: relative;
		min-height: 0;
	}

	.jl-hero__features .jl-feature {
		grid-area: auto;
		display: flex !important;
		align-items: center;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		pointer-events: auto;
		padding: 0.1rem 0;
	}

	.jl-hero__features .jl-feature.is-active {
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	.jl-hero__features .jl-feature__icon svg {
		width: 24px;
		height: 24px;
	}

	.jl-hero__features .jl-feature__text strong {
		font-size: 0.95rem;
	}

	.jl-hero__features .jl-feature__text span {
		font-size: 0.78rem;
		max-width: none;
		line-height: 1.3;
	}

	.jl-cards,
	.jl-service-cards,
	.jl-footer__grid { grid-template-columns: 1fr; }

	.jl-footer__logo,
	.jl-footer__logo--img {
		display: none !important;
	}

	/* Backdrop para cerrar el menú tocando afuera */
	.jl-nav-backdrop {
		display: block;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		position: fixed;
		inset: 0;
		z-index: 90;
		background: rgba(5, 16, 28, 0.5);
		backdrop-filter: blur(0);
		-webkit-backdrop-filter: blur(0);
		border: 0;
		padding: 0;
		margin: 0;
		cursor: pointer;
		transition: opacity 0.35s ease, visibility 0.35s ease, backdrop-filter 0.45s ease, -webkit-backdrop-filter 0.45s ease;
	}
	.jl-nav-backdrop.is-visible {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
	}
	.jl-nav.is-open .jl-nav__list {
		z-index: 110;
	}

	/* Hamburguesa → X */
	.jl-nav__toggle {
		display: inline-block;
		position: relative;
		z-index: 120;
		overflow: hidden;
		transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease, background 0.25s ease;
	}
	.jl-nav__toggle span {
		transform-origin: center;
		transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, background 0.25s ease;
	}
	.jl-nav.is-open .jl-nav__toggle {
		transform: rotate(90deg);
		border-color: rgba(46, 196, 255, 0.55);
		background: rgba(46, 196, 255, 0.12);
	}
	.jl-nav.is-open .jl-nav__toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}
	.jl-nav.is-open .jl-nav__toggle span:nth-child(2) {
		opacity: 0;
		transform: scaleX(0);
	}
	.jl-nav.is-open .jl-nav__toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.jl-nav__list {
		display: flex;
		position: absolute;
		right: 1rem;
		top: 72px;
		flex-direction: column;
		gap: 0.15rem;
		padding: 0.85rem 1rem 1rem;
		background: linear-gradient(165deg, #0d2238 0%, #0a1a27 55%, #081522 100%);
		border: 1px solid rgba(46, 196, 255, 0.22);
		border-radius: 14px;
		min-width: 210px;
		z-index: 110;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate3d(12px, -10px, 0) scale(0.86);
		transform-origin: top right;
		box-shadow:
			0 18px 40px rgba(3, 12, 24, 0.55),
			0 0 0 1px rgba(255, 255, 255, 0.04) inset,
			0 0 28px rgba(46, 196, 255, 0.12);
	}
	.jl-nav.is-open .jl-nav__list {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		animation: jl-nav-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	@keyframes jl-nav-pop {
		0% {
			opacity: 0;
			transform: translate3d(14px, -12px, 0) scale(0.82);
			filter: blur(4px);
		}
		55% {
			opacity: 1;
			transform: translate3d(-2px, 2px, 0) scale(1.03);
			filter: blur(0);
		}
		100% {
			opacity: 1;
			transform: translate3d(0, 0, 0) scale(1);
			filter: blur(0);
		}
	}

	.jl-nav__list > li {
		opacity: 0;
		transform: translateX(14px);
	}
	.jl-nav.is-open .jl-nav__list > li {
		animation: jl-nav-item-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}
	.jl-nav.is-open .jl-nav__list > li:nth-child(1) { animation-delay: 0.12s; }
	.jl-nav.is-open .jl-nav__list > li:nth-child(2) { animation-delay: 0.18s; }
	.jl-nav.is-open .jl-nav__list > li:nth-child(3) { animation-delay: 0.24s; }
	.jl-nav.is-open .jl-nav__list > li:nth-child(4) { animation-delay: 0.3s; }
	.jl-nav.is-open .jl-nav__list > li:nth-child(5) { animation-delay: 0.36s; }
	.jl-nav.is-open .jl-nav__list > li:nth-child(6) { animation-delay: 0.42s; }

	@keyframes jl-nav-item-in {
		0% {
			opacity: 0;
			transform: translateX(16px);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	/* Línea azul + blanca animada en menú móvil */
	.jl-nav__list > li > a {
		display: block;
		width: 100%;
		padding: 0.55rem 0.15rem 0.5rem;
	}
	.jl-nav__list > li > a::before,
	.jl-nav__list > li > a::after {
		transform: scaleX(0);
		animation: none;
	}
	.jl-nav__list > li > a:hover::before,
	.jl-nav__list > li > a:hover::after,
	.jl-nav__list > li > a:focus-visible::before,
	.jl-nav__list > li > a:focus-visible::after {
		animation: none;
	}
	.jl-nav__list > li > a.is-animating::before {
		animation: jl-nav-lead 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}
	.jl-nav__list > li > a.is-animating::after {
		animation: jl-nav-trail 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}
	.jl-nav__list > li > a.is-lined::after {
		transform: scaleX(1);
		transform-origin: left center;
	}
	.jl-nav__list > li > a.is-lined::before {
		transform: scaleX(0);
	}

	.jl-btn--schedule { display: none; }
	.jl-btn--form.jl-btn--schedule { display: inline-flex; }

	.jl-header__inner {
		min-height: 64px;
	}

	.jl-services-banner {
		min-height: 0 !important;
	}
	.jl-services-banner__content {
		padding: 1.75rem 1rem 1.6rem;
	}
	.jl-services-banner .jl-section__head--on-dark h2 {
		font-size: clamp(1.85rem, 7vw, 2.4rem);
		margin-bottom: 0.5rem;
	}
	.jl-services-banner .jl-section__head--on-dark p {
		font-size: 0.95rem;
		line-height: 1.45;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.jl-hero__slide { transition: none; }
	.jl-nav__list,
	.jl-nav.is-open .jl-nav__list,
	.jl-nav.is-open .jl-nav__list > li,
	.jl-nav__toggle,
	.jl-nav__toggle span,
	.jl-nav-backdrop {
		animation: none !important;
		transition: none !important;
	}
}

/* —— Ubicaciones / mapa México —— */
.jl-locations {
	--loc-color: #1a5a8a;
	--loc-glow: #4db8ff;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
	background:
		radial-gradient(ellipse 70% 55% at 50% 35%, rgba(26, 90, 138, 0.22), transparent 62%),
		linear-gradient(165deg, #041018 0%, #0a1e2e 42%, #061520 100%);
	color: #e8f4fb;
	perspective: 1200px;
}

.jl-locations__aura {
	pointer-events: none;
	position: absolute;
	inset: -10% 15% auto;
	height: 55%;
	background: radial-gradient(circle, color-mix(in srgb, var(--loc-glow) 35%, transparent), transparent 68%);
	opacity: 0.55;
	filter: blur(40px);
	transition: background 0.6s ease, opacity 0.45s ease;
	z-index: 0;
}

.jl-locations__particles {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.jl-locations__inner {
	position: relative;
	z-index: 2;
}

.jl-locations__head {
	margin-bottom: 1.75rem;
	transform: translate3d(0, 36px, -40px) rotateX(8deg);
	opacity: 0;
	transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
}

.jl-locations.is-in .jl-locations__head {
	transform: none;
	opacity: 1;
}

.jl-locations__head h2 {
	margin: 0;
	font-family: var(--jl-display);
	font-size: clamp(1.85rem, 4.2vw, 2.75rem);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	text-transform: uppercase;
	color: #ffffff;
	line-height: var(--jl-title-line);
	text-shadow: none;
}

.jl-locations__head p {
	margin: 0.45rem 0 0;
	max-width: 36rem;
	color: rgba(200, 224, 240, 0.78);
	font-size: 1rem;
}

.jl-locations__board {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: center;
	transform: translate3d(0, 48px, -60px) rotateX(10deg) scale(0.96);
	opacity: 0;
	transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.08s, opacity 0.75s ease 0.08s;
}

.jl-locations.is-in .jl-locations__board {
	transform: none;
	opacity: 1;
}

.jl-locations__legend {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.jl-loc-chip {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 0.75rem;
	align-items: center;
	width: 100%;
	padding: 0.65rem 0.85rem 0.65rem 0.55rem;
	border: 1px solid rgba(146, 196, 224, 0.18);
	border-radius: 14px;
	background: rgba(8, 28, 44, 0.72);
	color: inherit;
	text-align: left;
	cursor: pointer;
	transition:
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.jl-loc-chip:hover,
.jl-loc-chip:focus-visible {
	outline: none;
	transform: translateX(4px);
	border-color: color-mix(in srgb, var(--chip) 55%, transparent);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--chip) 30%, transparent), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.jl-loc-chip.is-active {
	border-color: color-mix(in srgb, var(--chip) 70%, transparent);
	background: linear-gradient(120deg, color-mix(in srgb, var(--chip) 22%, rgba(8, 28, 44, 0.9)), rgba(8, 28, 44, 0.85));
	box-shadow:
		0 0 0 1px color-mix(in srgb, var(--chip-glow) 35%, transparent),
		0 0 28px color-mix(in srgb, var(--chip) 28%, transparent);
	transform: translateX(6px);
}

.jl-loc-chip__hex {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
	background: rgba(4, 16, 24, 0.9);
	color: var(--chip);
	box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--chip) 75%, transparent);
	transition: color 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.jl-loc-chip.is-active .jl-loc-chip__hex {
	filter: drop-shadow(0 0 10px color-mix(in srgb, var(--chip-glow) 55%, transparent));
}

.jl-loc-chip__text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.jl-loc-chip__text strong {
	font-family: var(--jl-display);
	font-size: 0.84rem;
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	line-height: 1.25;
	color: #ffffff;
}

.jl-loc-chip__text em {
	font-style: normal;
	font-size: 0.75rem;
	line-height: 1.35;
	color: rgba(180, 210, 230, 0.72);
}

.jl-locations__map-wrap {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 280px;
	padding: 0.5rem;
	overflow: hidden;
	border-radius: 18px;
}

.jl-locations__stage {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

.jl-locations.is-zoomed .jl-locations__map-wrap {
	min-height: min(58vh, 520px);
	background: rgba(4, 16, 28, 0.35);
	box-shadow: inset 0 0 0 1px rgba(146, 196, 224, 0.12);
}

.jl-locations__zoom-reset {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 3;
	padding: 0.45rem 0.8rem;
	border: 1px solid rgba(146, 196, 224, 0.28);
	border-radius: 999px;
	background: rgba(8, 28, 44, 0.88);
	color: #d7ecff;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	backdrop-filter: blur(8px);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.jl-locations__zoom-reset:hover,
.jl-locations__zoom-reset:focus-visible {
	outline: none;
	border-color: color-mix(in srgb, var(--loc-glow) 55%, transparent);
	box-shadow: 0 0 18px color-mix(in srgb, var(--loc-glow) 28%, transparent);
	transform: translateY(-1px);
}

.jl-locations__detail {
	padding: 1.15rem 1.35rem 1.3rem;
	border: 1px solid color-mix(in srgb, var(--loc-glow) 35%, rgba(146, 196, 224, 0.15));
	border-radius: 16px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--loc-color) 22%, rgba(8, 28, 44, 0.92)), rgba(6, 20, 32, 0.9));
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 0 32px color-mix(in srgb, var(--loc-glow) 18%, transparent);
	transform: translate3d(0, 18px, 0);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.jl-locations__detail.is-on {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}

.jl-locations__detail-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--loc-glow) 85%, #fff);
}

.jl-locations__detail-title {
	margin: 0;
	font-family: var(--jl-display);
	font-size: clamp(1.55rem, 3.6vw, 2.35rem);
	font-weight: var(--jl-title-weight);
	line-height: var(--jl-title-line);
	letter-spacing: var(--jl-title-tracking);
	color: #fff;
	text-shadow: none;
}

.jl-locations__detail-desc {
	margin: 0.65rem 0 0;
	max-width: 40rem;
	font-size: clamp(0.95rem, 2vw, 1.08rem);
	line-height: 1.55;
	color: rgba(210, 228, 242, 0.88);
}

.jl-locations__map-glow {
	pointer-events: none;
	position: absolute;
	inset: 12% 18%;
	background: radial-gradient(circle, color-mix(in srgb, var(--loc-glow) 28%, transparent), transparent 70%);
	filter: blur(28px);
	opacity: 0.7;
	transition: background 0.55s ease;
}

.jl-locations .jl-mx-svg {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 760px;
	height: auto;
	filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
	transform: translateZ(0);
	transition: filter 0.45s ease;
}

.jl-locations.is-zoomed .jl-mx-svg {
	max-width: none;
	height: min(58vh, 520px);
	filter: drop-shadow(0 22px 48px rgba(0, 0, 0, 0.55));
}

.jl-locations .jl-mx-state {
	fill: #071828;
	stroke: rgba(180, 210, 235, 0.14);
	stroke-width: 0.45;
	opacity: 0;
	transform: scale(0.86);
	transform-box: fill-box;
	transform-origin: center;
	cursor: default;
	transition:
		fill 0.55s ease,
		stroke 0.45s ease,
		opacity 0.55s ease,
		filter 0.55s ease,
		transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--stagger, 0) * 14ms);
}

.jl-locations.is-in .jl-mx-state.is-painted {
	opacity: 1;
	transform: scale(1);
}

.jl-locations .jl-mx-state.is-interactive {
	cursor: pointer;
}

.jl-locations .jl-mx-state[data-role="presence"] {
	fill: #1a6aa3;
	stroke: rgba(120, 200, 255, 0.42);
	filter: drop-shadow(0 0 4px rgba(77, 184, 255, 0.35));
}

.jl-locations .jl-mx-state[data-role="none"] {
	fill: #e31c23;
	stroke: rgba(255, 140, 145, 0.55);
	filter: drop-shadow(0 0 6px rgba(255, 70, 80, 0.55));
}

.jl-locations .jl-mx-state[data-role="bajio"] {
	fill: #e91e8c;
	stroke: rgba(255, 140, 210, 0.55);
	filter: drop-shadow(0 0 7px rgba(233, 30, 140, 0.6));
}

.jl-locations .jl-mx-state[data-role="cdmx"] {
	fill: #ff6b1a;
	stroke: rgba(255, 190, 120, 0.55);
	filter: drop-shadow(0 0 7px rgba(255, 107, 26, 0.6));
}

.jl-locations.is-in .jl-mx-state[data-role="none"],
.jl-locations.is-in .jl-mx-state[data-role="bajio"],
.jl-locations.is-in .jl-mx-state[data-role="cdmx"] {
	animation: jl-mx-pulse 1.6s ease-in-out infinite;
	animation-delay: calc(0.55s + var(--stagger, 0) * 14ms);
}

.jl-locations .jl-mx-state.is-dim {
	opacity: 0.22 !important;
	filter: none !important;
	animation: none !important;
}

.jl-locations .jl-mx-state.is-focus {
	opacity: 1 !important;
	animation: jl-mx-pulse 1.25s ease-in-out infinite !important;
}

.jl-locations .jl-mx-pin {
	fill: rgba(255, 255, 255, 0.08);
	stroke: rgba(200, 224, 240, 0.25);
	stroke-width: 1.2;
	opacity: 0;
	pointer-events: auto;
	transform: scale(0.5);
	transform-box: fill-box;
	transform-origin: center;
	transition:
		fill 0.45s ease,
		stroke 0.45s ease,
		opacity 0.5s ease,
		filter 0.45s ease,
		transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(0.35s + var(--stagger, 0) * 40ms);
}

.jl-locations.is-in .jl-mx-pin.is-painted {
	opacity: 1;
	transform: scale(1);
}

.jl-locations .jl-mx-pin[data-role="none"] {
	fill: #e31c23;
	stroke: #ff8a8e;
	filter: drop-shadow(0 0 8px rgba(255, 70, 80, 0.7));
}

.jl-locations .jl-mx-pin[data-role="bajio"] {
	fill: #e91e8c;
	stroke: #ff9ad4;
	filter: drop-shadow(0 0 8px rgba(233, 30, 140, 0.75));
}

.jl-locations .jl-mx-pin[data-role="cdmx"] {
	fill: #ff6b1a;
	stroke: #ffc08a;
	filter: drop-shadow(0 0 8px rgba(255, 107, 26, 0.75));
}

.jl-locations.is-in .jl-mx-pin.is-painted {
	animation: jl-mx-pin-pulse 1.4s ease-in-out infinite;
	animation-delay: calc(0.7s + var(--stagger, 0) * 40ms);
}

.jl-locations .jl-mx-pin.is-dim {
	opacity: 0.15 !important;
	animation: none !important;
	filter: none !important;
}

.jl-locations .jl-mx-pin.is-focus {
	opacity: 1 !important;
	animation: jl-mx-pin-pulse 1.15s ease-in-out infinite !important;
}

@keyframes jl-mx-pulse {
	0%, 100% { filter: drop-shadow(0 0 4px color-mix(in srgb, var(--tone-glow, #4db8ff) 45%, transparent)); }
	50% { filter: drop-shadow(0 0 14px color-mix(in srgb, var(--tone-glow, #4db8ff) 85%, transparent)); }
}

@keyframes jl-mx-pin-pulse {
	0%, 100% {
		transform: scale(1);
		filter: drop-shadow(0 0 6px color-mix(in srgb, var(--tone-glow, #4db8ff) 50%, transparent));
	}
	50% {
		transform: scale(1.35);
		filter: drop-shadow(0 0 16px color-mix(in srgb, var(--tone-glow, #4db8ff) 90%, transparent));
	}
}

.jl-locations__foot {
	margin: 1.75rem 0 0;
	font-size: clamp(0.95rem, 2.2vw, 1.1rem);
	color: rgba(200, 224, 240, 0.78);
	transform: translate3d(0, 28px, -30px);
	opacity: 0;
	transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.18s, opacity 0.7s ease 0.18s;
}

.jl-locations.is-in .jl-locations__foot {
	transform: none;
	opacity: 1;
}

.jl-locations__foot strong {
	display: inline;
	margin-left: 0.25rem;
	font-family: var(--jl-display);
	font-weight: var(--jl-title-weight);
	letter-spacing: var(--jl-title-tracking);
	color: #fff;
	text-shadow: none;
}

@media (max-width: 900px) {
	.jl-locations__board {
		grid-template-columns: 1fr;
	}

	.jl-locations__legend {
		display: grid;
		grid-template-columns: 1fr 1fr;
		order: 2;
	}

	.jl-locations__stage {
		order: 1;
	}

	.jl-loc-chip:nth-child(1) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.jl-locations__legend {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jl-locations__head,
	.jl-locations__board,
	.jl-locations__foot,
	.jl-loc-chip,
	.jl-locations .jl-mx-state,
	.jl-locations .jl-mx-pin {
		transition: none !important;
		animation: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
}

/* ——— Mr. Ducti: 2 etapas + chat profesional ——— */
.jl-ductin {
	position: fixed;
	right: 0;
	bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
	z-index: 70;
	width: min(340px, 78vw);
	padding-right: 0.35rem;
	overflow: visible;
	pointer-events: none;
	opacity: 0;
	transform: translate3d(105%, 0, 0);
	transition:
		transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.35s ease,
		width 0.4s ease;
}

.jl-ductin.is-visible {
	pointer-events: auto;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.jl-ductin.is-visible[data-stage="2"] {
	width: min(380px, 86vw);
	transform: translate3d(0, 0, 0);
	padding-right: 0.35rem;
}

.jl-ductin.is-chat-open {
	width: min(420px, 94vw);
	transform: translate3d(0, 0, 0);
	padding-right: 0.5rem;
}

.jl-ductin.is-chat-open .jl-ductin__hit {
	display: none;
}

.jl-ductin__hit {
	position: relative;
	display: block;
	width: 100%;
	min-height: 160px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: inherit;
	text-align: right;
	outline: none;
	overflow: visible;
}

.jl-ductin__hit:focus-visible {
	outline: 2px solid #5aa4ff;
	outline-offset: 4px;
	border-radius: 12px;
}

.jl-ductin__stage {
	display: block;
	transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s;
}

.jl-ductin__stage img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.4));
}

.jl-ductin__stage--1 {
	position: relative;
	z-index: 1;
	max-width: 320px;
	margin-left: auto;
	overflow: visible;
}

.jl-ductin__stage--2 {
	position: absolute;
	right: 0;
	bottom: 0.4rem;
	width: auto;
	max-width: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(10%, 0, 0) scale(0.96);
}

.jl-ductin__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.55rem 1.15rem 0.55rem 0.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #123a63 0%, #1f5fa8 48%, #2f7fea 100%);
	border: 1px solid rgba(122, 200, 255, 0.45);
	box-shadow:
		0 12px 28px rgba(8, 30, 60, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	white-space: nowrap;
}

.jl-ductin__cta-ico {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.jl-ductin__cta-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.05;
	text-align: left;
	padding-right: 0.35rem;
}

.jl-ductin__cta-copy span {
	font-family: var(--jl-display);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

.jl-ductin__cta-copy strong {
	font-family: var(--jl-display);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffe566;
}

.jl-ductin.is-visible[data-stage="1"] .jl-ductin__stage--1 {
	opacity: 1;
	visibility: visible;
}

.jl-ductin.is-visible[data-stage="2"] .jl-ductin__stage--1 {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(8%, 0, 0);
}

.jl-ductin.is-visible[data-stage="2"] .jl-ductin__stage--2 {
	opacity: 1;
	visibility: visible;
	transform: none;
	pointer-events: auto;
}

/* Chat panel */
.jl-ductin-chat {
	position: relative;
	display: none;
	align-items: flex-end;
	gap: 0;
	width: 100%;
}

.jl-ductin.is-chat-open .jl-ductin-chat {
	display: flex;
}

.jl-ductin-chat__figure {
	flex: 0 0 auto;
	width: min(108px, 26vw);
	margin-right: -14px;
	margin-bottom: 0.35rem;
	align-self: flex-end;
	z-index: 1;
}

.jl-ductin-chat__figure img {
	width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.jl-ductin-chat__card {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 22px 50px rgba(5, 20, 40, 0.4);
	border: 1px solid rgba(18, 58, 99, 0.12);
	overflow: hidden;
	z-index: 2;
}

.jl-ductin-chat__close {
	position: absolute;
	top: 0.45rem;
	right: 0.45rem;
	z-index: 3;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 999px;
	background: rgba(11, 42, 74, 0.72);
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}

.jl-ductin-chat__close:hover {
	background: #0b2a4a;
}

.jl-ductin-chat__head {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.65rem 2.2rem 0.65rem 0.85rem;
	background: linear-gradient(135deg, #123a63, #2f7fea);
	color: #fff;
	overflow: hidden;
}

.jl-ductin-chat__snow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.jl-ductin-chat__flake {
	position: absolute;
	top: -18px;
	left: calc(var(--x, 50) * 1%);
	width: 11px;
	height: auto;
	opacity: 0.55;
	animation: jl-ductin-snow calc(var(--dur, 5) * 1s) linear infinite;
	animation-delay: calc(var(--delay, 0) * 1s);
	filter: drop-shadow(0 0 4px rgba(160, 230, 255, 0.45));
}

@keyframes jl-ductin-snow {
	0% {
		transform: translate3d(0, -10px, 0) rotate(0deg);
		opacity: 0;
	}
	12% { opacity: 0.7; }
	100% {
		transform: translate3d(8px, 72px, 0) rotate(160deg);
		opacity: 0;
	}
}

.jl-ductin-chat__badge {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	font-size: 0.9rem;
}

.jl-ductin-chat__head h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: var(--jl-display);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: none;
}

.jl-ductin-chat__thread {
	padding: 0.65rem 0.75rem;
	min-height: 0;
	max-height: 88px;
	overflow-y: auto;
	background: #f4f7fb;
}

.jl-ductin-chat__msg {
	max-width: 95%;
	margin-bottom: 0.4rem;
}

.jl-ductin-chat__msg p {
	margin: 0;
	padding: 0.55rem 0.7rem;
	border-radius: 12px;
	font-size: 0.8rem;
	line-height: 1.35;
	color: var(--jl-text);
}

.jl-ductin-chat__msg--bot p {
	background: #fff;
	border: 1px solid rgba(18, 58, 99, 0.1);
	border-bottom-left-radius: 4px;
	box-shadow: 0 4px 12px rgba(11, 42, 74, 0.06);
}

.jl-ductin-chat__msg--user {
	margin-left: auto;
}

.jl-ductin-chat__msg--user p {
	background: #e8f1ff;
	border-bottom-right-radius: 4px;
	color: #0b2a4a;
	white-space: pre-line;
}

.jl-ductin-chat__form,
.jl-ductin-chat__lead {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 0.6rem 0.7rem;
	background: #fff;
	border-top: 1px solid rgba(18, 58, 99, 0.08);
}

.jl-ductin-chat__form[hidden],
.jl-ductin-chat__lead[hidden] {
	display: none !important;
}

.jl-ductin-chat__field {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin: 0;
	min-width: 0;
	padding: 0;
	border: 0;
	font-size: 0.72rem;
	font-weight: 600;
	color: #123a63;
}

.jl-ductin-chat__field legend {
	padding: 0;
	margin-bottom: 0.25rem;
}

.jl-ductin-chat__field input[type="text"],
.jl-ductin-chat__field select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(18, 58, 99, 0.16);
	border-radius: 10px;
	padding: 0.5rem 0.65rem;
	font: inherit;
	font-size: 0.84rem;
	font-weight: 400;
	color: var(--jl-text);
	background: #fafcff;
}

.jl-ductin-chat__field input[type="text"]:focus,
.jl-ductin-chat__field select:focus {
	outline: 2px solid rgba(47, 127, 234, 0.35);
	border-color: #2f7fea;
}

.jl-ductin-chat__services {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.35rem;
}

.jl-ductin-chat__services legend {
	grid-column: 1 / -1;
}

.jl-ductin-chat__choice {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0.4rem 0.5rem;
	border: 1px solid rgba(18, 58, 99, 0.14);
	border-radius: 8px;
	background: #fafcff;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--jl-text);
	cursor: pointer;
}

.jl-ductin-chat__choice:hover {
	border-color: rgba(47, 127, 234, 0.45);
}

.jl-ductin-chat__choice:has(input:checked) {
	border-color: #2f7fea;
	background: #eef5ff;
	box-shadow: inset 0 0 0 1px rgba(47, 127, 234, 0.25);
}

.jl-ductin-chat__choice input {
	flex: 0 0 auto;
	margin: 0;
	accent-color: #2f7fea;
}

.jl-ductin-chat__choice span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.jl-ductin-chat__choice:last-child {
	grid-column: 1 / -1;
}

.jl-ductin-chat__form textarea {
	width: 100%;
	min-height: 44px;
	max-height: 88px;
	resize: vertical;
	border: 1px solid rgba(18, 58, 99, 0.16);
	border-radius: 10px;
	padding: 0.5rem 0.65rem;
	font: inherit;
	font-size: 0.84rem;
	color: var(--jl-text);
	background: #fafcff;
}

.jl-ductin-chat__form textarea:focus {
	outline: 2px solid rgba(47, 127, 234, 0.35);
	border-color: #2f7fea;
}

.jl-ductin-chat__form textarea:disabled,
.jl-ductin-chat__send:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.jl-ductin-chat__send {
	width: 100%;
	border: 0;
	border-radius: 10px;
	padding: 0.6rem 0.85rem;
	background: linear-gradient(135deg, #1a6aa3, #2f7fea);
	color: #fff;
	font-family: var(--jl-display);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(47, 127, 234, 0.3);
}

.jl-ductin-chat__send:hover {
	filter: brightness(1.06);
}

.jl-ductin-chat__note {
	margin: 0;
	padding: 0 0.7rem 0.5rem;
	font-size: 0.68rem;
	color: var(--jl-muted);
}

@media (max-width: 640px) {
	/* Mr. Ducti compacto en celular: peek sin cortar el icono */
	.jl-ductin {
		display: block;
		visibility: visible;
		right: 0;
		bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
		width: 118px;
		padding-right: 0.25rem;
		transform: translate3d(0, 0, 0);
		overflow: visible;
	}

	.jl-ductin.is-visible {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		pointer-events: auto;
	}

	.jl-ductin.is-visible[data-stage="2"] {
		width: 118px;
		transform: translate3d(0, 0, 0);
		padding-right: 0.25rem;
	}

	.jl-ductin.is-visible[data-stage="2"] .jl-ductin__stage--1 {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.jl-ductin.is-visible[data-stage="2"] .jl-ductin__stage--2 {
		display: none;
		opacity: 0;
		visibility: hidden;
	}

	.jl-ductin__hit {
		min-height: 0;
		width: 118px;
	}

	.jl-ductin__stage--1 {
		max-width: 118px;
	}

	.jl-ductin__stage--1 img {
		width: 118px;
		filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
	}

	/* Chat a pantalla casi completa, compacto */
	.jl-ductin.is-chat-open {
		width: calc(100vw - 0.75rem);
		max-width: 100vw;
		right: 0.35rem;
		left: auto;
		bottom: max(0.4rem, env(safe-area-inset-bottom, 0px));
		transform: none;
		padding-right: 0;
	}

	.jl-ductin-chat {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.jl-ductin-chat__figure {
		display: none;
	}

	.jl-ductin-chat__card {
		border-radius: 14px;
		max-height: min(78vh, 560px);
		display: flex;
		flex-direction: column;
	}

	.jl-ductin-chat__head {
		padding: 0.55rem 2.1rem 0.55rem 0.7rem;
		flex-shrink: 0;
	}

	.jl-ductin-chat__head h2 {
		font-size: 0.88rem;
	}

	.jl-ductin-chat__badge {
		width: 26px;
		height: 26px;
		font-size: 0.75rem;
	}

	.jl-ductin-chat__close {
		top: 0.35rem;
		right: 0.35rem;
		width: 28px;
		height: 28px;
		font-size: 1.1rem;
	}

	.jl-ductin-chat__thread {
		padding: 0.5rem 0.65rem;
		max-height: 72px;
		min-height: 0;
		flex-shrink: 0;
	}

	.jl-ductin-chat__msg p {
		padding: 0.45rem 0.6rem;
		font-size: 0.76rem;
	}

	.jl-ductin-chat__lead,
	.jl-ductin-chat__form {
		padding: 0.5rem 0.6rem;
		gap: 0.35rem;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.jl-ductin-chat__field {
		font-size: 0.68rem;
	}

	.jl-ductin-chat__field input[type="text"] {
		padding: 0.45rem 0.55rem;
		font-size: 0.82rem;
		border-radius: 8px;
	}

	.jl-ductin-chat__services {
		gap: 0.28rem;
	}

	.jl-ductin-chat__choice {
		padding: 0.35rem 0.4rem;
		font-size: 0.7rem;
		border-radius: 7px;
	}

	.jl-ductin-chat__send {
		padding: 0.55rem 0.7rem;
		font-size: 0.76rem;
		border-radius: 8px;
	}

	.jl-ductin-chat__form textarea {
		min-height: 40px;
		max-height: 72px;
		padding: 0.45rem 0.55rem;
		font-size: 0.82rem;
	}

	.jl-ductin-chat__note {
		padding: 0 0.6rem 0.45rem;
		font-size: 0.62rem;
	}

	.jl-ductin-chat__flake {
		width: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jl-ductin,
	.jl-ductin__stage {
		transition: opacity 0.2s ease;
	}
}
