/*
 * BEAST OF AFRICA — Tanzania Ultimate Guide CSS
 * File: assets/css/tanzania.css
 */

/* ═══════════════════════════
   SHARED UTILITIES
═══════════════════════════ */
.tz-glass {
  background: rgba(8,14,12,.88);
  border: 1px solid rgba(200,178,138,.14);
  border-radius: 14px;
}
@media (min-width:1024px) and (hover:hover) {
  .tz-glass {
    background: rgba(8,14,12,.78);
    backdrop-filter: blur(20px) saturate(1.5);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
  }
}
.tz-contain { max-width: 1380px; margin: 0 auto; padding: 0 clamp(1.25rem,5%,4rem); }
.tz-eyebrow {
  display: inline-block; font-family: var(--font-body);
  font-size: .6rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--sand); opacity: .8; margin-bottom: .8rem;
}
.tz-h2 {
  font-family: var(--font-serif); font-size: clamp(2rem,4.2vw,3.4rem);
  font-weight: 300; color: var(--text); line-height: 1.07; letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.tz-h2 em { font-style: italic; color: var(--sand); }
.tz-h2--light { color: var(--mist); }
.tz-h2--light em { color: var(--sand); }
.tz-body { font-size: .95rem; color: var(--muted); line-height: 1.88; }
.tz-body--light { color: rgba(220,230,227,.72); }

/* Buttons */
.tz-btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-body); font-size: .8rem; font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase; text-decoration: none;
  border-radius: 9px; padding: .82rem 1.85rem;
  border: none; cursor: pointer; transition: all .38s var(--ease);
  position: relative; overflow: hidden;
}
.tz-btn--primary {
  background: linear-gradient(135deg,var(--forest),var(--deep-forest));
  color: var(--sand); border: 1px solid rgba(200,178,138,.28);
}
.tz-btn--primary:hover { border-color: rgba(200,178,138,.55); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(23,53,44,.5); color: var(--mist); }
.tz-btn--ghost { background: transparent; border: 1px solid rgba(200,178,138,.28); color: rgba(200,178,138,.78); }
.tz-btn--ghost:hover { background: rgba(23,53,44,.4); color: var(--sand); }
.tz-btn--wa { background: rgba(37,211,102,.1); border: 1px solid rgba(37,211,102,.28); color: rgba(37,211,102,.88); }
.tz-btn--wa:hover { background: rgba(37,211,102,.18); border-color: rgba(37,211,102,.55); color: #2ecc71; }
.tz-btn--xl { padding: 1rem 2.4rem; font-size: .86rem; }

/* Sections */
.tz-section { position: relative; padding: clamp(4rem,8vw,7rem) 0; overflow: hidden; }
.tz-section--alt { background: rgba(20,35,33,.4); }
.tz-section--migration { background: var(--surface-2); }
.tz-section--parks { background: var(--surface); }
.tz-section--map { background: var(--surface-2); padding-bottom: 0; }
.tz-section--booking { background: var(--surface); }
.tz-section--cta { background-size: cover; background-position: center; padding: clamp(5rem,10vw,9rem) 0; }
.tz-section__head { text-align: center; max-width: 680px; margin: 0 auto clamp(2.5rem,5vw,4rem); }

/* ═══════════════════════════
   TICKER
═══════════════════════════ */
.tz-ticker {
  position: sticky; top: var(--headerH); z-index: 400;
  background: rgba(8,14,12,.96); border-bottom: 1px solid rgba(200,178,138,.1);
  height: 38px; display: flex; align-items: center;
  overflow: hidden;
}
.tz-ticker__label {
  flex-shrink: 0; padding: 0 1rem;
  font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(220,50,50,.9); border-right: 1px solid rgba(200,178,138,.15);
}
.tz-ticker__track { flex: 1; overflow: hidden; position: relative; }
.tz-ticker__items {
  display: inline-flex; align-items: center; gap: 1.25rem;
  white-space: nowrap;
  animation: tzTicker 40s linear infinite;
  font-family: var(--font-body); font-size: .72rem; color: rgba(238,245,242,.55);
}
.tz-ticker__items .sep { color: rgba(200,178,138,.3); }
.tz-ticker__items strong { color: rgba(238,245,242,.88); }
@keyframes tzTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═══════════════════════════
   HERO
═══════════════════════════ */
.tz-hero {
  position: relative; height: calc(100vh - var(--headerH));
  min-height: 600px; display: flex; align-items: center;
  background: var(--surface);
}
.tz-hero__media { position: absolute; inset: 0; }
.tz-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: brightness(.42) saturate(1.05);
}
.tz-hero__gradient {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13,22,21,.92) 0%, rgba(13,22,21,.5) 55%, rgba(13,22,21,.1) 100%);
}
.tz-hero__vignette {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(13,22,21,.95) 100%);
}
.tz-hero__particles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

