/*
 * Zamora Turístico Experience — 2.0.0 (rediseño minimalista)
 * Mismas clases que la versión anterior, para no tocar el PHP.
 * Cambios: sin gradientes decorativos, sin círculos/blur, sombras suaves,
 * tipografía más liviana, más espacio en blanco.
 */

.zt-modal-open { overflow: hidden !important; }

.zt-experience {
    --zt-jungle: #1B4332;
    --zt-forest: #2D6A4F;
    --zt-leaf: #74C69D;
    --zt-gold: #C99A2E;
    --zt-earth: #6B4423;
    --zt-cream: #FAFAF8;
    --zt-paper: #FFFFFF;
    --zt-ink: #1A1A1A;
    --zt-ink-soft: #6B6B66;
    --zt-mist: #DCEADF;
    --zt-blue: #5C7C8A;
    --zt-white: #FFFFFF;
    --zt-line: rgba(27, 67, 50, .1);
    --zt-shadow: 0 8px 24px rgba(27, 67, 50, .07);
    --zt-soft-shadow: 0 2px 8px rgba(27, 67, 50, .05);
    --zt-radius-xl: 20px;
    --zt-radius-lg: 16px;
    --zt-radius-md: 12px;
    --zt-container: min(1180px, calc(100vw - 32px));
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    overflow: clip;
    background: var(--zt-cream);
    color: var(--zt-ink);
    font-family: "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    isolation: isolate;
}

.zt-experience h1,
.zt-experience h2,
.zt-experience h3 {
    font-family: "Fraunces", serif;
    font-weight: 500;
}

.zt-experience *,
.zt-experience *::before,
.zt-experience *::after { box-sizing: border-box; }

.zt-experience h1,
.zt-experience h2,
.zt-experience h3,
.zt-experience p { margin-top: 0; }

.zt-experience button,
.zt-experience input,
.zt-experience select { font: inherit; }

.zt-experience a { color: inherit; }

.zt-container { width: var(--zt-container); margin-inline: auto; }


.zt-sr-only,
.zt-skip:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.zt-skip:focus {
    position: fixed;
    z-index: 999999;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    border-radius: 10px;
    background: var(--zt-gold);
    color: var(--zt-jungle);
    font-weight: 500;
}

.zt-scroll-progress {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    pointer-events: none;
}

.zt-scroll-progress span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background: var(--zt-gold);
}

/* ===== HERO ===== */

.zt-hero {
    position: relative;
    min-height: min(760px, 88svh);
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--zt-white);
    background-color: var(--zt-jungle);
}

@keyframes zt-fade-carousel {
  0% { opacity: 0; }
  5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}

.zt-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: zt-fade-carousel 8s infinite;
    z-index: 0;
}

.zt-hero-slide.slide-1 { background-image: url('https://zamoraturistico.com/wp-content/uploads/hero-clean-1.webp'); animation-delay: 0s; }
.zt-hero-slide.slide-2 { background-image: url('https://zamoraturistico.com/wp-content/uploads/hero-clean-2.webp'); animation-delay: 2s; }
.zt-hero-slide.slide-3 { background-image: url('https://zamoraturistico.com/wp-content/uploads/hero-clean-3.webp'); animation-delay: 4s; }
.zt-hero-slide.slide-4 { background-image: url('https://zamoraturistico.com/wp-content/uploads/hero-clean-4.webp'); animation-delay: 6s; }


.zt-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 32, 22, .55);
    pointer-events: none;
    z-index: 1;
}

.zt-hero::after { content: none; }
.zt-hero__mist,
.zt-hero__river { display: none; }

.zt-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
    gap: clamp(32px, 6vw, 80px);
    align-items: center;
    padding-block: 96px 80px;
}

.zt-eyebrow,
.zt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--zt-forest);
    font-size: .74rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.zt-eyebrow { color: #d9eadf; }
.zt-eyebrow span { width: 28px; height: 1px; background: var(--zt-gold); }
.zt-kicker--light { color: var(--zt-leaf); }

.zt-hero h1,
.zt-section h2,
.zt-manifesto h2,
.zt-flavors h2,
.zt-final-cta h2,
.zt-modal h2 {
    font-family: "Fraunces", Georgia, serif;
    letter-spacing: -.01em;
    line-height: 1.1;
    font-weight: 500;
}

.zt-hero h1 {
    max-width: 720px;
    margin: 18px 0 20px;
    font-size: clamp(2.4rem, 5.5vw, 3.8rem);
}

.zt-hero h1 em,
.zt-section h2 em,
.zt-manifesto h2 em,
.zt-flavors h2 em,
.zt-final-cta h2 em { color: var(--zt-gold); font-style: italic; font-weight: 400; }

.zt-hero__copy > p {
    max-width: 560px;
    margin-bottom: 24px;
    color: rgba(255,255,255,.78);
    font-size: 1rem;
}

.zt-hero__actions,
.zt-directory-cta__actions,
.zt-final-cta__inner > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ===== BUTTONS ===== */

.zt-btn {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 22px;
    border: 0.5px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none !important;
    font-weight: 500;
    line-height: 1.2;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.zt-btn:hover { transform: none; }
.zt-btn:focus-visible,
.zt-experience button:focus-visible,
.zt-experience a:focus-visible,
.zt-experience input:focus-visible,
.zt-experience select:focus-visible,
.zt-experience summary:focus-visible {
    outline: 2px solid var(--zt-gold);
    outline-offset: 2px;
}

.zt-btn--gold { background: var(--zt-white); color: var(--zt-jungle) !important; }
.zt-btn--gold:hover { background: #F0EAD8; }
.zt-btn--glass { border-color: rgba(255,255,255,.3); background: transparent; color: var(--zt-white) !important; }
.zt-btn--glass:hover { background: rgba(255,255,255,.1); }
.zt-btn--outline { border-color: rgba(255,255,255,.35); color: var(--zt-white) !important; background: transparent; }
.zt-btn--outline:hover { background: rgba(255,255,255,.08); }
.zt-btn--green { background: var(--zt-jungle); color: var(--zt-white) !important; }
.zt-btn--green:hover { background: var(--zt-forest); }

.zt-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin-top: 28px;
    color: rgba(255,255,255,.62);
    font-size: .84rem;
}

.zt-hero__proof span { display: inline-flex; align-items: baseline; gap: 7px; }
.zt-hero__proof strong { color: var(--zt-white); font-family: "Fraunces", Georgia, serif; font-size: 1.15rem; font-weight: 500; }

/* ===== LIVE / WEATHER CARD ===== */

.zt-live-card {
    position: relative;
    padding: 18px;
    border: 0.5px solid rgba(255,255,255,.16);
    border-radius: var(--zt-radius-lg);
    background: rgba(255,255,255,.06);
}

.zt-live-card__top { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: .76rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.zt-live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--zt-leaf); }

.zt-weather {
    min-height: 96px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255,255,255,.96);
    color: var(--zt-ink);
    overflow: hidden;
}

.zt-weather__placeholder { display: flex; align-items: center; gap: 14px; min-height: 64px; }
.zt-weather__icon { font-size: 1.9rem; }
.zt-weather__placeholder strong,
.zt-weather__placeholder small { display: block; }
.zt-weather__placeholder small { color: var(--zt-ink-soft); }

.zt-live-card__alert { margin-top: 12px; padding: 15px; border-radius: 12px; background: rgba(255,255,255,.06); }
.zt-live-card__alert strong { display: block; color: var(--zt-gold); font-weight: 500; }
.zt-live-card__alert p { margin: 5px 0 10px; color: rgba(255,255,255,.7); font-size: .86rem; line-height: 1.5; }
.zt-live-card__alert a,
.zt-live-card__alert span { color: var(--zt-white); font-size: .78rem; font-weight: 500; }

.zt-hero__scroll span { display: none; }

/* ===== SECTIONS ===== */

.zt-section { padding-block: clamp(60px, 8vw, 96px); }
.zt-section--cream { background: var(--zt-cream); }
.zt-section--paper { background: var(--zt-paper); }

.zt-section-head { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; margin-bottom: 34px; }
.zt-section-head h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--zt-jungle); }
.zt-section-head > p { color: var(--zt-ink-soft); font-size: .95rem; max-width: 480px; }

.zt-local-nav { border-bottom: 0.5px solid var(--zt-line); background: var(--zt-paper); }
.zt-local-nav a { position: relative; flex: 0 0 auto; padding: 16px 0 14px; color: var(--zt-jungle); font-size: .78rem; font-weight: 500; letter-spacing: .04em; text-decoration: none; }
.zt-local-nav a::after { content: none; }

.zt-explorer {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(400px, 1.5fr) minmax(200px, .55fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
    padding: 10px;
    border: 0.5px solid var(--zt-line);
    border-radius: 14px;
    background: var(--zt-paper);
}

.zt-search { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 14px; border: 0.5px solid var(--zt-line); border-radius: 10px; background: var(--zt-cream); }
.zt-search svg { width: 18px; fill: none; stroke: var(--zt-forest); stroke-width: 2; }
.zt-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--zt-ink); }
.zt-search input::placeholder { color: var(--zt-ink-soft); }

.zt-filter-row { display: flex; gap: 7px; overflow-x: auto; padding: 2px; scrollbar-width: none; }
.zt-filter-row::-webkit-scrollbar { display: none; }
.zt-chip { flex: 0 0 auto; min-height: 38px; padding: 7px 13px; border: 0.5px solid var(--zt-line); border-radius: 999px; background: transparent; color: var(--zt-jungle); cursor: pointer; font-size: .78rem; font-weight: 500; }
.zt-chip.is-active { border-color: var(--zt-jungle); background: var(--zt-jungle); color: var(--zt-white); }

