/**
 * Monterrey — capa visual definitiva. Namespace: main.ds-mty-premium (+ body.ds-mty-premium-page).
 * Pagos/checkout: widget con overflow:visible; sin display:none funcional; formularios intactos.
 */

body.ds-mty-premium-page {
	--ds-gold: #e8bf96;
	--ds-gold-deep: #c9a07a;
	--ds-text: #1f2430;
	--ds-text-soft: rgba(31, 36, 48, 0.82);
	--ds-border: rgba(217, 203, 184, 0.85);
	--font-display: "DM Serif Display", "Cormorant Garamond", ui-serif, Georgia, serif;
	--font-body: "Inter", system-ui, -apple-system, sans-serif;
	background: #f5f0e8;
	color: #1f2430;
}

/* Tokens + superficie main (sin fugas globales fuera de esta página) */
main.ds-mty-premium {
	--ds-bg: #f5f0e8;
	--ds-bg-2: #ede5da;
	--ds-bg-3: #fffdf9;
	--ds-text: #1f2430;
	--ds-text-soft: rgba(31, 36, 48, 0.82);
	--ds-text-muted: rgba(95, 100, 112, 0.88);
	--ds-gold: #e8bf96;
	--ds-gold-deep: #c9a07a;
	--ds-border: rgba(217, 203, 184, 0.9);
	--ds-border-strong: rgba(13, 53, 112, 0.18);
	--ds-panel: #fffdf9;
	--ds-panel-soft: rgba(255, 253, 249, 0.92);
	--ds-shadow: 0 24px 80px rgba(13, 53, 112, 0.08);
	--ds-shadow-deep: 0 36px 100px rgba(13, 53, 112, 0.1);
	--ds-radius-xl: 32px;
	--ds-radius-lg: 24px;
	--ds-radius-md: 18px;
	--font-display: "DM Serif Display", "Cormorant Garamond", ui-serif, Georgia, serif;
	--font-body: "Inter", system-ui, -apple-system, sans-serif;
	background:
		radial-gradient(circle at top, rgba(232, 191, 150, 0.12), transparent 32%),
		linear-gradient(180deg, #f5f0e8 0%, #fffdf9 100%);
	color: var(--ds-text);
	font-family: var(--font-body);
	min-height: 100vh;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	display: block;
	box-sizing: border-box;
}

main.ds-mty-premium *,
main.ds-mty-premium *::before,
main.ds-mty-premium *::after {
	box-sizing: border-box;
}

main.ds-mty-premium h1,
main.ds-mty-premium h2,
main.ds-mty-premium h3,
main.ds-mty-premium h4 {
	font-family: var(--font-display);
	color: var(--ds-text);
	letter-spacing: -0.03em;
	text-rendering: optimizeLegibility;
}

main.ds-mty-premium h1.wp-block-heading,
main.ds-mty-premium h2.wp-block-heading,
main.ds-mty-premium h3.wp-block-heading,
main.ds-mty-premium h4.wp-block-heading {
	font-family: var(--font-display);
	color: var(--ds-text);
}

main.ds-mty-premium p,
main.ds-mty-premium li,
main.ds-mty-premium span,
main.ds-mty-premium a,
main.ds-mty-premium label,
main.ds-mty-premium input,
main.ds-mty-premium select,
main.ds-mty-premium textarea,
main.ds-mty-premium button {
	font-family: var(--font-body);
}

/* Shell (alias .ds-mty-shell por compatibilidad con HTML antiguo) */
.ds-shell,
.ds-mty-shell {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
}

/* --- Hero --- */
.ds-mty-hero {
	position: relative;
	min-height: 100svh;
	min-height: 100dvh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	background: #f5f0e8;
}

.ds-mty-hero.ds-mty-hero--await .ds-mty-hero__content .ds-shell > * {
	opacity: 0;
	transform: translateY(12px);
}

.ds-mty-hero.ds-mty-hero--entered .ds-mty-hero__content .ds-shell > * {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.65s ease, transform 0.7s ease;
}

.ds-mty-hero.ds-mty-hero--entered .ds-mty-hero__content .ds-shell > *:nth-child(1) {
	transition-delay: 0.05s;
}
.ds-mty-hero.ds-mty-hero--entered .ds-mty-hero__content .ds-shell > *:nth-child(2) {
	transition-delay: 0.1s;
}
.ds-mty-hero.ds-mty-hero--entered .ds-mty-hero__content .ds-shell > *:nth-child(3) {
	transition-delay: 0.15s;
}
.ds-mty-hero.ds-mty-hero--entered .ds-mty-hero__content .ds-shell > *:nth-child(4) {
	transition-delay: 0.2s;
}
.ds-mty-hero.ds-mty-hero--entered .ds-mty-hero__content .ds-shell > *:nth-child(5) {
	transition-delay: 0.25s;
}

.ds-mty-hero__media,
.ds-mty-hero__media img,
.ds-mty-hero__media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ds-mty-hero__media img,
.ds-mty-hero__media video {
	object-fit: cover;
	filter: brightness(1.02) contrast(0.98) saturate(0.95);
	transform: scale(1.03);
}

.ds-mty-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(245, 240, 232, 0.35) 0%, rgba(245, 240, 232, 0.72) 55%, rgba(255, 253, 249, 0.9) 100%),
		radial-gradient(circle at 50% 18%, rgba(255, 253, 249, 0.2), transparent 55%);
}

.ds-mty-hero__content {
	position: relative;
	z-index: 2;
	padding-top: clamp(112px, 18vh, 180px);
	padding-bottom: clamp(72px, 10vh, 120px);
	text-align: center;
}

.ds-mty-hero__eyebrow,
.ds-mty-section__eyebrow {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--ds-text-muted);
	margin-bottom: 18px;
}

.ds-mty-hero__title {
	margin: 0;
	font-size: clamp(58px, 7vw, 118px);
	line-height: 0.92;
	font-weight: 500;
	font-family: var(--font-display);
	color: #0d3570;
}

.ds-mty-hero__title span {
	opacity: 0.64;
	font-weight: 400;
}

.ds-mty-hero__subtitle {
	margin: 24px auto 0;
	max-width: 640px;
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.75;
	color: var(--ds-text-soft);
}

.ds-mty-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
}

.ds-btn {
	min-height: 58px;
	padding: 16px 30px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	background: none;
}

.ds-btn--primary {
	background: linear-gradient(135deg, #0d3570, #0a2d5c);
	color: #fffdf9 !important;
	border: 1px solid rgba(13, 53, 112, 0.22);
	box-shadow: 0 16px 44px rgba(13, 53, 112, 0.2);
}

.ds-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 58px rgba(13, 53, 112, 0.26);
	color: #fffdf9 !important;
}

.ds-btn--ghost {
	color: #0d3570 !important;
	background: rgba(255, 253, 249, 0.85);
	border: 1px solid rgba(13, 53, 112, 0.28);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.ds-btn--ghost:hover {
	transform: translateY(-2px);
	border-color: rgba(232, 191, 150, 0.75);
	background: #fffdf9;
	color: #202c58 !important;
}

.ds-mty-editorial,
.ds-mty-support {
	padding: clamp(80px, 10vw, 128px) 0;
}

.ds-mty-section__title {
	margin: 0;
	font-size: clamp(40px, 4.5vw, 72px);
	line-height: 1.02;
	font-family: var(--font-display);
	color: var(--ds-text);
}

.ds-mty-section__copy {
	margin-top: 18px;
	max-width: 760px;
	font-size: 17px;
	line-height: 1.8;
	color: var(--ds-text-soft);
}

.ds-mty-section__price {
	margin-top: clamp(12px, 1.6vw, 20px);
	margin-bottom: 0;
	padding-bottom: 10px;
	max-width: 760px;
	font-family: var(--font-display);
	font-size: clamp(18px, 2.2vw, 28px);
	line-height: 1.2;
	font-weight: 400;
	color: var(--ds-text);
}

.ds-mty-section__price-promo {
	margin-top: clamp(6px, 1vw, 12px);
	margin-bottom: 0;
	padding-bottom: 10px;
	max-width: 760px;
	font-family: var(--font-display);
	font-size: clamp(15px, 1.85vw, 24px);
	line-height: 1.25;
	font-weight: 400;
	color: #b42318;
}

/*
 * Banner precio + preventa (#mty-experience): referencia foto 2 — Montserrat; #2c4871 / #141414 / #e8251e.
 * !important en colores del precio promo: evita tinte azul por herencia de main.ds-mty-premium / span.
 */
main.ds-mty-premium .booking-offer,
.ds-mty-editorial .booking-offer {
	text-align: center;
	margin: 24px 0;
	font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
	color: #141414;
}

main.ds-mty-premium .booking-offer *,
.ds-mty-editorial .booking-offer * {
	font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
}

main.ds-mty-premium .booking-offer__main,
.ds-mty-editorial .booking-offer__main {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px;
	color: #2c4871;
}

main.ds-mty-premium .booking-offer__main .currency,
.ds-mty-editorial .booking-offer__main .currency {
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	color: #141414 !important;
}

main.ds-mty-premium .booking-offer__main .amount,
.ds-mty-editorial .booking-offer__main .amount {
	font-size: 56px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #2c4871 !important;
}

main.ds-mty-premium .booking-offer__main .mxn,
.ds-mty-editorial .booking-offer__main .mxn {
	font-size: 22px;
	font-weight: 700;
	align-self: flex-start;
	margin-top: 0.28em;
	line-height: 1;
	color: #141414 !important;
}

main.ds-mty-premium .booking-offer__subtitle,
.ds-mty-editorial .booking-offer__subtitle {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #2c4871 !important;
	text-transform: uppercase;
	line-height: 1.25;
}

main.ds-mty-premium .booking-offer__card,
.ds-mty-editorial .booking-offer__card {
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	max-width: 420px;
	background: #f2f2f4;
	border-radius: 10px;
	padding: 16px;
	padding-top: 0;
	overflow: hidden;
	box-sizing: border-box;
}

main.ds-mty-premium .booking-offer__badge,
.ds-mty-editorial .booking-offer__badge {
	background: #2c4871 !important;
	color: #fff !important;
	padding: 12px 16px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0 -16px 18px;
	line-height: 1.2;
	text-align: center;
}

main.ds-mty-premium .booking-offer__date,
.ds-mty-editorial .booking-offer__date {
	font-size: 16px;
	font-weight: 700;
	color: #141414 !important;
	margin: 0 0 14px;
	line-height: 1.3;
}

main.ds-mty-premium .booking-offer__promo-price,
.ds-mty-editorial .booking-offer__promo-price {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px;
	color: #e8251e !important;
}

main.ds-mty-premium .booking-offer__promo-price .currency,
.ds-mty-editorial .booking-offer__promo-price .currency {
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	color: #141414 !important;
}

main.ds-mty-premium .booking-offer__promo-price .amount,
.ds-mty-editorial .booking-offer__promo-price .amount {
	font-size: 52px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #e8251e !important;
}

main.ds-mty-premium .booking-offer__promo-price .mxn,
.ds-mty-editorial .booking-offer__promo-price .mxn {
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: #141414 !important;
	align-self: flex-start;
	margin-top: 0.32em;
}

main.ds-mty-premium .booking-offer__code,
.ds-mty-editorial .booking-offer__code {
	margin-top: 16px;
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	color: #141414 !important;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

main.ds-mty-premium .booking-offer__code strong,
.ds-mty-editorial .booking-offer__code strong {
	color: #e8251e !important;
	font-weight: 800;
	letter-spacing: 0.04em;
}

/* Destacado Monterrey: imagen real + overlay + copy (anti-flyer) */
.ds-mty-highlight {
	padding: clamp(60px, 8vw, 120px) 0;
	position: relative;
}

.ds-mty-highlight__media {
	position: relative;
	aspect-ratio: 16 / 9;
	max-height: min(85vh, 960px);
	border-radius: 32px;
	overflow: hidden;
	border: 1px solid rgba(217, 203, 184, 0.85);
	box-shadow: 0 28px 80px rgba(13, 53, 112, 0.1);
	background: #fffdf9;
}

.ds-mty-highlight__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 38%;
	display: block;
	filter: brightness(0.95) contrast(1) saturate(0.95);
	transform: scale(1.02);
	transform-origin: center center;
}

.ds-mty-highlight__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
			180deg,
			rgba(255, 253, 249, 0.05) 0%,
			rgba(245, 240, 232, 0.45) 55%,
			rgba(255, 253, 249, 0.88) 100%
		);
}

