/* ===================================
   INCA TRAIL TOURS - Main Stylesheet
   InfoCusco Group | Andean Theme
   =================================== */

:root {
  --inca-gold: #D4A24C;
  --inca-gold-dark: #B8862C;
  --inca-red: #B8312F;
  --inca-red-dark: #8B1E1C;
  --andean-green: #2E6B47;
  --andean-green-dark: #1F4A30;
  --stone-dark: #2C2C2C;
  --stone-mid: #5A5A5A;
  --stone-light: #E8E4DD;
  --cream: #F8F4ED;
  --white: #FFFFFF;
  --shadow: rgba(0, 0, 0, 0.1);
  --shadow-strong: rgba(0, 0, 0, 0.25);
  --font-heading: 'Playfair Display', 'Georgia', serif;
  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-accent: 'Cinzel', 'Trajan Pro', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--stone-dark);
  line-height: 1.6;
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--inca-red); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--inca-gold-dark); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--stone-dark);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.4rem, 3vw, 1.85rem); }
h4 { font-size: 1.25rem; }
p { margin-bottom: 1rem; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

/* Inca Pattern Border */
.inca-border {
  background: repeating-linear-gradient(
    90deg,
    var(--inca-gold) 0, var(--inca-gold) 20px,
    var(--inca-red) 20px, var(--inca-red) 40px,
    var(--andean-green) 40px, var(--andean-green) 60px
  );
  height: 6px; width: 100%;
}

/* TOP BAR */
.top-bar {
  background: var(--stone-dark); color: var(--white);
  padding: 0.5rem 0; font-size: 0.85rem;
}
.top-bar .container {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 0.5rem;
}
.top-bar a { color: var(--inca-gold); }
.top-bar a:hover { color: var(--white); }
.top-bar-info { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.top-bar-info span { display: inline-flex; align-items: center; gap: 0.4rem; }

/* HEADER */
.site-header {
  background: var(--white);
  box-shadow: 0 2px 10px var(--shadow);
  position: sticky; top: 0; z-index: 1000;
}
.header-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 0;
}
.logo { display: flex; align-items: center; gap: 0.75rem; }
.logo-mark {
  width: 50px; height: 50px;
  background: linear-gradient(135deg, var(--inca-gold), var(--inca-red));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-family: var(--font-accent);
  font-weight: 700; font-size: 1.4rem;
  box-shadow: 0 2px 8px var(--shadow);
}
.logo-text { display: flex; flex-direction: column; }
.logo-title {
  font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700;
  color: var(--stone-dark); line-height: 1;
}
.logo-subtitle {
  font-size: 0.7rem; letter-spacing: 2px; color: var(--inca-red);
  text-transform: uppercase; margin-top: 0.2rem;
}

/* NAV */
.main-nav ul { display: flex; list-style: none; gap: 0.5rem; }
.main-nav a {
  color: var(--stone-dark); font-weight: 600;
  padding: 0.5rem 1rem; border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.5px;
}
.main-nav a:hover, .main-nav a.active {
  background: var(--inca-gold); color: var(--white);
}
.menu-toggle {
  display: none; background: none; border: none;
  font-size: 1.5rem; cursor: pointer; color: var(--stone-dark);
}
@media (max-width: 968px) {
  .menu-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); box-shadow: 0 4px 12px var(--shadow);
  }
  .main-nav.active { display: block; }
  .main-nav ul { flex-direction: column; padding: 1rem; }
  .main-nav a { display: block; padding: 0.75rem 1rem; }
}

