/*
Theme Name: Viva Cusco Peru
Theme URI: https://cuscocreativos.com/
Author: Cusco Creativos
Author URI: https://cuscocreativos.com/
Description: Tema a medida para la agencia de viajes Viva Cusco Perú.
Version: 1.0.1
Text Domain: viva-cusco-peru
*/

/* Base & Reset */
*, *::before, *::after {
	box-sizing: border-box;
}

/* Utilities */
.hidden { display: none !important; }
.text-primary { color: var(--clr-primary); }
.bg-primary { background-color: var(--clr-primary); }
.bg-dark { background-color: var(--clr-bg-dark); }

/* Mega Menu Desktop */
.mega-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: var(--clr-bg-dark);
	border-top: 1px solid var(--clr-border-dark);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4);
	z-index: 50;

	/* CSS HOVER LOGIC */
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.mega-menu-max-width {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

/* Sidebar Categorias */
.mega-menu-sidebar {
	width: 32%;
	padding: 2.5rem 1.5rem 2.5rem 0;
	border-right: 1px solid var(--clr-border-dark);
}
.mega-tag { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.25rem; }
.mega-sub { font-size: 0.75rem; color: var(--clr-text-muted); margin-bottom: 2rem; }

.mega-cat-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border-radius: 0.5rem; 
	text-decoration: none;
	color: inherit;
	transition: background-color 0.2s, border-color 0.2s;
	margin-bottom: 0.5rem;
    border: 1px solid transparent;
	cursor: pointer;
}
.mega-cat-card.active, .mega-cat-card:hover { 
	background-color: var(--clr-surface-dark); 
    border: 1px solid var(--clr-border-dark);
}

.icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.35rem;
	background-color: var(--clr-primary);
	color: #fff;
}
.icon-box.dark { background-color: rgba(255,255,255,0.05); color: var(--clr-primary); border: 1px solid var(--clr-border-dark); }
.mega-cat-card strong { display: block; font-size: 0.875rem; color: var(--clr-text-main); font-weight: 700; }
.mega-cat-card span { display: block; font-size: 0.75rem; color: var(--clr-text-muted); }

/* Featured Content */
.mega-menu-featured {
	position: relative;
	width: 68%;
	padding: 2.5rem 0 2.5rem 2rem;
	background-color: var(--clr-surface-dark);
}
/* Solución a la "Grap" / Corte visual a la derecha */
.mega-menu-featured::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 50vw;
	background-color: var(--clr-surface-dark);
}

.mega-panel {
	display: none;
	animation: fadeInPanel 0.3s ease forwards;
}
.mega-panel.active {
	display: block;
}

@keyframes fadeInPanel {
	from { opacity: 0; transform: translateX(5px); }
	to { opacity: 1; transform: translateX(0); }
}

.featured-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; position: relative; z-index: 2; }
.featured-header .title { display: flex; align-items: center; gap: 0.5rem; font-size: 1.125rem; margin: 0; font-weight: 700; color: var(--clr-text-main); }
.featured-header .view-all { font-size: 0.875rem; font-weight: 600; color: var(--clr-primary); text-decoration: none; transition: opacity 0.2s; }
.featured-header .view-all:hover { opacity: 0.8; }

.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; position: relative; z-index: 2; }
.tour-img-wrap {
	position: relative;
	aspect-ratio: 16/9;
	border-radius: 0.5rem;
	overflow: hidden;
	margin: 0 0 1rem 0;
}
.tour-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.featured-tour:hover .tour-img-wrap img { transform: scale(1.05); }
.tour-img-wrap .tag { position: absolute; bottom: 0.75rem; left: 0.75rem; z-index: 10; font-size: 0.625rem; padding: 0.25rem 0.5rem; border-radius: 0.25rem; font-weight: 700; text-transform: uppercase; color: #fff; }

.tour-info h4 { font-size: 1rem; margin: 0 0 0.25rem 0; color: var(--clr-text-main); font-weight: 700; transition: color 0.2s; }
.featured-tour:hover .tour-info h4 { color: var(--clr-primary); }
.tour-info p { font-size: 0.825rem; color: var(--clr-text-muted); margin: 0 0 0.75rem 0; }
.tour-meta { display: flex; gap: 1rem; align-items: center; }
.tour-meta span { display: flex; align-items: center; gap: 0.25rem; font-size: 0.75rem; color: #cbd5e1; font-weight: 600; }
.tour-meta .material-symbols-outlined { font-size: 1rem; }
.featured-tour a { text-decoration: none; display: block; }

/* Bottom Mega Menu Footer */
.mega-menu-bottom { background-color: var(--clr-surface-dark); padding: 1rem 0; border-top: 1px solid var(--clr-border-dark); }
.mega-menu-bottom .flex-between { display: flex; justify-content: space-between; align-items: center; min-height: auto; font-size: 0.75rem; color: #94a3b8; }
.trust-icons { display: flex; gap: 1.5rem; }
.trust-icons span { display: flex; align-items: center; gap: 0.5rem; }
.trust-icons .material-symbols-outlined { font-size: 1rem; }
.promo-text { font-weight: 700; color: var(--clr-primary); }

/* Mobile Overlay Full Screen */
.mobile-overlay {
	position: fixed;
	inset: 0;
	z-index: 100;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}
.mobile-overlay-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	width: 100%;
	max-width: 28rem;
	margin: 0 auto;
}
.btn-close-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.5rem;
	background-color: rgba(0,0,0,0.05);
	color: #1e1e1e;
	border: none;
	cursor: pointer;
}
.mobile-nav-menu {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem 2rem;
	max-width: 28rem;
	margin: 0 auto;
	width: 100%;
}
.mobile-nav-menu ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2rem; }
.mobile-nav-menu a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #1e1e1e;
	transition: color 0.2s;
}
.mobile-nav-menu a .text { font-size: 2.25rem; font-weight: 800; }
.mobile-nav-menu a .arrow { color: var(--clr-primary); opacity: 0; transition: opacity 0.2s; font-size: 2rem; }
.mobile-nav-menu a:hover { color: var(--clr-primary); }
.mobile-nav-menu a:hover .arrow { opacity: 1; }

