.alpha-tour-page {
    --alpha-tour-primary: #01b3a7;
    --alpha-tour-primary-dark: #018c83;
    --alpha-tour-navy: #0a1f30;
    --alpha-tour-text: #24313a;
    --alpha-tour-muted: #6f7b83;
    --alpha-tour-border: #e2e8eb;
    --alpha-tour-surface: #ffffff;
    --alpha-tour-soft: #f4f8f8;
    color: var(--alpha-tour-text);
}

.alpha-tour-hero {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    padding: 92px 0 78px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.alpha-tour-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 36px;
    font-size: 13px;
    color: rgba(255, 255, 255, .74);
}

.alpha-tour-breadcrumb a {
    color: #fff;
}

.alpha-tour-breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.alpha-tour-hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: end;
    gap: 70px;
}

.alpha-tour-hero-copy {
    max-width: 800px;
}

.alpha-tour-status,
.alpha-tour-category {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 8px 13px 0;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.alpha-tour-category {
    color: #fff;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .24);
}

.alpha-tour-status-available {
    color: #073f25;
    background: #bdf5d3;
}

.alpha-tour-status-warning {
    color: #5b3b00;
    background: #ffe29a;
}

.alpha-tour-status-sold-out,
.alpha-tour-status-ended {
    color: #fff;
    background: #c94a45;
}

.alpha-tour-status-consult {
    color: #153d53;
    background: #ccecf8;
}

.alpha-tour-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 7vw, 78px);
    line-height: .98;
    letter-spacing: -.035em;
}

.alpha-tour-hero-copy > p {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.65;
}

.alpha-tour-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.alpha-tour-hero-actions .button {
    margin: 0;
}

.alpha-tour-price-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 18px;
    background: rgba(5, 25, 38, .76);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
    backdrop-filter: blur(14px);
}

.alpha-tour-price-card > span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.alpha-tour-price-card small {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, .62);
    text-decoration: line-through;
}

.alpha-tour-price-card strong {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 1.1;
}

.alpha-tour-price-card p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .70);
    font-size: 13px;
    line-height: 1.6;
}

.alpha-tour-summary {
    position: relative;
    z-index: 3;
    margin-top: -34px;
}

.alpha-tour-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--alpha-tour-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 44, 60, .12);
}

.alpha-tour-summary-grid article {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 24px;
}

.alpha-tour-summary-grid article + article {
    border-left: 1px solid var(--alpha-tour-border);
}

.alpha-tour-summary-grid article > span {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--alpha-tour-primary-dark);
    background: rgba(1, 179, 167, .10);
    font-size: 19px;
}

.alpha-tour-summary-grid small {
    display: block;
    color: var(--alpha-tour-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.alpha-tour-summary-grid strong {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: var(--alpha-tour-navy);
    font-size: 14px;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.alpha-tour-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
}

.alpha-tour-main {
    min-width: 0;
}

.alpha-tour-content-card,
.alpha-tour-sidebar-card {
    padding: 34px;
    border: 1px solid var(--alpha-tour-border);
    border-radius: 16px;
    background: var(--alpha-tour-surface);
    box-shadow: 0 10px 28px rgba(14, 40, 53, .06);
}

.alpha-tour-content-card + .alpha-tour-content-card,
.alpha-tour-two-columns + .alpha-tour-content-card,
.alpha-tour-content-card + .alpha-tour-two-columns,
.alpha-tour-gallery-section + .alpha-tour-content-card,
.alpha-tour-content-card + .alpha-tour-gallery-section {
    margin-top: 24px;
}

.alpha-tour-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--alpha-tour-primary-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.alpha-tour-content-card h2,
.alpha-tour-sidebar-card h2,
.alpha-tour-interest-card h2,
.alpha-tour-section-heading h2 {
    margin: 0;
    color: var(--alpha-tour-navy);
    font-size: clamp(25px, 4vw, 34px);
    line-height: 1.15;
}

.alpha-tour-rich-text {
    margin-top: 20px;
    color: var(--alpha-tour-muted);
    font-size: 16px;
    line-height: 1.85;
}

.alpha-tour-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.alpha-tour-content-card-positive {
    border-top: 4px solid #31a968;
}

.alpha-tour-content-card-neutral {
    border-top: 4px solid #f0a742;
}

.alpha-tour-content-card h2 .fa {
    margin-right: 7px;
    font-size: .76em;
}

.alpha-tour-sidebar {
    min-width: 0;
}

.alpha-tour-sidebar-card {
    position: sticky;
    top: 118px;
}

.alpha-tour-sidebar-card + .alpha-tour-sidebar-card {
    margin-top: 24px;
}

.alpha-tour-quick-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.alpha-tour-quick-list li {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--alpha-tour-border);
}

.alpha-tour-quick-list li:last-child {
    border-bottom: 0;
}

.alpha-tour-quick-list span {
    color: var(--alpha-tour-muted);
    font-size: 13px;
}

.alpha-tour-quick-list strong {
    color: var(--alpha-tour-navy);
    font-size: 13px;
    line-height: 1.45;
    text-align: right;
}

.alpha-tour-contact-card {
    position: static;
    color: #fff;
    background: linear-gradient(145deg, #0a273a, #0a1f30);
}

.alpha-tour-contact-card > .fa {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--alpha-tour-primary);
    font-size: 21px;
}

.alpha-tour-contact-card h2 {
    margin-top: 20px;
    color: #fff;
}

.alpha-tour-contact-card p {
    margin: 14px 0 22px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

.alpha-tour-contact-card .button {
    width: 100%;
    margin: 0;
}

.alpha-tour-gallery-section {
    margin-top: 24px;
    padding: 34px;
    border: 1px solid var(--alpha-tour-border);
    border-radius: 16px;
    background: #fff;
}

.alpha-tour-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.alpha-tour-section-heading > span,
.alpha-tour-section-heading > a {
    color: var(--alpha-tour-primary-dark);
    font-weight: 700;
}

.alpha-tour-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 160px;
    gap: 12px;
}

.alpha-tour-gallery-item {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #e8edef;
    cursor: pointer;
}

.alpha-tour-gallery-item-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.alpha-tour-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.alpha-tour-gallery-item > span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(8, 31, 48, .36);
    font-size: 26px;
    opacity: 0;
    transition: opacity .25s ease;
}

