/*
Theme Name: Free Walking Tour Cusco Alex
Theme URI: https://freewalkingtourcuscoalex.com
Author: Alex
Author URI: https://freewalkingtourcuscoalex.com
Description: Tema personalizado para Free Walking Tour Cusco con Alex. Tours gratuitos por Cusco.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freewalkingtour
*/

/* ========================================
   SKIP TO CONTENT (ACCESIBILIDAD)
   ======================================== */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-verde-oscuro);
  color: var(--color-blanco);
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 8px 8px;
  z-index: 10000;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: top 0.3s ease;
}

.skip-to-content:focus {
  top: 0;
}

/* ========================================
   NAVBAR
   ======================================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  transition: all 0.3s ease;
  padding: 1rem 0;
}

/* WordPress admin bar offset */
body.admin-bar .navbar {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .navbar {
    top: 46px;
  }
}

.navbar.scrolled {
  background: rgba(34, 52, 0, 0.95);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--color-blanco);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
}

.navbar-logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.navbar-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar-logo-text strong {
  font-weight: 700;
  color: var(--color-dorado);
  font-size: 1.35rem;
}

.navbar-logo strong {
  font-weight: 700;
  color: var(--color-dorado);
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-dorado);
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: var(--color-dorado);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link-dropdown::after {
  display: none;
}

.nav-cta {
  display: inline-block;
  background: var(--color-dorado);
  color: var(--color-negro);
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.nav-cta:hover {
  background: var(--color-blanco);
  color: var(--color-verde-oscuro);
  transform: translateY(-1px);
}

/* Dropdown menu */
.nav-dropdown {
  position: relative;
}

.nav-link-dropdown {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link-dropdown svg {
  fill: currentColor;
  transition: transform 0.3s ease;
}

.nav-dropdown:hover .nav-link-dropdown svg {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-blanco);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  min-width: 260px;
  padding: 8px 0;
  z-index: 1000;
}

.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: var(--color-blanco);
  border-top: 0;
}

.nav-dropdown:hover .nav-dropdown-menu {
  display: block;
}

.nav-dropdown-item {
  display: block;
  padding: 12px 20px;
  color: var(--color-texto);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.nav-dropdown-item:hover {
  background: var(--color-crema);
  color: var(--color-verde-oscuro);
  padding-left: 24px;
}

/* Hamburger menu button */
.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}

.navbar-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-blanco);
  transition: all 0.3s ease;
}

.navbar-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ========================================
   VARIABLES CSS Y RESET
   ======================================== */
:root {
  --color-verde-oscuro: #223400;
  --color-verde: #2D4A00;
  --color-dorado: #C9A227;
  --color-dorado-claro: #D4B84A;
  --color-crema: #FDF6E8;
  --color-negro: #1A1A1A;
  --color-blanco: #FFFFFF;
  --color-gris: #6B6B6B;
  --color-gris-claro: #f5f5f5;
  --color-texto: #1A1A1A;
  --color-texto-claro: #6B6B6B;
  --color-terracota: #8B2323;
  --font-display: 'Playfair Display', serif;
  --font-body: 'Montserrat', sans-serif;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  color: var(--color-negro);
  line-height: 1.6;
}

section {
  width: 100%;
  max-width: 100%;
}

/* ========================================
   UTILIDADES GLOBALES
   ======================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-subtitle {
  font-size: 0.85rem;
  color: var(--color-verde-oscuro);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--color-negro);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.section-title span {
  color: var(--color-verde-oscuro);
}

/* Botones */
.btn-primary,
.btn-secondary,
.btn-outline {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--color-verde-oscuro);
  color: var(--color-blanco);
  border-color: var(--color-verde-oscuro);
  padding: 1rem 2.5rem;
}

.btn-primary:hover {
  background: transparent;
  color: var(--color-dorado);
  border-color: var(--color-dorado);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.btn-secondary {
  background: var(--color-dorado);
  color: var(--color-negro);
  padding: 0.75rem 1.75rem;
  font-size: 0.85rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(201, 162, 39, 0.4);
  border-color: var(--color-dorado);
}

.btn-secondary:hover {
  background: var(--color-blanco);
  color: var(--color-verde-oscuro);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 255, 255, 0.5);
  border-color: var(--color-blanco);
}

.btn-outline {
  background: transparent;
  color: var(--color-verde-oscuro);
  border-color: var(--color-verde-oscuro);
}

.btn-outline:hover {
  background: var(--color-verde-oscuro);
  color: var(--color-blanco);
}

/* ========================================
   HERO BANNER
   ======================================== */
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.7) 0%, rgba(139, 35, 35, 0.6) 100%),
              url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2025/02/4WHIL2IBDNGNTFISGEXBY4VEDQ.avif') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 2rem 2rem;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 50 L25 0 L50 50 L75 0 L100 50 L100 100 L0 100 Z' fill='%23D4A853' opacity='0.05'/%3E%3C/svg%3E") repeat;
  opacity: 0.3;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-badge {
  display: inline-block;
  background: var(--color-dorado);
  color: var(--color-negro);
  padding: 0.5rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: var(--color-blanco);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 2px 4px 20px rgba(0,0,0,0.4);
}