.mobile-footer-area {
	padding: 2rem;
	max-width: 28rem;
	margin: 0 auto;
	width: 100%;
}
.mobile-footer-area .divider {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}
.mobile-footer-area .divider .line { height: 1px; flex: 1; background-color: rgba(0,0,0,0.1); }
.mobile-footer-area .divider span { font-size: 0.875rem; font-weight: 700; color: #64748b; letter-spacing: 0.1em; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.social-grid a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem;
	background-color: rgba(0,0,0,0.03);
	border-radius: 0.75rem;
	text-decoration: none;
	color: #64748b;
	transition: background-color 0.2s, color 0.2s;
}
.social-grid a:hover { background-color: rgba(0, 113, 69, 0.1); color: var(--clr-primary); }
.social-grid a .icon { font-size: 1.5rem; }
.social-grid a span:not(.icon) { font-size: 0.75rem; font-weight: 700; }
.mobile-overlay-copyright { text-align: center; font-size: 0.75rem; font-weight: 500; color: #64748b; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
body.mega-menu-open {
	overflow: hidden;
}

/* ==================================================
   FOOTER STYLES
   ================================================== */
.site-footer {
	background-color: var(--clr-bg-dark);
	color: #94a3b8;
	font-size: 0.875rem;
}

/* Slider Logos (Zero JS Infinite Carousel) */
.partners-slider-wrapper {
	overflow: hidden;
	padding: 4rem 0;
	background-color: var(--clr-surface-dark);
	border-bottom: 1px solid var(--clr-border-dark);
	border-top: 1px solid var(--clr-border-dark);
	position: relative;
    display: flex;
}
.partners-slider-track {
	display: flex;
	width: max-content;
	animation: slideLogos 45s linear infinite; /* Anima la barra completa */
}
.partners-slider-group {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding-right: 4rem; /* Equals the gap so the tail seamlessly joins the next head */
}
.partners-slider-wrapper:hover .partners-slider-track {
	animation-play-state: paused;
}
.partners-slider-group img {
	height: 85px !important;
	width: auto !important;
	max-width: none !important;
	flex-shrink: 0 !important;
	object-fit: contain !important;
	filter: grayscale(100%) opacity(0.6) brightness(1.5);
	transition: filter 0.3s ease, transform 0.3s ease;
	display: block !important;
}
.partners-slider-group img:hover {
	filter: grayscale(0%) opacity(1) brightness(1);
	transform: scale(1.05);
}
@keyframes slideLogos {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); } /* Mueve matemáticamente  la mitad exacta de la barra max-content */
}

/* Footer Container & Grid */
.site-footer .footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 1.5rem;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.25fr 1fr;
	gap: 3rem;
}

/* Footer Typography & Elements */
.site-footer .footer-title {
	color: var(--clr-text-main);
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 1.25rem 0;
}
.brand-desc {
	margin-bottom: 2rem;
	line-height: 1.6;
}
.site-footer .footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
	text-decoration: none;
}
.site-footer .footer-brand img {
	width: auto;
	height: 40px; 
	object-fit: contain;
}
.site-footer .footer-brand .brand-name {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--clr-text-main);
}

.contact-mini-blocks {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-bottom: 2rem;
}
.mini-block {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
.mini-label {
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--clr-primary-light);
}
.mini-value {
	font-size: 1rem;
	font-weight: 700;
	color: var(--clr-text-main);
	margin: 0;
}

.footer-social {
	display: flex;
	gap: 1.25rem;
}
.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--clr-primary-light); /* Verde claro del mini-label, como en la captura */
	background-color: rgba(255,255,255,0.03); 
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	transition: background-color 0.2s, color 0.2s, transform 0.2s;
}
.footer-social a:hover {
	background-color: var(--clr-primary);
	color: #fff;
	transform: scale(1.1);
}

.footer-col.links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.825rem;
}
.footer-col.links a {
	color: #94a3b8;
	text-decoration: none;
	transition: color 0.2s;
	display: inline-block;
}
.footer-col.links a:hover {
	color: var(--clr-text-main);
}

.office-location {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	color: #cbd5e1;
	line-height: 1.5;
}
.office-location .location-icon {
	color: var(--clr-primary-light); /* Matching the green in the mockup */
	font-size: 1.25rem;
	flex-shrink: 0;
}

.payment-widget {
	margin-top: 2.5rem; 
}
.payment-methods-grid {
	display: flex;
	flex-wrap: nowrap; /* Obliga a mantener todo en una única fila */
	gap: 0.5rem;
}
.payment-methods-box {
	background-color: rgba(255, 255, 255, 0.9); /* Fondo casi blanco absoluto */
	backdrop-filter: blur(12px); 
	-webkit-backdrop-filter: blur(12px);
	border-radius: 0.25rem; 
	padding: 0.35rem 0.5rem; /* Ajustado muy pegado al borde del logotipo */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.2s, transform 0.2s;
	flex: 0 1 auto; /* Permite que la caja se encoja inteligentemente si es necesario */
	min-width: 0;
}
.payment-methods-box:hover {
	background-color: #ffffff; /* Blanco total */
	transform: translateY(-2px);
}
.payment-methods-img {
	width: auto; 
	max-width: 100%; /* Evita que quiebre su contenedor si el espacio es reducido */
	height: auto;
	max-height: 24px; 
	object-fit: contain; 
	opacity: 1; 
	display: block;
}


/* Footer Bottom */
.footer-bottom {
	background-color: #0c1c16;
	padding: 1.5rem 0;
	border-top: 1px solid var(--clr-border-dark);
}
.footer-bottom .bottom-flex {
	padding: 0 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--clr-primary); text-decoration: none; font-weight: 600; }
.footer-bottom a:hover { text-decoration: underline; }

/* Responsive Menu and Footer */
@media (max-width: 1024px) {
	.footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
	.footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
	.footer-bottom .bottom-flex { flex-direction: column; gap: 1rem; text-align: center; }
	.partners-slider-group img { height: 55px; }
}

/* =========================================================================
   Front Page Styles
   ========================================================================= */

/* Light Theme Variables for Page Content */
:root {
	--clr-bg-light: #f8fafc;
	--clr-text-dark: #1e293b;
	--clr-text-muted: #64748b;
	--clr-border-light: #e2e8f0;
}

body {
	background-color: var(--clr-bg-light); 
}
.front-page-main {
	background-color: var(--clr-bg-light);
	color: var(--clr-text-dark);
}

