/* ════════════════════════════════════════════════
   RIO LATIN TOUR — ESTILOS GLOBALES
   Tema: Tropical Vibrante · Aurora Rosa
   ════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/* ─── VARIABLES ─── */
:root {
  --rosa:        #E8198B;
  --rosa-dark:   #B01068;
  --rosa-glow:   rgba(232,25,139,0.25);
  --naranja:     #F07030;
  --naranja-glow:rgba(240,112,48,0.2);
  --amarillo:    #FFD54F;
  --coral:       #FF6055;
  --coral-glow:  rgba(255,96,85,0.2);
  --lila:        #9B72FF;

  --bg:          #0C0709;
  --bg2:         #130910;
  --bg3:         #1A0D14;
  --glass:       rgba(255,255,255,0.04);
  --glass-b:     rgba(255,255,255,0.07);
  --border:      rgba(255,255,255,0.08);
  --border-h:    rgba(255,255,255,0.14);

  --text:        #EFF4FF;
  --text2:       #8B96AE;
  --text3:       #566177;

  --radius:      14px;
  --radius-lg:   22px;
  --shadow:      0 8px 32px rgba(0,0,0,0.4);
  --shadow-lg:   0 20px 60px rgba(0,0,0,0.55);
  --shadow-glow: 0 0 30px var(--rosa-glow);
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; outline: none; }

/* ─── BLOBS AURORA ─── */
.aurora {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.18;
  animation: blob-drift 18s ease-in-out infinite alternate;
}
.blob-1 { width: 700px; height: 700px; background: var(--rosa); top: -200px; left: -200px; animation-duration: 22s; }
.blob-2 { width: 600px; height: 600px; background: var(--naranja); bottom: -100px; right: -150px; animation-duration: 26s; animation-delay: -8s; }
.blob-3 { width: 400px; height: 400px; background: var(--coral); top: 40%; left: 35%; animation-duration: 20s; animation-delay: -4s; }
.blob-4 { width: 350px; height: 350px; background: var(--amarillo); bottom: 20%; left: 10%; animation-duration: 28s; animation-delay: -12s; opacity: 0.12; }

@keyframes blob-drift {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(60px, -40px) scale(1.08); }
  66%  { transform: translate(-40px, 60px) scale(0.95); }
  100% { transform: translate(30px, 30px) scale(1.04); }
}

/* ─── UTILITIES ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.section    { padding: 96px 0; }
.section-sm { padding: 64px 0; }

.badge-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--rosa);
  background: var(--rosa-glow);
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid rgba(232,25,139,0.3);
  margin-bottom: 16px;
}

.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 800;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 16px;
}

.section-title em { font-style: normal; color: var(--rosa); }

.section-sub {
  font-size: 17px;
  color: var(--text2);
  max-width: 580px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, opacity 0.2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn-rosa {
  background: var(--rosa);
  color: #07090F;
  box-shadow: 0 4px 20px var(--rosa-glow);
}
.btn-rosa:hover { background: var(--rosa-dark); box-shadow: 0 8px 32px var(--rosa-glow); }

.btn-ghost {
  background: var(--glass);
  color: var(--text);
  border: 1.5px solid var(--border-h);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { background: var(--glass-b); border-color: rgba(255,255,255,0.2); }

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
}
.btn-whatsapp:hover { background: #1ebe5a; box-shadow: 0 8px 32px rgba(37,211,102,0.45); }

.btn-sm { padding: 10px 20px; font-size: 13px; }
.btn-lg { padding: 18px 38px; font-size: 16px; }

/* ─── MARQUEE ─── */
.marquee-bar {
  background: linear-gradient(90deg, rgba(232,25,139,0.12), rgba(59,158,255,0.08), rgba(232,25,139,0.12));
  border-bottom: 1px solid rgba(232,25,139,0.2);
  height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 110;
}
.marquee-track {
  display: flex;
  gap: 0;
  animation: marquee-scroll 40s linear infinite;
  white-space: nowrap;
}
.marquee-track span {
  font-size: 12px;
  font-weight: 600;
  color: var(--rosa);
  letter-spacing: 1px;
  padding-right: 48px;
}
.marquee-track span em { color: var(--text2); font-style: normal; font-weight: 400; margin-left: 4px; }
.marquee-track .sep { color: var(--rosa); opacity: 0.5; }
.marquee-bar:hover .marquee-track { animation-play-state: paused; }

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── NAVBAR ─── */
.navbar {
  position: fixed;
  top: 38px;
  left: 0; right: 0;
  z-index: 100;
  padding: 16px 0;
  background: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, backdrop-filter 0.3s ease,
              -webkit-backdrop-filter 0.3s ease, border-color 0.3s ease,
              padding 0.3s ease;
}
.navbar.solid {
  background: rgba(7,11,20,0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Logo */
.logo { display: flex; align-items: center; gap: 10px; }
.logo-toucan {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(232,25,139,0.5));
  transition: transform .3s;
}
.logo:hover .logo-toucan { transform: rotate(-10deg) scale(1.1); }
.logo-icon {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--rosa), var(--naranja));
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 20px var(--rosa-glow);
}
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
}
.logo-sub {
  font-size: 9px;
  color: var(--text3);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 2px;
  background: var(--rosa);
  transform: scaleX(0);
  transition: transform 0.25s;
  border-radius: 1px;
}
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { transform: scaleX(1); }