/* Intel panels */
.tz-intel {
  position: absolute; top: clamp(1.5rem,4vh,3rem); right: clamp(1.25rem,4%,3rem); z-index: 4;
  display: flex; flex-direction: column; gap: .85rem;
  animation: tzIntelIn .8s var(--ease) .3s both;
}
@keyframes tzIntelIn { from{opacity:0;transform:translateX(18px)} }
.tz-intel__card { padding: 1.1rem 1.35rem; min-width: 185px; }
.tz-intel__label { font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(200,178,138,.55); margin-bottom: .55rem; }
.tz-intel__temp { font-family: var(--font-serif); font-size: 1.8rem; color: var(--sand); font-weight: 300; line-height: 1; }
.tz-intel__cond { font-size: .78rem; color: rgba(238,245,242,.55); margin: .35rem 0; }
.tz-intel__row { display: flex; gap: .85rem; font-size: .72rem; color: rgba(238,245,242,.45); }
.tz-intel__clock { font-family: var(--font-serif); font-size: 1.5rem; color: var(--sand); font-weight: 300; letter-spacing: .04em; }
.tz-intel__moon { font-size: .78rem; color: rgba(238,245,242,.5); margin-top: .35rem; }
.tz-intel__season { font-size: .85rem; color: var(--sand); font-weight: 600; margin-bottom: .4rem; }
.tz-intel__bar-wrap { height: 4px; background: rgba(255,255,255,.08); border-radius: 2px; margin: .5rem 0; }
.tz-intel__bar { height: 100%; border-radius: 2px; background: linear-gradient(90deg,var(--forest),var(--sand)); transition: width 2s cubic-bezier(.4,0,.2,1); width: 0; }

/* Hero content */
.tz-hero__content {
  position: relative; z-index: 5;
  padding: 0 var(--gutter) 0 clamp(1.5rem,8vw,6rem);
  max-width: 820px;
  animation: tzContentIn 1s var(--ease) both;
}
@keyframes tzContentIn { from{opacity:0;transform:translateY(24px)} }
.tz-hero__badge {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .45rem 1.1rem;
  background: rgba(23,53,44,.6); border: 1px solid rgba(200,178,138,.2);
  border-radius: 999px; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(200,178,138,.82); margin-bottom: 1.75rem;
}
.tz-badge-dot {
  width: 6px; height: 6px; border-radius: 50%; background: rgba(55,200,120,.9);
  animation: tzPulse 2s ease-in-out infinite;
}
@keyframes tzPulse { 0%,100%{opacity:1} 50%{opacity:.15} }
.tz-hero__title { display: flex; flex-direction: column; margin-bottom: 1.25rem; }
.tz-hero__t1 {
  font-family: var(--font-serif); font-size: clamp(3.5rem,9vw,7.5rem); font-weight: 300;
  line-height: .88; letter-spacing: -.03em;
  background: linear-gradient(160deg,#fff 0%,var(--mist) 40%,var(--sand) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.tz-hero__t2 {
  font-family: var(--font-serif); font-size: clamp(1.2rem,2.5vw,1.8rem);
  color: rgba(220,230,227,.62); -webkit-text-fill-color: rgba(220,230,227,.62);
  font-weight: 300; margin-top: .35rem; background: none;
}
.tz-hero__t2 em { font-style: italic; color: var(--sand); -webkit-text-fill-color: var(--sand); }
.tz-hero__sub { font-size: .95rem; color: rgba(220,230,227,.55); margin-bottom: 2rem; line-height: 1.7; }
.tz-hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.tz-hero__stats {
  display: flex; gap: 2rem; flex-wrap: wrap;
  border-top: 1px solid rgba(200,178,138,.1); padding-top: 1.5rem;
}
.tz-stat strong { display: block; font-family: var(--font-serif); font-size: 1.4rem; color: var(--sand); font-weight: 300; }
.tz-stat span { font-size: .65rem; color: rgba(238,245,242,.4); letter-spacing: .1em; text-transform: uppercase; }
.tz-hero__scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .4rem; z-index: 5;
}
.tz-hero__scroll-line { width: 1px; height: 48px; background: rgba(200,178,138,.18); position: relative; overflow: hidden; }
.tz-hero__scroll-dot {
  position: absolute; top: -6px; left: -2px; width: 5px; height: 5px; border-radius: 50%;
  background: var(--sand); animation: tzScroll 1.6s ease-in-out infinite;
}
@keyframes tzScroll { 0%{top:-6px;opacity:1} 100%{top:50px;opacity:0} }
.tz-hero__scroll span { font-size: .58rem; color: rgba(200,178,138,.38); letter-spacing: .18em; text-transform: uppercase; }

