/*
Theme Name: Ecosportour
Theme URI: https://ecosportour.com
Author: Blue Nova Consulting
Author URI: https://bluenova.com.ec
Description: Tema a medida para Ecosportour Cía. Ltda. — operadora de turismo en Quito, Ecuador. Basado en la plantilla GlobeTrek, totalmente autoadministrable con ACF Pro.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecosportour
Tags: travel, tours, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   Los estilos base viven en assets/css/style.css (plantilla GlobeTrek).
   Este archivo solo contiene los ajustes propios de Ecosportour que deben
   sobrescribir a la plantilla. Los colores NO se escriben aquí: se generan
   dinámicamente desde Ajustes del Sitio → Colores (ver inc/enqueue.php).
   ========================================================================== */

/* Tipografía de marca ----------------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-family: var(--font-main);
}

h1, h2, h3, h4, h5, h6,
.title,
.property-topic {
	font-family: var(--font-main);
	letter-spacing: -0.01em;
}

/* Accesibilidad ----------------------------------------------------------- */
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus {
	background-color: var(--white);
	color: var(--eco-secondary);
	display: block;
	font-size: 14px;
	font-weight: 600;
	left: 8px;
	padding: 12px 20px;
	position: fixed;
	text-decoration: none;
	top: 8px;
	z-index: 100000;
}

:focus-visible {
	outline: 2px solid var(--eco-primary);
	outline-offset: 2px;
}

/* Botón flotante de WhatsApp --------------------------------------------- */
.eco-whatsapp-float {
	align-items: center;
	background-color: #25d366;
	border-radius: 50%;
	bottom: 24px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	display: flex;
	height: 56px;
	justify-content: center;
	position: fixed;
	right: 24px;
	transition: transform 0.25s ease;
	width: 56px;
	z-index: 999;
}

.eco-whatsapp-float:hover {
	transform: scale(1.08);
}

.eco-whatsapp-float svg {
	fill: #fff;
	height: 30px;
	width: 30px;
}

/* Barra móvil fija (Book Now + WhatsApp) ---------------------------------- */
.eco-mobile-bar {
	background-color: var(--white);
	border-top: 1px solid var(--stoke-color);
	bottom: 0;
	display: none;
	gap: 10px;
	left: 0;
	padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
	position: fixed;
	right: 0;
	z-index: 1000;
}

.eco-mobile-bar .tf-btn {
	flex: 1;
	justify-content: center;
	text-align: center;
}

.eco-mobile-bar .eco-bar-wa {
	background-color: #25d366;
	border-color: #25d366;
	color: #fff;
	flex: 0 0 54px;
	max-width: 54px;
}

@media (max-width: 991px) {
	.eco-mobile-bar {
		display: flex;
	}

	.eco-whatsapp-float {
		bottom: 84px;
	}

	body.has-eco-mobile-bar {
		padding-bottom: 76px;
	}
}

/* Barra de prueba social -------------------------------------------------- */
.eco-social-proof {
	background-color: var(--eco-accent);
	padding: 22px 0;
}

.eco-social-proof .eco-proof-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 36px;
	justify-content: center;
}

.eco-social-proof .eco-proof-rating {
	align-items: center;
	display: flex;
	gap: 10px;
}

.eco-social-proof .eco-proof-score {
	color: var(--eco-secondary);
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}

.eco-social-proof .eco-proof-stars {
	color: var(--star-color);
	font-size: 17px;
	letter-spacing: 2px;
}

.eco-social-proof .eco-proof-count {
	color: var(--text-color);
	font-size: 14px;
}

.eco-social-proof .eco-proof-badges {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	justify-content: center;
}

.eco-social-proof .eco-proof-badges img {
	height: auto;
	max-height: 46px;
	object-fit: contain;
	width: auto;
}

/* Bullets de confianza del hero ------------------------------------------ */
.eco-trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}

.eco-trust-list li {
	align-items: center;
	color: var(--white);
	display: flex;
	font-size: 15px;
	font-weight: 500;
	gap: 8px;
}

.eco-trust-list li::before {
	color: var(--eco-primary);
	content: "\e91b"; /* icon-check */
	font-family: "icomoon";
	font-size: 13px;
}