/* Hero Section */
.hero-section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -80px; /* Offset the header height to actually stick to the top */
}
header#masthead {
	/* Ensure header stays visible strictly above the hero */
	position: relative;
	z-index: 50;
	background-color: rgba(15,35,27,0.85); /* Semitransparent so hero bg can bleed faintly or solid dark */
}
.hero-background {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 0;
}
.hero-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hero-overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(15,35,27,0.7) 0%, rgba(15,35,27,0.3) 50%, rgba(248,250,252,1) 100%);
}
.hero-content {
	position: relative;
	z-index: 10;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 1000px;
	padding: 0 1.5rem;
	padding-top: 80px; /* Account for the negative margin overhead */
}
.hero-title {
	font-size: 4.5rem;
	font-weight: 800;
	margin-bottom: 1rem;
	line-height: 1.1;
	text-shadow: 0 4px 20px rgba(0,0,0,0.5);
	color: #fff;
}
.hero-subtitle {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 3.5rem;
	text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* Glassmorphism Search Bar */
.hero-search-bar {
	display: flex;
	align-items: center;
	background: rgba(40,40,40,0.4);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 999px;
	padding: 0.5rem;
	margin: 0 auto;
	box-shadow: 0 10px 40px rgba(0,0,0,0.2);
	text-align: left;
}
.search-field {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0.5rem 1.5rem;
	gap: 0.75rem;
}
.search-field .icon {
	color: var(--clr-primary-light);
	font-size: 1.5rem;
}
.input-wrapper label {
	display: block;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	margin-bottom: 0.2rem;
}
.input-wrapper input, .input-wrapper select {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	width: 100%;
	outline: none;
	padding: 0;
	cursor: pointer;
}
.input-wrapper input::placeholder {
	color: #cbd5e1;
	font-weight: 400;
}
.input-wrapper select option {
	background: var(--clr-surface-dark);
	color: #fff;
}
.search-divider {
	width: 1px;
	height: 40px;
	background: rgba(255,255,255,0.2);
}
.btn-search-tours {
	background: var(--clr-primary);
	color: #fff;
	border: none;
	padding: 1rem 2.5rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.3s, transform 0.2s;
	flex-shrink: 0;
}
.btn-search-tours:hover {
	background: #00fa9a;
	color: var(--clr-surface-dark);
	transform: scale(1.05);
}

/* Home General Sections */
.home-section {
	padding: 2.5rem 1.5rem;
	max-width: 1200px;
	margin: 0 auto;
}
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.5rem;
}
.section-title {
	font-size: 2rem;
	font-weight: 800;
	color: var(--clr-text-dark);
	margin-bottom: 0.5rem;
}
.section-subtitle {
	color: var(--clr-text-muted);
	font-size: 1rem;
	margin: 0;
}
.view-all-link {
	color: var(--clr-primary);
	font-weight: 700;
	text-decoration: none;
	font-size: 0.95rem;
}
.view-all-link:hover {
	text-decoration: underline;
}

/* Destinations Grid */
.destinations-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.destination-card {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	aspect-ratio: 4/5;
	display: block;
	transform: translateY(0);
	transition: transform 0.3s, box-shadow 0.3s;
}
.destination-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.destination-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.destination-card:hover img {
	transform: scale(1.05);
}
.card-gradient {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	height: 60%;
	background: linear-gradient(to top, rgba(15,35,27,0.95) 0%, rgba(15,35,27,0) 100%);
	pointer-events: none;
}
.card-label {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0;
	pointer-events: none;
}

/* Tours Grid */
.tours-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.tour-card {
	background: #fff;
	border-radius: 0.75rem;
	overflow: hidden;
	border: 1px solid var(--clr-border-light);
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	transition: transform 0.3s, box-shadow 0.3s;
	display: flex;
	flex-direction: column;
}
.tour-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.tc-image-box {
	width: 100%;
	aspect-ratio: 3/2; /* Modificado de 4/3 a 3/2 (Landscape standard) para un bloque más elegante y limpio en altura */
	overflow: hidden;
}
.tc-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.tour-card:hover .tc-image-box img {
	transform: scale(1.05);
}
.tc-content {
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.tc-title {
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 700;
	color: var(--clr-text-dark);
	margin-bottom: 0.75rem;
	margin-top: 0;
}
.tc-meta {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}
.tc-meta-item {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.85rem;
	color: var(--clr-text-muted);
}
.tc-meta-item .material-symbols-outlined {
	font-size: 1rem;
	color: var(--clr-primary);
}
.tc-excerpt {
	font-size: 0.85rem;
	color: var(--clr-text-muted);
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Reducido a 2 líneas máximas para una viñeta limpia en altura */
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0.75rem;
	flex: 1;
}
.tc-divider {
	border: 0;
	border-top: 1px solid var(--clr-border-light);
	margin: 1rem 0;
}
.tc-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.tc-price-box {
	display: flex;
	flex-direction: column;
}
.price-label {
	font-size: 0.75rem;
	color: var(--clr-text-muted);
	margin-bottom: 0.125rem;
}
.price-amount {
	display: flex;
	align-items: baseline;
	gap: 0.25rem;
}
.price-number {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--clr-primary);
}
.price-suffix {
	font-size: 0.75rem;
	color: var(--clr-text-muted);
}
.tc-btn-itinerary {
	display: inline-block;
	color: var(--clr-primary);
	border: 1px solid var(--clr-primary);
	background: transparent;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}
.tc-btn-itinerary:hover {
	background: var(--clr-primary);
	color: #fff;
}

/* Why Choose Us Section */
.why-choose-us-section {
	background-color: var(--clr-surface-dark);
	padding: 6rem 0; /* Remove horizontal padding here, handled by container */
	width: 100%;
}
.why-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem; /* Matches .home-section padding */
}
.why-header {
	text-align: center;
	margin-bottom: 4rem;
}
.why-title {
	font-size: 2.25rem;
	font-weight: 800;
	color: #4ade80; /* Verde más claro solicitado */
	margin-bottom: 0.75rem;
}
.why-title .highlight {
	color: #ffffff; /* Viva Cusco en blanco */
}
.why-subtitle {
	color: #ffffff; /* Subtítulo en blanco */
	font-size: 1.125rem;
	max-width: 800px;
	margin: 0 auto;
}
.reasons-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
	gap: 1.5rem;
}
.reason-card {
	background-color: rgba(255,255,255,0.03); 
	border: 1px solid rgba(255,255,255,0.05); 
	border-radius: 1rem;
	padding: 1.75rem 1.5rem; /* Reduced padding to make cards smaller */
	transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.reason-card:hover {
	background-color: rgba(255,255,255,0.06);
	transform: translateY(-5px);
	box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.reason-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}
.reason-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background-color: var(--clr-primary);
	border-radius: 0.75rem;
	flex-shrink: 0;
}
.reason-icon .material-symbols-outlined {
	color: #fff;
	font-size: 1.5rem;
}
.reason-title {
	color: #fff;
	font-weight: 700;
	font-size: 1.15rem;
	margin: 0;
	line-height: 1.3;
}
.reason-text {
	color: #94a3b8; /* Slate-400 */
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}