.ds-mty-highlight__content {
	position: absolute;
	bottom: clamp(24px, 4vw, 48px);
	left: clamp(24px, 4vw, 48px);
	max-width: 520px;
	z-index: 2;
	text-align: left;
}

.ds-mty-highlight .ds-mty-title {
	font-family: var(--font-display);
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: #0d3570;
	margin: 0 0 12px;
}

.ds-mty-highlight .ds-mty-sub {
	font-family: var(--font-body);
	font-size: 16px;
	color: rgba(95, 100, 112, 0.92);
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 640px) {
	.ds-mty-highlight__content {
		right: clamp(16px, 4vw, 24px);
		max-width: none;
	}

	.ds-mty-highlight .ds-mty-sub {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ds-mty-highlight__media img {
		transform: none;
	}
}

#mty-visual {
	scroll-margin-top: min(120px, 20vh);
}

#mty-experience {
	scroll-margin-top: min(120px, 20vh);
}

#mty-booking {
	scroll-margin-top: min(120px, 20vh);
}

/* --- Booking v2: calendario premium + módulo Turitop --- */
.ds-mty-booking--v2 .ds-mty-booking-app {
	margin-bottom: clamp(24px, 3vw, 40px);
	padding: clamp(18px, 2.5vw, 28px);
	border-radius: calc(var(--ds-radius-xl) - 10px);
	background: #fffdf9;
	border: 1px solid var(--ds-border);
	box-shadow: 0 12px 40px rgba(13, 53, 112, 0.06);
	overflow: visible;
}

.ds-mty-cal {
	max-width: 520px;
	margin: 0 auto;
}

.ds-mty-cal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 20px;
}

.ds-mty-cal__title {
	font-family: var(--font-display);
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 500;
	color: var(--ds-text);
	margin: 0;
	text-align: center;
	flex: 1;
}

.ds-mty-cal__nav {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid var(--ds-border);
	background: rgba(255, 253, 249, 0.95);
	color: var(--ds-text);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.ds-mty-cal__nav:hover {
	background: rgba(232, 191, 150, 0.15);
	border-color: rgba(232, 191, 150, 0.55);
}

.ds-mty-cal__weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 6px;
	margin-bottom: 10px;
}

.ds-mty-cal__weekday {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	color: var(--ds-text-muted);
}

.ds-mty-cal__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 8px;
}

.ds-mty-cal__cell {
	min-height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(217, 203, 184, 0.65);
	background: rgba(237, 229, 218, 0.35);
	color: var(--ds-text-soft);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ds-mty-cal__cell--empty {
	border: none;
	background: transparent;
	cursor: default;
	min-height: 44px;
}

.ds-mty-cal__cell--muted {
	opacity: 0.38;
	cursor: not-allowed;
}

.ds-mty-cal__cell--available {
	border-color: rgba(226, 198, 136, 0.35);
	background: rgba(226, 198, 136, 0.08);
	color: var(--ds-text);
}

.ds-mty-cal__cell--available:hover {
	transform: translateY(-1px);
	border-color: rgba(226, 198, 136, 0.5);
	background: rgba(226, 198, 136, 0.12);
}

.ds-mty-cal__cell--fallback {
	border-style: dashed;
}

.ds-mty-cal__hint {
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: var(--ds-text-muted);
}

.ds-mty-checkout-app {
	margin-top: clamp(8px, 2vw, 14px);
	padding-top: clamp(22px, 3vw, 34px);
	border-top: 1px solid var(--ds-border);
	overflow: visible;
}

/* TuriTop: mount hermano del checkout, dentro del panel blanco (full ancho del panel, sin caja celeste intermedia). */
#mty-booking .ds-mty-checkout-app + .ds-mty-turitop-mount,
#mty-info.ds-mty-booking .ds-mty-checkout-app + .ds-mty-turitop-mount {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-top: clamp(12px, 2.2vw, 20px);
	box-sizing: border-box;
}

.ds-mty-checkout-app__title {
	margin: 0 0 10px;
	font-family: var(--font-display);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 500;
	color: var(--ds-text);
}

.ds-mty-checkout-app__lead {
	margin: 0 0 20px;
	max-width: 52ch;
	font-size: 16px;
	line-height: 1.75;
	color: var(--ds-text-soft);
}

main.ds-mty-premium .ds-mty-turitop-mount {
	overflow: visible;
	min-height: 120px;
}

#mty-info.ds-mty-booking {
	scroll-margin-top: min(120px, 20vh);
}

/* Booking shell — look home (azul hielo + panel blanco); ids para ganar a footer/redesign */
#mty-booking.ds-mty-booking,
#mty-info.ds-mty-booking {
	--text-soft: #5b7a9f;
	padding: clamp(72px, 9vw, 112px) 0;
	background: #f0f8ff;
}

#mty-info.ds-mty-booking {
	margin: 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

#mty-info.ds-mty-booking .ds-shell,
#mty-info.ds-mty-booking .ds-mty-shell {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
	max-width: none;
}

#mty-booking .ds-mty-booking__panel,
#mty-info.ds-mty-booking .ds-mty-booking__panel {
	padding: clamp(28px, 3.5vw, 40px);
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid rgba(21, 101, 192, 0.1);
	box-shadow: 0 8px 40px rgba(21, 101, 192, 0.18);
}

#mty-booking .ds-mty-booking__intro,
#mty-info.ds-mty-booking .ds-mty-booking__intro {
	margin-bottom: 0;
}

#mty-booking .ds-mty-booking__intro .eyebrow,
#mty-info.ds-mty-booking .ds-mty-booking__intro .eyebrow {
	margin-bottom: 14px;
	font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2f7be5;
}

#mty-booking .ds-mty-booking__intro .section-title,
#mty-info.ds-mty-booking .ds-mty-booking__intro .section-title {
	margin-bottom: 16px;
	font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 800;
	line-height: 1.2;
	color: #0d2545;
}

#mty-booking .ds-mty-booking__intro .section-sub,
#mty-info.ds-mty-booking .ds-mty-booking__intro .section-sub {
	max-width: 56ch;
	font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	font-weight: 600;
	color: var(--text-soft) !important;
}

#mty-booking .ds-mty-checkout-app .section-title.ds-mty-checkout-app__title,
#mty-info.ds-mty-booking .ds-mty-checkout-app .section-title.ds-mty-checkout-app__title {
	margin: 0 0 12px;
	font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
	font-size: clamp(1.35rem, 2.6vw, 2rem);
	font-weight: 800;
	color: #0d2545;
}

#mty-booking .ds-mty-checkout-app .section-sub.ds-mty-checkout-app__lead,
#mty-info.ds-mty-booking .ds-mty-checkout-app .section-sub.ds-mty-checkout-app__lead {
	margin: 0 0 20px;
	max-width: 52ch;
	font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	font-weight: 600;
	color: var(--text-soft) !important;
}

#mty-booking .ds-mty-booking__widget,
#mty-info.ds-mty-booking .ds-mty-booking__widget {
	border-radius: 14px;
	overflow: visible;
	background: #ffffff;
	border: 1px solid rgba(21, 101, 192, 0.12);
	padding: clamp(14px, 2vw, 22px);
}

#mty-info:not(.ds-mty-booking) {
	scroll-margin-top: min(120px, 20vh);
}

main.ds-mty-premium .ds-mty-support .entry-content > * + * {
	margin-block-start: clamp(1.25rem, 3vw, 2rem);
}

