/**
 * LBM OASIS — landing de kits de cultivo interior (NUEVA).
 *
 * Divi carga despues del tema hijo, asi que los selectores que pisan estilos
 * de Divi llevan el prefijo .et-db #et-boc .et-l (ver el bloque del final).
 */

.lbm-oasis {
	--o-verde: #00524b;
	--o-verde-osc: #003b36;
	--o-naranja: #ef7d00;
	--o-tinta: #17201f;
	--o-suave: #667a77;
	--o-papel: #ffffff;
	--o-panel: #f4f6f5;
	--o-linea: rgba(0, 82, 75, .12);
	--o-radio: 22px;
	--o-ancho: 1180px;
	--o-font: "myriad_proregular", "Myriad Pro", "Segoe UI", sans-serif;
	--o-font-semi: "myriad_prosemibold", "Myriad Pro", sans-serif;
	--o-font-bold: "myriad_probold", "Myriad Pro", sans-serif;
	--o-font-black: "myriad_problack", "Myriad Pro", sans-serif;

	font-family: var(--o-font);
	color: var(--o-tinta);
	background: var(--o-papel);
	overflow-x: hidden;
}

.lbm-oasis h1,
.lbm-oasis h2,
.lbm-oasis h3 {
	font-family: var(--o-font-bold);
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 1.05;
	margin: 0;
	color: var(--o-verde);
}

.lbm-oasis p {
	margin: 0;
}

.lbm-oasis section {
	padding: clamp(64px, 9vw, 128px) clamp(20px, 5vw, 48px);
}

.lbm-o-eyebrow {
	font-size: clamp(12px, 1.1vw, 14px);
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--o-naranja);
	margin: 0 0 18px;
}

/* Cabeceras de seccion */
.lbm-o-head {
	max-width: 760px;
	margin: 0 auto clamp(44px, 5vw, 72px);
	text-align: center;
}

.lbm-o-head h2 {
	font-size: clamp(32px, 4.4vw, 60px);
}

.lbm-o-head__sub {
	margin-top: 22px;
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.55;
	color: var(--o-suave);
}

.lbm-o-head--claro h2,
.lbm-o-head--claro .lbm-o-head__sub {
	color: #fff;
}

.lbm-o-head--claro .lbm-o-head__sub {
	color: rgba(255, 255, 255, .78);
}

/* Boton */
.lbm-o-btn {
	display: inline-block;
	padding: 17px 38px;
	border-radius: 999px;
	background: var(--o-naranja);
	color: #fff;
	font-family: var(--o-font-bold);
	font-size: 17px;
	text-decoration: none;
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
	box-shadow: 0 10px 26px rgba(239, 125, 0, .3);
}

.lbm-o-btn:hover,
.lbm-o-btn:focus-visible {
	background: #ff8c14;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(239, 125, 0, .38);
	color: #fff;
}

.lbm-o-btn--grande {
	padding: 21px 52px;
	font-size: 19px;
}

/* ---------- Portada ---------- */
.lbm-o-hero {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(32px, 5vw, 76px);
	align-items: center;
	max-width: var(--o-ancho);
	margin: 0 auto;
	padding-top: clamp(48px, 7vw, 96px) !important;
	padding-bottom: clamp(48px, 6vw, 88px) !important;
}

.lbm-o-hero__h1 {
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.02;
}

.lbm-o-hero__h1 span {
	color: var(--o-naranja);
}

.lbm-o-hero__sub {
	margin-top: 26px;
	max-width: 30em;
	font-size: clamp(18px, 1.6vw, 21px);
	line-height: 1.55;
	color: var(--o-suave);
}

.lbm-o-hero__cta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 38px;
}

.lbm-o-hero__precio {
	font-size: 16px;
	color: var(--o-suave);
}

.lbm-o-hero__precio strong {
	font-family: var(--o-font-bold);
	font-size: 21px;
	color: var(--o-verde);
}

.lbm-o-hero__marcas {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin: 42px 0 0;
	padding: 24px 0 0;
	list-style: none;
	border-top: 1px solid var(--o-linea);
	font-size: 13px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--o-suave);
}

.lbm-o-hero__img {
	position: relative;
}

/* El degradado verde detras del armario da profundidad sin recortar la foto. */
.lbm-o-hero__img::before {
	content: "";
	position: absolute;
	inset: 6% -12% 12% 2%;
	border-radius: 50% 50% 44% 44%;
	background: radial-gradient(ellipse at 50% 45%, rgba(0, 82, 75, .16), rgba(0, 82, 75, 0) 70%);
}

.lbm-o-hero__img img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	max-height: 76vh;
	object-fit: contain;
	mix-blend-mode: multiply;
}

/* ---------- Cifras ---------- */
.lbm-o-cifras {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(20px, 3vw, 44px);
	max-width: var(--o-ancho);
	margin: 0 auto;
	padding-top: clamp(40px, 5vw, 64px) !important;
	padding-bottom: clamp(40px, 5vw, 64px) !important;
	border-top: 1px solid var(--o-linea);
	border-bottom: 1px solid var(--o-linea);
	text-align: center;
}

