@charset "UTF-8";
/* Pilates Ads conversion landing — /pilatesonline/ only.
   Do not load this sheet on /pilates/ (WhatsApp LP) or other LPs. */

body.pilates-ads {
	--header-height: 108px;
	--pilates-sticky-h: 5.5rem;
	overflow-x: hidden;
}

body.pilates-ads .header__logo {
	height: 96px;
	width: auto;
	max-width: 100px;
	max-height: 100px;
}

body.pilates-ads .header--solid {
	height: 72px;
}

body.pilates-ads .header--solid .header__logo {
	height: 52px;
	max-width: 52px;
	max-height: 52px;
}

body.pilates-ads .header__brand-title {
	font-size: 0.72rem;
	line-height: 1.25;
	max-width: 11.5rem;
	text-wrap: balance;
}

body.pilates-ads .header__brand-subtitle {
	font-size: 0.68rem;
	max-height: 2.4em;
}

body.pilates-ads .header--solid .header__brand-subtitle {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}

body.pilates-ads .header__hamburger {
	min-width: 44px;
	min-height: 44px;
	justify-content: center;
	align-items: center;
}

/* FAB sits above the sticky Sumate bar and never wins the tap target. */
body.pilates-ads .whatsapp {
	z-index: 870;
	width: 48px;
	height: 48px;
	bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
	right: max(0.75rem, env(safe-area-inset-right, 0px));
	transition: transform 0.2s ease, opacity 0.2s ease, bottom 0.2s ease;
}

body.pilates-ads .whatsapp svg {
	width: 24px;
	height: 24px;
}

body.pilates-ads.pilates-ads--sticky .whatsapp {
	bottom: calc(var(--pilates-sticky-h) + 0.7rem + env(safe-area-inset-bottom, 0px));
	opacity: 0;
	pointer-events: none;
	transform: scale(0.86);
}

body.pilates-ads.pilates-ads--sticky {
	padding-bottom: calc(var(--pilates-sticky-h) + 4.5rem + env(safe-area-inset-bottom, 0px));
}

body.pilates-ads .pilates-hero__secondary {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.35rem;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 0.35rem;
}

body.pilates-ads .pilates-hero__secondary a {
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	min-height: 44px;
	padding: 0.35rem 0.9rem;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(0, 0, 0, 0.18);
	opacity: 0.95;
}

body.pilates-ads .pilates-hero__secondary a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

body.pilates-ads .pilates-price {
	padding: 1.55rem 1.25rem 1.7rem;
	background: var(--color-arena-lightest);
	text-align: center;
	border-bottom: 1px solid rgba(156, 122, 90, 0.18);
}

body.pilates-ads .pilates-price__lead {
	font-family: var(--font-heading);
	font-size: clamp(1.2rem, 3.8vw, 1.65rem);
	color: var(--color-verde-bosque-dark);
	line-height: 1.35;
	margin: 0 auto 0.4rem;
	max-width: 38rem;
	text-wrap: balance;
}

body.pilates-ads .pilates-price__note {
	margin: 0 auto 1.1rem;
	color: #555;
	font-size: 1rem;
	max-width: 32rem;
	line-height: 1.5;
}

body.pilates-ads .pilates-price .btn--reservar {
	font-size: clamp(1.45rem, 4.6vw, 2.05rem);
	min-height: 48px;
	padding: 0.4rem 1.7rem;
}

body.pilates-ads .pilates-cats {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.95rem;
}

body.pilates-ads .pilates-cat {
	background: #fff;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
}

body.pilates-ads .pilates-cat__img {
	aspect-ratio: 16 / 9;
	background: #d9d4cc;
}

body.pilates-ads .pilates-cat__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.pilates-ads .pilates-cat__body {
	padding: 1rem 1.05rem 1.15rem;
}

body.pilates-ads .pilates-cat__body h3 {
	font-size: 1.2rem;
	margin-bottom: 0.4rem;
}