main.ds-mty-premium .ds-mty-support > .ds-shell > .alignfull,
main.ds-mty-premium .ds-mty-support > .ds-mty-shell > .alignfull {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

@supports selector(:has(*)) {
	main.ds-mty-premium
		.ds-mty-support
		.entry-content
		> .wp-block-cover.portada-landing.alignfull:first-child:not(:has(#mty-info)) {
		display: none !important;
	}
}

main.ds-mty-premium iframe[src*="turitop"],
main.ds-mty-premium iframe[src*="checkout"],
main.ds-mty-premium iframe[src*="payment"] {
	width: 100%;
	min-height: 520px;
	border: 0;
	background: transparent;
	border-radius: var(--ds-radius-md);
}

@media (min-width: 782px) {
	main.ds-mty-premium iframe[src*="turitop"],
	main.ds-mty-premium iframe[src*="checkout"],
	main.ds-mty-premium iframe[src*="payment"] {
		min-height: 720px;
	}
}

main.ds-mty-premium #mty-booking .turitop_bswp_button_box_wrap,
main.ds-mty-premium #mty-info.ds-mty-booking .turitop_bswp_button_box_wrap {
	border-radius: var(--ds-radius-lg);
}

/* Turitop / Woo: solo en #mty-booking / #mty-info (evita “modo oscuro” que pisaba el nuevo diseño) */
main.ds-mty-premium #mty-booking .turitop_bswp_button_box_wrap,
main.ds-mty-premium #mty-booking .woocommerce form.checkout,
main.ds-mty-premium #mty-booking form.woocommerce-cart-form,
main.ds-mty-premium #mty-booking .woocommerce .checkout,
main.ds-mty-premium #mty-booking .woocommerce .payment_box,
main.ds-mty-premium #mty-booking .woocommerce div.product,
main.ds-mty-premium #mty-booking .woocommerce .summary,
main.ds-mty-premium #mty-info.ds-mty-booking .turitop_bswp_button_box_wrap,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce form.checkout,
main.ds-mty-premium #mty-info.ds-mty-booking form.woocommerce-cart-form,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce .checkout,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce .payment_box,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce div.product,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce .summary {
	background: #ffffff !important;
	border: 1px solid rgba(21, 101, 192, 0.1) !important;
	border-radius: var(--ds-radius-lg) !important;
	box-shadow: 0 4px 24px rgba(21, 101, 192, 0.12) !important;
	padding: 18px !important;
}

main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__widget .woocommerce form:not(.woocommerce-cart-form):not(.checkout) {
	background: #ffffff !important;
	border: 1px solid rgba(21, 101, 192, 0.1) !important;
	border-radius: var(--ds-radius-lg) !important;
	box-shadow: 0 4px 24px rgba(21, 101, 192, 0.12) !important;
	padding: 18px !important;
}

main.ds-mty-premium .wpcf7 form {
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: var(--ds-radius-lg) !important;
	box-shadow: none !important;
	padding: 18px !important;
}

main.ds-mty-premium .ds-mty-content .wp-block-group:not(.has-background),
main.ds-mty-premium .ds-mty-support .wp-block-group:not(.has-background),
main.ds-mty-premium .ds-mty-content .wp-block-columns,
main.ds-mty-premium .ds-mty-support .wp-block-columns,
main.ds-mty-premium .ds-mty-content .wp-block-column,
main.ds-mty-premium .ds-mty-support .wp-block-column {
	box-shadow: none !important;
}

main.ds-mty-premium .ds-mty-content .wp-block-cover:not(.portada-landing),
main.ds-mty-premium .ds-mty-support .wp-block-cover:not(.portada-landing) {
	border-radius: var(--ds-radius-lg);
	border: 1px solid var(--ds-border);
	overflow: hidden;
	margin-block: 1.5rem;
}

main.ds-mty-premium .ds-mty-content a:not(.ds-btn):not(.wp-block-button__link):not(.wp-block-advgb-button_link),
main.ds-mty-premium .ds-mty-support a:not(.ds-btn):not(.wp-block-button__link):not(.wp-block-advgb-button_link) {
	color: var(--ds-gold);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

/*
 * Botones / formularios Woo y Turitop: SOLO dentro del módulo de reserva.
 * (El selector global main…button aplicaba dorado a todo Turitop y anulaba el rediseño.)
 */
main.ds-mty-premium #mty-booking .wp-block-button__link,
main.ds-mty-premium #mty-booking button:not(.pswp__button):not(.qty-button):not(.minus):not(.plus):not(.mfp-close):not(.mfp-arrow):not(.fc-button):not(.reset_variations):not([class*="swiper-"]):not(.carousel-control),
main.ds-mty-premium #mty-booking input[type="submit"],
main.ds-mty-premium #mty-booking input[type="button"]:not(.plus):not(.minus),
main.ds-mty-premium #mty-booking .button:not(.woocommerce-widget-layered-nav-dropdown__submit),
main.ds-mty-premium #mty-booking .single_add_to_cart_button,
main.ds-mty-premium #mty-booking .checkout-button,
main.ds-mty-premium #mty-booking .wc-proceed-to-checkout a,
main.ds-mty-premium #mty-info.ds-mty-booking .wp-block-button__link,
main.ds-mty-premium #mty-info.ds-mty-booking button:not(.pswp__button):not(.qty-button):not(.minus):not(.plus):not(.mfp-close):not(.mfp-arrow):not(.fc-button):not(.reset_variations):not([class*="swiper-"]):not(.carousel-control),
main.ds-mty-premium #mty-info.ds-mty-booking input[type="submit"],
main.ds-mty-premium #mty-info.ds-mty-booking input[type="button"]:not(.plus):not(.minus),
main.ds-mty-premium #mty-info.ds-mty-booking .button:not(.woocommerce-widget-layered-nav-dropdown__submit),
main.ds-mty-premium #mty-info.ds-mty-booking .single_add_to_cart_button,
main.ds-mty-premium #mty-info.ds-mty-booking .checkout-button,
main.ds-mty-premium #mty-info.ds-mty-booking .wc-proceed-to-checkout a {
	border-radius: 50px !important;
	background: #1e63c6 !important;
	color: #ffffff !important;
	border: none !important;
	box-shadow: 0 6px 18px rgba(30, 99, 198, 0.25) !important;
	font-family: "Segoe UI", system-ui, -apple-system, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	padding: 14px 26px !important;
}

main.ds-mty-premium #mty-booking .wp-block-button__link:hover,
main.ds-mty-premium #mty-booking button:not(.pswp__button):not(.qty-button):not(.minus):not(.plus):not(.mfp-close):not(.mfp-arrow):not(.fc-button):not(.reset_variations):not([class*="swiper-"]):not(.carousel-control):hover,
main.ds-mty-premium #mty-booking input[type="submit"]:hover,
main.ds-mty-premium #mty-booking input[type="button"]:not(.plus):not(.minus):hover,
main.ds-mty-premium #mty-booking .button:hover,
main.ds-mty-premium #mty-booking .single_add_to_cart_button:hover,
main.ds-mty-premium #mty-booking .checkout-button:hover,
main.ds-mty-premium #mty-booking .wc-proceed-to-checkout a:hover,
main.ds-mty-premium #mty-info.ds-mty-booking .wp-block-button__link:hover,
main.ds-mty-premium #mty-info.ds-mty-booking button:not(.pswp__button):not(.qty-button):not(.minus):not(.plus):not(.mfp-close):not(.mfp-arrow):not(.fc-button):not(.reset_variations):not([class*="swiper-"]):not(.carousel-control):hover,
main.ds-mty-premium #mty-info.ds-mty-booking input[type="submit"]:hover,
main.ds-mty-premium #mty-info.ds-mty-booking input[type="button"]:not(.plus):not(.minus):hover,
main.ds-mty-premium #mty-info.ds-mty-booking .button:hover,
main.ds-mty-premium #mty-info.ds-mty-booking .single_add_to_cart_button:hover,
main.ds-mty-premium #mty-info.ds-mty-booking .checkout-button:hover,
main.ds-mty-premium #mty-info.ds-mty-booking .wc-proceed-to-checkout a:hover {
	transform: translateY(-1px);
	background: #2f7be5 !important;
	color: #ffffff !important;
	box-shadow: 0 8px 22px rgba(30, 99, 198, 0.3) !important;
}

/* CTA arena: solo acordeón / bloques editoriales fuera del booking */
main.ds-mty-premium .ds-accordion .wp-block-button__link,
main.ds-mty-premium .ds-accordion input[type="submit"],
main.ds-mty-premium .ds-accordion .button {
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--ds-gold), var(--ds-gold-deep)) !important;
	color: #0b0b0c !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	box-shadow: 0 12px 34px rgba(202, 167, 104, 0.26) !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em !important;
	padding: 14px 26px !important;
}

main.ds-mty-premium #mty-booking input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not(.plus):not(.minus),
main.ds-mty-premium #mty-booking select,
main.ds-mty-premium #mty-booking textarea,
main.ds-mty-premium #mty-info.ds-mty-booking input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not(.plus):not(.minus),
main.ds-mty-premium #mty-info.ds-mty-booking select,
main.ds-mty-premium #mty-info.ds-mty-booking textarea {
	background: #ffffff !important;
	color: #0d2545 !important;
	border: 1px solid rgba(21, 101, 192, 0.1) !important;
	border-radius: 12px !important;
	padding: 14px 16px !important;
	box-shadow: none !important;
}

main.ds-mty-premium #mty-booking input::placeholder,
main.ds-mty-premium #mty-booking textarea::placeholder,
main.ds-mty-premium #mty-info.ds-mty-booking input::placeholder,
main.ds-mty-premium #mty-info.ds-mty-booking textarea::placeholder {
	color: rgba(91, 122, 159, 0.65) !important;
}

