/* 
Theme Name: Plantilla tecnodus
Theme URI: https://www.tecnodus.com
Description: Plantilla para agencia de viajes 
Author: Diego Quispe
Author URI: https://tecnodus.com/
Version: 1.0.0
Text Domain: theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Skip link - accesible y solo visible al recibir foco */
.skip-link.screen-reader-text {
	position: absolute;
	top: -40px;
	left: 0;
	background-color: #000;
	color: #fff !important;
	padding: 8px 16px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	z-index: 9999;
	transition: top 0.2s ease;
}


.mth-mega-container h3,
.mth-mega-container .column-title {
	border-bottom: 1px solid rgba(25, 90, 52, 0.12);
	color: #24352c;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin: 0 0 0.85rem;
	padding: 0 0 0.62rem;
	position: relative;
	text-transform: uppercase;
}

.mth-mega-container h3::after,
.mth-mega-container .column-title::after {
	background: linear-gradient(90deg, #195a34, rgba(25, 90, 52, 0));
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 56px;
}


.mth-mega-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mth-mega-container ul li {
	margin-bottom: 0.12rem;
}

.mth-mega-container ul li a {
	align-items: center;
	border-radius: 7px;
	color: #58635d;
	display: flex;
	font-size: 0.92rem;
	gap: 0.55rem;
	line-height: 1.4;
	padding: 0.48rem 0.58rem;
	position: relative;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		color 180ms ease,
		padding-left 180ms ease;
}

.mth-mega-container ul li a::before {
	background: #195a34;
	border-radius: 999px;
	content: "";
	height: 1.15rem;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleY(0.35);
	transition:
		opacity 180ms ease,
		transform 180ms ease;
	width: 2px;
}

.mth-mega-container ul li a:hover,
.mth-mega-container ul li a:focus {
	background-color: rgba(25, 90, 52, 0.06);
	color: #195a34;
	padding-left: 0.78rem;
}

.mth-mega-container ul li a:hover::before,
.mth-mega-container ul li a:focus::before {
	opacity: 1;
	transform: scaleY(1);
}

.mth-mega-container ul li a:focus {
	outline: 2px solid rgba(25, 90, 52, 0.18);
	outline-offset: 2px;
}

.mth-mega-container ul li a:active {
	background-color: rgba(25, 90, 52, 0.1);
}

.mth-mega-container {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(25, 90, 52, 0.1);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(18, 33, 25, 0.12);
	margin-top: 0.55rem;
}

.skip-link.screen-reader-text:focus {
	top: 10px;
	outline: 2px solid #ffcc00;
	outline-offset: 2px;
	background-color: #000;
	color: #fff;
}


/* MTH Bootstrap 5 header */
.mth-site-header {
	--mth-black: #020202;
	--mth-charcoal: #2d2d2f;
	--mth-orange: #195a34;
	--mth-orange-bright: #195a34;
	--mth-green: #aac1b3;
	--mth-text: #303033;
	--mth-muted: #76777b;
	--mth-soft: #f7f7f5;
	--mth-line: #e8e8e4;
	--mth-shadow: 0 24px 65px rgba(15, 15, 15, 0.16);
	background: #fff;
	color: var(--mth-text);
	font-family: "Montserrat", "Aptos", "Helvetica Neue", sans-serif;
	position: relative;
	z-index: 1050;
}

/* Page transition loader (toggle via MTH_ENABLE_PAGE_LOADER). */
html[data-mth-page-loading="1"] body {
	cursor: progress;
}

html[data-mth-page-loading="1"] body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

html[data-mth-page-loading="1"] body::after {
	content: "";
	position: fixed;
	left: 50%;
	top: 50%;
	width: 56px;
	height: 56px;
	margin-left: -28px;
	margin-top: -28px;
	z-index: 100000;
	border-radius: 999px;
	border: 4px solid rgba(25, 90, 52, 0.22);
	border-top-color: #195a34;
	animation: mthPageLoaderSpin 0.85s linear infinite;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
	background: transparent;
}

@keyframes mthPageLoaderSpin {
	to { transform: rotate(360deg); }
}

.mth-site-header a {
	text-decoration: none;
}

.mth-site-header a:focus-visible,
.mth-site-header button:focus-visible {
	box-shadow: 0 0 0 0.18rem rgba(25, 90, 52, 0.26);
	outline: 0;
}

.mth-desktop-top {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mth-desktop-shell {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	min-height: 116px;
}

.mth-brand {
	color: var(--mth-charcoal);
	display: inline-flex;
	flex-direction: column;
	flex: 0 0 auto;
	line-height: 1;
	position: relative;
}

.mth-brand:hover,
.mth-brand:focus {
	color: var(--mth-charcoal);
}

.mth-brand-main {
	color: var(--mth-charcoal);
	display: block;
	font-size: clamp(2.25rem, 3vw, 3.15rem);
	font-weight: 800;
	letter-spacing: -0.075em;
	line-height: 0.88;
}

.mth-brand-sub {
	align-self: flex-end;
	border-top: 4px solid var(--mth-orange-bright);
	color: var(--mth-charcoal);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 0.42rem;
	padding-top: 0.18rem;
	text-transform: uppercase;
}

.mth-desktop-meta {
	align-items: flex-end;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1.1rem;
	min-width: 0;
}

.mth-utility-links,
.mth-contact-row {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.mth-utility-links {
	color: var(--mth-muted);
	flex-wrap: wrap;
	font-size: 0.84rem;
	gap: 0.72rem;
	line-height: 1.2;
}

.mth-utility-links a {
	color: var(--mth-muted);
	transition: color 180ms ease;
}

.mth-utility-links a:hover,
.mth-utility-links a:focus {
	color: var(--mth-orange);
}

.mth-toll-free {
	color: var(--mth-black);
	font-weight: 700;
}

.mth-toll-free strong {
	color: var(--mth-muted);
	font-weight: 500;
}

.mth-lang-link {
	font-weight: 600;
}

.mth-language-switcher {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
}

.mth-language-list {
	align-items: center;
	display: flex;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mth-language-link {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(25, 90, 52, 0.14);
	border-radius: 999px;
	color: var(--mth-charcoal);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	gap: 0.35rem;
	line-height: 1;
	overflow: hidden;
	padding: 0.34rem 0.58rem;
	position: relative;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.mth-language-link::before {
	background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.72) 45%, transparent 72%);
	content: "";
	height: 140%;
	left: -90%;
	pointer-events: none;
	position: absolute;
	top: -20%;
	transform: skewX(-18deg);
	transition: left 520ms ease;
	width: 54%;
	z-index: 0;
}

.mth-language-link:hover,
.mth-language-link:focus,
.mth-language-link.is-current {
	background: #eaf0ec;
	border-color: rgba(25, 90, 52, 0.34);
	color: var(--mth-orange);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.mth-language-link:hover::before,
.mth-language-link:focus::before {
	left: 125%;
}

.mth-language-link.is-current {
	animation: mthLanguageActiveGlow 2.8s ease-in-out infinite;
}

.mth-language-flag {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.68rem;
	font-weight: 900;
	justify-content: center;
	min-width: 20px;
	position: relative;
	transition: transform 220ms ease;
	z-index: 1;
}

.mth-language-flag img,
.mth-language-flag-svg {
	border-radius: 999px;
	box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
	display: block;
	height: 16px;
	object-fit: cover;
	width: 22px;
}

.mth-language-name {
	position: relative;
	z-index: 1;
}

.mth-language-link:hover .mth-language-flag,
.mth-language-link:focus .mth-language-flag {
	transform: translateY(-1px) scale(1.08);
}

@keyframes mthLanguageActiveGlow {
	0%, 100% { box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08), 0 0 0 0 rgba(25, 90, 52, 0.16); }
	50% { box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10), 0 0 0 5px rgba(25, 90, 52, 0); }
}

@media (prefers-reduced-motion: reduce) {
	.mth-language-link,
	.mth-language-link::before,
	.mth-language-flag {
		animation: none !important;
		transition: none !important;
	}

	.mth-language-link:hover,
	.mth-language-link:focus {
		transform: none;
	}
}

.mth-language-switcher--mobile .mth-language-list {
	gap: 0.22rem;
}

.mth-language-switcher--mobile .mth-language-link {
	border-color: transparent;
	box-shadow: none;
	min-height: 38px;
	padding: 0.28rem;
}

.mth-language-switcher--mobile .mth-language-name {
	display: none;
}

.mth-language-switcher--mobile .mth-language-flag img,
.mth-language-switcher--mobile .mth-language-flag-svg {
	height: 18px;
	width: 24px;
}

.mth-language-switcher--offcanvas {
	background: var(--mth-soft);
	border: 1px solid var(--mth-line);
	border-radius: 1rem;
	margin: -0.15rem 0 1.05rem;
	padding: 0.6rem;
	width: 100%;
}

.mth-language-switcher--offcanvas .mth-language-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
	width: 100%;
}

.mth-language-switcher--offcanvas .mth-language-link {
	justify-content: center;
	padding: 0.72rem 0.7rem;
	width: 100%;
}

.mth-utility-divider {
	background: rgba(0, 0, 0, 0.68);
	display: inline-block;
	height: 16px;
	width: 1px;
}

.mth-contact-row {
	gap: 1.5rem;
}

.mth-contact-item {
	align-items: center;
	color: var(--mth-text);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 500;
	gap: 0.55rem;
	white-space: nowrap;
}

.mth-contact-item i {
	color: var(--mth-orange);
	font-size: 1.45rem;
}

.mth-contact-item:hover,
.mth-contact-item:focus {
	color: var(--mth-orange);
}

.mth-whatsapp-btn {
	align-items: center;
	border: 1px solid var(--mth-green);
	border-radius: 999px;
	color: var(--mth-green);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	gap: 0.42rem;
	padding: 0.42rem 0.92rem;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.mth-whatsapp-btn i {
	font-size: 1.2rem;
}

.mth-whatsapp-btn:hover,
.mth-whatsapp-btn:focus {
	background: var(--mth-green);
	color: #fff;
	transform: translateY(-1px);
}

.mth-cart-link {
	color: var(--mth-orange);
	display: inline-flex;
	font-size: 1.75rem;
	position: relative;
}

.mth-cart-link:hover,
.mth-cart-link:focus {
	color: var(--mth-orange-bright);
}

.mth-cart-count {
	align-items: center;
	background: var(--mth-charcoal);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	height: 1.35rem;
	justify-content: center;
	line-height: 1;
	min-width: 1.35rem;
	position: absolute;
	right: -0.78rem;
	top: -0.62rem;
}

.mth-enquire-btn {
	background: var(--mth-orange);
	color: #fff;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.01em;
	padding: 0.88rem 1.45rem;
	transition: background 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.mth-enquire-btn:hover,
.mth-enquire-btn:focus {
	background: var(--mth-orange-bright);
	color: #fff;
	transform: translateY(-1px);
}

.mth-main-nav {
	background: #fff;
	border-top: 1px solid var(--mth-line);
	border-bottom: 1px solid var(--mth-line);
	position: relative;
	z-index: 30;
}

.mth-main-menu {
	align-items: stretch;
	display: flex;
	min-height: 75px;
}

.mth-menu-item {
	display: flex;
	position: static;
}

.mth-main-link {
	align-items: center;
	color: var(--mth-charcoal);
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 0.42rem;
	letter-spacing: 0.055em;
	padding: 0 0.9rem;
	position: relative;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
	white-space: nowrap;
}

.mth-main-link::after {
	background: var(--mth-orange);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.5);
	transition: opacity 180ms ease, transform 220ms ease;
	width: 100%;
}

.mth-main-link-icon {
	font-size: 0.72rem;
	transition: transform 220ms ease;
}

.mth-menu-item:hover > .mth-main-link,
.mth-menu-item:focus-within > .mth-main-link,
.mth-menu-item.current-menu-item > .mth-main-link,
.mth-menu-item.current-menu-ancestor > .mth-main-link {
	background: var(--mth-soft);
	color: var(--mth-orange);
}

.mth-menu-item:hover > .mth-main-link::after,
.mth-menu-item:focus-within > .mth-main-link::after,
.mth-menu-item.current-menu-item > .mth-main-link::after,
.mth-menu-item.current-menu-ancestor > .mth-main-link::after {
	opacity: 1;
	transform: scaleX(1);
}

.mth-menu-item:hover > .mth-main-link .mth-main-link-icon,
.mth-menu-item:focus-within > .mth-main-link .mth-main-link-icon {
	transform: rotate(180deg);
}

.mth-menu-empty {
	color: var(--mth-charcoal);
	font-size: 0.95rem;
	padding: 1.5rem 0;
}

.mth-mega-panel {
	background: rgb(255 255 255 / 0);
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(18px);
	transition: opacity 260ms ease, transform 340ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 340ms;
	visibility: hidden;
	width: 100%;
	z-index: 35;
}

.mth-has-mega:hover > .mth-mega-panel,
.mth-has-mega:focus-within > .mth-mega-panel,
.mth-has-mega.mth-mega-open > .mth-mega-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 0s;
	visibility: visible;
}

.mth-mega-container {
	overflow: auto;
	padding-bottom: 1.35rem;
	padding-top: 1.35rem;
}

.mth-mega-title {
	border-bottom: 1px solid rgba(25, 90, 52, 0.12);
	color: var(--mth-charcoal);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.85rem;
	padding-bottom: 0.56rem;
	position: relative;
	text-transform: uppercase;
}

.mth-mega-title::after {
	background: var(--mth-orange);
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 42px;
}

.mth-mega-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mth-mega-list li {
	border-bottom: 1px solid rgba(25, 90, 52, 0.08);
}

.mth-mega-list a {
	align-items: center;
	color: #58635d;
	display: flex;
	font-size: 0.92rem;
	gap: 0.45rem;
	justify-content: space-between;
	padding: 0.52rem 0.58rem;
	transition: background-color 180ms ease, color 180ms ease, padding 180ms ease;
}

.mth-mega-list a:hover,
.mth-mega-list a:focus {
	background-color: rgba(25, 90, 52, 0.06);
	color: var(--mth-orange);
	padding-left: 0.78rem;
}

.mth-mega-badge {
	border-radius: 0.28rem;
	color: #fff;
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.22rem 0.38rem;
}

.mth-mega-badge-orange {
	background: var(--mth-orange);
}

.mth-mega-badge-teal {
	background: #62b6bd;
}

.mth-mega-badge-gold {
	background: #bd9b54;
}

.mth-mega-copy {
	color: #65706a;
	font-size: 0.92rem;
	line-height: 1.55;
	margin-bottom: 1rem;
}

.mth-mega-card {
	background: #f8faf8;
	border: 1px solid rgba(25, 90, 52, 0.08);
	border-radius: 8px;
	display: block;
	overflow: hidden;
	position: relative;
}

.mth-mega-card img {
	display: block;
	height: auto;
	transition: transform 350ms ease;
	width: 100%;
}

.mth-mega-card span {
	align-items: center;
	background: rgba(12, 23, 17, 0.28);
	color: #fff;
	display: flex;
	font-size: 0.82rem;
	font-weight: 800;
	inset: 0;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1.1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

.mth-mega-card:hover img,
.mth-mega-card:focus img {
	transform: scale(1.025);
}

.mth-mega-image {
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mth-mobile-bar {
	background: #fff;
	box-shadow: 0 8px 28px rgba(25, 25, 25, 0.08);
}

.mth-mobile-shell {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	min-height: 92px;
	padding: 0 0.6rem;
}

.mth-mobile-brand .mth-brand-main {
	font-size: clamp(1.75rem, 7.2vw, 2.65rem);
}

.mth-mobile-brand .mth-brand-sub {
	border-top-width: 3px;
	font-size: clamp(0.52rem, 2vw, 0.7rem);
	margin-top: 0.32rem;
}

.mth-mobile-actions {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	gap: clamp(0.22rem, 1vw, 0.58rem);
	justify-content: flex-end;
	min-width: 0;
}

.mth-mobile-lang {
	color: #c8c8c8;
	font-size: clamp(0.96rem, 3.6vw, 1.35rem);
	font-weight: 500;
	padding: 0 0.1rem;
}

.mth-mobile-lang:hover,
.mth-mobile-lang:focus {
	color: var(--mth-orange);
}

a.mth-brand.mth-mobile-brand img {
	width: 70px;
	height: auto;
}

.mth-mobile-divider {
	background: #e4e4e4;
	display: inline-block;
	flex: 0 0 1px;
	height: 34px;
	width: 1px;
}

.mth-mobile-icon,
.mth-mobile-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--mth-orange);
	display: inline-flex;
	font-size: clamp(1.15rem, 4.6vw, 1.62rem);
	justify-content: center;
	min-height: 38px;
	min-width: 32px;
	padding: 0;
	position: relative;
	transition: color 180ms ease, transform 180ms ease;
}

.mth-mobile-icon:hover,
.mth-mobile-icon:focus,
.mth-mobile-toggle:hover,
.mth-mobile-toggle:focus {
	color: var(--mth-orange-bright);
	transform: translateY(-1px);
}

.mth-mobile-whatsapp {
	color: #16b533;
}

.mth-mobile-toggle {
	color: var(--mth-charcoal);
	font-size: clamp(1.55rem, 5.8vw, 2.05rem);
}

.mth-mobile-cart .mth-cart-count {
	font-size: 0.68rem;
	height: 1.18rem;
	min-width: 1.18rem;
	right: -0.5rem;
	top: -0.35rem;
}

.mth-mobile-offcanvas {
	background: #fff;
	border-right: 0;
	box-shadow: none;
	max-width: 430px;
	opacity: 0;
	transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), opacity 260ms ease;
	width: 80vw !important;
}

