.alpha-brand-text {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #151515;
    letter-spacing: -0.03em;
}

.alpha-footer-text {
    color: rgba(255,255,255,.55);
    line-height: 1.7;
}

.alpha-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 14px 35px rgba(37, 211, 102, .35);
}

.alpha-whatsapp-float:hover {
    color: #fff;
    transform: translateY(-3px);
}

.alpha-page-hero {
    padding: 105px 0;
    background: linear-gradient(135deg, rgba(1, 179, 167, .88), rgba(21, 21, 21, .72)), url('../images/parallax-1-1920x850.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
}

.alpha-page-hero h1 {
    font-size: clamp(42px, 7vw, 72px);
    font-weight: 700;
}

.alpha-page-hero p {
    max-width: 760px;
    margin: 20px auto 0;
    color: rgba(255,255,255,.82);
}

.alpha-card {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    transition: .25s;
}

.alpha-card:hover {
    transform: translateY(-4px);
}

.alpha-card-img {
    display: block;
    position: relative;
    height: 245px;
    background: #f2f2f2;
    overflow: hidden;
}

.alpha-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alpha-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 5px 12px;
    border-radius: 20px;
    background: #01b3a7;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.alpha-card-body {
    padding: 24px;
}

.alpha-card-body h5 a {
    color: #151515;
}

.alpha-card-body h5 a:hover {
    color: #01b3a7;
}

.alpha-meta {
    margin: 12px 0;
    color: #777;
    font-size: 14px;
}

.alpha-meta span {
    display: block;
    margin-bottom: 5px;
}

.alpha-meta i {
    width: 18px;
    color: #01b3a7;
}

.alpha-card-footer {
    padding: 0 24px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.alpha-price {
    font-size: 22px;
    font-weight: 700;
    color: #01b3a7;
}

.alpha-filter-box {
    margin-top: -38px;
    position: relative;
    z-index: 2;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,.12);
}

.alpha-filter-box label {
    font-weight: 600;
    color: #151515;
}

.alpha-filter-box .form-control,
.alpha-filter-box .form-select {
    height: 48px;
}

.alpha-empty {
    padding: 45px 25px;
    border-radius: 10px;
    background: #f7f7f7;
    text-align: center;
}

.alpha-gallery-img {
    height: 260px;
    object-fit: cover;
}

.alpha-contact-card {
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
}

.alpha-contact-card h5 {
    margin-bottom: 15px;
}

.alpha-contact-card p,
.alpha-contact-card a {
    color: #555;
}

@media (max-width: 767px) {
    .alpha-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .alpha-card-footer .button {
        width: 100%;
        text-align: center;
    }
}

/* Ajustes de submenu público Alpha Destinos */
.rd-navbar-dropdown {
    min-width: 245px;
}

.rd-dropdown-divider {
    height: 1px;
    margin: 8px 18px;
    background: rgba(0, 0, 0, .08);
    pointer-events: none;
}

.rd-navbar-dropdown .rd-dropdown-link {
    white-space: normal;
    line-height: 1.35;
}

.rd-navbar-static .rd-navbar-dropdown {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .rd-navbar-dropdown {
        min-width: 100%;
    }

    .rd-dropdown-divider {
        margin-left: 0;
        margin-right: 0;
    }
}


/* Ajustes de submenu público Alpha Destinos */
.rd-navbar-dropdown {
    min-width: 245px;
}

.rd-dropdown-divider {
    height: 1px;
    margin: 8px 18px;
    background: rgba(0, 0, 0, .08);
    pointer-events: none;
}

.rd-navbar-dropdown .rd-dropdown-link {
    white-space: normal;
    line-height: 1.35;
}

.rd-navbar-static .rd-navbar-dropdown {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .rd-navbar-dropdown {
        min-width: 100%;
    }

    .rd-dropdown-divider {
        margin-left: 0;
        margin-right: 0;
    }
}


/* Menu simplificado Alpha Destinos */
.rd-navbar-dropdown {
    min-width: 230px;
}

.rd-dropdown-divider {
    height: 1px;
    margin: 8px 18px;
    background: rgba(0, 0, 0, .08);
    pointer-events: none;
}

.rd-navbar-dropdown .rd-dropdown-link {
    white-space: normal;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .rd-navbar-dropdown {
        min-width: 100%;
    }

    .rd-dropdown-divider {
        margin-left: 0;
        margin-right: 0;
    }
}


/* Correção final do menu público Alpha */
.rd-navbar-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
}

.alpha-main-menu {
    display: flex;
    align-items: center;
    gap: 0;
}

.alpha-social-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.rd-navbar-dropdown {
    min-width: 230px;
}

.rd-navbar-dropdown .rd-dropdown-link {
    white-space: normal;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .rd-navbar-nav-wrap {
        display: block;
    }

    .alpha-main-menu {
        display: block;
    }

    .alpha-social-menu {
        margin-top: 15px;
        margin-left: 0;
        justify-content: flex-start;
    }

    .rd-navbar-dropdown {
        min-width: 100%;
    }
}


/* Banner dinâmico das páginas internas */
.alpha-page-hero {
    position: relative;
    overflow: hidden;
}

.alpha-page-hero .container {
    position: relative;
    z-index: 2;
}

.alpha-page-hero h1,
.alpha-page-hero p {
    text-shadow: 0 10px 35px rgba(0,0,0,.22);
}


/* Corpo administrável das páginas */
.alpha-page-body-content {
    border-bottom: 1px solid #eee;
}

.alpha-page-intro {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}

.alpha-page-intro p {
    font-size: 20px;
    line-height: 1.7;
    color: #151515;
}

.alpha-page-text,
.alpha-page-extra {
    max-width: 980px;
    margin: 0 auto;
    color: #555;
    line-height: 1.85;
    font-size: 16px;
}

.alpha-page-extra {
    margin-top: 28px;
    padding: 24px;
    border-radius: 12px;
    background: #f7f7f7;
}