body.pilates-ads .pilates-cat__body p {
	font-size: 1rem;
	color: #555;
	margin: 0;
	line-height: 1.5;
}

body.pilates-ads .pilates-bonus {
	margin: 1.25rem auto 0;
	max-width: 36rem;
	text-align: center;
	font-size: 1rem;
	color: #444;
	line-height: 1.5;
	padding: 0.85rem 1rem;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

body.pilates-ads .pilates-how {
	display: grid;
	gap: 0.9rem;
}

body.pilates-ads .pilates-how__step {
	display: grid;
	grid-template-columns: 2.6rem 1fr;
	gap: 0.85rem;
	align-items: start;
	background: #fff;
	border-radius: var(--radius);
	padding: 1.05rem 1.1rem;
	box-shadow: var(--shadow);
}

body.pilates-ads .pilates-how__num {
	font-family: var(--font-separator);
	font-size: 1.85rem;
	line-height: 1;
	color: var(--color-amarillo-maiz);
	padding-top: 0.15rem;
}

body.pilates-ads .pilates-how__step h3 {
	font-size: 1.14rem;
	margin-bottom: 0.3rem;
}

body.pilates-ads .pilates-how__step p {
	margin: 0;
	font-size: 1rem;
	color: #555;
	line-height: 1.5;
}

body.pilates-ads .pilates-how-follow {
	margin-top: 1.4rem;
}

body.pilates-ads .pilates-contact__wa {
	text-decoration: underline;
	font-weight: 600;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

body.pilates-ads .pilates-v3__contact-box .box-note {
	margin-bottom: 0.35rem;
}

body.pilates-ads .pilates-v3__contact-box .fz__xl {
	font-size: 1.15rem;
	letter-spacing: 0;
	text-transform: none;
	font-family: var(--font-heading);
	font-weight: 600;
	line-height: 1.4;
}

body.pilates-ads .pilates-teaser {
	max-width: 720px;
	margin: 0 auto;
}

body.pilates-ads .pilates-teaser__title {
	text-align: center;
	font-size: clamp(1.4rem, 3.4vw, 1.85rem);
	margin-bottom: 0.9rem;
}

body.pilates-ads .pilates-teaser__frame {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: var(--radius);
	overflow: hidden;
	background: #1c1916;
	box-shadow: var(--shadow);
}

body.pilates-ads .pilates-teaser__poster,
body.pilates-ads .pilates-teaser__frame video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

body.pilates-ads .pilates-teaser__poster {
	object-fit: cover;
}

body.pilates-ads .pilates-teaser__frame video {
	object-fit: contain;
	background: #1c1916;
	opacity: 0;
	pointer-events: none;
}

body.pilates-ads .pilates-teaser__frame.is-playing video {
	opacity: 1;
	pointer-events: auto;
}

body.pilates-ads .pilates-teaser__frame.is-playing .pilates-teaser__poster,
body.pilates-ads .pilates-teaser__frame.is-playing .pilates-teaser__play {
	display: none;
}

body.pilates-ads .pilates-teaser__play {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	border: 0;
	background: rgba(12, 14, 18, 0.32);
	color: #fff;
	cursor: pointer;
	min-height: 44px;
}

body.pilates-ads .pilates-teaser__play:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -6px;
}

body.pilates-ads .pilates-teaser__play-icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--color-verde-cta);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

body.pilates-ads .pilates-teaser__play-icon svg {
	width: 28px;
	height: 28px;
	margin-left: 3px;
	fill: #fff;
}