.mth-mobile-offcanvas.showing,
.mth-mobile-offcanvas.show {
	box-shadow: 24px 0 70px rgba(0, 0, 0, 0.18);
	opacity: 1;
}

.mth-mobile-offcanvas.hiding {
	opacity: 0;
}

.mth-offcanvas-header {
	align-items: center;
	border-bottom: 1px solid var(--mth-line);
	padding: 1.25rem 1.2rem;
}

.mth-offcanvas-brand .mth-brand-main {
	font-size: 2rem;
}

.mth-offcanvas-brand .mth-brand-sub {
	border-top-width: 3px;
	font-size: 0.58rem;
}

.mth-offcanvas-close {
	align-items: center;
	background: #eaf0ec;
	border: 0;
	border-radius: 999px;
	color: var(--mth-orange);
	display: inline-flex;
	font-size: 1.3rem;
	height: 44px;
	justify-content: center;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
	width: 44px;
}

.mth-offcanvas-close:hover,
.mth-offcanvas-close:focus {
	background: var(--mth-orange);
	color: #fff;
	transform: rotate(90deg);
}

.mth-offcanvas-body {
	padding: 1.35rem 1.2rem 2rem;
}

.mth-mobile-menu-intro {
	margin-bottom: 1.05rem;
}

.mth-mobile-menu-kicker {
	color: var(--mth-orange);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0 0 0.25rem;
	text-transform: uppercase;
}

.mth-mobile-menu-intro h2 {
	color: var(--mth-charcoal);
	font-size: 1.34rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	margin: 0;
}

.mth-mobile-quick-actions {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 1.15rem;
}

.mth-mobile-quick-actions a {
	align-items: center;
	background: var(--mth-soft);
	border: 1px solid var(--mth-line);
	border-radius: 1rem;
	color: var(--mth-charcoal);
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 800;
	gap: 0.45rem;
	justify-content: center;
	padding: 0.8rem 0.65rem;
	transition: background 180ms ease, border 180ms ease, color 180ms ease;
}

.mth-mobile-quick-actions i {
	color: var(--mth-orange);
}

.mth-mobile-quick-actions a:hover,
.mth-mobile-quick-actions a:focus {
	background: #eaf0ec;
	border-color: rgba(25, 90, 52, 0.34);
	color: var(--mth-orange);
}

.mth-mobile-accordion {
	border-top: 1px solid var(--mth-line);
}

.mth-mobile-accordion .accordion-item {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--mth-line);
}

.mth-mobile-accordion-button {
	background: transparent;
	box-shadow: none;
	color: var(--mth-charcoal);
	font-size: 0.94rem;
	font-weight: 800;
	gap: 0.8rem;
	letter-spacing: 0.02em;
	padding: 1.05rem 0;
	text-transform: uppercase;
}

.mth-mobile-accordion-button:not(.collapsed) {
	background: transparent;
	box-shadow: none;
	color: var(--mth-orange);
}

.mth-mobile-accordion-button::after {
	display: none;
}

.mth-mobile-accordion-icon {
	color: var(--mth-orange);
	font-size: 0.78rem;
	margin-left: auto;
	transition: transform 240ms ease;
}

.mth-mobile-accordion-button:not(.collapsed) .mth-mobile-accordion-icon {
	transform: rotate(180deg);
}

.mth-mobile-accordion-body {
	padding: 0 0 1rem;
}

.mth-mobile-parent-link {
	align-items: center;
	background: #eaf0ec;
	border-radius: 0.9rem;
	color: var(--mth-orange);
	display: flex;
	font-size: 0.88rem;
	font-weight: 800;
	gap: 0.5rem;
	margin-bottom: 0.7rem;
	padding: 0.82rem 0.9rem;
}

.mth-mobile-parent-link:hover,
.mth-mobile-parent-link:focus {
	background: var(--mth-orange);
	color: #fff;
}

.mth-mobile-submenu {
	margin: 0;
	padding: 0;
}

.mth-mobile-submenu-depth-2,
.mth-mobile-submenu-depth-3,
.mth-mobile-submenu-depth-4 {
	border-left: 1px solid var(--mth-line);
	margin-left: 1rem;
	padding-left: 0.5rem;
}

.mth-mobile-submenu-item + .mth-mobile-submenu-item {
	margin-top: 0.18rem;
}

.mth-mobile-submenu-link {
	align-items: center;
	border-radius: 0.78rem;
	color: #68696d;
	display: flex;
	font-size: 0.92rem;
	font-weight: 600;
	gap: 0.52rem;
	padding: 0.72rem 0.82rem;
	transition: background 180ms ease, color 180ms ease, padding 180ms ease;
}

.mth-mobile-submenu-link i {
	color: var(--mth-orange);
	font-size: 0.72rem;
}

.mth-mobile-submenu-link:hover,
.mth-mobile-submenu-link:focus {
	background: var(--mth-soft);
	color: var(--mth-orange);
	padding-left: 1rem;
}

.mth-mobile-accordion-direct {
	align-items: center;
	color: var(--mth-charcoal);
	display: flex;
	font-size: 0.94rem;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: 0.02em;
	padding: 1.05rem 0;
	text-transform: uppercase;
}

.mth-mobile-accordion-direct i {
	color: var(--mth-orange);
	transition: transform 180ms ease;
}

.mth-mobile-accordion-direct:hover,
.mth-mobile-accordion-direct:focus {
	color: var(--mth-orange);
}

.mth-mobile-accordion-direct:hover i,
.mth-mobile-accordion-direct:focus i {
	transform: translateX(4px);
}

.mth-mobile-menu-empty {
	color: var(--mth-muted);
	font-size: 0.94rem;
	margin: 1rem 0 0;
}

@media (max-width: 1199.98px) {
	.mth-desktop-shell {
		gap: 1.25rem;
	}

	.mth-contact-row {
		gap: 0.85rem;
	}

	.mth-main-link {
		font-size: 0.78rem;
		padding: 0 0.62rem;
	}
}

@media (max-width: 575.98px) {
	.mth-mobile-shell {
		min-height: 86px;
		padding: 0;
	}

	.mth-mobile-brand {
		max-width: 42vw;
	}

	.mth-mobile-divider {
		height: 28px;
	}

	.mth-mobile-actions {
		gap: 0.18rem;
	}
}

@media (max-width: 410px) {
	.mth-mobile-brand {
		max-width: 39vw;
	}

	.mth-mobile-divider-menu {
		display: none;
	}

	.mth-mobile-icon,
	.mth-mobile-toggle {
		min-width: 28px;
	}
}




.megamenu_content {
	padding: 0;
	width: 100%;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}
.megamenu_content h3 {
	border-bottom: 1px solid rgba(25, 90, 52, 0.12);
	color: #24352c;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin: 0 0 0.85rem;
	padding: 0 0 0.62rem;
	position: relative;
	text-transform: uppercase;
}

.megamenu_content h3::after {
	background: linear-gradient(90deg, #195a34, rgba(25, 90, 52, 0));
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 56px;
}

.megamenu_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.megamenu_content ul li {
	margin-bottom: 0;
}

.megamenu_content ul li a {
	border-bottom: 1px solid rgba(25, 90, 52, 0.08);
	position: relative;
	display: block;
	padding: 0.52rem 0.58rem;
	color: #58635d;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, padding 180ms ease;
}
.megamenu_content ul li a:hover {
	background: rgba(25, 90, 52, 0.06);
	color: #195a34;
	padding-left: 0.78rem;
}

.megamenu_content ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 1.15rem;
	background: #195a34;
	border-radius: 999px;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 180ms ease;
}

.megamenu_content ul li a:hover::before {
	opacity: 1;
}