.hero h1 span {
  color: var(--color-dorado);
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

.hero-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 0 1rem;
}

.hero-info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-blanco);
  font-size: 0.95rem;
}

.hero-info-item svg {
  width: 20px;
  height: 20px;
  fill: var(--color-dorado);
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}

.scroll-indicator svg {
  width: 30px;
  height: 30px;
  fill: var(--color-dorado);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

/* ========================================
   SECCION SOBRE NOSOTROS
   ======================================== */
.about {
  padding: 6rem 2rem;
  background: var(--color-crema);
  position: relative;
  overflow: hidden;
}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-verde-oscuro), var(--color-dorado), var(--color-verde));
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-image::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid var(--color-dorado);
  border-radius: 8px;
  z-index: -1;
}

.experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--color-verde-oscuro);
  color: var(--color-blanco);
  padding: 1.5rem;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(196, 92, 38, 0.4);
}

.experience-badge span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.experience-badge small {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-text p {
  color: var(--color-gris);
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: var(--color-blanco);
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateX(5px);
}

.feature-item svg {
  width: 24px;
  height: 24px;
  fill: var(--color-verde-oscuro);
  flex-shrink: 0;
}

.feature-item span {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-negro);
}

/* ========================================
   SECCION TOURS
   ======================================== */
.tours {
  padding: 6rem 2rem;
  background: var(--color-blanco);
}

.tours-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
}

.tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  gap: 2rem;
  align-items: stretch;
}

.tour-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--color-blanco);
  border: 1px solid rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(34, 52, 0, 0.12);
}

.tour-card-image {
  display: block;
  position: relative;
  height: 240px;
  overflow: hidden;
}

.tour-card-content h3 a {
  color: inherit;
  text-decoration: none;
}

.tour-card-content h3 a:hover {
  color: var(--color-dorado);
}

.tour-card-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.tour-card:hover .tour-card-image::after {
  opacity: 1;
}

.tour-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.tour-card:hover .tour-card-image img {
  transform: scale(1.05);
}

.tour-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-dorado);
  color: var(--color-negro);
  padding: 0.4rem 1rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  letter-spacing: 1.5px;
  box-shadow: 0 4px 15px rgba(201, 162, 39, 0.4);
  z-index: 2;
}

.tour-badge.popular {
  background: var(--color-verde-oscuro);
  color: var(--color-dorado);
  box-shadow: 0 4px 15px rgba(34, 52, 0, 0.3);
}

.tour-badge.nuevo {
  background: var(--color-terracota);
  color: var(--color-blanco);
  box-shadow: 0 4px 15px rgba(139, 35, 35, 0.3);
}

.tour-card-content {
  padding: 1.5rem 1.5rem 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.tour-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--color-negro);
  margin-bottom: 0.6rem;
  line-height: 1.3;
  font-weight: 600;
}

.tour-card p {
  color: var(--color-gris);
  font-size: 0.88rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  margin-top: auto;
}

.tour-meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--color-gris);
  font-weight: 500;
}

.tour-meta-item svg {
  width: 16px;
  height: 16px;
  fill: var(--color-dorado);
}

.tour-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid #eee;
  background: var(--color-blanco);
}

.tour-card-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn-outline-sm {
  display: inline-block;
  padding: 0.55rem 1.1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid var(--color-verde-oscuro);
  color: var(--color-verde-oscuro);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-outline-sm:hover {
  background: var(--color-verde-oscuro);
  color: var(--color-blanco);
}

.tour-price {
  text-align: left;
}

.tour-price strong {
  display: block;
  font-size: 1.1rem;
  color: var(--color-verde-oscuro);
  font-weight: 700;
  font-family: var(--font-display);
  line-height: 1;
  margin-bottom: 0.15rem;
}

.tour-price span {
  display: block;
  font-size: 0.7rem;
  color: var(--color-gris);
}

.tour-card-footer .btn-secondary {
  padding: 0.55rem 1.1rem;
  font-size: 0.75rem;
  border-radius: 50px;
  box-shadow: none;
}

.tour-card-footer .btn-secondary:hover {
  transform: none;
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.3);
}

/* ========================================
   COMO FUNCIONA
   ======================================== */
.how-it-works {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, var(--color-verde-oscuro) 0%, var(--color-verde) 100%);
  position: relative;
  overflow: hidden;
}

.how-it-works::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png');
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position:
    5% 10%,
    12% 28%,
    18% 15%,
    25% 35%,
    32% 22%,
    38% 48%,
    45% 30%,
    52% 55%,
    58% 38%,
    65% 62%,
    72% 45%,
    78% 68%,
    85% 52%,
    90% 75%,
    95% 60%,
    10% 78%,
    20% 85%,
    30% 72%,
    40% 90%,
    50% 82%,
    60% 95%,
    70% 88%,
    80% 98%,
    95% 92%,
    3% 45%,
    28% 62%,
    53% 18%,
    77% 38%,
    92% 28%,
    15% 55%;
  opacity: 0.08;
  filter: brightness(0) invert(1);
  transform: rotate(-5deg);
}