/* Language/Currency selector */
.lang-currency {
  position: relative;
}
.lang-currency-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--text2);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.lang-currency-btn:hover { border-color: var(--rosa); color: var(--text); }
.lang-currency-btn .arrow {
  font-size: 9px;
  opacity: 0.5;
  transition: transform 0.2s;
}
.lang-currency.open .arrow { transform: rotate(180deg); }

.lang-currency-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--bg3);
  border: 1px solid var(--border-h);
  border-radius: var(--radius);
  padding: 8px;
  min-width: 180px;
  box-shadow: var(--shadow);
  display: none;
  z-index: 200;
}
.lang-currency.open .lang-currency-dropdown { display: block; }
.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: var(--text2);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.lang-option:hover { background: var(--glass-b); color: var(--text); }
.lang-option.active { color: var(--rosa); background: var(--rosa-glow); }
.lang-option .flag { font-size: 16px; }
.lang-option .currency-label { margin-left: auto; font-size: 11px; color: var(--text3); }

/* Nav right actions */
.nav-right { display: flex; align-items: center; gap: 12px; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text2);
  border-radius: 2px;
  transition: 0.3s;
}

/* Mobile overlay nav */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(7,11,20,0.98);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  backdrop-filter: blur(24px);
}
.mobile-nav.open { display: flex; }
#mobile-nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}
.mobile-nav a {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--text);
  padding: 14px 0;
  text-decoration: none;
  transition: color 0.2s;
}
.mobile-nav a:hover { color: var(--rosa); }
.mobile-nav a.btn-reservar-mob {
  color: var(--rosa);
  margin-top: 8px;
}
.mobile-nav-lang {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.mobile-nav-lang button {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--text2);
  transition: all 0.2s;
}
.mobile-nav-lang button.active { background: var(--rosa-glow); border-color: var(--rosa); color: var(--rosa); }
.mobile-close {
  position: absolute;
  top: 24px; right: 24px;
  background: none;
  color: var(--text2);
  font-size: 28px;
  line-height: 1;
}

/* ─── HERO ─── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* ─── VIDEO HERO ─── */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
/* Keep old slider styles in case used elsewhere */
.hero-slider { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease; }
.hero-slide.active { opacity: 1; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(7,11,20,0.82) 0%,
    rgba(7,11,20,0.55) 45%,
    rgba(7,11,20,0.72) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,25,139,0.12);
  border: 1px solid rgba(232,25,139,0.3);
  backdrop-filter: blur(8px);
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: var(--rosa);
  margin-bottom: 24px;
  animation: fadeUp 0.8s ease both;
}