.megamenu_content .mega-description {
	padding: 0.85rem 0.95rem;
	border: 1px solid rgba(25, 90, 52, 0.08);
	border-radius: 8px;
	background: #f8faf8;
	margin-bottom: 12px;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.megamenu_content .mega-description:hover {
	background: #fff;
	border-color: rgba(25, 90, 52, 0.16);
}

.megamenu_content .mega-description h5 {
	font-size: 0.92rem;
	font-weight: 800;
	margin-bottom: 6px;
	color: #24352c;
}

.megamenu_content .mega-description p {
	font-size: 0.88rem;
	line-height: 1.5;
	color: #65706a;
	margin: 0;
}




/* =========================================
   ROOT VARIABLES
   ========================================= */
:root {
	--wsp-primary: #195a34;
	--wsp-primary-dark: #195a34;
	--wsp-primary-light: #195a34;
	--wsp-dark: #1a2332;
	--wsp-text: #4a5568;
	--wsp-muted: #6b7785;
	--wsp-bg-light: #f7f8fa;
	--wsp-bg-card: #ffffff;
	--wsp-border: #e5e8ec;
	--wsp-success: #25d366;
	--wsp-yellow: #f5b300;

	--wsp-font-display: "Raleway", sans-serif;
	--wsp-font-body: 'Poppins', sans-serif;
}

/* =========================================
   BASE
   ========================================= */
.wsp-body {
	font-family: var(--wsp-font-body);
	color: var(--wsp-text);
	font-size: 15px;
	line-height: 1.65;
	background: #fff;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { text-decoration: none; }

/* =========================================
   BUTTONS
   ========================================= */
.wsp-btn {
	display: inline-block;
	padding: 12px 28px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.3px;
	border-radius: 4px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all 0.25s ease;
	text-transform: uppercase;
	font-family: var(--wsp-font-body);
}

.wsp-btn--primary {
	background: var(--wsp-primary);
	color: #fff;
	border-color: var(--wsp-primary);
}
.wsp-btn--primary:hover {
	background: var(--wsp-primary-dark);
	border-color: var(--wsp-primary-dark);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(25, 90, 52, 0.35);
}

.wsp-btn--outline {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.wsp-btn--outline:hover {
	background: #fff;
	color: var(--wsp-dark);
}

.wsp-btn--outline-sm {
	background: transparent;
	color: var(--wsp-primary);
	border: 2px solid var(--wsp-primary);
	padding: 8px 18px;
	font-size: 12px;
	border-radius: 3px;
}
.wsp-btn--outline-sm:hover {
	background: var(--wsp-primary);
	color: #fff;
}

.wsp-btn--lg { padding: 15px 38px; font-size: 15px; }
.wsp-btn--sm { padding: 8px 18px; font-size: 12px; }

/* =========================================
   SECTION TITLES (shared)
   ========================================= */
.wsp-section-title {
	text-align: center;
	font-family: var(--wsp-font-display);
	font-weight: 700;
	color: var(--wsp-dark);
	font-size: 32px;
	letter-spacing: 0.5px;
	margin-bottom: 18px;
}

.wsp-section-subtitle {
	text-align: center;
	color: var(--wsp-primary);
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 12px;
}

.wsp-section-text {
	text-align: center;
	max-width: 920px;
	margin: 0 auto 40px;
	color: var(--wsp-muted);
	font-size: 14px;
	line-height: 1.75;
}

/* =========================================
   SINGLE POST (BLOG)
   ========================================= */
.wsp-post-hero {
	position: relative;
	padding: 84px 0 64px;
	color: #fff;
	background: url('https://picsum.photos/seed/arequipabloghero/1920/900') center/cover no-repeat;
}
.wsp-post-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.80));
}
.wsp-post-hero__content { position: relative; z-index: 2; max-width: 980px; text-align: left; }
.wsp-post-breadcrumbs { color: rgba(255,255,255,0.75); font-size: 12px; margin-bottom: 14px; }
.wsp-post-breadcrumbs a { color: rgba(255,255,255,0.9); text-decoration: none; font-weight: 600; }
.wsp-post-breadcrumbs a:hover { text-decoration: underline; }
.wsp-post-hero__kicker {
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	color: rgba(255,255,255,0.86);
	margin: 0 0 12px;
}
.wsp-post-hero__title {
	font-family: var(--wsp-font-display);
	font-weight: 900;
	font-size: 44px;
	line-height: 1.12;
	margin-bottom: 12px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.wsp-post-hero__meta {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	color: rgba(255,255,255,0.85);
	font-size: 13px;
	margin-bottom: 18px;
}
.wsp-post-hero__meta i { color: rgba(255,255,255,0.9); }
.wsp-post-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }

.wsp-post-top { margin-top: -34px; }
.wsp-post-cover {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--wsp-border);
	box-shadow: 0 18px 44px rgba(0,0,0,0.12);
	background: #fff;
}
.wsp-post-cover img { width: 100%; height: 440px; object-fit: cover; display: block; }

.wsp-post-body { padding: 42px 0 70px; }
.wsp-post-grid { display: grid; grid-template-columns: 340px 1fr; gap: 18px; align-items: start; }
.wsp-post-aside { position: sticky; top: 20px; display: grid; gap: 14px; }
.wsp-post-card {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 18px;
	padding: 18px 16px;
	box-shadow: 0 18px 44px rgba(0,0,0,0.08);
}
.wsp-post-card__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--wsp-font-display);
	font-weight: 900;
	color: var(--wsp-dark);
	font-size: 16px;
	margin-bottom: 10px;
}
.wsp-post-card__title i { color: var(--wsp-primary); }

.wsp-post-toc__nav { display: grid; gap: 8px; }
.wsp-post-toc__link {
	display: block;
	text-decoration: none;
	color: var(--wsp-dark);
	font-weight: 800;
	font-size: 13px;
	padding: 10px 10px;
	border-radius: 12px;
	border: 1px solid var(--wsp-border);
	background: linear-gradient(180deg, #fff, rgba(25, 90, 52, 0.02));
}
.wsp-post-toc__link--h3 { padding-left: 18px; font-weight: 700; font-size: 12.5px; }
.wsp-post-toc__link:hover { border-color: rgba(25, 90, 52, 0.25); }

.wsp-post-share__grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.wsp-post-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	border: 1px solid var(--wsp-border);
	background: #fff;
	color: var(--wsp-dark);
	font-weight: 900;
	font-size: 13px;
	border-radius: 12px;
	padding: 10px 12px;
	text-decoration: none;
}
.wsp-post-share__btn:hover { border-color: rgba(25, 90, 52, 0.25); }
.wsp-post-share__btn i { color: var(--wsp-primary); }
.wsp-post-share__btn--copy { cursor: pointer; }
.wsp-post-share__note { margin-top: 10px; font-size: 12px; color: var(--wsp-muted); }

.wsp-post-prose h2, .wsp-post-prose h3 {
	font-family: var(--wsp-font-display);
	font-weight: 900;
	color: var(--wsp-dark);
	margin: 22px 0 10px;
}
.wsp-post-prose h2 { font-size: 24px; }
.wsp-post-prose h3 { font-size: 18px; font-family: var(--wsp-font); font-weight: 800; }
.wsp-post-prose p, .wsp-post-prose li {
	color: var(--wsp-muted);
	font-size: 14px;
	line-height: 1.9;
}
.wsp-post-prose a { color: var(--wsp-primary); font-weight: 800; }
.wsp-post-prose blockquote {
	border-left: 4px solid rgba(25, 90, 52, 0.35);
	padding-left: 14px;
	color: var(--wsp-muted);
}
.wsp-post-tags { margin-top: 18px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.wsp-post-tags__label { font-weight: 900; color: var(--wsp-dark); font-size: 13px; }
.wsp-post-tags__items a {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	text-decoration: none;
	color: var(--wsp-dark);
	font-weight: 800;
	font-size: 12px;
	background: rgba(25, 90, 52, 0.08);
	border: 1px solid rgba(25, 90, 52, 0.18);
	padding: 7px 10px;
	border-radius: 999px;
}
.wsp-post-nextprev { margin-top: 18px; display: flex; gap: 12px; justify-content: space-between; }
.wsp-post-nextprev__item a {
	text-decoration: none;
	color: var(--wsp-dark);
	font-weight: 900;
	font-size: 13px;
	border: 1px solid var(--wsp-border);
	border-radius: 12px;
	padding: 10px 12px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
}
.wsp-post-nextprev__item a:hover { border-color: rgba(25, 90, 52, 0.25); }
.wsp-post-nextprev__item--right { margin-left: auto; }

.wsp-post-related { padding: 70px 0; background: var(--wsp-bg-light); border-top: 1px solid var(--wsp-border); }
.wsp-related__slider { position: relative; }
.wsp-swiper-related-posts { padding-bottom: 46px; }
.wsp-related-card {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(0,0,0,0.08);
	height: 100%;
}
.wsp-related-card__img img { width: 100%; height: 200px; object-fit: cover; display: block; }
.wsp-related-card__body { padding: 16px 16px 18px; }
.wsp-related-card__meta { color: var(--wsp-muted); font-size: 12px; font-weight: 800; margin-bottom: 8px; }
.wsp-related-card__meta i { color: var(--wsp-primary); }
.wsp-related-card__title { font-family: var(--wsp-font-display); font-weight: 900; font-size: 16px; margin-bottom: 8px; line-height: 1.25; }
.wsp-related-card__title a { color: var(--wsp-dark); text-decoration: none; }
.wsp-related-card__title a:hover { text-decoration: underline; }
.wsp-related-card__excerpt { color: var(--wsp-muted); font-size: 13px; line-height: 1.75; margin: 0 0 10px; }
.wsp-related-card__link { color: var(--wsp-primary); font-weight: 900; text-decoration: none; }
.wsp-related-card__link:hover { text-decoration: underline; }

@media (max-width: 991px) {
	.wsp-post-hero__title { font-size: 34px; }
	.wsp-post-cover img { height: 340px; }
	.wsp-post-grid { grid-template-columns: 1fr; }
	.wsp-post-aside { position: relative; top: auto; }
}
@media (max-width: 575px) {
	.wsp-post-cover img { height: 280px; }
	.wsp-post-hero { padding: 70px 0 56px; }
}

/* =========================================
   TAXONOMY: tours-type
   ========================================= */
.wsp-tax-hero {
	position: relative;
	padding: 84px 0 64px;
	color: #fff;
	background: center/cover no-repeat;
}
.wsp-tax-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.80));
}
.wsp-tax-hero__content { position: relative; z-index: 2; max-width: 980px; text-align: left; }
.wsp-tax-breadcrumbs { color: rgba(255,255,255,0.75); font-size: 12px; margin-bottom: 14px; }
.wsp-tax-breadcrumbs a { color: rgba(255,255,255,0.9); text-decoration: none; font-weight: 600; }
.wsp-tax-breadcrumbs a:hover { text-decoration: underline; }
.wsp-tax-hero__kicker {
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	color: rgba(255,255,255,0.86);
	margin: 0 0 12px;
}
.wsp-tax-hero__title {
	font-family: var(--wsp-font-display);
	font-weight: 900;
	font-size: 44px;
	line-height: 1.12;
	margin-bottom: 12px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.wsp-tax-hero__subtitle {
	color: rgba(255,255,255,0.90);
	font-size: 15px;
	line-height: 1.85;
	margin-bottom: 18px;
	max-width: 860px;
}
.wsp-tax-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }

.wsp-tax-list { padding: 70px 0; }
.wsp-tax-list__bar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}
.wsp-tax-list__count span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid var(--wsp-border);
	background: #fff;
	color: var(--wsp-dark);
	font-weight: 900;
	font-size: 13px;
	border-radius: 12px;
	padding: 10px 12px;
	box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.wsp-tour-card {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(0,0,0,0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform .2s ease, box-shadow .2s ease;
}
.wsp-tour-card:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(0,0,0,0.10); }
.wsp-tour-card__img img { width: 100%; height: 220px; object-fit: cover; display: block; }
.wsp-tour-card__body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.wsp-tour-card__meta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 800;
	color: var(--wsp-muted);
	margin-bottom: 8px;
}
.wsp-tour-card__meta i { color: var(--wsp-primary); }
.wsp-tour-card__title {
	font-family: var(--wsp-font-display);
	font-weight: 900;
	color: var(--wsp-dark);
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 8px;
}
.wsp-tour-card__title a { color: inherit; text-decoration: none; }
.wsp-tour-card__title a:hover { text-decoration: underline; }
.wsp-tour-card__text { color: var(--wsp-muted); font-size: 13px; line-height: 1.75; margin: 0 0 12px; }
.wsp-tour-card__footer { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; }

.wsp-tax-pagination { margin-top: 26px; }
.wsp-tax-pagination .page-numbers {
	list-style: none;
	display: flex;
	gap: 8px;
	justify-content: center;
	padding-left: 0;
	margin: 0;
	flex-wrap: wrap;
}
.wsp-tax-pagination .page-numbers li a,
.wsp-tax-pagination .page-numbers li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--wsp-border);
	border-radius: 12px;
	background: #fff;
	color: var(--wsp-dark);
	text-decoration: none;
	font-weight: 900;
}
.wsp-tax-pagination .page-numbers li span.current {
	background: var(--wsp-primary);
	color: #fff;
	border-color: var(--wsp-primary);
}
.wsp-tax-empty {
	background: #fff;
	border: 1px dashed rgba(25, 90, 52, 0.35);
	border-radius: 18px;
	padding: 26px 18px;
	text-align: center;
	color: var(--wsp-muted);
}
.wsp-tax-empty h3 { color: var(--wsp-dark); font-weight: 900; }
.wsp-tax-empty__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 12px; }

@media (max-width: 991px) {
	.wsp-tax-hero__title { font-size: 34px; }
}
@media (max-width: 575px) {
	.wsp-tax-hero { padding: 70px 0 56px; }
	.wsp-tour-card__img img { height: 200px; }
}

/* =========================================
   HERO
   ========================================= */