/* Google Reviews Section */
.reviews-section {
	background-color: #eef8f3; /* Verde pastel claro solicitado */
	padding: 5rem 1.5rem;
	width: 100%;
}
.reviews-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 3rem;
	align-items: center;
}
.reviews-sidebar {
	flex: 0 0 250px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.reviews-sidebar .google-logo {
	width: 130px;
	height: auto;
	margin-bottom: 0.5rem;
}
.reviews-brand {
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--clr-text-dark);
	margin: 0 0 0.5rem 0;
}
.rating-display {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.25rem;
}
.rating-number {
	font-size: 2.75rem;
	font-weight: 800;
	color: var(--clr-text-dark);
	line-height: 1;
}
.rating-stars {
	color: #fbbc04; /* Google Yellow */
	display: flex;
	gap: 0.1rem;
}
.rating-stars .material-symbols-outlined {
	font-variation-settings: 'FILL' 1;
	font-size: 1.5rem;
}
.rating-count {
	font-size: 0.85rem;
	color: var(--clr-text-muted);
	margin: 0 0 1.5rem 0;
}
.btn-write-review {
	color: #1a73e8; /* Google Blue Link */
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none;
	border: 1px solid #dadce0;
	padding: 0.625rem 1.25rem;
	border-radius: 999px;
	transition: background-color 0.2s, box-shadow 0.2s;
	background: #fff;
}
.btn-write-review:hover {
	background-color: #f8f9fa;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Slider Track */
.reviews-slider-track {
	display: flex;
	gap: 1.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 2rem;
	flex: 1;
	/* Ocultar scrollbar en algunos navegadores para estética */
	scrollbar-width: thin;
	scrollbar-color: #cbd5e1 transparent;
}
.reviews-slider-track::-webkit-scrollbar {
	height: 6px;
}
.reviews-slider-track::-webkit-scrollbar-thumb {
	background-color: #cbd5e1;
	border-radius: 10px;
}
.review-slide {
	scroll-snap-align: start;
	background-color: #ffffff;
	border-radius: 1rem;
	padding: 1.75rem;
	flex: 0 0 320px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.04);
	border: 1px solid var(--clr-border-light);
	display: flex;
	flex-direction: column;
	transition: transform 0.2s;
}
.review-slide:hover {
	transform: translateY(-3px);
}
.slide-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
	position: relative;
}
.reviewer-avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	flex-shrink: 0;
}
.reviewer-meta-info {
	display: flex;
	flex-direction: column;
}
.reviewer-meta-info strong {
	font-size: 0.95rem;
	color: var(--clr-text-dark);
}
.reviewer-meta-info span {
	font-size: 0.75rem;
	color: var(--clr-text-muted);
}
.mini-google {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: auto;
}
.review-stars-mini {
	color: #fbbc04;
	display: flex;
	gap: 0.1rem;
	margin-bottom: 0.5rem;
}
.review-stars-mini .material-symbols-outlined {
	font-variation-settings: 'FILL' 1;
	font-size: 1rem;
}
.review-title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--clr-text-dark);
	margin: 0 0 0.5rem 0;
}
.review-content {
	font-size: 0.85rem;
	color: #475569;
	line-height: 1.6;
	margin: 0 0 1rem 0;
	flex: 1;
}
.read-more {
	font-size: 0.85rem;
	color: #1a73e8;
	text-decoration: none;
	font-weight: 600;
}
.read-more:hover {
	text-decoration: underline;
}