.alpha-tour-gallery-item:hover img {
    transform: scale(1.05);
}

.alpha-tour-gallery-item:hover > span {
    opacity: 1;
}

.alpha-tour-info-list {
    margin-top: 24px;
}

.alpha-tour-info-list details {
    border-top: 1px solid var(--alpha-tour-border);
}

.alpha-tour-info-list details:last-child {
    border-bottom: 1px solid var(--alpha-tour-border);
}

.alpha-tour-info-list summary {
    position: relative;
    padding: 18px 28px 18px 0;
    color: var(--alpha-tour-navy);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.alpha-tour-info-list summary::-webkit-details-marker {
    display: none;
}

.alpha-tour-info-list summary::after {
    position: absolute;
    top: 18px;
    right: 0;
    content: "+";
    color: var(--alpha-tour-primary-dark);
    font-size: 22px;
}

.alpha-tour-info-list details[open] summary::after {
    content: "−";
}

.alpha-tour-info-list details > div {
    padding: 0 0 20px;
    color: var(--alpha-tour-muted);
    line-height: 1.8;
}

.alpha-tour-video {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    padding-top: 56.25%;
    border-radius: 12px;
    background: #000;
}

.alpha-tour-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.alpha-tour-interest {
    padding: 64px 0;
    background: var(--alpha-tour-soft);
}

.alpha-tour-interest-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 42px;
    border-radius: 20px;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(10, 31, 48, .98), rgba(1, 179, 167, .84)),
        var(--alpha-tour-navy);
    box-shadow: 0 18px 48px rgba(14, 44, 60, .15);
}

.alpha-tour-interest-card h2 {
    color: #fff;
}

.alpha-tour-interest-card p {
    max-width: 690px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .76);
    line-height: 1.7;
}

.alpha-tour-interest-card .alpha-tour-eyebrow {
    color: #b9fff6;
}

.alpha-tour-interest-card .button {
    flex: 0 0 auto;
    margin: 0;
}

.alpha-tour-related {
    padding-top: 70px;
    padding-bottom: 80px;
}