.hero-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(44px, 7vw, 90px);
  font-weight: 800;
  color: var(--text);
  line-height: 1;
  margin-bottom: 20px;
  animation: fadeUp 0.8s ease 0.1s both;
}
.hero-title .accent { color: var(--rosa); }
.hero-title .accent-y { color: var(--amarillo); }

.hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(255,255,255,0.72);
  max-width: 520px;
  margin-bottom: 36px;
  line-height: 1.65;
  animation: fadeUp 0.8s ease 0.2s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
  animation: fadeUp 0.8s ease 0.3s both;
}

.hero-stats {
  display: flex;
  gap: 36px;
  animation: fadeUp 0.8s ease 0.4s both;
}
.hstat-num {
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--amarillo);
  line-height: 1;
}
.hstat-label { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 3px; letter-spacing: 0.5px; }

/* Slider controls */
.hero-controls {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.hero-dot.active {
  background: var(--rosa);
  width: 24px;
  border-radius: 4px;
  box-shadow: 0 0 12px var(--rosa-glow);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px; height: 48px;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--border-h);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--text);
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  backdrop-filter: blur(8px);
}
.hero-arrow:hover { background: var(--rosa-glow); border-color: var(--rosa); box-shadow: 0 0 20px var(--rosa-glow); }
.hero-arrow.prev { left: 24px; }
.hero-arrow.next { right: 24px; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── TOURS GRID ─── */
.tours { background: transparent; }

.tours-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.tours-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* Tour Card */
.tour-card {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* reveal start state */
  opacity: 0;
  transform: translateY(36px);
  /* single transition covers both reveal & hover */
  transition: opacity 0.55s ease, transform 0.55s ease,
              box-shadow 0.35s ease, border-color 0.35s ease;
}
.tour-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.tour-card.visible:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 40px var(--rosa-glow);
  border-color: rgba(232,25,139,0.3);
}

.tour-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: var(--bg2);
}
.tour-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.tour-card:hover .tour-img img { transform: scale(1.08); }

.tour-card-badge {
  position: absolute;
  top: 12px; left: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 50px;
  z-index: 2;
}
.badge-popular { background: var(--rosa); color: #07090F; }
.badge-promo    { background: var(--coral); color: #fff; }
.badge-nuevo    { background: var(--naranja); color: #fff; }
.badge-extreme  { background: var(--amarillo); color: #07090F; }

.tour-card-body { padding: 18px 18px 20px; }

.tour-card-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: var(--text3);
  margin-bottom: 8px;
}
.tour-card-meta span { display: flex; align-items: center; gap: 4px; }

.tour-card-name {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}

.tour-card-desc {
  font-size: 13px;
  color: var(--text2);
  line-height: 1.55;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

.tour-price-wrap {}
.tour-old-price {
  font-size: 12px;
  color: var(--text3);
  text-decoration: line-through;
  display: block;
}
.tour-price {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--rosa);
}
.tour-discount {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  background: rgba(255,96,85,0.2);
  color: var(--coral);
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
}
.tour-consult {
  font-size: 13px;
  font-weight: 600;
  color: var(--rosa);
}

.tour-card-btn {
  flex-shrink: 0;
}

/* ─── WHY US ─── */
.why { position: relative; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 52px;
}
.why-card {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;
}
.why-card:hover { border-color: var(--rosa); transform: translateY(-6px); }
.why-icon { font-size: 38px; margin-bottom: 14px; display: block; }
.why-card h3 { font-size: 16px; color: var(--text); margin-bottom: 8px; }
.why-card p { font-size: 13.5px; color: var(--text2); line-height: 1.6; }

/* ─── DIVIDER GLOWING ─── */
.glow-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rosa), transparent);
  opacity: 0.3;
  margin: 0;
}