/* Single Tour Layout */
.tour-single-main {
	background-color: #f7f9fc;
}
.ts-max-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.5rem 5rem 1.5rem;
}
.ts-breadcrumbs-nav { display: block; margin-bottom: 2rem; }
.ts-breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.ts-breadcrumbs li {
	display: inline-flex;
	align-items: center;
}
.ts-breadcrumbs a {
	color: var(--clr-primary, #166534);
	text-decoration: none;
	font-weight: 700;
	transition: color 0.2s;
}
.ts-breadcrumbs a:hover {
	color: #0f172a;
}
.ts-breadcrumbs .sep {
	color: #94a3b8;
}
.ts-breadcrumbs .current-item {
	color: #64748b;
	font-weight: 500;
}
.ts-breadcrumbs span {
	text-transform: uppercase;
}
.ts-title {
	font-size: 2.75rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 1rem 0;
	line-height: 1.2;
}
.ts-meta-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
	flex-wrap: wrap;
	gap: 1rem;
}
.ts-meta-left {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	color: #64748b;
	font-size: 0.9rem;
	font-weight: 500;
}
.ts-badge {
	background: #dcfce7;
	color: #166534;
	padding: 0.35rem 0.75rem;
	border-radius: 99px;
	display: flex;
	align-items: center;
	gap: 0.25rem;
	font-weight: 700;
	font-size: 0.85rem;
}
.ts-badge small {
	color: #15803d;
	font-weight: 400;
}
.ts-meta-info {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}
.ts-meta-info .material-symbols-outlined {
	font-size: 1.2rem;
}
.ts-meta-right {
	display: flex;
	gap: 0.75rem;
}
.ts-btn-icon {
	background: transparent;
	border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
	padding: 0.5rem 1rem;
	color: #0f172a;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}
.ts-btn-icon:hover {
	background: #f1f5f9;
}
.ts-btn-icon .material-symbols-outlined {
	font-size: 1.2rem;
}
.ts-gallery {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 3.5rem;
	border-radius: 1rem;
	overflow: hidden;
	height: 500px;
}
.ts-gallery-main {
	flex: 1;
	height: 100%;
}
.ts-gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ts-gallery-grid {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 0.75rem;
}
.ts-gallery-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ts-layout-grid {
	display: flex;
	gap: 3rem;
	align-items: flex-start;
}
.ts-content-area {
	flex: 1;
	min-width: 0;
}
.ts-sidebar-wrap {
	width: 380px;
	flex-shrink: 0;
	position: relative;
}
.ts-nav-tabs {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 2.5rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Ocultar scrollbar Firefox */
	-ms-overflow-style: none; /* Ocultar scrollbar IE/Edge antiguo */
	position: sticky;
	top: 0; /* Pegado al borde superior exacto */
	z-index: 99;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(12px);
	padding: 1rem 1.5rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	border-bottom: 1px solid rgba(226, 232, 240, 0.5); /* Sutil */
}
.ts-nav-tabs::-webkit-scrollbar {
	display: none; /* Ocultar flechas del DOM en navegadores WebKit */
}

/* Evitar que el menu sticky tape los titulos al hacer clic */
#itinerario-sec, #incluye-sec, #info-sec, #mapa-sec {
	scroll-margin-top: 80px;
}
.ts-tab {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	padding: 0.85rem 1.5rem;
	border-radius: 50px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #64748b;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	flex-shrink: 0;
	transition: all 0.3s ease;
}
.ts-tab:hover:not(.active) {
	background: #e2e8f0;
	color: #334155;
	transform: translateY(-2px);
}
.ts-tab.active {
	background: var(--clr-primary, #166534);
	color: #ffffff;
	border-color: var(--clr-primary, #166534);
	box-shadow: 0 4px 15px rgba(22,101,52,0.25);
}
.ts-itinerary {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 4rem;
}
.ts-itinerary-line {
	position: absolute;
	left: 0.4rem;
	top: 1rem;
	bottom: 2rem;
	width: 2px;
	background: #e2e8f0;
}
.ts-day {
	position: relative;
	margin-bottom: 3rem;
}
.ts-day:last-child {
	margin-bottom: 0;
}
.ts-day-bullet {
	position: absolute;
	left: -2.35rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: var(--clr-primary);
	top: 0.25rem;
	border: 3px solid #f7f9fc;
	box-shadow: 0 0 0 1px var(--clr-primary);
}
.ts-day-title {
	font-size: 1.25rem;
	color: #0f172a;
	margin-bottom: 0.75rem;
	font-weight: 700;
}
.ts-day-desc p {
	color: #475569;
	line-height: 1.6;
	margin-bottom: 1rem;
	font-size: 0.95rem;
}
.ts-day-tags {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}
.ts-tag {
	background: #dcfce7;
	color: #166534;
	padding: 0.25rem 0.75rem;
	border-radius: 99px;
	font-size: 0.75rem;
	font-weight: 600;
}
.ts-inclusions-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	padding: 3rem 0;
	margin-bottom: 3rem;
}
.ts-section-title {
	font-size: 1.25rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	color: #0f172a;
}
.check-icon { color: #10b981; }
.cross-icon { color: #ef4444; }
.ts-list { list-style: none; padding: 0; margin: 0; }
.ts-list li { display: flex; gap: 0.5rem; margin-bottom: 0.75rem; color: #475569; font-size: 0.95rem; align-items: flex-start; }
.icon-check { color: #10b981; font-size: 1.25rem; flex-shrink: 0; }
.icon-cross { color: #ef4444; font-size: 1.25rem; flex-shrink: 0; }
.ts-large-title {
	font-size: 1.5rem;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 1.5rem;
}
.ts-info-boxes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-bottom: 4rem;
}
.ts-info-box {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 1rem;
	padding: 1.5rem;
}
.box-yellow {
	background: #fefce8;
	border-color: #fef08a;
}
.ts-info-title {
	font-weight: 700;
	color: #0f172a;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
.ts-info-title span { color: var(--clr-primary); }
.box-yellow .ts-info-title span { color: #eab308; font-variation-settings: 'FILL' 1; }
.ts-info-box ul { padding-left: 1.5rem; color: #475569; font-size: 0.95rem; margin: 0; line-height: 1.6; }
.ts-info-box p { color: #475569; font-size: 0.95rem; margin: 0; line-height: 1.6; }
.ts-map-box {
	background: url('https://picsum.photos/seed/mapbg/800/400') center/cover;
	height: 300px;
	border-radius: 1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.ts-map-box::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.3);
}
.ts-map-overlay {
	background: rgba(30,41,59,0.9);
	color: #fff;
	padding: 1.5rem 2.5rem;
	border-radius: 0.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
	backdrop-filter: blur(4px);
}
.ts-booking-card {
	background: #fff;
	border-radius: 1rem;
	padding: 2rem 1.5rem;
	box-shadow: 0 10px 30px rgba(0,0,0,0.04);
	margin-bottom: 1rem;
	border: 1px solid #e2e8f0;
}
.ts-price-header {
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
	margin-bottom: 2rem;
}
.ts-price-main {
	font-size: 2.25rem;
	font-weight: 800;
	color: var(--clr-primary);
}
.ts-price-from, .ts-price-suffix {
	color: #64748b;
	font-size: 0.85rem;
}
.ts-label {
	display: block;
	font-size: 0.65rem;
	font-weight: 800;
	color: #64748b;
	margin-bottom: 0.5rem;
	letter-spacing: 0.05em;
}
.ts-input-group {
	border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	margin-bottom: 1.5rem;
}
.ts-input-group input {
	border: none;
	outline: none;
	flex: 1;
	font-weight: 600;
	color: #0f172a;
	background: transparent;
	font-size: 0.95rem;
}
.icon-gray { color: #94a3b8; font-size: 1.25rem; }
.ts-input-travelers { justify-content: space-between; }
.ts-trav-left { display: flex; align-items: center; gap: 0.75rem; font-weight: 600; color: #0f172a; }
.ts-counter { display: flex; align-items: center; gap: 1rem; font-weight: 700; color: #0f172a; }
.btn-circle {
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	border: 1px solid #e2e8f0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #0f172a;
	line-height: 1;
	font-weight: 700;
}
.ts-summary-rows { margin-bottom: 2rem; }
.ts-summary-row {
	display: flex;
	justify-content: space-between;
	color: #475569;
	font-size: 0.95rem;
	margin-bottom: 0.75rem;
}
.border-bot {
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 1rem;
}
.ts-total-row {
	display: flex;
	justify-content: space-between;
	font-size: 1.25rem;
	color: #0f172a;
}
.ts-btn-book {
	width: 100%;
	background: var(--clr-primary);
	color: #fff;
	border: none;
	padding: 1.1rem;
	border-radius: 0.5rem;
	font-weight: 700;
	font-size: 1.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
	margin-bottom: 1rem;
	transition: background 0.3s;
}
.ts-btn-book:hover { background: #0d835f; }
.ts-cancellation {
	text-align: center;
	color: #94a3b8;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.05em;
}
.ts-benefits {
	background: #fff;
	border-radius: 1rem;
	padding: 1.5rem;
	margin-bottom: 1rem;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
	border: 1px solid #e2e8f0;
}
.ts-benefit { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.ts-benefit:last-child { margin-bottom: 0; }
.ts-benefit-icon .icon-sm {
	color: #10b981;
	background: #dcfce7;
	padding: 0.5rem;
	border-radius: 0.5rem;
	font-size: 1.25rem;
}
.ts-benefit-text { display: flex; flex-direction: column; }
.ts-benefit-text strong { font-size: 0.9rem; color: #0f172a; margin-bottom: 0.25rem; }
.ts-benefit-text span { font-size: 0.8rem; color: #64748b; line-height: 1.4; }
.ts-secure-box {
	background: #e2e8f0;
	border-radius: 0.75rem;
	padding: 1.25rem;
	display: flex;
	gap: 1rem;
	align-items: center;
}
.icon-secure { color: #0f172a; font-size: 1.5rem; }
.ts-secure-text { display: flex; flex-direction: column; }
.ts-secure-text strong { font-size: 0.9rem; color: #0f172a; margin-bottom: 0.25rem; }
.ts-secure-text span { font-size: 0.75rem; color: #475569; line-height: 1.4; }

/* Single Blog Layout */
.blog-single-main {
	background-color: #f7f9fc;
}
.bs-max-wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 4rem 1.5rem 6rem;
}
.bs-breadcrumbs {
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--clr-primary);
	margin-bottom: 1.5rem;
}
.bs-breadcrumbs a {
	color: var(--clr-primary);
	text-decoration: none;
}
.bs-sep {
	color: #94a3b8;
	font-size: 1.1rem;
	margin: 0 0.25rem;
}
.bs-current-cat {
	color: #94a3b8;
	font-weight: 500;
}
.bs-header {
	max-width: 800px;
	margin-bottom: 2.5rem;
}
.bs-title {
	font-size: 3.5rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 1rem 0;
	line-height: 1.15;
	letter-spacing: -0.02em;
}
.bs-excerpt {
	font-size: 1.25rem;
	color: #475569;
	line-height: 1.6;
	margin: 0;
	font-weight: 400;
}
.bs-featured-image {
	margin-top: 3rem;
	margin-bottom: 4rem;
	border-radius: 1.5rem;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.bs-featured-image img {
	width: 100%;
	height: auto;
	display: block;
}
.bs-content-area {
	max-width: 800px;
	margin: 0 auto;
}
.bs-content-area p {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #475569;
	margin-bottom: 1.5rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.bs-heading-accent {
	border-left: 4px solid var(--clr-primary);
	padding-left: 1rem;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
	font-size: 1.75rem;
	font-weight: 800;
	color: #0f172a;
}
.bs-content-area h3:not(.bs-heading-accent), 
.bs-the-content h3, .bs-the-content h2 {
	margin-top: 3.5rem;
	margin-bottom: 1.25rem;
	font-size: 1.75rem;
	color: #0f172a;
	font-weight: 800;
}
.bs-traveler-tip {
	background: #f0fdf4;
	border: 1px solid #dcfce7;
	border-radius: 1rem;
	padding: 2.5rem 2rem;
	margin: 3.5rem 0;
}
.bs-tip-title {
	color: #16a34a;
	font-size: 1.25rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0;
	margin-bottom: 1rem;
}
.bs-tip-title .material-symbols-outlined {
	font-size: 1.5rem;
	font-variation-settings: 'FILL' 1;
}
.bs-traveler-tip p {
	font-style: italic;
	color: #334155 !important;
	font-size: 1rem !important;
	margin: 0 !important;
	line-height: 1.7 !important;
}
.bs-map-explore {
	margin-top: 4.5rem;
	margin-bottom: 2rem;
	border-radius: 1rem;
	overflow: hidden;
	height: 380px;
	position: relative;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.bs-map-split {
	display: flex;
	width: 100%;
	height: 100%;
	gap: 6px;
	background: #cbd5e1;
}
.bs-map-part {
	height: 100%;
	border-radius: 0.5rem;
}
.map-left, .map-right {
	flex: 0 0 20%;
	background: #b4bac0;
}
.map-center {
	flex: 1;
	background: #9bd7a5 url('https://picsum.photos/seed/mapgrid_2/800/800') center/cover;
	background-blend-mode: overlay;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.bs-btn-map {
	background: var(--clr-primary);
	color: #fff;
	border: none;
	padding: 0.85rem 1.75rem;
	border-radius: 99px;
	font-weight: 700;
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
	box-shadow: 0 10px 25px rgba(13, 131, 95, 0.4);
	transition: transform 0.2s, background 0.3s;
}
.bs-btn-map:hover {
	background: #0d835f;
	transform: translateY(-2px);
}

/* FAQ Section */
.faq-section {
	padding: 5rem 1.5rem;
	max-width: 1200px;
	margin: 0 auto;
}
.faq-header {
	text-align: center;
	margin-bottom: 3.5rem;
}
.faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}
.faq-item {
	background-color: #fff;
	border: 1px solid var(--clr-border-light);
	border-radius: 0.75rem;
	padding: 1.25rem 1.5rem;
	transition: box-shadow 0.2s;
}
.faq-item:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}
.faq-item summary {
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--clr-text-dark);
	cursor: pointer;
	list-style: none; /* Hide default arrow */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq-item summary::-webkit-details-marker {
	display: none; /* Hide for Safari */
}
.faq-item summary::after {
	content: '\e313'; /* Material Symbols 'expand_more' */
	font-family: 'Material Symbols Outlined';
	font-size: 1.5rem;
	color: var(--clr-primary);
	transition: transform 0.3s;
}
.faq-item[open] summary::after {
	transform: rotate(180deg);
}
.faq-item .faq-answer {
	margin-top: 1rem;
	color: var(--clr-text-muted);
	font-size: 0.95rem;
	line-height: 1.6;
	border-top: 1px solid var(--clr-border-light);
	padding-top: 1rem;
}

/* Blog Section */
.blog-section {
	padding: 2rem 1.5rem 6rem 1.5rem;
	max-width: 1200px;
	margin: 0 auto;
}
.blog-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.5rem;
}
.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.blog-card {
	background: #fff;
	border-radius: 0.75rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid transparent;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	transition: transform 0.3s, box-shadow 0.3s;
	cursor: pointer;
}
.blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.bc-img {
	width: 100%;
	aspect-ratio: 16/11;
	overflow: hidden;
}
.bc-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.blog-card:hover .bc-img img {
	transform: scale(1.05);
}
.bc-content {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.bc-meta {
	font-size: 0.65rem;
	font-weight: 800;
	color: var(--clr-primary);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.bc-title {
	font-size: 1.15rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 0.75rem 0;
	line-height: 1.3;
}
.bc-excerpt {
	font-size: 0.85rem;
	color: #64748b;
	line-height: 1.6;
	margin: 0 0 1.5rem 0;
	flex: 1;
}
.bc-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.bc-time {
	font-size: 0.725rem;
	color: #94a3b8;
}
.bc-arrow {
	color: var(--clr-primary);
	font-size: 1.25rem;
	transition: transform 0.2s;
}
.blog-card:hover .bc-arrow {
	transform: translateX(4px);
}

/* Responsive Front Page */
@media (max-width: 1024px) {
	.hero-title { font-size: 3.5rem; }
	.hero-search-bar { flex-wrap: wrap; border-radius: 1rem; flex-direction: column; }
	.search-divider { display: none; }
	.search-field { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 1rem; }
	.btn-search-tours { width: 100%; border-radius: 0 0 1rem 1rem; padding: 1.25rem; }
	
	.destinations-grid, .tours-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
	.reasons-grid { grid-template-columns: repeat(2, 1fr); }
	
	.reviews-wrapper { flex-direction: column; align-items: flex-start; gap: 2rem; }
	.reviews-sidebar { flex: 0 0 auto; width: 100%; align-items: center; text-align: center; }
	
	.faq-grid { grid-template-columns: 1fr; }
	.blog-grid { grid-template-columns: repeat(2, 1fr); }

	/* Tour Single Responsive */
	.ts-layout-grid { flex-direction: column; align-items: stretch; }
	.ts-content-area { width: 100%; max-width: 100%; }
	.ts-sidebar-wrap { width: 100%; position: static; }
	.ts-gallery { height: auto; flex-direction: column; }
	.ts-gallery-main { width: 100%; aspect-ratio: 16/9; }
	.ts-gallery-grid { width: 100%; grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr; aspect-ratio: 4/1; }
}
@media (max-width: 640px) {
	.hero-title { font-size: 2.75rem; }
	.destinations-grid, .tours-grid, .reasons-grid { grid-template-columns: 1fr; }
	.section-header { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
	.hero-section { min-height: 80vh; }
	
	.reviews-slider-track { flex-direction: column; overflow-x: visible; gap: 1rem; padding-bottom: 0; }
	.review-slide { flex: 1 1 auto; width: 100%; max-width: 100%; }
	
	.blog-grid { grid-template-columns: 1fr; }
	.blog-header { flex-direction: column; align-items: flex-start; gap: 1rem; }

	/* Tour Single Mobile */
	.ts-title { font-size: 2rem; }
	.ts-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); aspect-ratio: 2/1; }
	.ts-inclusions-grid { grid-template-columns: 1fr; padding: 2rem 0; gap: 1.5rem; }
	.ts-info-boxes { grid-template-columns: 1fr; }
	.ts-meta-left { flex-direction: row; align-items: center; justify-content: flex-start; gap: 1rem; flex-wrap: wrap; }

	/* Blog Single Mobile */
	.bs-title { font-size: 2.5rem; }
	.bs-excerpt { font-size: 1.1rem; }
	.bs-map-explore { height: 280px; }
	.map-left, .map-right { display: none; }
}

/* ==========================================================================
   Woocommerce Cart & Checkout Premium Theme Redesign
   ========================================================================== */
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce { max-width: 1200px; margin: 0 auto; padding: 2rem 1.5rem; }

/* Cart Layout & Elementor Override */
.woocommerce-cart .woocommerce, .elementor-widget-woocommerce-cart { max-width: 1200px; margin: 0 auto; padding: 2rem 0; }

.woocommerce-cart table.shop_table, .elementor-widget-woocommerce-cart table.shop_table { border: 1px solid #e2e8f0 !important; border-radius: 12px !important; overflow: hidden; background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.03); border-collapse: separate; border-spacing: 0; }
.woocommerce-cart table.shop_table th, .elementor-widget-woocommerce-cart table.shop_table th { background: #f8fafc !important; text-transform: uppercase; font-size: 0.85rem; color: #475569 !important; border: none !important; padding: 1.25rem 1rem !important; border-bottom: 2px solid #e2e8f0 !important; }
.woocommerce-cart table.shop_table td, .elementor-widget-woocommerce-cart table.shop_table td { border-top: 1px solid #f1f5f9; padding: 1.5rem 1rem !important; vertical-align: middle; border-left: none !important; border-bottom: none !important; border-right: none !important; }

/* Product Name & Variations (Fecha) */
.woocommerce-cart td.product-name a, .elementor-widget-woocommerce-cart td.product-name a { color: #0f172a !important; font-weight: 700; font-size: 1.1rem; text-decoration: none !important; display: block; margin-bottom: 0.5rem; transition: color 0.2s; }
.woocommerce-cart td.product-name a:hover, .elementor-widget-woocommerce-cart td.product-name a:hover { color: var(--clr-primary, #166534) !important; }
.woocommerce-cart dl.variation, .elementor-widget-woocommerce-cart dl.variation { background: #f0fdf4 !important; padding: 0.75rem !important; border-radius: 6px !important; border-left: 3px solid var(--clr-primary, #166534) !important; font-size: 0.85rem !important; color: #166534 !important; margin-top:0.75rem; }

/* Remove Item Icon */
.woocommerce-cart a.remove, .elementor-widget-woocommerce-cart a.remove { color: #ef4444 !important; font-weight: bold; background: #fee2e2 !important; border-radius: 50% !important; display: inline-flex !important; align-items: center; justify-content: center; width: 28px; height: 28px; line-height: 28px; }
.woocommerce-cart a.remove:hover, .elementor-widget-woocommerce-cart a.remove:hover { background: #ef4444 !important; color: #fff !important; }

/* Cart Totals Box */
.woocommerce-cart .cart-collaterals, .elementor-widget-woocommerce-cart .cart-collaterals { margin-top: 3rem; }
.woocommerce-cart .cart_totals, .elementor-widget-woocommerce-cart .cart_totals { width: 100% !important; max-width: 450px !important; float: right; background: #fff !important; padding: 2rem !important; border-radius: 12px !important; box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important; border: 1px solid #e2e8f0 !important; }
.woocommerce-cart .cart_totals h2, .elementor-widget-woocommerce-cart .cart_totals h2 { font-size: 1.4rem !important; margin-bottom: 1.5rem !important; border-bottom: 2px solid var(--clr-primary, #166534) !important; padding-bottom: 0.5rem !important; color:#0f172a !important; }

/* Final Checkout Button Aggressive Fix */
.woocommerce-cart a.checkout-button, 
.elementor-widget-woocommerce-cart a.checkout-button,
.woocommerce-cart .checkout-button, 
.elementor-widget-woocommerce-cart .checkout-button { 
    background: var(--clr-primary, #166534) !important; 
    color: #fff !important; 
    width: 100% !important; 
    text-align: center !important; 
    border-radius: 8px !important; 
    padding: 1.25rem !important; 
    font-weight: 700 !important; 
    font-size: 1.1rem !important;
    display: block !important; 
    margin-top: 2rem !important; 
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 15px rgba(22,101,52,0.3) !important;
}
.woocommerce-cart a.checkout-button:hover,
.elementor-widget-woocommerce-cart a.checkout-button:hover { 
    background: #14532d !important; 
    box-shadow: 0 6px 20px rgba(22,101,52,0.4) !important;
    transform: translateY(-2px);
}

/* Checkout Layout (Two Columns like Airbnb) */
@media (min-width: 992px) {
    .woocommerce-checkout form.checkout { display: flex; gap: 4rem; align-items: flex-start; justify-content: space-between; }
    .woocommerce-checkout #customer_details { width: 55%; display: flex; flex-direction: column; gap: 1rem; }
    .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { width: 100% !important; max-width: 100%; float: none; padding: 0; }
    .woocommerce-checkout #order_review_heading { display: none; }
    .woocommerce-checkout #order_review { width: 40%; min-width: 400px; position: sticky; top: 120px; background: #fff; padding: 2.5rem; border-radius: 12px; box-shadow: 0 4px 30px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; }
}

/* Checkout Fields Restyling */
.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce-additional-fields h3 { font-size: 1.5rem; margin-bottom: 1.5rem; color:#0f172a; border-bottom: 2px solid var(--clr-primary, #166534); padding-bottom: 0.5rem; display:inline-block; }
.woocommerce-checkout .form-row { margin-bottom: 1.5rem !important; }
.woocommerce-checkout .form-row label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: #475569; }
.woocommerce-checkout .form-row input.input-text, .woocommerce-checkout .form-row select, .woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row input[type="text"], .woocommerce-checkout .form-row input[type="email"], .woocommerce-checkout .form-row input[type="tel"] { 
    width: 100% !important; 
    padding: 1rem 1.25rem !important; 
    border: 1px solid #cbd5e1 !important; 
    border-radius: 8px !important; 
    font-family: inherit; 
    transition: all 0.3s; 
    background: #fff !important; 
    color: #334155 !important;
    box-sizing: border-box !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02) !important;
    height: auto !important;
}
.woocommerce-checkout .form-row input:focus, .woocommerce-checkout .form-row select:focus, .woocommerce-checkout .form-row textarea:focus { border-color: var(--clr-primary, #166534) !important; outline: none !important; box-shadow: 0 0 0 3px rgba(22,101,52,0.1) !important; }

/* Premium WooCommerce Notices (Top Alerts & Payment Error) */
.woocommerce-notices-wrapper .woocommerce-message, 
.woocommerce-notices-wrapper .woocommerce-info, 
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-checkout #payment .woocommerce-info,
.woocommerce-checkout #payment .woocommerce-error,
.woocommerce-checkout #payment .woocommerce-notice,
.woocommerce-form-coupon-toggle .woocommerce-info {
    background: #fff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    border-top: 1px solid #e2e8f0 !important;
    border-left: 5px solid var(--clr-primary, #166534) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
    color: #334155 !important;
    padding: 1.5rem 1.5rem 1.5rem 4rem !important;
    margin-bottom: 2.5rem !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 1.05rem !important;
    font-family: inherit !important;
    position: relative;
    line-height: 1.7;
    list-style: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message::before, 
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-checkout #payment .woocommerce-info::before,
.woocommerce-checkout #payment .woocommerce-notice::before,
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: '\e88e' !important; /* info icon */
    font-family: 'Material Symbols Outlined' !important;
    color: var(--clr-primary, #166534) !important;
    position: absolute !important;
    left: 1.25rem !important;
    top: 50% !important;
    font-size: 1.75rem !important;
    transform: translateY(-50%) !important;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-checkout #payment .woocommerce-error { 
    border-left-color: #ef4444 !important; 
    background: #fffafa !important;
}
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-checkout #payment .woocommerce-error::before { 
    content: '\e000' !important; /* warning icon */
    color: #ef4444 !important; 
}
.woocommerce-notices-wrapper a.button, .woocommerce-notices-wrapper .showcoupon,
.woocommerce-checkout #payment a.button,
.woocommerce-form-coupon-toggle .showcoupon {
    background: var(--clr-primary, #166534) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 0.75rem 1.25rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: none !important;
    margin-left: auto;
    font-size: 0 !important; /* Esconde cualquier texto mal formado de Elementor */
    box-shadow: 0 4px 10px rgba(22,101,52,0.2) !important;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce-notices-wrapper .showcoupon::after,
.woocommerce-form-coupon-toggle .showcoupon::after {
    content: "Ingrésalo aquí y mejora tu tarifa" !important;
    font-size: 0.9rem !important; /* Fuerza el texto vía CSS puro */
    color: #fff !important;
    white-space: nowrap;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
}
.woocommerce-notices-wrapper a.button:hover, .woocommerce-notices-wrapper .showcoupon:hover,
.woocommerce-checkout #payment a.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(22,101,52,0.3) !important;
}
.woocommerce-notices-wrapper a:not(.button),
.woocommerce-checkout #payment a:not(.button),
.woocommerce-form-coupon-toggle a:not(.button) { 
    color: var(--clr-primary, #166534) !important; 
    font-weight: 700 !important; 
    border-bottom: 2px solid rgba(22,101,52,0.2) !important; 
    text-decoration: none !important;
    transition: border-color 0.2s;
}
.woocommerce-notices-wrapper a:not(.button):hover,
.woocommerce-checkout #payment a:not(.button):hover,
.woocommerce-form-coupon-toggle a:not(.button):hover {
    border-bottom-color: var(--clr-primary, #166534) !important;
}


/* Payment Box Override */
.woocommerce-checkout #payment { background: transparent !important; border-radius: 0 !important; margin-top: 2rem; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid #e2e8f0 !important; padding: 0 0 1rem 0 !important; }
.woocommerce-checkout #payment div.payment_box { background: #f8fafc !important; color: #475569 !important; border-radius: 8px !important; padding: 1.5rem !important; margin-top: 1rem !important; }
.woocommerce-checkout #payment div.payment_box::before { display: none !important; }
.woocommerce-checkout #payment .place-order { padding: 2rem 0 0 0 !important; }
.woocommerce-checkout #place_order { background: var(--clr-primary, #166534) !important; color: #fff !important; width: 100%; padding: 1.25rem !important; font-size: 1.1rem !important; font-weight: 700 !important; border-radius: 8px !important; transition: filter 0.3s !important; border:none !important; }
.woocommerce-checkout #place_order:hover { filter: brightness(0.9) !important; }

/* Custom Passengers Section */
#viva_passengers_fields { margin-top: 3rem; margin-bottom: 2rem; }
.viva-passenger-box { background: #f8fafc; padding: 1.5rem; border: 1px solid #e2e8f0; border-radius: 8px; margin-top: 1.5rem; box-shadow: 0 2px 10px rgba(0,0,0,0.02); }
.viva-passenger-box h4 { margin: 0 0 1rem 0; font-size: 1.15rem; color: #0f172a; display:flex; align-items:center; gap:0.5rem; }
.viva-passenger-box h4::before { content: "\e7fd"; font-family: 'Material Symbols Outlined'; color: var(--clr-primary, #166534); }

/* --- Single Tour Mobile Responsiveness --- */
@media (max-width: 900px) {
    .ts-layout-grid {
        flex-direction: column;
        gap: 2rem;
    }
    .ts-sidebar-wrap {
        width: 100%;
        position: static;
        margin-top: 1rem;
    }
    .ts-meta-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .ts-meta-right {
        width: 100%;
        justify-content: flex-start;
    }
    .ts-gallery {
        height: 320px !important;
        flex-direction: column;
    }
    .ts-gallery-main {
        width: 100%;
        height: 100%;
    }
    .ts-gallery-grid {
        display: none !important; /* Ocultamos la grilla en móvil para que destaque la imagen principal, el botón mostrará todas flotando sobre la principal */
    }
    .ts-gallery:has(.ts-show-all-btn) {
        position: relative;
    }
    .ts-gallery .ts-show-all-btn {
        bottom: 1rem !important;
        right: 1rem !important;
    }

    /* Evitar desborde transversal por las dos columnas de inclusiones */
    .ts-inclusions-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 0;
    }
}
