.hero-landing {
	position: relative; /* contexto para la imagen de fondo (.thumb.absolute) */
	width: 100%;
	padding-top: 0;
}

.hero-landing__image {
	width: 100%;
	height: auto;
	aspect-ratio: 1.9 / 1;
	object-fit: cover;
}

@media (min-width: 992px) {
	.hero-landing--completa {
		min-height: 100vh;
		min-height: 100svh;
	}
}

.hero-landing .form-content .gfield input[type="text"],
.hero-landing .form-content .gfield input[type="email"],
.hero-landing .form-content .gfield select,
.hero-landing .form-content textarea,
.hero-landing .form-content .gfield textarea.large {
	padding-inline: 1rem;
	padding-block: 0;
	background-color: transparent;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.hero-landing .form-content {
		background: rgb(255 255 255 / 60%);
		padding: 2rem 2rem 1rem;
		margin: auto;
	}
}

.hero-landing .form-content.form-dark {
	background: rgba(0, 0, 0, 0.75);
	color: #ffffff;
}
.hero-landing .form-content.form-dark .gfield_label {
	color: #ffffff;
}
.hero-landing .form-content.form-dark .gfield input[type="text"],
.hero-landing .form-content.form-dark .gfield input[type="email"],
.hero-landing .form-content.form-dark .gfield select,
.hero-landing .form-content.form-dark textarea,
.hero-landing .form-content.form-dark .gfield textarea.large {
	background-color: transparent;
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}
.hero-landing .form-content.form-dark ::placeholder {
	color: rgba(255, 255, 255, 0.6);
}
.hero-landing .form-content.form-dark .gfield_consent_label {
	color: #ffffff;
}
.hero-landing .form-content.form-dark .gfield_consent_label:before {
	border-color: rgba(255, 255, 255, 0.6);
}
.hero-landing .form-content.form-dark .gfield_description {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
}
.hero-landing .form-content.form-dark .legal-link a {
	color: rgba(255, 255, 255, 0.8);
}
.hero-landing .form-content.form-dark label a {
	color: #ffffff;
}
.hero-landing .form-content.form-dark [aria-invalid=true] + label a {
	color: #ff8a80;
}


.hero-landing__content {
	position: relative; /* sobre la imagen de fondo (.thumb.absolute) */
	z-index: 1;
}
@media (min-width: 992px){
		
	.hero-landing__content {
		padding-top: 5rem
	}
}

.hero-landing__title {
	margin: 0 0 1.8rem;
	font-size: clamp(2rem, 6vw, 2.6rem);
	line-height: 1.05;
}

.hero-landing__intro {
	margin: 0 0 1.9rem;
	font-size: 1.3rem;
	line-height: 1.5;
}
@media (min-width: 992px){
		
	.hero-landing__intro {
		max-width: 51%;
	}
	.value-prop__text{
		max-width: 110px;
		font-size: 1.2rem;
	}
}

.hero-landing__intro p:last-child {
	margin-bottom: 0;
}

.hero-landing__buttons {
	flex-wrap: wrap;
	gap: 1rem;
}

.value-props{
	max-width: 700px
}
.value-prop__text p{
	font-size: 1.1rem;
}

.hero-landing .hero-landing__button--outline {
	background-color: transparent;
	border: 1px solid currentColor;
	color: inherit;
}

.hero-landing .hero-landing__button--outline:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-secondary);
}


.hero-landing__discount {
	margin-block: 1rem 1.5rem;
}