.how-it-works::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png');
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position:
    8% 20%,
    15% 38%,
    22% 25%,
    28% 50%,
    35% 33%,
    42% 58%,
    48% 42%,
    55% 65%,
    62% 50%,
    68% 72%,
    75% 58%,
    82% 80%,
    88% 65%,
    92% 88%,
    97% 70%,
    5% 82%,
    25% 92%,
    45% 88%,
    65% 95%,
    85% 90%,
    12% 95%,
    35% 98%,
    7% 52%,
    33% 12%,
    58% 22%,
    83% 18%,
    98% 35%,
    18% 68%;
  opacity: 0.08;
  filter: brightness(0) invert(1);
  transform: scaleX(-1) rotate(3deg);
  pointer-events: none;
}

.how-it-works .container {
  position: relative;
  z-index: 2;
}

.how-it-works .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png'),
    url('https://freewalkingtourcuscoalex.com/wp-content/uploads/2026/01/155457.png');
  background-repeat: no-repeat;
  background-size: 45px auto;
  background-position:
    17% 8%,
    43% 18%,
    67% 12%,
    23% 75%,
    47% 85%,
    73% 78%,
    88% 8%,
    93% 90%;
  opacity: 0.07;
  filter: brightness(0) invert(1);
  transform: rotate(15deg);
  pointer-events: none;
  z-index: -1;
}

.how-it-works .section-subtitle,
.how-it-works .section-title {
  color: var(--color-blanco);
  text-align: center;
}

.how-it-works .section-subtitle {
  color: var(--color-dorado);
}

.how-it-works .section-title span {
  color: var(--color-dorado);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

.step-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.step-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--color-dorado);
  color: var(--color-negro);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.step-card h3 {
  color: var(--color-blanco);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.step-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ========================================
   TESTIMONIOS TRIPADVISOR
   ======================================== */
.testimonials {
  padding: 6rem 2rem;
  background: var(--color-gris-claro);
}

.testimonials-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 1.5rem;
}

.review-card {
  background: var(--color-blanco);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  position: relative;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.review-avatar {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--color-dorado);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  overflow: hidden;
}

.review-author-info h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-negro);
  margin-bottom: 2px;
}

.review-date {
  font-size: 0.8rem;
  color: #999;
}

.tripadvisor-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.review-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-negro);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.review-rating {
  height: 18px;
  margin-bottom: 0.75rem;
}

.review-rating img {
  height: 100%;
  width: auto;
}

.review-text {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.review-link {
  color: #E85D00;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.review-link:hover {
  text-decoration: underline;
}

.tripadvisor-cta {
  text-align: center;
  margin-top: 2.5rem;
}

.tripadvisor-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00AA6C;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.tripadvisor-cta a:hover {
  text-decoration: underline;
}

.tripadvisor-cta svg {
  width: 18px;
  height: 18px;
  fill: #00AA6C;
}

/* ========================================
   GALERÍA DE CLIENTES
   ======================================== */
.client-gallery {
  padding: 6rem 2rem;
  background: var(--color-blanco);
}

.client-gallery-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.client-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  grid-auto-rows: 220px;
}

.client-gallery-grid .client-gallery-item:nth-child(1) {
  grid-row: span 2;
}

.client-gallery-grid .client-gallery-item:nth-child(5) {
  grid-column: span 2;
}

.client-gallery-grid .client-gallery-item:nth-child(8) {
  grid-row: span 2;
}

.client-gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.client-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.client-gallery-item:hover img {
  transform: scale(1.08);
}

.client-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.client-gallery-item:hover .client-gallery-overlay {
  opacity: 1;
}

/* ========================================
   PUNTO DE ENCUENTRO
   ======================================== */
.meeting-point {
  padding: 6rem 2rem;
  background: var(--color-blanco);
}

.meeting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.meeting-map {
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.meeting-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.info-cards {
  display: grid;
  gap: 1rem;
}

.info-card {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--color-blanco);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  transition: border-color 0.3s ease;
}

.info-card:hover {
  border-color: var(--color-verde-oscuro);
}

.info-card-icon {
  width: 44px;
  height: 44px;
  background: var(--color-verde-oscuro);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-card-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--color-blanco);
}

.info-card h4 {
  font-size: 0.95rem;
  color: var(--color-negro);
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.info-card p {
  color: var(--color-gris);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.4;
}

/* ========================================
   CONSEJOS
   ======================================== */
.tips {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, var(--color-negro) 0%, var(--color-verde-oscuro) 100%);
}

.tips-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tips h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--color-blanco);
  margin-bottom: 2.5rem;
}

.tips h2 span {
  color: var(--color-dorado);
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 1.5rem;
}

.tip-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-align: left;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease, transform 0.3s ease;
}

.tip-item:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.tip-item svg {
  width: 20px;
  height: 20px;
  fill: var(--color-dorado);
  flex-shrink: 0;
  margin-top: 2px;
}

.tip-item p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}

/* ========================================
   BADGES DE CONFIANZA
   ======================================== */
.trust-badges {
  padding: 4rem 2rem;
  background: var(--color-blanco);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.badges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.badge-item {
  text-align: center;
  padding: 1.5rem 1rem;
  transition: transform 0.3s ease;
}

.badge-item:hover {
  transform: translateY(-5px);
}

.badge-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, var(--color-verde-oscuro), var(--color-verde));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-icon svg {
  width: 30px;
  height: 30px;
  fill: var(--color-dorado);
}