main.ds-mty-premium #mty-booking p,
main.ds-mty-premium #mty-booking li,
main.ds-mty-premium #mty-booking td,
main.ds-mty-premium #mty-booking th,
main.ds-mty-premium #mty-booking small,
main.ds-mty-premium #mty-booking .price,
main.ds-mty-premium #mty-booking .woocommerce-Price-amount,
main.ds-mty-premium #mty-info.ds-mty-booking p,
main.ds-mty-premium #mty-info.ds-mty-booking li,
main.ds-mty-premium #mty-info.ds-mty-booking td,
main.ds-mty-premium #mty-info.ds-mty-booking th,
main.ds-mty-premium #mty-info.ds-mty-booking small,
main.ds-mty-premium #mty-info.ds-mty-booking .price,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce-Price-amount {
	color: var(--ds-text-soft) !important;
}

main.ds-mty-premium #mty-booking table,
main.ds-mty-premium #mty-booking .wp-block-table table,
main.ds-mty-premium #mty-booking .shop_table,
main.ds-mty-premium #mty-info.ds-mty-booking table,
main.ds-mty-premium #mty-info.ds-mty-booking .wp-block-table table,
main.ds-mty-premium #mty-info.ds-mty-booking .shop_table {
	background: #ffffff;
	border: 1px solid rgba(21, 101, 192, 0.1);
	border-radius: 16px;
	overflow: hidden;
}

main.ds-mty-premium #mty-booking td,
main.ds-mty-premium #mty-booking th,
main.ds-mty-premium #mty-info.ds-mty-booking td,
main.ds-mty-premium #mty-info.ds-mty-booking th {
	border-color: rgba(21, 101, 192, 0.12) !important;
}

main.ds-mty-premium .wp-block-spacer {
	background: transparent !important;
}

main.ds-mty-premium .ds-p26-card {
	border-radius: var(--ds-radius-lg) !important;
	border: 1px solid var(--ds-border) !important;
}

.ds-mty-premium__comments-footer {
	padding-block: 3rem 4rem;
	border-top: 1px solid var(--ds-border);
}

body.ds-mty-premium-page .ds-mty-premium__comments-footer,
body.ds-mty-premium-page .ds-mty-premium__comments-footer .ds-shell,
body.ds-mty-premium-page .ds-mty-premium__comments-footer .ds-mty-shell {
	color: var(--ds-text-soft, rgba(244, 239, 230, 0.78));
}

/*
 * Turitop embed (box): el calendario y “Paso 1…” viven DENTRO del iframe (app.turitop.com).
 * El navegador no aplica CSS del tema al interior del iframe (cross-origin).
 * Aquí: marco premium + lightbox + contenedor en NUESTRA página.
 * Para skin completo del booking, usar marca blanca / ajustes en el panel TuriTop.
 */

/* Contenedor del widget en la landing */
main.ds-mty-premium .ds-mty-turitop-mount .turitop_bswp_button_box_wrap {
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: clamp(14px, 2vw, 22px);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

main.ds-mty-premium .ds-mty-turitop-mount .loading-turitop {
	background: transparent;
	border-radius: 20px;
}

/* Marco del iframe inline (embed box) */
main.ds-mty-premium .ds-mty-turitop-mount iframe.iframe-resizable-turitop,
main.ds-mty-premium .ds-mty-turitop-mount .loading-turitop iframe {
	width: 100% !important;
	max-width: min(1150px, 100%) !important;
	min-height: 600px !important;
	border: 1px solid rgba(226, 198, 136, 0.2) !important;
	border-radius: 20px !important;
	box-shadow:
		0 20px 60px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	background: #06060a !important;
	color-scheme: dark;
}

@media (min-width: 783px) {
	main.ds-mty-premium .ds-mty-turitop-mount iframe.iframe-resizable-turitop,
	main.ds-mty-premium .ds-mty-turitop-mount .loading-turitop iframe {
		min-height: 720px !important;
	}
}

/*
 * Reserva (#mty-booking / #mty-info): el bloque .ds-mty-turitop-mount arriba es legacy “cinema”.
 * Sin #id el iframe ganaba fondo #06060a y color-scheme: dark aunque el panel sea claro.
 */
main.ds-mty-premium #mty-booking .ds-mty-turitop-mount .turitop_bswp_button_box_wrap,
main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-turitop-mount .turitop_bswp_button_box_wrap {
	background: #ffffff !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border: 1px solid rgba(21, 101, 192, 0.1) !important;
	box-shadow: 0 4px 24px rgba(21, 101, 192, 0.12) !important;
}

main.ds-mty-premium #mty-booking .ds-mty-turitop-mount iframe.iframe-resizable-turitop,
main.ds-mty-premium #mty-booking .ds-mty-turitop-mount .loading-turitop iframe,
main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-turitop-mount iframe.iframe-resizable-turitop,
main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-turitop-mount .loading-turitop iframe {
	width: 100% !important;
	max-width: min(1150px, 100%) !important;
	border: 1px solid rgba(21, 101, 192, 0.14) !important;
	border-radius: 20px !important;
	box-shadow: 0 14px 44px rgba(13, 53, 112, 0.1) !important;
	background: #f4f9ff !important;
	color-scheme: light;
}

/*
 * TuriTop — contención responsive SOLO móvil (≤768px). Desktop intacto.
 * Mount: hijo de .ds-mty-booking__panel (blanco), hermano de .ds-mty-checkout-app — evita anidar en capa intermedia.
 * Legacy #mty-info: sin shell MTY → reglas vía .ds-mty-booking__widget
 */
@media (max-width: 768px) {
	#mty-booking .ds-mty-booking__panel,
	#mty-info.ds-mty-booking .ds-mty-booking__panel {
		min-width: 0;
	}

	main.ds-mty-premium #mty-booking .ds-mty-checkout-app,
	main.ds-mty-premium #mty-booking .ds-mty-turitop-mount,
	main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__widget {
		min-width: 0;
		max-width: 100%;
	}

	main.ds-mty-premium .ds-mty-turitop-mount.entry-content {
		max-width: 100%;
	}

	/* TuriTop móvil: máximo ancho útil (sin padding lateral que recorte el iframe) */
	main.ds-mty-premium #mty-booking .turitop-mobile-shell {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0 0 max(32px, env(safe-area-inset-bottom, 0px));
		box-sizing: border-box;
	}

	main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__widget {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: max(32px, env(safe-area-inset-bottom, 0px));
		box-sizing: border-box;
	}

	main.ds-mty-premium #mty-booking .turitop-mobile-shell .turitop_bswp_button_box_wrap,
	main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__widget > .turitop_bswp_button_box_wrap {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		box-sizing: border-box !important;
		overflow-x: visible;
	}

	main.ds-mty-premium #mty-booking .turitop-mobile-shell .turitop_bswp_button_box_wrap .turitop_booking_system_box_button,
	main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__widget > .turitop_bswp_button_box_wrap .turitop_booking_system_box_button {
		width: 100% !important;
		max-width: none !important;
		padding: 0 !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}

	main.ds-mty-premium #mty-booking .turitop-mobile-shell .turitop_bswp_button_box_wrap .iframe-resizable-turitop,
	main.ds-mty-premium #mty-booking .turitop-mobile-shell .loading-turitop iframe,
	main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__widget .turitop_bswp_button_box_wrap .iframe-resizable-turitop,
	main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__widget .loading-turitop iframe {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		box-sizing: border-box !important;
	}

	main.ds-mty-premium #mty-booking .turitop-mobile-shell .loading-turitop,
	main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__widget .loading-turitop {
		width: 100%;
		max-width: none;
		min-width: 0;
		margin: 0;
		box-sizing: border-box;
	}

	/* Neutraliza anchos fijos del plugin sin forzar max-width en el iframe (evita recorte lateral) */
	main.ds-mty-premium #mty-booking .turitop-mobile-shell [style*="width"]:not(iframe) {
		max-width: 100% !important;
	}

	/* Reserva: más aire inferior para scroll sobre barra sticky + FAB */
	#mty-booking.ds-mty-booking,
	#mty-info.ds-mty-booking {
		padding-bottom: max(clamp(56px, 14vw, 120px), env(safe-area-inset-bottom, 0px));
	}

	/* Páginas shell premium: subir WhatsApp para no tapar el widget/calendario (footer usa !important) */
	body.ds-mty-premium-page a.whatsapp-button {
		bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
		right: 14px !important;
	}

	body.ds-mty-premium-page.ds-sticky-on a.whatsapp-button {
		bottom: calc(100px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

/* Lightbox Turitop (cta botón / otras vistas): capas en body */
body.ds-mty-premium-page .lightbox-overlay-turitop {
	background: radial-gradient(circle at 50% 20%, rgba(226, 198, 136, 0.08), rgba(6, 6, 10, 0.92)) !important;
	opacity: 1 !important;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

body.ds-mty-premium-page .lightbox-expanded-turitop {
	max-width: min(1020px, 96vw) !important;
	height: 92vh !important;
	border-radius: 24px !important;
	overflow: hidden;
	box-shadow: 0 36px 110px rgba(0, 0, 0, 0.55) !important;
	border: 1px solid rgba(226, 198, 136, 0.18) !important;
}

body.ds-mty-premium-page .lightbox-iframe-container-turitop {
	background: rgba(12, 12, 18, 0.92) !important;
	border-radius: 22px !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.5),
		inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body.ds-mty-premium-page .lightbox-iframe-turitop {
	border-radius: 16px !important;
	margin: 1.5% !important;
	width: 97% !important;
	height: 93% !important;
	background: #06060a !important;
}

body.ds-mty-premium-page .x-lightbox-turitop {
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--ds-text) !important;
	border: 1px solid rgba(226, 198, 136, 0.25) !important;
	border-radius: 12px !important;
	font-family: var(--font-body) !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	transition: background 0.2s ease, border-color 0.2s ease;
}

body.ds-mty-premium-page .x-lightbox-turitop:hover {
	background: rgba(226, 198, 136, 0.15) !important;
	border-color: rgba(226, 198, 136, 0.45) !important;
}

/* Botones “Ver fechas” (lightbox) — mismo lenguaje dorado */
body.ds-mty-premium-page a.lightbox-button-turitop {
	border-radius: 999px !important;
	font-family: var(--font-body) !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em !important;
	padding: 12px 22px !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	text-decoration: none !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

body.ds-mty-premium-page a.lightbox-button-turitop-green,
body.ds-mty-premium-page a.lightbox-button-turitop-blue,
body.ds-mty-premium-page a.lightbox-button-turitop-orange,
body.ds-mty-premium-page a.lightbox-button-turitop-red {
	background: linear-gradient(135deg, var(--ds-gold), var(--ds-gold-deep)) !important;
	color: #0b0b0c !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	box-shadow: 0 10px 28px rgba(202, 167, 104, 0.35) !important;
}

body.ds-mty-premium-page a.lightbox-button-turitop-green:hover,
body.ds-mty-premium-page a.lightbox-button-turitop-blue:hover,
body.ds-mty-premium-page a.lightbox-button-turitop-orange:hover,
body.ds-mty-premium-page a.lightbox-button-turitop-red:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 14px 36px rgba(202, 167, 104, 0.42) !important;
	filter: none !important;
}

body.ds-mty-premium-page a.lightbox-button-turitop-white {
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--ds-text) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body.ds-mty-premium-page a.lightbox-button-turitop-black {
	background: rgba(0, 0, 0, 0.35) !important;
	color: var(--ds-text) !important;
	border: 1px solid rgba(226, 198, 136, 0.25) !important;
}

body.ds-mty-premium-page a.lightbox-button-turitop-yellow {
	background: linear-gradient(135deg, var(--ds-gold), var(--ds-gold-deep)) !important;
	color: #0b0b0c !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 991px) {
	.ds-shell,
	.ds-mty-shell {
		width: min(100% - 24px, 1000px);
	}

	.ds-mty-hero__content {
		padding-top: 118px;
	}

	.ds-mty-hero__title {
		font-size: clamp(46px, 10vw, 78px);
		line-height: 0.98;
	}
}

@media (max-width: 640px) {
	.ds-mty-hero__actions {
		width: 100%;
	}

	.ds-btn {
		width: 100%;
	}

	.ds-mty-hero__subtitle,
	.ds-mty-section__copy {
		font-size: 16px;
		line-height: 1.7;
	}

	#mty-booking .ds-mty-booking__panel,
	#mty-info.ds-mty-booking .ds-mty-booking__panel {
		padding: 18px;
		border-radius: 24px;
	}

	#mty-booking .ds-mty-booking__widget,
	#mty-info.ds-mty-booking .ds-mty-booking__widget {
		padding: 12px;
		border-radius: 18px;
	}
}