.hero-landing__discount-label {
	margin: 0;
	font-size: clamp(1rem, 2vw, 1.4rem);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hero-landing__discount-amount {
	margin: 0.25rem 0;
	font-size: clamp(3rem, 9vw, 6.5rem);
	font-weight: 700;
	line-height: 0.95;
	color: var(--color-alt);
}

.hero-landing__discount-amount sup {
	font-size: 0.35em;
}
.hero-landing__discount--small .hero-landing__discount-label {
	font-size: 1rem;
	letter-spacing: normal;
	text-transform: none;
}

.hero-landing__discount--small .hero-landing__discount-amount {
	font-size: clamp(2rem, 4vw, 3rem);
	color: inherit;
}

.hero-landing__discount--xl .hero-landing__discount-amount {
	font-family: "Bebas Neue", var(--heading-font), sans-serif;
	font-weight: 400;
	font-size: clamp(4.5rem, 25vw, 12.6rem);
	line-height: 0.82;
	letter-spacing: 0.01em;
	color: var(--color-alt); /* Fallback: color plano si no hay degradado sobre texto. */
}

@supports (background-clip: text) and (color: color-mix(in srgb, red, blue)) {
	.hero-landing__discount--xl .hero-landing__discount-amount {
		background: linear-gradient(
			180deg,
			color-mix(in srgb, var(--color-alt) 58%, #fff) 0%,
			var(--color-alt) 44%,
			color-mix(in srgb, var(--color-alt) 72%, #000) 100%
		);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.hero-landing__discount--xl .hero-landing__discount-amount sup {
	font-size: 0.28em;
	vertical-align: top;
	color: var(--color-alt);
	-webkit-text-fill-color: var(--color-alt); /* El asterisco no hereda el degradado. */
}


.hero-landing__datebox {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	margin-block: 0rem 1rem;
	padding: 0.9rem 1.4rem;
	border: 1px solid var(--color-alt);
}

.hero-landing__datebox-icon {
	display: inline-flex;
	flex: 0 0 auto;
	color: var(--color-alt);
}

.hero-landing__datebox-icon .icon {
	width: 2.2rem;
	height: auto;
}

.hero-landing__datebox-label {
	display: block;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.85;
}

.hero-landing__datebox-date {
	display: block;
	font-size: clamp(1rem, 1.8vw, 1.4rem);
	font-weight: 700;
	text-transform: uppercase;
}

.hero-landing .hero-landing__title--light-wide,
.hero-landing .hero-landing__eyebrow--light-wide {
	font-weight: 300;
	letter-spacing: 0.18em;
}

.hero-landing .hero-landing__title--wide,
.hero-landing .hero-landing__eyebrow--wide {
	font-weight: 400;
	letter-spacing: 0.18em;
}

.hero-landing .hero-landing__title--bold-wide,
.hero-landing .hero-landing__eyebrow--bold-wide {
	font-weight: 700;
	letter-spacing: 0.08em;
}

.hero-landing .hero-landing__title--bold-tight,
.hero-landing .hero-landing__eyebrow--bold-tight {
	font-weight: 800;
	letter-spacing: -0.02em;
}

.hero-landing__mobile-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	display: flex;
	gap: 0.6rem;
	padding: 0.75rem var(--px);
	padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
	color: var(--text-color);
	background: var(--main-bg);
	border-top: 1px solid var(--lightgray);
	box-shadow: 0 -0.4rem 1.4rem rgba(0, 0, 0, 0.12);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
}

.hero-landing__mobile-bar.is-visible {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hero-landing__mobile-bar-btn {
	flex: 1 1 0;
	min-width: 0;
	justify-content: center;
	padding-inline: 1rem;
}
.hero-landing__mobile-bar .hero-landing__button--outline {
	background-color: transparent;
	border: 1px solid currentColor;
	color: inherit;
	background-color: var(--color-primary) !important;
}

.hero-landing__mobile-bar .hero-landing__button--outline:hover,
.hero-landing__mobile-bar .hero-landing__button--outline:focus {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-secondary);
}

.hero-landing__logo {
	position: relative; /* flujo natural; z-index para quedar sobre la imagen de fondo (.thumb.absolute) */
	z-index: 1;
	display: inline-flex;
	align-items: center;
	margin: 0 0 1.5rem;
	width: 270px;
}

@media (min-width: 992px) {
	.hero-landing__mobile-bar { display: none; }

	.hero-landing__logo {
		width: 470px;
	}
}


.hero-landing__logo svg,
.hero-landing__logo-img {
	width: auto;
	height: 3rem;
	max-width: 100%;
}

.hero-landing__header {
	position: relative;
	z-index: 1;
	padding-block: 1.25rem;
}

.hero-landing__header .hero-landing__logo {
	margin: 0;
}

.hero-landing__logo--header-center,
.hero-landing__logo--header-right {
	display: flex;
	width: 100%;
}

.hero-landing__logo--header-center {
	justify-content: center;
}

.hero-landing__logo--header-right {
	justify-content: flex-end;
}

.hero-landing__logo--over-form {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

/* Opción "Imagen de fondo del texto (móvil)": la imagen responsive
   (.hero-landing__image--text-bg, ya .thumb.absolute) cubre la columna de texto y el
   contenido se pinta encima. El formulario va en otra columna, sin imagen. Solo móvil. */
@media (max-width: 991.98px) {
	.hero-landing__text-col {
		position: relative;
		overflow: hidden;
	}
	.hero-landing__text-col .hero-landing__content {
		position: relative;
		z-index: 1;
		padding-block: 2.5rem;
	}

	/* Opción "Gradiente para legibilidad": capa negra en degradado entre la imagen
	   (z-index auto) y el contenido, que sube a z-index 2 para quedar por encima. */
	.hero-landing__text-col--gradient::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
		pointer-events: none;
	}
	.hero-landing__text-col--gradient .hero-landing__content {
		z-index: 2;
	}
}