/* ─── TESTIMONIALS ─── */
.testimonials { position: relative; }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.testi-card {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px;
  position: relative;
  transition: border-color 0.3s, transform 0.3s;
}
.testi-card:hover { border-color: var(--rosa); transform: translateY(-5px); }
.testi-quote {
  position: absolute;
  top: 20px; right: 24px;
  font-family: 'Syne', sans-serif;
  font-size: 64px;
  color: var(--rosa);
  opacity: 0.15;
  line-height: 1;
}
.stars { color: var(--amarillo); font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.testi-text { font-size: 14px; color: var(--text2); line-height: 1.7; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--rosa); }
.testi-name { font-size: 14px; font-weight: 600; color: var(--text); }
.testi-origin { font-size: 12px; color: var(--text3); margin-top: 2px; }

/* ─── CTA STRIP ─── */
.cta-strip {
  background: linear-gradient(135deg, rgba(232,25,139,0.12) 0%, rgba(59,158,255,0.08) 100%);
  border: 1px solid rgba(232,25,139,0.2);
  border-radius: var(--radius-lg);
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(232,25,139,0.08) 0%, transparent 70%);
}
.cta-strip h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
  position: relative;
}
.cta-strip p { color: var(--text2); font-size: 17px; margin-bottom: 32px; position: relative; }
.cta-strip .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ─── FOOTER ─── */
.footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 72px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand p { font-size: 13.5px; color: var(--text2); margin: 16px 0 24px; line-height: 1.7; max-width: 280px; }
.social-row { display: flex; gap: 12px; margin-top: 4px; }
.social-btn {
  width: 44px; height: 44px;
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #FF2D78;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.social-btn svg { display: block; flex-shrink: 0; }
.social-btn:hover {
  background: rgba(255,45,120,0.12);
  border-color: #FF2D78;
  transform: translateY(-3px);
}

.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text3);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 14px; color: var(--text2); transition: color 0.2s; }
.footer-col ul a:hover { color: var(--rosa); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 13px; color: var(--text3); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 13px; color: var(--text3); transition: color 0.2s; }
.footer-legal a:hover { color: var(--rosa); }

/* ─── TOUR DETAIL PAGE ─── */
.tour-hero {
  position: relative;
  height: 70vh;
  min-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.tour-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.tour-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,11,20,1) 0%, rgba(7,11,20,0.4) 60%, rgba(7,11,20,0.1) 100%);
}
.tour-hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 56px;
  width: 100%;
}
.tour-hero-content .badge-tag { margin-bottom: 12px; }
.tour-hero-content h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 16px;
  line-height: 1.1;
}
.tour-hero-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.tour-hero-meta span { display: flex; align-items: center; gap: 6px; }

.tour-content { padding: 64px 0 96px; }
.tour-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: start;
}

.tour-desc-section h2 {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  color: var(--text);
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}
.tour-desc-section h2 span { color: var(--rosa); }
.tour-desc-section p, .tour-desc-section li {
  font-size: 15px;
  color: var(--text2);
  line-height: 1.75;
  margin-bottom: 10px;
}
.tour-desc-section ul { padding-left: 0; }
.tour-desc-section ul li {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 8px;
}
.tour-desc-section ul li::before {
  content: '✓';
  color: var(--rosa);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.tour-section-block { margin-bottom: 40px; }

/* Gallery */
.tour-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 32px;
}
.tour-gallery img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.tour-gallery img:first-child {
  grid-column: span 3;
  height: 260px;
}
.tour-gallery img:hover { transform: scale(1.03); box-shadow: var(--shadow); }

/* Sticky booking panel */
.tour-booking-panel {
  position: sticky;
  top: 110px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow);
}
.booking-price-block { margin-bottom: 24px; }
.booking-old-price {
  font-size: 13px;
  color: var(--text3);
  text-decoration: line-through;
}
.booking-price {
  font-family: 'Syne', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: var(--rosa);
  line-height: 1;
}
.booking-per-person { font-size: 13px; color: var(--text3); margin-top: 4px; }
.booking-discount-chip {
  display: inline-block;
  background: rgba(255,96,85,0.15);
  color: var(--coral);
  border: 1px solid rgba(255,96,85,0.3);
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
}

.booking-includes {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.booking-include-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
  color: var(--text2);
}
.booking-include-item span:first-child { color: var(--rosa); font-size: 14px; }