.zt-select-wrap { display: grid; gap: 3px; }
.zt-select-wrap > span { padding-left: 4px; color: var(--zt-ink-soft); font-size: .68rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.zt-select-wrap select { width: 100%; min-height: 40px; padding: 8px 34px 8px 12px; border: 0.5px solid var(--zt-line); border-radius: 10px; background: var(--zt-cream); color: var(--zt-jungle); font-weight: 500; }

.zt-result-meta { margin: 0 0 20px; color: var(--zt-ink-soft); font-size: .86rem; }
.zt-result-meta strong { color: var(--zt-jungle); }

/* ===== EXPERIENCE / ATRACTIVO CARDS ===== */

.zt-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--zt-line); border: 0.5px solid var(--zt-line); border-radius: var(--zt-radius-lg); overflow: hidden; }
.zt-card[hidden] { display: none !important; }
.zt-card { min-width: 0; }

.zt-card__open {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: var(--zt-white);
    color: var(--zt-ink);
    cursor: pointer;
    text-align: left;
    transition: background .2s ease;
}

.zt-card__open:hover { background: #FBFAF6; }

.zt-card__media {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    color: var(--zt-jungle);
    background: #EAF3E9;
}

.zt-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.4s ease;
}

.zt-card:hover .zt-card__img {
    transform: scale(1.08);
}

.zt-card__media::before,
.zt-card__media::after { content: none; }