.wsp-hero {
	position: relative;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wsp-hero-swiper {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.wsp-hero-swiper .swiper-slide,
.wsp-hero-swiper img {
	width: 100%;
	height: 100%;
}
.wsp-hero-swiper img {
	display: block;
	object-fit: cover;
}
.wsp-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.wsp-hero .wsp-swiper-btn {
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
}
.wsp-hero .swiper-pagination {
	z-index: 3;
}
.wsp-hero .wsp-hero-swiper__pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
}
.wsp-hero .wsp-hero-swiper__pagination .swiper-pagination-bullet {
	background: rgba(255,255,255,0.6);
	opacity: 1;
}
.wsp-hero .wsp-hero-swiper__pagination .swiper-pagination-bullet-active {
	background: #fff;
}
.wsp-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.55));
	z-index: 1;
}
.wsp-hero__content {
	position: relative;
	z-index: 2;
}
.wsp-hero__title {
	font-family: var(--wsp-font-display);
	font-weight: 700;
	font-size: 46px;
	line-height: 1.15;
	margin-bottom: 18px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.wsp-hero__subtitle {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
	text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.wsp-hero__cta {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

/* =========================================
   INNER PAGE HERO (shared)
   ========================================= */
.wsp-hero--inner {
	height: 520px;
}

/* =========================================
   ABOUT PAGE
   ========================================= */
.wsp-about-kicker {
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	margin: 0 0 12px;
}

.wsp-section-title--left,
.wsp-section-subtitle.wsp-section-subtitle--left,
.wsp-section-text.wsp-section-text--left {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.wsp-about-stats {
	background: var(--wsp-bg-light);
	padding: 22px 0;
	border-bottom: 1px solid var(--wsp-border);
}
.wsp-about-stat {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 14px;
	padding: 18px 14px;
	box-shadow: 0 10px 26px rgba(0,0,0,0.05);
	height: 100%;
}
.wsp-about-stat__num {
	color: var(--wsp-primary);
	font-weight: 800;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 4px;
}
.wsp-about-stat__label {
	font-size: 12px;
	color: var(--wsp-muted);
}

.wsp-about-split {
	padding: 70px 0 55px;
}
.wsp-about-lead {
	color: var(--wsp-muted);
	font-size: 14px;
	line-height: 1.85;
	margin: 0 0 18px;
}
.wsp-about-checks {
	display: grid;
	gap: 10px;
}
.wsp-about-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--wsp-dark);
	font-weight: 600;
	font-size: 13px;
}
.wsp-about-check i {
	color: var(--wsp-primary);
	margin-top: 2px;
}
.wsp-about-media {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--wsp-border);
	box-shadow: 0 18px 44px rgba(0,0,0,0.12);
}
.wsp-about-media__img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
}
.wsp-about-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.28));
	pointer-events: none;
}
.wsp-about-media__badge {
	position: absolute;
	left: 16px;
	bottom: 16px;
	z-index: 2;
	background: rgba(255,255,255,0.92);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,0.65);
	border-radius: 14px;
	padding: 12px 14px;
	max-width: 320px;
	text-align: left;
}
.wsp-about-media__badge-title {
	font-weight: 800;
	color: var(--wsp-dark);
	font-size: 13px;
	margin-bottom: 2px;
}
.wsp-about-media__badge-text {
	color: var(--wsp-muted);
	font-size: 12px;
	line-height: 1.5;
}

.wsp-about-panels {
	padding: 10px 0 70px;
}
.wsp-about {
	padding: 70px 0 50px;
}
.wsp-about__panel {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 14px;
	padding: 26px 26px;
	height: 100%;
	box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}
.wsp-about__panel--highlight {
	background: linear-gradient(180deg, #fff, rgba(25, 90, 52, 0.04));
	border-color: rgba(25, 90, 52, 0.18);
}
.wsp-about__title {
	font-family: var(--wsp-font-display);
	font-weight: 700;
	color: var(--wsp-dark);
	font-size: 22px;
	margin-bottom: 10px;
}
.wsp-about__panel-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}
.wsp-about__panel-thumb {
	width: 74px;
	height: 54px;
	border-radius: 10px;
	object-fit: cover;
	border: 1px solid var(--wsp-border);
}
.wsp-about__text {
	color: var(--wsp-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}
.wsp-about__pill-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 18px;
}
.wsp-about__pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	color: var(--wsp-dark);
	background: rgba(25, 90, 52, 0.08);
	border: 1px solid rgba(25, 90, 52, 0.18);
	border-radius: 999px;
	padding: 8px 12px;
}
.wsp-about-offer {
	padding: 60px 0 70px;
	background: var(--wsp-bg-light);
	border-top: 1px solid var(--wsp-border);
	border-bottom: 1px solid var(--wsp-border);
}
.wsp-about-card {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 14px;
	padding: 26px 22px;
	height: 100%;
	box-shadow: 0 14px 34px rgba(0,0,0,0.06);
	transition: transform .2s ease, box-shadow .2s ease;
}
.wsp-about-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.wsp-about-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--wsp-primary);
	margin-bottom: 14px;
	font-size: 18px;
}
.wsp-about-card__title {
	font-family: var(--wsp-font-display);
	font-weight: 700;
	color: var(--wsp-dark);
	font-size: 18px;
	margin-bottom: 8px;
}
.wsp-about-card__text {
	color: var(--wsp-muted);
	font-size: 14px;
	line-height: 1.75;
	margin: 0;
}
.wsp-about-cta {
	position: relative;
	padding: 80px 0;
	color: #fff;
	text-align: center;
	background: url('https://picsum.photos/seed/arequipacta/1920/900') center/cover no-repeat;
}
.wsp-about-cta__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.62));
}
.wsp-about-cta__content {
	position: relative;
	z-index: 2;
	max-width: 960px;
}
.wsp-about-cta__pretitle {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	margin-bottom: 10px;
}
.wsp-about-cta__title {
	font-family: var(--wsp-font-display);
	font-weight: 700;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.wsp-about-cta__text {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255,255,255,0.9);
	margin: 0 auto 26px;
	max-width: 860px;
}
.wsp-about-cta__note {
	margin-top: 22px;
	font-size: 13px;
	color: rgba(255,255,255,0.85);
}

/* =========================================
   ABOUT GALLERY
   ========================================= */
.wsp-about-gallery {
	padding: 70px 0;
}
.wsp-about-gallery__item {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--wsp-border);
	box-shadow: 0 14px 34px rgba(0,0,0,0.06);
	transform: translateZ(0);
}
.wsp-about-gallery__item img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
	transition: transform .25s ease, filter .25s ease;
	filter: saturate(1.05);
}
.wsp-about-gallery__item:hover img {
	transform: scale(1.03);
	filter: saturate(1.15);
}

@media (max-width: 991px) {
	.wsp-hero--inner { height: 440px; }
	.wsp-about-media__img { height: 360px; }
	.wsp-about-cta__title { font-size: 28px; }
}
@media (max-width: 575px) {
	.wsp-hero--inner { height: 420px; }
	.wsp-about-media__img { height: 320px; }
	.wsp-about-media__badge { max-width: calc(100% - 32px); }
}

/* =========================================
   ESNNA POLICIES (LANDING)
   ========================================= */
.wsp-policy-hero .wsp-hero__overlay {
	background: linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.7));
}
.wsp-policy-kicker {
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: rgba(255,255,255,0.86);
	margin: 0 0 12px;
}
.wsp-policy-trust {
	background: var(--wsp-bg-light);
	padding: 26px 0;
	border-bottom: 1px solid var(--wsp-border);
}
.wsp-policy-trust__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 800;
	color: var(--wsp-dark);
	background: rgba(25, 90, 52, 0.08);
	border: 1px solid rgba(25, 90, 52, 0.18);
	border-radius: 999px;
	padding: 8px 12px;
	margin-bottom: 10px;
}
.wsp-policy-trust__text {
	color: var(--wsp-muted);
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
}
.wsp-policy-trust__media {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--wsp-border);
	box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}
.wsp-policy-trust__media img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

.wsp-policy-commitment {
	padding: 70px 0 55px;
}
.wsp-policy-card {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 14px;
	padding: 26px 22px;
	height: 100%;
	box-shadow: 0 14px 34px rgba(0,0,0,0.06);
	transition: transform .2s ease, box-shadow .2s ease;
	text-align: center;
}
.wsp-policy-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.wsp-policy-card__icon {
	width: 54px;
	height: 54px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--wsp-primary);
	margin-bottom: 14px;
	font-size: 18px;
}
.wsp-policy-card__title {
	font-family: var(--wsp-font-display);
	font-weight: 800;
	color: var(--wsp-dark);
	font-size: 18px;
	margin-bottom: 8px;
}
.wsp-policy-card__text {
	color: var(--wsp-muted);
	font-size: 13px;
	line-height: 1.75;
	margin: 0;
}

.wsp-policy-prevention {
	padding: 70px 0;
	background: var(--wsp-bg-light);
	border-top: 1px solid var(--wsp-border);
}
.wsp-policy-prevention__media {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--wsp-border);
	box-shadow: 0 18px 44px rgba(0,0,0,0.10);
}
.wsp-policy-prevention__media img {
	width: 100%;
	object-fit: cover;
	display: block;
}
.wsp-policy-steps {
	display: grid;
	gap: 14px;
	margin-top: 18px;
	margin-bottom: 22px;
}
.wsp-policy-step {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 14px;
	padding: 14px 14px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}
.wsp-policy-step__num {
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: rgba(25, 90, 52, 0.10);
	border: 1px solid rgba(25, 90, 52, 0.18);
	color: var(--wsp-primary);
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
.wsp-policy-step__title {
	font-weight: 800;
	color: var(--wsp-dark);
	font-size: 13px;
	margin-bottom: 2px;
}
.wsp-policy-step__text {
	color: var(--wsp-muted);
	font-size: 13px;
	line-height: 1.7;
}

.wsp-policy-callout {
	background: linear-gradient(180deg, #fff, rgba(25, 90, 52, 0.03));
	border: 1px solid rgba(25, 90, 52, 0.18);
	border-radius: 18px;
	padding: 22px 18px;
	box-shadow: 0 18px 44px rgba(0,0,0,0.08);
}
.wsp-policy-callout__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--wsp-font-display);
	font-weight: 900;
	color: var(--wsp-dark);
	font-size: 18px;
	margin-bottom: 8px;
}
.wsp-policy-callout__title i { color: var(--wsp-primary); }
.wsp-policy-callout__text {
	color: var(--wsp-muted);
	font-size: 13px;
	line-height: 1.75;
	margin-bottom: 14px;
}
.wsp-policy-hotline {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 14px;
	padding: 14px 14px;
	height: 100%;
}
.wsp-policy-hotline__name {
	font-weight: 900;
	color: var(--wsp-dark);
	font-size: 13px;
	margin-bottom: 4px;
}
.wsp-policy-hotline__value {
	color: var(--wsp-primary);
	font-weight: 900;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 4px;
}
.wsp-policy-hotline__meta {
	color: var(--wsp-muted);
	font-size: 12px;
}
.wsp-policy-callout__cta {
	display: flex;
	gap: 12px;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 16px;
}

@media (max-width: 991px) {
	.wsp-policy-prevention__media img { height: 420px; }
	.wsp-policy-callout__cta { justify-content: center; }
}
@media (max-width: 575px) {
	.wsp-policy-trust__media img { height: 160px; }
	.wsp-policy-prevention__media img { height: 340px; }
}

/* =========================================
   OUR AWARDS (LANDING)
   ========================================= */
.wsp-awards-hero .wsp-hero__overlay {
	background: linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.70));
}
.wsp-awards-kicker {
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: rgba(255,255,255,0.86);
	margin: 0 0 12px;
}
.wsp-awards-trust {
	background: var(--wsp-bg-light);
	padding: 30px 0 10px;
	border-bottom: 1px solid var(--wsp-border);
}
.wsp-awards-trust__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 900;
	color: var(--wsp-dark);
	background: rgba(25, 90, 52, 0.08);
	border: 1px solid rgba(25, 90, 52, 0.18);
	border-radius: 999px;
	padding: 8px 12px;
	margin-bottom: 10px;
}
.wsp-awards-trust__text {
	color: var(--wsp-muted);
	font-size: 13px;
	line-height: 1.85;
	margin: 0;
}
.wsp-awards-trust__media {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--wsp-border);
	box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}
.wsp-awards-trust__media img {
	width: 100%;
	object-fit: cover;
	display: block;
}
.wsp-awards-logos {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 18px;
	padding: 18px 0 20px;
}
.wsp-awards-logos__item {
	flex: 1 1 160px;
	display: flex;
	justify-content: center;
}
.wsp-awards-logos__item img {
	width: 150px;
	height: 56px;
	object-fit: contain;
	filter: grayscale(35%);
	opacity: 0.92;
	transition: filter .25s ease, opacity .25s ease;
}
.wsp-awards-logos__item img:hover {
	filter: grayscale(0);
	opacity: 1;
}

.wsp-awards-pillars {
	padding: 70px 0 55px;
}
.wsp-awards-card {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 14px;
	padding: 26px 22px;
	height: 100%;
	box-shadow: 0 14px 34px rgba(0,0,0,0.06);
	transition: transform .2s ease, box-shadow .2s ease;
}
.wsp-awards-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.wsp-awards-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--wsp-primary);
	margin-bottom: 14px;
	font-size: 18px;
}
.wsp-awards-card__title {
	font-family: var(--wsp-font-display);
	font-weight: 900;
	color: var(--wsp-dark);
	font-size: 18px;
	margin-bottom: 8px;
}
.wsp-awards-card__text {
	color: var(--wsp-muted);
	font-size: 13px;
	line-height: 1.8;
	margin: 0 0 14px;
}
.wsp-awards-card__thumbs {
	display: flex;
	gap: 10px;
}
.wsp-awards-card__thumbs img {
	width: 100%;
	max-width: 160px;
	height: 92px;
	border-radius: 12px;
	object-fit: cover;
	border: 1px solid var(--wsp-border);
}

