:root{--vista-navy:#0b2342;--vista-gold:#a77f41;--vista-cream:#f7f4ee}.site-alert{padding:14px 18px;border-radius:12px;background:#eef8f2;color:#145c32;margin:18px 0}.tour-card-image img,.detail-hero img{width:100%;height:100%;object-fit:cover}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card{padding:22px;border:1px solid #e6dfd2;border-radius:18px;background:#fff}.review-stars{color:#a77f41;letter-spacing:.12em}.review-source{text-transform:uppercase;font-size:.72rem;letter-spacing:.16em;color:#777}.multi-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tour-check{display:flex;gap:10px;align-items:flex-start;padding:13px;border:1px solid #ded7ca;border-radius:12px;background:#fff}.admin-link{display:inline-flex;align-items:center;gap:7px}.back-top{position:fixed;right:24px;bottom:24px;width:52px;height:52px;border:0;border-radius:50%;background:#0b2342;color:#fff;display:grid;place-items:center;box-shadow:0 10px 28px #0003;cursor:pointer;z-index:90}.social-icons{display:inline-flex;gap:10px;align-items:center}.social-icons a{width:34px;height:34px;border:1px solid #ffffff45;border-radius:50%;display:grid;place-items:center;color:#fff;text-decoration:none}.seo-breadcrumbs{font-size:.85rem;color:#6f6b65;margin-bottom:16px}.price-note{font-size:.82rem;color:#6f6b65}.footer-bottom-inner{gap:18px;flex-wrap:wrap}.page-content{white-space:pre-line}.tour-detail-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:28px}.tour-facts{position:sticky;top:100px}.request-summary{padding:18px;background:var(--vista-cream);border-radius:14px}.translation-note{font-size:.75rem;color:#777}@media(max-width:900px){.review-grid{grid-template-columns:1fr 1fr}.tour-detail-grid{grid-template-columns:1fr}.tour-facts{position:static}}@media(max-width:620px){.review-grid,.multi-options{grid-template-columns:1fr}.back-top{right:14px;bottom:14px}}.tour-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 28px}.tour-gallery img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:12px}.review-card small{display:block;margin-top:7px;color:#7b7b7b}.review-card a{color:inherit}@media(max-width:620px){.tour-gallery{grid-template-columns:1fr 1fr}}

/* VISTA_LAYOUT_FIX_2 */
.language-select {
    min-height: 42px;
    padding: 0 34px 0 12px;
    border: 1px solid #e5dbc8;
    border-radius: 8px;
    background: #ffffff;
    color: #07264b;
    font-weight: 700;
}

.hero h1 {
    color: #ffffff !important;
}

.hero .lead {
    color: rgba(255,255,255,.94) !important;
}

.hero .eyebrow {
    color: #d9a63c !important;
}

@media (max-width: 720px) {
    .language-select {
        display: none;
    }
}

/* VISTA_HERO_TEXT_FIX_3 */
.hero,
.hero h1,
.hero .lead,
.hero p {
    color: #ffffff !important;
}

.hero .eyebrow {
    color: #d9a63c !important;
}

/* VISTA_HERO_LAYER_FIX_4 */
.hero::before {
    z-index: 0;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 88px 0 135px;
}

.hero-copy h1 {
    color: #ffffff !important;
    font-size: clamp(3.5rem, 7vw, 6.7rem);
    line-height: 1.04;
    margin-bottom: 22px;
    text-shadow: 0 4px 22px rgba(0,0,0,.18);
}

.hero-copy > p {
    color: rgba(255,255,255,.94) !important;
    font-size: 1.18rem;
    max-width: 650px;
    margin-bottom: 35px;
}

.hero-copy .eyebrow {
    color: #d9a63c !important;
}

.hero-copy .hero-actions {
    position: relative;
    z-index: 3;
}

@media (max-width: 720px) {
    .hero-copy {
        padding: 70px 0 190px;
    }

    .hero-copy h1 {
        font-size: 3.35rem;
    }

    .hero-copy > p {
        font-size: 1rem;
    }
}

/* VISTA_HERO_LAYER_FIX_4 */
.hero::before {
    z-index: 0;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 88px 0 135px;
}

.hero-copy h1 {
    color: #ffffff !important;
    font-size: clamp(3.5rem, 7vw, 6.7rem);
    line-height: 1.04;
    margin-bottom: 22px;
    text-shadow: 0 4px 22px rgba(0,0,0,.18);
}

.hero-copy > p {
    color: rgba(255,255,255,.94) !important;
    font-size: 1.18rem;
    max-width: 650px;
    margin-bottom: 35px;
}

.hero-copy .eyebrow {
    color: #d9a63c !important;
}

.hero-copy .hero-actions {
    position: relative;
    z-index: 3;
}

@media (max-width: 720px) {
    .hero-copy {
        padding: 70px 0 190px;
    }

    .hero-copy h1 {
        font-size: 3.35rem;
    }

    .hero-copy > p {
        font-size: 1rem;
    }
}

/* VISTA_HERO_CONTAINER_FIX_5 */
.hero .hero-inner {
    width: min(1220px, calc(100% - 44px)) !important;
    margin-inline: auto !important;
}

@media (max-width: 720px) {
    .hero .hero-inner {
        width: min(1220px, calc(100% - 28px)) !important;
    }
}