.alpha-tour-related-card {
    overflow: hidden;
    height: 100%;
    border: 1px solid var(--alpha-tour-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(14, 40, 53, .05);
}

.alpha-tour-related-image {
    display: block;
    height: 220px;
    overflow: hidden;
    background: #e8edef;
}

.alpha-tour-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.alpha-tour-related-card:hover .alpha-tour-related-image img {
    transform: scale(1.04);
}

.alpha-tour-related-body {
    padding: 24px;
}

.alpha-tour-related-body > span {
    color: var(--alpha-tour-primary-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.alpha-tour-related-body h3 {
    margin: 9px 0 0;
    font-size: 21px;
    line-height: 1.3;
}

.alpha-tour-related-body h3 a {
    color: var(--alpha-tour-navy);
}

.alpha-tour-related-body p {
    margin: 12px 0 0;
    color: var(--alpha-tour-muted);
    font-size: 13px;
}

.alpha-tour-related-body > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
}

.alpha-tour-related-body strong {
    color: var(--alpha-tour-primary-dark);
    font-size: 18px;
}

.alpha-tour-related-body > div a {
    font-weight: 700;
}

.alpha-tour-button-disabled {
    color: #6e767a !important;
    border-color: #d8dfe2 !important;
    background: #e9edef !important;
    cursor: not-allowed;
    pointer-events: none;
}

.alpha-tour-not-found {
    min-height: 650px;
    display: grid;
    place-items: center;
    padding: 70px 0;
    background: var(--alpha-tour-soft);
}

.alpha-tour-not-found-card {
    max-width: 660px;
    margin: 0 auto;
    padding: 50px 34px;
    border: 1px solid var(--alpha-tour-border);
    border-radius: 18px;
    text-align: center;
    background: #fff;
    box-shadow: 0 18px 50px rgba(14, 40, 53, .10);
}

.alpha-tour-not-found-code {
    display: block;
    color: var(--alpha-tour-primary);
    font-size: 88px;
    font-weight: 700;
    line-height: 1;
}

.alpha-tour-not-found-card h1 {
    margin: 18px 0 0;
    color: var(--alpha-tour-navy);
    font-size: 34px;
}

.alpha-tour-not-found-card p {
    margin: 15px auto 0;
    color: var(--alpha-tour-muted);
    line-height: 1.7;
}

.alpha-tour-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.alpha-tour-actions .button {
    margin: 0;
}

.alpha-tour-lightbox[hidden] {
    display: none;
}

.alpha-tour-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(3, 14, 22, .92);
}

.alpha-tour-lightbox figure {
    max-width: min(1100px, 94vw);
    max-height: 88vh;
    margin: 0;
    text-align: center;
}

.alpha-tour-lightbox img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: contain;
}

.alpha-tour-lightbox figcaption {
    margin-top: 14px;
    color: rgba(255, 255, 255, .82);
}

.alpha-tour-lightbox-close {
    position: fixed;
    top: 18px;
    right: 22px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

body.alpha-tour-lightbox-open {
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .alpha-tour-hero-content {
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 36px;
    }

    .alpha-tour-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alpha-tour-summary-grid article:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--alpha-tour-border);
    }

    .alpha-tour-summary-grid article:nth-child(4) {
        border-top: 1px solid var(--alpha-tour-border);
    }

    .alpha-tour-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 28px;
    }
}

@media (max-width: 991.98px) {
    .alpha-tour-hero {
        min-height: auto;
        padding: 70px 0 76px;
    }

    .alpha-tour-hero-content {
        grid-template-columns: 1fr;
    }

    .alpha-tour-price-card {
        max-width: 420px;
    }

    .alpha-tour-layout {
        grid-template-columns: 1fr;
    }

    .alpha-tour-sidebar-card {
        position: static;
    }

    .alpha-tour-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .alpha-tour-sidebar-card + .alpha-tour-sidebar-card {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .alpha-tour-hero {
        padding: 52px 0 68px;
        background-position: center;
    }

    .alpha-tour-breadcrumb {
        margin-bottom: 26px;
    }

    .alpha-tour-hero h1 {
        font-size: clamp(38px, 13vw, 58px);
    }

    .alpha-tour-hero-copy > p {
        font-size: 16px;
    }

    .alpha-tour-summary {
        margin-top: -22px;
    }

    .alpha-tour-summary-grid {
        grid-template-columns: 1fr;
    }

    .alpha-tour-summary-grid article + article,
    .alpha-tour-summary-grid article:nth-child(3),
    .alpha-tour-summary-grid article:nth-child(4) {
        border-left: 0;
        border-top: 1px solid var(--alpha-tour-border);
    }

    .alpha-tour-two-columns,
    .alpha-tour-sidebar {
        grid-template-columns: 1fr;
    }

    .alpha-tour-content-card,
    .alpha-tour-sidebar-card,
    .alpha-tour-gallery-section {
        padding: 25px;
    }

    .alpha-tour-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 135px;
    }

    .alpha-tour-gallery-item-featured {
        grid-column: span 2;
        grid-row: span 2;
    }

    .alpha-tour-interest-card {
        display: block;
        padding: 32px 26px;
    }

    .alpha-tour-interest-card .button {
        width: 100%;
        margin-top: 24px;
    }

    .alpha-tour-section-heading {
        align-items: flex-start;
    }

    .alpha-tour-related-image {
        height: 205px;
    }
}