/* ═══════════════════════════
   SUBNAV
═══════════════════════════ */
.tz-subnav {
  position: sticky; top: calc(var(--headerH) + 38px); z-index: 380;
  background: rgba(13,22,21,.96); border-bottom: 1px solid rgba(200,178,138,.1);
  overflow-x: auto; scrollbar-width: none;
}
.tz-subnav::-webkit-scrollbar { display: none; }
.tz-subnav__inner {
  display: flex; gap: 0;
  padding: 0 var(--gutter);
  min-width: max-content;
}
.tz-subnav__btn {
  background: transparent; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: .72rem; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(238,245,242,.45); padding: .9rem 1.1rem;
  border-bottom: 2px solid transparent; transition: all .3s; white-space: nowrap;
}
.tz-subnav__btn:hover { color: var(--text); border-bottom-color: rgba(200,178,138,.3); }
.tz-subnav__btn.active { color: var(--sand); border-bottom-color: var(--sand); }

/* ═══════════════════════════
   MIGRATION TIMELINE
═══════════════════════════ */
.tz-migration-grid {
  display: grid; grid-template-columns: repeat(12,1fr); gap: .6rem;
}
.tz-month-card {
  border-radius: 10px; overflow: hidden;
  transition: transform .3s var(--ease);
  cursor: default;
}
.tz-month-card:hover { transform: translateY(-4px); }
.tz-month-card__top {
  padding: .6rem .75rem; border: 1px solid; border-bottom: none; border-radius: 10px 10px 0 0;
}
.tz-month-card__name { display: block; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text); margin-bottom: .45rem; }
.tz-month-card__bar-wrap { height: 4px; background: rgba(255,255,255,.1); border-radius: 2px; margin-bottom: .3rem; }
.tz-month-card__bar { height: 100%; border-radius: 2px; transition: width 1.5s var(--ease); }
.tz-month-card__pct { font-size: .6rem; font-weight: 700; }
.tz-month-card__body {
  padding: .65rem .75rem;
  background: rgba(13,22,21,.7); border: 1px solid rgba(200,178,138,.1); border-radius: 0 0 10px 10px;
}
.tz-month-card__body strong { display: block; font-size: .68rem; color: var(--text); margin-bottom: .3rem; line-height: 1.4; }
.tz-month-card__body p { font-size: .64rem; color: var(--muted); line-height: 1.55; }

/* ═══════════════════════════
   REGION SECTIONS
═══════════════════════════ */
.tz-region-layout {
  display: grid; grid-template-columns: 380px 1fr;
  gap: clamp(2.5rem,5vw,5rem); align-items: start;
}
.tz-section--alt .tz-region-layout { grid-template-columns: 1fr 380px; }
.tz-section--alt .tz-region-left { order: 2; }
.tz-section--alt .tz-region-right { order: 1; }