.badge-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-verde-oscuro);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.badge-label {
  font-size: 0.9rem;
  color: var(--color-gris);
  font-weight: 500;
}

/* ========================================
   FAQ (PREGUNTAS FRECUENTES)
   ======================================== */
.faq {
  padding: 6rem 2rem;
  background: var(--color-gris-claro);
}

.faq-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.faq-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.faq-item {
  background: var(--color-blanco);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-question {
  width: 100%;
  padding: 1.5rem;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-negro);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-family: var(--font-body);
}

.faq-question:hover {
  color: var(--color-verde-oscuro);
}

.faq-question::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--color-verde-oscuro);
  font-weight: 300;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
  color: var(--color-gris);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

/* ========================================
   CTA FINAL
   ======================================== */
.cta-section {
  padding: 6rem 2rem;
  background: var(--color-crema);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--color-dorado), transparent);
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--color-negro);
  margin-bottom: 1rem;
}

.cta-content h2 span {
  color: var(--color-verde-oscuro);
}

.cta-content p {
  color: var(--color-gris);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* ========================================
   TOUR GALLERY
   ======================================== */
.tour-gallery {
  padding: 4rem 0;
  background: var(--color-fondo);
}

.gallery-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  display: block;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Lightbox */
.gallery-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox.active {
  display: flex;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: white;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 10001;
  line-height: 1;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-prev {
  left: 1.5rem;
}

.lightbox-next {
  right: 1.5rem;
}

.lightbox-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-family: var(--font-body);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablets y pantallas medianas */
@media (max-width: 992px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: 85vh;
    padding: 5rem 1.5rem 1.5rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .client-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }
}

/* Tablets pequenas */
@media (max-width: 768px) {
  .about-grid,
  .meeting-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about,
  .tours,
  .how-it-works,
  .testimonials,
  .client-gallery,
  .meeting-point,
  .cta-section,
  .trust-badges,
  .tips,
  .faq {
    padding: 4rem 1.5rem;
  }

  .client-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }

  .client-gallery-grid .client-gallery-item:nth-child(1),
  .client-gallery-grid .client-gallery-item:nth-child(8) {
    grid-row: span 1;
  }

  .client-gallery-grid .client-gallery-item:nth-child(5) {
    grid-column: span 1;
  }

  .hero {
    min-height: 75vh;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 0.4rem 1rem;
  }

  .hero-info {
    gap: 1rem;
  }

  .hero-info-item {
    font-size: 0.85rem;
  }

  .about-image img {
    height: 350px;
  }

  .experience-badge {
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .tips-grid {
    grid-template-columns: 1fr;
  }
}

/* Moviles - Optimizacion principal */
@media (max-width: 480px) {
  /* Hero optimizado para movil */
  .hero {
    min-height: 70vh;
    padding: 5rem 1rem 1rem;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-badge {
    font-size: 0.7rem;
    padding: 0.35rem 0.8rem;
    margin-bottom: 1rem;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }

  .hero-info {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .hero-info-item {
    font-size: 0.8rem;
  }

  .hero-info-item svg {
    width: 18px;
    height: 18px;
  }

  .btn-primary {
    padding: 0.9rem 2rem;
    font-size: 0.85rem;
  }

  .scroll-indicator {
    bottom: 1rem;
  }

  .scroll-indicator svg {
    width: 24px;
    height: 24px;
  }

  /* Secciones con menos padding */
  .about,
  .tours,
  .how-it-works,
  .testimonials,
  .client-gallery,
  .meeting-point,
  .tips,
  .cta-section {
    padding: 3rem 1rem;
  }

  .client-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
    gap: 0.5rem;
  }

  /* Titulos mas pequenos */
  .section-subtitle {
    font-size: 0.75rem;
    letter-spacing: 2px;
  }

  .section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 1rem;
  }

  /* About section */
  .about-grid {
    gap: 1.5rem;
  }

  .about-image img {
    height: 280px;
  }

  .experience-badge {
    width: 90px;
    height: 90px;
    padding: 1rem;
    bottom: -15px;
    right: -15px;
  }

  .experience-badge span {
    font-size: 1.5rem;
  }

  .experience-badge small {
    font-size: 0.6rem;
  }

  .about-features {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .about-text p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  /* Tours */
  .tours-header {
    margin-bottom: 2rem;
  }

  .tours-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .tour-card-image {
    height: 200px;
  }

  .tour-card h3 {
    font-size: 1.1rem;
  }

  .tour-card p {
    font-size: 0.85rem;
    min-height: auto;
  }

  .tour-card-content {
    padding: 1.25rem;
  }

  .tour-card-footer {
    padding: 1rem 1.25rem;
  }

  .tour-price strong {
    font-size: 1rem;
  }

  .tour-badge {
    font-size: 0.6rem;
    padding: 0.35rem 0.85rem;
  }

  .tour-card-buttons .btn-outline-sm,
  .tour-card-buttons .btn-secondary {
    padding: 0.5rem 0.9rem;
    font-size: 0.7rem;
  }

  .tour-meta {
    gap: 0.75rem;
  }

  /* Steps */
  .steps-grid {
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .step-card {
    padding: 1.5rem 1rem;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .step-card h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .step-card p {
    font-size: 0.85rem;
  }

  /* Testimonials */
  .review-card {
    padding: 1.25rem;
  }

  .review-avatar {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    border-width: 2px;
  }

  .review-title {
    font-size: 0.9rem;
  }

  .review-text {
    font-size: 0.85rem;
  }

  .tripadvisor-icon {
    width: 24px;
    height: 24px;
  }

  /* Meeting point */
  .meeting-map {
    height: 300px;
  }

  .info-card {
    padding: 1rem;
  }

  .info-card-icon {
    width: 38px;
    height: 38px;
  }

  .info-card-icon svg {
    width: 20px;
    height: 20px;
  }

  .info-card h4 {
    font-size: 0.9rem;
  }

  .info-card p {
    font-size: 0.85rem;
  }

  /* Tips */
  .tips h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .tip-item {
    padding: 0.75rem;
  }

  .tip-item svg {
    width: 18px;
    height: 18px;
  }

  .tip-item p {
    font-size: 0.85rem;
  }

  /* CTA */
  .cta-content h2 {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 0.75rem;
  }

  .cta-content p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }

  .btn-outline,
  .btn-secondary {
    padding: 0.8rem 1.5rem;
    font-size: 0.8rem;
  }

  /* Badges */
  .trust-badges {
    padding: 3rem 1rem;
  }

  .badges-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .badge-number {
    font-size: 1.6rem;
  }

  .badge-label {
    font-size: 0.8rem;
  }

  /* FAQ */
  .faq {
    padding: 3rem 1rem;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 1.25rem;
  }

  /* Next tour countdown */
  .next-tour {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
  }

  /* Tour reviews */
  .tour-reviews {
    padding: 3rem 1rem;
  }

  .tour-review-card {
    padding: 1.5rem;
  }
}

/* Moviles muy pequenos (iPhone SE, etc) */
@media (max-width: 360px) {
  .hero {
    min-height: 65vh;
  }

  .hero h1 {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 0.85rem;
  }

  .btn-primary {
    padding: 0.8rem 1.5rem;
    font-size: 0.8rem;
  }

  .about-image img {
    height: 240px;
  }

  .experience-badge {
    width: 80px;
    height: 80px;
  }

  .experience-badge span {
    font-size: 1.3rem;
  }
}

/* ========================================
   ANIMACIONES AL SCROLL
   ======================================== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   BOTON VOLVER ARRIBA
   ======================================== */
.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: var(--color-verde-oscuro);
  color: var(--color-dorado);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 999;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--color-dorado);
  color: var(--color-negro);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.back-to-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  transform: rotate(180deg);
}

/* ========================================
   PAGE TEMPLATE (Legal, Generic)
   ======================================== */
/* ========================================
   ARCHIVE HERO
   ======================================== */
.archive-hero {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 2rem 4rem;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(34, 52, 0, 0.8) 100%),
              url('img/tours-banner.webp') center/cover no-repeat;
}