.zt-tone-1, .zt-tone-2, .zt-tone-3, .zt-tone-4, .zt-tone-5, .zt-tone-6 { background: #EAF3E9; }

.zt-card__icon { position: relative; z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 12px; background: var(--zt-white); color: var(--zt-jungle); }
.zt-card__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.zt-card__number { display: none; }
.zt-card__pending { position: absolute; left: 14px; bottom: 12px; z-index: 2; padding: 4px 9px; border-radius: 6px; background: var(--zt-white); color: var(--zt-ink-soft); font-size: .64rem; font-weight: 500; }

.zt-card__body { display: block; padding: 20px; }
.zt-card__badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.zt-card__badges span { padding: 4px 9px; border-radius: 6px; background: #EAF3E9; color: var(--zt-forest); font-size: .68rem; font-weight: 500; }
.zt-card__badges span:last-child { background: #FBF1DC; color: #8a6a24; }
.zt-card__title { display: block; margin-bottom: 6px; color: var(--zt-jungle); font-family: "Fraunces", Georgia, serif; font-size: 1.15rem; font-weight: 500; line-height: 1.2; }
.zt-card__summary { display: block; min-height: 0; color: var(--zt-ink-soft); font-size: .88rem; line-height: 1.55; }
.zt-card__link { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding-top: 12px; border-top: 0.5px solid var(--zt-line); color: var(--zt-jungle); font-size: .78rem; font-weight: 500; }
.zt-card__link span { color: var(--zt-gold); font-size: 1rem; }
.zt-empty { padding: 32px; border-radius: var(--zt-radius-md); background: var(--zt-white); border: 0.5px solid var(--zt-line); text-align: center; color: var(--zt-ink-soft); }

/* ===== MANIFESTO ===== */

.zt-manifesto {
    position: relative;
    padding-block: clamp(64px, 9vw, 120px);
    background: var(--zt-jungle);
    color: var(--zt-white);
}

.zt-manifesto::after { content: none; }
.zt-manifesto__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .18fr 1fr .75fr; gap: 30px; align-items: end; }
.zt-manifesto__number { align-self: start; color: var(--zt-gold); font-family: "Fraunces", Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; font-weight: 400; }
.zt-manifesto h2 { color: var(--zt-white); }
.zt-manifesto__copy > p { color: rgba(255,255,255,.72); font-size: 1rem; }
.zt-manifesto__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.zt-manifesto__tags span { padding: 7px 12px; border: 0.5px solid rgba(255,255,255,.16); border-radius: 999px; color: #d8e7dc; font-size: .74rem; font-weight: 500; }

/* ===== CANTONES ===== */

.zt-canton-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--zt-line); border: 0.5px solid var(--zt-line); border-radius: var(--zt-radius-lg); overflow: hidden; }
.zt-canton { position: relative; padding: 24px; background: var(--zt-white); transition: background .2s ease; }
.zt-canton:hover { background: #FBFAF6; }
.zt-canton__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.zt-canton__top span { color: var(--zt-gold); font-family: "Fraunces", Georgia, serif; font-weight: 500; }
.zt-canton__top i { width: 28px; height: 28px; border-radius: 50%; background: var(--zt-leaf); }
.zt-canton h3 { margin-bottom: 6px; color: var(--zt-jungle); font-family: "Fraunces", Georgia, serif; font-size: 1.35rem; line-height: 1.15; }
.zt-canton > p { min-height: 0; margin-bottom: 16px; color: var(--zt-ink-soft); font-size: .88rem; }
.zt-canton details { border-top: 0.5px solid var(--zt-line); }
.zt-canton summary { padding: 12px 0; cursor: pointer; color: var(--zt-forest); font-size: .76rem; font-weight: 500; }
.zt-canton__parishes { display: grid; gap: 5px; padding-bottom: 12px; }
.zt-canton__parishes strong { color: var(--zt-gold); font-size: .68rem; }
.zt-canton__parishes span { color: var(--zt-ink-soft); font-size: .8rem; line-height: 1.5; }
.zt-canton__filter { width: 100%; margin-top: 6px; padding: 10px; border: 0.5px solid var(--zt-line); border-radius: 8px; background: transparent; color: var(--zt-jungle); cursor: pointer; font-size: .75rem; font-weight: 500; }
.zt-canton__filter:hover { background: var(--zt-jungle); color: var(--zt-white); }

/* ===== ROUTE / COMO LLEGAR ===== */

.zt-section--route { background: var(--zt-jungle); color: var(--zt-white); }

.zt-section-head--light h2 { color: var(--zt-white); }
.zt-section-head--light > p { color: rgba(255,255,255,.65); }

.zt-route-tabs { display: inline-flex; gap: 6px; margin-bottom: 26px; padding: 5px; border: 0.5px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.04); }
.zt-route-tabs button { min-width: 84px; padding: 9px 14px; border: 0; border-radius: 7px; background: transparent; color: rgba(255,255,255,.65); cursor: pointer; font-weight: 500; }
.zt-route-tabs button.is-active { background: var(--zt-gold); color: var(--zt-jungle); }

.zt-route { display: grid; grid-template-columns: minmax(240px, .58fr) minmax(0, 1.4fr); gap: 40px; padding: clamp(22px, 3.5vw, 40px); border: 0.5px solid rgba(255,255,255,.12); border-radius: var(--zt-radius-xl); background: rgba(255,255,255,.03); }
.zt-route__meta > span { color: var(--zt-gold); font-size: .68rem; font-weight: 500; letter-spacing: .08em; }
.zt-route__meta > strong { display: block; margin: 10px 0 6px; font-family: "Fraunces", Georgia, serif; font-size: 1.9rem; line-height: 1.1; font-weight: 500; }
.zt-route__meta > p { color: rgba(255,255,255,.6); }
.zt-route ol { margin: 0; padding: 0; list-style: none; }
.zt-route li { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 14px 0; border-bottom: 0.5px solid rgba(255,255,255,.08); }
.zt-route li:last-child { border-bottom: 0; }
.zt-route li > span { color: var(--zt-gold); font-size: .72rem; font-weight: 500; }
.zt-route li strong { display: block; font-size: .98rem; font-weight: 500; }
.zt-route li p { margin: 2px 0 0; color: rgba(255,255,255,.55); font-size: .84rem; }

.zt-arrival { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 1px; margin-top: 32px; overflow: hidden; border: 0.5px solid rgba(255,255,255,.1); border-radius: var(--zt-radius-lg); background: rgba(255,255,255,.06); }
.zt-arrival > div { padding: 20px; background: #173b2d; }
.zt-arrival__title span { color: var(--zt-gold); font-size: .7rem; font-weight: 500; letter-spacing: .04em; }
.zt-arrival__title h3 { margin: 8px 0 0; font-family: "Fraunces", Georgia, serif; font-size: 1.45rem; line-height: 1.15; font-weight: 500; }
.zt-arrival__item strong { display: block; margin-bottom: 7px; color: var(--zt-leaf); font-weight: 500; }
.zt-arrival__item p { margin: 0; color: rgba(255,255,255,.58); font-size: .8rem; line-height: 1.55; }

/* ===== TIMELINE (fiestas) ===== */

.zt-timeline { position: relative; display: grid; gap: 0; }
.zt-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 114px; width: 1px; background: var(--zt-line); }
.zt-event { position: relative; display: grid; grid-template-columns: 94px 1fr; gap: 36px; padding: 20px 0; }
.zt-event::before { content: ""; position: absolute; left: 109px; top: 29px; width: 9px; height: 9px; border: 2px solid var(--zt-cream); border-radius: 50%; background: var(--zt-gold); }
.zt-event time { color: var(--zt-gold); font-family: "Fraunces", Georgia, serif; font-size: .95rem; font-weight: 500; text-align: right; }
.zt-event > div { padding: 2px 0 18px; border-bottom: 0.5px solid var(--zt-line); }
.zt-event span { color: var(--zt-forest); font-size: .66rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.zt-event h3 { margin: 4px 0 4px; color: var(--zt-jungle); font-family: "Fraunces", Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.zt-event p { margin: 0; color: var(--zt-ink-soft); font-size: .88rem; }

/* ===== FLAVORS (cacao) ===== */

.zt-flavors { position: relative; padding-block: clamp(70px, 10vw, 130px); background: var(--zt-earth); color: var(--zt-white); }
.zt-flavors::before { content: none; }
.zt-flavors__grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.zt-flavors h2 { color: var(--zt-white); }
.zt-flavors__copy > p { max-width: 500px; color: rgba(255,255,255,.68); }
.zt-flavors__words { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.zt-flavors__words span { padding: 10px 15px; border: 0.5px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.04); color: #f4ddaa; font-family: "Fraunces", Georgia, serif; font-size: clamp(.95rem, 2vw, 1.4rem); font-weight: 500; transform: none; }

/* ===== BUSINESS GRID (mini directorio en portada) ===== */

.zt-business-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.zt-business { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 16px; border: 0.5px solid var(--zt-line); border-radius: var(--zt-radius-md); background: var(--zt-white); }
.zt-business__mark { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: #EAF3E9; color: var(--zt-jungle); font-family: "Fraunces", Georgia, serif; font-size: 1.1rem; font-weight: 500; }
.zt-business > div { min-width: 0; }
.zt-business div > span { display: block; overflow: hidden; color: var(--zt-ink-soft); font-size: .62rem; font-weight: 500; letter-spacing: .03em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.zt-business h3 { margin: 2px 0 0; overflow: hidden; color: var(--zt-jungle); font-size: .92rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.zt-business small { color: #8a6a24; font-size: .66rem; }

/* ===== DIRECTORIO CTA ===== */

.zt-directory-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 34px; padding: clamp(24px, 3.5vw, 40px); border-radius: var(--zt-radius-xl); background: var(--zt-jungle); color: var(--zt-white); }
.zt-directory-cta > div:first-child span { color: var(--zt-leaf); font-size: .7rem; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }
.zt-directory-cta h3 { max-width: 620px; margin: 8px 0 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.1; font-weight: 500; }
.zt-config-note { max-width: 260px; color: rgba(255,255,255,.6); font-size: .78rem; }

/* ===== FINAL CTA ===== */

.zt-final-cta { position: relative; padding-block: clamp(80px, 11vw, 150px); background: var(--zt-jungle); color: var(--zt-white); text-align: center; }
.zt-final-cta::before { content: none; }
.zt-final-cta__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.zt-final-cta h2 { color: var(--zt-white); }
.zt-final-cta p { max-width: 580px; color: rgba(255,255,255,.68); font-size: 1rem; }

/* ===== FOOTER ===== */

.zt-footer { padding-block: 50px 20px; background: #2b1e13; color: #f1e9d8; }
.zt-footer__grid { display: grid; grid-template-columns: 1.4fr .55fr .55fr 1fr; gap: 42px; }
.zt-footer__grid > div:first-child strong { color: var(--zt-gold); font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; line-height: 1; font-weight: 500; }
.zt-footer__grid p { color: rgba(255,255,255,.55); font-size: .8rem; }
.zt-footer__grid > div > span { display: block; margin-bottom: 9px; color: var(--zt-gold); font-size: .66rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.zt-footer__grid a { display: block; margin: 5px 0; color: rgba(255,255,255,.72); font-size: .8rem; text-decoration: none; }
.zt-footer__grid a:hover { color: var(--zt-white); }
.zt-footer__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-top: 40px; padding-top: 18px; border-top: 0.5px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .7rem; }
.zt-sources { max-width: 560px; text-align: right; }
.zt-sources summary { cursor: pointer; color: rgba(255,255,255,.58); font-weight: 500; }
.zt-sources div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 12px; margin-top: 9px; }
.zt-sources a { color: rgba(255,255,255,.55); text-decoration: none; }
.zt-sources a:hover { color: var(--zt-gold); }




.zt-reveal { transition: opacity .5s ease, transform .5s ease; }
.zt-reveal.is-visible { opacity: 1; transform: none; }

/* ===== RESPONSIVE ===== */

@media (max-width: 1080px) {
    .zt-hero__inner { grid-template-columns: 1fr .55fr; gap: 30px; }
    .zt-explorer { grid-template-columns: 1fr 1.35fr; }
    .zt-select-wrap { grid-column: 1 / -1; }
    .zt-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zt-arrival { grid-template-columns: repeat(2, 1fr); }
    .zt-arrival__title { grid-column: 1 / -1; }
    .zt-business-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .zt-experience { --zt-container: min(100% - 24px, 680px); }
    .zt-hero { min-height: auto; }
    .zt-hero__inner { grid-template-columns: 1fr; padding-block: 80px 64px; }
    .zt-hero__copy { text-align: left; }
    .zt-live-card { max-width: 520px; }
    .zt-hero__scroll { display: none; }
    .zt-section-head { grid-template-columns: 1fr; gap: 14px; }
    .zt-explorer { grid-template-columns: 1fr; }
    .zt-filter-row, .zt-select-wrap { grid-column: auto; }
    .zt-manifesto__grid { grid-template-columns: .2fr 1fr; }
    .zt-manifesto__copy { grid-column: 2; }
    .zt-canton-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zt-route { grid-template-columns: 1fr; gap: 14px; }
    .zt-flavors__grid { grid-template-columns: 1fr; gap: 30px; }
    .zt-flavors__words { justify-content: flex-start; }
    .zt-directory-cta { align-items: flex-start; flex-direction: column; }
    .zt-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .zt-experience { font-size: 15px; }
    .zt-hero h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
    .zt-hero__actions .zt-btn { width: 100%; }
    .zt-hero__proof { display: grid; grid-template-columns: repeat(2, 1fr); }
    .zt-live-card { padding: 12px; border-radius: 14px; }
    .zt-section { padding-block: 56px; }
    .zt-card-grid,
    .zt-canton-grid,
    .zt-business-grid { grid-template-columns: 1fr; }
    .zt-card__summary { min-height: 0; }
    .zt-manifesto__grid { grid-template-columns: 1fr; }
    .zt-manifesto__number { margin-bottom: -12px; }
    .zt-manifesto__copy { grid-column: auto; }
    .zt-route-tabs { width: 100%; }
    .zt-route-tabs button { flex: 1; min-width: 0; }
    .zt-route { padding: 18px; border-radius: 18px; }
    .zt-route li { grid-template-columns: 60px 1fr; }
    .zt-arrival { grid-template-columns: 1fr; }
    .zt-arrival__title { grid-column: auto; }
    .zt-timeline::before { left: 70px; }
    .zt-event { grid-template-columns: 54px 1fr; gap: 30px; }
    .zt-event::before { left: 65px; }
    .zt-event time { font-size: .7rem; }
    .zt-directory-cta { padding: 22px; border-radius: 18px; }
    .zt-directory-cta__actions,
    .zt-directory-cta__actions .zt-btn { width: 100%; }
    .zt-final-cta__inner > div:last-child,
    .zt-final-cta__inner .zt-btn { width: 100%; }
    .zt-footer__grid { grid-template-columns: 1fr; gap: 24px; }
    .zt-footer__bottom { align-items: flex-start; flex-direction: column; }
    .zt-sources { text-align: left; }
    .zt-sources div { justify-content: flex-start; }
    .zt-modal__dialog { border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .zt-experience *,
    .zt-experience *::before,
    .zt-experience *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .zt-reveal { opacity: 1; transform: none; }
}

@media print {
    .zt-local-nav,
    .zt-scroll-progress,
    .zt-hero__actions,
    .zt-card__pending,
    .zt-final-cta,
    .zt-modal { display: none !important; }
    .zt-experience { width: 100%; margin: 0; background: #fff; color: #000; }
    .zt-hero { min-height: 0; padding: 40px 0; background: #1B4332 !important; }
    .zt-card-grid,
    .zt-canton-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   WIDGET DE CLIMA OVERRIDES (Location Weather)
   ========================================================================== */
.zt-weather .splw-main-wrapper,
.zt-weather .splw-lite-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.zt-weather .lw-preloader {
    background: transparent !important;
}

.zt-weather .splw-lite-templates-body {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.zt-weather .splw-lite-header-title {
    color: var(--zt-leaf) !important;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 2px !important;
}

.zt-weather .splw-lite-current-time {
    color: rgba(0,0,0,0.5) !important;
    font-size: 0.8rem;
    margin-bottom: 8px !important;
}

.zt-weather .cur-temp {
    color: var(--zt-ink) !important;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.zt-weather .splw-lite-desc {
    color: var(--zt-ink) !important;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 4px !important;
}

.zt-weather .splw-lite-daily-weather-details {
    color: rgba(0,0,0,0.7) !important;
    margin-top: 12px !important;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 12px !important;
    font-size: 0.85rem;
}

.zt-weather .splw-lite-daily-weather-details .options-title,
.zt-weather .splw-lite-daily-weather-details .options-value {
    color: rgba(0,0,0,0.7) !important;
}

.zt-weather .splw-lite-daily-weather-details .details-icon i {
    color: var(--zt-leaf) !important;
}

.zt-weather .splw-lite-current-temp {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zt-weather .splw-weather-icon {
    width: 48px !important;
    height: 48px !important;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}


/* ===== GALERÍA REDISEÑADA Y ANIMADA ===== */
@keyframes ztPopIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.zt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
    padding: 30px 0 60px 0;
}

.zt-gallery-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: var(--zt-radius-md);
    aspect-ratio: 4 / 3;
    background: var(--zt-line);
    animation: ztPopIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
    box-shadow: var(--zt-soft-shadow);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.zt-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease;
}

/* Overlay & Icon on Hover */
.zt-gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(27, 67, 50, 0.75) 0%, rgba(27, 67, 50, 0.1) 60%, transparent 100%);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.35s ease;
}

.zt-gallery-item::after {
    content: "🔍";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%) scale(0.7);
    font-size: 1.5rem;
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
}

.zt-gallery-item:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 14px 30px rgba(27, 67, 50, 0.22);
    z-index: 3;
}

.zt-gallery-item:hover img {
    transform: scale(1.12);
}

.zt-gallery-item:hover::before {
    opacity: 1;
}

.zt-gallery-item:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Lightbox con Transición */
.zt-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: ztPopIn 0.3s ease;
}

.zt-gallery-lightbox[hidden] {
    display: none !important;
}

.zt-gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 32, 22, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.zt-gallery-lightbox__content {
    position: relative;
    max-width: 92vw;
    max-height: 92vh;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zt-gallery-lightbox__img {
    max-width: 100%;
    max-height: 88vh;
    border-radius: 12px;
    box-shadow: 0 24px 48px rgba(0,0,0,0.6);
    user-select: none;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
}

.zt-gallery-lightbox__close,
.zt-gallery-lightbox__prev,
.zt-gallery-lightbox__next {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 1.8rem;
    cursor: pointer;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    backdrop-filter: blur(8px);
    transition: background 0.25s, transform 0.25s, border-color 0.25s;
    z-index: 2;
}

.zt-gallery-lightbox__close:hover,
.zt-gallery-lightbox__prev:hover,
.zt-gallery-lightbox__next:hover {
    background: rgba(116, 198, 157, 0.85);
    border-color: #74C69D;
    color: #1B4332;
    transform: scale(1.12);
}

.zt-gallery-lightbox__close {
    top: -26px;
    right: -26px;
}

.zt-gallery-lightbox__prev {
    left: -64px;
    top: 50%;
    transform: translateY(-50%);
}

.zt-gallery-lightbox__next {
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
}

/* ===== BOTÓN FLOTANTE DE WHATSAPP ===== */
.zt-whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    z-index: 999990;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
    text-decoration: none !important;
}

.zt-whatsapp-float:hover {
    transform: scale(1.12) translateY(-4px);
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.65);
    color: #ffffff !important;
}

.zt-whatsapp-tooltip {
    position: absolute;
    right: 72px;
    background: #1B4332;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    pointer-events: none;
}

/* ===== MODAL OBSIDIAN DARK THEME (MÁXIMO CONTRASTE & LEGIBILIDAD) ===== */
.zt-modal {
    position: fixed !important;
    z-index: 999999 !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
}
.zt-modal[hidden] {
    display: none !important;
}
.zt-modal__backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(4, 9, 20, 0.88) !important;
    backdrop-filter: blur(8px) !important;
}
.zt-modal__dialog {
    position: relative !important;
    z-index: 10 !important;
    max-width: 680px !important;
    width: 96% !important;
    max-height: calc(90vh - 30px) !important;
    padding: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background: #0B172A !important;
    border: 1px solid rgba(212, 175, 55, 0.35) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(212, 175, 55, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
}

/* BANNER HEADER */
.zt-modal__header-banner {
    position: relative !important;
    width: 100% !important;
    min-height: 180px !important;
    max-height: 240px !important;
    background: #050D1A !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}
.zt-modal__banner-img {
    width: 100% !important;
    height: 100% !important;
    min-height: 180px !important;
    object-fit: cover !important;
    display: block !important;
}
.zt-modal__header-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 24px 28px 18px !important;
    background: linear-gradient(to top, #0B172A 15%, rgba(11, 23, 42, 0.85) 75%, transparent 100%) !important;
}
.zt-modal__eyebrow {
    display: inline-block !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    color: #D4AF37 !important;
    margin-bottom: 6px !important;
}
.zt-modal__title {
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    font-family: 'Fraunces', Georgia, serif !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
}

/* BODY DEL MODAL */
.zt-modal__body {
    padding: 24px 28px 28px !important;
    overflow-y: auto !important;
    background: #0B172A !important;
    color: #E2E8F0 !important;
}
.zt-modal__text {
    font-size: 0.98rem !important;
    line-height: 1.7 !important;
    color: #CBD5E1 !important;
    margin-bottom: 24px !important;
}

/* GRID CARDS DE ATENCIÓN / COSTO / EQUIPO / CONTACTO */
.zt-modal-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 14px !important;
    margin-bottom: 24px !important;
}
.zt-modal-box {
    background: rgba(15, 30, 54, 0.85) !important;
    border-radius: 14px !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
}
.zt-modal-box__icon {
    font-size: 1.6rem !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
}
.zt-modal-box__label {
    display: block !important;
    font-size: 0.74rem !important;
    text-transform: uppercase !important;
    color: #D4AF37 !important;
    letter-spacing: 0.8px !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}
.zt-modal__hours, .zt-modal__cost, .zt-modal__gear, .zt-modal__phone {
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    color: #F8FAFC !important;
    display: block !important;
    line-height: 1.4 !important;
}

/* BLOQUE ¿CÓMO LLEGAR? */
.zt-modal__route-block {
    background: rgba(212, 175, 55, 0.08) !important;
    border-left: 4px solid #D4AF37 !important;
    padding: 16px 20px !important;
    border-radius: 0 14px 14px 0 !important;
    margin-bottom: 24px !important;
    font-size: 0.95rem !important;
    color: #E2E8F0 !important;
    border-top: 1px solid rgba(212, 175, 55, 0.15) !important;
    border-right: 1px solid rgba(212, 175, 55, 0.15) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
}
.zt-modal__route-block strong {
    display: block !important;
    color: #D4AF37 !important;
    margin-bottom: 6px !important;
    font-size: 1rem !important;
}
.zt-modal__route-block p {
    margin: 0 !important;
    line-height: 1.6 !important;
    color: #CBD5E1 !important;
}

/* BOTONES DE ACCIÓN */
.zt-modal__actions {
    display: flex !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    margin-top: 20px !important;
}
.zt-btn--maps {
    background: #ea4335 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 12px 22px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 14px rgba(234, 67, 53, 0.4) !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}
.zt-btn--maps:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(234, 67, 53, 0.6) !important;
    color: #ffffff !important;
}
.zt-btn--wa {
    background: #25d366 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 12px 22px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4) !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}
.zt-btn--wa:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.6) !important;
    color: #ffffff !important;
}

/* BOTÓN CERRAR */
.zt-modal__close {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(4, 9, 20, 0.85) !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    outline: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}
.zt-modal__close:hover {
    background: #D4AF37 !important;
    color: #040914 !important;
}


.zt-whatsapp-tooltip::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #1B4332;
}

.zt-whatsapp-float:hover .zt-whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* ===== MENÚ SUPERIOR WHATSAPP ===== */
.zt-nav-wa-btn {
    color: #25d366 !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.zt-nav-wa-btn:hover {
    color: #128c7e !important;
}
.zt-wa-dot {
    width: 8px;
    height: 8px;
    background-color: #25d366;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #25d366;
    animation: ztPulse 2s infinite;
}
@keyframes ztPulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}




/* ===== CANTONES ESTILO LOJA ===== */
.zt-cantons-loja-style {
    background-color: #060D19 !important;
    padding: 70px 24px !important;
    color: #ffffff !important;
    font-family: 'Work Sans', -apple-system, sans-serif !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 40px !important;
}
.zt-cantons-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.zt-cantons-eyebrow {
    display: block !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #D4AF37 !important;
    margin-bottom: 8px !important;
}
.zt-cantons-title {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 2.6rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.2 !important;
}
.zt-cantons-sub {
    font-size: 1.05rem !important;
    color: #94A3B8 !important;
    margin: 0 0 42px 0 !important;
}
.zt-cantons-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
}
@media (max-width: 992px) {
    .zt-cantons-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 600px) {
    .zt-cantons-grid {
        grid-template-columns: 1fr !important;
    }
}
.zt-canton-card {
    height: 220px !important;
    border-radius: 16px !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease !important;
}
.zt-canton-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.6) !important;
}
.zt-canton-card__overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(to top, rgba(6, 13, 25, 0.95) 0%, rgba(6, 13, 25, 0.3) 65%, transparent 100%) !important;
    display: flex !important;
    align-items: flex-end !important;
    padding: 18px 20px !important;
    box-sizing: border-box !important;
}
.zt-canton-card__content {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}
.zt-canton-card__name {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6) !important;
}
.zt-canton-card__icon {
    font-size: 1.1rem !important;
}
.zt-canton-card__btn {
    background: rgba(15, 28, 48, 0.75) !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    color: #F1F5F9 !important;
    padding: 8px 16px !important;
    border-radius: 24px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    backdrop-filter: blur(4px) !important;
    transition: all 0.25s ease !important;
}
.zt-canton-card__btn:hover {
    background: #D4AF37 !important;
    color: #060D19 !important;
    border-color: #D4AF37 !important;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4) !important;
}
.zt-cantons-footer {
    margin-top: 48px !important;
}
.zt-cantons-more-link {
    color: #D4AF37 !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color 0.2s, transform 0.2s !important;
}
/* ===== MODAL DE CANTÓN ESTILOS ===== */
.zt-canton-tagline {
    display: block !important;
    font-size: 0.88rem !important;
    color: #F3E5AB !important;
    font-style: italic !important;
    margin-top: 4px !important;
    font-weight: 500 !important;
}
.zt-canton-block {
    background: #f4f8f6 !important;
    border-left: 4px solid #2d6a4f !important;
    border-radius: 0 12px 12px 0 !important;
    padding: 14px 18px !important;
    margin-bottom: 16px !important;
    font-size: 0.92rem !important;
    color: #2d3748 !important;
}
.zt-canton-block strong {
    display: block !important;
    color: #1b4332 !important;
    margin-bottom: 6px !important;
    font-size: 0.95rem !important;
}
.zt-canton-block p {
    margin: 0 !important;
    line-height: 1.6 !important;
}
.zt-canton-block--gold {
    background: #fcf8ec !important;
    border-left-color: #d4af37 !important;
}
.zt-canton-block--gold strong {
    color: #8a6d1b !important;
}
.zt-canton-block--info {
    background: #eef7f6 !important;
    border-left-color: #118ab2 !important;
}
.zt-canton-block--info strong {
    color: #0c6380 !important;
}