.lbm-o-cifra strong {
	display: block;
	font-family: var(--o-font-bold);
	font-size: clamp(30px, 3.4vw, 46px);
	color: var(--o-verde);
	letter-spacing: -.02em;
}

.lbm-o-cifra span {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.45;
	color: var(--o-suave);
}

/* ---------- Promesa ---------- */
.lbm-o-promesa {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.lbm-o-promesa h2 {
	font-size: clamp(30px, 4.2vw, 56px);
}

.lbm-o-promesa p {
	margin-top: 26px;
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.6;
	color: var(--o-suave);
}

.lbm-o-promesa__firma {
	font-family: var(--o-font-bold);
	color: var(--o-verde) !important;
}

/* ---------- Beneficios ---------- */
.lbm-o-benef {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(20px, 2.4vw, 32px);
	max-width: var(--o-ancho);
	margin: 0 auto;
	padding-top: 0 !important;
}

.lbm-o-benef__item {
	padding: clamp(26px, 2.6vw, 36px);
	border-radius: var(--o-radio);
	background: var(--o-panel);
}

.lbm-o-benef__clave {
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--o-naranja);
	margin-bottom: 14px;
}

.lbm-o-benef__item h3 {
	font-size: clamp(19px, 1.7vw, 23px);
	line-height: 1.2;
}

.lbm-o-benef__item p {
	margin-top: 12px;
	font-size: 15.5px;
	line-height: 1.55;
	color: var(--o-suave);
}

/* ---------- Componentes ---------- */
.lbm-o-comp {
	background: var(--o-panel);
}

.lbm-o-comp__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-flow: row dense;
	gap: clamp(14px, 1.6vw, 22px);
	max-width: var(--o-ancho);
	margin: 0 auto;
}

.lbm-o-comp__item {
	display: flex;
	flex-direction: column;
	padding: clamp(22px, 2.2vw, 30px);
	border-radius: var(--o-radio);
	background: #fff;
	transition: transform .3s ease, box-shadow .3s ease;
}

.lbm-o-comp__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(0, 40, 36, .1);
}

/* Los tres que mas pesan en la decision ocupan doble ancho. */
.lbm-o-comp__item.is-destacado {
	grid-column: span 2;
	flex-direction: row;
	align-items: center;
	gap: clamp(18px, 2vw, 30px);
	background: linear-gradient(140deg, #ffffff 0%, #eef2f1 100%);
}

/* En las destacadas el texto forma una sola columna junto a la imagen. */
.lbm-o-comp__txt {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
}

.lbm-o-comp__item.is-destacado h3 {
	font-size: clamp(19px, 1.8vw, 24px);
}

.lbm-o-comp__item.is-destacado p {
	font-size: 15.5px;
}

.lbm-o-comp__img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 168px;
	margin-bottom: 22px;
}

.lbm-o-comp__item.is-destacado .lbm-o-comp__img {
	flex: 0 0 46%;
	height: 232px;
	margin-bottom: 0;
}

.lbm-o-comp__img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 12px 20px rgba(0, 40, 36, .14));
}

.lbm-o-comp__item h3 {
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.2;
}

.lbm-o-comp__item p {
	margin-top: 10px;
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--o-suave);
}

.lbm-o-comp__pie {
	display: block;
	width: 100%;
	max-width: var(--o-ancho);
	margin: clamp(32px, 4vw, 52px) auto 0;
	text-align: center;
	font-size: 15.5px;
	line-height: 1.6;
	color: var(--o-suave);
}

.lbm-o-comp__pie a {
	color: var(--o-verde);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ---------- Acompanamiento ---------- */
.lbm-o-acomp {
	background: var(--o-verde);
	color: #fff;
}

.lbm-o-pasos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(20px, 2.4vw, 34px);
	max-width: var(--o-ancho);
	margin: 0 auto;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.lbm-o-paso {
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, .22);
}

.lbm-o-paso__n {
	display: block;
	font-family: var(--o-font-bold);
	font-size: 14px;
	letter-spacing: .12em;
	color: var(--o-naranja);
	margin-bottom: 16px;
}

.lbm-o-paso h3 {
	color: #fff;
	font-size: clamp(19px, 1.7vw, 23px);
	line-height: 1.2;
}

.lbm-o-paso p {
	margin-top: 12px;
	font-size: 15.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .76);
}

/* ---------- Medidas ---------- */
.lbm-o-medidas__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(14px, 1.6vw, 22px);
	max-width: var(--o-ancho);
	margin: 0 auto;
}

.lbm-o-medida {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(24px, 2.4vw, 34px);
	border: 1px solid var(--o-linea);
	border-radius: var(--o-radio);
	background: #fff;
	text-decoration: none;
	color: inherit;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.lbm-o-medida:hover,
.lbm-o-medida:focus-visible {
	transform: translateY(-5px);
	border-color: transparent;
	box-shadow: 0 22px 44px rgba(0, 40, 36, .14);
}

.lbm-o-medida__dto {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--o-naranja);
	color: #1d1400;
	font-family: var(--o-font-bold);
	font-size: 13px;
}