/* Photo card */
.tz-photo-card { position: relative; }
.tz-photo-card__img {
  height: 340px; border-radius: 18px; overflow: hidden;
  position: relative; background-size: cover; background-position: center;
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
.tz-photo-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(8,14,12,.85) 100%);
  border-radius: 18px;
}
.tz-photo-card__badge {
  position: absolute; bottom: 1.1rem; left: 1.1rem;
  display: flex; align-items: center; gap: .45rem;
  padding: .4rem .9rem; border-radius: 8px;
  font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #fff;
}
.tz-photo-card__wx {
  display: flex; align-items: center; gap: .65rem;
  padding: .75rem 1rem; margin-top: .85rem;
  border-radius: 12px;
}
.tz-wx-icon { font-size: 1.3rem; }
.tz-wx-temp { font-family: var(--font-serif); font-size: 1.4rem; color: var(--sand); font-weight: 300; }
.tz-wx-label { font-size: .65rem; color: var(--faint); text-transform: uppercase; letter-spacing: .1em; margin-left: auto; }

/* Cost card */
.tz-cost-card { padding: 1.25rem 1.35rem; margin-top: .85rem; }
.tz-cost-card__title { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(200,178,138,.6); margin-bottom: .85rem; }
.tz-cost-row { display: flex; align-items: center; justify-content: space-between; padding: .4rem 0; border-bottom: 1px solid rgba(200,178,138,.06); }
.tz-cost-row:last-child { border-bottom: none; }
.tz-cost-row__label { font-size: .76rem; color: var(--faint); }
.tz-cost-row__val { font-size: .82rem; font-weight: 600; color: var(--muted); }
.tz-cost--budget { color: #7cb7d6; }
.tz-cost--mid { color: var(--sand); }
.tz-cost--lux { color: var(--gold2); }
.tz-cost-row--duration .tz-cost-row__val { color: var(--text); }

/* Picnic card */
.tz-picnic-card { padding: 1.1rem 1.25rem; margin-top: .85rem; }
.tz-picnic-card__header { font-size: .72rem; font-weight: 600; color: var(--sand); margin-bottom: .65rem; }
.tz-picnic-card strong { display: block; font-size: .88rem; color: var(--text); margin-bottom: .35rem; }
.tz-picnic-card p { font-size: .8rem; color: var(--muted); line-height: 1.65; margin-bottom: .35rem; }
.tz-picnic-card span { font-size: .72rem; color: rgba(200,178,138,.65); }

/* Region right */
.tz-region-right { display: flex; flex-direction: column; gap: 1.5rem; }
.tz-region-title {
  font-family: var(--font-serif); font-size: clamp(2.2rem,4vw,3.5rem);
  font-weight: 300; line-height: 1.05; color: var(--text); display: flex; align-items: center; gap: .75rem;
}
.tz-region-emoji { font-size: clamp(2rem,3.5vw,3rem); }
.tz-region-tagline { font-family: var(--font-serif); font-size: 1.1rem; font-style: italic; color: var(--sand); }

/* Facts row */
.tz-facts-row { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.tz-fact { display: flex; align-items: center; gap: .45rem; font-size: .82rem; color: var(--muted); }

/* Highlights */
.tz-highlights h3, .tz-tips h3 {
  font-family: var(--font-body); font-size: .65rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: rgba(200,178,138,.65); margin-bottom: 1rem;
}
.tz-highlights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.tz-highlight-card {
  display: flex; gap: .85rem; padding: 1.1rem 1.2rem;
  transition: border-color .3s, transform .35s var(--ease);
}
.tz-highlight-card:hover { border-color: rgba(200,178,138,.28); transform: translateX(3px); }
.tz-highlight-card__icon { font-size: 1.4rem; flex-shrink: 0; margin-top: .1rem; }
.tz-highlight-card__body { display: flex; flex-direction: column; gap: .35rem; }
.tz-highlight-card__body strong { font-size: .9rem; color: var(--text); font-weight: 500; }
.tz-highlight-card__body p { font-size: .8rem; color: var(--muted); line-height: 1.6; }
.tz-highlight-card__cost { font-size: .72rem; color: var(--sand); font-weight: 600; }

/* Tips */
.tz-tips { display: flex; flex-direction: column; gap: .55rem; }
.tz-tip { display: flex; gap: .65rem; }
.tz-tip span { color: var(--sand); font-size: .9rem; flex-shrink: 0; margin-top: .15rem; }
.tz-tip p { font-size: .84rem; color: var(--muted); line-height: 1.65; margin: 0; }

/* Region CTAs */
.tz-region-ctas { display: flex; gap: .85rem; flex-wrap: wrap; }

/* Section bg video */
.tz-section__bg-video { position: absolute; inset: 0; z-index: 0; }
.tz-section__bg-video video { width: 100%; height: 100%; object-fit: cover; filter: brightness(.25) saturate(.7); }
.tz-section__video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg,rgba(13,22,21,.9) 0%,rgba(13,22,21,.6) 50%,rgba(13,22,21,.85) 100%);
}
.tz-region-section .tz-contain { position: relative; z-index: 2; }

