/**
 * Med Healing Tours — Bloque inferior global.
 * Extraído de home-native.css sin cambios de diseño.
 * Secciones: lead, stories, faq, doubts.
 */

.mht-faq {
	width: 100%;
	padding: 4.6rem 0 4.4rem;
	overflow-x: hidden;
	background-color: #f7f3ec;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='36' viewBox='0 0 240 36'%3E%3Cpath d='M0 18 Q30 6 60 18 T120 18 T180 18 T240 18' fill='none' stroke='%23cba554' stroke-width='0.7' opacity='0.28'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 240px 36px;
}

.mht-faq__inner {
	width: min(980px, 88%);
	margin: 0 auto;
}

.mht-faq__title {
	margin: 0;
	font-family: "Poly", Georgia, "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(2rem, 3vw, 2.45rem);
	line-height: 1.2;
	text-align: center;
}

.mht-faq__title span {
	display: block;
}

.mht-faq__title-gold {
	color: #d2a856;
}

.mht-faq__title-teal {
	color: #3b8b99;
}

.mht-faq__accent {
	display: block;
	width: 70px;
	height: 2px;
	margin: 1.05rem auto 2.4rem;
	background: #d2a856;
}

.mht-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.mht-faq__item {
	width: 100%;
}

.mht-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 0.85rem 0;
	border: 0;
	background: transparent;
	background-color: transparent;
	color: #3b8b99;
	text-align: left;
	cursor: pointer;
	box-shadow: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.mht-faq__q:hover,
.mht-faq__q:focus,
.mht-faq__q:focus-visible,
.mht-faq__q:active,
.mht-faq__q[aria-expanded="true"],
.mht-faq__item.is-open .mht-faq__q {
	background: transparent !important;
	background-color: transparent !important;
	color: #3b8b99 !important;
	box-shadow: none;
	outline: none;
}

.mht-faq__q-text {
	flex: 1;
	color: #3b8b99;
	font-family: "Poly", Georgia, "Times New Roman", serif;
	font-size: clamp(1.05rem, 1.35vw, 1.22rem);
	font-weight: 400;
	line-height: 1.35;
}

.mht-faq__q:hover .mht-faq__q-text,
.mht-faq__q:focus .mht-faq__q-text,
.mht-faq__q:focus-visible .mht-faq__q-text,
.mht-faq__q:active .mht-faq__q-text,
.mht-faq__item.is-open .mht-faq__q-text {
	color: #3b8b99;
}

.mht-faq__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 2px;
	background: #3b8b99;
	color: #fff;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1;
}

.mht-faq__item.is-open .mht-faq__icon {
	background: #d2a856;
}

.mht-faq__a {
	display: grid;
	grid-template-rows: 0fr;
	margin-top: 0;
	opacity: 0;
	transition: grid-template-rows 0.36s ease-in-out, opacity 0.36s ease-in-out, margin-top 0.36s ease-in-out;
}

.mht-faq__item.is-open .mht-faq__a {
	grid-template-rows: 1fr;
	margin-top: 0.2rem;
	opacity: 1;
}

.mht-faq__a-inner {
	min-height: 0;
	overflow: hidden;
}

.mht-faq__panel {
	margin-bottom: 0.55rem;
	padding: 1.35rem 1.45rem;
	border: 1px solid #d2a856;
	border-radius: 8px;
	background: #fff;
}

.mht-faq__p,
.mht-faq__bullets li {
	position: relative;
	margin: 0 0 0.85rem;
	padding-left: 1.55rem;
	color: #777777;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.5;
}

.mht-faq__p:last-child,
.mht-faq__bullets li:last-child {
	margin-bottom: 0;
}

.mht-faq__p strong {
	font-weight: 700;
	color: #666666;
}

.mht-faq__p::before,
.mht-faq__bullets li::before {
	content: "";
	position: absolute;
	top: 0.32em;
	left: 0;
	width: 0.92rem;
	height: 0.92rem;
	border-radius: 50%;
	background: #005a63 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M4.2 2.4L8 6 4.2 9.6' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.62rem no-repeat;
}

.mht-faq__bullets {
	margin: 0.15rem 0 0.95rem;
	padding: 0;
	list-style: none;
}

.mht-faq__bullets li {
	margin-bottom: 0.55rem;
}

.mht-faq__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 2.2rem;
	margin-top: 2.6rem;
}