.booking-panel-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.booking-panel-btns .btn { width: 100%; justify-content: center; }


/* ─── INNER PAGES (Privacy / Data) ─── */
.inner-hero {
  background: linear-gradient(135deg, var(--bg2), var(--bg));
  border-bottom: 1px solid var(--border);
  padding: 160px 0 72px;
  text-align: center;
}
.inner-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 24px 100px;
}
.inner-content h2 { font-family: 'Syne', sans-serif; font-size: 22px; color: var(--text); margin: 40px 0 12px; }
.inner-content p, .inner-content li { font-size: 15px; color: var(--text2); line-height: 1.75; margin-bottom: 10px; }
.inner-content ul { padding-left: 20px; list-style: disc; margin-bottom: 14px; }
.inner-content a { color: var(--rosa); }
.inner-box {
  background: rgba(232,25,139,0.07);
  border-left: 3px solid var(--rosa);
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  margin: 24px 0;
}
.inner-box p { margin: 0; color: var(--text); }

/* ─── SCROLL ANIMATIONS ─── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .tours-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid   { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .tour-layout { grid-template-columns: 1fr; }
  .tour-booking-panel { position: static; }
}
@media (max-width: 900px) {
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links  { display: none; }
  .hamburger  { display: flex; }
  .nav-right .btn-ghost { display: none; }
}
@media (max-width: 700px) {
  .tours-grid  { grid-template-columns: repeat(2, 1fr); }
  .testi-grid  { grid-template-columns: 1fr; }
  .cta-strip   { padding: 40px 24px; }
  .hero-title  { font-size: 40px; }
  .hero-stats  { gap: 20px; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .tour-gallery { grid-template-columns: repeat(2, 1fr); }
  .tour-gallery img:first-child { grid-column: span 2; }
  .hero-arrow  { display: none; }
  .marquee-bar { display: none; }
  .navbar      { top: 0; }
}
@media (max-width: 480px) {
  .tours-grid { grid-template-columns: 1fr; }
  .why-grid   { grid-template-columns: 1fr; }
}

/* ─── MISC POLISH ─── */
::selection { background: var(--rosa-glow); color: var(--rosa); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--bg3); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--rosa); }

/* ═══════════════════════════════════════════════
   BLOG STYLES
   ═══════════════════════════════════════════════ */

/* Blog index grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 0;
}
.blog-card {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 32px rgba(232,25,139,.15);
}
.blog-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.blog-card-img-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--bg2) 0%, var(--bg3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}
.blog-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rosa);
}
.blog-card-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--text1);
  line-height: 1.35;
}
.blog-card-excerpt {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.6;
  flex: 1;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text3);
}
.blog-card-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--rosa);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 4px;
  transition: gap .2s;
}
.blog-card-read-more:hover { gap: 10px; }

/* Article layout */
.article-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px 80px;
}
.article-breadcrumb {
  font-size: 13px;
  color: var(--text3);
  margin-bottom: 28px;
}
.article-breadcrumb a { color: var(--rosa); text-decoration: none; }
.article-breadcrumb a:hover { text-decoration: underline; }
.article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--text3);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.article-meta .art-cat {
  background: var(--rosa-glow);
  color: var(--rosa);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.article-h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text1);
  margin-bottom: 28px;
}
.article-lead {
  font-size: 18px;
  color: var(--text2);
  line-height: 1.7;
  margin-bottom: 40px;
  border-left: 3px solid var(--rosa);
  padding-left: 20px;
}
.article-body h2 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--text1);
  margin: 40px 0 16px;
  padding-left: 14px;
  border-left: 3px solid var(--rosa);
}
.article-body h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text1);
  margin: 28px 0 12px;
}
.article-body p {
  font-size: 16px;
  color: var(--text2);
  line-height: 1.8;
  margin-bottom: 18px;
}
.article-body ul, .article-body ol {
  margin: 0 0 18px 0;
  padding-left: 22px;
}
.article-body li {
  font-size: 16px;
  color: var(--text2);
  line-height: 1.7;
  margin-bottom: 8px;
}
.article-body strong { color: var(--text1); }
.article-body a { color: var(--rosa); text-decoration: underline; }
.article-cta-box {
  background: linear-gradient(135deg, rgba(232,25,139,.1) 0%, rgba(232,25,139,.04) 100%);
  border: 1px solid rgba(232,25,139,.3);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
  margin: 48px 0 0;
}
.article-cta-box h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--text1);
  margin-bottom: 10px;
}
.article-cta-box p {
  color: var(--text2);
  font-size: 15px;
  margin-bottom: 20px;
}