/* HERO */
.hero {
  position: relative; min-height: 85vh;
  background: linear-gradient(rgba(44, 44, 44, 0.55), rgba(44, 44, 44, 0.7)),
              url('../images/hero-background.webp') center/cover;
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 4rem 1.5rem;
}
.hero-content { max-width: 900px; z-index: 2; position: relative; }
.hero-tag {
  display: inline-block; background: var(--inca-gold); color: var(--stone-dark);
  padding: 0.4rem 1.2rem; border-radius: 30px;
  font-size: 0.85rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin-bottom: 1.5rem;
}
.hero h1 {
  color: var(--white); font-size: clamp(2.2rem, 6vw, 4.2rem);
  margin-bottom: 1.5rem; text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.hero p {
  font-size: clamp(1rem, 2vw, 1.25rem); margin-bottom: 2rem;
  max-width: 700px; margin-left: auto; margin-right: auto; line-height: 1.6;
}
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* BUTTONS */
.btn {
  display: inline-block; padding: 0.85rem 2rem; border-radius: 4px;
  font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px;
  border: 2px solid transparent; cursor: pointer; transition: all 0.3s ease; text-align: center;
}
.btn-primary { background: var(--inca-red); color: var(--white); border-color: var(--inca-red); }
.btn-primary:hover {
  background: var(--inca-red-dark); border-color: var(--inca-red-dark); color: var(--white);
  transform: translateY(-2px); box-shadow: 0 6px 16px var(--shadow-strong);
}
.btn-secondary { background: transparent; color: var(--white); border-color: var(--white); }
.btn-secondary:hover { background: var(--white); color: var(--stone-dark); }
.btn-gold { background: var(--inca-gold); color: var(--stone-dark); border-color: var(--inca-gold); }
.btn-gold:hover { background: var(--inca-gold-dark); border-color: var(--inca-gold-dark); color: var(--white); }
.btn-whatsapp {
  background: #25D366; color: var(--white); border-color: #25D366;
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.btn-whatsapp:hover { background: #1DA851; border-color: #1DA851; color: var(--white); }

/* SECTION */
.section { padding: 5rem 0; }
.section-light { background: var(--white); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--stone-dark); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-header { text-align: center; max-width: 800px; margin: 0 auto 3rem; }
.section-tag {
  color: var(--inca-red); font-family: var(--font-accent); font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase; font-size: 0.9rem;
  margin-bottom: 0.75rem; display: block;
}
.section-header h2 { margin-bottom: 1rem; }
.section-header p { font-size: 1.1rem; color: var(--stone-mid); }

/* TOUR CARDS */
.tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem; margin-top: 2rem;
}
.tour-card {
  background: var(--white); border-radius: 8px; overflow: hidden;
  box-shadow: 0 4px 12px var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex; flex-direction: column;
}
.tour-card:hover { transform: translateY(-6px); box-shadow: 0 10px 24px var(--shadow-strong); }
.tour-card-image {
  position: relative; height: 240px; overflow: hidden;
  background: linear-gradient(135deg, var(--inca-gold), var(--inca-red));
}
.tour-card-image img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease;
}
.tour-card:hover .tour-card-image img { transform: scale(1.08); }
.tour-badge {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--inca-red); color: var(--white);
  padding: 0.35rem 0.8rem; border-radius: 4px;
  font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
}
.tour-price {
  position: absolute; bottom: 1rem; right: 1rem;
  background: var(--inca-gold); color: var(--stone-dark);
  padding: 0.5rem 1rem; border-radius: 4px;
  font-weight: 700; font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.tour-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.tour-meta {
  display: flex; gap: 1rem; font-size: 0.85rem; color: var(--stone-mid);
  margin-bottom: 0.75rem; flex-wrap: wrap;
}
.tour-meta span { display: inline-flex; align-items: center; gap: 0.3rem; }
.tour-card h3 { margin-bottom: 0.75rem; font-size: 1.35rem; }
.tour-card h3 a { color: var(--stone-dark); }
.tour-card h3 a:hover { color: var(--inca-red); }
.tour-card p { color: var(--stone-mid); flex: 1; font-size: 0.95rem; }
.tour-card-footer {
  margin-top: 1rem; display: flex; justify-content: space-between; align-items: center;
  padding-top: 1rem; border-top: 1px solid var(--stone-light);
}
.tour-card .btn { padding: 0.6rem 1.25rem; font-size: 0.85rem; }

/* FEATURES */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem; margin-top: 2rem;
}
.feature { text-align: center; padding: 1.5rem; }
.feature-icon {
  width: 70px; height: 70px; margin: 0 auto 1rem;
  background: linear-gradient(135deg, var(--inca-gold), var(--inca-red));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 1.8rem;
  box-shadow: 0 4px 12px var(--shadow);
}
.feature h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.feature p { color: var(--stone-mid); font-size: 0.95rem; }