.mht-faq__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	box-sizing: border-box;
	width: auto;
	min-width: 220px;
	height: 40px;
	min-height: 40px;
	padding: 0 1.15rem;
	border: 1px solid #d2a856;
	border-radius: 4px;
	background: transparent;
	color: #d2a856;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color 0.28s ease, color 0.28s ease;
}

.mht-faq__btn-icon {
	display: block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	fill: currentColor;
	color: inherit;
}

.mht-faq__btn:hover,
.mht-faq__btn:focus,
.mht-faq__btn:focus-visible,
.mht-faq__btn:active {
	background: #d2a856 !important;
	background-color: #d2a856 !important;
	color: #ffffff !important;
	box-shadow: none;
}

@media (max-width: 900px) {
	.mht-faq {
		padding: 3.6rem 0 3.4rem;
	}

	.mht-faq__inner {
		width: min(980px, 90%);
	}

	.mht-faq__title {
		font-size: clamp(1.7rem, 5vw, 2.1rem);
	}

	.mht-faq__q-text {
		font-size: 1.05rem;
	}

	.mht-faq__panel {
		padding: 1.15rem 1.1rem;
	}
}

@media (max-width: 680px) {
	.mht-faq {
		padding: 3.1rem 0 3rem;
	}

	.mht-faq__inner {
		width: min(980px, 92%);
	}

	.mht-faq__accent {
		margin-bottom: 1.8rem;
	}

	.mht-faq__q {
		gap: 0.7rem;
		padding: 0.75rem 0;
                white-space: normal;
	}

	.mht-faq__q-text {
		font-size: 1rem;
                min-width: 0;
	}

	.mht-faq__p,
	.mht-faq__bullets li {
		font-size: 0.94rem;
	}

	.mht-faq__actions {
		flex-direction: column;
		align-items: stretch;
		margin-top: 2rem;
	}

	.mht-faq__btn {
		width: 100%;
		min-width: 0;
		white-space: normal;
		text-align: center;
	}
        .mht-faq__icon {
	width: 2.25rem;
	height: 2.25rem;
	font-size: 1.35rem;
	border-radius: 4px;
}

}

.mht-lead {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38rem;
	height: auto;
	padding: 5.2rem 0;
	overflow-x: hidden;
	background: #ffffff;
	background-color: #ffffff;
	background-image: none;
	border-bottom: 1px solid #3b8e9e;
}

.mht-lead__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.55fr);
	align-items: center;
	column-gap: 5%;
	width: min(1080px, 86%);
	margin: 0 auto;
}

.mht-lead__title {
	margin: 0;
	font-family: "Poly", Georgia, "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(2.15rem, 2.7vw, 2.55rem);
	line-height: 1.15;
}

.mht-lead__title span {
	display: block;
}

.mht-lead__title-gold {
	color: #d2a856;
}

.mht-lead__title-teal {
	color: #3b8b99;
}

.mht-lead__accent {
	display: block;
	width: 80px;
	height: 2px;
	margin: 1.05rem 0 1.15rem;
	background: #d2a856;
}

.mht-lead__text {
	max-width: 22.5rem;
	margin: 0;
	color: #777777;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
}

.mht-lead__form {
	width: 100%;
	max-width: 34rem;
	margin-left: auto;
}

.mht-lead__notice {
	margin: 0 0 1.15rem;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.92rem;
	line-height: 1.4;
}

.mht-lead__notice--ok {
	color: #3b8b99;
}

.mht-lead__notice--error {
	color: #8a5a4a;
}

.mht-lead__field {
	display: flex;
	align-items: center;
	gap: 0.95rem;
	margin: 0 0 2.55rem;
	background: transparent;
	border: 0;
}

.mht-lead__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	color: #3b8b99;
}

.mht-lead__icon img {
	display: block;
	width: 2rem;
	height: 2rem;
	object-fit: contain;
}

.mht-lead input.mht-lead__input,
.mht-lead input.mht-lead__input[type="text"],
.mht-lead input.mht-lead__input[type="email"],
.mht-lead input.mht-lead__input[type="tel"] {
	flex: 1;
	width: 100%;
	min-width: 0;
	min-height: 0;
	height: auto;
	margin: 0;
	padding: 0.35rem 0 0.4rem;
	border: 0 !important;
	border-bottom: 1px solid #3b8b99 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	color: #555555;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	appearance: none;
	-webkit-appearance: none;
}