/* --- Acordeón informativo (Monterrey) --- */
.ds-accordion {
	padding: clamp(72px, 10vw, 132px) 0 clamp(56px, 8vw, 100px);
	background: linear-gradient(180deg, rgba(8, 8, 12, 0.4) 0%, rgba(6, 6, 10, 0.95) 45%, #06060a 100%);
}

.ds-accordion__head {
	max-width: 720px;
	margin: 0 auto clamp(40px, 5vw, 56px);
	text-align: center;
}

.ds-accordion__title {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -0.03em;
	color: var(--ds-text);
}

.ds-accordion__lede {
	margin: 16px 0 0;
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.65;
	color: var(--ds-text-soft);
}

.ds-accordion__stack {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 820px;
	margin: 0 auto;
}

.ds-accordion-item {
	border-radius: var(--ds-radius-lg);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.02) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
	transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.ds-accordion-item:hover {
	border-color: rgba(226, 198, 136, 0.16);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
}

.ds-accordion-details {
	margin: 0;
}

.ds-accordion-header {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: clamp(18px, 2.5vw, 22px) clamp(22px, 3vw, 28px);
	cursor: pointer;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--ds-text);
	-webkit-tap-highlight-color: transparent;
	transition: color 0.25s ease;
}

.ds-accordion-header:focus-visible {
	outline: 2px solid rgba(226, 198, 136, 0.45);
	outline-offset: 3px;
	border-radius: 10px;
}

.ds-accordion-header::-webkit-details-marker {
	display: none;
}

.ds-accordion-header__label {
	text-align: left;
	flex: 1;
	min-width: 0;
}

.ds-accordion-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	position: relative;
	border-radius: 50%;
	border: 1px solid rgba(226, 198, 136, 0.28);
	background: rgba(255, 255, 255, 0.04);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s ease, background 0.25s ease;
}

.ds-accordion-icon::before,
.ds-accordion-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--ds-gold);
	border-radius: 1px;
	transform: translate(-50%, -50%);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ds-accordion-icon::before {
	width: 10px;
	height: 2px;
}

.ds-accordion-icon::after {
	width: 2px;
	height: 10px;
}

.ds-accordion-details[open] > .ds-accordion-header {
	color: var(--ds-text);
}

.ds-accordion-details[open] > .ds-accordion-header .ds-accordion-icon {
	border-color: rgba(226, 198, 136, 0.42);
	background: rgba(226, 198, 136, 0.1);
}

.ds-accordion-details[open] > .ds-accordion-header .ds-accordion-icon::after {
	transform: translate(-50%, -50%) scaleY(0);
}