/* CONTENT BLOCKS */
.content-block {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
}
@media (max-width: 768px) { .content-block { grid-template-columns: 1fr; } }
.content-block img { border-radius: 8px; box-shadow: 0 8px 24px var(--shadow); }
.content-block-text h2 { margin-bottom: 1.5rem; }

/* STATS */
.stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem; text-align: center; margin-top: 2rem;
}
.stat-number {
  font-family: var(--font-heading); font-size: 3.5rem; font-weight: 700;
  color: var(--inca-gold); line-height: 1;
}
.stat-label {
  font-size: 1rem; margin-top: 0.5rem; color: var(--white);
  text-transform: uppercase; letter-spacing: 2px;
}

/* TESTIMONIALS */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem; margin-top: 2rem;
}
.testimonial {
  background: var(--white); padding: 2rem; border-radius: 8px;
  box-shadow: 0 4px 12px var(--shadow); position: relative;
  border-top: 4px solid var(--inca-gold);
}
.testimonial::before {
  content: '\201C'; position: absolute; top: -20px; left: 20px;
  font-size: 5rem; color: var(--inca-gold);
  font-family: var(--font-heading); line-height: 1;
}
.testimonial p { font-style: italic; color: var(--stone-mid); margin-bottom: 1rem; }
.testimonial-author { font-weight: 700; color: var(--stone-dark); font-size: 0.95rem; }
.testimonial-location { color: var(--inca-red); font-size: 0.85rem; }
.stars { color: var(--inca-gold); margin-bottom: 0.5rem; }

/* FAQ */
.faq-item {
  background: var(--white); border-radius: 6px; margin-bottom: 1rem;
  box-shadow: 0 2px 6px var(--shadow); overflow: hidden;
}
.faq-question {
  padding: 1.25rem 1.5rem; font-weight: 700; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  background: var(--white); border: none; width: 100%; text-align: left;
  font-size: 1.05rem; color: var(--stone-dark); font-family: var(--font-body);
}
.faq-question:hover { background: var(--cream); }
.faq-question::after {
  content: '+'; font-size: 1.5rem; color: var(--inca-red);
  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.4s ease, padding 0.4s ease;
  padding: 0 1.5rem; color: var(--stone-mid);
}
.faq-item.active .faq-answer { max-height: 1000px; padding: 0 1.5rem 1.5rem; }

/* CTA */
.cta-section {
  background: linear-gradient(rgba(184, 49, 47, 0.92), rgba(139, 30, 28, 0.92)),
              url('../images/tour-hero-background.webp') center/cover fixed;
  color: var(--white); text-align: center; padding: 5rem 1.5rem;
}
.cta-section h2 { color: var(--white); margin-bottom: 1rem; }
.cta-section p {
  font-size: 1.15rem; margin-bottom: 2rem;
  max-width: 700px; margin-left: auto; margin-right: auto;
}

/* FOOTER */
.site-footer { background: #1a1a1a; color: #c9c9c9; padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }
.footer-col h4 {
  color: var(--inca-gold); font-family: var(--font-heading);
  font-size: 1.15rem; margin-bottom: 1.25rem; letter-spacing: 1px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a { color: #c9c9c9; font-size: 0.92rem; }
.footer-col a:hover { color: var(--inca-gold); }
.footer-about p { font-size: 0.92rem; line-height: 1.7; margin-bottom: 1rem; }
.footer-contact-item {
  display: flex; gap: 0.6rem; margin-bottom: 0.75rem;
  font-size: 0.92rem; align-items: flex-start;
}
.footer-contact-item .icon { color: var(--inca-gold); flex-shrink: 0; }
.footer-bottom {
  border-top: 1px solid #333; margin-top: 3rem; padding: 1.5rem 0;
  text-align: center; font-size: 0.85rem; color: #888;
}
.footer-bottom .container {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
}
.payment-icons { display: flex; gap: 0.6rem; align-items: center; }
.payment-icon {
  background: var(--white); padding: 0.3rem 0.6rem; border-radius: 4px;
  color: var(--stone-dark); font-size: 0.75rem; font-weight: 700; letter-spacing: 1px;
}
.partner-sites {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  margin-top: 1rem; font-size: 0.8rem;
}
.partner-sites a {
  background: rgba(255,255,255,0.05); padding: 0.3rem 0.6rem;
  border-radius: 3px; color: #aaa;
}
.partner-sites a:hover { background: var(--inca-gold); color: var(--white); }

/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  width: 60px; height: 60px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 2rem;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4); z-index: 999;
  animation: pulse 2s infinite; transition: transform 0.3s ease;
}
.whatsapp-float:hover { transform: scale(1.1); color: var(--white); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 4px 24px rgba(37, 211, 102, 0.7); }
}