.wsp-awards-timeline {
	padding: 70px 0;
	background: var(--wsp-bg-light);
	border-top: 1px solid var(--wsp-border);
	border-bottom: 1px solid var(--wsp-border);
}
.wsp-awards-lead {
	color: var(--wsp-muted);
	font-size: 14px;
	line-height: 1.85;
	margin: 0 0 18px;
}
.wsp-awards-mini {
	display: grid;
	gap: 10px;
}
.wsp-awards-mini__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--wsp-dark);
	font-weight: 700;
	font-size: 13px;
}
.wsp-awards-mini__item i {
	color: var(--wsp-primary);
	margin-top: 2px;
}
.wsp-awards-rail {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 18px;
	padding: 16px 16px;
	box-shadow: 0 18px 44px rgba(0,0,0,0.08);
}
.wsp-awards-rail__item {
	position: relative;
	padding: 14px 14px 14px 52px;
	border-radius: 14px;
	border: 1px solid var(--wsp-border);
	margin-bottom: 12px;
	background: linear-gradient(180deg, #fff, rgba(25, 90, 52, 0.02));
}
.wsp-awards-rail__item:last-child { margin-bottom: 0; }
.wsp-awards-rail__year {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 32px;
	height: 32px;
	border-radius: 12px;
	background: rgba(25, 90, 52, 0.10);
	border: 1px solid rgba(25, 90, 52, 0.18);
	color: var(--wsp-primary);
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}
.wsp-awards-rail__title {
	font-weight: 900;
	color: var(--wsp-dark);
	font-size: 13px;
	margin-bottom: 2px;
}
.wsp-awards-rail__text {
	color: var(--wsp-muted);
	font-size: 13px;
	line-height: 1.7;
}
.wsp-awards-rail-note {
	margin-top: 10px;
	font-size: 12px;
	color: var(--wsp-muted);
}

.wsp-awards-cta {
	position: relative;
	padding: 85px 0;
	color: #fff;
	text-align: center;
	background: center/cover no-repeat;
}
.wsp-awards-cta__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.40), rgba(0,0,0,0.68));
}
.wsp-awards-cta__content {
	position: relative;
	z-index: 2;
	max-width: 980px;
}
.wsp-awards-cta__pretitle {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	margin-bottom: 10px;
}
.wsp-awards-cta__title {
	font-family: var(--wsp-font-display);
	font-weight: 900;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.wsp-awards-cta__text {
	font-size: 15px;
	line-height: 1.85;
	color: rgba(255,255,255,0.90);
	margin: 0 auto 26px;
	max-width: 860px;
}

@media (max-width: 991px) {
	.wsp-awards-cta__title { font-size: 28px; }
}
@media (max-width: 575px) {
	.wsp-awards-card__thumbs img { height: 86px; }
}


a.mth-brand.mth-desktop-brand img {
	width: 100%;
	height: 100px;
}



/* =========================================
   STATS BAR
   ========================================= */
.wsp-stats {
	background: var(--wsp-bg-light);
	padding: 28px 0;
	border-bottom: 1px solid var(--wsp-border);
}
.wsp-stats__number {
	color: var(--wsp-primary);
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}
.wsp-stats__label {
	font-size: 12px;
	color: var(--wsp-muted);
	margin-top: 4px;
}
.wsp-stats__logos {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	flex-wrap: wrap;
}
.wsp-stats__logos img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	filter: grayscale(40%);
	transition: filter 0.25s;
}
.wsp-stats__logos img:hover { filter: grayscale(0); }

/* =========================================
   INTRO
   ========================================= */
.wsp-intro {
	padding: 60px 0 50px;
	text-align: center;
}
.wsp-intro__title {
	font-family: var(--wsp-font-display);
	font-weight: 700;
	font-size: 26px;
	color: var(--wsp-dark);
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}
.wsp-intro__subtitle {
	font-weight: 500;
	font-size: 17px;
	color: var(--wsp-dark);
	letter-spacing: 0.4px;
	margin-bottom: 22px;
}
.wsp-intro__banner {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	background: #fff;
	border-bottom: 2px solid var(--wsp-primary);
	padding: 10px 24px;
	margin-bottom: 28px;
}
.wsp-intro__banner img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
}
.wsp-intro__banner span {
	font-weight: 600;
	color: var(--wsp-primary);
	letter-spacing: 0.5px;
}
.wsp-intro__text {
	max-width: 970px;
	margin: 0 auto 28px;
	font-size: 14px;
	color: var(--wsp-muted);
	line-height: 1.85;
}

.wsp-awards {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 50px;
	flex-wrap: wrap;
}
.wsp-awards__medal {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	border: 2px solid #efe2c2;
}
.wsp-awards__tripadvisor {
	text-align: center;
	font-size: 11px;
	color: var(--wsp-muted);
	border: 2px solid #00aa6c;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 6px;
}
.wsp-awards__year {
	font-weight: 700;
	color: var(--wsp-dark);
	font-size: 12px;
}
.wsp-awards__choice {
	font-weight: 700;
	color: var(--wsp-dark);
	font-size: 11px;
	line-height: 1.1;
}
.wsp-awards__owl { color: #00aa6c; font-size: 18px; margin: 3px 0; }
.wsp-awards__brand { font-size: 9px; color: var(--wsp-muted); }

/* =========================================
   BEST MACHU PICCHU TREKS
   ========================================= */
.wsp-treks {
	padding: 60px 0;
	background: #fff;
}
.wsp-treks__slider {
	position: relative;
	padding: 0 60px;
}
.wsp-swiper-treks { padding-bottom: 50px; }
.wsp-swiper-classic-tours { padding-bottom: 50px; }

.wsp-trek-card {
	display: flex;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}
.wsp-trek-card__img {
	position: relative;
	flex: 0 0 45%;
	overflow: hidden;
}
.wsp-trek-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.wsp-trek-card__img a:hover img { transform: scale(1.06); }

.wsp-trek-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--wsp-primary);
	color: #fff;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: 700;
	border-radius: 3px;
	letter-spacing: 0.5px;
	z-index: 2;
}

.wsp-trek-card__body {
	flex: 1;
	padding: 22px 26px;
	display: flex;
	flex-direction: column;
}
.wsp-trek-card__title {
	font-size: 22px;
	font-weight: 700;
	color: var(--wsp-dark);
	margin-bottom: 12px;
}
.wsp-trek-card__desc {
	font-size: 13px;
	color: var(--wsp-muted);
	line-height: 1.65;
	margin-bottom: 14px;
}
.wsp-trek-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 12px;
	color: var(--wsp-text);
	margin-bottom: 16px;
}
.wsp-trek-card__meta-item i { color: var(--wsp-primary); margin-right: 4px; }

.wsp-trek-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	border-top: 1px solid var(--wsp-border);
	padding-top: 14px;
	gap: 12px;
	flex-wrap: wrap;
}
.wsp-trek-card__from {
	display: block;
	font-size: 11px;
	color: var(--wsp-muted);
	text-transform: uppercase;
}
.wsp-trek-card__amount {
	display: block;
	color: var(--wsp-primary);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
}
.wsp-trek-card__person {
	display: block;
	font-size: 11px;
	color: var(--wsp-muted);
}

.wsp-swiper-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border: 1px solid var(--wsp-border);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: var(--wsp-primary);
	font-size: 14px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: all 0.2s;
	z-index: 10;
}
.wsp-swiper-btn:hover {
	background: var(--wsp-primary);
	color: #fff;
}
.wsp-swiper-btn--prev { left: 5px; }
.wsp-swiper-btn--next { right: 5px; }

.wsp-swiper-treks .swiper-pagination-bullet-active {
	background: var(--wsp-primary);
}

/* =========================================
   READY TO TRAVEL
   ========================================= */
.wsp-ready {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 90px 0;
	color: #fff;
}
.wsp-ready__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15,25,40,0.85) 0%, rgba(15,25,40,0.65) 100%);
}
.wsp-ready .container { position: relative; z-index: 2; }
.wsp-ready__pretitle {
	color: var(--wsp-primary);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	margin-bottom: 12px;
}
.wsp-ready__title {
	font-family: var(--wsp-font-display);
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}

.wsp-ready-card {
	text-align: center;
	padding: 18px 16px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 6px;
	transition: all 0.3s;
}
.wsp-ready-card:hover {
	background: rgba(25, 90, 52, 0.12);
	border-color: var(--wsp-primary);
	transform: translateY(-4px);
}
.wsp-ready-card__icon {
	font-size: 34px;
	color: var(--wsp-primary);
	margin-bottom: 12px;
}
.wsp-ready-card__title {
	font-family: var(--wsp-font-display);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}
.wsp-ready-card__text {
	font-size: 12px;
	color: rgba(255,255,255,0.75);
	line-height: 1.55;
	margin: 0;
}

/* =========================================
   CUSTOMIZED PERU EXPERTS
   ========================================= */
.wsp-experts { padding: 70px 0; background: #fff; }
.wsp-experts__title {
	font-family: var(--wsp-font-display);
	font-size: 36px;
	font-weight: 700;
	color: var(--wsp-dark);
	margin-bottom: 18px;
}
.wsp-experts__text {
	color: var(--wsp-muted);
	font-size: 14px;
	margin-bottom: 28px;
	line-height: 1.8;
}
.wsp-experts__feature {
	display: flex;
	gap: 18px;
	margin-bottom: 22px;
}
.wsp-experts__feature-icon {
	font-size: 22px;
	color: var(--wsp-primary);
	background: rgba(25, 90, 52, 0.1);
	width: 46px;
	height: 46px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.wsp-experts__feature-title {
	font-family: var(--wsp-font-display);
	font-size: 17px;
	font-weight: 700;
	color: var(--wsp-dark);
	margin-bottom: 3px;
}
.wsp-experts__feature-text {
	font-size: 13px;
	color: var(--wsp-muted);
	margin: 0;
}
.wsp-experts__img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 14px 40px rgba(0,0,0,0.18);
	object-fit: cover;
}

/* =========================================
   MOST POPULAR TOURS
   ========================================= */
.wsp-popular { padding: 70px 0; background: var(--wsp-bg-light); }

.wsp-tour-card {
	position: relative;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(0,0,0,0.07);
	transition: all 0.3s;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.wsp-tour-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 35px rgba(0,0,0,0.12);
}
.wsp-tour-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.wsp-tour-card__badge {
	position: absolute;
	top: 14px;
	right: 14px;
	background: var(--wsp-primary);
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.wsp-tour-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.wsp-tour-card__title {
	font-family: var(--wsp-font-display);
	font-size: 18px;
	font-weight: 700;
	color: var(--wsp-dark);
	margin-bottom: 4px;
}
.wsp-tour-card__title span {
	display: block;
	font-family: var(--wsp-font-body);
	font-size: 12px;
	color: var(--wsp-primary);
	font-weight: 600;
	margin-top: 2px;
}
.wsp-tour-card__text {
	font-size: 13px;
	color: var(--wsp-muted);
	line-height: 1.6;
	margin: 10px 0;
}
.wsp-tour-card__meta {
	font-size: 12px;
	color: var(--wsp-text);
}
.wsp-tour-card__meta div { margin-bottom: 4px; }
.wsp-tour-card__meta i { color: var(--wsp-primary); margin-right: 4px; width: 16px; }

.wsp-tour-card__footer {
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid var(--wsp-border);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.wsp-tour-card__from {
	display: block;
	font-size: 11px;
	color: var(--wsp-muted);
	text-transform: uppercase;
}
.wsp-tour-card__price {
	display: block;
	color: var(--wsp-primary);
	font-weight: 700;
	font-size: 22px;
	line-height: 1.1;
}

/* =========================================
   CERTIFIED EXCELLENCE
   ========================================= */
.wsp-certified { padding: 60px 0; background: #fff; }
.wsp-certified__logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}
.wsp-certified__logos img {
	max-width: 110px;
	max-height: 60px;
	object-fit: contain;
	filter: grayscale(80%) opacity(0.7);
	transition: filter 0.25s;
}
.wsp-certified__logos img:hover { filter: grayscale(0) opacity(1); }

/* =========================================
   TRENDING ADVENTURES
   ========================================= */
.wsp-trending { padding: 70px 0; background: var(--wsp-bg-light); }
.wsp-trending__slider { position: relative; }
.wsp-trending__controls {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin: 0 0 16px;
}
.wsp-trending__nav {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(25,90,52,0.16);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(15,23,42,0.10);
	color: var(--wsp-primary);
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
	width: 42px;
}
.wsp-trending__nav::before {
	background: radial-gradient(circle, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 65%);
	content: "";
	height: 80px;
	left: -42px;
	position: absolute;
	top: -20px;
	transform: translateX(0);
	transition: transform 0.45s ease;
	width: 80px;
}
.wsp-trending__nav i { position: relative; transition: transform 0.25s ease; z-index: 1; }
.wsp-trending__nav:hover,
.wsp-trending__nav:focus {
	background: var(--wsp-primary);
	border-color: var(--wsp-primary);
	box-shadow: 0 18px 36px rgba(25,90,52,0.22);
	color: #fff;
	transform: translateY(-3px);
}
.wsp-trending__nav:hover::before,
.wsp-trending__nav:focus::before { transform: translateX(74px); }
.wsp-classic-btn--prev:hover i,
.wsp-classic-btn--prev:focus i { transform: translateX(-2px); }
.wsp-classic-btn--next:hover i,
.wsp-classic-btn--next:focus i { transform: translateX(2px); }
.wsp-trending__nav.swiper-button-disabled { opacity: 0.42; pointer-events: none; transform: none; }
.wsp-swiper-classic-tours .swiper-pagination {
	align-items: center;
	bottom: 4px;
	display: flex;
	gap: 8px;
	justify-content: center;
}
.wsp-swiper-classic-tours .swiper-pagination-bullet {
	background: rgba(25,90,52,0.22);
	border: 1px solid rgba(25,90,52,0.18);
	box-shadow: 0 4px 12px rgba(15,23,42,0.08);
	height: 10px;
	margin: 0 !important;
	opacity: 1;
	position: relative;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, width 0.25s ease;
	width: 10px;
}
.wsp-swiper-classic-tours .swiper-pagination-bullet::after {
	background: rgba(255,255,255,0.58);
	border-radius: inherit;
	content: "";
	inset: 2px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s ease;
}
.wsp-swiper-classic-tours .swiper-pagination-bullet:hover,
.wsp-swiper-classic-tours .swiper-pagination-bullet:focus {
	background: rgba(25,90,52,0.45);
	transform: translateY(-2px) scale(1.12);
}
.wsp-swiper-classic-tours .swiper-pagination-bullet-active {
	animation: wspPaginationPulse 1.8s ease-in-out infinite;
	background: var(--wsp-primary);
	border-color: var(--wsp-primary);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(25,90,52,0.28);
	transform: translateY(-1px);
	width: 28px;
}
.wsp-swiper-classic-tours .swiper-pagination-bullet-active::after { opacity: 1; }

@keyframes wspPaginationPulse {
	0% { box-shadow: 0 8px 18px rgba(25,90,52,0.24), 0 0 0 0 rgba(25,90,52,0.24); }
	70% { box-shadow: 0 8px 18px rgba(25,90,52,0.24), 0 0 0 9px rgba(25,90,52,0); }
	100% { box-shadow: 0 8px 18px rgba(25,90,52,0.24), 0 0 0 0 rgba(25,90,52,0); }
}

.wsp-trend-card {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	height: 380px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	will-change: transform;
}
.wsp-trend-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.wsp-trend-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}
.wsp-trend-card:hover img { transform: scale(1.08); }
.wsp-trend-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: rgba(255,255,255,0.96);
	color: var(--wsp-primary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 6px 12px;
	border-radius: 999px;
	z-index: 2;
}
.wsp-trend-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.88) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 22px;
	color: #fff;
	gap: 4px;
	transform: translateY(14px);
	transition: transform 0.9s;
}
.wsp-trend-card:hover .wsp-trend-card__overlay,
.wsp-trend-card:focus-within .wsp-trend-card__overlay {
	transform: translateY(0);
}
.wsp-trend-card__meta {
	font-size: 12px;
	opacity: 0.9;
	margin: 0;
}
.wsp-trend-card__title {
	font-family: var(--wsp-font-display);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.wsp-trend-card__divider {
	height: 1px;
	width: 100%;
	background: rgba(255,255,255,0.22);
	margin: 6px 0 4px;
}
.wsp-trend-card__price {
	font-size: 13px;
	margin: 0;
	opacity: 0.92;
}
.wsp-trend-card__reveal {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(6px);
	transition: max-height 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
}
.wsp-trend-card__desc {
	font-size: 12px;
	line-height: 1.5;
	opacity: 0.88;
	margin-bottom: 10px;
}
.wsp-trend-card:hover .wsp-trend-card__reveal {
	max-height: 220px;
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.wsp-trend-card,
	.wsp-trend-card img,
	.wsp-trend-card__reveal {
		transition: none !important;
	}
	.wsp-trend-card:hover { transform: none; }
}

/* =========================================
   TRAVEL THAT GIVES BACK
   ========================================= */
.wsp-gives { padding: 70px 0; background: #fff; }

.wsp-gives-card {
	position: relative;
	display: block;
	border-radius: 6px;
	overflow: hidden;
	height: 260px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
.wsp-gives-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}
.wsp-gives-card:hover img { transform: scale(1.05); }
.wsp-gives-card__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.45);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 22px;
	gap: 10px;
}
.wsp-gives-card__icon {
	width: 74px;
	height: 74px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.65);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #fff;
	background: rgba(0,0,0,0.15);
}
.wsp-gives-card__title {
	font-family: var(--wsp-font-display);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.6px;
	margin: 0;
	text-transform: uppercase;
}
.wsp-gives-card__text {
	font-size: 13px;
	opacity: 0.9;
	margin: 0;
	line-height: 1.35;
	max-width: 42ch;
}