/* ===== AMBIENT ANIMATIONS (LUCIÉRNAGAS Y AVES DELICADAS) ===== */
.zt-ambient-animations {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    pointer-events: none !important;
    z-index: 999999 !important;
    overflow: hidden !important;
}

/* Luciérnagas Místicas */
.zt-firefly {
    position: absolute !important;
    width: 8px !important;
    height: 8px !important;
    background: radial-gradient(circle, #ffffff 20%, #d4af37 60%, #74c69d 100%) !important;
    border-radius: 50% !important;
    box-shadow: 0 0 14px #74c69d, 0 0 28px #d4af37, 0 0 42px rgba(116, 198, 157, 0.7) !important;
    opacity: 0 !important;
}

.zt-firefly-1 {
    bottom: 12% !important;
    left: -5% !important;
    animation: ztFireflyFly1 18s cubic-bezier(0.4, 0, 0.2, 1) infinite !important;
}

.zt-firefly-2 {
    bottom: 30% !important;
    left: -8% !important;
    animation: ztFireflyFly2 24s cubic-bezier(0.4, 0, 0.2, 1) 7s infinite !important;
}

@keyframes ztFireflyFly1 {
    0% {
        transform: translate(0, 0) scale(0.6);
        opacity: 0;
    }
    15% {
        opacity: 0.95;
        transform: translate(22vw, -18vh) scale(1.2);
    }
    40% {
        opacity: 0.6;
        transform: translate(48vw, -12vh) scale(0.85);
    }
    65% {
        opacity: 1;
        transform: translate(72vw, -38vh) scale(1.3);
    }
    85% {
        opacity: 0.8;
        transform: translate(92vw, -58vh) scale(0.9);
    }
    100% {
        transform: translate(112vw, -78vh) scale(0.5);
        opacity: 0;
    }
}

@keyframes ztFireflyFly2 {
    0% {
        transform: translate(0, 0) scale(0.5);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(28vw, -28vh) scale(1.15);
    }
    50% {
        opacity: 0.75;
        transform: translate(58vw, -48vh) scale(0.9);
    }
    80% {
        opacity: 0.95;
        transform: translate(88vw, -72vh) scale(1.25);
    }
    100% {
        transform: translate(118vw, -98vh) scale(0.4);
        opacity: 0;
    }
}

/* Aves Volando Delicadamente */
.zt-bird-flock {
    position: absolute !important;
    top: 12% !important;
    right: -10% !important;
    color: rgba(27, 67, 50, 0.65) !important;
}

.zt-bird {
    position: absolute !important;
    opacity: 0 !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.18)) !important;
}