/* TOUR DETAIL */
.tour-hero {
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
              url('../images/tour-hero-background.webp') center/cover;
  color: var(--white); padding: 6rem 1.5rem 4rem; text-align: center;
}
.tour-hero h1 { color: var(--white); }
.breadcrumbs { font-size: 0.9rem; margin-bottom: 1rem; opacity: 0.9; }
.breadcrumbs a { color: var(--inca-gold); }
.breadcrumbs span { margin: 0 0.5rem; }
.tour-detail-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: start; }
@media (max-width: 968px) { .tour-detail-layout { grid-template-columns: 1fr; } }

.tour-content h2 { color: var(--inca-red); font-size: 1.85rem; margin-top: 2rem; }
.tour-content h2:first-child { margin-top: 0; }
.tour-content h3 { margin-top: 1.5rem; font-size: 1.35rem; color: var(--andean-green); }
.tour-content ul, .tour-content ol { margin-bottom: 1.25rem; padding-left: 1.5rem; }
.tour-content li { margin-bottom: 0.5rem; }

.day-card {
  background: var(--white); padding: 1.5rem; border-radius: 8px;
  box-shadow: 0 2px 8px var(--shadow); margin-bottom: 1.5rem;
  border-left: 4px solid var(--inca-gold);
}
.day-card h3 { color: var(--inca-red); margin-top: 0; }
.day-meta {
  display: flex; gap: 1rem; flex-wrap: wrap;
  margin-bottom: 1rem; font-size: 0.85rem; color: var(--stone-mid);
}
.day-meta span {
  background: var(--cream); padding: 0.25rem 0.7rem; border-radius: 4px;
}

.includes-list, .not-includes-list { list-style: none; padding: 0; }
.includes-list li, .not-includes-list li {
  padding: 0.5rem 0 0.5rem 1.75rem; position: relative;
  border-bottom: 1px solid var(--stone-light);
}
.includes-list li::before {
  content: '\2713'; position: absolute; left: 0; top: 0.5rem;
  color: var(--andean-green); font-weight: 700;
}
.not-includes-list li::before {
  content: '\2717'; position: absolute; left: 0; top: 0.5rem;
  color: var(--inca-red); font-weight: 700;
}

.tour-sidebar { position: sticky; top: 100px; }
.booking-card {
  background: var(--white); border-radius: 8px;
  box-shadow: 0 4px 16px var(--shadow); overflow: hidden;
}
.booking-card-header {
  background: linear-gradient(135deg, var(--inca-red), var(--inca-red-dark));
  color: var(--white); padding: 1.5rem; text-align: center;
}
.booking-card-price { font-size: 2.5rem; font-weight: 700; font-family: var(--font-heading); }
.booking-card-price small { font-size: 0.9rem; opacity: 0.85; }
.booking-card-body { padding: 1.5rem; }
.booking-card-body ul { list-style: none; margin-bottom: 1.25rem; }
.booking-card-body li {
  padding: 0.5rem 0; border-bottom: 1px solid var(--stone-light);
  display: flex; justify-content: space-between; font-size: 0.92rem;
}
.booking-card-body li strong { color: var(--stone-dark); }
.booking-card .btn { display: block; width: 100%; margin-bottom: 0.75rem; }