.lbm-o-medida__cm {
	font-family: var(--o-font-bold);
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1;
	color: var(--o-verde);
	letter-spacing: -.02em;
}

.lbm-o-medida__cm em {
	font-style: normal;
	font-size: .42em;
	margin-left: 4px;
	color: var(--o-suave);
}

.lbm-o-medida__led {
	margin-top: 12px;
	font-size: 15px;
	color: var(--o-tinta);
}

.lbm-o-medida__plantas {
	margin-top: 4px;
	font-size: 14.5px;
	color: var(--o-suave);
}

.lbm-o-medida__precio {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--o-linea);
	font-family: var(--o-font-bold);
	font-size: clamp(21px, 2vw, 26px);
	color: var(--o-verde);
}

.lbm-o-medida__precio del {
	margin-left: 10px;
	font-family: var(--o-font);
	font-size: 15px;
	color: var(--o-suave);
	text-decoration: line-through;
}

.lbm-o-medida__ir {
	margin-top: 16px;
	font-size: 15px;
	color: var(--o-naranja);
}

.lbm-o-medida__ir::after {
	content: " \2192";
	transition: margin-left .25s ease;
}

.lbm-o-medida:hover .lbm-o-medida__ir::after {
	margin-left: 5px;
}

/* ---------- Cierre ---------- */
.lbm-o-cierre {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.lbm-o-cierre h2 {
	font-size: clamp(32px, 4.4vw, 58px);
}

.lbm-o-cierre p {
	margin-top: 24px;
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.6;
	color: var(--o-suave);
}

.lbm-o-cierre .lbm-o-btn {
	margin-top: 40px;
}

.lbm-o-cierre__nota {
	margin-top: 26px !important;
	font-size: 15px !important;
}

/* ---------- FAQ ---------- */
.lbm-o-faq {
	max-width: 860px;
	margin: 0 auto;
	padding-top: 0 !important;
}

.lbm-o-faq h2 {
	font-size: clamp(26px, 3vw, 38px);
	text-align: center;
	margin-bottom: clamp(28px, 3vw, 44px);
}

.lbm-o-faq__item {
	border-bottom: 1px solid var(--o-linea);
}

.lbm-o-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 0;
	cursor: pointer;
	list-style: none;
	font-family: var(--o-font-bold);
	font-size: clamp(16px, 1.4vw, 19px);
	color: var(--o-verde);
}

.lbm-o-faq__item summary::-webkit-details-marker {
	display: none;
}

.lbm-o-faq__item summary::after {
	content: "+";
	flex: 0 0 auto;
	font-size: 24px;
	line-height: 1;
	color: var(--o-naranja);
	transition: transform .25s ease;
}

.lbm-o-faq__item[open] summary::after {
	transform: rotate(45deg);
}

.lbm-o-faq__item p {
	padding: 0 0 24px;
	max-width: 62ch;
	font-size: 16px;
	line-height: 1.6;
	color: var(--o-suave);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.lbm-o-hero {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.lbm-o-hero__sub {
		margin-left: auto;
		margin-right: auto;
	}

	.lbm-o-hero__cta,
	.lbm-o-hero__marcas {
		justify-content: center;
	}

	.lbm-o-hero__img {
		order: -1;
		max-width: 460px;
		margin: 0 auto;
	}

	.lbm-o-cifras,
	.lbm-o-benef,
	.lbm-o-pasos {
		grid-template-columns: repeat(2, 1fr);
	}

	.lbm-o-comp__grid,
	.lbm-o-medidas__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.lbm-oasis {
		--o-radio: 18px;
	}

	.lbm-o-cifras,
	.lbm-o-benef,
	.lbm-o-pasos,
	.lbm-o-comp__grid,
	.lbm-o-medidas__grid {
		grid-template-columns: 1fr;
	}

	/* En una columna, el doble ancho y la fila horizontal ya no aplican. */
	.lbm-o-comp__item.is-destacado {
		grid-column: span 1;
		flex-direction: column;
		align-items: stretch;
	}

	.lbm-o-comp__item.is-destacado .lbm-o-comp__img {
		flex: none;
		height: 150px;
		margin-bottom: 20px;
	}

	.lbm-o-hero__cta {
		flex-direction: column;
		align-items: stretch;
	}

	.lbm-o-btn {
		text-align: center;
	}
}


/* ------------------------------------------------------------------ *
 * La gama: las tres versiones del kit.
 *
 * Cada tarjeta hereda su color de marca de --gama-color, que llega en
 * linea desde la plantilla; asi el mismo CSS sirve para las tres.
 * ------------------------------------------------------------------ */

.lbm-o-gamas {
	background: var(--o-panel);
}

.lbm-o-gamas__head {
	max-width: 760px;
	margin: 0 auto clamp(40px, 5vw, 64px);
	text-align: center;
}

.lbm-o-gamas__head h2 {
	font-size: clamp(30px, 4vw, 48px);
	margin-bottom: 18px;
}

.lbm-o-gamas__head h2 span {
	color: var(--gama-color, var(--o-naranja));
}

.lbm-o-gamas__sub {
	color: var(--o-suave);
	font-size: clamp(15px, 1.4vw, 17px);
	line-height: 1.6;
}

.lbm-o-gamas__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(16px, 2vw, 26px);
	max-width: var(--o-ancho);
	margin: 0 auto;
	align-items: stretch;
}