.archive-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.archive-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--color-blanco);
  margin: 0.5rem 0;
  font-weight: 700;
}

.archive-hero h1 span {
  color: var(--color-dorado);
}

.archive-hero p {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

.page-header {
  padding: 3rem 0 2rem;
  background: var(--color-verde-oscuro);
  text-align: center;
  color: var(--color-blanco);
  margin-top: 70px;
}

.breadcrumbs + .page-header {
  margin-top: 0;
}

.page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--color-blanco);
}

.page-header h1 span {
  color: var(--color-dorado);
}

.page-content {
  padding: 3rem 0 5rem;
}

.page-body {
  max-width: 800px;
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--color-gris);
}

.page-body h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--color-negro);
  margin: 2.5rem 0 1rem;
}

.page-body h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--color-negro);
  margin: 2rem 0 0.75rem;
}

.page-body p {
  margin-bottom: 1rem;
}

.page-body ul {
  margin: 0.5rem 0 1.5rem 1.5rem;
  padding: 0;
}

.page-body ul li {
  margin-bottom: 0.4rem;
}

.page-body a {
  color: var(--color-verde-oscuro);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-body a:hover {
  color: var(--color-dorado);
}

.page-body strong {
  color: var(--color-negro);
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
  background: var(--color-negro);
  color: rgba(255, 255, 255, 0.8);
  padding: 4rem 2rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--color-blanco);
  margin-bottom: 1rem;
}

.footer-brand h3 span {
  color: var(--color-dorado);
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-blanco);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: var(--color-dorado);
  color: var(--color-negro);
  transform: translateY(-3px);
}

.footer-social a.footer-tripadvisor {
  background: rgba(255,255,255,0.1);
  padding: 6px;
}

.footer-social a.footer-tripadvisor:hover {
  background: var(--color-dorado);
}

.footer-social a.footer-tripadvisor img {
  border-radius: 50%;
}

.footer-links h4,
.footer-contact h4 {
  font-size: 0.95rem;
  color: var(--color-blanco);
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--color-dorado);
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: var(--color-dorado);
}