.ds-accordion-content {
	padding: 0 clamp(22px, 3vw, 28px) clamp(20px, 2.5vw, 26px);
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ds-accordion-content__inner {
	padding-top: clamp(14px, 2vw, 18px);
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1.7;
	color: var(--ds-text-soft);
}

.ds-accordion__lead {
	margin: 0 0 14px;
}

.ds-accordion__note {
	margin: 12px 0 0;
	font-size: 14px;
	color: var(--ds-text-muted);
}

.ds-accordion__menu-block-title {
	margin: 1.5rem 0 0.5rem;
	font-size: 13px;
	letter-spacing: 0.06em;
	color: var(--ds-text);
}

.ds-accordion__separator {
	margin: 1rem 0;
	text-align: center;
	letter-spacing: 0.2em;
	color: var(--ds-text-muted);
	font-size: 14px;
	line-height: 1;
}

.ds-accordion__wa-wrap {
	margin: 0 0 14px;
}

.ds-accordion__wa-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ds-accordion__wa-icon {
	display: block;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	border-radius: 5px;
	background-color: #25d366;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3E%3C/svg%3E");
	-webkit-mask-size: 62% 62%;
	mask-size: 62% 62%;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.ds-accordion__link {
	color: var(--ds-gold);
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid rgba(226, 198, 136, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.ds-accordion__link:hover {
	color: #f0e0c2;
	border-bottom-color: rgba(226, 198, 136, 0.55);
}

.ds-accordion__link--muted {
	font-weight: 500;
	opacity: 0.88;
}

.ds-accordion__list {
	margin: 0;
	padding: 0 0 0 1.1rem;
	list-style: disc;
}

.ds-accordion__list li {
	margin: 0 0 12px;
	padding-inline-start: 4px;
}

.ds-accordion__list li strong {
	color: var(--ds-text);
	font-weight: 600;
}

main.ds-mty-premium .ds-accordion-content__inner :is(p, li, ul) {
	font-size: inherit;
	line-height: inherit;
}

main.ds-mty-premium .ds-accordion-content__inner.entry-content a:not(.ds-btn):not(.wp-block-button__link) {
	color: var(--ds-gold);
	text-decoration: none;
	border-bottom: 1px solid rgba(226, 198, 136, 0.35);
	font-weight: 600;
}

main.ds-mty-premium .ds-accordion-content__inner.entry-content a:not(.ds-btn):not(.wp-block-button__link):hover {
	color: #f0e0c2;
	border-bottom-color: rgba(226, 198, 136, 0.55);
}

@media (prefers-reduced-motion: reduce) {
	.ds-accordion-item,
	.ds-accordion-header,
	.ds-accordion-icon,
	.ds-accordion-icon::before,
	.ds-accordion-icon::after {
		transition: none;
	}
}

#mty-informacion {
	scroll-margin-top: min(120px, 20vh);
}

/* Ancho shell reserva = contenedor home mockup */
#mty-booking.ds-mty-booking > .ds-shell,
#mty-info.ds-mty-booking > .ds-shell {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

/* Reserva ≤768px: menos padding horizontal en shell que 24px → más ancho útil para panel + TuriTop */
@media (max-width: 768px) {
	#mty-booking.ds-mty-booking > .ds-shell,
	#mty-info.ds-mty-booking > .ds-shell {
		padding-left: max(12px, env(safe-area-inset-left, 0px));
		padding-right: max(12px, env(safe-area-inset-right, 0px));
	}
}

#mty-booking .ds-mty-checkout-app,
#mty-info.ds-mty-booking .ds-mty-booking__widget {
	margin-top: clamp(20px, 2.5vw, 28px);
	padding-top: clamp(22px, 3vw, 32px);
	border-top: 1px solid rgba(21, 101, 192, 0.1);
}

/* ==========================================================================
   REDISEÑO 2026 — Alineación visual con HOME premium
   Namespace: body.ds-mty-premium-page / main.ds-mty-premium
   Estrategia: override de tokens + colores; funcionalidad Turitop intacta.
   ========================================================================== */

/* 1. Variables globales: paleta HOME #2c4871 + tipografía Bebas/Montserrat */
body.ds-mty-premium-page {
	--ds-brand:        #2c4871;
	--ds-brand-light:  #3a5f93;
	--ds-brand-xlight: #eef3fa;
	--ds-gold:         #2c4871;        /* reemplaza dorado por azul marca */
	--ds-gold-deep:    #1f3555;
	--ds-text:         #1a2b42;        /* azul marino profundo — legibilidad */
	--ds-text-soft:    rgba(26, 43, 66, 0.78);
	--ds-text-muted:   rgba(44, 72, 113, 0.55);
	--ds-border:       rgba(44, 72, 113, 0.12);
	--font-display:    'Bebas Neue', Impact, 'Arial Narrow', sans-serif;
	--font-body:       'Montserrat', system-ui, -apple-system, sans-serif;
	background: #f6f9ff;
	color: #1a2b42;
}

/* 2. Main surface: fondo cielo suave (coherente con sky hero del HOME) */
main.ds-mty-premium {
	--ds-bg:          #f6f9ff;
	--ds-bg-2:        #eef3fa;
	--ds-bg-3:        #ffffff;
	--ds-text:        #1a2b42;
	--ds-text-soft:   rgba(26, 43, 66, 0.78);
	--ds-text-muted:  rgba(44, 72, 113, 0.55);
	--ds-gold:        #2c4871;
	--ds-gold-deep:   #1f3555;
	--ds-border:      rgba(44, 72, 113, 0.12);
	--ds-border-strong: rgba(44, 72, 113, 0.22);
	--ds-panel:       #ffffff;
	--ds-panel-soft:  rgba(255, 255, 255, 0.96);
	--ds-shadow:      0 24px 80px rgba(44, 72, 113, 0.08);
	--ds-shadow-deep: 0 36px 100px rgba(44, 72, 113, 0.12);
	--font-display:   'Bebas Neue', Impact, 'Arial Narrow', sans-serif;
	--font-body:      'Montserrat', system-ui, -apple-system, sans-serif;
	background:
		radial-gradient(circle at top, rgba(44, 72, 113, 0.06), transparent 40%),
		linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
	color: #1a2b42;
	font-family: 'Montserrat', system-ui, sans-serif;
}

/* 3. Tipografía — h1-h4 a Bebas Neue */
main.ds-mty-premium h1,
main.ds-mty-premium h2,
main.ds-mty-premium h3,
main.ds-mty-premium h4,
main.ds-mty-premium .ds-mty-hero__title,
main.ds-mty-premium .ds-mty-section__title,
main.ds-mty-premium .ds-accordion__title,
main.ds-mty-premium .ds-mty-cal__title {
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.01em;
	color: #2c4871;
}

main.ds-mty-premium h1.wp-block-heading,
main.ds-mty-premium h2.wp-block-heading,
main.ds-mty-premium h3.wp-block-heading,
main.ds-mty-premium h4.wp-block-heading {
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	color: #2c4871 !important;
}

main.ds-mty-premium p:not(.ds-mty-section__price):not(.ds-mty-section__price-promo),
main.ds-mty-premium li,
main.ds-mty-premium span,
main.ds-mty-premium a,
main.ds-mty-premium label,
main.ds-mty-premium .ds-mty-hero__subtitle,
main.ds-mty-premium .ds-mty-hero__eyebrow,
main.ds-mty-premium .ds-mty-section__eyebrow,
main.ds-mty-premium .ds-mty-section__copy,
main.ds-mty-premium .ds-accordion-header,
main.ds-mty-premium .ds-accordion-content__inner {
	font-family: 'Montserrat', system-ui, sans-serif !important;
}

main.ds-mty-premium .ds-mty-section__price {
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.01em;
	color: #2c4871 !important;
	font-size: clamp(17px, 2.35vw, 30px) !important;
	line-height: 1.15 !important;
	padding-bottom: 10px !important;
}

main.ds-mty-premium .ds-mty-section__price-promo {
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.01em;
	color: #b42318 !important;
	font-size: clamp(14px, 1.9vw, 22px) !important;
	line-height: 1.2 !important;
	padding-bottom: 10px !important;
}

/* Banner oferta: siempre Montserrat (no Bebas), mismo stack que el mock */
main.ds-mty-premium .booking-offer,
main.ds-mty-premium .booking-offer * {
	font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
}

/* 4. Hero MTY: fondo gradiente cielo (no más beige) */
.ds-mty-hero {
	background: linear-gradient(180deg, #dce9f7 0%, #f6f9ff 100%);
}

.ds-mty-hero__overlay {
	background:
		linear-gradient(180deg, rgba(214, 232, 248, 0.4) 0%, rgba(246, 249, 255, 0.75) 55%, rgba(255, 255, 255, 0.92) 100%) !important;
}

/* Hero title color */
.ds-mty-hero__title {
	color: #2c4871 !important;
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.01em;
	font-weight: 400;
	line-height: 0.96;
}

.ds-mty-hero__title span {
	opacity: 0.72;
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	color: #2c4871;
}

.ds-mty-hero__subtitle {
	color: rgba(26, 43, 66, 0.78) !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	font-weight: 600;
}

.ds-mty-hero__eyebrow,
.ds-mty-section__eyebrow {
	color: rgba(44, 72, 113, 0.6) !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	letter-spacing: 0.2em;
}

/* 5. Botones hero (ds-btn--primary / ds-btn--ghost) */
.ds-btn--primary {
	background: linear-gradient(135deg, #2c4871, #1f3555) !important;
	color: #ffffff !important;
	border: 1px solid rgba(44, 72, 113, 0.22) !important;
	box-shadow: 0 16px 44px rgba(44, 72, 113, 0.22) !important;
}

.ds-btn--primary:hover {
	background: linear-gradient(135deg, #3a5f93, #2c4871) !important;
	box-shadow: 0 20px 58px rgba(44, 72, 113, 0.3) !important;
	color: #ffffff !important;
}

.ds-btn--ghost {
	color: #2c4871 !important;
	background: rgba(255, 255, 255, 0.9) !important;
	border: 1px solid rgba(44, 72, 113, 0.28) !important;
}

.ds-btn--ghost:hover {
	border-color: rgba(44, 72, 113, 0.5) !important;
	background: #ffffff !important;
	color: #1f3555 !important;
}

/* 6. Highlight section (Bahía Escondida): oculta por solicitud */
.ds-mty-highlight {
	display: none !important;
}

.ds-mty-highlight__media {
	border: 1px solid rgba(44, 72, 113, 0.12) !important;
	box-shadow: 0 28px 80px rgba(44, 72, 113, 0.1) !important;
}

.ds-mty-highlight__overlay {
	background: linear-gradient(
		180deg,
		rgba(246, 249, 255, 0.05) 0%,
		rgba(214, 232, 248, 0.35) 55%,
		rgba(246, 249, 255, 0.82) 100%
	) !important;
}

.ds-mty-highlight .ds-mty-title {
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	color: #ffffff !important;
	letter-spacing: 0.02em;
}

.ds-mty-highlight .ds-mty-sub {
	font-family: 'Montserrat', system-ui, sans-serif !important;
	color: rgba(255, 255, 255, 0.88) !important;
}

/* 7. Editorial section */
.ds-mty-editorial {
	background: #ffffff;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.ds-mty-section__title {
	color: #2c4871 !important;
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.01em;
}

.ds-mty-section__copy {
	color: rgba(26, 43, 66, 0.72) !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
}

.ds-mty-section__price {
	color: #2c4871 !important;
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.01em;
	font-size: clamp(17px, 2.35vw, 30px) !important;
	line-height: 1.15 !important;
	padding-bottom: 10px !important;
}

.ds-mty-section__price-promo {
	color: #b42318 !important;
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.01em;
	font-size: clamp(14px, 1.9vw, 22px) !important;
	line-height: 1.2 !important;
	padding-bottom: 10px !important;
}

/* 8. Booking section: fondo azul cielo — ya era #f0f8ff, refinamos */
#mty-booking.ds-mty-booking,
#mty-info.ds-mty-booking {
	background: #eef3fa !important;
}

#mty-booking .ds-mty-booking__panel,
#mty-info.ds-mty-booking .ds-mty-booking__panel {
	background: #ffffff !important;
	border: 1px solid rgba(44, 72, 113, 0.1) !important;
	box-shadow: 0 8px 40px rgba(44, 72, 113, 0.14) !important;
}

/* Eyebrow / títulos booking */
#mty-booking .ds-mty-booking__intro .eyebrow,
#mty-info.ds-mty-booking .ds-mty-booking__intro .eyebrow {
	color: #2c4871 !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	letter-spacing: 0.18em;
}

#mty-booking .ds-mty-booking__intro .section-title,
#mty-info.ds-mty-booking .ds-mty-booking__intro .section-title {
	color: #2c4871 !important;
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.02em;
	font-weight: 400;
}

#mty-booking .ds-mty-booking__intro .section-sub,
#mty-info.ds-mty-booking .ds-mty-booking__intro .section-sub {
	color: var(--text-soft) !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	font-weight: 600 !important;
}

#mty-booking .ds-mty-checkout-app .section-title.ds-mty-checkout-app__title,
#mty-info.ds-mty-booking .ds-mty-checkout-app .section-title.ds-mty-checkout-app__title {
	color: #2c4871 !important;
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.02em;
	font-weight: 400;
}

#mty-booking .ds-mty-checkout-app .section-sub.ds-mty-checkout-app__lead,
#mty-info.ds-mty-booking .ds-mty-checkout-app .section-sub.ds-mty-checkout-app__lead {
	color: var(--text-soft) !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	font-weight: 600 !important;
}

/* 9. Botones booking/Woo: #2c4871 en lugar de #1e63c6 */
main.ds-mty-premium #mty-booking .wp-block-button__link,
main.ds-mty-premium #mty-booking button:not(.pswp__button):not(.qty-button):not(.minus):not(.plus):not(.mfp-close):not(.mfp-arrow):not(.fc-button):not(.reset_variations):not([class*="swiper-"]):not(.carousel-control),
main.ds-mty-premium #mty-booking input[type="submit"],
main.ds-mty-premium #mty-booking input[type="button"]:not(.plus):not(.minus),
main.ds-mty-premium #mty-booking .button:not(.woocommerce-widget-layered-nav-dropdown__submit),
main.ds-mty-premium #mty-booking .single_add_to_cart_button,
main.ds-mty-premium #mty-booking .checkout-button,
main.ds-mty-premium #mty-booking .wc-proceed-to-checkout a,
main.ds-mty-premium #mty-info.ds-mty-booking .wp-block-button__link,
main.ds-mty-premium #mty-info.ds-mty-booking button:not(.pswp__button):not(.qty-button):not(.minus):not(.plus):not(.mfp-close):not(.mfp-arrow):not(.fc-button):not(.reset_variations):not([class*="swiper-"]):not(.carousel-control),
main.ds-mty-premium #mty-info.ds-mty-booking input[type="submit"],
main.ds-mty-premium #mty-info.ds-mty-booking input[type="button"]:not(.plus):not(.minus),
main.ds-mty-premium #mty-info.ds-mty-booking .button:not(.woocommerce-widget-layered-nav-dropdown__submit),
main.ds-mty-premium #mty-info.ds-mty-booking .single_add_to_cart_button,
main.ds-mty-premium #mty-info.ds-mty-booking .checkout-button,
main.ds-mty-premium #mty-info.ds-mty-booking .wc-proceed-to-checkout a {
	background: #2c4871 !important;
	color: #ffffff !important;
	border: none !important;
	box-shadow: 0 6px 18px rgba(44, 72, 113, 0.25) !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	letter-spacing: 0.04em;
}