/* Bullets rápidos de las tarjetas de tour -------------------------------- */
.eco-card-bullets {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.eco-card-bullets li {
	align-items: flex-start;
	color: var(--text-color);
	display: flex;
	font-size: 14px;
	gap: 8px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.eco-card-bullets li::before {
	color: var(--eco-primary);
	content: "\e91b"; /* icon-check */
	flex-shrink: 0;
	font-family: "icomoon";
	font-size: 11px;
	margin-top: 4px;
}

.eco-proof-stars .icon-star.empty,
.list-star .icon-star.empty {
	opacity: 0.28;
}

/* Aviso de dato pendiente (solo visible para administradores) ------------- */
.eco-pending {
	background-color: #fff3cd;
	border: 1px dashed #d39e00;
	border-radius: 4px;
	color: #7a5b00;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 8px;
}

/* ==========================================================================
   BLOQUE DE PLANTILLAS
   Portada, tour, listados, páginas de contenido, blog y páginas de sistema.
   Unificado a partir del CSS pedido por cada plantilla: reglas duplicadas
   fundidas en una sola y contradicciones resueltas.

   Normas del bloque:
   · Ningún color en duro. Solo var(--eco-primary|secondary|accent|button),
     var(--white), var(--text-color), var(--stoke-color), var(--star-color)
     y las variantes rgba(var(--eco-*-rgb), a) que genera inc/enqueue.php.
   · Sobre el celeste --eco-primary el texto va SIEMPRE en --eco-secondary.
   · Todos los media queries están juntos al final (sección 15), ordenados de
     mayor a menor: 1400 / 1199 / 991 / 767 / 575 / 380.
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Variables propias y protecciones globales
   -------------------------------------------------------------------------- */
:root {
	/* Alto real de la cabecera. La cabecera es transparente y va en el flujo
	   normal, así que la portada sube su hero por debajo con un margen
	   negativo. Si cambia el alto de la cabecera, basta con tocar esto. */
	--eco-header-h: 104px;

	/* Radio y filete comunes a tarjetas, cajas y embebidos. */
	--eco-radius: 16px;
	--eco-hairline: 1px solid rgba(var(--eco-secondary-rgb), 0.12);
}

/* Ninguna sección debe generar barra de desplazamiento horizontal.
   Se usa "clip" y no "hidden" para no romper los position:sticky. */
html,
body {
	overflow-x: clip;
}

/* Los embebidos que pega el cliente (mapas, vídeos) nunca desbordan. */
iframe,
video {
	max-width: 100%;
}

/* --------------------------------------------------------------------------
   1. Utilidades compartidas
   -------------------------------------------------------------------------- */
.eco-gap-row {
	row-gap: 40px;
}

.eco-rich-text p {
	margin-bottom: 16px;
}

.eco-rich-text p:last-child {
	margin-bottom: 0;
}

.eco-rich-text ul,
.eco-rich-text ol {
	margin: 0 0 16px 20px;
}

.eco-rich-text li {
	margin-bottom: 8px;
}

/* Cierre de bloque: toda sección termina en una llamada a la acción.
   Una única definición para todos los contenedores de botones. */
.eco-section-cta,
.eco-section-actions,
.eco-cta-actions,
.eco-hero-actions,
.eco-404-actions,
.eco-thankyou-actions,
.eco-empty-actions,
.eco-listing-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

/* Variantes centradas (portada, galería del tour, listados y sistema). */
.eco-actions-center,
.eco-cta-actions,
.eco-gallery-actions,
.eco-404-actions,
.eco-thankyou-actions,
.eco-empty-actions,
.eco-listing-cta-actions,
.eco-home-tours .eco-section-cta,
.eco-why .eco-section-cta,
.eco-testimonials .eco-section-cta,
.eco-home-blog .eco-section-cta,
.eco-related-tours .eco-section-cta,
.eco-form-fallback .eco-section-actions {
	justify-content: center;
}

.eco-actions-stack {
	flex-direction: column;
}

.eco-actions-stack .tf-btn {
	justify-content: center;
	text-align: center;
	width: 100%;
}

/* --------------------------------------------------------------------------
   2. Cabecera: teléfono directo y contraste sobre el hero
   -------------------------------------------------------------------------- */
.eco-header-phone {
	color: var(--eco-secondary);
	font-size: 15px;
	font-weight: 600;
	gap: 8px;
	text-decoration: none;
	white-space: nowrap;
}

.eco-header-phone .icon {
	color: var(--eco-button);
	font-size: 18px;
}

.eco-header-phone:hover,
.eco-header-phone:focus-visible {
	color: var(--eco-button);
}

/* La cabecera es transparente y en la portada se superpone al hero oscuro:
   allí su texto va en blanco hasta que el scroll le pone fondo blanco. */
body.home:has(.eco-hero) #header:not(.scrolled) .header-wrap,
body.home:has(.eco-hero) #header:not(.scrolled) .header-wrap a:not(.tf-btn),
body.home:has(.eco-hero) #header:not(.scrolled) .eco-header-phone .icon,
body.home:has(.eco-hero) #header:not(.scrolled) .toggle-mobile {
	color: var(--white);
}

/* --------------------------------------------------------------------------
   3. Portada — hero
   -------------------------------------------------------------------------- */
.eco-hero {
	background-color: var(--eco-secondary);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: calc(var(--eco-header-h) * -1);
	min-height: min(88vh, 820px);
	overflow: hidden;
	padding: calc(var(--eco-header-h) + 88px) 0 96px;
	position: relative;
}

.eco-hero-media {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.eco-hero-media img,
.eco-hero-media video {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.eco-hero::after {
	background: linear-gradient(
		180deg,
		rgba(var(--eco-secondary-rgb), 0.68) 0%,
		rgba(var(--eco-secondary-rgb), 0.32) 42%,
		rgba(var(--eco-secondary-rgb), 0.88) 100%
	);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.eco-hero > .container {
	position: relative;
	z-index: 2;
}

.eco-hero-content {
	max-width: 730px;
}

.eco-hero-title {
	color: var(--white);
	font-size: clamp(34px, 5vw, 60px);
	line-height: 1.08;
	margin: 0 0 18px;
}

.eco-hero-subtitle {
	color: var(--white);
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 26px;
	max-width: 620px;
	opacity: 0.94;
}

/* En el hero los botones van pegados al texto, sin el margen de cierre. */
.eco-hero .eco-hero-actions {
	gap: 14px;
	margin-top: 0;
}

/* --------------------------------------------------------------------------
   4. Portada — resto de secciones
   -------------------------------------------------------------------------- */
/* Los tours destacados pesan más que el resto de la página. */
.eco-home-tours .box-title .title {
	font-size: clamp(32px, 3.4vw, 48px);
}

.eco-why {
	background-color: var(--eco-accent);
}

.eco-why .box-icon-benefits {
	gap: 20px;
	height: 100%;
	padding: 36px 26px;
	text-align: center;
}

.eco-why .box-icon-benefits .wrap-icon img {
	height: 40px;
	object-fit: contain;
	width: 40px;
}

.eco-why .box-icon-benefits .name {
	margin: 0 0 8px;
}

.eco-why .box-icon-benefits .desc {
	margin: 0;
}

.eco-home-blog {
	background-color: var(--eco-accent);
}

/* Testimonios ------------------------------------------------------------- */
.eco-testimonial {
	background-color: var(--white);
	border: 1px solid var(--stoke-color);
	border-radius: var(--eco-radius);
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: 100%;
	margin: 0;
	padding: 28px;
}

.eco-testimonial-stars {
	color: var(--star-color);
	font-size: 15px;
	letter-spacing: 2px;
}

.eco-testimonial-text {
	border: 0;
	color: var(--text-color);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	padding: 0;
	quotes: none;
}

.eco-testimonial-author {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: auto;
}

.eco-testimonial-name {
	color: var(--eco-secondary);
	font-weight: 700;
}

.eco-testimonial-origin {
	color: var(--text-color);
	font-size: 14px;
}

/* --------------------------------------------------------------------------
   5. Carruseles y flechas (definición única para galería, testimonios
      y tours relacionados)
   -------------------------------------------------------------------------- */
.eco-sw-wrap,
.eco-cards-wrap,
.eco-gallery-wrap {
	position: relative;
}

.eco-sw-cards,
.eco-sw-gallery {
	overflow: hidden;
	width: 100%;
}

.eco-sw-cards .swiper-slide,
.eco-sw-gallery .swiper-slide {
	height: auto;
}

/* Las tarjetas del carrusel igualan altura dentro de cada diapositiva. */
.eco-sw-cards .swiper-slide > * {
	height: 100%;
}

.eco-sw-gallery .swiper-pagination {
	margin-top: 14px;
	position: static;
}

.eco-nav-prev,
.eco-nav-next {
	align-items: center;
	background-color: var(--white);
	border: 1px solid var(--eco-primary);
	border-radius: 50%;
	color: var(--eco-secondary);
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 16px;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: background-color 0.25s ease, transform 0.25s ease;
	width: 44px;
	z-index: 3;
}

/* Sobre el celeste de marca el texto va en secundario, nunca en blanco. */
.eco-nav-prev:hover,
.eco-nav-next:hover,
.eco-nav-prev:focus-visible,
.eco-nav-next:focus-visible {
	background-color: var(--eco-primary);
	color: var(--eco-secondary);
}

.eco-nav-prev.swiper-button-disabled,
.eco-nav-next.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

/* Flechas superpuestas al carrusel (hijas directas del envoltorio).
   Se mantienen dentro del contenedor para no provocar desbordes. */
.eco-sw-wrap > .eco-nav-prev,
.eco-sw-wrap > .eco-nav-next,
.eco-cards-wrap > .eco-nav-prev,
.eco-cards-wrap > .eco-nav-next,
.eco-gallery-wrap > .eco-nav-prev,
.eco-gallery-wrap > .eco-nav-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.eco-sw-wrap > .eco-nav-prev,
.eco-cards-wrap > .eco-nav-prev,
.eco-gallery-wrap > .eco-nav-prev {
	left: 8px;
}

.eco-sw-wrap > .eco-nav-next,
.eco-cards-wrap > .eco-nav-next,
.eco-gallery-wrap > .eco-nav-next {
	right: 8px;
}

.eco-sw-wrap > .eco-nav-prev:hover,
.eco-sw-wrap > .eco-nav-next:hover,
.eco-cards-wrap > .eco-nav-prev:hover,
.eco-cards-wrap > .eco-nav-next:hover,
.eco-gallery-wrap > .eco-nav-prev:hover,
.eco-gallery-wrap > .eco-nav-next:hover {
	transform: translateY(-50%) scale(1.06);
}

/* Flechas en línea, junto al título del bloque (tours relacionados). */
.eco-cards-nav {
	display: flex;
	gap: 10px;
}

.eco-cards-nav .eco-nav-prev:hover,
.eco-cards-nav .eco-nav-next:hover {
	transform: scale(1.06);
}

/* --------------------------------------------------------------------------
   6. Tarjetas: tour, artículo y precios
   -------------------------------------------------------------------------- */
.eco-tour-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.eco-tour-card .archive-bottom {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.eco-tour-card .images-group img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.eco-tour-card .content-bottom {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
}

.eco-price-from {
	color: var(--text-color);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.eco-price-ask {
	color: var(--eco-secondary);
	font-size: 16px;
	font-weight: 600;
}

.eco-post-card {
	background-color: var(--white);
	border: 1px solid var(--stoke-color);
	border-radius: var(--eco-radius);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.eco-post-card .images-group img {
	aspect-ratio: 3 / 2;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.eco-post-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	padding: 22px 24px 24px;
}

.eco-post-card-body h3 {
	margin: 0;
}

.eco-post-card-body h3 .link:hover {
	color: var(--eco-button);
}

.eco-post-card-body p {
	color: var(--text-color);
	margin: 0;
}

/* La fecha de la tarjeta no lleva el filete de la ficha de entrada. */
.eco-post-card .eco-post-meta {
	border: 0;
	color: var(--text-color);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.eco-read-more {
	align-items: center;
	color: var(--eco-button);
	display: inline-flex;
	font-weight: 600;
	gap: 6px;
	margin-top: auto;
	padding-top: 4px;
	text-decoration: none;
}

.eco-read-more:hover,
.eco-read-more:focus-visible {
	color: var(--eco-button-hover);
	text-decoration: underline;
}

/* --------------------------------------------------------------------------
   7. Cabecera de páginas interiores (eco_page_hero)
      Va debajo de la cabecera transparente, nunca por detrás: así el menú
      conserva su texto oscuro sobre fondo claro.
   -------------------------------------------------------------------------- */
.eco-page-hero {
	background-color: var(--eco-accent);
	padding: 48px 0 56px;
	position: relative;
}

.eco-page-hero > .container {
	position: relative;
	z-index: 1;
}

.eco-page-hero .breadcrumb-content {
	margin-bottom: 18px;
}

.eco-page-hero-title {
	color: var(--eco-secondary);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.12;
	margin: 0;
}

.eco-page-hero-subtitle {
	color: var(--text-color);
	font-size: 18px;
	line-height: 1.6;
	margin: 14px 0 0;
	max-width: 720px;
}

.eco-page-hero.has-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 76px 0 84px;
}

.eco-page-hero.has-image::before {
	background: linear-gradient(
		180deg,
		rgba(var(--eco-secondary-rgb), 0.55) 0%,
		rgba(var(--eco-secondary-rgb), 0.8) 100%
	);
	content: "";
	inset: 0;
	position: absolute;
}

.eco-page-hero.has-image .eco-page-hero-title,
.eco-page-hero.has-image .eco-page-hero-subtitle,
.eco-page-hero.has-image .breadcrumb,
.eco-page-hero.has-image .breadcrumb a,
.eco-page-hero.has-image .breadcrumb .current {
	color: var(--white);
}

.eco-page-hero.has-image .breadcrumb a:hover {
	color: var(--eco-primary);
}

/* --------------------------------------------------------------------------
   8. Sección de llamada final (eco_cta_section)
   -------------------------------------------------------------------------- */
.eco-cta-section {
	background-color: var(--eco-accent);
	padding: 72px 0;
	position: relative;
}

.eco-cta-section.has-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.eco-cta-section.has-image::before {
	background-color: rgba(var(--eco-secondary-rgb), 0.74);
	content: "";
	inset: 0;
	position: absolute;
}

.eco-cta-section > .container {
	position: relative;
	z-index: 1;
}

.eco-cta-inner {
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
}

.eco-cta-title {
	color: var(--eco-secondary);
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.15;
	margin: 0 0 14px;
}

.eco-cta-text {
	color: var(--text-color);
	font-size: 17px;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 620px;
}

.eco-cta-section.has-image .eco-cta-title,
.eco-cta-section.has-image .eco-cta-text {
	color: var(--white);
}

/* --------------------------------------------------------------------------
   9. Página de tour (single-tour.php)
   -------------------------------------------------------------------------- */
.eco-tour-hero .box-info {
	margin-bottom: 24px;
}

.eco-tour-subtitle {
	color: rgba(var(--eco-secondary-rgb), 0.75);
	font-size: 18px;
	margin-top: 10px;
	max-width: 760px;
}

.eco-tour-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
	margin-top: 18px;
}

.eco-tour-meta-item {
	align-items: center;
	display: flex;
	gap: 8px;
}

.eco-tour-meta-item .icon {
	color: var(--eco-accent);
	font-size: 18px;
}

.eco-tour-price {
	align-items: baseline;
	flex-wrap: wrap;
}

.eco-tour-price .value {
	color: var(--eco-accent);
	margin: 0;
}

.eco-tour-price .note,
.eco-tour-meta .subtitle {
	color: rgba(var(--eco-secondary-rgb), 0.7);
}

/* Estrellas --------------------------------------------------------------- */
.eco-rating-stars {
	color: var(--eco-accent);
	display: inline-flex;
	gap: 2px;
}

.eco-rating-stars .icon-star {
	font-family: "icomoon";
	font-size: 14px;
	font-style: normal;
}

.eco-rating-stars .icon-star.empty {
	opacity: 0.28;
}

.eco-rating-score {
	font-weight: 700;
}

/* Galería ----------------------------------------------------------------- */
.eco-tour-gallery {
	margin-bottom: 40px;
}

.eco-gallery-item {
	border-radius: var(--eco-radius);
	display: block;
	overflow: hidden;
}

.eco-gallery-item img {
	aspect-ratio: 3 / 2;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* Bullets rápidos y ficha del tour ---------------------------------------- */
.eco-tour-bullets {
	display: grid;
	gap: 10px 24px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin: 0 0 24px;
	padding: 0;
}

.eco-tour-bullets li {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	list-style: none;
}

.eco-tour-bullets .icon-check,
.eco-feature-list .icon-check,
.eco-sidebar-bullets .icon-check {
	color: var(--eco-accent);
	flex: 0 0 auto;
	margin-top: 3px;
}

.eco-tour-facts .box-icon .icon {
	color: var(--eco-accent);
	font-size: 22px;
}

/* Incluye / no incluye / qué llevar --------------------------------------- */
.eco-feature-title {
	margin-bottom: 12px;
}

.eco-feature-list {
	margin: 0;
	padding: 0;
}

.eco-feature-list .feature-item {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	list-style: none;
	margin-bottom: 10px;
}

.eco-feature-list.is-excluded .icon-X {
	color: rgba(var(--eco-secondary-rgb), 0.45);
	flex: 0 0 auto;
	margin-top: 3px;
}

.eco-bring-box {
	background-color: rgba(var(--eco-primary-rgb), 0.14);
	border-radius: var(--eco-radius);
	margin-top: 24px;
	padding: 20px 24px;
}

.eco-bring-box .eco-feature-title,
.eco-bring-box .subtitle {
	color: var(--eco-secondary);
}

/* Mapas (ficha del tour y oficina) ---------------------------------------- */
.eco-map-embed iframe,
.eco-office-map-frame iframe {
	border: 0;
	border-radius: var(--eco-radius);
	display: block;
	height: 420px;
	width: 100%;
}

/* El mapa de la oficina es de ancho completo: sin esquinas redondeadas. */
.eco-office-map-frame iframe {
	border-radius: 0;
	height: clamp(300px, 46vw, 520px);
}

/* Reseñas ----------------------------------------------------------------- */
.eco-reviews-summary {
	align-items: center;
	background-color: rgba(var(--eco-primary-rgb), 0.14);
	border-radius: var(--eco-radius);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
	padding: 16px 20px;
}

.eco-reviews-summary .eco-rating-score,
.eco-reviews-summary .subtitle {
	color: var(--eco-secondary);
	margin: 0;
}

.eco-reviews-list {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin: 0;
	padding: 0;
}

.eco-review-item {
	border: var(--eco-hairline);
	border-radius: var(--eco-radius);
	list-style: none;
	padding: 20px 22px;
}

.eco-review-text {
	border: 0;
	margin: 10px 0 14px;
	padding: 0;
}

.eco-review-author .name {
	display: block;
	font-weight: 700;
}

/* Formulario de reserva --------------------------------------------------- */
.eco-booking-fallback {
	border: 1px dashed rgba(var(--eco-secondary-rgb), 0.25);
	border-radius: var(--eco-radius);
	padding: 24px;
}

/* Barra lateral fija ------------------------------------------------------ */
.eco-tour-sidebar {
	position: sticky;
	top: 100px;
}

.eco-sidebar-box {
	border: var(--eco-hairline);
	border-radius: var(--eco-radius);
	margin-bottom: 20px;
	padding: 24px;
}

.eco-sidebar-price {
	border-bottom: var(--eco-hairline);
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.eco-sidebar-price .label,
.eco-sidebar-price .note {
	display: block;
}

.eco-sidebar-price .value {
	color: var(--eco-accent);
	display: block;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
}

.eco-sidebar-bullets {
	margin: 0 0 20px;
	padding: 0;
}

.eco-sidebar-bullets li {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	list-style: none;
	margin-bottom: 8px;
}

.eco-sidebar-actions {
	display: grid;
	gap: 10px;
}

.eco-sidebar-actions .tf-btn {
	justify-content: center;
	text-align: center;
	width: 100%;
}

/* --------------------------------------------------------------------------
   10. Listado de tours (archive-tour.php / taxonomy-destination.php)
   -------------------------------------------------------------------------- */
.eco-filter-bar {
	margin-bottom: 32px;
}

.eco-filter-list,
.eco-filter-sublist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eco-filter-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 16px;
}

.eco-filter-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.eco-filter-sublist {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.eco-filter-link {
	align-items: center;
	border: 1px solid var(--eco-primary);
	border-radius: 999px;
	color: var(--eco-secondary);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	line-height: 1.2;
	padding: 10px 18px;
	text-decoration: none;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

/* Sobre el celeste, texto secundario (regla de contraste). */
.eco-filter-link:hover,
.eco-filter-link:focus-visible,
.eco-filter-link.is-active {
	background-color: var(--eco-primary);
	border-color: var(--eco-primary);
	color: var(--eco-secondary);
}

/* Padre del término activo. */
.eco-filter-link.is-open {
	border-color: var(--eco-accent);
}

.eco-filter-child {
	border-style: dashed;
	font-size: 13px;
	font-weight: 500;
	padding: 7px 14px;
}

.eco-filter-count {
	font-size: 12px;
	font-weight: 500;
	opacity: 0.7;
}

/* Selector de destino para móvil (se cambia por la lista en escritorio). */
.eco-filter-nav {
	display: none;
}

.eco-filter-select {
	background-color: transparent;
	border: 1px solid var(--eco-primary);
	border-radius: 8px;
	color: var(--eco-secondary);
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	max-width: min(420px, 100%);
	padding: 12px 16px;
	width: 100%;
}

/* Recuento, rejilla y cierre del listado ---------------------------------- */
.eco-listing-count {
	font-size: 15px;
	margin: 0 0 20px;
	opacity: 0.75;
}

.eco-tours-grid {
	margin-bottom: 8px;
}

.eco-listing-cta {
	border-top: 1px solid var(--eco-primary);
	margin-top: 48px;
	padding-top: 32px;
	text-align: center;
}

.eco-listing-cta p {
	margin-bottom: 20px;
}

/* Estado vacío (listados, blog y búsqueda) — definición única. */
.eco-empty-state {
	border: 1px dashed var(--eco-primary);
	border-radius: 12px;
	margin: 0 auto;
	max-width: 640px;
	padding: 48px 24px;
	text-align: center;
}

.eco-empty-state p {
	margin: 12px 0 24px;
}

/* Descripción larga del destino ------------------------------------------- */
.eco-term-intro-section {
	padding-bottom: 0;
}

.eco-term-intro {
	max-width: 820px;
}

.eco-term-intro p:last-child {
	margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   11. Sobre nosotros, Contacto y Preguntas frecuentes
   -------------------------------------------------------------------------- */
.eco-story-media {
	border-radius: var(--eco-radius);
	overflow: hidden;
}

.eco-story-media img {
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* Fila destacada de cifras: fondo celeste, texto en secundario. */
.eco-figures-band {
	background-color: var(--eco-primary);
	color: var(--eco-secondary);
	padding: 56px 0;
}

.eco-figures-grid {
	display: grid;
	gap: 28px 24px;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	text-align: center;
}

.eco-figure-number {
	color: var(--eco-secondary);
	display: block;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 700;
	line-height: 1;
}

.eco-figure-text {
	color: var(--eco-secondary);
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 10px;
	opacity: 0.85;
}

/* Equipo ------------------------------------------------------------------ */
.eco-team .box-title {
	margin-bottom: 40px;
}

.eco-team-member .eco-team-bio {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.eco-team-member .eco-team-langs {
	align-items: center;
	color: rgba(var(--eco-secondary-rgb), 0.7);
	display: flex;
	font-size: 14px;
	gap: 8px;
	margin: 0;
}

.eco-team-member .eco-team-langs .icon {
	color: var(--eco-button);
	font-size: 15px;
}

/* Contacto — tarjetas de datos ------------------------------------------- */
.eco-contact-cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.eco-contact-card {
	align-items: flex-start;
	background-color: rgba(var(--eco-primary-rgb), 0.07);
	border: var(--eco-hairline);
	border-radius: var(--eco-radius);
	display: flex;
	gap: 16px;
	padding: 24px;
	transition: border-color 0.25s ease, transform 0.25s ease;
}

.eco-contact-card:hover {
	border-color: var(--eco-primary);
	transform: translateY(-3px);
}

.eco-contact-icon {
	align-items: center;
	background-color: var(--eco-primary);
	border-radius: 50%;
	color: var(--eco-secondary);
	display: flex;
	flex-shrink: 0;
	font-size: 20px;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.eco-contact-body {
	min-width: 0;
}

.eco-contact-label {
	color: rgba(var(--eco-secondary-rgb), 0.65);
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.eco-contact-value {
	color: var(--eco-secondary);
	display: block;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

a.eco-contact-value:hover,
a.eco-contact-value:focus-visible {
	color: var(--eco-button);
}

/* Contacto — formulario y alternativa ------------------------------------ */
.eco-form-panel {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
}

.eco-form-panel .box-title {
	margin-bottom: 28px;
	text-align: center;
}

.eco-form-fallback {
	background-color: rgba(var(--eco-primary-rgb), 0.07);
	border: var(--eco-hairline);
	border-radius: var(--eco-radius);
	padding: 32px;
	text-align: center;
}

.eco-office-map .box-title {
	margin-bottom: 24px;
	text-align: center;
}

.eco-office-map {
	padding-bottom: 80px;
}

/* Preguntas frecuentes ---------------------------------------------------- */
.wg-faq .box-faq {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* El disparador del acordeón es un <button> (accesible con teclado). */
.wg-faq .faq-item .faq-top {
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-align: left;
	width: 100%;
}

.wg-faq .faq-item .faq-top .question-title {
	margin: 0;
}

.wg-faq .faq-item .faq-top[aria-expanded="true"] {
	padding-bottom: 12px;
}

.wg-faq .faq-item .faq-top[aria-expanded="true"] .question-title,
.wg-faq .faq-item .faq-top[aria-expanded="true"] .icon {
	color: var(--eco-button);
}

.wg-faq .faq-item .faq-top[aria-expanded="true"] .icon {
	transform: rotate(180deg);
}

.eco-faq-aside {
	background-color: rgba(var(--eco-primary-rgb), 0.09);
	border: var(--eco-hairline);
	border-radius: var(--eco-radius);
	padding: 32px;
	position: sticky;
	top: 110px;
}

.eco-faq-aside h2 {
	margin-bottom: 12px;
}

.eco-faq-aside p {
	margin-bottom: 0;
}

.eco-faq-contact {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.eco-faq-contact li {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.eco-faq-contact li:last-child {
	margin-bottom: 0;
}

.eco-faq-contact .icon {
	color: var(--eco-button);
	font-size: 16px;
}

.eco-faq-contact a {
	color: var(--eco-secondary);
	font-weight: 600;
	overflow-wrap: anywhere;
}

.eco-faq-contact a:hover {
	color: var(--eco-button);
}

/* --------------------------------------------------------------------------
   12. Blog: contenido del editor, meta, comentarios
   -------------------------------------------------------------------------- */
.eco-entry-content {
	overflow-wrap: break-word;
}

.eco-entry-content > *:first-child {
	margin-top: 0;
}

.eco-entry-content > *:last-child {
	margin-bottom: 0;
}

.eco-entry-content p,
.eco-entry-content li {
	line-height: 1.75;
}

.eco-entry-content p {
	margin-bottom: 1.25em;
}

.eco-entry-content h2,
.eco-entry-content h3,
.eco-entry-content h4,
.eco-entry-content h5 {
	color: var(--eco-secondary);
	margin-bottom: 0.6em;
	margin-top: 1.6em;
}

.eco-entry-content a {
	color: var(--eco-button);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.eco-entry-content a:hover {
	color: var(--eco-button-hover);
}

.eco-entry-content ul,
.eco-entry-content ol {
	margin: 0 0 1.25em;
	padding-left: 1.35em;
}

.eco-entry-content li {
	margin-bottom: 0.5em;
}

.eco-entry-content li::marker {
	color: var(--eco-primary);
}

.eco-entry-content img,
.eco-entry-content iframe,
.eco-entry-content video {
	border-radius: var(--eco-radius);
	height: auto;
	max-width: 100%;
}

.eco-entry-content figure {
	margin: 2em 0;
}

.eco-entry-content figcaption {
	color: var(--text-color);
	font-size: 14px;
	margin-top: 0.6em;
	text-align: center;
}

.eco-entry-content blockquote {
	border-left: 4px solid var(--eco-primary);
	font-size: 18px;
	font-style: italic;
	margin: 2em 0;
	padding: 0.25em 0 0.25em 1.25em;
}

/* Las tablas del editor se desplazan dentro de su caja, nunca la página. */
.eco-entry-content .wp-block-table,
.eco-entry-content figure.wp-block-table {
	overflow-x: auto;
}

.eco-entry-content table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
}

.eco-entry-content th,
.eco-entry-content td {
	border: 1px solid rgba(var(--eco-secondary-rgb), 0.14);
	padding: 10px 14px;
	text-align: left;
}

.eco-entry-content th {
	background-color: var(--eco-accent);
}

.eco-entry-content pre {
	background-color: var(--eco-accent);
	border-radius: 12px;
	overflow-x: auto;
	padding: 16px 18px;
}

/* Enlaces de páginas internas (wp_link_pages) ----------------------------- */
.eco-page-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 32px;
}

.eco-page-links-label {
	font-weight: 600;
}

.eco-page-links a,
.eco-page-links > span:not(.eco-page-links-label) {
	border: 1px solid rgba(var(--eco-secondary-rgb), 0.18);
	border-radius: 8px;
	padding: 4px 12px;
}

.eco-page-links a:hover {
	border-color: var(--eco-button);
	color: var(--eco-button);
}

/* Meta de la entrada (solo la lista de la ficha, no la fecha de la tarjeta) */
ul.eco-post-meta {
	border-bottom: var(--eco-hairline);
	list-style: none;
	margin: 0 0 32px;
	padding: 0 0 24px;
}

ul.eco-post-meta .icon {
	color: var(--eco-button);
	font-size: 18px;
}

ul.eco-post-meta a {
	color: inherit;
}

ul.eco-post-meta a:hover {
	color: var(--eco-button);
}

/* Etiquetas --------------------------------------------------------------- */
.eco-post-tags {
	margin-top: 36px;
}

.eco-post-tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eco-post-tags-label {
	color: var(--eco-secondary);
	font-weight: 600;
}

/* Navegación anterior / siguiente ----------------------------------------- */
.eco-post-nav {
	margin-top: 40px;
}

.eco-post-nav .link {
	display: inline-block;
	margin-top: 2px;
}

.eco-post-nav .link:hover {
	color: var(--eco-button);
}

/* Comentarios ------------------------------------------------------------- */
.eco-comments {
	margin-top: 56px;
}

.eco-comments-title {
	margin-bottom: 20px;
}

.eco-comment-list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.eco-comment-list ul.children {
	list-style: none;
	margin-top: 24px;
	padding-left: 32px;
}

.eco-comment-list li {
	margin-bottom: 24px;
}

.eco-comment-form .form-wg {
	margin-bottom: 18px;
}

.eco-comment-form .sub-ip {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

.eco-comment-form .form-control {
	max-width: 100%;
	width: 100%;
}

.eco-comment-form .comment-form-cookies-consent {
	align-items: center;
	display: flex;
	font-size: 14px;
	gap: 8px;
}

/* --------------------------------------------------------------------------
   13. Buscador, 404 y página de agradecimiento
   -------------------------------------------------------------------------- */
.eco-search-form {
	position: relative;
	width: 100%;
}

.eco-search-form .search-field {
	max-width: 100%;
	padding-right: 52px;
	width: 100%;
}

.eco-search-form .eco-search-submit {
	background: none;
	border: 0;
	bottom: 0;
	color: var(--eco-secondary);
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 0 14px;
	position: absolute;
	right: 0;
	top: 0;
}

.eco-search-form .eco-search-submit:hover {
	color: var(--eco-button);
}

.eco-search-top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	justify-content: space-between;
}

.eco-search-top .eco-search-form {
	flex: 1 1 300px;
	max-width: 460px;
}

.eco-results-count {
	color: var(--eco-secondary);
	font-weight: 600;
	margin: 0;
}

/* Página 404 -------------------------------------------------------------- */
.eco-404 {
	text-align: center;
}

.eco-404-inner .breadcrumb-content,
.eco-404-inner .breadcrumb {
	justify-content: center;
}

.eco-404-inner .breadcrumb-content {
	margin-bottom: 28px;
}

.eco-404-code {
	color: var(--eco-primary);
	font-size: clamp(72px, 16vw, 150px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0 0 8px;
}

.eco-404-title {
	margin-bottom: 16px;
}

.eco-404-text {
	margin: 0 auto 28px;
	max-width: 520px;
}

.eco-404-search {
	margin: 0 auto 28px;
	max-width: 460px;
}

/* Página de agradecimiento ------------------------------------------------ */
.eco-thankyou-icon {
	align-items: center;
	background-color: var(--eco-primary);
	border-radius: 50%;
	color: var(--eco-secondary);
	display: inline-flex;
	font-size: 30px;
	height: 84px;
	justify-content: center;
	margin-bottom: 24px;
	width: 84px;
}

.eco-thankyou-title {
	margin-bottom: 16px;
}

.eco-thankyou-text {
	margin: 0 auto 32px;
	max-width: 620px;
}

.eco-thankyou-next {
	background-color: var(--eco-accent);
	border-radius: var(--eco-radius);
	margin: 0 auto 32px;
	max-width: 560px;
	padding: 28px 32px;
	text-align: left;
}

.eco-thankyou-next h2 {
	margin-bottom: 14px;
}

.eco-next-steps {
	counter-reset: eco-step;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eco-next-steps li {
	counter-increment: eco-step;
	line-height: 1.6;
	margin-bottom: 12px;
	padding-left: 42px;
	position: relative;
}

.eco-next-steps li:last-child {
	margin-bottom: 0;
}

.eco-next-steps li::before {
	align-items: center;
	background-color: var(--eco-primary);
	border-radius: 50%;
	color: var(--eco-secondary);
	content: counter(eco-step);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	height: 26px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 1px;
	width: 26px;
}

.eco-thankyou-phone {
	font-size: 15px;
	margin: 0;
}

.eco-thankyou-phone a {
	color: var(--eco-button);
	font-weight: 600;
}

/* --------------------------------------------------------------------------
   14. Paginación (una sola definición para tours, blog y búsqueda)
   -------------------------------------------------------------------------- */
.eco-tours-listing .navigation.pagination,
.eco-blog-list .navigation.pagination,
.eco-search-results .navigation.pagination {
	margin-top: 32px;
}

.navigation.pagination .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.navigation.pagination .page-numbers {
	align-items: center;
	border: 1px solid rgba(var(--eco-secondary-rgb), 0.16);
	border-radius: 10px;
	display: inline-flex;
	font-weight: 600;
	height: 44px;
	justify-content: center;
	min-width: 44px;
	padding: 0 12px;
	text-decoration: none;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.navigation.pagination a.page-numbers:hover {
	border-color: var(--eco-button);
	color: var(--eco-button);
}

.navigation.pagination .page-numbers.current {
	background-color: var(--eco-button);
	border-color: var(--eco-button);
	color: var(--white);
}

.navigation.pagination .page-numbers.dots {
	border-color: transparent;
}

/* --------------------------------------------------------------------------
   15. Responsive. Puntos de control: 1400 / 1200 / 992 / 768 / 576 / 360.
   -------------------------------------------------------------------------- */

/* A partir de 1400 px sobra sitio para sacar las flechas del contenedor. */
@media (min-width: 1400px) {
	.eco-sw-wrap > .eco-nav-prev,
	.eco-cards-wrap > .eco-nav-prev {
		left: -22px;
	}

	.eco-sw-wrap > .eco-nav-next,
	.eco-cards-wrap > .eco-nav-next {
		right: -22px;
	}
}

/* En escritorio el filtro de destinos es una lista; en móvil, un select. */
@media (min-width: 992px) {
	.eco-filter-nav {
		display: block;
	}

	.eco-filter-mobile {
		display: none;
	}
}

@media (max-width: 1199px) {
	.eco-tour-sidebar {
		position: static;
	}
}

@media (max-width: 991px) {
	.eco-faq-aside {
		margin-top: 40px;
		position: static;
	}

	.eco-figures-band {
		padding: 44px 0;
	}

	.eco-contact-card {
		padding: 20px;
	}

	.eco-cta-section {
		padding: 56px 0;
	}
}

@media (max-width: 767px) {
	.eco-hero {
		min-height: 0;
		padding: calc(var(--eco-header-h) + 44px) 0 56px;
	}

	.eco-hero-subtitle {
		font-size: 16px;
	}

	.eco-page-hero {
		padding: 36px 0 40px;
	}

	.eco-page-hero.has-image {
		padding: 56px 0 60px;
	}

	.eco-page-hero-subtitle,
	.eco-tour-subtitle {
		font-size: 16px;
	}

	.eco-map-embed iframe {
		height: 300px;
	}

	.eco-sidebar-price .value {
		font-size: 32px;
	}

	.eco-thankyou-next {
		padding: 24px 20px;
	}

	.eco-form-fallback,
	.eco-faq-aside {
		padding: 24px 20px;
	}

	.eco-listing-cta {
		margin-top: 36px;
		padding-top: 24px;
	}

	.flat-blog-detail .post-navigation {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.flat-blog-detail .post-navigation .previous-post {
		padding-right: 0;
	}

	.flat-blog-detail .post-navigation .previous-post::after {
		display: none;
	}

	.flat-blog-detail .post-navigation .next-post {
		padding-left: 0;
		text-align: left;
	}
}

@media (max-width: 575px) {
	/* Los botones de la plantilla traen flex-shrink:0 y mucho padding:
	   en móvil ocupan la fila entera para que nada desborde. */
	.tf-btn {
		max-width: 100%;
		padding: 14px 20px;
	}

	.eco-section-cta .tf-btn,
	.eco-section-actions .tf-btn,
	.eco-cta-actions .tf-btn,
	.eco-hero-actions .tf-btn,
	.eco-404-actions .tf-btn,
	.eco-thankyou-actions .tf-btn,
	.eco-empty-actions .tf-btn,
	.eco-listing-cta-actions .tf-btn {
		flex: 1 1 100%;
		justify-content: center;
	}

	.eco-nav-prev,
	.eco-nav-next {
		height: 40px;
		width: 40px;
	}

	.eco-testimonial,
	.eco-review-item,
	.eco-sidebar-box {
		padding: 22px 20px;
	}

	.eco-post-card-body {
		padding: 20px;
	}

	.eco-comment-list ul.children {
		padding-left: 16px;
	}

	.eco-next-steps li {
		padding-left: 36px;
	}

	.eco-search-top {
		justify-content: flex-start;
	}
}

/* Pantallas de 360 px: se recortan los espacios y nada sobresale. */
@media (max-width: 380px) {
	.eco-hero {
		padding: calc(var(--eco-header-h) + 32px) 0 44px;
	}

	.eco-empty-state {
		padding: 32px 18px;
	}

	.eco-form-fallback,
	.eco-faq-aside,
	.eco-thankyou-next {
		padding: 20px 16px;
	}

	.eco-contact-card {
		gap: 12px;
		padding: 18px 16px;
	}

	.eco-filter-link {
		padding: 9px 14px;
	}

	.eco-tour-meta {
		gap: 10px 18px;
	}
}