body.pilates-ads .pilates-teaser__play-label {
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 700;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

body.pilates-ads .pilates-teaser__caption {
	margin: 0.95rem auto 0;
	max-width: 34rem;
	text-align: center;
	font-size: 1rem;
	color: #555;
	line-height: 1.5;
}

/* FAQ questions: Lora sentence-case. Section H2 stays Bebas (LP family). */
body.pilates-ads .pilates-v3__faq .beneficios__item-header {
	width: 100%;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: inherit;
	min-height: 48px;
	padding: 0.9rem 1.05rem;
}

body.pilates-ads .pilates-v3__faq .beneficios__item-header:focus-visible {
	outline: 2px solid var(--color-verde-bosque);
	outline-offset: -2px;
}

body.pilates-ads .pilates-v3__faq .beneficios__item-title {
	font-family: var(--font-heading);
	font-size: 1.08rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.4;
	color: var(--color-verde-bosque-dark);
}

body.pilates-ads .pilates-v3__faq-item.active .beneficios__item-body {
	max-height: 28rem;
}

body.pilates-ads .pilates-v3__faq .beneficios__item-text {
	font-size: 1rem;
	line-height: 1.55;
}

body.pilates-ads .pilates-v3__muestra.is-playing video {
	opacity: 1;
}

body.pilates-ads .pilates-v3__muestra--teaser {
	display: block;
	color: inherit;
}

body.pilates-ads .pilates-v3__muestra-cta {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.4rem 1rem;
	border-radius: 999px;
	background: var(--color-verde-cta);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	white-space: nowrap;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.32);
}

body.pilates-ads .pilates-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 880;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
	background: rgba(253, 251, 247, 0.96);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.12);
	transform: translateY(110%);
	transition: transform 0.22s ease;
}

body.pilates-ads .pilates-sticky.is-visible {
	transform: translateY(0);
}

body.pilates-ads .pilates-sticky__copy {
	flex: 1 1 auto;
	min-width: 0;
}

body.pilates-ads .pilates-sticky__price {
	display: block;
	font-family: var(--font-heading);
	font-size: 1.02rem;
	color: var(--color-verde-bosque-dark);
	line-height: 1.2;
}

body.pilates-ads .pilates-sticky__note {
	display: block;
	font-size: 0.78rem;
	color: #666;
	margin-top: 0.12rem;
}

body.pilates-ads .pilates-sticky .btn--reservar {
	flex: 0 0 auto;
	font-size: 1.3rem;
	padding: 0.32rem 1.05rem;
	min-height: 44px;
	min-width: 44px;
	line-height: 1.1;
}

body.pilates-ads .footer__links {
	margin-top: 0.45rem;
	font-size: 0.85rem;
}

body.pilates-ads .footer__links a {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

@media (min-width: 700px) {
	body.pilates-ads .pilates-cats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.pilates-ads .pilates-how {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.pilates-ads .whatsapp {
		width: 56px;
		height: 56px;
	}

	body.pilates-ads .whatsapp svg {
		width: 28px;
		height: 28px;
	}
}

@media (min-width: 900px) {
	body.pilates-ads .header__brand-title {
		max-width: none;
		font-size: 0.8rem;
	}
}

@media (max-width: 767px) {
	body.pilates-ads .pilates-v3__hero-cta .btn--reservar {
		width: 100%;
		font-size: 1.75rem;
		min-height: 52px;
	}

	body.pilates-ads .pilates-price .btn--reservar {
		width: 100%;
		max-width: 22rem;
	}

	body.pilates-ads .pilates-v3__muestras-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.7rem;
	}
}

@media (max-width: 1023px) {
	body.pilates-ads .pilates-v3__muestra--teaser {
		grid-column: 1 / -1;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 479px) {
	body.pilates-ads {
		--header-height: 100px;
	}

	body.pilates-ads .header__logo {
		height: 88px;
	}

	body.pilates-ads .pilates-v3__hero-cta .btn--reservar {
		font-size: 1.5rem;
	}

	body.pilates-ads .pilates-sticky .btn--reservar {
		font-size: 1.18rem;
		padding: 0.3rem 0.85rem;
	}

	body.pilates-ads .pilates-teaser__play-icon {
		width: 64px;
		height: 64px;
	}

	body.pilates-ads .pilates-v3__muestras-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}
}