.footer-bottom {
  padding: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: var(--color-dorado);
}

/* ========================================
   FOCUS STATES (ACCESIBILIDAD)
   ======================================== */
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.btn-outline:focus-visible,
.nav-link:focus-visible,
.nav-cta:focus-visible,
.faq-question:focus-visible,
.back-to-top:focus-visible,
.navbar-toggle:focus-visible,
.review-link:focus-visible {
  outline: 3px solid var(--color-dorado);
  outline-offset: 3px;
}

/* ========================================
   RESPONSIVE NAVBAR + FOOTER
   ======================================== */
@media (max-width: 768px) {
  .navbar-toggle {
    display: flex;
  }

  .navbar-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--color-verde-oscuro);
    flex-direction: column;
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0,0,0,0.3);
  }

  .navbar-nav.active {
    right: 0;
  }

  .nav-link {
    font-size: 1.1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  .nav-cta {
    width: 100%;
    text-align: center;
    padding: 0.75rem;
    margin-top: 1rem;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-menu {
    display: none;
    position: static;
    transform: none;
    box-shadow: none;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    min-width: 0;
    padding: 4px 0;
    margin-top: 4px;
  }

  .nav-dropdown-menu::before {
    display: none;
  }

  .nav-dropdown.active .nav-dropdown-menu {
    display: block;
  }

  .nav-dropdown-item {
    color: var(--color-blanco);
    padding: 10px 20px;
    font-size: 0.95rem;
  }

  .nav-dropdown-item:hover {
    background: rgba(255,255,255,0.1);
    color: var(--color-dorado);
    padding-left: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
  }

  .page-header {
    padding: 2rem 0 1.5rem;
  }

  .page-content {
    padding: 2rem 0 4rem;
  }
}

@media (max-width: 480px) {
  .navbar-container {
    padding: 0 1rem;
  }

  .navbar-logo {
    font-size: 0.85rem;
  }

  .navbar-logo svg {
    width: 20px;
    height: 20px;
  }

  .navbar-logo-text {
    font-size: 0.55rem;
  }

  .navbar-logo-text strong {
    font-size: 0.7rem;
  }

  .navbar-logo-img {
    height: 38px;
  }

  .site-footer {
    padding: 3rem 1rem 0;
  }

  .footer-grid {
    gap: 1.5rem;
  }
}

/* ========================================
   PAGINA DETALLE TOUR
   ======================================== */

/* Hero Tour Detail */
.tour-hero {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 2rem 4rem;
  overflow: hidden;
}

.tour-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(34, 52, 0, 0.7) 100%);
  z-index: 1;
}


.tour-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  animation: fadeInUp 1s ease-out;
}

.tour-hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--color-blanco);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 2px 4px 20px rgba(0,0,0,0.4);
}

.tour-hero-content h1 span {
  color: var(--color-dorado);
}

.tour-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  color: var(--color-dorado);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.tour-hero-rating svg {
  width: 18px;
  height: 18px;
  fill: var(--color-dorado);
}

.tour-hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Tour Info Bar */
.tour-info-bar {
  background: var(--color-verde-oscuro);
  padding: 1.5rem 2rem;
}

.tour-info-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.tour-info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-blanco);
  font-size: 0.9rem;
}

.tour-info-item svg {
  width: 20px;
  height: 20px;
  fill: var(--color-dorado);
  flex-shrink: 0;
}

.tour-info-item strong {
  color: var(--color-dorado);
  margin-right: 0.25rem;
}

/* Tour Description Section */
.tour-description {
  padding: 5rem 2rem;
  background: var(--color-blanco);
}

.tour-desc-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  align-items: start;
}

.tour-desc-text h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--color-negro);
  margin-bottom: 1.5rem;
}

.tour-desc-text h2 span {
  color: var(--color-verde-oscuro);
}

.tour-desc-text p {
  color: var(--color-gris);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Guide Card */
.guide-card {
  background: var(--color-crema);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  border: 2px solid rgba(201, 162, 39, 0.2);
}

.guide-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--color-dorado);
  margin-bottom: 1rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.guide-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--color-negro);
  margin-bottom: 0.25rem;
}

.guide-card .guide-title {
  color: var(--color-verde-oscuro);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.guide-card p {
  color: var(--color-gris);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Itinerary Section */
.tour-itinerary {
  padding: 5rem 2rem;
  background: var(--color-gris-claro);
}

.itinerary-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.itinerary-list {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 0;
  position: relative;
}

.itinerary-list::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--color-dorado), var(--color-verde-oscuro));
  border-radius: 2px;
}

.itinerary-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.25rem 0;
  position: relative;
}

.itinerary-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--color-verde-oscuro);
  color: var(--color-dorado);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(34, 52, 0, 0.3);
}

.itinerary-content h4 {
  font-size: 1.05rem;
  color: var(--color-negro);
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.itinerary-content p {
  color: var(--color-gris);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* Includes / Excludes Section */
.tour-includes {
  padding: 5rem 2rem;
  background: var(--color-blanco);
}

.includes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 900px;
  margin: 0 auto;
}

.includes-col h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.includes-col h3.includes-title {
  color: var(--color-verde-oscuro);
}

.includes-col h3.excludes-title {
  color: #c0392b;
}

.includes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.includes-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--color-negro);
  line-height: 1.5;
}