@media (max-width: 991.98px) {
	.wsp-gives-card { height: 230px; }
}

/* =========================================
   FAQ
   ========================================= */
.wsp-faq { padding: 70px 0; background: var(--wsp-bg-light); }

.wsp-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid var(--wsp-border);
	background: transparent;
	border-radius: 0;
}
.wsp-accordion .accordion-button {
	background: transparent;
	font-weight: 600;
	font-size: 13px;
	color: var(--wsp-dark);
	padding: 16px 0;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	box-shadow: none;
}
.wsp-accordion .accordion-button:not(.collapsed) {
	background: transparent;
	color: var(--wsp-primary);
	box-shadow: none;
}
.wsp-accordion .accordion-button::after {
	background: none;
	content: "+";
	font-size: 22px;
	font-weight: 300;
	width: auto;
	height: auto;
	transform: none;
	color: var(--wsp-primary);
}
.wsp-accordion .accordion-button:not(.collapsed)::after {
	content: '-';
	transform: none;
}
.wsp-accordion .accordion-body {
	padding: 0 0 16px 0;
	font-size: 13px;
	color: var(--wsp-muted);
	line-height: 1.7;
}


a.mth-brand.mth-offcanvas-brand img {
	width: 60%;
	height: 60px;
}


/* =========================================
   TRUST BADGES
   ========================================= */
.wsp-trust {
	padding: 50px 0;
	background: #fff;
	border-top: 1px solid var(--wsp-border);
	border-bottom: 1px solid var(--wsp-border);
}
.wsp-trust__icon {
	font-size: 30px;
	color: var(--wsp-primary);
	margin-bottom: 10px;
}
.wsp-trust__title {
	font-family: var(--wsp-font-display);
	font-size: 15px;
	font-weight: 700;
	color: var(--wsp-dark);
	margin-bottom: 8px;
}
.wsp-trust__text {
	font-size: 12px;
	color: var(--wsp-muted);
	line-height: 1.55;
	margin: 0;
}

/* =========================================
   TOURS AUTÉNTICOS
   ========================================= */
.wsp-auth-tours { padding: 70px 0 80px; background: var(--wsp-bg-light); }

.wsp-auth-card {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	height: 520px;
	box-shadow: 0 6px 22px rgba(0,0,0,0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	transform-style: preserve-3d;
	will-change: transform;
}
.wsp-auth-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s;
}
.wsp-auth-card:hover img { transform: scale(1.06); }
.wsp-auth-card:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 26px 60px rgba(0,0,0,0.28);
}

.wsp-auth-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.85) 100%);
	padding: 22px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	gap: 6px;
}
.wsp-auth-card__title {
	font-family: var(--wsp-font-display);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.05;
	margin: 0;
}
.wsp-auth-card__desc {
	font-size: 14px;
	opacity: 0.92;
	margin: 0;
}
.wsp-auth-card__divider {
	height: 1px;
	width: 100%;
	background: rgba(255,255,255,0.22);
	margin: 10px 0 6px;
}
.wsp-auth-card__route {
	font-size: 13px;
	opacity: 0.92;
	margin: 0;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.wsp-auth-card__route i {
	margin-top: 2px;
	color: rgba(255,255,255,0.9);
}
.wsp-auth-card__meta {
	margin: 0;
	font-size: 18px;
	display: flex;
	align-items: baseline;
	gap: 6px;
	flex-wrap: wrap;
}
.wsp-auth-card__meta strong { font-weight: 800; }
.wsp-auth-card__meta-sep { opacity: 0.7; }
.wsp-auth-card__currency { opacity: 0.92; }
.wsp-auth-card__amount {
	font-weight: 900;
	color: var(--wsp-primary-light);
	font-size: 26px;
	letter-spacing: 0.3px;
}

.wsp-auth-card .wsp-btn { align-self: flex-start; margin-top: 8px; }

@media (max-width: 991.98px) {
	.wsp-auth-card { height: 420px; }
	.wsp-auth-card__title { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
	.wsp-auth-card,
	.wsp-auth-card img {
		transition: none !important;
	}
	.wsp-auth-card:hover { transform: none; }
}

/* =========================================
   FRONTPAGE FINAL CTA
   ========================================= */
.wsp-front-cta {
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 100px 0;
	position: relative;
	text-align: center;
}
.wsp-front-cta__overlay {
	background: linear-gradient(180deg, rgba(7,21,16,0.40), rgba(7,21,16,0.82));
	inset: 0;
	position: absolute;
}
.wsp-front-cta__content {
	max-width: 980px;
	position: relative;
	z-index: 2;
}
.wsp-front-cta__pretitle {
	color: rgba(255,255,255,0.84);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.wsp-front-cta__title {
	color: #fff;
	font-family: var(--wsp-font-display);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 900;
	line-height: 1.05;
	margin: 0 auto 18px;
	max-width: 860px;
}
.wsp-front-cta__text {
	color: rgba(255,255,255,0.90);
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto 30px;
	max-width: 760px;
}
.wsp-front-cta .wsp-hero__cta { justify-content: center; }

/* =========================================
   FOOTER
   ========================================= */
.wsp-footer {
	background: #0f172a;
	color: rgba(255,255,255,0.88);
	position: relative;
	overflow: hidden;
	background-image: url('assets/img/footer-parallax.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.wsp-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.92);
	z-index: 0;
}
.wsp-footer > * {
	position: relative;
	z-index: 1;
}
.wsp-footer a { color: rgba(255,255,255,0.82); text-decoration: none; }
.wsp-footer a:hover { color: #fff; }

.wsp-footer__payments {
	background: linear-gradient(90deg, rgba(25, 90, 52, 0.18) 0%, rgba(25, 90, 52, 0.06) 45%, rgba(255,255,255,0.02) 100%);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	padding: 16px 0;
}
.wsp-footer__payments-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}
.wsp-footer__payments-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.wsp-footer__payments-kicker {
	font-weight: 800;
	letter-spacing: 0.2px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
}
.wsp-footer__payments-text { font-size: 13px; opacity: 0.92; }
.wsp-footer__payments-icons {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 26px;
	color: rgba(255,255,255,0.92);
}
.wsp-footer__payments-icons i { opacity: 0.9; }

.wsp-footer__top { padding: 60px 0 48px; }
.wsp-footer__brand {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
}
.wsp-footer__brand-main {
	font-family: var(--wsp-font-display);
	font-weight: 900;
	font-size: 28px;
	letter-spacing: -0.03em;
	color: #fff;
}
.wsp-footer__brand-sub {
	margin-top: 6px;
	font-weight: 800;
	letter-spacing: 0.24em;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 10px;
	border-top: 2px solid var(--wsp-primary-light);
	align-self: flex-start;
	color: rgba(255,255,255,0.86);
}
.wsp-footer__lead { font-size: 13px; line-height: 1.6; margin: 0 0 16px; max-width: 52ch; }

.wsp-footer__title {
	font-family: var(--wsp-font-display);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0 0 14px;
}
.wsp-footer__links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
	font-size: 13px;
}
.wsp-footer__contact {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	display: grid;
	gap: 10px;
	font-size: 13px;
}
.wsp-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.wsp-footer__contact i { margin-top: 2px; color: rgba(255,255,255,0.86); }

.wsp-footer__social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 6px;
}
.wsp-footer__social-link {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,0.18);
	background: rgba(255,255,255,0.06);
	color: #fff;
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.wsp-footer__social-link:hover {
	transform: translateY(-4px);
	background: rgba(25, 90, 52, 0.2);
	border-color: rgba(25, 90, 52, 0.5);
	box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

.wsp-footer__legal-note { font-size: 12px; opacity: 0.82; margin: -6px 0 14px; }
.wsp-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
.wsp-footer__badge {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.03em;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14);
	color: rgba(255,255,255,0.92);
}

.wsp-footer__bottom {
	border-top: 1px solid rgba(255,255,255,0.08);
	padding: 18px 0;
}
.wsp-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}
.wsp-footer__copyright { margin: 0; font-size: 13px; opacity: 0.9; }
.wsp-footer__mini-links {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	opacity: 0.92;
}
.wsp-footer__mini-links span { opacity: 0.5; }

@media (prefers-reduced-motion: reduce) {
	.wsp-footer__social-link { transition: none !important; }
	.wsp-footer__social-link:hover { transform: none; }
}

@supports (-webkit-touch-callout: none) {
	.wsp-footer { background-attachment: scroll; }
}

/* =========================================
   WHATSAPP FLOATING
   ========================================= */
.wsp-whatsapp {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--wsp-success);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
	z-index: 999;
	transition: transform 0.25s;
	animation: wspPulse 2s infinite;
}
.wsp-whatsapp:hover {
	color: #fff;
	transform: scale(1.08);
}

@keyframes wspPulse {
	0%   { box-shadow: 0 0 0 0 rgba(37,211,102, 0.55); }
	70%  { box-shadow: 0 0 0 14px rgba(37,211,102, 0); }
	100% { box-shadow: 0 0 0 0 rgba(37,211,102, 0); }
}

/* =========================================
   SINGLE TOUR
   ========================================= */