.lbm-o-gama {
	/* La tarjeta es su propio contexto: la lista se adapta a lo ancha que
	   sea la tarjeta, no a lo ancha que sea la ventana. */
	container-type: inline-size;
	container-name: gamacard;
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--o-papel);
	border: 1px solid var(--o-linea);
	border-radius: var(--o-radio);
	padding: clamp(24px, 2.6vw, 34px);
	transition: transform .25s ease, box-shadow .25s ease;
}

.lbm-o-gama:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(0, 59, 54, .10);
}

/* La gama que se esta viendo se marca con su color y un borde mas vivo. */
.lbm-o-gama.is-actual {
	border-color: var(--gama-color);
	box-shadow: 0 0 0 2px var(--gama-color) inset;
}

.lbm-o-gama__aqui {
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--gama-color);
	color: #fff;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 999px;
	white-space: nowrap;
}

.lbm-o-gama__et {
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--gama-color);
	margin-bottom: 8px;
}

.lbm-o-gama__nombre {
	font-size: clamp(20px, 2vw, 26px);
	color: var(--o-verde);
	margin-bottom: 12px;
	line-height: 1.15;
}

.lbm-o-gama__precio {
	font-size: 15px;
	color: var(--o-suave);
	margin-bottom: 14px;
}

.lbm-o-gama__precio strong {
	font-size: 24px;
	color: var(--o-tinta);
}

/* WooCommerce mete su propio markup dentro del precio. */
.lbm-o-gama__precio .woocommerce-Price-amount {
	font-family: var(--o-font-bold);
}

.lbm-o-gama__quien {
	font-size: 15px;
	line-height: 1.55;
	color: var(--o-suave);
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--o-linea);
}

.lbm-o-gama__lista {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	/* Empuja el boton al fondo para que las tres tarjetas casen. */
	flex: 1 1 auto;
}

.lbm-o-gama__lista li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	padding: 9px 0;
	border-bottom: 1px dashed var(--o-linea);
	font-size: 14px;
}

.lbm-o-gama__lista li:last-child {
	border-bottom: 0;
}

.lbm-o-gama__lista span {
	color: var(--o-suave);
	/* La etiqueta cede espacio; el valor es lo que no debe partirse. */
	flex: 0 1 auto;
	min-width: 0;
}

.lbm-o-gama__lista strong {
	font-family: var(--o-font-bold);
	color: var(--o-tinta);
	text-align: right;
	flex: 0 1 auto;
	min-width: 0;
}

/* Cuando la tarjeta se estrecha, etiqueta y valor se apilan. */
@container gamacard (max-width: 260px) {
	.lbm-o-gama__lista li {
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
	}

	.lbm-o-gama__lista strong {
		text-align: left;
	}
}

/* Respaldo para navegadores sin container queries. */
@supports not (container-type: inline-size) {
	@media (max-width: 1200px) {
		.lbm-o-gama__lista li {
			flex-direction: column;
			align-items: flex-start;
			gap: 2px;
		}

		.lbm-o-gama__lista strong {
			text-align: left;
		}
	}
}

.lbm-o-gama__btn {
	display: block;
	text-align: center;
	padding: 15px 20px;
	border-radius: 999px;
	background: var(--gama-color);
	color: #fff;
	font-family: var(--o-font-bold);
	font-size: 15px;
	text-decoration: none;
	transition: opacity .2s ease;
}

.lbm-o-gama__btn:hover {
	opacity: .88;
	color: #fff;
}

/* En la gama actual el boton no lleva a ningun sitio: solo informa. */
.lbm-o-gama__btn--aqui {
	background: transparent;
	color: var(--o-suave);
	border: 1px dashed var(--o-linea);
}

.lbm-o-gamas__pie {
	display: block;
	width: 100%;
	max-width: var(--o-ancho);
	margin: clamp(32px, 4vw, 48px) auto 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: var(--o-suave);
}

.lbm-o-gamas__pie strong {
	color: var(--o-verde);
}

/* El distintivo de gama que acompana al nombre en la portada. */
.lbm-o-gama__lumatek {
	color: #5d2c91;
}

.lbm-o-gama-chip {
	display: inline-block;
	background: var(--gama-color, var(--o-naranja));
	color: #fff;
	padding: 4px 12px;
	border-radius: 999px;
	margin-right: 10px;
	letter-spacing: .1em;
}