main.ds-mty-premium #mty-booking .wp-block-button__link:hover,
main.ds-mty-premium #mty-booking button:not(.pswp__button):not(.qty-button):not(.minus):not(.plus):not(.mfp-close):not(.mfp-arrow):not(.fc-button):not(.reset_variations):not([class*="swiper-"]):not(.carousel-control):hover,
main.ds-mty-premium #mty-booking input[type="submit"]:hover,
main.ds-mty-premium #mty-booking input[type="button"]:not(.plus):not(.minus):hover,
main.ds-mty-premium #mty-booking .button:hover,
main.ds-mty-premium #mty-booking .single_add_to_cart_button:hover,
main.ds-mty-premium #mty-booking .checkout-button:hover,
main.ds-mty-premium #mty-booking .wc-proceed-to-checkout a:hover,
main.ds-mty-premium #mty-info.ds-mty-booking .wp-block-button__link:hover,
main.ds-mty-premium #mty-info.ds-mty-booking button:not(.pswp__button):not(.qty-button):not(.minus):not(.plus):not(.mfp-close):not(.mfp-arrow):not(.fc-button):not(.reset_variations):not([class*="swiper-"]):not(.carousel-control):hover,
main.ds-mty-premium #mty-info.ds-mty-booking input[type="submit"]:hover,
main.ds-mty-premium #mty-info.ds-mty-booking input[type="button"]:not(.plus):not(.minus):hover,
main.ds-mty-premium #mty-info.ds-mty-booking .button:hover,
main.ds-mty-premium #mty-info.ds-mty-booking .single_add_to_cart_button:hover,
main.ds-mty-premium #mty-info.ds-mty-booking .checkout-button:hover,
main.ds-mty-premium #mty-info.ds-mty-booking .wc-proceed-to-checkout a:hover {
	background: #3a5f93 !important;
	color: #ffffff !important;
	box-shadow: 0 8px 22px rgba(44, 72, 113, 0.32) !important;
}

/* 10. Inputs en booking: alineados a paleta brand */
main.ds-mty-premium #mty-booking input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not(.plus):not(.minus),
main.ds-mty-premium #mty-booking select,
main.ds-mty-premium #mty-booking textarea,
main.ds-mty-premium #mty-info.ds-mty-booking input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not(.plus):not(.minus),
main.ds-mty-premium #mty-info.ds-mty-booking select,
main.ds-mty-premium #mty-info.ds-mty-booking textarea {
	border: 1px solid rgba(44, 72, 113, 0.15) !important;
	color: #1a2b42 !important;
}

main.ds-mty-premium #mty-booking input::placeholder,
main.ds-mty-premium #mty-booking textarea::placeholder,
main.ds-mty-premium #mty-info.ds-mty-booking input::placeholder,
main.ds-mty-premium #mty-info.ds-mty-booking textarea::placeholder {
	color: rgba(44, 72, 113, 0.4) !important;
}

/* 11. Turitop box wrapper: iframe ya está light — refinamos el marco */
main.ds-mty-premium #mty-booking .ds-mty-turitop-mount .turitop_bswp_button_box_wrap,
main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-turitop-mount .turitop_bswp_button_box_wrap {
	background: #ffffff !important;
	border: 1px solid rgba(44, 72, 113, 0.1) !important;
	box-shadow: 0 4px 24px rgba(44, 72, 113, 0.1) !important;
}

/* Iframe Turitop: min-height justo para mostrar el calendario sin espacio vacío excesivo */
main.ds-mty-premium #mty-booking .ds-mty-turitop-mount iframe.iframe-resizable-turitop,
main.ds-mty-premium #mty-booking .ds-mty-turitop-mount .loading-turitop iframe,
main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-turitop-mount iframe.iframe-resizable-turitop,
main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-turitop-mount .loading-turitop iframe {
	border: 1px solid rgba(44, 72, 113, 0.12) !important;
	box-shadow: 0 14px 44px rgba(44, 72, 113, 0.08) !important;
	background: #f6f9ff !important;
}

/*
 * Reserva: no forzar min-height en el iframe Turitop. El plugin usa iframe-resizer;
 * un min-height mayor que la altura real del contenido provoca scroll interno y
 * desalineación de toques (p. ej. tocar el 25 y registrar otro día) en móvil.
 */
main.ds-mty-premium #mty-booking iframe[src*="turitop"],
main.ds-mty-premium #mty-info.ds-mty-booking iframe[src*="turitop"] {
	min-height: 0 !important;
}

/* Eliminar padding-bottom extra del panel y mount cuando el iframe ya terminó */
main.ds-mty-premium .ds-mty-booking-app,
main.ds-mty-premium .ds-mty-turitop-mount {
	overflow: visible !important;
	padding-bottom: 0 !important;
}

main.ds-mty-premium #mty-booking .ds-mty-booking__panel,
main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__panel {
	padding-bottom: clamp(16px, 2vw, 24px) !important;
}

/* 12. Woo containers inside booking */
main.ds-mty-premium #mty-booking .turitop_bswp_button_box_wrap,
main.ds-mty-premium #mty-booking .woocommerce form.checkout,
main.ds-mty-premium #mty-booking form.woocommerce-cart-form,
main.ds-mty-premium #mty-booking .woocommerce .checkout,
main.ds-mty-premium #mty-booking .woocommerce .payment_box,
main.ds-mty-premium #mty-booking .woocommerce div.product,
main.ds-mty-premium #mty-booking .woocommerce .summary,
main.ds-mty-premium #mty-info.ds-mty-booking .turitop_bswp_button_box_wrap,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce form.checkout,
main.ds-mty-premium #mty-info.ds-mty-booking form.woocommerce-cart-form,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce .checkout,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce .payment_box,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce div.product,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce .summary {
	background: #ffffff !important;
	border: 1px solid rgba(44, 72, 113, 0.1) !important;
	box-shadow: 0 4px 24px rgba(44, 72, 113, 0.1) !important;
}

main.ds-mty-premium #mty-booking td,
main.ds-mty-premium #mty-booking th,
main.ds-mty-premium #mty-info.ds-mty-booking td,
main.ds-mty-premium #mty-info.ds-mty-booking th {
	border-color: rgba(44, 72, 113, 0.1) !important;
}

main.ds-mty-premium #mty-booking table,
main.ds-mty-premium #mty-booking .shop_table,
main.ds-mty-premium #mty-info.ds-mty-booking table,
main.ds-mty-premium #mty-info.ds-mty-booking .shop_table {
	border: 1px solid rgba(44, 72, 113, 0.1) !important;
}