.zt-bird-1 {
    animation: ztBirdFly1 22s linear infinite !important;
}

.zt-bird-2 {
    animation: ztBirdFly2 22s linear 3s infinite !important;
}

@keyframes ztBirdFly1 {
    0% {
        transform: translate(0, 0) rotate(-4deg);
        opacity: 0;
    }
    10% {
        opacity: 0.75;
    }
    35% {
        transform: translate(-38vw, 9vh) rotate(3deg);
        opacity: 0.85;
    }
    65% {
        transform: translate(-72vw, 16vh) rotate(-4deg);
        opacity: 0.75;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: translate(-118vw, 26vh) rotate(-2deg);
        opacity: 0;
    }
}

@keyframes ztBirdFly2 {
    0% {
        transform: translate(0, 0) rotate(-3deg);
        opacity: 0;
    }
    10% {
        opacity: 0.65;
    }
    35% {
        transform: translate(-40vw, 11vh) rotate(2deg);
        opacity: 0.75;
    }
    65% {
        transform: translate(-78vw, 19vh) rotate(-5deg);
        opacity: 0.65;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        transform: translate(-122vw, 32vh) rotate(-2deg);
        opacity: 0;
    }
}


/* ===== 5 SECCIONES PREMIUM (ESTILO LOJA ECUADOR) ===== */

/* SECCIÓN 1: ¿POR QUÉ ZAMORA CHINCHIPE? */
.zt-why-section {
    background-color: #060D19 !important;
    padding: 80px 24px !important;
    color: #ffffff !important;
    text-align: center !important;
    box-sizing: border-box !important;
}
.zt-container-center {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.zt-eyebrow-gold {
    display: block !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #D4AF37 !important;
    margin-bottom: 8px !important;
}
.zt-title-serif {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 2.6rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.2 !important;
}
.zt-subtext {
    font-size: 1.05rem !important;
    color: #94A3B8 !important;
    margin: 0 0 44px 0 !important;
}
.zt-facts-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
}
@media (max-width: 992px) {
    .zt-facts-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 550px) {
    .zt-facts-grid { grid-template-columns: 1fr !important; }
}