@media (max-width: 1024px) {
	.lbm-o-gamas__grid {
		grid-template-columns: 1fr;
		max-width: 520px;
	}

	/* En una columna el distintivo flotante estorba: pasa a linea. */
	.lbm-o-gama__aqui {
		position: static;
		transform: none;
		display: inline-block;
		margin-bottom: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lbm-oasis * {
		transition: none !important;
	}
}

/**
 * Divi carga su hoja despues de la del tema hijo y pisa titulares, enlaces
 * y el ancho del contenedor. Con el prefijo .et-db #et-boc .et-l ganamos
 * en especificidad sin recurrir a !important en cada regla.
 */
.et-db #et-boc .et-l .lbm-oasis h1,
.et-db #et-boc .et-l .lbm-oasis h2,
.et-db #et-boc .et-l .lbm-oasis h3 {
	font-family: var(--o-font-bold);
	font-weight: 400;
	padding: 0;
	color: var(--o-verde);
}

.et-db #et-boc .et-l .lbm-oasis .lbm-o-head--claro h2,
.et-db #et-boc .et-l .lbm-oasis .lbm-o-paso h3 {
	color: #fff;
}

.et-db #et-boc .et-l .lbm-oasis a {
	transition: none;
}

.et-db #et-boc .et-l .lbm-oasis .lbm-o-btn {
	color: #fff;
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.et-db #et-boc .et-l .lbm-oasis .lbm-o-comp__pie,
.et-db #et-boc .et-l .lbm-oasis .lbm-o-gamas__pie,
.et-db #et-boc .et-l .lbm-oasis .lbm-o-comparativa__pie {
	display: block;
	width: 100%;
	max-width: var(--o-ancho);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.et-db #et-boc .et-l .lbm-oasis .lbm-o-gama__lumatek,
.lbm-oasis .lbm-o-gama__lumatek {
	color: #5d2c91;
}

.et-db #et-boc .et-l .lbm-oasis .lbm-o-tabla__precio td,
.et-db #et-boc .et-l .lbm-oasis .lbm-o-tabla__precio strong,
.et-db #et-boc .et-l .lbm-oasis .lbm-o-tabla__precio .woocommerce-Price-amount,
.et-db #et-boc .et-l .lbm-oasis .lbm-o-tabla__precio .woocommerce-Price-currencySymbol {
	color: #fff;
}

/**
 * Aparicion progresiva. Solo actua si el JS ha marcado .lbm-o-anim, para que
 * sin JavaScript el contenido se vea siempre.
 */
.lbm-o-anim .lbm-o-cifra,
.lbm-o-anim .lbm-o-benef__item,
.lbm-o-anim .lbm-o-comp__item,
.lbm-o-anim .lbm-o-paso,
.lbm-o-anim .lbm-o-medida,
.lbm-o-anim .lbm-o-head,
.lbm-o-anim .lbm-o-promesa,
.lbm-o-anim .lbm-o-cierre {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .6s ease, transform .6s cubic-bezier(.22, .61, .36, 1);
}

.lbm-o-anim .is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.lbm-o-anim .lbm-o-cifra,
	.lbm-o-anim .lbm-o-benef__item,
	.lbm-o-anim .lbm-o-comp__item,
	.lbm-o-anim .lbm-o-paso,
	.lbm-o-anim .lbm-o-medida,
	.lbm-o-anim .lbm-o-head,
	.lbm-o-anim .lbm-o-promesa,
	.lbm-o-anim .lbm-o-cierre {
		opacity: 1;
		transform: none;
	}
}

/* ---------- Bloques de tema: ruido y olor ---------- */
.lbm-o-tema {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 5vw, 80px);
	align-items: center;
	max-width: var(--o-ancho);
	margin: 0 auto;
}

.lbm-o-tema--ruido {
	background: var(--o-panel);
	max-width: none;
	padding-left: max(clamp(20px, 5vw, 48px), calc(50vw - var(--o-ancho) / 2)) !important;
	padding-right: max(clamp(20px, 5vw, 48px), calc(50vw - var(--o-ancho) / 2)) !important;
}

.lbm-o-tema h2 {
	font-size: clamp(30px, 3.8vw, 50px);
}

.lbm-o-tema__txt {
	margin-top: 20px;
	font-size: clamp(16px, 1.4vw, 18px);
	line-height: 1.6;
	color: var(--o-suave);
}

.lbm-o-tema__txt strong {
	color: var(--o-verde);
	font-family: var(--o-font-bold);
	font-weight: 400;
}

.lbm-o-tema__lista {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.lbm-o-tema__lista li {
	position: relative;
	padding: 10px 0 10px 30px;
	font-size: 16px;
	line-height: 1.5;
	color: var(--o-suave);
	border-top: 1px solid var(--o-linea);
}

.lbm-o-tema__lista li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 19px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--o-naranja);
}

.lbm-o-tema__lista strong {
	color: var(--o-verde);
	font-family: var(--o-font-bold);
	font-weight: 400;
}