@media (max-width: 479.98px) {
    .alpha-tour-hero-actions {
        display: grid;
    }

    .alpha-tour-hero-actions .button {
        width: 100%;
    }

    .alpha-tour-price-card {
        padding: 24px;
    }

    .alpha-tour-price-card strong {
        font-size: 31px;
    }

    .alpha-tour-content-card,
    .alpha-tour-sidebar-card,
    .alpha-tour-gallery-section {
        padding: 21px;
        border-radius: 13px;
    }

    .alpha-tour-gallery {
        display: block;
    }

    .alpha-tour-gallery-item {
        width: 100%;
        height: 220px;
        margin-top: 12px;
    }

    .alpha-tour-gallery-item:first-child {
        margin-top: 0;
    }

    .alpha-tour-section-heading {
        display: block;
    }

    .alpha-tour-section-heading > span,
    .alpha-tour-section-heading > a {
        display: inline-block;
        margin-top: 12px;
    }

    .alpha-tour-actions {
        display: grid;
    }

    .alpha-tour-actions .button {
        width: 100%;
    }
}

/* ALPHA_PASSEIO_BUTTON_CONTRAST_V2_START */

/*
 * Contraste isolado da página individual.
 * Impede que o tema global deixe texto e bordas escuros
 * sobre os fundos escuros da página do passeio.
 */

.alpha-tour-page .alpha-tour-hero-actions .button.button-secondary,
.alpha-tour-page .alpha-tour-contact-card .button.button-secondary,
.alpha-tour-page .alpha-tour-interest-card .button.button-secondary {
    color: #ffffff !important;
    border: 2px solid #01b3a7 !important;
    background: #01b3a7 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.alpha-tour-page .alpha-tour-hero-actions .button.button-secondary:hover,
.alpha-tour-page .alpha-tour-hero-actions .button.button-secondary:focus,
.alpha-tour-page .alpha-tour-contact-card .button.button-secondary:hover,
.alpha-tour-page .alpha-tour-contact-card .button.button-secondary:focus,
.alpha-tour-page .alpha-tour-interest-card .button.button-secondary:hover,
.alpha-tour-page .alpha-tour-interest-card .button.button-secondary:focus {
    color: #0a1f30 !important;
    border-color: #ffffff !important;
    background: #ffffff !important;
}

.alpha-tour-page .alpha-tour-hero-actions .button.button-default-outline-2 {
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    background: rgba(255, 255, 255, .04) !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.alpha-tour-page .alpha-tour-hero-actions .button.button-default-outline-2:hover,
.alpha-tour-page .alpha-tour-hero-actions .button.button-default-outline-2:focus {
    color: #0a1f30 !important;
    border-color: #ffffff !important;
    background: #ffffff !important;
}

.alpha-tour-page .alpha-tour-hero-actions .button::before,
.alpha-tour-page .alpha-tour-hero-actions .button::after,
.alpha-tour-page .alpha-tour-contact-card .button::before,
.alpha-tour-page .alpha-tour-contact-card .button::after,
.alpha-tour-page .alpha-tour-interest-card .button::before,
.alpha-tour-page .alpha-tour-interest-card .button::after {
    z-index: -1 !important;
}

.alpha-tour-page .alpha-tour-hero-actions .button,
.alpha-tour-page .alpha-tour-contact-card .button,
.alpha-tour-page .alpha-tour-interest-card .button {
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 700 !important;
}

.alpha-tour-page .alpha-tour-hero-actions .button:focus-visible,
.alpha-tour-page .alpha-tour-contact-card .button:focus-visible,
.alpha-tour-page .alpha-tour-interest-card .button:focus-visible {
    outline: 3px solid #ffdc73 !important;
    outline-offset: 3px;
}

@media (max-width: 767.98px) {
    .alpha-tour-page .alpha-tour-hero-actions .button,
    .alpha-tour-page .alpha-tour-contact-card .button,
    .alpha-tour-page .alpha-tour-interest-card .button {
        min-height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1.3;
        text-align: center;
    }
}

/* ALPHA_PASSEIO_BUTTON_CONTRAST_V2_END */