.mht-lead input.mht-lead__input::placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.mht-lead input.mht-lead__input:focus,
.mht-lead input.mht-lead__input:focus-visible,
.mht-lead input.mht-lead__input[type="text"]:focus,
.mht-lead input.mht-lead__input[type="email"]:focus,
.mht-lead input.mht-lead__input[type="tel"]:focus {
	outline: none !important;
	border: 0 !important;
	border-bottom: 1px solid #3b8b99 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #555555;
}

.mht-lead__actions {
	display: flex;
	justify-content: center;
	margin-top: 1.25rem;
}

.mht-lead__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	box-sizing: border-box;
	width: 195px;
	height: 40px;
	min-height: 40px;
	padding: 0 0.9rem;
	border: 1px solid #d2a856;
	border-radius: 4px;
	background: transparent;
	color: #d2a856;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	transition: background-color 0.28s ease, color 0.28s ease;
}

.mht-lead__submit-arrow {
	font-size: 1.15rem;
	line-height: 1;
	transform: translateY(-1px);
}

.mht-lead__submit:hover,
.mht-lead__submit:focus,
.mht-lead__submit:focus-visible,
.mht-lead__submit:active {
	background: #d2a856 !important;
	background-color: #d2a856 !important;
	color: #ffffff !important;
	box-shadow: none;
	outline: none;
}

@media (max-width: 900px) {
	.mht-lead {
		min-height: 32rem;
		padding: 4.2rem 0;
	}

	.mht-lead__inner {
		grid-template-columns: 1fr;
		row-gap: 2.4rem;
		width: min(1080px, 88%);
	}

	.mht-lead__form {
		max-width: none;
		margin-left: 0;
	}

	.mht-lead__title {
		font-size: clamp(1.85rem, 5vw, 2.2rem);
	}
}

@media (max-width: 680px) {
	.mht-lead {
		min-height: 0;
		padding: 3.4rem 0;
		border-bottom-width: 1px;
	}

	.mht-lead__inner {
		width: min(1080px, 90%);
		row-gap: 2rem;
	}

	.mht-lead__text {
		max-width: none;
	}

	.mht-lead__field {
		margin-bottom: 2.2rem;
		gap: 0.85rem;
	}

	.mht-lead__icon,
	.mht-lead__icon img {
		width: 1.85rem;
		height: 1.85rem;
	}

	.mht-lead__actions {
		justify-content: center;
	}

	.mht-lead__submit {
		width: min(195px, 100%);
	}
}

.mht-stories {
	--mht-gold: #d2a856;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 4.4rem 0 3.4rem;
	overflow: hidden;
	color: #f4f1ea;
	background:
		radial-gradient(ellipse at 50% 18%, rgba(76, 157, 173, 0.32), transparent 52%),
		radial-gradient(ellipse at 18% 80%, rgba(0, 62, 74, 0.4), transparent 46%),
		linear-gradient(180deg, #0a3c45 0%, #06343c 42%, #02161b 100%);
}

.mht-stories::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='36' viewBox='0 0 240 36'%3E%3Cpath d='M0 18 Q30 6 60 18 T120 18 T180 18 T240 18' fill='none' stroke='%23cba554' stroke-width='0.6' opacity='0.12'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 240px 36px;
	opacity: 0.45;
}

.mht-stories__inner {
	position: relative;
	z-index: 1;
	width: min(1180px, 90%);
	margin: 0 auto;
}

.mht-stories__title {
	margin: 0;
	font-family: "Poly", Georgia, "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(2rem, 3vw, 2.55rem);
	line-height: 1.18;
	text-align: center;
}

.mht-stories__title span {
	display: block;
}

.mht-stories__title-gold {
	color: var(--mht-gold);
}

.mht-stories__title-white {
	color: #f6f3ec;
}

.mht-stories__accent {
	display: block;
	width: 72px;
	height: 2px;
	margin: 1rem auto 2.6rem;
	background: var(--mht-gold);
}

.mht-stories__stage {
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	align-items: center;
	gap: 0.6rem;
	min-height: 26rem;
	overflow: visible;
}

.mht-stories__viewport {
	overflow: hidden;
	width: 100%;
	min-width: 0;
	padding: 1.55rem 0.2rem;
}

.mht-stories__track {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
	gap: 1.15rem;
	transform: translateX(0);
	will-change: transform;
	transition: transform 0.6s ease-in-out;
}

.mht-stories__track.is-instant {
	transition: none;
}