.alpha-page-cta-box {
    padding: 35px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.alpha-page-cta-box h3 {
    margin-bottom: 8px;
}

.alpha-page-cta-box p {
    margin-bottom: 0;
    color: #666;
}

@media (max-width: 767px) {
    .alpha-page-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .alpha-page-cta-box .button {
        width: 100%;
        text-align: center;
    }
}

/* Conteúdo administrável das páginas públicas */
.alpha-page-body-content {
    border-bottom: 1px solid #eeeeee;
}

.alpha-page-intro {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}

.alpha-page-intro p {
    font-size: 20px;
    line-height: 1.7;
    color: #151515;
}

.alpha-page-text,
.alpha-page-extra {
    max-width: 980px;
    margin: 0 auto;
    color: #555555;
    line-height: 1.85;
    font-size: 16px;
}

.alpha-page-extra {
    margin-top: 28px;
    padding: 24px;
    border-radius: 12px;
    background: #f7f7f7;
}

.alpha-page-cta-box {
    padding: 35px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.alpha-page-cta-box h3 {
    margin-bottom: 8px;
}

.alpha-page-cta-box p {
    margin-bottom: 0;
    color: #666666;
}

@media (max-width: 767px) {
    .alpha-page-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .alpha-page-cta-box .button {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   TOPO - REDUZIR ALTURA DA FAIXA SUPERIOR
========================================================= */

.rd-navbar-corporate .rd-navbar-aside-outer {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.rd-navbar-corporate .rd-navbar-aside {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-panel {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

.rd-navbar-corporate .rd-navbar-brand img {
    max-height: 34px !important;
    width: auto !important;
    object-fit: contain !important;
}

.rd-navbar-corporate .rd-navbar-aside-right {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts p,
.rd-navbar-corporate .rd-navbar-corporate-contacts a {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts .icon {
    font-size: 13px !important;
    line-height: 1 !important;
}

.rd-navbar-corporate .rd-navbar-aside-right .button {
    padding: 6px 14px !important;
    min-height: 28px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

@media (max-width: 991.98px) {
    .rd-navbar-corporate .rd-navbar-aside-outer,
    .rd-navbar-corporate .rd-navbar-aside,
    .rd-navbar-corporate .rd-navbar-panel {
        height: 46px !important;
        min-height: 46px !important;
        max-height: 46px !important;
    }

    .rd-navbar-corporate .rd-navbar-brand img {
        max-height: 36px !important;
    }
}

/* =========================================================
   TOPO - AJUSTE FINAL: ALTURA MENOR, LOGO NORMAL
========================================================= */

.rd-navbar-corporate .rd-navbar-aside-outer {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding: 0 !important;
    overflow: visible !important;
}

.rd-navbar-corporate .rd-navbar-aside {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-panel {
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-brand img {
    max-height: 54px !important;
    width: auto !important;
    object-fit: contain !important;
}

.rd-navbar-corporate .rd-navbar-aside-right {
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts p,
.rd-navbar-corporate .rd-navbar-corporate-contacts a {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts .icon {
    font-size: 15px !important;
}

.rd-navbar-corporate .rd-navbar-aside-right .button {
    padding: 8px 16px !important;
    min-height: 34px !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

@media (max-width: 991.98px) {
    .rd-navbar-corporate .rd-navbar-aside-outer,
    .rd-navbar-corporate .rd-navbar-aside,
    .rd-navbar-corporate .rd-navbar-panel {
        height: 60px !important;
        min-height: 60px !important;
        max-height: 60px !important;
    }

    .rd-navbar-corporate .rd-navbar-brand img {
        max-height: 50px !important;
    }
}

/* =========================================================
   TOPO - AUMENTAR UM POUCO ALTURA E LOGO
========================================================= */

.rd-navbar-corporate .rd-navbar-aside-outer {
    height: 78px !important;
    min-height: 78px !important;
    max-height: 78px !important;
    padding: 0 !important;
    overflow: visible !important;
}

.rd-navbar-corporate .rd-navbar-aside {
    height: 78px !important;
    min-height: 78px !important;
    max-height: 78px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-panel {
    height: 78px !important;
    min-height: 78px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-brand img {
    max-height: 68px !important;
    width: auto !important;
    object-fit: contain !important;
}

.rd-navbar-corporate .rd-navbar-aside-right {
    height: 78px !important;
    min-height: 78px !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts p,
.rd-navbar-corporate .rd-navbar-corporate-contacts a {
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.rd-navbar-corporate .rd-navbar-aside-right .button {
    padding: 9px 18px !important;
    min-height: 36px !important;
    font-size: 13px !important;
}

@media (max-width: 991.98px) {
    .rd-navbar-corporate .rd-navbar-aside-outer,
    .rd-navbar-corporate .rd-navbar-aside,
    .rd-navbar-corporate .rd-navbar-panel {
        height: 68px !important;
        min-height: 68px !important;
        max-height: 68px !important;
    }

    .rd-navbar-corporate .rd-navbar-brand img {
        max-height: 58px !important;
    }
}

/* =========================================================
   TOPO - AUMENTO 4X EM RELAÇÃO AO ÚLTIMO AJUSTE
========================================================= */

.rd-navbar-corporate .rd-navbar-aside-outer {
    height: 134px !important;
    min-height: 134px !important;
    max-height: 134px !important;
    padding: 0 !important;
    overflow: visible !important;
}

.rd-navbar-corporate .rd-navbar-aside {
    height: 134px !important;
    min-height: 134px !important;
    max-height: 134px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-panel {
    height: 134px !important;
    min-height: 134px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-brand img {
    max-height: 124px !important;
    width: auto !important;
    object-fit: contain !important;
}

.rd-navbar-corporate .rd-navbar-aside-right {
    height: 134px !important;
    min-height: 134px !important;
    display: flex !important;
    align-items: center !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts p,
.rd-navbar-corporate .rd-navbar-corporate-contacts a {
    font-size: 15px !important;
    line-height: 1.35 !important;
}

.rd-navbar-corporate .rd-navbar-corporate-contacts .icon {
    font-size: 17px !important;
}

.rd-navbar-corporate .rd-navbar-aside-right .button {
    padding: 11px 22px !important;
    min-height: 42px !important;
    font-size: 14px !important;
}

@media (max-width: 991.98px) {
    .rd-navbar-corporate .rd-navbar-aside-outer,
    .rd-navbar-corporate .rd-navbar-aside,
    .rd-navbar-corporate .rd-navbar-panel {
        height: 86px !important;
        min-height: 86px !important;
        max-height: 86px !important;
    }

    .rd-navbar-corporate .rd-navbar-brand img {
        max-height: 76px !important;
    }
}

/* =========================================================
   HOME - CARDS PASSEIOS / VIAGENS / PACOTES COM SVG
========================================================= */

.box-categories-list li > a {
    width: 100% !important;
    max-width: 390px !important;
    height: 390px !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    background: #082b4f !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.box-categories-list li > a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 22px !important;
    background: #082b4f !important;
}

.box-categories-title {
    margin-top: 18px !important;
}

@media (max-width: 767.98px) {
    .box-categories-list li > a {
        height: 300px !important;
        max-width: 300px !important;
    }
}

/* =========================================================
   HOME - CARDS DE CATEGORIAS MAIS CLEAN
========================================================= */

.box-categories.cta-box-wrap {
    background: transparent !important;
}

.box-categories-content {
    background: transparent !important;
}

.box-categories-list {
    padding: 0 !important;
    margin: 0 auto !important;
}

.box-categories-list li {
    list-style: none !important;
}

.alpha-home-category-card {
    position: relative !important;
    width: 390px !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 auto !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 26px !important;
    background: rgba(255, 255, 255, .22) !important;
    border: 1px solid rgba(255, 255, 255, .42) !important;
    box-shadow: 0 24px 55px rgba(15, 23, 42, .18) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    transform: translateY(0) !important;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.alpha-home-category-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 45%, rgba(15, 23, 42, .58) 100%),
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .26), transparent 26%) !important;
    pointer-events: none !important;
}

.alpha-home-category-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 34px 75px rgba(15, 23, 42, .25) !important;
    border-color: rgba(255, 255, 255, .72) !important;
}

.alpha-home-category-card img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: transparent !important;
    border-radius: 0 !important;
    transition: transform .35s ease, filter .35s ease !important;
}

.alpha-home-category-card:hover img {
    transform: scale(1.045) !important;
    filter: saturate(1.05) contrast(1.03) !important;
}

.alpha-home-category-title {
    position: absolute !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
    padding: 12px 16px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .90) !important;
    color: #0f172a !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .16) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.box-categories-title {
    display: none !important;
}

@media (max-width: 991.98px) {
    .alpha-home-category-card {
        width: 340px !important;
        border-radius: 24px !important;
    }

    .alpha-home-category-title {
        font-size: 19px !important;
    }
}

@media (max-width: 575.98px) {
    .alpha-home-category-card {
        width: 300px !important;
    }

    .alpha-home-category-title {
        left: 14px !important;
        right: 14px !important;
        bottom: 14px !important;
        min-height: 46px !important;
        font-size: 17px !important;
        border-radius: 15px !important;
    }
}

/* =========================================================
   HOME - DESTINOS EXPANDING CARDS
   Adaptado para Alpha Destinos
========================================================= */

.alpha-expanding-destinos-section {
    position: relative !important;
    padding: 70px 0 80px !important;
    background: #f8fafc !important;
    overflow: hidden !important;
}

.alpha-expanding-destinos-section .container {
    position: relative !important;
    z-index: 2 !important;
}

.alpha-expanding-destinos-head {
    max-width: 760px !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
}

.alpha-expanding-destinos-head span {
    display: inline-flex !important;
    margin-bottom: 8px !important;
    color: #0f766e !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
}

.alpha-expanding-destinos-head h2 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
}

.alpha-expanding-options {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 14px !important;
    width: 100% !important;
    height: 420px !important;
    overflow: hidden !important;
}

.alpha-expanding-option {
    position: relative !important;
    flex: 1 1 0 !important;
    min-width: 72px !important;
    overflow: hidden !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    background-image: var(--optionBackground) !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .16) !important;
    transition:
        flex-grow .5s cubic-bezier(0.05, 0.61, 0.41, 0.95),
        border-radius .5s cubic-bezier(0.05, 0.61, 0.41, 0.95),
        transform .25s ease,
        box-shadow .25s ease !important;
}

.alpha-expanding-option.active {
    flex-grow: 8 !important;
    border-radius: 34px !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 28px 68px rgba(15, 23, 42, .22) !important;
}

.alpha-expanding-option:not(.active) {
    flex-grow: 1 !important;
    border-radius: 26px !important;
    filter: saturate(.94) contrast(.98) !important;
}

.alpha-expanding-shadow {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 42%, rgba(15, 23, 42, .58) 100%),
        radial-gradient(circle at 20% 10%, rgba(255,255,255,.18), transparent 28%) !important;
    opacity: .92 !important;
    pointer-events: none !important;
    transition: opacity .35s ease !important;
}

.alpha-expanding-option:not(.active) .alpha-expanding-shadow {
    opacity: .72 !important;
}

.alpha-expanding-label {
    position: absolute !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 48px !important;
}

.alpha-expanding-icon {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .92) !important;
    color: #0f766e !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .18) !important;
}

.alpha-expanding-info {
    min-width: 0 !important;
    color: #ffffff !important;
}

.alpha-expanding-info h3 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .34) !important;
}

.alpha-expanding-info p {
    margin: 5px 0 0 !important;
    color: rgba(255,255,255,.86) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .34) !important;
}

.alpha-expanding-link {
    display: inline-flex !important;
    margin-top: 9px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,.75) !important;
}

.alpha-expanding-option:not(.active) .alpha-expanding-info {
    opacity: 0 !important;
    transform: translateX(14px) !important;
    pointer-events: none !important;
    transition: opacity .25s ease, transform .25s ease !important;
}

.alpha-expanding-option.active .alpha-expanding-info {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
    transition: opacity .35s ease .12s, transform .35s ease .12s !important;
}

.alpha-expanding-footer {
    margin-top: 30px !important;
    text-align: center !important;
}

.alpha-expanding-footer a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.alpha-expanding-footer a::after {
    content: "→" !important;
    font-size: 18px !important;
    transition: transform .2s ease !important;
}

.alpha-expanding-footer a:hover::after {
    transform: translateX(4px) !important;
}

/* Remove estilos antigos dos cards */
.alpha-home-category-card,
.box-categories-list,
.box-categories-title {
    all: unset;
}

@media (max-width: 991.98px) {
    .alpha-expanding-options {
        height: 380px !important;
        gap: 10px !important;
    }

    .alpha-expanding-info h3 {
        font-size: 21px !important;
    }
}

@media (max-width: 767.98px) {
    .alpha-expanding-destinos-section {
        padding: 50px 0 60px !important;
    }

    .alpha-expanding-destinos-head h2 {
        font-size: 30px !important;
    }

    .alpha-expanding-options {
        display: grid !important;
        grid-template-columns: 1fr !important;
        height: auto !important;
        overflow: visible !important;
        gap: 18px !important;
    }

    .alpha-expanding-option,
    .alpha-expanding-option.active,
    .alpha-expanding-option:not(.active) {
        min-width: 0 !important;
        height: 330px !important;
        flex-grow: unset !important;
        border-radius: 26px !important;
        transform: none !important;
    }

    .alpha-expanding-option .alpha-expanding-info,
    .alpha-expanding-option:not(.active) .alpha-expanding-info,
    .alpha-expanding-option.active .alpha-expanding-info {
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    .alpha-expanding-info h3 {
        font-size: 22px !important;
    }
}

/* =========================================================
   HOME - EXPANDING CARDS USANDO IMG REAL, SEM BACKGROUND
========================================================= */

.alpha-expanding-destinos-section {
    background: #f8fafc !important;
}

.alpha-expanding-options {
    height: auto !important;
    min-height: 0 !important;
    align-items: center !important;
    overflow: visible !important;
}

.alpha-expanding-option {
    background: transparent !important;
    background-image: none !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 26px !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.alpha-expanding-option.active {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    transform: translateY(-4px) !important;
}

.alpha-expanding-option:not(.active) {
    background: transparent !important;
    background-image: none !important;
    filter: none !important;
}

.alpha-expanding-img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 430px !important;
    object-fit: contain !important;
    border-radius: 22px !important;
    box-shadow: 0 20px 45px rgba(15, 23, 42, .16) !important;
    background: transparent !important;
    transition: transform .3s ease, box-shadow .3s ease !important;
}

.alpha-expanding-option.active .alpha-expanding-img {
    max-height: 430px !important;
    transform: scale(1.01) !important;
    box-shadow: 0 26px 60px rgba(15, 23, 42, .20) !important;
}

.alpha-expanding-option:not(.active) .alpha-expanding-img {
    max-height: 390px !important;
    opacity: .88 !important;
}

.alpha-expanding-shadow {
    display: none !important;
}

.alpha-expanding-label {
    left: 24px !important;
    right: 24px !important;
    bottom: 22px !important;
    pointer-events: none !important;
}

.alpha-expanding-icon {
    display: none !important;
}

.alpha-expanding-info {
    width: 100% !important;
    text-align: center !important;
}

.alpha-expanding-info h3 {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, .42) !important;
}

.alpha-expanding-info p {
    display: none !important;
}

.alpha-expanding-link {
    display: none !important;
}

.alpha-expanding-option:not(.active) .alpha-expanding-info,
.alpha-expanding-option.active .alpha-expanding-info {
    opacity: 1 !important;
    transform: none !important;
}

/* Remove painel cinza/branco lateral criado pelo layout anterior */
.alpha-expanding-option::before,
.alpha-expanding-option::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 991.98px) {
    .alpha-expanding-options {
        gap: 12px !important;
    }

    .alpha-expanding-img,
    .alpha-expanding-option.active .alpha-expanding-img {
        max-height: 380px !important;
    }

    .alpha-expanding-info h3 {
        font-size: 19px !important;
    }
}

@media (max-width: 767.98px) {
    .alpha-expanding-options {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .alpha-expanding-option,
    .alpha-expanding-option.active,
    .alpha-expanding-option:not(.active) {
        height: auto !important;
        min-height: 0 !important;
        flex-grow: unset !important;
        transform: none !important;
    }

    .alpha-expanding-img,
    .alpha-expanding-option.active .alpha-expanding-img,
    .alpha-expanding-option:not(.active) .alpha-expanding-img {
        width: 100% !important;
        max-height: none !important;
        opacity: 1 !important;
    }
}

/* =========================================================
   HOME - 3 SEÇÕES DE SLIDES: CATEGORIAS, PASSEIOS, PACOTES
========================================================= */

.alpha-home-showcase-section {
    position: relative !important;
    padding: 80px 0 !important;
    background:
        radial-gradient(circle at 12% 10%, rgba(18,185,173,.16), transparent 28%),
        radial-gradient(circle at 90% 25%, rgba(14,75,130,.13), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #eef6f6 100%) !important;
    overflow: hidden !important;
}

.alpha-home-showcase-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px) !important;
    background-size: 42px 42px !important;
    opacity: .5 !important;
    pointer-events: none !important;
}

.alpha-home-showcase-section .container {
    position: relative !important;
    z-index: 2 !important;
}

.alpha-home-slide-block {
    margin-bottom: 58px !important;
}

.alpha-home-slide-block:last-child {
    margin-bottom: 0 !important;
}

.alpha-home-slide-head {
    display: flex !important;
    justify-content: space-between !important;
    align-items: end !important;
    gap: 20px !important;
    margin-bottom: 22px !important;
}

.alpha-home-slide-head span {
    display: block !important;
    margin-bottom: 4px !important;
    color: #0f766e !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .13em !important;
}

.alpha-home-slide-head h2 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
}

.alpha-home-slide-controls {
    display: flex !important;
    gap: 8px !important;
}

.alpha-home-slide-controls button {
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(15,23,42,.12) !important;
    background: rgba(255,255,255,.88) !important;
    color: #0f172a !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.08) !important;
    transition: transform .2s ease, background .2s ease !important;
}

.alpha-home-slide-controls button:hover {
    transform: translateY(-2px) !important;
    background: #ffffff !important;
}

.alpha-home-slide-track {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(280px, 340px) !important;
    gap: 22px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory !important;
    padding: 8px 4px 26px !important;
    scrollbar-width: thin !important;
}

.alpha-home-slide-track::-webkit-scrollbar {
    height: 8px !important;
}

.alpha-home-slide-track::-webkit-scrollbar-track {
    background: rgba(15,23,42,.06) !important;
    border-radius: 999px !important;
}

.alpha-home-slide-track::-webkit-scrollbar-thumb {
    background: rgba(15,118,110,.5) !important;
    border-radius: 999px !important;
}

.alpha-home-slide-card {
    scroll-snap-align: start !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.88) !important;
    border: 1px solid rgba(255,255,255,.8) !important;
    box-shadow: 0 20px 46px rgba(15,23,42,.10) !important;
    overflow: hidden !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
}

.alpha-home-slide-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 28px 64px rgba(15,23,42,.16) !important;
}

.alpha-home-slide-card a {
    display: block !important;
    color: inherit !important;
    text-decoration: none !important;
}

.alpha-home-slide-card figure {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

.alpha-home-slide-card-category figure {
    aspect-ratio: 1 / 1 !important;
}

.alpha-home-slide-card figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    background: transparent !important;
    transition: transform .3s ease !important;
}

.alpha-home-slide-card:hover figure img {
    transform: scale(1.035) !important;
}

.alpha-home-slide-card-body {
    padding: 18px 20px 20px !important;
}

.alpha-home-slide-card-body span {
    display: inline-flex !important;
    margin-bottom: 8px !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    background: rgba(15,118,110,.10) !important;
    color: #0f766e !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}

.alpha-home-slide-card-body h3 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.22 !important;
}

.alpha-home-slide-card-body p {
    margin: 10px 0 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.alpha-home-slide-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid #e5e7eb !important;
}

.alpha-home-slide-meta small {
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.alpha-home-slide-meta strong {
    color: #0f766e !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

@media (max-width: 991.98px) {
    .alpha-home-showcase-section {
        padding: 60px 0 !important;
    }

    .alpha-home-slide-head h2 {
        font-size: 28px !important;
    }

    .alpha-home-slide-track {
        grid-auto-columns: minmax(260px, 310px) !important;
    }
}

@media (max-width: 575.98px) {
    .alpha-home-slide-head {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .alpha-home-slide-controls {
        align-self: flex-end !important;
    }

    .alpha-home-slide-track {
        grid-auto-columns: 82% !important;
    }

    .alpha-home-slide-head h2 {
        font-size: 25px !important;
    }
}

/* =========================================================
   HOME - SOMENTE SLIDE DE CATEGORIAS
========================================================= */

.alpha-home-showcase-section {
    position: relative !important;
    padding: 78px 0 !important;
    background:
        radial-gradient(circle at 12% 10%, rgba(18,185,173,.14), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(14,75,130,.12), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #eef6f6 100%) !important;
    overflow: hidden !important;
}

.alpha-home-showcase-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px) !important;
    background-size: 42px 42px !important;
    opacity: .45 !important;
    pointer-events: none !important;
}

.alpha-home-showcase-section .container {
    position: relative !important;
    z-index: 2 !important;
}

.alpha-home-slide-block {
    margin-bottom: 0 !important;
}

.alpha-home-slide-head {
    display: flex !important;
    justify-content: space-between !important;
    align-items: end !important;
    gap: 20px !important;
    margin-bottom: 24px !important;
}

.alpha-home-slide-head span {
    display: block !important;
    margin-bottom: 5px !important;
    color: #0f766e !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .13em !important;
}

.alpha-home-slide-head h2 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
}

.alpha-home-slide-controls {
    display: flex !important;
    gap: 8px !important;
}

.alpha-home-slide-controls button {
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(15,23,42,.12) !important;
    background: rgba(255,255,255,.9) !important;
    color: #0f172a !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.08) !important;
}

.alpha-home-slide-track {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(280px, 360px) !important;
    gap: 22px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    padding: 8px 4px 24px !important;
}

.alpha-home-slide-card {
    scroll-snap-align: start !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.9) !important;
    border: 1px solid rgba(255,255,255,.85) !important;
    box-shadow: 0 20px 46px rgba(15,23,42,.10) !important;
    overflow: hidden !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
}

.alpha-home-slide-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 28px 64px rgba(15,23,42,.16) !important;
}

.alpha-home-slide-card a {
    display: block !important;
    color: inherit !important;
    text-decoration: none !important;
}

.alpha-home-slide-card figure {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

.alpha-home-slide-card figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    background: transparent !important;
    transition: transform .3s ease !important;
}

.alpha-home-slide-card:hover figure img {
    transform: scale(1.025) !important;
}

.alpha-home-slide-card-body {
    padding: 16px 18px 18px !important;
}

.alpha-home-slide-card-body span {
    display: inline-flex !important;
    margin-bottom: 8px !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    background: rgba(15,118,110,.10) !important;
    color: #0f766e !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}

.alpha-home-slide-card-body h3 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.22 !important;
}

.alpha-home-slide-card-body p {
    margin: 9px 0 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

@media (max-width: 767.98px) {
    .alpha-home-showcase-section {
        padding: 54px 0 !important;
    }

    .alpha-home-slide-head {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .alpha-home-slide-controls {
        align-self: flex-end !important;
    }

    .alpha-home-slide-head h2 {
        font-size: 26px !important;
    }

    .alpha-home-slide-track {
        grid-auto-columns: 82% !important;
    }
}

/* =========================================================
   HOME - SLIDE CATEGORIAS SEM BARRA DE ROLAGEM
========================================================= */

.alpha-home-slide-track {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-bottom: 8px !important;
}

.alpha-home-slide-track::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.alpha-home-slide-track::-webkit-scrollbar-track,
.alpha-home-slide-track::-webkit-scrollbar-thumb {
    display: none !important;
}

/* Quando tiver poucos cards, não espalhar estranho */
.alpha-home-slide-track {
    justify-content: flex-start !important;
}

/* Card mais limpo para arte pronta */
.alpha-home-slide-card figure {
    background: #ffffff !important;
}

.alpha-home-slide-card figure img {
    object-fit: contain !important;
    padding: 0 !important;
}

/* Se tiver apenas 1 categoria, mantém tamanho bom */
.alpha-home-slide-track .alpha-home-slide-card:only-child {
    max-width: 360px !important;
}

@media (min-width: 992px) {
    .alpha-home-slide-track {
        grid-auto-columns: minmax(280px, 360px) !important;
    }
}

/* =========================================================
   HOME - CATEGORIAS EM DESTAQUE MAIS COMPACTAS
========================================================= */

.alpha-home-slide-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 40px rgba(8, 32, 63, 0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    max-width: 360px !important;
}

.alpha-home-slide-card a {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
    height: 100% !important;
}

.alpha-home-slide-card figure {
    margin: 0 !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
    aspect-ratio: auto !important;
}

.alpha-home-slide-card figure img {
    width: 100% !important;
    height: 245px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    transition: transform .35s ease !important;
}

.alpha-home-slide-card-body {
    margin-top: 0 !important;
    padding: 14px 20px 18px !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0.96) 0%, #ffffff 30%, #ffffff 100%) !important;
    text-align: center !important;
}

.alpha-home-slide-card-body span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    background: #e8f4f2 !important;
    color: #0b7a75 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    margin-bottom: 9px !important;
}

.alpha-home-slide-card-body h3 {
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    color: #0b1736 !important;
    margin: 0 0 8px !important;
}

.alpha-home-slide-card-body p {
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #5d6b82 !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 38px !important;
}

.alpha-home-slide-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 22px 48px rgba(8, 32, 63, 0.14) !important;
}

.alpha-home-slide-card:hover figure img {
    transform: scale(1.025) !important;
}

.alpha-home-slide-track {
    padding-bottom: 8px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.alpha-home-slide-track::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

@media (max-width: 767px) {
    .alpha-home-slide-card {
        max-width: 100% !important;
    }

    .alpha-home-slide-card figure img {
        height: 220px !important;
    }

    .alpha-home-slide-card-body {
        padding: 13px 16px 16px !important;
    }

    .alpha-home-slide-card-body h3 {
        font-size: 18px !important;
    }

    .alpha-home-slide-card-body p {
        font-size: 13px !important;
    }
}

/* =========================================================
   HOME - REMOVER SELO "CATEGORIA" DOS CARDS
========================================================= */

.alpha-home-slide-card-body > span {
    display: none !important;
}

.alpha-home-slide-card-body h3 {
    margin-top: 0 !important;
}

/* ALPHA_HOME_GALLERY_COMPLETE_V3_START */

.alpha-home-gallery-v3 {
    overflow: hidden;
    padding: 84px 0 74px;
    background:
        radial-gradient(
            circle at 12% 12%,
            rgba(28, 192, 181, 0.09),
            transparent 28%
        ),
        #f7f8fa;
}

.alpha-home-gallery-container-v3 {
    padding-right: clamp(22px, 4vw, 72px);
    padding-left: clamp(22px, 4vw, 72px);
}

.alpha-home-gallery-header-v3 {
    display: flex;
    max-width: 1760px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin: 0 auto 34px;
}

.alpha-home-gallery-heading-v3 {
    max-width: 760px;
}

.alpha-home-gallery-eyebrow-v3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #10a99f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.alpha-home-gallery-eyebrow-v3::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.alpha-home-gallery-heading-v3 h2 {
    margin: 0;
    color: #071f37;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.03;
}

.alpha-home-gallery-heading-v3 p {
    max-width: 680px;
    margin: 17px 0 0;
    color: #5d6b78;
    font-size: 16px;
    line-height: 1.75;
}

.alpha-home-gallery-controls-v3 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.alpha-home-gallery-control-v3 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5dde4;
    border-radius: 50%;
    background: #ffffff;
    color: #082b4f;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(8, 43, 79, 0.08);
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.alpha-home-gallery-control-v3:hover,
.alpha-home-gallery-control-v3:focus {
    border-color: #14b9ae;
    background: #14b9ae;
    color: #ffffff;
    transform: translateY(-2px);
}

.alpha-home-gallery-position-v3 {
    min-width: 68px;
    color: #536372;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.05em;
}

.alpha-home-gallery-viewport-v3 {
    max-width: 1760px;
    margin: 0 auto;
}

.alpha-home-gallery-track-v3 {
    display: grid;
    grid-auto-columns: calc((100% - 66px) / 4);
    grid-auto-flow: column;
    gap: 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 3px 3px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.alpha-home-gallery-track-v3::-webkit-scrollbar {
    display: none;
}

.alpha-home-gallery-item-v3 {
    min-width: 0;
    scroll-snap-align: start;
}

.alpha-home-gallery-card-v3 {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 22px;
    background: #082b4f;
    box-shadow: 0 18px 38px rgba(8, 43, 79, 0.15);
    cursor: zoom-in;
    text-align: left;
    transform: translateZ(0);
}

.alpha-home-gallery-image-v3 {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.alpha-home-gallery-image-v3 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}

.alpha-home-gallery-overlay-v3 {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 30px 24px 22px;
    background:
        linear-gradient(
            180deg,
            rgba(4, 18, 32, 0.02) 25%,
            rgba(4, 18, 32, 0.93) 100%
        );
    color: #ffffff;
}

.alpha-home-gallery-copy-v3 {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.alpha-home-gallery-copy-v3 small {
    margin-bottom: 7px;
    color: #5de0d7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.alpha-home-gallery-copy-v3 strong {
    display: -webkit-box;
    overflow: hidden;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.alpha-home-gallery-copy-v3 > span {
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 700;
}

.alpha-home-gallery-open-icon-v3 {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    backdrop-filter: blur(10px);
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.alpha-home-gallery-card-v3:hover
.alpha-home-gallery-image-v3 img,
.alpha-home-gallery-card-v3:focus
.alpha-home-gallery-image-v3 img {
    filter: brightness(0.76);
    transform: scale(1.055);
}

.alpha-home-gallery-card-v3:hover
.alpha-home-gallery-open-icon-v3,
.alpha-home-gallery-card-v3:focus
.alpha-home-gallery-open-icon-v3 {
    background: #14b9ae;
    transform: scale(1.08);
}

.alpha-home-gallery-footer-v3 {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

body.alpha-home-gallery-modal-open-v3 {
    overflow: hidden;
}

.alpha-home-gallery-modal-v3[hidden] {
    display: none !important;
}

.alpha-home-gallery-modal-v3 {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.18s ease,
        visibility 0.18s ease;
}

.alpha-home-gallery-modal-v3.is-open {
    opacity: 1;
    visibility: visible;
}

.alpha-home-gallery-modal-backdrop-v3 {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(2, 12, 22, 0.94);
    cursor: zoom-out;
}

.alpha-home-gallery-modal-dialog-v3 {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(1220px, 100%);
    max-height: calc(100vh - 48px);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: #06192a;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
    transform: translateY(14px) scale(0.985);
    transition: transform 0.18s ease;
}

.alpha-home-gallery-modal-v3.is-open
.alpha-home-gallery-modal-dialog-v3 {
    transform: translateY(0) scale(1);
}

.alpha-home-gallery-modal-header-v3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.alpha-home-gallery-modal-header-v3 h2 {
    margin: 2px 0 0;
    color: #ffffff;
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 1.2;
}

.alpha-home-gallery-modal-category-v3 {
    color: #55dcd3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.alpha-home-gallery-modal-close-v3,
.alpha-home-gallery-modal-nav-v3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.alpha-home-gallery-modal-close-v3 {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
}

.alpha-home-gallery-modal-stage-v3 {
    position: relative;
    display: flex;
    min-height: 350px;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #020c15;
}

.alpha-home-gallery-modal-figure-v3 {
    display: flex;
    width: 100%;
    min-height: 350px;
    max-height: calc(100vh - 210px);
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 18px 90px;
}

.alpha-home-gallery-modal-figure-v3 img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 246px);
    object-fit: contain;
    border-radius: 8px;
}

.alpha-home-gallery-modal-nav-v3 {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
}

.alpha-home-gallery-modal-nav-v3.is-previous {
    left: 20px;
}

.alpha-home-gallery-modal-nav-v3.is-next {
    right: 20px;
}

.alpha-home-gallery-modal-close-v3:hover,
.alpha-home-gallery-modal-close-v3:focus,
.alpha-home-gallery-modal-nav-v3:hover,
.alpha-home-gallery-modal-nav-v3:focus {
    border-color: #14b9ae;
    background: #14b9ae;
}

.alpha-home-gallery-modal-footer-v3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.72);
}

.alpha-home-gallery-modal-footer-v3 span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 1199px) {
    .alpha-home-gallery-track-v3 {
        grid-auto-columns: calc((100% - 44px) / 3);
    }
}

@media (max-width: 899px) {
    .alpha-home-gallery-header-v3 {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .alpha-home-gallery-track-v3 {
        grid-auto-columns: calc((100% - 22px) / 2);
    }
}

@media (max-width: 575px) {
    .alpha-home-gallery-v3 {
        padding: 58px 0 52px;
    }

    .alpha-home-gallery-heading-v3 h2 {
        font-size: 36px;
    }

    .alpha-home-gallery-controls-v3 {
        width: 100%;
        justify-content: space-between;
    }

    .alpha-home-gallery-track-v3 {
        grid-auto-columns: 88%;
        gap: 14px;
    }

    .alpha-home-gallery-card-v3 {
        border-radius: 18px;
    }

    .alpha-home-gallery-copy-v3 strong {
        font-size: 19px;
    }

    .alpha-home-gallery-modal-v3 {
        padding: 0;
    }

    .alpha-home-gallery-modal-dialog-v3 {
        width: 100%;
        min-height: 100vh;
        max-height: 100vh;
        border: 0;
        border-radius: 0;
    }

    .alpha-home-gallery-modal-header-v3 {
        padding: 14px 15px;
    }

    .alpha-home-gallery-modal-stage-v3 {
        min-height: 0;
    }

    .alpha-home-gallery-modal-figure-v3 {
        min-height: 0;
        max-height: none;
        padding: 16px 54px;
    }

    .alpha-home-gallery-modal-figure-v3 img {
        max-height: calc(100vh - 190px);
    }

    .alpha-home-gallery-modal-nav-v3 {
        width: 42px;
        height: 42px;
    }

    .alpha-home-gallery-modal-nav-v3.is-previous {
        left: 7px;
    }

    .alpha-home-gallery-modal-nav-v3.is-next {
        right: 7px;
    }

    .alpha-home-gallery-modal-footer-v3 {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        padding: 12px 15px;
    }

    .alpha-home-gallery-modal-footer-v3 small {
        display: none;
    }
}

/* ALPHA_HOME_GALLERY_COMPLETE_V3_END */

/* ALPHA_HOME_DESTINATIONS_SLIDER_V1_START */

/*
 * O tema cria o botão de subir ao topo via JavaScript.
 * Ele fica oculto desde o primeiro paint e o JS específico o remove do DOM.
 */
#ui-to-top,
.ui-to-top,
[data-ui-to-top],
.scroll-to-top,
.back-to-top {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.alpha-home-destinations-v1 {
    overflow: hidden;
    padding: 86px 0 78px;
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(20, 185, 174, 0.1),
            transparent 28%
        ),
        #ffffff;
}

.alpha-home-destinations-container-v1 {
    max-width: 1320px;
}

.alpha-home-destinations-header-v1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 34px;
}

.alpha-home-destinations-header-v1 > div:first-child {
    max-width: 740px;
}

.alpha-home-destinations-eyebrow-v1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #0fa99f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.alpha-home-destinations-eyebrow-v1::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.alpha-home-destinations-header-v1 h2 {
    margin: 0;
    color: #071f37;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.04;
}

.alpha-home-destinations-header-v1 p {
    max-width: 660px;
    margin: 16px 0 0;
    color: #62717f;
    font-size: 16px;
    line-height: 1.72;
}

.alpha-home-destinations-controls-v1 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.alpha-home-destinations-control-v1 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7dfe6;
    border-radius: 50%;
    background: #ffffff;
    color: #082b4f;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(8, 43, 79, 0.08);
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.alpha-home-destinations-control-v1:hover,
.alpha-home-destinations-control-v1:focus {
    border-color: #14b9ae;
    background: #14b9ae;
    color: #ffffff;
    transform: translateY(-2px);
}

.alpha-home-destinations-position-v1 {
    min-width: 68px;
    color: #536372;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.05em;
}

.alpha-home-destinations-track-v1 {
    display: grid;
    grid-auto-columns: calc((100% - 48px) / 3);
    grid-auto-flow: column;
    gap: 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 4px 4px 24px;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.alpha-home-destinations-track-v1::-webkit-scrollbar {
    display: none;
}

.alpha-home-destination-card-v1 {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4e9ed;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(8, 43, 79, 0.1);
    scroll-snap-align: start;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.alpha-home-destination-card-v1:hover {
    border-color: rgba(20, 185, 174, 0.42);
    box-shadow: 0 24px 56px rgba(8, 43, 79, 0.16);
    transform: translateY(-5px);
}

.alpha-home-destination-image-v1 {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #082b4f;
}

.alpha-home-destination-image-v1::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(4, 18, 32, 0.03) 45%,
            rgba(4, 18, 32, 0.58) 100%
        );
    content: "";
}

.alpha-home-destination-image-v1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}

.alpha-home-destination-card-v1:hover
.alpha-home-destination-image-v1 img {
    transform: scale(1.055);
}

.alpha-home-destination-status-v1,
.alpha-home-destination-category-v1 {
    position: absolute;
    z-index: 2;
    top: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.alpha-home-destination-status-v1 {
    left: 16px;
    background: #14b9ae;
    color: #ffffff;
}

.alpha-home-destination-category-v1 {
    right: 16px;
    max-width: 48%;
    overflow: hidden;
    background: rgba(5, 27, 47, 0.82);
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}

.alpha-home-destination-body-v1 {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: 24px;
}

.alpha-home-destination-copy-v1 {
    min-height: 118px;
}

.alpha-home-destination-copy-v1 h3 {
    margin: 0;
    font-size: 23px;
    line-height: 1.18;
}

.alpha-home-destination-copy-v1 h3 a {
    color: #071f37;
}

.alpha-home-destination-copy-v1 h3 a:hover {
    color: #0fa99f;
}

.alpha-home-destination-copy-v1 p {
    display: -webkit-box;
    overflow: hidden;
    margin: 12px 0 0;
    color: #677582;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.alpha-home-destination-meta-v1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.alpha-home-destination-meta-v1 span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    border-radius: 10px;
    background: #f3f6f8;
    color: #485967;
    font-size: 12px;
    line-height: 1.2;
}

.alpha-home-destination-meta-v1 i {
    color: #0fa99f;
}

.alpha-home-destination-footer-v1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid #edf0f2;
}

.alpha-home-destination-price-v1 {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.alpha-home-destination-price-v1 small {
    color: #7a8791;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.alpha-home-destination-price-v1 strong {
    margin-top: 3px;
    color: #0b887f;
    font-size: 22px;
    line-height: 1;
}

.alpha-home-destination-button-v1 {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 16px;
    border-radius: 10px;
    background: #082b4f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.alpha-home-destination-button-v1:hover,
.alpha-home-destination-button-v1:focus {
    background: #14b9ae;
    color: #ffffff;
    transform: translateX(2px);
}

.alpha-home-destinations-footer-v1 {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

@media (max-width: 1199px) {
    .alpha-home-destinations-track-v1 {
        grid-auto-columns: calc((100% - 24px) / 2);
    }
}

@media (max-width: 767px) {
    .alpha-home-destinations-v1 {
        padding: 62px 0 56px;
    }

    .alpha-home-destinations-header-v1 {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .alpha-home-destinations-controls-v1 {
        width: 100%;
        justify-content: space-between;
    }

    .alpha-home-destinations-track-v1 {
        grid-auto-columns: 88%;
        gap: 16px;
    }

    .alpha-home-destination-body-v1 {
        min-height: 310px;
        padding: 21px;
    }
}

@media (max-width: 479px) {
    .alpha-home-destinations-header-v1 h2 {
        font-size: 36px;
    }

    .alpha-home-destination-copy-v1 h3 {
        font-size: 21px;
    }

    .alpha-home-destination-footer-v1 {
        align-items: stretch;
        flex-direction: column;
    }

    .alpha-home-destination-button-v1 {
        width: 100%;
    }
}

/* ALPHA_HOME_DESTINATIONS_SLIDER_V1_END */

/* ALPHA_HOME_DESTINATIONS_REFINEMENT_V3_START */

.alpha-home-destinations-v1 {
    padding-top: 72px;
    padding-bottom: 62px;
    background: #ffffff !important;
}

.alpha-home-destinations-v1,
.alpha-home-destinations-v1 .container,
.alpha-home-destinations-container-v1,
.alpha-home-destinations-track-v1 {
    background-color: transparent !important;
}

.alpha-home-destination-card-v1 {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.alpha-home-destination-body-v1 {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 21px 24px 22px;
}

.alpha-home-destination-copy-v1 {
    min-height: 0 !important;
}

.alpha-home-destination-copy-v1 h3 {
    margin-bottom: 0;
}

.alpha-home-destination-copy-v1 p {
    margin-top: 10px;
}

.alpha-home-destination-meta-v1 {
    margin-top: 16px;
}

.alpha-home-destination-footer-v1 {
    margin-top: 18px;
    padding-top: 18px;
}

.alpha-home-destinations-track-v1 {
    padding-bottom: 12px;
}

.alpha-home-destinations-footer-v1 {
    margin-top: 20px;
}

.alpha-home-destinations-control-v1:disabled,
.alpha-home-destinations-control-v1[aria-disabled="true"] {
    border-color: #e5eaee;
    background: #f5f7f8;
    color: #a9b2ba;
    box-shadow: none;
    cursor: default;
    opacity: 0.72;
    transform: none;
}

@media (max-width: 767px) {
    .alpha-home-destinations-v1 {
        padding-top: 56px;
        padding-bottom: 50px;
    }

    .alpha-home-destination-body-v1 {
        padding: 19px 20px 20px;
    }
}

/* ALPHA_HOME_DESTINATIONS_REFINEMENT_V3_END */