.zt-fact-card {
    background: #0B172A !important;
    border-radius: 16px !important;
    padding: 24px 20px !important;
    text-align: center !important;
    position: relative !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3) !important;
    border-top: 4px solid #D4AF37 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.zt-fact-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 32px rgba(0,0,0,0.5) !important;
}
.zt-border-green { border-top-color: #10B981 !important; }
.zt-border-gold { border-top-color: #F59E0B !important; }
.zt-border-blue { border-top-color: #3B82F6 !important; }
.zt-border-purple { border-top-color: #8B5CF6 !important; }
.zt-border-amber { border-top-color: #D97706 !important; }
.zt-border-magenta { border-top-color: #EC4899 !important; }
.zt-border-pink { border-top-color: #F43F5E !important; }
.zt-border-cyan { border-top-color: #06B6D4 !important; }

.zt-fact-icon {
    font-size: 1.8rem !important;
    display: block !important;
    margin-bottom: 8px !important;
}
.zt-fact-val {
    display: block !important;
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    font-family: 'Fraunces', serif !important;
    margin-bottom: 4px !important;
}
.zt-fact-lbl {
    font-size: 0.88rem !important;
    color: #94A3B8 !important;
}

.zt-pills-row {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}
.zt-pill-btn {
    background: #0B172A !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: #E2E8F0 !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}
.zt-pill-btn:hover {
    background: #D4AF37 !important;
    color: #060D19 !important;
    border-color: #D4AF37 !important;
    transform: translateY(-2px) !important;
}

/* SECCIÓN 2: BLOG & NOTICIAS */
.zt-news-section {
    background-color: #08101D !important;
    padding: 80px 24px !important;
    color: #ffffff !important;
    text-align: center !important;
}
.zt-news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
}
@media (max-width: 992px) {
    .zt-news-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
    .zt-news-grid { grid-template-columns: 1fr !important; }
}

.zt-news-card {
    background: #0D1A2D !important;
    border-radius: 16px !important;
    padding: 24px !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25) !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}
.zt-news-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(212,175,55,0.4) !important;
}
.zt-news-tag {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #D4AF37 !important;
    letter-spacing: 1px !important;
    margin-bottom: 12px !important;
    display: block !important;
}
.zt-news-card h3 {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.4 !important;
    margin: 0 0 16px 0 !important;
}
.zt-news-arrow {
    align-self: flex-end !important;
    color: #94A3B8 !important;
    text-decoration: none !important;
    font-size: 1.2rem !important;
    transition: color 0.2s, transform 0.2s !important;
}
.zt-news-card:hover .zt-news-arrow {
    color: #D4AF37 !important;
    transform: translateX(4px) !important;
}
.zt-pill-gold-btn {
    background: rgba(212,175,55,0.15) !important;
    border: 1px solid #D4AF37 !important;
    color: #D4AF37 !important;
    padding: 12px 28px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.25s ease !important;
}
.zt-pill-gold-btn:hover {
    background: #D4AF37 !important;
    color: #060D19 !important;
}

/* SECCIÓN 3: PREGUNTAS FRECUENTES (ACCORDION) */
.zt-faq-section {
    background-color: #060D19 !important;
    padding: 80px 24px !important;
    color: #ffffff !important;
    text-align: center !important;
}
.zt-faq-accordion {
    max-width: 820px !important;
    margin: 0 auto !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
.zt-faq-item {
    background: #0B172A !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    overflow: hidden !important;
    transition: border-color 0.3s ease !important;
}
.zt-faq-item[open] {
    border-color: #D4AF37 !important;
}
.zt-faq-question {
    padding: 18px 24px !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    color: #ffffff !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    list-style: none !important;
}
.zt-faq-question::-webkit-details-marker { display: none !important; }
.zt-faq-icon {
    color: #D4AF37 !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
}
.zt-faq-answer {
    padding: 0 24px 20px 24px !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: #CBD5E1 !important;
}
.zt-faq-answer p { margin: 0 !important; }

.zt-link-gold {
    color: #D4AF37 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    transition: color 0.2s !important;
}
.zt-link-gold:hover {
    color: #F3E5AB !important;
}

/* SECCIÓN 4: CTA ¿LISTO PARA VIVIR ZAMORA? */
.zt-cta-section {
    background: linear-gradient(180deg, #060D19 0%, #030810 100%) !important;
    padding: 85px 24px !important;
    text-align: center !important;
    color: #ffffff !important;
}
.zt-cta-icon-wrap {
    width: 64px !important;
    height: 64px !important;
    background: #0E1F38 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.8rem !important;
    margin: 0 auto 20px auto !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4) !important;
    border: 1px solid rgba(212,175,55,0.3) !important;
}
.zt-cta-title {
    font-family: 'Fraunces', serif !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 12px 0 !important;
}
.zt-cta-sub {
    font-size: 1.05rem !important;
    color: #94A3B8 !important;
    max-width: 600px !important;
    margin: 0 auto 36px auto !important;
}
.zt-cta-buttons {
    display: flex !important;
    gap: 14px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}
.zt-btn-gradient-gold {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 14px 30px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(245,158,11,0.35) !important;
    transition: transform 0.25s, box-shadow 0.25s !important;
}
.zt-btn-gradient-gold:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 28px rgba(245,158,11,0.5) !important;
    color: #ffffff !important;
}
.zt-btn-dark-pill {
    background: #1E293B !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 14px 28px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: background 0.25s !important;
}
.zt-btn-dark-pill:hover {
    background: #334155 !important;
    color: #ffffff !important;
}
.zt-btn-outline-dark {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #E2E8F0 !important;
    font-weight: 600 !important;
    padding: 14px 28px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: border-color 0.25s, color 0.25s !important;
}
.zt-btn-outline-dark:hover {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* SECCIÓN 5: FOOTER INTERACTIVO PREMIUM */
.zt-footer-premium {
    background-color: #02060D !important;
    padding: 70px 24px 30px 24px !important;
    color: #94A3B8 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.zt-footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 2fr repeat(4, 1fr) !important;
    gap: 40px !important;
}
@media (max-width: 992px) {
    .zt-footer-container { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 550px) {
    .zt-footer-container { grid-template-columns: 1fr !important; }
}
.zt-footer-logo {
    font-family: 'Fraunces', serif !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
}
.zt-footer-brand p {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}
.zt-footer-socials {
    display: flex !important;
    gap: 10px !important;
}
.zt-social-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #0F172A !important;
    color: #CBD5E1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background 0.25s, color 0.25s !important;
}
.zt-social-btn:hover {
    background: #D4AF37 !important;
    color: #02060D !important;
}
.zt-footer-heading {
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #D4AF37 !important;
    margin: 0 0 18px 0 !important;
}
.zt-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.zt-footer-links li {
    margin-bottom: 10px !important;
}
.zt-footer-links a {
    color: #94A3B8 !important;
    text-decoration: none !important;
    font-size: 0.88rem !important;
    transition: color 0.2s !important;
}
.zt-footer-links a:hover {
    color: #ffffff !important;
}
.zt-footer-bottom {
    max-width: 1200px !important;
    margin: 50px auto 0 auto !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    text-align: center !important;
    font-size: 0.82rem !important;
    color: #64748B !important;
}


/* ===== OCULTAR TÍTULOS POR DEFECTO DEL TEMA EN LA PORTADA (Inicio Zamora) ===== */
.home .entry-header,
.home .entry-title,
.home .page-title,
.home .post-title,
.page-id-1144 .entry-header,
.page-id-1144 .entry-title,
.page-id-1144 .page-title,
.ast-archive-description,
.entry-title:has(+ .zt-experience),
.entry-header:has(+ .zt-experience) {
    display: none !important;
}

/* ===== HEROSA MÁS GRANDE Y MEJOR INTEGRADO ===== */
.zt-hero {
    min-height: 85vh !important;
    height: 85vh !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    background-color: #060D19 !important;
}

.zt-hero__bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
}

.zt-hero-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}

.zt-hero__overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to bottom, rgba(6, 13, 25, 0.45) 0%, rgba(6, 13, 25, 0.65) 60%, #060D19 100%) !important;
    z-index: 2 !important;
}

.zt-hero__grid {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

.zt-hero__title {
    font-size: clamp(2.8rem, 5.5vw, 4.5rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #ffffff !important;
    font-family: 'Fraunces', Georgia, serif !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7) !important;
    margin-bottom: 18px !important;
}

.zt-hero__tagline {
    font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
    line-height: 1.5 !important;
    color: #F1F5F9 !important;
    max-width: 680px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
    margin-bottom: 32px !important;
}

.zt-hero .zt-btn--gold {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    padding: 16px 36px !important;
    border-radius: 35px !important;
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4) !important;
    transition: transform 0.25s, box-shadow 0.25s !important;
}

.zt-hero .zt-btn--gold:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 12px 32px rgba(245, 158, 11, 0.6) !important;
}

.zt-section--cream {
    background-color: #060D19 !important;
    color: #ffffff !important;
}

.zt-section--cream .zt-section-head h2 {
    color: #ffffff !important;
    font-family: 'Fraunces', serif !important;
    font-size: 2.4rem !important;
}


/* ===== LUCIÉRNAGAS LUMINOSAS Y PAPAGAYOS AMAZÓNICOS ===== */
.zt-ambient-animations {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    pointer-events: none !important;
    z-index: 999999 !important;
    overflow: hidden !important;
}

/* Luciérnagas de Alta Luminosidad */
.zt-firefly {
    position: absolute !important;
    width: 10px !important;
    height: 10px !important;
    background: #FFD700 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 16px #FFD700, 0 0 32px #00FF7F, 0 0 50px #74c69d !important;
    opacity: 0 !important;
}

.zt-firefly-1 {
    bottom: 15% !important;
    left: -4% !important;
    animation: ztFireflyFly1 12s cubic-bezier(0.4, 0, 0.2, 1) infinite !important;
}

.zt-firefly-2 {
    bottom: 35% !important;
    left: -6% !important;
    animation: ztFireflyFly2 16s cubic-bezier(0.4, 0, 0.2, 1) 4s infinite !important;
}

.zt-firefly-3 {
    bottom: 55% !important;
    left: -5% !important;
    animation: ztFireflyFly1 14s cubic-bezier(0.4, 0, 0.2, 1) 8s infinite !important;
}

@keyframes ztFireflyFly1 {
    0% {
        transform: translate(0, 0) scale(0.6);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(25vw, -20vh) scale(1.4);
    }
    50% {
        opacity: 0.8;
        transform: translate(52vw, -15vh) scale(1.0);
    }
    80% {
        opacity: 1;
        transform: translate(80vw, -45vh) scale(1.5);
    }
    100% {
        transform: translate(110vw, -75vh) scale(0.5);
        opacity: 0;
    }
}

@keyframes ztFireflyFly2 {
    0% {
        transform: translate(0, 0) scale(0.5);
        opacity: 0;
    }
    25% {
        opacity: 1;
        transform: translate(30vw, -30vh) scale(1.3);
    }
    60% {
        opacity: 0.85;
        transform: translate(65vw, -55vh) scale(1.1);
    }
    100% {
        transform: translate(115vw, -95vh) scale(0.4);
        opacity: 0;
    }
}

/* Papagayos Amazónicos (Guacamayos Vivos) */
.zt-papagayo-wrap {
    position: absolute !important;
    opacity: 0 !important;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4)) !important;
}

.zt-papagayo-1 {
    top: 15% !important;
    right: -10% !important;
    animation: ztPapagayoFly1 14s linear infinite !important;
}

.zt-papagayo-2 {
    top: 22% !important;
    right: -12% !important;
    animation: ztPapagayoFly2 14s linear 2.5s infinite !important;
}

.zt-wing {
    transform-origin: 45px 25px !important;
    animation: ztPapagayoFlap 0.6s ease-in-out infinite alternate !important;
}

@keyframes ztPapagayoFlap {
    0% {
        transform: rotate(0deg) scaleY(1);
    }
    100% {
        transform: rotate(-25deg) scaleY(0.7);
    }
}

@keyframes ztPapagayoFly1 {
    0% {
        transform: translate(0, 0) rotate(-4deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        transform: translate(-45vw, 12vh) rotate(3deg);
        opacity: 1;
    }
    70% {
        transform: translate(-80vw, 22vh) rotate(-3deg);
        opacity: 0.9;
    }
    90% {
        opacity: 0.7;
    }
    100% {
        transform: translate(-120vw, 32vh) rotate(-2deg);
        opacity: 0;
    }
}

@keyframes ztPapagayoFly2 {
    0% {
        transform: translate(0, 0) rotate(-3deg);
        opacity: 0;
    }
    10% {
        opacity: 0.9;
    }
    40% {
        transform: translate(-48vw, 14vh) rotate(2deg);
        opacity: 0.95;
    }
    75% {
        transform: translate(-85vw, 25vh) rotate(-4deg);
        opacity: 0.85;
    }
    100% {
        transform: translate(-125vw, 36vh) rotate(-2deg);
        opacity: 0;
    }
}


/* ===== CLIMA WIDGET TRASLÚCIDO Y ELEGANTE ===== */
.zt-live-card {
    background: rgba(6, 13, 25, 0.45) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 20px !important;
    padding: 20px 24px !important;
    color: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
}

.zt-live-card__top {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #F3E5AB !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.zt-live-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: #10B981 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 10px #10B981 !important;
    display: inline-block !important;
}

.zt-weather, .zt-weather * {
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.8) !important;
}

.zt-weather strong {
    color: #ffffff !important;
    font-size: 1.05rem !important;
}

.zt-weather small {
    color: #CBD5E1 !important;
    font-size: 0.85rem !important;
}

/* FIX AMBIENT ANIMATIONS CONTAINER */
.zt-ambient-animations {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    pointer-events: none !important;
    z-index: 99999999 !important;
    overflow: hidden !important;
}


/* ===== PORTADA INTEGRADA Y ELEGANTE ESTILO LOJA ===== */
.zt-hero {
    min-height: 90vh !important;
    height: auto !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    overflow: hidden !important;
    background-color: #060D19 !important;
}

.zt-hero__center-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    z-index: 5 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 30px 20px !important;
}

.zt-hero-badge {
    background: rgba(212, 175, 55, 0.15) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    color: #F59E0B !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    padding: 6px 20px !important;
    border-radius: 30px !important;
    margin-bottom: 22px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
}

.zt-hero__title {
    font-size: clamp(3rem, 6vw, 5rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    font-family: 'Fraunces', Georgia, serif !important;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.8) !important;
    margin-bottom: 20px !important;
}