.includes-list li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.includes-list li svg.icon-check {
  fill: var(--color-verde-oscuro);
}

.includes-list li svg.icon-cross {
  fill: #c0392b;
}

/* Tour CTA Section */
.tour-cta {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, var(--color-verde-oscuro) 0%, var(--color-verde) 100%);
  text-align: center;
}

.tour-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--color-blanco);
  margin-bottom: 1rem;
}

.tour-cta h2 span {
  color: var(--color-dorado);
}

.tour-cta p {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.tour-cta .cta-buttons {
  justify-content: center;
}

/* Related Tours */
.related-tours {
  padding: 5rem 2rem;
  background: var(--color-gris-claro);
}

.related-tours .tours-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

/* Icon X for excludes */
.icon-x-path {
  fill: #c0392b;
}

/* Responsive Tour Detail */
@media (max-width: 768px) {
  .tour-hero {
    min-height: 40vh;
    padding: 7rem 1.5rem 3rem;
  }

  .tour-desc-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .includes-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tour-info-grid {
    gap: 1rem;
  }

  .tour-info-item {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .tour-hero {
    padding: 6rem 1rem 2rem;
  }

  .tour-description,
  .tour-itinerary,
  .tour-includes,
  .tour-cta,
  .related-tours {
    padding: 3rem 1rem;
  }

  .guide-card {
    padding: 1.5rem;
  }

  .guide-card img {
    width: 100px;
    height: 100px;
  }

  .itinerary-list::before {
    left: 19px;
  }

  .itinerary-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 0.95rem;
  }

  .itinerary-item {
    gap: 1rem;
  }

  .tour-info-bar {
    padding: 1rem;
  }

  .tour-info-grid {
    gap: 0.75rem;
  }
}

/* ========================================
   BOOKING MODAL
   ======================================== */
.booking-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.booking-modal.active {
  display: flex;
}

.booking-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
}

.booking-modal-content {
  position: relative;
  background: var(--color-blanco);
  border-radius: 20px;
  padding: 2.5rem;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
  animation: modalIn 0.3s ease;
}

@keyframes modalIn {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.booking-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--color-gris);
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s;
}

.booking-modal-close:hover {
  color: var(--color-negro);
}

.booking-modal-content h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--color-negro);
  margin-bottom: 0.25rem;
}

.booking-modal-subtitle {
  font-size: 0.85rem;
  color: var(--color-gris);
  margin-bottom: 1.5rem;
}

.booking-field {
  margin-bottom: 1rem;
}

.booking-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-negro);
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: var(--font-body);
  background: #f9f9f9;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
  outline: none;
  border-color: var(--color-dorado);
  background: var(--color-blanco);
}

.booking-field input[readonly] {
  background: #eee;
  color: var(--color-gris);
}

.booking-field textarea {
  resize: vertical;
}

.booking-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.booking-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.booking-btn-wa,
.booking-btn-email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border: none;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-body);
}

.booking-btn-wa {
  background: #25d366;
  color: white;
}

.booking-btn-wa:hover {
  background: #1fb855;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.booking-btn-email {
  background: var(--color-verde-oscuro);
  color: var(--color-blanco);
}

.booking-btn-email:hover {
  background: var(--color-verde);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 52, 0, 0.2);
}