.tour-meta-bar {
  background: var(--cream); border-radius: 8px; padding: 1.25rem;
  margin-bottom: 2rem;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem; text-align: center;
}
.tour-meta-bar > div { border-right: 1px solid var(--stone-light); }
.tour-meta-bar > div:last-child { border-right: none; }
.tour-meta-bar .label {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px;
  color: var(--stone-mid); margin-bottom: 0.25rem;
}
.tour-meta-bar .value {
  font-weight: 700; color: var(--stone-dark); font-size: 1rem;
}

/* VALUE CARDS */
.values-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem; margin-top: 2rem;
}
.value-card {
  background: var(--white); padding: 2rem; border-radius: 8px;
  box-shadow: 0 4px 12px var(--shadow);
  border-top: 4px solid var(--inca-red); text-align: center;
}
.value-icon { font-size: 2.5rem; color: var(--inca-gold); margin-bottom: 1rem; }

/* UTILITIES */
.text-center { text-align: center; }
.mb-1 { margin-bottom: 0.5rem; } .mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; } .mb-4 { margin-bottom: 2rem; }
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-4 { margin-top: 2rem; }

.note-box {
  background: #FFF8E1; border-left: 4px solid var(--inca-gold);
  padding: 1rem 1.25rem; border-radius: 4px; margin: 1.5rem 0;
}
.note-box strong {
  color: var(--inca-red); text-transform: uppercase;
  letter-spacing: 1px; font-size: 0.85rem;
}
.warning-box {
  background: #FFEBEE; border-left: 4px solid var(--inca-red);
  padding: 1rem 1.25rem; border-radius: 4px; margin: 1.5rem 0;
}

.fade-in {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* About page */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
}
@media (max-width: 768px) { .about-grid { grid-template-columns: 1fr; } }

/* Contact form */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 3rem; align-items: start;
}
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info {
  background: var(--white); padding: 2rem; border-radius: 8px;
  box-shadow: 0 4px 12px var(--shadow);
}
.contact-info h3 { color: var(--inca-red); }
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block; margin-bottom: 0.4rem; font-weight: 600;
  font-size: 0.9rem; color: var(--stone-dark);
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--stone-light);
  border-radius: 4px; font-family: inherit; font-size: 0.95rem;
  transition: border-color 0.3s ease;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none; border-color: var(--inca-gold);
}
.form-group textarea { min-height: 130px; resize: vertical; }

/* Quick info card */
.info-cards-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem; margin: 2rem 0;
}
.info-card {
  background: var(--white); padding: 1.5rem; border-radius: 8px;
  box-shadow: 0 2px 8px var(--shadow); border-top: 3px solid var(--inca-gold);
}
.info-card h4 {
  color: var(--inca-red); font-size: 1rem;
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem;
}
.info-card p { font-size: 0.95rem; color: var(--stone-mid); margin: 0; }

/* === TOUR DETAIL PAGE — additional classes used by generated pages === */

/* Tour meta bar items (icon + value combined) */
.tour-meta-item {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.5rem 1rem;
  flex: 1; min-width: 140px; justify-content: center;
  color: var(--white); font-size: 0.95rem;
}
.tour-meta-item .icon { font-size: 1.3rem; opacity: 0.95; }
.tour-meta-item strong { color: var(--inca-gold); }

/* Day card refinements */
.day-card {
  background: var(--white); padding: 2rem; margin-bottom: 1.5rem;
  border-radius: 12px; border-left: 4px solid var(--inca-gold);
  box-shadow: 0 2px 12px var(--shadow);
  position: relative;
}
.day-number {
  display: inline-block;
  background: var(--inca-red); color: var(--white);
  padding: 0.35rem 1rem; border-radius: 20px;
  font-family: var(--font-accent); font-size: 0.85rem; letter-spacing: 1.5px;
  text-transform: uppercase; margin-bottom: 0.75rem;
}
.day-card h3 { font-size: 1.4rem; margin-top: 0; margin-bottom: 1rem; }
.day-card p { margin-bottom: 0.85rem; line-height: 1.7; }