.mht-stories__card {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	flex: 0 0 calc((100% - 2.3rem) / 3);
	width: calc((100% - 2.3rem) / 3);
	min-width: 0;
	min-height: 21.2rem;
	padding: 1.35rem 1.3rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	transform: scale(1);
	transform-origin: center center;
	transition:
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.45s ease,
		background-color 0.45s ease;
}

.mht-stories__card.is-center,
.mht-stories__card.is-side {
	min-height: 21.2rem;
	margin-bottom: 0;
}

@media (hover: hover) and (pointer: fine) {
	.mht-stories__card:hover {
		z-index: 2;
		background: rgba(255, 255, 255, 0.16);
		box-shadow:
			0 18px 32px rgba(0, 0, 0, 0.22),
			0 10px 28px rgba(210, 168, 86, 0.16);
		transform: scale(1.08);
	}
}

.mht-stories__card-head {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: 1.05rem;
}

.mht-stories__photo {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1 / 1;
	background: #0c3d46;
}

.mht-stories__who {
	min-width: 0;
}

.mht-stories__name {
	margin: 0;
	color: #ffffff;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.25;
}

.mht-stories__place {
	margin: 0.15rem 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.78rem;
	line-height: 1.3;
}

.mht-stories__stars {
	margin: 0.28rem 0 0;
	color: var(--mht-gold);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.mht-stories__quote {
	flex: 1;
	margin: 0 0 1.15rem;
	color: #f4f1ea;
	font-family: "Poly", Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 400;
	font-synthesis: none;
	letter-spacing: 0.01em;
	line-height: 1.58;
}

.mht-stories button.mht-stories__read {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	gap: 1.25rem;
	box-sizing: border-box;
	min-height: 36px;
	padding: 0 1.15rem;
	border: 1px solid var(--mht-gold) !important;
	border-radius: 4px;
	background: transparent !important;
	background-color: transparent !important;
	color: var(--mht-gold) !important;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.mht-stories__read-arrow {
        transition: transform 0.18s ease-out;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	flex-shrink: 0;
}

.mht-stories button.mht-stories__read:hover,
.mht-stories button.mht-stories__read:focus,
.mht-stories button.mht-stories__read:focus-visible,
.mht-stories button.mht-stories__read:active {
	background: var(--mht-gold) !important;
	background-color: var(--mht-gold) !important;
	border-color: var(--mht-gold) !important;
	color: #ffffff !important;
	box-shadow: none;
	outline: none;
}

.mht-stories button.mht-stories__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	background-color: transparent !important;
	color: var(--mht-gold) !important;
	cursor: pointer;
	transition: color 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}

.mht-stories button.mht-stories__arrow:hover,
.mht-stories button.mht-stories__arrow:focus,
.mht-stories button.mht-stories__arrow:focus-visible,
.mht-stories button.mht-stories__arrow:active {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--mht-gold) !important;
	box-shadow: none;
	outline: none;
	transform: scale(1.12);
}

.mht-stories__arrow svg {
	width: 28px;
	height: 28px;
}

.mht-stories__dots {
	display: flex;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 1.7rem;
}

.mht-stories button.mht-stories__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	background: #ffffff !important;
	background-color: #ffffff !important;
	cursor: pointer;
	transition: background-color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.mht-stories button.mht-stories__dot:hover,
.mht-stories button.mht-stories__dot:focus,
.mht-stories button.mht-stories__dot:focus-visible,
.mht-stories button.mht-stories__dot:active {
	background: #ffffff !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #ffffff !important;
	box-shadow: none;
	outline: none;
	transform: scale(1.15);
}

.mht-stories button.mht-stories__dot.is-active,
.mht-stories button.mht-stories__dot.is-active:hover,
.mht-stories button.mht-stories__dot.is-active:focus,
.mht-stories button.mht-stories__dot.is-active:focus-visible,
.mht-stories button.mht-stories__dot.is-active:active {
	background: var(--mht-gold) !important;
	background-color: var(--mht-gold) !important;
	border-color: var(--mht-gold) !important;
}

.mht-stories-modal {
	position: fixed;
	inset: 0;
	z-index: 40;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.mht-stories-modal[hidden] {
	display: none;
}

.mht-stories-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 18, 22, 0.62);
}