.lbm-o-tema__visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 26px;
	min-height: 300px;
}

.lbm-o-tema__dato {
	text-align: center;
}

.lbm-o-tema__dato strong {
	display: block;
	font-family: var(--o-font-bold);
	font-size: clamp(26px, 3vw, 40px);
	color: var(--o-verde);
	letter-spacing: -.02em;
}

.lbm-o-tema__dato span {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	color: var(--o-suave);
}

/* Ondas de sonido: barras que laten suavemente. */
.lbm-o-onda {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	height: 190px;
}

.lbm-o-onda span {
	width: 9px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--o-naranja), rgba(0, 82, 75, .3));
	animation: lbm-o-latir 2.4s ease-in-out infinite;
}

.lbm-o-onda span:nth-child(1) { height: 20%; animation-delay: 0s; }
.lbm-o-onda span:nth-child(2) { height: 34%; animation-delay: .12s; }
.lbm-o-onda span:nth-child(3) { height: 26%; animation-delay: .24s; }
.lbm-o-onda span:nth-child(4) { height: 44%; animation-delay: .36s; }
.lbm-o-onda span:nth-child(5) { height: 30%; animation-delay: .48s; }
.lbm-o-onda span:nth-child(6) { height: 38%; animation-delay: .6s; }
.lbm-o-onda span:nth-child(7) { height: 24%; animation-delay: .72s; }
.lbm-o-onda span:nth-child(8) { height: 32%; animation-delay: .84s; }
.lbm-o-onda span:nth-child(9) { height: 22%; animation-delay: .96s; }
.lbm-o-onda span:nth-child(10) { height: 28%; animation-delay: 1.08s; }

@keyframes lbm-o-latir {
	0%, 100% { transform: scaleY(.7); opacity: .55; }
	50% { transform: scaleY(1.15); opacity: 1; }
}

/* Esquema del filtro de carbon: aire sucio -> filtro -> aire limpio. */
.lbm-o-filtro {
	display: flex;
	align-items: center;
	gap: 14px;
}

.lbm-o-filtro__aire {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.lbm-o-filtro__aire span {
	display: block;
	width: 60px;
	height: 6px;
	border-radius: 999px;
}

.lbm-o-filtro__aire--sucio span {
	background: #b9a68a;
}

.lbm-o-filtro__aire--limpio span {
	background: var(--o-verde);
	opacity: .3;
}

.lbm-o-filtro__pieza {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 176px;
	border-radius: 16px;
	background: linear-gradient(160deg, var(--o-verde), var(--o-verde-osc));
	color: #fff;
	font-family: var(--o-font-bold);
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
	box-shadow: 0 16px 30px rgba(0, 40, 36, .22);
}

/* ---------- El tamano real, en una habitacion ---------- */
.lbm-o-real {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(28px, 4vw, 70px);
	align-items: center;
	max-width: var(--o-ancho);
	margin: 0 auto;
	padding-top: 0 !important;
}

.lbm-o-real__img img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 74vh;
	object-fit: contain;
}

/* ---------- Responsive de lo nuevo ---------- */
@media (max-width: 1024px) {
	.lbm-o-tema,
	.lbm-o-real {
		grid-template-columns: 1fr;
	}

	/* En una columna, el visual de cada tema va siempre debajo del texto. */
	.lbm-o-tema--olor .lbm-o-tema__visual {
		order: 2;
	}

	.lbm-o-real__img {
		order: -1;
		max-width: 460px;
		margin: 0 auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lbm-o-onda span {
		animation: none;
	}
}

/* Solo para lectores de pantalla. */
.lbm-o-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ---------- Videollamada: el gran diferencial ---------- */
.lbm-o-vc {
	background: var(--o-verde);
	color: #fff;
}

.lbm-o-vc__marco {
	display: grid;
	grid-template-columns: 1.35fr .65fr;
	gap: clamp(30px, 4vw, 64px);
	max-width: var(--o-ancho);
	margin: 0 auto;
}

.lbm-o-vc h2 {
	color: #fff;
	font-size: clamp(32px, 4.2vw, 58px);
}

.lbm-o-vc__lead {
	margin-top: 24px;
	max-width: 46em;
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.6;
	color: rgba(255, 255, 255, .82);
}

.lbm-o-vc__lead strong {
	color: var(--o-naranja);
	font-family: var(--o-font-bold);
	font-weight: 400;
}

.lbm-o-vc__lead em {
	font-style: italic;
	color: #fff;
}

.lbm-o-vc__lista {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(18px, 2.2vw, 28px);
	margin: clamp(30px, 3.5vw, 44px) 0 0;
	padding: 0;
	list-style: none;
}

.lbm-o-vc__lista li {
	padding: 22px 24px;
	border-radius: var(--o-radio);
	background: rgba(255, 255, 255, .07);
}

.lbm-o-vc__lista h3 {
	color: #fff;
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.2;
}

.lbm-o-vc__lista p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .72);
}

