/**
 * pages.css — Estilos para Páginas Estáticas y Especiales
 * Machupicchu Travel Narcy
 *
 * Secciones:
 * 1. Estructura General y Hero de Páginas
 * 2. Plantilla General de Páginas (page.php)
 * 3. Página de Contacto (/contactenos/)
 * 4. Página de Nosotros (/nosotros/)
 * 5. Página del Libro de Reclamaciones (/libro-de-reclamaciones/)
 * 6. Responsive & Dark Mode
 */

:root {
	--mtn-text-headings: var(--mtn-heading, #142016);
	--mtn-text-muted: var(--mtn-muted, #5b665b);
}

[data-theme="dark"],
.dark-mode {
	--mtn-text-headings: var(--mtn-heading, #f3f7f4);
	--mtn-text-muted: var(--mtn-muted, #8fa091);
}

/* ==========================================================================
   1. ESTRUCTURA GENERAL Y HERO DE PÁGINAS
   ========================================================================== */
.page-hero-banner {
	position: relative;
	background: linear-gradient(135deg, #0d2818 0%, #174226 50%, #1f6b34 100%);
	color: #ffffff;
	padding: clamp(48px, 6vw, 84px) 0 clamp(40px, 5vw, 64px);
	overflow: hidden;
}

.page-hero-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 80% 20%, rgba(242, 194, 48, 0.15), transparent 50%),
	            radial-gradient(circle at 10% 80%, rgba(31, 107, 52, 0.4), transparent 60%);
	pointer-events: none;
}

.page-hero-container {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 clamp(16px, 3vw, 32px);
}

.page-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #f2c230;
	margin-bottom: 16px;
	backdrop-filter: blur(8px);
}

.page-hero-title {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 700;
	line-height: 1.25;
	color: #ffffff;
	margin: 0 0 16px 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-hero-subtitle {
	font-size: clamp(15px, 1.8vw, 17.5px);
	line-height: 1.6;
	color: #d1e7dd;
	max-width: 720px;
	margin: 0;
}

/* Breadcrumbs sobre fondo verde Hero */
.page-hero-banner .breadcrumbs,
.page-hero-banner .tour-breadcrumbs-simple {
	display: inline-flex;
	align-items: center;
	margin-top: 24px;
	margin-bottom: 0;
	padding: 8px 18px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.page-hero-banner .breadcrumbs-list,
.page-hero-banner .breadcrumbs ol {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	font-size: 13.5px !important;
	color: #ffffff !important;
}

.page-hero-banner .breadcrumbs li,
.page-hero-banner .breadcrumb-item {
	display: inline-flex !important;
	align-items: center !important;
	color: #ffffff !important;
	font-size: 13.5px !important;
}

.page-hero-banner .breadcrumbs a,
.page-hero-banner .breadcrumbs-list a {
	color: #ffffff !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	transition: color 0.15s ease;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.page-hero-banner .breadcrumbs a:hover,
.page-hero-banner .breadcrumbs-list a:hover {
	color: #f2c230 !important;
	text-decoration: underline !important;
}

.page-hero-banner .breadcrumbs .sep,
.page-hero-banner .breadcrumbs-list .sep {
	color: #f2c230 !important;
	opacity: 0.9 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	margin: 0 2px;
	display: inline-block;
}

.page-hero-banner .breadcrumbs .current,
.page-hero-banner .breadcrumbs-list .current {
	color: #f2c230 !important;
	font-weight: 700 !important;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   2. PLANTILLA GENERAL DE PÁGINAS (page.php)
   ========================================================================== */
.page-standard-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(36px, 5vw, 64px) clamp(16px, 3vw, 32px);
}

.page-standard-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

.page-has-sidebar {
	grid-template-columns: 1fr 340px;
}

.page-article-card {
	background: var(--mtn-bg-card, #ffffff);
	border: 1px solid var(--mtn-border, #e2e8f0);
	border-radius: 16px;
	padding: clamp(24px, 4vw, 48px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.page-entry-content {
	font-size: 16px;
	line-height: 1.8;
	color: var(--mtn-text, #334155);
}

.page-entry-content p {
	margin-bottom: 1.5em;
}

.page-entry-content h2,
.page-entry-content h3,
.page-entry-content h4 {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	color: var(--mtn-text-headings, #0f172a);
	margin-top: 1.8em;
	margin-bottom: 0.8em;
	font-weight: 700;
}

.page-entry-content h2 {
	font-size: clamp(22px, 2.5vw, 28px);
	border-bottom: 2px solid var(--mtn-green-light, #f0fdf4);
	padding-bottom: 10px;
}

.page-entry-content h3 {
	font-size: clamp(18px, 2vw, 22px);
}

.page-entry-content ul,
.page-entry-content ol {
	padding-left: 24px;
	margin-bottom: 1.6em;
}

.page-entry-content li {
	margin-bottom: 8px;
}

.page-entry-content blockquote {
	border-left: 4px solid var(--mtn-green, #15803d);
	background: var(--mtn-bg-light, #f8fafc);
	padding: 18px 24px;
	border-radius: 0 12px 12px 0;
	font-style: italic;
	margin: 24px 0;
	color: var(--mtn-text-muted, #475569);
}

.page-entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 20px 0;
}

/* Sidebar de Páginas */
.page-sidebar-area {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.page-sidebar-widget {
	background: var(--mtn-bg-card, #ffffff);
	border: 1px solid var(--mtn-border, #e2e8f0);
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.page-sidebar-widget-title {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: 16.5px;
	font-weight: 700;
	color: var(--mtn-text-headings, #0f172a);
	margin: 0 0 18px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--mtn-green-light, #f0fdf4);
	position: relative;
}

.page-sidebar-widget-title::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 36px;
	height: 2px;
	background: var(--mtn-green, #15803d);
	border-radius: 2px;
}

/* Widget CTA Asistencia */
.page-sidebar-cta-widget {
	background: linear-gradient(135deg, #0d2818 0%, #174226 100%);
	color: #ffffff;
	border: none;
	position: relative;
	overflow: hidden;
}

.page-cta-icon-badge {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	color: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.page-cta-title {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 8px 0;
	line-height: 1.3;
}

.page-cta-desc {
	font-size: 13.5px;
	line-height: 1.6;
	color: #d1e7dd;
	margin: 0 0 18px 0;
}

.page-btn-sidebar-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 12px 20px;
	background: #25d366;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.page-btn-sidebar-wa:hover {
	background: #1eb956;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
	color: #ffffff;
}

/* Widget Tours Destacados */
.page-sidebar-tours-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.page-sidebar-tour-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px;
	border-radius: 12px;
	background: var(--mtn-bg-light, #f8fafc);
	border: 1px solid var(--mtn-border, #f1f5f9);
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease;
}

.page-sidebar-tour-card:hover {
	transform: translateY(-2px);
	border-color: var(--mtn-green, #15803d);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.page-sidebar-tour-img {
	width: 68px;
	height: 68px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
}

.page-sidebar-tour-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.page-sidebar-tour-info {
	flex: 1;
	min-width: 0;
}

.page-sidebar-tour-dur {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	color: var(--mtn-green, #15803d);
	text-transform: uppercase;
	margin-bottom: 2px;
}

.page-sidebar-tour-name {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: 13.5px;
	font-weight: 700;
	color: var(--mtn-text-headings, #0f172a);
	margin: 0 0 4px 0;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page-sidebar-tour-price {
	font-size: 12px;
	color: var(--mtn-text-muted, #64748b);
}

.page-sidebar-tour-price strong {
	color: var(--mtn-green, #15803d);
	font-size: 13px;
}

/* Widget Garantías */
.page-sidebar-trust-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.page-sidebar-trust-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--mtn-text, #334155);
}

.page-trust-icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--mtn-green-light, #f0fdf4);
	color: var(--mtn-green, #15803d);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* Widget Oficina Info */
.page-sidebar-office-info {
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--mtn-text, #334155);
}

.page-sidebar-office-address {
	margin: 0 0 10px 0;
	font-weight: 600;
	color: var(--mtn-heading, #142016);
	line-height: 1.5;
}

.page-sidebar-office-row {
	margin: 0 0 6px 0;
	color: var(--mtn-text, #334155);
}

.page-sidebar-office-row a {
	color: var(--mtn-green, #1a7a3c);
	text-decoration: none;
	transition: color 0.15s ease;
}

.page-sidebar-office-row a:hover {
	color: var(--mtn-orange, #f4611e);
	text-decoration: underline;
}

/* ==========================================================================
   3. PÁGINA DE CONTACTO (/contactenos/)
   ========================================================================== */
.contact-section-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(36px, 5vw, 64px) clamp(16px, 3vw, 32px);
}

.contact-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: clamp(24px, 4vw, 48px);
	align-items: start;
}

/* Columna Izquierda: Formulario */
.contact-form-card {
	background: var(--mtn-bg-card, #ffffff);
	border: 1px solid var(--mtn-border, #e2e8f0);
	border-radius: 18px;
	padding: clamp(24px, 4vw, 44px);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.contact-form-header {
	margin-bottom: 28px;
}

.contact-form-title {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: clamp(20px, 2.4vw, 26px);
	color: var(--mtn-text-headings, #0f172a);
	margin: 0 0 8px 0;
}

.contact-form-desc {
	font-size: 14.5px;
	color: var(--mtn-text-muted, #64748b);
	margin: 0;
	line-height: 1.6;
}

.mtn-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 18px;
}

.mtn-form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 18px;
}

.mtn-form-group.full-width {
	grid-column: 1 / -1;
}

.mtn-form-label {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--mtn-text-headings, #1e293b);
	display: flex;
	align-items: center;
	gap: 4px;
}

.mtn-form-label .required-star {
	color: #dc2626;
	font-weight: 700;
}

.mtn-form-control {
	width: 100%;
	padding: 12px 16px;
	font-family: inherit;
	font-size: 14.5px;
	color: var(--mtn-text, #0f172a);
	background: var(--mtn-bg, #ffffff);
	border: 1.5px solid var(--mtn-border, #cbd5e1);
	border-radius: 10px;
	outline: none;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.mtn-form-control:focus {
	border-color: var(--mtn-green, #15803d);
	box-shadow: 0 0 0 3.5px rgba(21, 128, 61, 0.15);
	background: #ffffff;
}

textarea.mtn-form-control {
	min-height: 120px;
	resize: vertical;
}

.contact-btn-submit {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 28px;
	background: var(--mtn-green, #15803d);
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(21, 128, 61, 0.28);
	transition: all 0.2s ease;
}

.contact-btn-submit:hover {
	background: var(--mtn-green-dark, #0d5427);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(21, 128, 61, 0.38);
}

.contact-btn-whatsapp-direct {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 24px;
	background: #25d366;
	color: #ffffff;
	font-family: inherit;
	font-size: 14.5px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	margin-top: 12px;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
	transition: all 0.2s ease;
}

.contact-btn-whatsapp-direct:hover {
	background: #1eb956;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
	color: #ffffff;
}

/* Columna Derecha: Tarjetas de Información */
.contact-sidebar-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact-info-card {
	background: var(--mtn-bg-card, #ffffff);
	border: 1px solid var(--mtn-border, #e2e8f0);
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.contact-info-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--mtn-border, #f1f5f9);
}

.contact-info-icon-badge {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: var(--mtn-green-light, #f0fdf4);
	color: var(--mtn-green, #15803d);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.contact-info-title {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: 17px;
	font-weight: 700;
	color: var(--mtn-text-headings, #0f172a);
	margin: 0;
}

.contact-items-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contact-item-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.contact-item-icon {
	color: var(--mtn-green, #15803d);
	margin-top: 2px;
	flex-shrink: 0;
}

.contact-item-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--mtn-text-muted, #64748b);
	margin: 0 0 2px 0;
}

.contact-item-value {
	font-size: 14.5px;
	font-weight: 600;
	color: var(--mtn-text, #1e293b);
	margin: 0;
	line-height: 1.5;
}

.contact-item-value a {
	color: var(--mtn-green, #15803d);
	text-decoration: none;
	transition: color 0.15s ease;
}

.contact-item-value a:hover {
	color: var(--mtn-orange, #e06d10);
	text-decoration: underline;
}

/* Badge de TripAdvisor en Contacto */
.contact-ta-badge {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	background: #f4faf6;
	border: 1px solid #c9ebd4;
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease;
}

.contact-ta-badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.contact-ta-score {
	font-size: 18px;
	font-weight: 800;
	color: #00aa6c;
}

/* Mapa de Contacto */
.contact-map-card {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--mtn-border, #e2e8f0);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.contact-map-iframe {
	width: 100%;
	height: 280px;
	border: none;
	display: block;
}

/* ==========================================================================
   4. PÁGINA DE NOSOTROS (/nosotros/)
   ========================================================================== */
.about-page-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(36px, 5vw, 64px) clamp(16px, 3vw, 32px);
}

/* Historia y Narrativa */
.about-story-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
	margin-bottom: clamp(48px, 6vw, 80px);
}

.about-story-content h2 {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	color: var(--mtn-text-headings, #0f172a);
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.about-story-content p {
	font-size: 16px;
	line-height: 1.8;
	color: var(--mtn-text, #334155);
	margin-bottom: 18px;
}

.about-image-showcase {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

.about-image-showcase img {
	width: 100%;
	height: 100%;
	max-height: 440px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.about-image-showcase:hover img {
	transform: scale(1.03);
}

.about-experience-pill {
	position: absolute;
	bottom: 24px;
	left: 24px;
	background: rgba(15, 23, 42, 0.88);
	color: #ffffff;
	padding: 12px 20px;
	border-radius: 12px;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	gap: 12px;
}

.about-pill-number {
	font-size: 28px;
	font-weight: 800;
	color: #f2c230;
	line-height: 1;
}

.about-pill-text {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
}

/* Misión y Visión */
.about-mv-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	margin-bottom: clamp(48px, 6vw, 80px);
}

.about-mv-card {
	background: var(--mtn-bg-card, #ffffff);
	border: 1px solid var(--mtn-border, #e2e8f0);
	border-radius: 18px;
	padding: clamp(24px, 4vw, 36px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-mv-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-mv-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #15803d, #f2c230);
}

.about-mv-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--mtn-green-light, #f0fdf4);
	color: var(--mtn-green, #15803d);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.about-mv-card h3 {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: 22px;
	font-weight: 700;
	color: var(--mtn-text-headings, #0f172a);
	margin: 0 0 14px 0;
}

.about-mv-card p {
	font-size: 15.5px;
	line-height: 1.75;
	color: var(--mtn-text, #475569);
	margin: 0;
}

/* Cifras y Estadísticas */
.about-stats-strip {
	background: linear-gradient(135deg, #0d2818 0%, #174226 100%);
	border-radius: 20px;
	padding: clamp(32px, 5vw, 54px) 24px;
	margin-bottom: clamp(48px, 6vw, 80px);
	color: #ffffff;
}

.about-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	text-align: center;
}

.about-stat-box {
	padding: 12px;
}

.about-stat-number {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: clamp(32px, 4.5vw, 46px);
	font-weight: 800;
	color: #f2c230;
	margin: 0 0 6px 0;
	line-height: 1.1;
}

.about-stat-label {
	font-size: 13.5px;
	font-weight: 600;
	color: #d1e7dd;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}

/* Valores Corporativos */
.about-values-section {
	margin-bottom: clamp(48px, 6vw, 80px);
}

.about-section-header {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 36px;
}

.about-section-header h2 {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: clamp(24px, 3vw, 32px);
	color: var(--mtn-text-headings, #0f172a);
	margin: 0 0 10px 0;
}

.about-section-header p {
	font-size: 15.5px;
	color: var(--mtn-text-muted, #64748b);
	margin: 0;
}

.about-values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.about-val-card {
	background: var(--mtn-bg-card, #ffffff);
	border: 1px solid var(--mtn-border, #e2e8f0);
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
	transition: transform 0.2s ease;
}

.about-val-card:hover {
	transform: translateY(-4px);
}

.about-val-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #fef3c7;
	color: #d97706;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.about-val-card h4 {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: 18px;
	font-weight: 700;
	color: var(--mtn-text-headings, #0f172a);
	margin: 0 0 10px 0;
}

.about-val-card p {
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--mtn-text, #475569);
	margin: 0;
}

/* ==========================================================================
   5. PÁGINA DEL LIBRO DE RECLAMACIONES (/libro-de-reclamaciones/)
   ========================================================================== */
.ldr-section-wrapper {
	max-width: 1040px;
	margin: 0 auto;
	padding: clamp(36px, 5vw, 64px) clamp(16px, 3vw, 32px);
}

/* Encabezado Legal Oficial */
.ldr-legal-header-card {
	background: var(--mtn-bg-card, #ffffff);
	border: 1.5px solid var(--mtn-border, #cbd5e1);
	border-radius: 16px;
	padding: clamp(20px, 3vw, 32px);
	margin-bottom: 32px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.ldr-badge-official {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 12px;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1e40af;
	font-size: 12px;
	font-weight: 700;
	border-radius: 6px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.ldr-company-info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--mtn-border, #f1f5f9);
}

.ldr-info-item-label {
	font-size: 12px;
	font-weight: 700;
	color: var(--mtn-text-muted, #64748b);
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

.ldr-info-item-value {
	font-size: 14px;
	font-weight: 600;
	color: var(--mtn-text-headings, #0f172a);
	margin: 0;
}

/* Formulario LDR */
.ldr-form-card {
	background: var(--mtn-bg-card, #ffffff);
	border: 1px solid var(--mtn-border, #e2e8f0);
	border-radius: 18px;
	padding: clamp(24px, 4vw, 44px);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.ldr-section-step-title {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: 18px;
	font-weight: 700;
	color: var(--mtn-green, #15803d);
	margin: 28px 0 16px 0;
	padding-bottom: 8px;
	border-bottom: 1.5px solid var(--mtn-green-light, #f0fdf4);
	display: flex;
	align-items: center;
	gap: 10px;
}

.ldr-section-step-title:first-of-type {
	margin-top: 0;
}

.ldr-step-num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--mtn-green, #15803d);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Selector Reclamo vs Queja */
.ldr-claim-type-selector {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 24px;
}

.ldr-type-radio-label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px 20px;
	border: 2px solid var(--mtn-border, #cbd5e1);
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	background: var(--mtn-bg, #ffffff);
}

.ldr-type-radio-label:has(input:checked) {
	border-color: var(--mtn-green, #15803d);
	background: var(--mtn-green-light, #f0fdf4);
}

.ldr-type-radio-header {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 700;
	color: var(--mtn-text-headings, #0f172a);
}

.ldr-type-radio-desc {
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--mtn-text-muted, #64748b);
	margin: 0;
}

/* Declaración jurada checkbox */
.ldr-declaration-box {
	background: var(--mtn-bg-light, #f8fafc);
	border: 1px solid var(--mtn-border, #e2e8f0);
	border-radius: 12px;
	padding: 16px 20px;
	margin: 24px 0;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--mtn-text, #334155);
}

.ldr-declaration-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-weight: 500;
}

.ldr-declaration-checkbox-label input {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	accent-color: var(--mtn-green, #15803d);
	cursor: pointer;
}

.ldr-btn-submit {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 32px;
	background: var(--mtn-green, #15803d);
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(21, 128, 61, 0.28);
	transition: all 0.2s ease;
}

.ldr-btn-submit:hover {
	background: var(--mtn-green-dark, #0d5427);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(21, 128, 61, 0.38);
}

/* Notificación de Éxito */
.ldr-success-modal {
	display: none;
	background: #f0fdf4;
	border: 2px solid #86efac;
	border-radius: 16px;
	padding: 32px;
	text-align: center;
	margin-top: 24px;
}

.ldr-success-modal.is-active {
	display: block;
	animation: fadeInScale 0.3s ease;
}

.ldr-success-code {
	display: inline-block;
	background: #15803d;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 8px 20px;
	border-radius: 8px;
	margin: 12px 0;
}

@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: scale(0.96);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* ==========================================================================
   6. RESPONSIVE & DARK MODE
   ========================================================================== */
@media (max-width: 992px) {
	.contact-grid {
		grid-template-columns: 1fr;
	}
	.about-story-grid {
		grid-template-columns: 1fr;
	}
	.about-mv-grid {
		grid-template-columns: 1fr;
	}
	.about-values-grid {
		grid-template-columns: 1fr;
	}
	.about-stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.page-has-sidebar {
		grid-template-columns: 1fr;
	}
	.ldr-company-info-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

@media (max-width: 640px) {
	.mtn-form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.ldr-claim-type-selector {
		grid-template-columns: 1fr;
	}
	.about-stats-grid {
		grid-template-columns: 1fr;
	}
}

/* Soporte Modo Oscuro */
[data-theme="dark"] .page-article-card,
.dark-mode .page-article-card,
[data-theme="dark"] .contact-form-card,
.dark-mode .contact-form-card,
[data-theme="dark"] .contact-info-card,
.dark-mode .contact-info-card,
[data-theme="dark"] .about-mv-card,
.dark-mode .about-mv-card,
[data-theme="dark"] .about-val-card,
.dark-mode .about-val-card,
[data-theme="dark"] .ldr-legal-header-card,
.dark-mode .ldr-legal-header-card,
[data-theme="dark"] .ldr-form-card,
.dark-mode .ldr-form-card,
[data-theme="dark"] .page-sidebar-widget,
.dark-mode .page-sidebar-widget {
	background: var(--mtn-bg-card, #18221b);
	border-color: var(--mtn-border, #28372c);
	color: var(--mtn-text, #d8e2d9);
}

[data-theme="dark"] .page-sidebar-widget-title,
.dark-mode .page-sidebar-widget-title {
	color: var(--mtn-heading, #f3f7f4) !important;
	border-bottom-color: var(--mtn-border, #28372c);
}

[data-theme="dark"] .page-sidebar-office-address,
.dark-mode .page-sidebar-office-address {
	color: var(--mtn-heading, #f3f7f4) !important;
}

[data-theme="dark"] .page-sidebar-office-row,
.dark-mode .page-sidebar-office-row {
	color: var(--mtn-text, #d8e2d9);
}

[data-theme="dark"] .page-sidebar-tour-card,
.dark-mode .page-sidebar-tour-card {
	background: var(--mtn-bg, #101512);
	border-color: var(--mtn-border, #28372c);
	color: var(--mtn-text, #d8e2d9);
}

[data-theme="dark"] .page-sidebar-tour-name,
.dark-mode .page-sidebar-tour-name {
	color: var(--mtn-heading, #f3f7f4) !important;
}

[data-theme="dark"] .page-sidebar-trust-list li,
.dark-mode .page-sidebar-trust-list li {
	color: var(--mtn-text, #d8e2d9);
}

[data-theme="dark"] .page-trust-icon,
.dark-mode .page-trust-icon {
	background: #1c2e22;
	color: var(--mtn-green, #3ec774);
}

[data-theme="dark"] .contact-info-title,
.dark-mode .contact-info-title,
[data-theme="dark"] .contact-form-title,
.dark-mode .contact-form-title,
[data-theme="dark"] .contact-item-value,
.dark-mode .contact-item-value,
[data-theme="dark"] .ldr-info-item-value,
.dark-mode .ldr-info-item-value,
[data-theme="dark"] .about-story-content h2,
.dark-mode .about-story-content h2,
[data-theme="dark"] .about-mv-card h3,
.dark-mode .about-mv-card h3,
[data-theme="dark"] .about-val-card h4,
.dark-mode .about-val-card h4,
[data-theme="dark"] .about-section-header h2,
.dark-mode .about-section-header h2,
[data-theme="dark"] .page-entry-content h2,
.dark-mode .page-entry-content h2,
[data-theme="dark"] .page-entry-content h3,
.dark-mode .page-entry-content h3,
[data-theme="dark"] .page-entry-content h4,
.dark-mode .page-entry-content h4 {
	color: var(--mtn-heading, #f3f7f4) !important;
}

[data-theme="dark"] .mtn-form-control,
.dark-mode .mtn-form-control,
[data-theme="dark"] .ldr-type-radio-label,
.dark-mode .ldr-type-radio-label {
	background: #141c16;
	border-color: #2e4033;
	color: #f1f8f3;
}

[data-theme="dark"] .mtn-form-control:focus,
.dark-mode .mtn-form-control:focus {
	border-color: #3ec774;
	background: #18221b;
}

[data-theme="dark"] .ldr-type-radio-label:has(input:checked),
.dark-mode .ldr-type-radio-label:has(input:checked) {
	background: #1c2e22;
	border-color: #3ec774;
}

[data-theme="dark"] .ldr-declaration-box,
.dark-mode .ldr-declaration-box,
[data-theme="dark"] .page-entry-content blockquote,
.dark-mode .page-entry-content blockquote {
	background: #141c16;
	border-color: #28372c;
}

/* ==========================================================================
   7. PÁGINA DIRECTORIO DE DESTINOS (/destinos/)
   ========================================================================== */
.destinos-directory-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(36px, 5vw, 64px) clamp(16px, 3vw, 32px);
}

.destinos-grid-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-bottom: clamp(48px, 6vw, 72px);
}

.dest-dir-card {
	position: relative;
	background: var(--mtn-bg-card, #ffffff);
	border: 1px solid var(--mtn-border, #e2e8f0);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.2s ease;
}

.dest-dir-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.11);
	border-color: var(--mtn-green, #15803d);
}

.dest-dir-card-link-overlay {
	position: absolute;
	inset: 0;
	z-index: 5;
	text-indent: -9999px;
	overflow: hidden;
}

.dest-dir-card .dest-dir-btn,
.dest-dir-card .dest-hl-tags,
.dest-dir-card .dest-dir-header a {
	position: relative;
	z-index: 6;
}

.dest-dir-media {
	position: relative;
	height: 220px;
	overflow: hidden;
}

.dest-dir-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.dest-dir-card:hover .dest-dir-img {
	transform: scale(1.05);
}

.dest-dir-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
	pointer-events: none;
}

.dest-dir-region-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: rgba(15, 23, 42, 0.75);
	color: #f2c230;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 4px 10px;
	border-radius: 6px;
	backdrop-filter: blur(6px);
}

.dest-dir-body {
	padding: 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.dest-dir-header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.dest-dir-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: var(--mtn-green-light, #f0fdf4);
	color: var(--mtn-green, #15803d);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.dest-dir-title {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 2px 0;
	line-height: 1.3;
}

.dest-dir-title a {
	color: var(--mtn-heading, #142016);
	text-decoration: none;
	transition: color 0.15s ease;
}

.dest-dir-title a:hover {
	color: var(--mtn-green, #15803d);
}

.dest-dir-count {
	font-size: 12px;
	font-weight: 600;
	color: var(--mtn-green, #15803d);
}

.dest-dir-desc {
	font-size: 13.5px;
	line-height: 1.65;
	color: var(--mtn-text, #475569);
	margin: 0 0 16px 0;
	flex: 1;
}

.dest-dir-highlights {
	margin-bottom: 18px;
	padding-top: 12px;
	border-top: 1px solid var(--mtn-border, #f1f5f9);
}

.dest-hl-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--mtn-muted, #64748b);
	margin-bottom: 6px;
}

.dest-hl-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.dest-hl-tag {
	font-size: 11.5px;
	padding: 3px 8px;
	background: var(--mtn-bg-light, #f1f5f9);
	color: var(--mtn-text, #334155);
	border-radius: 6px;
	font-weight: 500;
}

.dest-dir-footer {
	margin-top: auto;
}

.dest-dir-btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 11px 16px;
	background: var(--mtn-green-light, #f0fdf4);
	color: var(--mtn-green, #15803d);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.dest-dir-btn:hover {
	background: var(--mtn-green, #15803d);
	color: #ffffff;
}

/* Banner Multidestino */
.dest-multidestino-cta {
	background: linear-gradient(135deg, #0d2818 0%, #174226 50%, #1f6b34 100%);
	color: #ffffff;
	border-radius: 20px;
	padding: clamp(32px, 5vw, 48px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}

.dest-multi-content {
	max-width: 620px;
}

.dest-multi-badge {
	display: inline-block;
	padding: 4px 12px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #f2c230;
	font-size: 12px;
	font-weight: 700;
	border-radius: 999px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.dest-multi-content h2 {
	font-family: var(--mtn-font-heading, "Merriweather", serif);
	font-size: clamp(20px, 2.5vw, 28px);
	color: #ffffff !important;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.dest-multi-content p {
	font-size: 14.5px;
	line-height: 1.65;
	color: #d1e7dd;
	margin: 0;
}

.dest-multi-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-shrink: 0;
}

.btn-cta-wa-multi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 24px;
	background: #25d366;
	color: #ffffff;
	font-size: 14.5px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
	transition: all 0.2s ease;
}

.btn-cta-wa-multi:hover {
	background: #1eb956;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
	color: #ffffff;
}

.btn-cta-contact-multi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 10px;
	transition: all 0.2s ease;
}

.btn-cta-contact-multi:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #ffffff;
}

@media (max-width: 992px) {
	.destinos-grid-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.destinos-grid-cards {
		grid-template-columns: 1fr;
	}
	.dest-multidestino-cta {
		flex-direction: column;
		align-items: stretch;
	}
	.dest-multi-actions {
		width: 100%;
	}
}

[data-theme="dark"] .dest-dir-card,
.dark-mode .dest-dir-card {
	background: var(--mtn-bg-card, #18221b);
	border-color: var(--mtn-border, #28372c);
}

[data-theme="dark"] .dest-dir-title a,
.dark-mode .dest-dir-title a {
	color: var(--mtn-heading, #f3f7f4);
}

[data-theme="dark"] .dest-hl-tag,
.dark-mode .dest-hl-tag {
	background: #141c16;
	color: #d8e2d9;
}

[data-theme="dark"] .dest-dir-btn,
.dark-mode .dest-dir-btn {
	background: #1c2e22;
	color: var(--mtn-green, #3ec774);
}

[data-theme="dark"] .dest-dir-btn:hover,
.dark-mode .dest-dir-btn:hover {
	background: var(--mtn-green, #3ec774);
	color: #101512;
}