/* Spin-wheel overlay base (JS-injected, but referenced here for completeness) */
.spin-overlay {
  position: fixed; inset: 0;
  background: rgba(7,11,20,.85);
  backdrop-filter: blur(6px);
  z-index: 9000;
  display: flex; align-items: center; justify-content: center;
  animation: fadeIn .35s ease;
}
.spin-modal {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 20px;
  width: min(420px, 94vw);
  padding: 36px 32px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 80px rgba(232,25,139,.12);
}
.spin-close-btn {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none;
  color: var(--text3); font-size: 22px; cursor: pointer;
  line-height: 1; padding: 4px;
}
.spin-close-btn:hover { color: var(--text1); }
.spin-title {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 800;
  color: var(--text1); margin-bottom: 6px;
}
.spin-sub { font-size: 14px; color: var(--text2); margin-bottom: 24px; }
.spin-input-row {
  display: flex; gap: 10px;
  margin-bottom: 14px;
}
.spin-input-row input {
  flex: 1;
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 16px;
  color: var(--text1);
  font-size: 15px;
  outline: none;
  transition: border-color .2s;
}
.spin-input-row input:focus { border-color: var(--rosa); }
.spin-input-row button {
  background: var(--rosa);
  color: #07090F;
  border: none; border-radius: 8px;
  padding: 12px 18px;
  font-weight: 700; font-size: 14px;
  cursor: pointer; white-space: nowrap;
  transition: opacity .2s;
}
.spin-input-row button:hover { opacity: .85; }
.spin-disclaimer { font-size: 11px; color: var(--text3); margin-top: 8px; }
.spin-canvas-wrap { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.spin-btn {
  background: var(--rosa);
  color: #07090F;
  border: none; border-radius: 10px;
  padding: 14px 36px;
  font-weight: 800; font-size: 16px;
  cursor: pointer; letter-spacing: .04em;
  transition: opacity .2s, transform .15s;
}
.spin-btn:hover { opacity: .85; transform: scale(1.04); }
.spin-btn:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.spin-result-emoji { font-size: 52px; margin-bottom: 4px; }
.spin-result-label { font-size: 15px; color: var(--text2); margin-bottom: 12px; }
.spin-code-box {
  background: var(--bg3);
  border: 1px dashed var(--rosa);
  border-radius: 10px;
  padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin: 16px 0;
}
.spin-code-text {
  font-family: monospace;
  font-size: 22px; font-weight: 800;
  color: var(--rosa); letter-spacing: .12em;
}
.spin-copy-btn {
  background: var(--rosa-glow);
  color: var(--rosa);
  border: 1px solid rgba(232,25,139,.3);
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px; font-weight: 600;
  cursor: pointer; transition: background .2s;
}
.spin-copy-btn:hover { background: rgba(232,25,139,.2); }
.spin-wa-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25D366; color: #fff;
  border: none; border-radius: 10px;
  padding: 13px 28px; font-size: 15px; font-weight: 700;
  text-decoration: none; cursor: pointer;
  transition: opacity .2s;
}
.spin-wa-btn:hover { opacity: .85; }
.spin-no-luck { color: var(--text2); font-size: 15px; margin: 12px 0 20px; }

/* Blog responsive */
@media (max-width: 700px) {
  .blog-grid { grid-template-columns: 1fr; }
  .article-wrap { padding: 0 16px 60px; }
  .article-cta-box { padding: 24px 20px; }
}