.mht-stories-modal__dialog {
	position: relative;
	display: grid;
	grid-template-columns: 0.42fr 0.58fr;
	width: min(880px, 100%);
	max-height: min(34rem, 86vh);
	overflow: auto;
	padding: 2.2rem 2rem 2rem;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.mht-stories-modal__close {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 50%;
	background: var(--mht-gold) !important;
	background-color: var(--mht-gold) !important;
	color: #ffffff !important;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
}

.mht-stories-modal__close:hover,
.mht-stories-modal__close:focus,
.mht-stories-modal__close:focus-visible,
.mht-stories-modal__close:active {
	background: var(--mht-gold) !important;
	background-color: var(--mht-gold) !important;
	color: #ffffff !important;
	box-shadow: none;
	outline: none;
}

.mht-stories-modal__left {
	padding-right: 1.6rem;
	border-right: 1px solid #c5d6d8;
	text-align: center;
}

.mht-stories-modal__photo {
	width: 96px;
	height: 96px;
	margin: 0.4rem auto 0.9rem;
	border: 3px solid #e8e2d6;
	border-radius: 50%;
	object-fit: cover;
}

.mht-stories-modal__name {
	margin: 0;
	color: #3b8b99;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
}

.mht-stories-modal__place {
	margin: 0.2rem 0 1rem;
	color: #3b8b99;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.88rem;
}

.mht-stories-modal__quote {
	margin: 0;
	color: #c49a4a;
	font-family: "Poly", Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	font-synthesis: none;
	line-height: 1.5;
}

.mht-stories-modal__right {
	padding-left: 1.7rem;
}

.mht-stories-modal__full {
	color: #555555;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
}

@media (max-width: 1366px) {
	.mht-stories__inner {
		width: min(1080px, 92%);
	}

	.mht-stories__card,
	.mht-stories__card.is-center,
	.mht-stories__card.is-side {
		min-height: 20.2rem;
		padding: 1.2rem 1.1rem 1.15rem;
	}

	.mht-stories__quote {
		font-size: 0.98rem;
	}
}

@media (max-width: 900px) {
	.mht-stories {
		padding: 3.4rem 0 2.8rem;
	}

	.mht-stories__stage {
		grid-template-columns: 36px 1fr 36px;
		min-height: 0;
	}

	.mht-stories__viewport {
		padding: 0.8rem 0;
	}

	.mht-stories__track {
		min-height: 0;
	}

	.mht-stories__card,
	.mht-stories__card.is-center,
	.mht-stories__card.is-side {
		flex-basis: 100%;
		width: 100%;
		min-height: 0;
		display: flex;
	}

	.mht-stories__card,
	.mht-stories__card:hover,
	.mht-stories__card.is-center,
	.mht-stories__card.is-center:hover,
	.mht-stories__card.is-side:hover {
		margin-bottom: 0;
		transform: none;
		background: rgba(255, 255, 255, 0.1);
		box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
	}

	.mht-stories-modal__dialog {
		grid-template-columns: 1fr;
		max-height: 88vh;
		padding: 2.2rem 1.3rem 1.5rem;
	}

	.mht-stories-modal__left {
		padding: 0 0 1.2rem;
		border-right: 0;
		border-bottom: 1px solid #c5d6d8;
	}

	.mht-stories-modal__right {
		padding: 1.2rem 0 0;
	}
}

.mht-doubts {
	--mht-gold: #D4A853;
	--mht-field: #5C9497;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 4.15rem 0 3.9rem;
	background: linear-gradient(to right, #277174 0%, #104E59 100%);
}

.mht-doubts__inner {
	width: min(920px, 88%);
	margin: 0 auto;
	text-align: center;
}

.mht-doubts__title {
	margin: 0;
	font-family: "Poly", Georgia, "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(1.7rem, 2.6vw, 2.35rem);
	line-height: 1.28;
	text-align: center;
}

.mht-doubts__title-gold {
	color: #D4A853;
}

.mht-doubts__title-white {
	color: #FFFFFF;
}

.mht-doubts__accent {
	display: block;
	width: 68px;
	height: 1.5px;
	margin: 1.05rem auto 2.35rem;
	background: #D4A853;
}

.mht-doubts__form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mht-doubts__row {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 1.7rem;
	box-sizing: border-box;
	width: min(calc(26px + 1.7rem + 360px), 100%);
	margin: 0 0 2.15rem;
	padding: 0;
	border: 0;
}

.mht-doubts__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-bottom: 0.5rem;
	color: #5C9497;
	opacity: 0.78;
}

.mht-doubts__control {
	flex: 1;
	min-width: 0;
	width: min(360px, 100%);
	padding: 0 0 0.5rem;
	border-bottom: 1px solid rgba(92, 148, 151, 0.35);
}

.mht-doubts__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.mht-doubts input.mht-doubts__input,
.mht-doubts input.mht-doubts__input[type="email"] {
	flex: 1;
	width: 100%;
	min-width: 0;
	min-height: 0;
	height: auto;
	margin: 0;
	padding: 0.2rem 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	color: #5C9497 !important;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	appearance: none;
	-webkit-appearance: none;
}

.mht-doubts input.mht-doubts__input::placeholder {
	color: #5C9497;
	opacity: 1;
}

.mht-doubts input.mht-doubts__input:focus,
.mht-doubts input.mht-doubts__input:focus-visible,
.mht-doubts input.mht-doubts__input[type="email"]:focus {
	outline: none !important;
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #5C9497 !important;
}

.mht-doubts input.mht-doubts__input:-webkit-autofill,
.mht-doubts input.mht-doubts__input:-webkit-autofill:hover,
.mht-doubts input.mht-doubts__input:-webkit-autofill:focus {
	-webkit-text-fill-color: #5C9497;
	caret-color: #5C9497;
	box-shadow: 0 0 0 1000px transparent inset !important;
	transition: background-color 9999s ease-out 0s;
}

.mht-doubts button.mht-doubts__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	box-sizing: border-box;
	min-height: 40px;
	padding: 0.55rem 1.35rem 0.55rem 1.5rem;
	border: 1px solid #D4A853 !important;
	border-radius: 4px;
	background: #1A5C64 !important;
	background-color: #1A5C64 !important;
	color: #D4A853 !important;
	font-family: "Noto Sans", "Segoe UI", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.mht-doubts__submit-arrow {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
	flex-shrink: 0;
}

.mht-doubts button.mht-doubts__submit:hover,
.mht-doubts button.mht-doubts__submit:focus,
.mht-doubts button.mht-doubts__submit:focus-visible,
.mht-doubts button.mht-doubts__submit:active {
	background: #D4A853 !important;
	background-color: #D4A853 !important;
	border-color: #D4A853 !important;
	color: #FFFFFF !important;
	box-shadow: none;
	outline: none;
}

@media (max-width: 1366px) {
	.mht-doubts {
		padding: 3.8rem 0 3.6rem;
	}

	.mht-doubts__title {
		font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	}

	.mht-doubts__row {
		width: min(calc(26px + 1.7rem + 340px), 92%);
	}
}

@media (max-width: 900px) {
	.mht-doubts {
		padding: 3.4rem 0 3.2rem;
	}

	.mht-doubts__title {
		font-size: 1.45rem;
	}

	.mht-doubts__title-gold,
	.mht-doubts__title-white {
		display: inline;
	}

	.mht-doubts__row {
		width: min(calc(24px + 1.4rem + 300px), 92%);
		gap: 1.4rem;
		margin-bottom: 1.9rem;
	}

	.mht-doubts__icon {
		width: 24px;
		height: 24px;
	}
}

/* Duplicados Elementor de las mismas secciones: ocultar, no borrar. */
body.page-id-595 [data-elementor-type="wp-page"] .elementor-widget-accordion,
body.page-id-595 [data-elementor-type="wp-page"] .elementor-widget-toggle,
body.page-id-595 [data-elementor-type="wp-page"] .elementor-widget-n-accordion,
body.page-id-595 [data-elementor-type="wp-page"] .elementor-widget-nested-accordion {
	display: none !important;
}

body.page-id-2921 [data-elementor-type="wp-page"] .elementor-widget-testimonial,
body.page-id-2921 [data-elementor-type="wp-page"] .elementor-widget-testimonial-carousel,
body.page-id-2921 [data-elementor-type="wp-page"] .elementor-widget-reviews,
body.page-id-2921 [data-elementor-type="wp-page"] .elementor-widget-eael-testimonial,
body.page-id-2921 [data-elementor-type="wp-page"] .elementor-widget-eael-adv-testimonial {
	display: none !important;
}

body.page-id-608 [data-elementor-type="wp-page"] .elementor-widget-form,
body.page-id-608 [data-elementor-type="wp-page"] .elementor-widget-eael-contact-form-7 {
	display: none !important;
}

/* Fondo de experiencias — imagen compartida en HOME y páginas nativas. */
.mht-site-bottom .mht-stories {
	background-image: url('/png/Med-Healing-website-Bienestar-integral-2.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mht-site-bottom .mht-stories::before {
	background-image: none;
}