.lbm-o-vc__lateral {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.lbm-o-vc__tarjeta {
	padding: 26px;
	border-radius: var(--o-radio);
	background: var(--o-naranja);
	color: #1d1400;
	text-align: center;
}

.lbm-o-vc__icono svg {
	display: block;
	width: 54px;
	height: auto;
	margin: 0 auto 14px;
	color: #1d1400;
}

.lbm-o-vc__tarjeta strong {
	display: block;
	font-family: var(--o-font-bold);
	font-size: clamp(30px, 3.2vw, 42px);
	line-height: 1;
}

.lbm-o-vc__tarjeta span {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	line-height: 1.45;
}

/* Bloque de "pregunta antes de comprar". */
.lbm-o-vc__antes {
	padding: 26px;
	border-radius: var(--o-radio);
	background: #fff;
}

.lbm-o-vc__antes h3 {
	color: var(--o-verde);
	font-size: clamp(18px, 1.6vw, 22px);
	line-height: 1.2;
}

.lbm-o-vc__antes p {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--o-suave);
}

.lbm-o-vc__antes strong {
	color: var(--o-verde);
	font-family: var(--o-font-bold);
	font-weight: 400;
}

.lbm-o-btn--claro {
	display: block;
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	padding: 14px 22px;
}

.lbm-o-vc__tel {
	display: block;
	margin-top: 12px;
	text-align: center;
	font-size: 15px;
	color: var(--o-verde);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lbm-o-vc .lbm-o-pasos {
	margin-top: clamp(40px, 5vw, 70px);
}

/* ---------- Consumo de luz ---------- */
.lbm-o-luz {
	background: var(--o-verde-osc);
	color: #fff;
}

.lbm-o-luz__tabla {
	max-width: 880px;
	margin: 0 auto;
	overflow-x: auto;
}

.lbm-o-luz table {
	width: 100%;
	border-collapse: collapse;
	color: #fff;
}

.lbm-o-luz th,
.lbm-o-luz td {
	padding: 15px 18px;
	text-align: right;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.lbm-o-luz thead th {
	font-family: var(--o-font-bold);
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, .72);
	white-space: nowrap;
}

.lbm-o-luz thead th span {
	display: block;
	margin-top: 4px;
	font-family: var(--o-font);
	font-size: 12px;
	color: var(--o-naranja);
}

.lbm-o-luz tbody th {
	text-align: left;
	font-family: var(--o-font-bold);
	font-weight: 400;
	font-size: clamp(16px, 1.5vw, 19px);
	color: #fff;
	white-space: nowrap;
}

.lbm-o-luz tbody td {
	font-size: 16px;
	color: rgba(255, 255, 255, .78);
}

.lbm-o-luz tbody td strong {
	font-family: var(--o-font-bold);
	font-weight: 400;
	font-size: clamp(18px, 1.7vw, 22px);
	color: var(--o-naranja);
}

.lbm-o-luz tbody tr:last-child th,
.lbm-o-luz tbody tr:last-child td {
	border-bottom: 0;
}

.lbm-o-luz__notas {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	max-width: 880px;
	margin: clamp(28px, 3vw, 40px) auto 0;
}

.lbm-o-luz__notas p {
	padding: 20px 24px;
	border-radius: var(--o-radio);
	background: rgba(255, 255, 255, .07);
	font-size: 15.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .78);
}

.lbm-o-luz__notas strong {
	color: #fff;
	font-family: var(--o-font-bold);
	font-weight: 400;
}

/* ---------- Tabla comparativa ---------- */
.lbm-o-comparativa {
	padding-left: clamp(16px, 2.4vw, 32px) !important;
	padding-right: clamp(16px, 2.4vw, 32px) !important;
}

.lbm-o-tabla__scroll {
	max-width: 100%;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	border-radius: var(--o-radio);
	background: #fff;
	box-shadow: 0 18px 44px rgba(0, 40, 36, .1);
	/* La primera columna se queda fija al desplazar en horizontal. */
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-gutter: stable;
}

.lbm-o-tabla {
	width: 100%;
	min-width: max(100%, 72rem);
	border-collapse: collapse;
	font-size: 14.5px;
	table-layout: auto;
}

.lbm-o-tabla thead th:not(:first-child),
.lbm-o-tabla tbody td {
	min-width: 7.6rem;
	box-sizing: border-box;
}

.lbm-o-tabla thead th:last-child,
.lbm-o-tabla tbody td:last-child {
	padding-right: 22px;
}

.lbm-o-tabla th,
.lbm-o-tabla td {
	padding: 12px 14px;
	text-align: center;
	border-bottom: 1px solid var(--o-linea);
}

/* Columna de etiquetas: fija a la izquierda y en naranja, como en el cartel. */
.lbm-o-tabla tbody th,
.lbm-o-tabla thead th:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
	min-width: 168px;
	text-align: left;
	font-family: var(--o-font-bold);
	font-weight: 400;
	color: #1d1400;
	background: var(--o-naranja);
}