@media (max-width: 768px) {
  .booking-modal {
    align-items: flex-end;
  }

  .booking-modal-content {
    width: 100%;
    max-height: 85vh;
    border-radius: 20px 20px 0 0;
    padding: 1.5rem;
    animation: modalSlideUp 0.3s ease;
  }

  @keyframes modalSlideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }

  .booking-modal-content h3 {
    font-size: 1.3rem;
  }

  .booking-modal-subtitle {
    margin-bottom: 1rem;
  }

  .booking-field {
    margin-bottom: 0.75rem;
  }

  .booking-field input,
  .booking-field select,
  .booking-field textarea {
    padding: 0.6rem 0.8rem;
    font-size: 16px;
  }

  .booking-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .booking-buttons {
    margin-top: 1rem;
  }

  .booking-btn-wa,
  .booking-btn-email {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 380px) {
  .booking-row {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   BREADCRUMBS
   ======================================== */
.breadcrumbs {
  background: var(--color-crema);
  padding: 0.75rem 2rem;
  font-size: 0.85rem;
  font-family: var(--font-body);
  margin-top: 0;
}

.breadcrumbs a {
  color: var(--color-verde-oscuro);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: var(--color-dorado);
}

.breadcrumbs span {
  color: var(--color-gris);
}

.breadcrumb-sep {
  margin: 0 0.5rem;
  color: rgba(0,0,0,0.3);
}

/* ========================================
   FLOATING WHATSAPP BUTTON
   ======================================== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

@media (max-width: 480px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: 16px;
    right: 16px;
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}

/* ========================================
   COOKIE CONSENT BANNER
   ======================================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-negro);
  color: rgba(255,255,255,0.9);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  font-size: 0.9rem;
  font-family: var(--font-body);
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-banner p {
  margin: 0;
  flex: 1;
}

.cookie-banner a {
  color: var(--color-dorado);
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.3s ease;
}

.cookie-accept {
  background: var(--color-verde-oscuro);
  color: #fff;
}

.cookie-accept:hover {
  background: var(--color-dorado);
  color: var(--color-negro);
}

.cookie-reject {
  background: transparent;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.3);
}

.cookie-reject:hover {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

@media (max-width: 576px) {
  .cookie-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem 1rem;
    gap: 1rem;
  }

  .cookie-banner p {
    font-size: 0.8rem;
  }
}

/* ========================================
   SEARCH RESULTS
   ======================================== */
.search-results {
  max-width: 800px;
  margin: 0 auto;
}

.search-result-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.search-result-item h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.search-result-item h2 a {
  color: var(--color-negro);
  text-decoration: none;
  transition: color 0.3s ease;
}

.search-result-item h2 a:hover {
  color: var(--color-verde-oscuro);
}

.search-result-item p {
  font-family: var(--font-body);
  color: var(--color-gris);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.search-no-results {
  text-align: center;
  padding: 3rem 0;
}

.search-no-results h2 {
  font-family: var(--font-display);
  margin-bottom: 1rem;
}

.search-no-results p {
  color: var(--color-gris);
  margin-bottom: 2rem;
  font-family: var(--font-body);
}

/* ========================================
   NEXT TOUR COUNTDOWN
   ======================================== */
.next-tour {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.6rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  color: var(--color-blanco);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.next-tour svg {
  fill: var(--color-dorado);
  flex-shrink: 0;
}

/* ========================================
   GOOGLE MAPS LINK
   ======================================== */
.meeting-map-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.maps-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.6rem 1.2rem;
  background: var(--color-verde-oscuro);
  color: var(--color-blanco);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  align-self: flex-start;
}

.maps-link:hover {
  background: var(--color-verde-hover);
  transform: translateY(-2px);
}

.maps-link svg {
  fill: currentColor;
  flex-shrink: 0;
}

/* ========================================
   TOUR PAGE - REVIEWS SECTION
   ======================================== */
.tour-reviews {
  padding: 4rem 0;
  background: var(--color-fondo);
}

.tour-reviews .section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.tour-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.tour-review-card {
  background: var(--color-blanco);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.tour-review-stars {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.tour-review-stars svg {
  width: 18px;
  height: 18px;
  fill: var(--color-dorado);
}

.tour-review-card p {
  font-family: var(--font-body);
  font-style: italic;
  color: var(--color-gris);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.tour-review-card strong {
  font-family: var(--font-body);
  color: var(--color-negro);
  font-size: 0.9rem;
}

/* ========================================
   BLOG POST (single.php)
   ======================================== */
.blog-post {
  padding-bottom: 4rem;
}

.blog-hero {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}

.blog-hero img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.blog-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 0;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--color-gris);
  margin-bottom: 1rem;
}

.blog-meta-sep {
  color: rgba(0, 0, 0, 0.2);
}

.blog-content h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--color-negro);
  margin-bottom: 2rem;
  line-height: 1.3;
}

.blog-body {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--color-gris);
}

.blog-body p {
  margin-bottom: 1.5rem;
}

.blog-body h2,
.blog-body h3 {
  font-family: var(--font-display);
  color: var(--color-negro);
  margin: 2rem 0 1rem;
}

.blog-body h2 {
  font-size: 1.5rem;
}

.blog-body h3 {
  font-size: 1.25rem;
}

.blog-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.blog-body ul,
.blog-body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.blog-body li {
  margin-bottom: 0.5rem;
}

.blog-body blockquote {
  border-left: 4px solid var(--color-verde-oscuro);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: var(--color-fondo);
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

.blog-body a {
  color: var(--color-verde-oscuro);
  text-decoration: underline;
}

.blog-body a:hover {
  color: var(--color-verde-hover);
}

@media (max-width: 480px) {
  .blog-hero img {
    height: 250px;
  }

  .blog-content {
    padding: 2rem 0;
  }

  .blog-content h1 {
    font-size: 1.6rem;
  }

  .blog-body {
    font-size: 0.95rem;
  }
}

/* ========================================
   WHATSAPP PULSE ANIMATION
   ======================================== */
@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4), 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */
@media print {
  .navbar,
  .back-to-top,
  .whatsapp-float,
  .cookie-banner,
  .scroll-indicator,
  .cta-section,
  .cta-buttons,
  .tour-cta,
  .tour-hero-buttons,
  .tour-card-buttons,
  .nav-cta,
  .footer-social,
  .footer-legal,
  .site-footer {
    display: none !important;
  }

  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }

  .breadcrumbs {
    margin-top: 0;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  .hero {
    min-height: auto !important;
    padding: 2rem !important;
    background: none !important;
    color: #000 !important;
  }

  .hero-content h1,
  .hero-content h1 span {
    color: #000 !important;
  }

  .section-title span {
    color: #000 !important;
  }

  .itinerary-list {
    break-inside: avoid;
  }

  .itinerary-item {
    break-inside: avoid;
  }

  .tour-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ccc;
  }
}