.zt-title-gradient {
    background: linear-gradient(135deg, #FF7E5F 0%, #FEB47B 40%, #F59E0B 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important;
}

.zt-hero__tagline {
    font-size: clamp(1.05rem, 2vw, 1.25rem) !important;
    line-height: 1.6 !important;
    color: #E2E8F0 !important;
    max-width: 680px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
    margin-bottom: 32px !important;
}

.zt-hero__actions {
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    margin-bottom: 24px !important;
}

.zt-btn-gradient-hero {
    background: linear-gradient(135deg, #F59E0B 0%, #EC4899 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 14px 34px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4) !important;
    transition: transform 0.25s, box-shadow 0.25s !important;
}

.zt-btn-gradient-hero:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 12px 32px rgba(245, 158, 11, 0.6) !important;
    color: #ffffff !important;
}

.zt-btn-glass-hero {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #38BDF8 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 14px 28px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    backdrop-filter: blur(8px) !important;
    transition: all 0.25s !important;
}

.zt-btn-glass-hero:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    border-color: #38BDF8 !important;
}

.zt-hero-weather-bar {
    background: rgba(6, 13, 25, 0.65) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 40px !important;
    padding: 10px 24px !important;
    margin-top: 20px !important;
    margin-bottom: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    font-size: 0.88rem !important;
    color: #E2E8F0 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
}

.zt-wb-sep {
    color: rgba(255, 255, 255, 0.25) !important;
}

.zt-hero-micro-stats {
    display: flex !important;
    gap: 20px !important;
    font-size: 0.82rem !important;
    color: #94A3B8 !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}


/* ===== SECCIÓN DE CONTACTO ESTILO FORMULARIO ===== */
.zt-contact-form-section {
    background-color: #ffffff !important;
    color: #1E293B !important;
    padding: 75px 24px !important;
}

.zt-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.3fr !important;
    gap: 50px !important;
    align-items: center !important;
    max-width: 1150px !important;
    margin: 0 auto !important;
}

@media (max-width: 900px) {
    .zt-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }
}

.zt-contact-title {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #D32F2F !important;
    font-family: 'Fraunces', Georgia, serif !important;
    margin: 0 0 16px 0 !important;
}

.zt-contact-desc {
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
    color: #475569 !important;
    margin: 0 !important;
}

.zt-contact-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.zt-form-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
}

@media (max-width: 600px) {
    .zt-form-row {
        grid-template-columns: 1fr !important;
    }
}

.zt-input, .zt-select {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 18px !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 10px !important;
    font-size: 0.95rem !important;
    color: #1E293B !important;
    background-color: #ffffff !important;
    outline: none !important;
    transition: border-color 0.25s, box-shadow 0.25s !important;
}

.zt-input:focus, .zt-select:focus {
    border-color: #D32F2F !important;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.15) !important;
}

.zt-form-checks {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    font-size: 0.85rem !important;
    color: #64748B !important;
    margin-top: 4px !important;
}

.zt-check-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
}

.zt-check-label a {
    color: #D32F2F !important;
    text-decoration: underline !important;
}

.zt-btn-submit {
    align-self: flex-start !important;
    background-color: #D32F2F !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 14px 40px !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background-color 0.25s, transform 0.25s !important;
}

.zt-btn-submit:hover {
    background-color: #B71C1C !important;
    transform: translateY(-2px) !important;
}


.zt-footer-bottom {
    max-width: 1200px !important;
    margin: 50px auto 0 auto !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    font-size: 0.85rem !important;
    color: #64748B !important;
}
@media (max-width: 650px) {
    .zt-footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
    }
}
.zt-donesitios-credit {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #94A3B8 !important;
    text-decoration: none !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    padding: 6px 16px !important;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
}
.zt-donesitios-credit:hover {
    color: #ffffff !important;
    background: rgba(245, 158, 11, 0.12) !important;
    border-color: rgba(245, 158, 11, 0.4) !important;
    transform: translateY(-2px) !important;
}
.zt-donesitios-logo-img {
    height: 32px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)) !important;
}


.zt-footer-network {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 8px 0 !important;
}
.zt-network-title {
    color: #94A3B8 !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.5px !important;
    margin-right: 4px !important;
}
.zt-network-link {
    color: #D4AF37 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.82rem !important;
    padding: 4px 12px !important;
    background: rgba(212,175,55,0.08) !important;
    border: 1px solid rgba(212,175,55,0.25) !important;
    border-radius: 20px !important;
    transition: all 0.25s ease !important;
}
.zt-network-link:hover {
    color: #ffffff !important;
    background: #D4AF37 !important;
    box-shadow: 0 4px 12px rgba(212,175,55,0.35) !important;
    transform: translateY(-2px) !important;
}


/* === WIDGET DE CLIMA MULTICANTON === */
.zt-hero-weather-glass {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
}
.zt-weather-tabs {
    display: flex !important;
    gap: 6px !important;
    margin-bottom: 4px !important;
}
.zt-wtab {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: #CBD5E1 !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    padding: 3px 10px !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}
.zt-wtab.active, .zt-wtab:hover {
    background: #D4AF37 !important;
    color: #060D19 !important;
    border-color: #D4AF37 !important;
}
.zt-weather-display {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* === RESEÑAS Y TESTIMONIOS === */
.zt-reviews-section {
    padding: 80px 24px !important;
    background: #060D19 !important;
}
.zt-reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin-top: 40px !important;
}
@media (max-width: 850px) {
    .zt-reviews-grid { grid-template-columns: 1fr !important; }
}
.zt-review-card {
    background: #0B172A !important;
    border-radius: 16px !important;
    padding: 28px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}
.zt-review-stars { font-size: 1.1rem !important; margin-bottom: 12px !important; }
.zt-review-text { font-size: 0.95rem !important; color: #CBD5E1 !important; line-height: 1.65 !important; font-style: italic !important; margin-bottom: 20px !important; }
.zt-review-author { display: flex !important; align-items: center !important; gap: 12px !important; }
.zt-review-avatar { font-size: 1.8rem !important; }
.zt-review-author strong { color: #ffffff !important; display: block !important; font-size: 0.95rem !important; }
.zt-review-author small { color: #94A3B8 !important; font-size: 0.8rem !important; }

/* === SPEED DIAL FLOTANTE === */

/* === WIDGET FLOTANTE EN ESQUINA INFERIOR IZQUIERDA (SIN SOLAPAR WHATSAPP) === */
.zt-speed-dial-wrap {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    z-index: 9999999 !important;
    pointer-events: auto !important;
}
.zt-speed-dial-trigger {
    background: linear-gradient(135deg, #0EA5E9 0%, #0369A1 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 11px 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 6px 22px rgba(14,165,233,0.5) !important;
    cursor: pointer !important;
    transition: transform 0.25s, box-shadow 0.25s !important;
}
.zt-speed-dial-trigger:hover {
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 12px 30px rgba(14,165,233,0.65) !important;
}
.zt-trigger-badge { font-size: 13px !important; font-weight: 700 !important; }

/* ─── Menú desplegable ─── */
.zt-speed-dial-menu {
    position: absolute !important;
    bottom: 58px !important;
    left: 0 !important;
    width: 300px !important;
    background: #0B172A !important;
    border: 1px solid rgba(212,175,55,0.35) !important;
    border-radius: 18px !important;
    box-shadow: 0 16px 40px rgba(0,0,0,0.7) !important;
    overflow: hidden !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(12px) !important;
    transition: opacity 0.28s, transform 0.28s !important;
    pointer-events: none !important;
}
.zt-speed-dial-menu.active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

/* Header */
.zt-dial-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 14px !important;
    background: #0E1F38 !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
}
.zt-dial-close {
    background: rgba(255,255,255,0.07) !important;
    border: none !important;
    color: #94A3B8 !important;
    font-size: 14px !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s !important;
    flex-shrink: 0 !important;
}
.zt-dial-close:hover { background: rgba(255,255,255,0.15) !important; color: #FFF !important; }

/* Selector de idioma */
.zt-dial-lang-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    background: rgba(14,165,233,0.08) !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}
.zt-dial-lang-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #94A3B8 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    white-space: nowrap !important;
}
.zt-dial-lang-btns {
    display: flex !important;
    gap: 5px !important;
}
.zt-lang-btn {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(212,175,55,0.4) !important;
    color: #E2E8F0 !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    white-space: nowrap !important;
    font-family: 'Outfit', sans-serif !important;
}
.zt-lang-btn:hover,
.zt-lang-btn.active {
    background: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #060D19 !important;
}

/* Body de items */
.zt-dial-body {
    padding: 8px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
}
.zt-dial-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid transparent !important;
    color: #E2E8F0 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    width: 100% !important;
    text-align: left !important;
}
.zt-dial-item:hover {
    background: rgba(212,175,55,0.12) !important;
    border-color: rgba(212,175,55,0.25) !important;
    color: #F59E0B !important;
}
.zt-di-icon { font-size: 15px !important; flex-shrink: 0 !important; }
.zt-di-text { flex: 1 !important; }
.zt-di-arrow {
    font-size: 18px !important;
    color: rgba(212,175,55,0.5) !important;
    font-weight: 300 !important;
    line-height: 1 !important;
}
.zt-dial-item:hover .zt-di-arrow { color: #D4AF37 !important; }

/* Botón WhatsApp CTA */
.zt-dial-wa-direct {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px !important;
    border-radius: 12px !important;
    background: #25D366 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.3px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s, transform 0.2s !important;
}
.zt-dial-wa-direct:hover {
    background: #128C7E !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}


/* ========================================================
   MASTERPIECE UI DESIGN SYSTEM (agency-ui-designer & agency-seo-specialist)
   ======================================================== */

:root {
    --zt-gold: #D4AF37;
    --zt-gold-glow: rgba(212, 175, 55, 0.4);
    --zt-amber: #F59E0B;
    --zt-emerald: #10B981;
    --zt-bg-dark: #060D19;
    --zt-card-dark: #0B172A;
    --zt-card-border: rgba(255, 255, 255, 0.08);
    --zt-text-primary: #FFFFFF;
    --zt-text-muted: #CBD5E1;
    --zt-radius-lg: 20px;
    --zt-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Glassmorphism Cards & Elevations */
.zt-fact-card, .zt-news-card, .zt-review-card, .zt-service-card, .zt-gal-card, .zt-oferta-card {
    backdrop-filter: blur(12px) !important;
    border: 1px solid var(--zt-card-border) !important;
    transition: var(--zt-transition) !important;
}

.zt-fact-card:hover, .zt-news-card:hover, .zt-review-card:hover, .zt-service-card:hover, .zt-gal-card:hover, .zt-oferta-card:hover {
    transform: translateY(-5px) scale(1.01) !important;
    border-color: var(--zt-gold) !important;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45), 0 0 20px var(--zt-gold-glow) !important;
}

/* Gold Gradient Buttons with Shimmer */
.zt-btn-primary, .zt-cta-btn, .zt-oferta-btn, .zt-speed-dial-trigger {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4) !important;
    transition: var(--zt-transition) !important;
}

.zt-btn-primary:hover, .zt-cta-btn:hover, .zt-oferta-btn:hover, .zt-speed-dial-trigger:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.6) !important;
}

/* Pill Buttons High Contrast & Focus */
.zt-pill-btn {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(212, 175, 55, 0.35) !important;
    color: #E2E8F0 !important;
    font-weight: 600 !important;
    padding: 10px 22px !important;
    border-radius: 30px !important;
    transition: var(--zt-transition) !important;
}

.zt-pill-btn:hover {
    background: #D4AF37 !important;
    color: #060D19 !important;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4) !important;
}

/* Typography Hierarchy */
.zt-title-serif, .zt-page-title {
    font-family: 'Fraunces', Georgia, serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E8F0 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}


/* ========================================================
   CORRECCIÓN FORENSE Y ESTILOS GLOBALES DE FONDO Y SPEED DIAL
   ======================================================== */
html, body, #page, .site, .site-content, article.page, article.post {
    background-color: #060D19 !important;
    color: #E2E8F0 !important;
}