.lbm-o-tabla tbody th em {
	display: block;
	font-style: normal;
	font-size: 12px;
	opacity: .75;
}

.lbm-o-tabla thead th {
	vertical-align: bottom;
	background: var(--o-panel);
	color: var(--o-verde);
}

.lbm-o-tabla thead th:first-child {
	vertical-align: middle;
	font-size: 15px;
}

.lbm-o-tabla__svg svg {
	display: block;
	width: 46px;
	height: 54px;
	margin: 0 auto 8px;
	color: var(--o-verde);
	opacity: .55;
}

.lbm-o-tabla__cm {
	display: block;
	font-family: var(--o-font-bold);
	font-size: clamp(15px, 1.4vw, 18px);
	color: var(--o-verde);
	white-space: nowrap;
}

.lbm-o-tabla__alto {
	display: block;
	margin-top: 3px;
	font-family: var(--o-font);
	font-size: 12px;
	color: var(--o-suave);
	white-space: nowrap;
}

.lbm-o-tabla tbody td {
	color: var(--o-tinta);
}

/* Fila de precio por separado: tachada, como referencia. */
.lbm-o-tabla__separado td {
	font-size: 14px;
	color: var(--o-suave);
	text-decoration: line-through;
	background: #faf7f2;
}

/* Fila del precio real: verde con cifra blanca.
 * `.lbm-o-tabla tbody td` pisa el color si no igualamos especificidad,
 * y WooCommerce colorea .woocommerce-Price-amount por su cuenta. */
.lbm-o-tabla tbody tr.lbm-o-tabla__precio td {
	background: var(--o-verde);
	color: #fff;
}

.lbm-o-tabla tbody tr.lbm-o-tabla__precio strong,
.lbm-o-tabla tbody tr.lbm-o-tabla__precio .woocommerce-Price-amount,
.lbm-o-tabla tbody tr.lbm-o-tabla__precio .woocommerce-Price-currencySymbol {
	color: #fff;
}

.lbm-o-tabla__precio strong {
	display: block;
	font-family: var(--o-font-bold);
	font-weight: 400;
	font-size: clamp(18px, 1.8vw, 23px);
	white-space: nowrap;
}

.lbm-o-tabla__precio .lbm-o-tabla__dto {
	display: inline-block;
	margin-top: 5px;
	padding: 2px 9px;
	border-radius: 999px;
	background: var(--o-naranja);
	color: #1d1400;
	font-size: 12px;
}

.lbm-o-tabla__luzfila td {
	font-size: 13.5px;
	color: var(--o-verde);
	background: #f4f8f7;
	white-space: nowrap;
}

.lbm-o-tabla tbody tr:nth-child(even):not(.lbm-o-tabla__precio):not(.lbm-o-tabla__separado):not(.lbm-o-tabla__luzfila):not(.lbm-o-tabla__cta) td {
	background: #fbfcfc;
}

.lbm-o-tabla__cta td {
	padding-top: 18px;
	padding-bottom: 18px;
}

.lbm-o-btn--mini {
	padding: 11px 18px;
	font-size: 14px;
	white-space: nowrap;
	box-shadow: none;
}

.lbm-o-comparativa__pie {
	display: block;
	width: 100%;
	max-width: var(--o-ancho);
	margin: clamp(26px, 3vw, 38px) auto 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: var(--o-suave);
}

.lbm-o-comparativa__pie strong {
	color: var(--o-verde);
	font-family: var(--o-font-bold);
	font-weight: 400;
}

@media (max-width: 1024px) {
	.lbm-o-vc__marco {
		grid-template-columns: 1fr;
	}

	.lbm-o-vc__lista,
	.lbm-o-luz__notas {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.lbm-o-luz th,
	.lbm-o-luz td {
		padding: 12px 10px;
		font-size: 14px;
	}

	.lbm-o-tabla tbody th,
	.lbm-o-tabla thead th:first-child {
		min-width: 132px;
		font-size: 13px;
	}
}

/* La potencia manda en la tabla de luz; el modelo de LED va debajo. */
.lbm-o-luz tbody th em {
	display: block;
	margin-top: 3px;
	font-family: var(--o-font);
	font-style: normal;
	font-size: 13px;
	color: rgba(255, 255, 255, .6);
}

.lbm-o-luz__medidas {
	font-size: 14px !important;
	white-space: nowrap;
}

/* Dos medidas iguales pueden llevar LED distinto (2.9 y 3.1): hay que verlo. */
.lbm-o-tabla__led {
	display: block;
	margin-top: 4px;
	font-family: var(--o-font);
	font-size: 11.5px;
	line-height: 1.3;
	color: var(--o-naranja);
}

/* Una sola columna de gasto: el rango manda y "al mes" lo remata. */
.lbm-o-luz__gasto {
	white-space: nowrap;
}

.lbm-o-luz__gasto span {
	display: block;
	margin-top: 3px;
	font-size: 12.5px;
	color: rgba(255, 255, 255, .6);
}