/* Tour content sections */
.tour-image-large {
  border-radius: 12px; overflow: hidden; margin-bottom: 2rem;
  box-shadow: 0 4px 20px var(--shadow);
}
.tour-image-large img { width: 100%; height: auto; display: block; }

.tour-overview, .tour-itinerary, .tour-bring { margin-bottom: 3rem; }
.tour-overview h2, .tour-itinerary h2, .tour-bring h2 {
  font-family: var(--font-heading);
  color: var(--inca-red); margin-bottom: 1.5rem;
}
.tour-overview p { margin-bottom: 1rem; line-height: 1.8; font-size: 1.05rem; }

/* Includes / Not Included two-column grid */
.tour-includes-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
  margin: 3rem 0;
}
@media (max-width: 768px) { .tour-includes-grid { grid-template-columns: 1fr; } }
.includes-block, .not-includes-block {
  background: var(--white); padding: 2rem; border-radius: 12px;
  box-shadow: 0 2px 12px var(--shadow);
}
.includes-block { border-top: 4px solid var(--andean-green); }
.not-includes-block { border-top: 4px solid var(--inca-red); }
.includes-block h3, .not-includes-block h3 {
  font-size: 1.2rem; margin-bottom: 1rem; margin-top: 0;
}
.includes-block h3 { color: var(--andean-green); }
.not-includes-block h3 { color: var(--inca-red); }

/* What to bring list */
.bring-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.bring-list li {
  padding: 0.85rem 0; padding-left: 2rem; position: relative;
  border-bottom: 1px solid var(--stone-light); line-height: 1.6;
}
.bring-list li:last-child { border-bottom: none; }
.bring-list li::before {
  content: "🎒"; position: absolute; left: 0; top: 0.85rem;
}
.bring-list li strong { color: var(--inca-red); }

/* Booking card sidebar */
.booking-card {
  background: var(--white); border-radius: 12px;
  box-shadow: 0 4px 20px var(--shadow);
  padding: 2rem;
  border-top: 5px solid var(--inca-gold);
}
.booking-price-row { text-align: center; margin-bottom: 1.5rem; }
.booking-price-label {
  display: block; font-family: var(--font-accent); color: var(--text-light);
  font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase;
}
.booking-price {
  display: block; font-family: var(--font-heading);
  font-size: 3rem; font-weight: 900;
  color: var(--inca-red); line-height: 1;
}
.booking-price-unit {
  display: block; color: var(--text-light); font-size: 0.9rem; margin-top: 0.25rem;
}
.booking-feature-list { margin: 1.5rem 0; }
.booking-feature {
  padding: 0.6rem 0; border-bottom: 1px solid var(--stone-light);
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.95rem;
}
.booking-feature:last-child { border-bottom: none; }
.btn-block { display: block; width: 100%; text-align: center; margin-bottom: 0.75rem; }

/* Contact page specifics */
.contact-info-card {
  background: var(--white); padding: 1.5rem; margin-bottom: 1rem;
  border-radius: 8px; box-shadow: 0 2px 10px var(--shadow);
  border-left: 4px solid var(--inca-gold);
  display: flex; gap: 1rem; align-items: flex-start;
  flex-wrap: wrap;
}
.contact-info-card .icon {
  font-size: 1.8rem; flex-shrink: 0;
}
.contact-info-card h3 {
  font-size: 1.05rem; margin: 0 0 0.4rem 0;
  color: var(--inca-red); text-transform: uppercase; letter-spacing: 1px;
}
.contact-info-card p {
  margin: 0.2rem 0; font-size: 1rem; flex: 1; min-width: 200px;
}
.contact-info-card a { color: var(--andean-green); font-weight: 600; }

.contact-form-wrapper {
  background: var(--white); padding: 2.5rem; border-radius: 12px;
  box-shadow: 0 4px 20px var(--shadow);
  border-top: 5px solid var(--inca-red);
}
.contact-form-wrapper h2 { color: var(--inca-red); margin-bottom: 0.5rem; }