/* Ocultar cualquier texto plano de enlaces flotantes sueltos */
.zt-speed-dial-wrap a {
    color: #E2E8F0 !important;
    text-decoration: none !important;
}

/* Animaciones de papagayos ajustadas */
.zt-ambient-animations {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 999990 !important;
}
.zt-papagayo-wrap {
    pointer-events: none !important;
}


/* ========================================================
   TOTAL PLATFORM LUXURY TRANSFORM (agency-senior-developer)
   ======================================================== */

/* 1. GLOBAL OBSIDIAN BACKGROUND ON ALL THEMES & WRAPPERS */
html, body, #page, .site, .site-content, article, .entry-content, main, header, footer, 
.ast-container, .elementor-page, .elementor, .site-header, .site-footer {
    background-color: #040914 !important;
    background-image: radial-gradient(ellipse at 50% 0%, rgba(212, 175, 55, 0.07) 0%, rgba(4, 9, 20, 1) 75%) !important;
    background-attachment: fixed !important;
    color: #E2E8F0 !important;
}

/* ===== OCULTAR FOOTER DEL TEMA EN PÁGINAS DEL PLUGIN ===== */
/* El footer premium está dentro del plugin; el footer del tema es redundante y vacío */
#colophon,
.site-footer > *:not(.zt-footer-premium),
.ast-footer-overlay,
.footer-widget-area,
.ast-builder-grid-row-container,
[data-section="section-footer-builder"],
.hfg-footer {
    display: none !important;
}
/* Mantener el fondo del site-footer (contenedor) pero sin altura propia */
.site-footer {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

/* 2. REMOVE ALL THEME WHITE MARGINS AND BORDERS */
div, section, article, header, footer, nav, aside {
    box-sizing: border-box !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF !important;
    font-family: 'Fraunces', Georgia, serif !important;
}

p, li, td, span, label {
    color: #CBD5E1 !important;
}

a {
    color: #D4AF37 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

a:hover {
    color: #F59E0B !important;
}

/* 3. LUXURY GLASS CARDS & ELEVATED UTILITIES */
.zt-seo-page, .zt-galeria-wrap, .zt-ofertas-wrap, .zt-page-wrap, .zt-fiestas-wrap, .zt-mapa-wrap, 
.zt-fact-card, .zt-news-card, .zt-review-card, .zt-service-card, .zt-gal-card, .zt-oferta-card, .zt-req-card, .zt-fest-item {
    background: rgba(11, 23, 42, 0.85) !important;
    backdrop-filter: blur(25px) saturate(190%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(190%) !important;
    border: 1px solid rgba(212, 175, 55, 0.22) !important;
    border-radius: 20px !important;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.5) !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.zt-fact-card:hover, .zt-news-card:hover, .zt-review-card:hover, .zt-service-card:hover, .zt-gal-card:hover, .zt-oferta-card:hover {
    transform: translateY(-5px) scale(1.015) !important;
    border-color: #D4AF37 !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 175, 55, 0.35) !important;
}

/* 4. SPEED DIAL FLOATING BUTTON (BOTTOM LEFT FIXED) */
.zt-speed-dial-wrap {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    right: auto !important;
    z-index: 9999999 !important;
    pointer-events: auto !important;
}

.zt-speed-dial-trigger {
    background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 35px !important;
    padding: 12px 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 8px 25px rgba(14,165,233,0.5) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: transform 0.25s, box-shadow 0.25s !important;
}

.zt-speed-dial-trigger:hover {
    transform: translateY(-3px) scale(1.04) !important;
    box-shadow: 0 12px 35px rgba(14,165,233,0.7) !important;
}


/* ========================================================
   MODO CLARO Y SISTEMA DE TEMAS UX ARCHITECT (agency-ux-architect)
   ======================================================== */
[data-theme="light"], [data-theme="light"] body, [data-theme="light"] #page, [data-theme="light"] .site {
    background-color: #F8FAFC !important;
    background-image: none !important;
    color: #0F172A !important;
}

[data-theme="light"] h1, [data-theme="light"] h2, [data-theme="light"] h3, [data-theme="light"] h4 {
    color: #0F172A !important;
}

[data-theme="light"] p, [data-theme="light"] li, [data-theme="light"] span {
    color: #334155 !important;
}

[data-theme="light"] .zt-fact-card, [data-theme="light"] .zt-news-card, [data-theme="light"] .zt-review-card, [data-theme="light"] .zt-service-card {
    background: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}


/* ========================================================
   CORRECCIÓN TOTAL DE FRANJA BLANCA (ELIMINAR ZT-SECTION--CREAM Y MARGINS)
   ======================================================== */
.zt-section--cream, .zt-section, section.zt-section, section {
    background-color: #040914 !important;
    background-image: none !important;
    color: #E2E8F0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.zt-cantons-loja-style {
    margin-top: 0 !important;
    padding-top: 60px !important;
    background-color: #040914 !important;
}

/* Forzar que las tarjetas de atractivos y títulos dentro de zt-section--cream tengan texto claro */
.zt-section--cream .zt-section-head h2, .zt-section--cream h2, .zt-section--cream h3, .zt-section--cream strong {
    color: #FFFFFF !important;
}

.zt-section--cream p, .zt-section--cream span {
    color: #CBD5E1 !important;
}

.zt-section--cream .zt-card {
    background: rgba(11, 23, 42, 0.85) !important;
    border: 1px solid rgba(212, 175, 55, 0.22) !important;
}


/* ========================================================
   REDISEÑO Y CONTRASTE TOTAL DE TARJETAS DE ATRACTIVOS (.zt-card)
   ======================================================== */
.zt-card-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 24px !important;
    background: transparent !important;
    border: none !important;
}

.zt-card {
    background: transparent !important;
    border: none !important;
}

.zt-card__open {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    background: #0B172A !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

.zt-card__open:hover {
    background: #0F213D !important;
    border-color: #D4AF37 !important;
    transform: translateY(-6px) scale(1.015) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 175, 55, 0.35) !important;
}

.zt-card__body {
    background: #0B172A !important;
    padding: 22px !important;
    flex-grow: 1 !important;
}

.zt-card__badges {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
}

.zt-card__badges span {
    background: rgba(212, 175, 55, 0.18) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    color: #F59E0B !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 4px 12px !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.zt-card__title {
    display: block !important;
    color: #FFFFFF !important;
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
}

.zt-card__summary {
    display: block !important;
    color: #CBD5E1 !important;
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

/* ==========================================================================
   WIDGETS INTERACTIVOS PREMIUM (CALENDARIO DE FIESTAS & CALCULADORA)
   ========================================================================== */

/* 1. Calendario de Fiestas */
.zt-cal-day-cell:hover {
    background: rgba(212, 175, 55, 0.15) !important;
    border-color: #D4AF37 !important;
    transform: scale(1.03);
}

.zt-btn-cal-nav:hover,
.zt-btn-cal-mode:hover {
    background: rgba(212, 175, 55, 0.12) !important;
    color: #D4AF37 !important;
    border-color: #D4AF37 !important;
}

.zt-btn-cal-mode.active:hover {
    background: #B5902B !important;
    color: #040914 !important;
}

/* 2. Calculadora de Presupuestos (Trip Planner) */
.zt-calc-card:hover {
    border-color: #D4AF37 !important;
    background: rgba(255, 255, 255, 0.05) !important;
    transform: translateY(-2px);
}

.zt-calc-card.active {
    border-color: #D4AF37 !important;
    background: rgba(212, 175, 55, 0.06) !important;
}

#zt-calc-wa-btn:hover {
    transform: translateY(-2px) scale(1.01);
    background: #E5C048 !important;
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.45) !important;
}

/* 3. Media Queries de Adaptabilidad */
@media (max-width: 768px) {
    #zt-cal-layout-container {
        grid-template-columns: 1fr !important;
    }
    .zt-calc-grid {
        grid-template-columns: 1fr !important;
        padding: 20px !important;
    }
}