/* 13. Acordeón: light mode alineado con HOME */
.ds-accordion {
	background: linear-gradient(180deg, #eef3fa 0%, #dce9f7 100%) !important;
}

.ds-accordion__title {
	color: #2c4871 !important;
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
	letter-spacing: 0.02em;
}

.ds-accordion__lede {
	color: rgba(44, 72, 113, 0.7) !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
}

.ds-accordion-item {
	background: rgba(255, 255, 255, 0.82) !important;
	border: 1px solid rgba(44, 72, 113, 0.1) !important;
	box-shadow: 0 8px 32px rgba(44, 72, 113, 0.06) !important;
}

.ds-accordion-item:hover {
	border-color: rgba(44, 72, 113, 0.22) !important;
	box-shadow: 0 12px 40px rgba(44, 72, 113, 0.1) !important;
}

.ds-accordion-header {
	color: #2c4871 !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	font-weight: 700 !important;
}

.ds-accordion-icon {
	border: 1px solid rgba(44, 72, 113, 0.28) !important;
	background: rgba(44, 72, 113, 0.06) !important;
}

.ds-accordion-icon::before,
.ds-accordion-icon::after {
	background: #2c4871 !important;
}

.ds-accordion-details[open] > .ds-accordion-header .ds-accordion-icon {
	border-color: rgba(44, 72, 113, 0.45) !important;
	background: rgba(44, 72, 113, 0.1) !important;
}

.ds-accordion-content {
	border-top: 1px solid rgba(44, 72, 113, 0.08) !important;
}

.ds-accordion-content__inner {
	color: rgba(26, 43, 66, 0.8) !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
}

.ds-accordion__link {
	color: #2c4871 !important;
	border-bottom: 1px solid rgba(44, 72, 113, 0.3) !important;
}

.ds-accordion__link:hover {
	color: #1f3555 !important;
	border-bottom-color: rgba(44, 72, 113, 0.5) !important;
}

.ds-accordion__list li strong {
	color: #2c4871 !important;
}

/* Botón CTA acordeón: sólido brand */
main.ds-mty-premium .ds-accordion .wp-block-button__link,
main.ds-mty-premium .ds-accordion input[type="submit"],
main.ds-mty-premium .ds-accordion .button {
	background: #2c4871 !important;
	color: #ffffff !important;
	border: none !important;
	box-shadow: 0 8px 24px rgba(44, 72, 113, 0.22) !important;
}

/* 14. Lightbox Turitop: paleta brand (fondo claro neutral) */
body.ds-mty-premium-page .lightbox-overlay-turitop {
	background: rgba(26, 43, 66, 0.8) !important;
}

body.ds-mty-premium-page .lightbox-expanded-turitop {
	border: 1px solid rgba(44, 72, 113, 0.18) !important;
}

body.ds-mty-premium-page a.lightbox-button-turitop-green,
body.ds-mty-premium-page a.lightbox-button-turitop-blue,
body.ds-mty-premium-page a.lightbox-button-turitop-orange,
body.ds-mty-premium-page a.lightbox-button-turitop-red {
	background: linear-gradient(135deg, #2c4871, #1f3555) !important;
	color: #ffffff !important;
	border: none !important;
	box-shadow: 0 10px 28px rgba(44, 72, 113, 0.3) !important;
}

body.ds-mty-premium-page a.lightbox-button-turitop-yellow {
	background: linear-gradient(135deg, #2c4871, #1f3555) !important;
	color: #ffffff !important;
}

/* 15. Texto body general en booking: color coherente */
main.ds-mty-premium #mty-booking p,
main.ds-mty-premium #mty-booking li,
main.ds-mty-premium #mty-booking td,
main.ds-mty-premium #mty-booking th,
main.ds-mty-premium #mty-booking small,
main.ds-mty-premium #mty-booking .price,
main.ds-mty-premium #mty-booking .woocommerce-Price-amount,
main.ds-mty-premium #mty-info.ds-mty-booking p,
main.ds-mty-premium #mty-info.ds-mty-booking li,
main.ds-mty-premium #mty-info.ds-mty-booking td,
main.ds-mty-premium #mty-info.ds-mty-booking th,
main.ds-mty-premium #mty-info.ds-mty-booking small,
main.ds-mty-premium #mty-info.ds-mty-booking .price,
main.ds-mty-premium #mty-info.ds-mty-booking .woocommerce-Price-amount {
	color: rgba(26, 43, 66, 0.78) !important;
}

/* 16. Links editoriales */
main.ds-mty-premium .ds-mty-content a:not(.ds-btn):not(.wp-block-button__link),
main.ds-mty-premium .ds-mty-support a:not(.ds-btn):not(.wp-block-button__link) {
	color: #2c4871 !important;
}

main.ds-mty-premium .ds-accordion-content__inner.entry-content a:not(.ds-btn):not(.wp-block-button__link) {
	color: #2c4871 !important;
	border-bottom: 1px solid rgba(44, 72, 113, 0.3) !important;
}

main.ds-mty-premium .ds-accordion-content__inner.entry-content a:not(.ds-btn):not(.wp-block-button__link):hover {
	color: #1f3555 !important;
	border-bottom-color: rgba(44, 72, 113, 0.5) !important;
}

/* 17. Comentarios footer */
.ds-mty-premium__comments-footer {
	border-top: 1px solid rgba(44, 72, 113, 0.1) !important;
	background: #f6f9ff;
}

body.ds-mty-premium-page .ds-mty-premium__comments-footer,
body.ds-mty-premium-page .ds-mty-premium__comments-footer .ds-shell,
body.ds-mty-premium-page .ds-mty-premium__comments-footer .ds-mty-shell {
	color: rgba(26, 43, 66, 0.7) !important;
}

/* 18. Calendario premium (si se activa): paleta brand */
.ds-mty-cal__title {
	color: #2c4871 !important;
	font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif !important;
}

.ds-mty-cal__weekday {
	color: rgba(44, 72, 113, 0.55) !important;
}

.ds-mty-cal__cell {
	border: 1px solid rgba(44, 72, 113, 0.15) !important;
	background: rgba(238, 243, 250, 0.5) !important;
	color: rgba(26, 43, 66, 0.7) !important;
}

.ds-mty-cal__cell--available {
	border-color: rgba(44, 72, 113, 0.3) !important;
	background: rgba(44, 72, 113, 0.07) !important;
	color: #2c4871 !important;
}

.ds-mty-cal__cell--available:hover {
	background: rgba(44, 72, 113, 0.12) !important;
	border-color: rgba(44, 72, 113, 0.4) !important;
}

.ds-mty-cal__nav {
	border: 1px solid rgba(44, 72, 113, 0.18) !important;
	background: rgba(238, 243, 250, 0.9) !important;
	color: #2c4871 !important;
}

.ds-mty-cal__nav:hover {
	background: rgba(44, 72, 113, 0.08) !important;
	border-color: rgba(44, 72, 113, 0.35) !important;
}

/* 19. Botones hero MTY (.btn-primary / .btn-outline) — propios del template mty-premium-hero.php */
main.ds-mty-premium .btn-primary,
.ds-mty-hero .btn-primary {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 54px !important;
	padding: 14px 30px !important;
	border-radius: 999px !important;
	border: none !important;
	background: #2c4871 !important;
	color: #ffffff !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	box-shadow: 0 12px 36px rgba(44, 72, 113, 0.24) !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
	cursor: pointer !important;
}

main.ds-mty-premium .btn-primary:hover,
.ds-mty-hero .btn-primary:hover {
	background: #3a5f93 !important;
	color: #ffffff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 16px 44px rgba(44, 72, 113, 0.32) !important;
}

main.ds-mty-premium .btn-outline,
.ds-mty-hero .btn-outline {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 54px !important;
	padding: 14px 30px !important;
	border-radius: 999px !important;
	border: 2px solid #2c4871 !important;
	background: transparent !important;
	color: #2c4871 !important;
	font-family: 'Montserrat', system-ui, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease !important;
	cursor: pointer !important;
}

main.ds-mty-premium .btn-outline:hover,
.ds-mty-hero .btn-outline:hover {
	background: #2c4871 !important;
	color: #ffffff !important;
	transform: translateY(-2px) !important;
}

/* 20. Hero MTY: layout APILADO — imagen arriba como bloque, texto abajo */

/* Contener overflow horizontal a nivel de página completa (html + body) */
html:has(body.ds-mty-premium-page) {
	overflow-x: hidden !important;
}

body.ds-mty-premium-page {
	overflow-x: hidden !important;
	max-width: 100% !important;
}

main.ds-mty-premium {
	overflow-x: clip !important;
	max-width: 100% !important;
}

/* Contenedor: flex column en lugar de "poster" fullscreen */
body.ds-mty-premium-page .ds-mty-hero {
	min-height: unset !important;
	height: auto !important;
	flex-direction: column !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	overflow: hidden !important; /* clip horizontal; el flujo vertical lo maneja flex */
	background: transparent !important;
}

/* Media: de position:absolute a bloque en flujo con aspect-ratio */
body.ds-mty-premium-page .ds-mty-hero__media {
	position: relative !important;
	inset: auto !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9 !important;
	max-height: 72vh !important;
	min-height: 220px !important;
	flex-shrink: 0 !important;
	overflow: hidden !important;
}

/* Imagen / video: ocupa todo el wrapper relativo */
body.ds-mty-premium-page .ds-mty-hero__media img,
body.ds-mty-premium-page .ds-mty-hero__media video {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center 18% !important; /* ancla hacia arriba: muestra rostros */
	transform: none !important;
	filter: none !important;
}

/* Overlay: ya no necesario (texto está fuera de la imagen) */
body.ds-mty-premium-page .ds-mty-hero__overlay {
	display: none !important;
}

/* Contenido hero: oculto (sin título ni botones en Monterrey) */
body.ds-mty-premium-page .ds-mty-hero__content {
	display: none !important;
}

/* Título hero: color brand, no mezcla con foto — permite wrap para no desbordar */
body.ds-mty-premium-page .ds-mty-hero__title {
	color: #2c4871 !important;
	white-space: normal !important;
	overflow-wrap: break-word !important;
	word-break: break-word !important;
	max-width: 100% !important;
}

body.ds-mty-premium-page .ds-mty-hero__title span {
	color: #2c4871 !important;
	opacity: 0.72 !important;
	white-space: normal !important;
}

/* Subtítulo: legible sobre fondo claro */
body.ds-mty-premium-page .ds-mty-hero__subtitle {
	color: rgba(26, 43, 66, 0.72) !important;
	margin-top: 16px !important;
}

/* Eyebrow */
body.ds-mty-premium-page .ds-mty-hero__eyebrow {
	color: rgba(44, 72, 113, 0.55) !important;
	margin-bottom: 14px !important;
}

/* Botones hero MTY: ocultos por solicitud */
body.ds-mty-premium-page .ds-mty-hero__actions {
	display: none !important;
}

@media (max-width: 640px) {
	body.ds-mty-premium-page .ds-mty-hero__media {
		aspect-ratio: 4 / 3 !important;
		max-height: 60vw !important;
	}

	body.ds-mty-premium-page .ds-mty-hero .btn-primary,
	body.ds-mty-premium-page .ds-mty-hero .btn-outline {
		width: 100% !important;
		max-width: 360px !important;
	}
}

/* Social proof widget: oculto en página Monterrey */
body.ds-mty-premium-page .ds-social-proof {
	display: none !important;
}

/* ─────────────────────────────────────────────────────────────────────────────
   TURITOP MOBILE — padding lateral (2026-04-17)
   El iframe es cross-origin: no se puede estilizar su contenido interno.
   Aplicamos padding al shell (box-sizing:border-box) para que el iframe
   quede visualmente indentado: 14 px izquierda, 10 px derecha.
   Así el formulario no queda pegado al borde izquierdo de la pantalla.
   TuriTop no fue alterado funcionalmente; solo se ajustó el espacio visual
   lateral del contenedor para mejorar la experiencia en mobile.
───────────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
	main.ds-mty-premium #mty-booking .turitop-mobile-shell {
		padding-left: 14px !important;
		padding-right: 10px !important;
	}

	main.ds-mty-premium #mty-info.ds-mty-booking .ds-mty-booking__widget {
		padding-left: 14px !important;
		padding-right: 10px !important;
	}
}

/* — fin rediseño 2026 — */