/* ═══════════════════════════
   PARKS MEGA GRID
═══════════════════════════ */
.tz-parks-mega-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 1rem;
}
.tz-park-tile {
  padding: 1.2rem 1.25rem; text-decoration: none;
  display: flex; flex-direction: column; gap: .4rem;
  transition: all .35s var(--ease); border-radius: 14px;
}
.tz-park-tile:hover { transform: translateY(-5px); border-color: rgba(200,178,138,.28); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.tz-park-tile__icon { font-size: 1.5rem; }
.tz-park-tile strong { font-size: .92rem; color: var(--text); display: block; }
.tz-park-tile__size { font-size: .65rem; color: rgba(200,178,138,.55); }
.tz-park-tile p { font-size: .78rem; color: var(--muted); line-height: 1.55; flex-grow: 1; }
.tz-park-tile__meta { display: flex; justify-content: space-between; font-size: .68rem; color: var(--faint); margin-top: .25rem; }
.tz-park-tile__cost { color: var(--sand); font-weight: 600; }

/* ═══════════════════════════
   MAP
═══════════════════════════ */
.tz-map-wrap { position: relative; }
.tz-map { height: 520px; background: var(--surface-2); }
.tz-map .leaflet-container { background: #0d1a1a; }
.tz-map-legend {
  position: absolute; bottom: 1.5rem; right: 1.5rem; z-index: 500;
  padding: 1rem 1.25rem; display: flex; flex-direction: column; gap: .5rem;
}
.tz-map-legend__item { display: flex; align-items: center; gap: .6rem; font-size: .74rem; color: var(--muted); }
.tz-map-legend__item span { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
/* Custom Leaflet popup */
.leaflet-popup-content-wrapper { background: rgba(8,14,12,.95) !important; border: 1px solid rgba(200,178,138,.2) !important; border-radius: 10px !important; box-shadow: 0 8px 30px rgba(0,0,0,.5) !important; color: var(--text) !important; }
.leaflet-popup-tip { background: rgba(8,14,12,.95) !important; }
.leaflet-popup-content { color: var(--muted) !important; font-family: var(--font-body) !important; font-size: .84rem !important; }
.tz-popup-title { font-family: var(--font-serif) !important; font-size: 1rem !important; color: var(--text) !important; font-weight: 400 !important; }
.tz-popup-type { font-size: .62rem; color: var(--sand); text-transform: uppercase; letter-spacing: .12em; }

/* ═══════════════════════════
   BOOKING ENGINE
═══════════════════════════ */
.tz-booking-layout {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(3rem,6vw,6rem); align-items: center;
}
.tz-booking-trust { display: flex; flex-direction: column; gap: .5rem; margin-top: 1.5rem; }
.tz-booking-trust span { font-size: .84rem; color: var(--muted); }
.tz-planner { padding: 2rem 1.85rem; }
.tz-planner__step { display: none; }
.tz-planner__step.active { display: block; }
.tz-planner__step-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.tz-planner__step-num {
  font-family: var(--font-serif); font-size: 2.5rem; color: rgba(200,178,138,.25); font-weight: 300; line-height: 1; flex-shrink: 0;
}
.tz-planner__step-header h3 { font-family: var(--font-serif); font-size: 1.2rem; color: var(--text); font-weight: 400; }
.tz-planner__chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.5rem; }
.tz-chip {
  padding: .45rem 1.1rem; border: 1px solid rgba(200,178,138,.18); border-radius: 24px;
  background: transparent; color: var(--muted); font-family: var(--font-body); font-size: .8rem;
  cursor: pointer; transition: all .25s; white-space: nowrap;
}
.tz-chip:hover { border-color: rgba(200,178,138,.35); color: var(--text); }
.tz-chip.is-active { background: rgba(23,53,44,.5); border-color: rgba(200,178,138,.45); color: var(--sand); }
.tz-chip--sm { font-size: .74rem; padding: .38rem .9rem; }
.tz-planner__nav { display: flex; gap: .75rem; }
.tz-planner__summary { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.35rem; }
.tz-plan-row { display: flex; align-items: center; justify-content: space-between; padding: .5rem .75rem; background: rgba(23,53,44,.2); border-radius: 8px; font-size: .85rem; }
.tz-plan-row span { color: var(--faint); }
.tz-plan-row strong { color: var(--text); font-weight: 500; }
.tz-planner__contact { display: flex; flex-direction: column; gap: .65rem; margin-bottom: 1.35rem; }
.tz-input {
  padding: .72rem 1rem; background: rgba(23,53,44,.25); border: 1px solid rgba(200,178,138,.18);
  border-radius: 9px; color: var(--text); font-family: var(--font-body); font-size: .88rem;
  width: 100%; transition: border-color .3s;
}
.tz-input:focus { outline: none; border-color: rgba(200,178,138,.45); }
.tz-input::placeholder { color: var(--faint); }
.tz-plan-success { padding: 1rem; background: rgba(23,53,44,.4); border: 1px solid rgba(55,200,120,.2); border-radius: 9px; color: rgba(55,200,120,.88); font-size: .88rem; }
.tz-planner__dots { display: flex; gap: .55rem; justify-content: center; margin-top: 1.5rem; }
.tz-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(200,178,138,.2); transition: background .3s; }
.tz-dot.active { background: var(--sand); }

/* Final CTA */
.tz-cta-overlay { position: absolute; inset: 0; background: rgba(13,22,21,.82); }
.tz-cta-inner { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.25rem; }
.tz-cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ═══════════════════════════
   ANIMATE ON SCROLL
═══════════════════════════ */
.tz-animate { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.tz-animate.visible { opacity: 1; transform: none; }

/* ═══════════════════════════
   RESPONSIVE
═══════════════════════════ */
@media (max-width: 1100px) {
  .tz-region-layout, .tz-section--alt .tz-region-layout { grid-template-columns: 1fr; }
  .tz-section--alt .tz-region-left, .tz-section--alt .tz-region-right { order: unset; }
  .tz-region-left { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
  .tz-photo-card__img { height: 260px; }
  .tz-booking-layout { grid-template-columns: 1fr; }
  .tz-intel { display: none; }
  .tz-migration-grid { grid-template-columns: repeat(6,1fr); }
}
@media (max-width: 768px) {
  .tz-highlights-grid { grid-template-columns: 1fr; }
  .tz-migration-grid { grid-template-columns: repeat(4,1fr); }
  .tz-parks-mega-grid { grid-template-columns: 1fr 1fr; }
  .tz-region-left { grid-template-columns: 1fr; }
  .tz-map { height: 380px; }
  .tz-hero__stats { gap: 1.25rem; }
}
@media (max-width: 480px) {
  .tz-hero__t1 { font-size: clamp(3rem,14vw,5rem); }
  .tz-migration-grid { grid-template-columns: repeat(3,1fr); }
  .tz-parks-mega-grid { grid-template-columns: 1fr; }
  .tz-hero__stats { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