/* ═══════════════════════════════════════════════
   TOUR FILTER TABS
   ═══════════════════════════════════════════════ */

.tour-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.tour-tab {
  background: var(--glass);
  border: 1px solid var(--border);
  color: var(--text2);
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  letter-spacing: .02em;
}
.tour-tab:hover {
  border-color: var(--rosa);
  color: var(--text);
}
.tour-tab.active {
  background: var(--rosa);
  border-color: var(--rosa);
  color: #07090F;
  box-shadow: 0 4px 16px var(--rosa-glow);
}

/* ═══════════════════════════════════════════════
   INSTITUTIONAL SECTION
   ═══════════════════════════════════════════════ */

.institutional-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.institutional-title { margin-bottom: 20px; }
.institutional-lead {
  font-size: 17px;
  color: var(--text2);
  line-height: 1.75;
  margin-bottom: 40px;
  max-width: 480px;
}
.institutional-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.istat {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.istat-num {
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--rosa);
  line-height: 1;
}
.istat-label {
  font-size: 12px;
  color: var(--text2);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
}
.institutional-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.institutional-card {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 22px;
  transition: border-color .25s, transform .25s;
}
.institutional-card:hover {
  border-color: rgba(232,25,139,.35);
  transform: translateY(-4px);
}
.ic-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.institutional-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}
.institutional-card p {
  font-size: 13.5px;
  color: var(--text2);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .institutional-wrap { grid-template-columns: 1fr; gap: 40px; }
  .institutional-right { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .institutional-right { grid-template-columns: 1fr; }
  .institutional-stats { grid-template-columns: repeat(2, 1fr); }
  .tour-tabs { gap: 8px; }
  .tour-tab { padding: 8px 14px; font-size: 12px; }
}

/* ═══ BOOKING FORM ═══ */
.booking-section { background: linear-gradient(180deg, transparent 0%, rgba(232,25,139,0.04) 50%, transparent 100%); }

.booking-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 52px 56px 48px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.35);
}

.booking-header {
  text-align: center;
  margin-bottom: 40px;
}
.booking-header .section-title { margin: 12px 0 10px; }
.booking-header .section-sub { color: var(--text2); font-size: 15px; }

/* Form layout */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-group { display: flex; flex-direction: column; gap: 6px; }

.form-label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.form-control {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  font-size: 15px;
  padding: 12px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.form-control:focus {
  border-color: var(--rosa);
  box-shadow: 0 0 0 3px var(--rosa-glow);
  background: rgba(255,255,255,0.07);
}
.form-control:invalid:not(:placeholder-shown) { border-color: #e87070; }

/* Style native select arrow */
select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}
select.form-control option { background: #1a1a2e; color: var(--text); }

/* Date input calendar icon color */
input[type="date"].form-control::-webkit-calendar-picker-indicator {
  filter: invert(0.6);
  cursor: pointer;
}

.form-submit-row {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.booking-submit {
  min-width: 220px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 16px 36px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.booking-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none !important; }
.booking-submit:not(:disabled):hover { transform: translateY(-2px); }

.form-note {
  text-align: center;
  font-size: 13px;
  color: var(--text2);
  margin-top: 14px;
}
.form-note--error { color: #e87070 !important; font-weight: 600; }

@media (max-width: 700px) {
  .booking-wrap { padding: 32px 20px 28px; }
  .form-row { grid-template-columns: 1fr; gap: 16px; }
}

}

/* ═══ WHATSAPP FLOATING BUTTON ═══ */
#wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999 !important;
  width: 58px;
  height: 58px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,0.65);
}
#wa-float svg {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

/* ─── BOOKING PRICE SUMMARY ─── */
.booking-price-summary {
  background: rgba(232,25,139,0.07);
  border: 1px solid rgba(232,25,139,0.2);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bps-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--text2);
}
.bps-total {
  font-size: 16px;
  color: var(--text);
  font-weight: 600;
  padding-top: 8px;
  border-top: 1px solid rgba(232,25,139,0.15);
}
.bps-total strong { color: var(--rosa); font-size: 18px; }