.mth-tour-single { background: #fff; color: var(--wsp-text); font-family: var(--wsp-font-body); }
.mth-tour-hero { background: linear-gradient(180deg, #fff 0%, var(--wsp-bg-light) 100%); padding: 34px 0 28px; }
.mth-tour-breadcrumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 12px; margin-bottom: 18px; color: var(--wsp-muted); }
.mth-tour-breadcrumb a { color: var(--wsp-primary); text-decoration: none; font-weight: 700; }
.mth-tour-title-row { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; margin-bottom: 22px; }
.mth-tour-kicker,
.mth-tour-panel__eyebrow,
.mth-tour-kicker, .mth-tour-panel__eyebrow, .mth-tour-section-kicker {
	color: var(--wsp-primary);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.mth-tour-title-row h1 { color: var(--wsp-dark); font-family: var(--wsp-font-display); font-size: clamp(32px, 4vw, 54px); font-weight: 900; line-height: 1.02; margin: 0; }
.mth-tour-slogan { color: var(--wsp-muted); font-size: 15px; line-height: 1.7; margin: 14px 0 0; max-width: 760px; }
.mth-tour-rating { background: #fff; border: 1px solid var(--wsp-border); border-radius: 8px; box-shadow: 0 12px 30px rgba(15,23,42,0.08); padding: 12px 14px; white-space: nowrap; }
.mth-tour-rating span { color: var(--wsp-yellow); display: block; font-size: 13px; margin-bottom: 4px; }
.mth-tour-rating a { color: var(--wsp-dark); font-size: 12px; font-weight: 800; text-decoration: none; }
.mth-tour-media-grid { display: grid; gap: 12px; grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr) minmax(180px, 1fr); grid-template-rows: repeat(2, 220px); }
.mth-tour-media-item { background: var(--wsp-bg-light); border-radius: 8px; display: block; overflow: hidden; position: relative; text-decoration: none; }
.mth-tour-media-item img { display: block; height: 100%; object-fit: cover; transition: filter 0.35s ease, transform 0.55s ease; width: 100%; }
.mth-tour-media-item:hover img { filter: saturate(1.08) contrast(1.04); transform: scale(1.055); }
.mth-tour-media-item::before { background: rgba(255,255,255,0.16); content: ""; inset: 0; opacity: 0; pointer-events: none; position: absolute; transition: opacity 0.35s ease; z-index: 1; }
.mth-tour-media-item:hover::before { opacity: 1; }
.mth-tour-media-item::after { background: linear-gradient(180deg, rgba(0,0,0,0.02) 35%, rgba(0,0,0,0.38) 100%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.mth-tour-main-image { grid-row: span 2; }
.mth-tour-media-badge,
.mth-tour-side-media span { align-items: center; background: rgba(255,255,255,0.94); border-radius: 999px; bottom: 18px; color: var(--wsp-dark); display: inline-flex; font-size: 13px; font-weight: 900; gap: 8px; left: 18px; padding: 9px 13px; position: absolute; z-index: 2; }

.mth-tour-specs {
	background: #fff;
	border: 1px solid var(--wsp-border);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.mth-tour-specs div { align-items: center; display: grid; gap: 2px 12px; grid-template-columns: auto minmax(0, 1fr); padding: 18px; }
.mth-tour-specs i { color: var(--wsp-primary); font-size: 20px; grid-row: span 2; }
.mth-tour-specs span { color: var(--wsp-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.mth-tour-specs strong { color: var(--wsp-dark); font-size: 13px; line-height: 1.35; }
.mth-tour-content { background: #fff; padding: 54px 0 70px; }
.mth-tour-panel { background: #fff; border: 1px solid var(--wsp-border); border-radius: 8px; box-shadow: 0 12px 34px rgba(15,23,42,0.06); margin-bottom: 24px; padding: 28px; }
.mth-tour-discover-cta {
	background-position: center;
	background-size: cover;
	border-radius: 8px;
	color: #fff;
	margin-bottom: 24px;
	min-height: 360px;
	overflow: hidden;
	padding: 58px 38px;
	position: relative;
}
.mth-tour-discover-cta__overlay {
	background: linear-gradient(90deg, rgba(7,21,16,0.84) 0%, rgba(7,21,16,0.62) 52%, rgba(7,21,16,0.36) 100%);
	inset: 0;
	position: absolute;
}
.mth-tour-discover-cta__content {
	max-width: 720px;
	position: relative;
	z-index: 2;
}
.mth-tour-discover-cta p {
	color: rgba(255,255,255,0.82);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.mth-tour-discover-cta h2 {
	color: #fff;
	font-family: var(--wsp-font-display);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.06;
	margin: 0 0 16px;
}
.mth-tour-discover-cta span {
	color: rgba(255,255,255,0.9);
	display: block;
	font-size: 16px;
	line-height: 1.75;
	max-width: 660px;
}
.mth-tour-discover-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.mth-tour-richtext { color: var(--wsp-text); font-size: 14px; line-height: 1.78; }
.mth-tour-richtext > :last-child { margin-bottom: 0; }
.mth-tour-richtext ul { list-style: none; margin: 0; padding: 0; }
.mth-tour-richtext li { margin-bottom: 9px; padding-left: 24px; position: relative; }
.mth-tour-richtext li::before { color: var(--wsp-primary); content: "\f00c"; font-family: "Font Awesome 6 Free"; font-size: 12px; font-weight: 900; left: 0; position: absolute; top: 2px; }
.mth-tour-richtext--included li::before,
.mth-tour-richtext--not-included li::before {
	border-radius: 999px;
	content: "";
	font-family: inherit;
	height: 9px;
	left: 2px;
	top: 9px;
	width: 9px;
}
.mth-tour-richtext--included li::before { background: #16834f; }
.mth-tour-richtext--not-included li::before { background: #d43f3a; }
.mth-tour-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--wsp-border); }
.mth-tour-accordion .accordion-button { background: #fff; box-shadow: none; color: var(--wsp-dark); gap: 12px; padding: 18px 0; }
.mth-tour-accordion .accordion-button span { background: rgba(25, 90, 52, 0.1); border-radius: 999px; color: var(--wsp-primary); flex: 0 0 auto; font-size: 12px; font-weight: 600; padding: 6px 10px; }
.mth-tour-accordion .accordion-button strong { font-size: 15px; font-weight: 600; }
.mth-tour-accordion .accordion-button:not(.collapsed) { color: var(--wsp-primary-dark); }
.mth-tour-accordion .accordion-collapse { transition: height 0.42s ease; }
.mth-tour-accordion .accordion-body { padding: 2px 0 22px; }
.mth-tour-day-gallery { margin-top: 20px; position: relative; }
.mth-tour-day-gallery__toolbar {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 12px;
}
.mth-tour-day-gallery__label {
	color: var(--wsp-muted);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.mth-tour-day-gallery__nav { display: inline-flex; gap: 8px; margin-left: auto; }
.mth-tour-day-swiper { overflow: hidden; }
.mth-tour-day-swiper .swiper-slide { height: auto; }
.mth-tour-day-swiper a {
	border-radius: 8px;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.mth-tour-day-swiper a::after {
	background: linear-gradient(180deg, rgba(15,23,42,0), rgba(15,23,42,0.18));
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s ease;
}
.mth-tour-day-swiper a:hover::after { opacity: 1; }
.mth-tour-day-image {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.45s ease, filter 0.3s ease;
	width: 100%;
}
.mth-tour-day-swiper a:hover .mth-tour-day-image { filter: saturate(1.08); transform: scale(1.045); }
.mth-tour-day-swiper__nav {
	align-items: center;
	background: rgba(255,255,255,0.94);
	border: 1px solid var(--wsp-border);
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(15,23,42,0.14);
	color: var(--wsp-primary);
	display: inline-flex;
	height: 34px;
	justify-content: center;
	position: relative;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	width: 34px;
}
.mth-tour-day-swiper__nav:hover,
.mth-tour-day-swiper__nav:focus {
	background: var(--wsp-primary);
	border-color: var(--wsp-primary);
	box-shadow: 0 16px 30px rgba(25,90,52,0.22);
	color: #fff;
	transform: translateY(-2px);
}
.mth-tour-day-swiper__nav.swiper-button-disabled { opacity: 0.35; pointer-events: none; }
.mth-tour-day-swiper__pagination {
	align-items: center;
	display: flex;
	gap: 7px;
	justify-content: center;
	margin-top: 14px;
	position: relative;
}
.mth-tour-day-swiper__pagination .swiper-pagination-bullet {
	background: rgba(25,90,52,0.24);
	border-radius: 999px;
	height: 8px;
	margin: 0 !important;
	opacity: 1;
	transform: scale(1);
	transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
	width: 8px;
}
.mth-tour-day-swiper__pagination .swiper-pagination-bullet-active {
	background: var(--wsp-primary);
	transform: scale(1.05);
	width: 24px;
}
.mth-tour-list-title { color: var(--wsp-dark); font-family: var(--wsp-font-display); font-size: 17px; font-weight: 900; margin-bottom: 14px; }
.mth-tour-sidebar { position: sticky; top: 110px; }
.mth-tour-price-card,
.mth-tour-brochure { background: #fff; border: 1px solid var(--wsp-border); border-radius: 8px; box-shadow: 0 18px 45px rgba(15,23,42,0.1); padding: 22px; }
.mth-tour-price-card__tag { background: var(--wsp-primary); border-radius: 6px; color: #fff; display: inline-block; font-size: 11px; font-weight: 900; letter-spacing: 0.06em; padding: 7px 10px; text-transform: uppercase; }
.mth-tour-price-card__duration { color: var(--wsp-muted); font-size: 13px; font-weight: 800; margin-top: 16px; }
.mth-tour-price-card__duration i { color: var(--wsp-primary); margin-right: 6px; }
.mth-tour-price { margin: 18px 0; }
.mth-tour-price span,
.mth-tour-price small { color: var(--wsp-muted); display: block; font-size: 12px; font-weight: 700; }
.mth-tour-price strong { color: var(--wsp-dark); display: block; font-size: 42px; font-weight: 900; line-height: 1; }
.mth-tour-sidebar-list { border-top: 1px solid var(--wsp-border); list-style: none; margin: 20px 0 0; padding: 16px 0 0; }
.mth-tour-sidebar-list li { align-items: flex-start; color: var(--wsp-text); display: flex; font-size: 13px; gap: 10px; margin-bottom: 11px; }
.mth-tour-sidebar-list i { color: var(--wsp-primary); margin-top: 3px; width: 16px; }
.mth-tour-brochure { align-items: center;}
.mth-tour-brochure > i { align-items: center; background: rgba(25, 90, 52, 0.1); border-radius: 50%; color: var(--wsp-primary); display: inline-flex; font-size: 24px; height: 54px; justify-content: center; width: 54px; }
.mth-tour-brochure strong,
.mth-tour-brochure span,
.mth-tour-brochure a { display: block; }

label.form-label .text-danger {
	float: left;
	margin-right: 5px;
}
.mth-tour-brochure strong { color: var(--wsp-dark); font-weight: 500; }
.mth-tour-brochure span { color: var(--wsp-muted); font-size: 12px; line-height: 1.45; }
.mth-tour-brochure a { color: var(--wsp-primary); font-size: 12px; font-weight: 900; grid-column: 2; text-decoration: none; }
.mth-tour-contact-band { background: linear-gradient(90deg, #0069a8 0%, #00a4c8 100%); color: #fff; padding: 46px 0; }
.mth-tour-contact-inner { align-items: center; display: flex; gap: 24px; justify-content: space-between; }
.mth-tour-contact-inner p { font-size: 12px; font-weight: 900; letter-spacing: 0.1em; margin: 0 0 8px; text-transform: uppercase; }
.mth-tour-contact-inner h2 { font-family: var(--wsp-font-display); font-size: clamp(24px, 3vw, 34px); font-weight: 900; margin: 0; max-width: 720px; }
.mth-tour-related,
.mth-tour-reviews { padding: 64px 0; }
.mth-tour-related { background: var(--wsp-bg-light); }
.mth-related-card { background: #fff; border: 1px solid var(--wsp-border); border-radius: 8px; box-shadow: 0 14px 35px rgba(15,23,42,0.08); color: inherit; display: block; overflow: hidden; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.mth-related-card:hover { box-shadow: 0 24px 60px rgba(15,23,42,0.14); transform: translateY(-8px); }
.mth-related-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.mth-related-card div { padding: 18px; }
.mth-related-card h3 { color: var(--wsp-dark); font-size: 17px; font-weight: 900; margin-bottom: 8px; }
.mth-related-card p { color: var(--wsp-muted); font-size: 13px; line-height: 1.55; }
.mth-related-card span { color: var(--wsp-primary); font-size: 13px; font-weight: 900; }
.mth-tour-reviews { background: #fff; }
.mth-review-card { background: var(--wsp-bg-light); border: 1px solid var(--wsp-border); border-radius: 8px; min-height: 220px; padding: 22px; }
.mth-review-stars { color: var(--wsp-yellow); font-size: 13px; margin-bottom: 14px; }
.mth-review-card p { color: var(--wsp-text); font-size: 14px; line-height: 1.7; }
.mth-review-card strong { color: var(--wsp-dark); display: block; font-weight: 500; }
.mth-review-card span { color: var(--wsp-muted); font-size: 12px; font-weight: 800; }
.mth-tour-reviews-swiper { padding-bottom: 42px; }

/* =========================================
   BOOK NOW
   ========================================= */
.mth-book-now-page { background: #f7f9fb; color: var(--wsp-text); }
.mth-booking { padding: 42px 0 76px; }
.mth-booking__head { margin-bottom: 24px; }
.mth-booking__crumb { align-items: center; color: var(--wsp-muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 8px; margin-bottom: 18px; }
.mth-booking__crumb a { color: var(--wsp-primary); font-weight: 800; text-decoration: none; }
.mth-booking__kicker { color: var(--wsp-primary); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; margin: 0 0 8px; text-transform: uppercase; }
.mth-booking__head h1 { color: var(--wsp-dark); font-family: var(--wsp-font-display); font-size: clamp(34px, 4vw, 56px); font-weight: 900; line-height: 1.02; margin: 0; }
.mth-booking__head p:last-child { color: var(--wsp-muted); font-size: 15px; line-height: 1.65; margin: 12px 0 0; max-width: 620px; }
.mth-booking__steps { background: #fff; border: 1px solid var(--wsp-border); border-radius: 8px; display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 22px; overflow: hidden; }
.mth-booking__step { align-items: center; color: var(--wsp-muted); display: flex; font-size: 13px; font-weight: 900; gap: 10px; justify-content: center; padding: 14px; text-transform: uppercase; }
.mth-booking__step span { align-items: center; border: 1px solid var(--wsp-border); border-radius: 50%; display: inline-flex; height: 28px; justify-content: center; width: 28px; }
.mth-booking__step.is-active { background: #111827; color: #fff; }
.mth-booking__step.is-active span { border-color: rgba(255,255,255,0.4); }
.mth-booking__grid { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr) 360px; }
.mth-booking-form,
.mth-booking-summary { background: #fff; border: 1px solid var(--wsp-border); border-radius: 8px; box-shadow: 0 18px 46px rgba(15,23,42,0.08); }
.mth-booking-form { overflow: hidden; }
.mth-booking__hp { display: none; }
.mth-booking-pane { display: none; padding: 24px; }
.mth-booking-pane.is-active { display: block; }
.mth-booking-section { border-bottom: 1px solid var(--wsp-border); padding: 0 0 24px; }
.mth-booking-section + .mth-booking-section { padding-top: 24px; }
.mth-booking-section:last-of-type { border-bottom: 0; }
.mth-booking-section__title { align-items: flex-end; display: flex; gap: 16px; justify-content: space-between; margin-bottom: 18px; }
.mth-booking-section__title span,
.mth-booking-summary__label { color: var(--wsp-primary); font-size: 11px; font-weight: 900; letter-spacing: 0.1em; margin: 0; text-transform: uppercase; }
.mth-booking-section__title strong { color: var(--wsp-dark); font-size: 15px; line-height: 1.35; text-align: right; }
.mth-booking-fields { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mth-booking-fields label { display: grid; gap: 7px; margin: 0; }
.mth-booking-fields span { color: #455166; font-size: 12px; font-weight: 800; }
.mth-booking-fields input,
.mth-booking-fields select,
.mth-booking-fields textarea { background: #fff; border: 1px solid #dfe5ec; border-radius: 6px; color: var(--wsp-dark); font-size: 14px; min-height: 46px; outline: 0; padding: 10px 12px; transition: border-color 0.2s ease, box-shadow 0.2s ease; width: 100%; }
.mth-booking-fields textarea { line-height: 1.6; resize: vertical; }
.mth-booking-fields input:focus,
.mth-booking-fields select:focus,
.mth-booking-fields textarea:focus { border-color: var(--wsp-primary); box-shadow: 0 0 0 3px rgba(25, 90, 52, 0.12); }
.mth-booking-form.was-validated input:invalid,
.mth-booking-form.was-validated select:invalid,
.mth-booking-form.was-validated textarea:invalid { border-color: #195a34; }
.mth-booking-field--wide { grid-column: 1 / -1; }
.mth-travelers { display: grid; gap: 14px; }
.mth-traveler { border: 1px solid #e7ebf0; border-radius: 8px; padding: 16px; }
.mth-traveler h3 { align-items: center; color: var(--wsp-dark); display: flex; font-size: 16px; font-weight: 900; justify-content: space-between; margin: 0 0 14px; }
.mth-traveler h3 span { background: #f1f5f9; border-radius: 999px; color: #455166; font-size: 11px; font-weight: 900; padding: 5px 9px; text-transform: uppercase; }
.mth-booking-alert { margin-top: 18px; }
.mth-booking-alert__box { border-radius: 8px; font-size: 13px; font-weight: 800; line-height: 1.5; padding: 12px 14px; }
.mth-booking-alert__box.is-info { background: #eef6ff; color: #075985; }
.mth-booking-alert__box.is-warning { background: #eaf0ec; color: #195a34; }
.mth-booking-alert__box.is-error { background: #eaf0ec; color: #195a34; }
.mth-booking-alert__box.is-success { background: #ecfdf5; color: #065f46; }
.mth-booking-actions { align-items: center; display: flex; gap: 16px; justify-content: space-between; margin-top: 24px; }
.mth-booking-link { color: var(--wsp-muted); font-size: 13px; font-weight: 900; text-decoration: none; }
.mth-booking-link:hover { color: var(--wsp-primary); }
.mth-booking-submit { align-items: center; background: var(--wsp-primary); border: 0; border-radius: 6px; color: #fff; display: inline-flex; font-size: 13px; font-weight: 900; gap: 10px; justify-content: center; min-height: 46px; min-width: 132px; padding: 12px 18px; text-transform: uppercase; transition: background 0.2s ease, transform 0.2s ease; }
.mth-booking-submit:hover { background: var(--wsp-primary-dark); transform: translateY(-1px); }
.mth-booking-submit:disabled { cursor: wait; opacity: 0.72; transform: none; }
.mth-booking-spinner { border: 2px solid rgba(255,255,255,0.35); border-top-color: #fff; border-radius: 50%; display: none; height: 16px; width: 16px; }
.mth-booking-submit.is-loading .mth-booking-spinner { animation: mth-booking-spin 0.7s linear infinite; display: inline-block; }
@keyframes mth-booking-spin { to { transform: rotate(360deg); } }
.mth-booking-summary { padding: 22px; position: sticky; top: 110px; }
.mth-booking-summary h2 { color: var(--wsp-dark); font-size: 18px; font-weight: 900; line-height: 1.35; margin: 8px 0 18px; text-transform: uppercase; }
.mth-booking-summary dl { display: grid; gap: 0; margin: 0; }
.mth-booking-summary dl div { align-items: center; border-top: 1px solid #edf1f5; display: flex; gap: 12px; justify-content: space-between; min-height: 42px; padding: 9px 0; }
.mth-booking-summary dt { color: var(--wsp-muted); font-size: 12px; font-weight: 800; }
.mth-booking-summary dd { color: var(--wsp-dark); font-size: 13px; font-weight: 900; margin: 0; text-align: right; }
.mth-booking-summary__total { background: #111827; border-radius: 8px; border-top: 0 !important; margin: 12px 0 4px; padding: 14px !important; }
.mth-booking-summary__total dt,
.mth-booking-summary__total dd { color: #fff; }
.mth-booking-summary__total dd { font-size: 18px; }
.mth-izipay-shell { margin: 0 auto; max-width: 620px; }
.mth-izipay-hero { align-items: center; background: #111827; border-radius: 8px; color: #fff; display: grid; gap: 18px; grid-template-columns: auto minmax(0, 1fr); margin-bottom: 16px; padding: 22px; }
.mth-izipay-hero__icon { align-items: center; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; display: inline-flex; font-size: 22px; height: 58px; justify-content: center; width: 58px; }
.mth-izipay-hero p { color: #195a34; font-size: 11px; font-weight: 900; letter-spacing: 0.12em; margin: 0 0 6px; text-transform: uppercase; }
.mth-izipay-hero h2 { color: #fff; font-size: 25px; font-weight: 900; line-height: 1.16; margin: 0; }
.mth-izipay-hero span { color: #d7dde6; display: block; font-size: 15px; line-height: 1.55; margin-top: 8px; }
.mth-izipay-trust { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 16px; }
.mth-izipay-trust div { align-items: center; background: #f8fafc; border: 1px solid #e4e9ef; border-radius: 8px; color: #455166; display: flex; font-size: 12px; font-weight: 900; gap: 8px; justify-content: center; min-height: 48px; padding: 10px; text-align: center; }
.mth-izipay-trust i { color: var(--wsp-primary); font-size: 16px; }
.mth-izipay-status { background: #eef6ff; border: 1px solid #cfe8ff; border-radius: 8px; color: #075985; font-size: 14px; font-weight: 800; line-height: 1.55; margin-bottom: 16px; padding: 15px 16px; text-align: center; }
.mth-izipay-status.is-warning { background: #eaf0ec; border-color: #aac1b3; color: #195a34; }
.mth-izipay-status.is-error { background: #eaf0ec; border-color: #aac1b3; color: #195a34; }
.mth-izipay-status.is-success { background: #ecfdf5; border-color: #bbf7d0; color: #065f46; }
.mth-izipay-frame { background: #fff; border: 1px solid #dfe5ec; border-radius: 8px; box-shadow: 0 18px 44px rgba(15,23,42,0.1); margin: 0 auto; min-height: 520px; overflow: hidden; padding: 22px; }
.mth-izipay-frame .kr-embedded { background: #fff; border: 0; margin: 0 auto; max-width: 500px; min-height: 420px; padding: 6px 0; }
.mth-izipay-frame .kr-form-error { border-radius: 8px; font-size: 13px; line-height: 1.45; margin-bottom: 12px; }
.mth-izipay-frame .kr-field-wrapper,
.mth-izipay-frame .kr-pan,
.mth-izipay-frame .kr-expiry,
.mth-izipay-frame .kr-security-code,
.mth-izipay-frame .kr-card-holder-name { margin-bottom: 14px; }
.mth-izipay-frame .kr-field-wrapper label,
.mth-izipay-frame .kr-field label { color: #344054; font-size: 13px; font-weight: 900; margin-bottom: 7px; }
.mth-izipay-frame .kr-field,
.mth-izipay-frame .kr-input-field { border-color: #d7dee8 !important; border-radius: 8px !important; }
.mth-izipay-frame .kr-field:focus-within,
.mth-izipay-frame .kr-input-field:focus-within { border-color: var(--wsp-primary) !important; box-shadow: 0 0 0 3px rgba(25, 90, 52, 0.12) !important; }
.mth-izipay-frame .kr-payment-button,
.mth-izipay-frame button[type="submit"] { background: var(--wsp-primary) !important; border: 0 !important; border-radius: 8px !important; box-shadow: 0 14px 26px rgba(25, 90, 52, 0.22) !important; color: #fff !important; font-size: 15px !important; font-weight: 900 !important; min-height: 52px !important; text-transform: uppercase !important; width: 100% !important; }

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 991.98px) {
	.wsp-hero__title { font-size: 36px; }
	.wsp-section-title { font-size: 26px; }
	.wsp-experts__title { font-size: 28px; }
	.wsp-ready__title { font-size: 30px; }

	.wsp-trek-card { flex-direction: column; }
	.wsp-trek-card__img { flex: 0 0 220px; height: 220px; }

	.wsp-stats__logos { justify-content: center; margin-top: 18px; }
	.wsp-treks__slider { padding: 0 24px; }
	.wsp-swiper-btn--prev { left: -6px; }
	.wsp-swiper-btn--next { right: -6px; }
	.mth-tour-title-row,
	.mth-tour-contact-inner { align-items: flex-start; flex-direction: column; }
	.mth-tour-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 360px repeat(2, 180px); }
	.mth-tour-main-image { grid-column: 1 / -1; grid-row: auto; }
	.mth-tour-specs { grid-template-columns: repeat(2, 1fr); margin-top: 16px; }
	.mth-tour-sidebar { position: static; }
	.mth-tour-discover-cta { min-height: 320px; padding: 42px 28px; }
	.mth-booking__grid { grid-template-columns: 1fr; }
	.mth-booking-summary { position: static; }
}

@media (max-width: 575.98px) {
	.wsp-hero { height: 430px; }
	.wsp-hero__title { font-size: 28px; }
	.wsp-hero__subtitle { font-size: 15px; }
	.wsp-section-title { font-size: 22px; }
	.wsp-awards { gap: 14px; }
	.wsp-awards__medal { width: 60px; height: 60px; }
	.wsp-awards__tripadvisor { width: 72px; height: 72px; }
	.wsp-trust .col-md { margin-bottom: 18px; }
	.wsp-front-cta { padding: 72px 0; }
	.wsp-front-cta__text { font-size: 14px; }
	.wsp-front-cta .wsp-btn { text-align: center; width: 100%; }
	.wsp-whatsapp { width: 50px; height: 50px; font-size: 26px; }
	.mth-tour-hero { padding-top: 22px; }
	.mth-tour-media-grid { grid-template-columns: 1fr; grid-template-rows: 300px repeat(4, 160px); }
	.mth-tour-specs { grid-template-columns: 1fr; }
	.mth-tour-panel { padding: 20px; }
	.mth-tour-discover-cta { min-height: 0; padding: 34px 22px; }
	.mth-tour-discover-cta__overlay { background: linear-gradient(180deg, rgba(7,21,16,0.86), rgba(7,21,16,0.70)); }
	.mth-tour-discover-cta span { font-size: 14px; }
	.mth-tour-discover-cta__actions .wsp-btn { text-align: center; width: 100%; }
	.mth-tour-price strong { font-size: 34px; }
	.mth-booking { padding: 28px 0 54px; }
	.mth-booking__steps { grid-template-columns: 1fr; }
	.mth-booking__step { justify-content: flex-start; }
	.mth-booking-pane,
	.mth-booking-summary { padding: 18px; }
	.mth-booking-section__title { align-items: flex-start; flex-direction: column; gap: 6px; }
	.mth-booking-section__title strong { text-align: left; }
	.mth-booking-fields { grid-template-columns: 1fr; }
	.mth-booking-actions { align-items: stretch; flex-direction: column-reverse; }
	.mth-booking-submit { width: 100%; }
	.mth-izipay-hero { align-items: flex-start; grid-template-columns: 1fr; padding: 20px; }
	.mth-izipay-hero h2 { font-size: 22px; }
	.mth-izipay-hero span { font-size: 14px; }
	.mth-izipay-trust { grid-template-columns: 1fr; }
	.mth-izipay-frame { min-height: 500px; padding: 16px; }
}
