.frontend-page.is-home .page-template-content {
    position: relative;
    --home-accent: #F3401C;
    --home-accent-soft: #ff6a3d;
}

.frontend-page.is-home .page-template-content > .bc-form-search-all,
.frontend-page.is-home .page-template-content > .bc-form-search-all.carousel,
.frontend-page.is-home .page-template-content > .bc-form-search-all.bc-form-search-slider {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
}

.frontend-page.is-home .page-template-content > div {
    position: relative;
    z-index: 1;
}

.frontend-page.is-home .travel-home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 0;
    padding: 126px 0 42px;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.frontend-page.is-home .travel-home-hero__top {
    position: relative;
    z-index: 1;
}

.frontend-page.is-home .travel-home-hero .row {
    margin-top: 0;
    margin-bottom: 0;
}

.frontend-page.is-home .travel-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(1, 38, 61, 0.9), rgba(1, 56, 87, 0.74)),
        radial-gradient(circle at top left, rgba(243, 64, 28, 0.3), transparent 18rem),
        radial-gradient(circle at bottom right, rgba(45, 156, 116, 0.24), transparent 20rem);
    z-index: 0;
}

.frontend-page.is-home .travel-home-hero::after {
    content: "";
    position: absolute;
    right: -6rem;
    bottom: -6rem;
    width: 20rem;
    height: 20rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(6px);
    z-index: 0;
}

.frontend-page.is-home .travel-home-hero > .container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: min(44vw, 520px);
    height: min(44vw, 520px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 64, 28, 0.18), transparent 68%);
    transform: translate(-20%, -18%);
    pointer-events: none;
    z-index: 0;
}

.frontend-page.is-home .travel-home-hero > .container::after {
    content: "";
    position: absolute;
    right: 4%;
    top: 12%;
    width: 220px;
    height: 220px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
    transform: rotate(14deg);
    pointer-events: none;
    z-index: 0;
}

.frontend-page.is-home .travel-home-hero > .container {
    position: relative;
    z-index: 2;
}

.frontend-page.is-home .travel-home-page-map {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.frontend-page.is-home .travel-home-page-map__svg {
    position: absolute;
    left: 50%;
    top: 48%;
    width: min(92vw, 1360px);
    height: auto;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.08);
    opacity: 0.9;
}

.frontend-page.is-home .travel-home-page-map__route-line {
    opacity: 0.92;
}

.frontend-page.is-home .travel-home-page-map__pin {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #F3401C;
    box-shadow:
        0 0 0 12px rgba(243, 64, 28, 0.1),
        0 0 32px rgba(243, 64, 28, 0.42);
}

.frontend-page.is-home .travel-home-page-map__pin::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
}

.frontend-page.is-home .travel-home-page-map__pin--start {
    left: 12.4%;
    top: 64.5%;
}

.frontend-page.is-home .travel-home-page-map__pin--end {
    right: 11%;
    bottom: 11.5%;
}

.frontend-page.is-home .travel-home-page-map__plane {
    position: absolute;
    left: 68%;
    top: 43%;
    width: 96px;
    height: 96px;
    opacity: 0.52;
}

.frontend-page.is-home .travel-home-page-map__plane i {
    display: block;
    color: var(--home-accent);
    font-size: 96px;
    line-height: 1;
    transform: rotate(45deg);
    text-shadow: 0 12px 26px rgba(243, 64, 28, 0.22);
}

.frontend-page.is-home .travel-home-page-map__plane img {
    width: 100%;
    display: block;
    filter: brightness(0) saturate(100%) invert(34%) sepia(95%) saturate(3300%) hue-rotate(352deg) brightness(101%) contrast(96%);
}

.frontend-page.is-home .travel-home-hero.is-animation-paused .travel-home-page-map__route-line,
.frontend-page.is-home .travel-home-hero.is-animation-paused .travel-home-page-map__plane,
.frontend-page.is-home .travel-home-hero.is-animation-paused .travel-home-hero__animation-orbit,
.frontend-page.is-home .travel-home-hero.is-animation-paused .travel-home-hero__animation-globe,
.frontend-page.is-home .travel-home-hero.is-animation-paused .travel-home-hero__animation-plane {
    animation-play-state: paused;
}

@keyframes homeRouteDash {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -240;
    }
}

@keyframes homePlaneTravel {
    0% {
        offset-distance: 0%;
        opacity: 0;
    }
    8% {
        opacity: 0.52;
    }
    55% {
        opacity: 0.62;
    }
    92% {
        opacity: 0.52;
    }
    100% {
        offset-distance: 100%;
        opacity: 0;
    }
}

.frontend-page.is-home .travel-home-hero__animation {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.frontend-page.is-home .travel-home-hero__animation-orbit {
    position: absolute;
    right: 7%;
    top: 17%;
    width: min(34vw, 420px);
    height: min(34vw, 420px);
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    opacity: 0.55;
}

.frontend-page.is-home .travel-home-hero__animation-globe {
    position: absolute;
    right: 10%;
    top: 24%;
    width: min(18vw, 220px);
    height: min(18vw, 220px);
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.22), transparent 34%),
        radial-gradient(circle at 58% 42%, rgba(243, 64, 28, 0.2), transparent 18%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.16),
        0 24px 44px rgba(1, 38, 61, 0.28);
    opacity: 0.28;
}

.frontend-page.is-home .travel-home-hero__animation-plane {
    position: absolute;
    right: 6%;
    top: 14%;
    width: min(9vw, 112px);
    height: min(9vw, 112px);
    opacity: 0.4;
    transform-origin: center;
}

.frontend-page.is-home .travel-home-hero__animation-plane i {
    display: block;
    color: var(--home-accent);
    font-size: min(9vw, 112px);
    line-height: 1;
    transform: rotate(45deg);
    text-shadow: 0 14px 30px rgba(243, 64, 28, 0.22);
}

.frontend-page.is-home .travel-home-hero__animation-plane img {
    width: 100%;
    display: block;
    filter: brightness(0) saturate(100%) invert(34%) sepia(95%) saturate(3300%) hue-rotate(352deg) brightness(101%) contrast(96%);
}

.frontend-page.is-home .travel-home-hero__animation-dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(243, 64, 28, 0.8);
    box-shadow: 0 0 0 8px rgba(243, 64, 28, 0.08);
    opacity: 0.7;
}

.frontend-page.is-home .travel-home-hero__animation-dot--one {
    right: 14%;
    top: 23%;
    width: 8px;
    height: 8px;
}

.frontend-page.is-home .travel-home-hero__animation-dot--two {
    right: 28%;
    top: 46%;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.04);
}

@keyframes heroOrbitRotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes heroGlobeSpin {
    0% {
        background-position-x: center, 0;
    }
    100% {
        background-position-x: center, -420px;
    }
}

@keyframes heroGlobeFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes heroPlaneOrbit {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-8deg);
    }
    25% {
        transform: translate3d(-28px, 22px, 0) rotate(4deg);
    }
    50% {
        transform: translate3d(-86px, 84px, 0) rotate(18deg);
    }
    75% {
        transform: translate3d(-24px, 130px, 0) rotate(32deg);
    }
}

.frontend-page.is-home .travel-home-hero__copy {
    max-width: 100%;
    margin: 0;
    color: #fff;
    text-align: left;
}

.frontend-page.is-home .travel-home-hero__kicker {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 18px;
}

.frontend-page.is-home .travel-home-hero__kicker span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
}

.frontend-page.is-home .travel-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.frontend-page.is-home .travel-home-hero .text-heading {
    margin-bottom: 14px;
    font-size: clamp(36px, 5.2vw, 62px);
    line-height: 0.96;
    letter-spacing: -0.04em;
    color: #fff;
    text-shadow: 0 10px 36px rgba(1, 38, 61, 0.28);
}

.frontend-page.is-home .travel-home-hero__accent {
    display: inline-block;
    color: var(--home-accent);
    transition: transform 180ms ease, text-shadow 180ms ease, color 180ms ease;
}

.frontend-page.is-home .travel-home-hero .text-heading:hover .travel-home-hero__accent {
    transform: translateY(-4px);
    text-shadow: 0 10px 24px rgba(243, 64, 28, 0.28);
}

.frontend-page.is-home .travel-home-hero .sub-heading {
    max-width: 640px;
    margin-left: 0;
    margin-right: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
}

.frontend-page.is-home .travel-home-hero__lead {
    max-width: 600px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.8;
}

.frontend-page.is-home .travel-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 22px;
}

.frontend-page.is-home .travel-home-hero__actions .btn {
    min-width: 180px;
    border-radius: 999px;
    padding: 13px 20px;
    font-weight: 700;
    box-shadow: 0 18px 36px rgba(1, 38, 61, 0.18);
}

.frontend-page.is-home .travel-home-hero__actions .btn-primary,
.frontend-page.is-home .travel-home-search-shell__actions .btn-primary,
.frontend-page.is-home .travel-home-signature__cta .btn-primary {
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-soft));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 18px 34px rgba(243, 64, 28, 0.24);
}

.frontend-page.is-home .travel-home-hero__actions .btn-primary:hover,
.frontend-page.is-home .travel-home-hero__actions .btn-primary:focus,
.frontend-page.is-home .travel-home-search-shell__actions .btn-primary:hover,
.frontend-page.is-home .travel-home-search-shell__actions .btn-primary:focus,
.frontend-page.is-home .travel-home-signature__cta .btn-primary:hover,
.frontend-page.is-home .travel-home-signature__cta .btn-primary:focus {
    background: linear-gradient(135deg, #df3515, #ff5b2c);
    border-color: transparent;
    color: #fff;
}

.frontend-page.is-home .travel-home-hero__panel {
    max-width: 100%;
    margin: 18px 0 0;
    padding: 0;
    border-radius: 28px;
    background: transparent;
    border: 0;
    backdrop-filter: none;
    box-shadow: none;
}

.frontend-page.is-home .travel-home-hero__panel .travel-home-search-shell__grid {
    margin-top: 0;
    gap: 12px;
    align-items: start;
    background: transparent;
}

.frontend-page.is-home .travel-home-hero__panel .travel-home-search-shell__feature {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 253, 0.94));
    min-height: 0;
}

.frontend-page.is-home .travel-home-hero__service-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
}

.frontend-page.is-home .travel-home-hero__service-item {
    padding: 15px 16px 14px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.frontend-page.is-home .travel-home-hero__service-item strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
}

.frontend-page.is-home .travel-home-hero__service-item span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
}

.frontend-page.is-home .travel-home-hero__note-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin: 18px 0 0;
    max-width: 620px;
}

.frontend-page.is-home .travel-home-hero__note-line span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.35;
    font-size: 13px;
    font-weight: 600;
}

.frontend-page.is-home .travel-home-hero__aside {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.frontend-page.is-home .travel-home-hero__aside-card {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 54px rgba(1, 38, 61, 0.18);
}

.frontend-page.is-home .travel-home-hero__aside-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 52%);
}

.frontend-page.is-home .travel-home-hero__aside-card--primary {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.16), rgba(2, 24, 40, 0.36));
}

.frontend-page.is-home .travel-home-hero__aside-card--accent {
    background: linear-gradient(160deg, rgba(207, 147, 38, 0.2), rgba(1, 56, 87, 0.34));
}

.frontend-page.is-home .travel-home-hero__aside-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.frontend-page.is-home .travel-home-hero__aside-steps {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.frontend-page.is-home .travel-home-hero__aside-step {
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.frontend-page.is-home .travel-home-hero__aside-step strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.frontend-page.is-home .travel-home-hero__aside-step span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.5;
}

.frontend-page.is-home .travel-home-hero__aside-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.frontend-page.is-home .travel-home-hero__aside-metric {
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(1, 56, 87, 0.14);
}

.frontend-page.is-home .travel-home-hero__aside-metric strong {
    display: block;
    margin-bottom: 6px;
    color: var(--travel-primary-dark);
    font-size: 24px;
    line-height: 1;
}

.frontend-page.is-home .travel-home-hero__aside-metric span {
    display: block;
    color: var(--travel-muted);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 700;
}

.frontend-page.is-home .travel-home-hero__aside-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.frontend-page.is-home .travel-home-hero__aside-list li {
    position: relative;
    padding: 12px 14px 12px 38px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    font-size: 13px;
    line-height: 1.45;
}

.frontend-page.is-home .travel-home-hero__aside-list li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--travel-secondary), #f6c76a);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
}


.frontend-page.is-home .travel-home-search-shell {
    position: relative;
    margin-top: 28px;
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(45, 156, 116, 0.16), rgba(207, 147, 38, 0.12));
    backdrop-filter: blur(10px);
    box-shadow: 0 30px 80px rgba(1, 56, 87, 0.16);
}

.frontend-page.is-home .travel-home-search-shell__content {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(1, 56, 87, 0.12);
}

.frontend-page.is-home .travel-home-search-shell__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.frontend-page.is-home .travel-home-search-shell__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: #f8fafc;
    color: var(--travel-ink);
    font-weight: 600;
}

.frontend-page.is-home .travel-home-search-shell__tab:hover,
.frontend-page.is-home .travel-home-search-shell__tab:focus {
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-soft));
    color: #fff;
    border-color: transparent;
    text-decoration: none;
}

.frontend-page.is-home .travel-home-search-shell__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f8fbfd 0%, #eef6fb 100%);
}

.frontend-page.is-home .travel-home-search-shell__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 620px;
}

.frontend-page.is-home .travel-home-search-shell__text strong {
    font-size: 24px;
    line-height: 1.15;
    color: var(--travel-ink);
}

.frontend-page.is-home .travel-home-search-shell__text span {
    color: var(--travel-muted);
    line-height: 1.7;
}

.frontend-page.is-home .travel-home-search-shell__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.frontend-page.is-home .travel-home-search-shell__actions .btn {
    min-width: 220px;
    border-radius: 999px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
}

.frontend-page.is-home .travel-home-search-shell__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.frontend-page.is-home .travel-home-search-shell__feature {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(196, 214, 225, 0.9);
    box-shadow: 0 8px 18px rgba(1, 56, 87, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.frontend-page.is-home .travel-home-search-shell__feature strong {
    font-size: 15px;
    line-height: 1.35;
    color: var(--travel-ink);
}

.frontend-page.is-home .travel-home-search-shell__feature span {
    color: var(--travel-muted);
    font-size: 13px;
    line-height: 1.5;
}

.frontend-page.is-home .travel-home-search-shell__feature:hover,
.frontend-page.is-home .travel-home-search-shell__feature:focus {
    transform: translateY(-4px);
    box-shadow: 0 20px 34px rgba(1, 56, 87, 0.12);
    border-color: rgba(45, 156, 116, 0.28);
    text-decoration: none;
}

.frontend-page.is-home .travel-home-infographics {
    margin-top: 36px;
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 252, 0.98));
    box-shadow: 0 8px 22px rgba(1, 56, 87, 0.06);
    contain: layout paint style;
}

.frontend-page.is-home .travel-home-infographics__intro {
    max-width: 740px;
    margin-bottom: 24px;
}

.frontend-page.is-home .travel-home-infographics__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(45, 156, 116, 0.1);
    color: var(--travel-primary-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.frontend-page.is-home .travel-home-infographics__intro h2 {
    margin: 0;
    color: var(--travel-ink);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.frontend-page.is-home .travel-home-infographics__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.frontend-page.is-home .travel-home-infographics__card {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
    border: 1px solid rgba(1, 56, 87, 0.08);
    box-shadow: 0 6px 16px rgba(1, 56, 87, 0.05);
    contain: layout paint;
}

.frontend-page.is-home .travel-home-infographics__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-soft));
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.frontend-page.is-home .travel-home-infographics__card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--travel-ink);
    font-size: 20px;
    line-height: 1.25;
}

.frontend-page.is-home .travel-home-infographics__card span {
    color: var(--travel-muted);
    line-height: 1.75;
}

.frontend-page.is-home .travel-home-infographics__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.frontend-page.is-home .travel-home-infographics__stat {
    padding: 20px 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(1, 56, 87, 0.05), rgba(45, 156, 116, 0.08));
    border: 1px solid rgba(1, 56, 87, 0.08);
    contain: layout paint;
}

.frontend-page.is-home .travel-home-infographics__stat strong {
    display: block;
    margin-bottom: 6px;
    color: var(--travel-primary-dark);
    font-size: 28px;
    line-height: 1;
}

.frontend-page.is-home .travel-home-infographics__stat span {
    color: var(--travel-muted);
    line-height: 1.55;
    font-weight: 600;
}

.frontend-page.is-home .travel-home-infographics__timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.frontend-page.is-home .travel-home-infographics__timeline-item {
    position: relative;
    padding: 24px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 251, 253, 1));
    border: 1px solid rgba(1, 56, 87, 0.08);
    box-shadow: 0 6px 16px rgba(1, 56, 87, 0.05);
    contain: layout paint;
}

.frontend-page.is-home .travel-home-infographics__timeline-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    margin-bottom: 18px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-soft));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.frontend-page.is-home .travel-home-infographics__timeline-item strong {
    display: block;
    margin-bottom: 8px;
    color: var(--travel-ink);
    font-size: 22px;
    line-height: 1.3;
}

.frontend-page.is-home .travel-home-infographics__timeline-item p {
    margin: 0;
    color: var(--travel-muted);
    line-height: 1.75;
}

.frontend-page.is-home .travel-home-packages {
    margin-top: 34px;
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 252, 0.98));
    box-shadow: 0 8px 22px rgba(1, 56, 87, 0.06);
    contain: layout paint style;
}

.frontend-page.is-home .travel-home-packages__intro {
    max-width: 760px;
    margin-bottom: 24px;
}

.frontend-page.is-home .travel-home-packages__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(243, 64, 28, 0.1);
    color: var(--travel-primary-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.frontend-page.is-home .travel-home-packages__intro h2 {
    margin: 0 0 12px;
    color: var(--travel-ink);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.frontend-page.is-home .travel-home-packages__intro p {
    margin: 0;
    color: var(--travel-muted);
    line-height: 1.8;
}

.frontend-page.is-home .travel-home-packages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.frontend-page.is-home .travel-home-packages__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 180px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(1, 56, 87, 0.08);
    box-shadow: 0 6px 16px rgba(1, 56, 87, 0.05);
    transition: border-color 120ms ease;
    contain: layout paint;
}

.frontend-page.is-home .travel-home-packages__card--live {
    gap: 0;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.96));
}

.frontend-page.is-home .travel-home-packages__media {
    position: relative;
    min-height: 210px;
    background-color: rgba(1, 56, 87, 0.12);
    contain: paint;
}

.frontend-page.is-home .travel-home-packages__media img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.frontend-page.is-home .travel-home-packages__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 38, 61, 0.06), rgba(1, 38, 61, 0.38));
}

.frontend-page.is-home .travel-home-packages__badge {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--travel-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(1, 56, 87, 0.1);
}

.frontend-page.is-home .travel-home-packages__body {
    padding: 20px 20px 22px;
}

.frontend-page.is-home .travel-home-packages__card strong {
    color: var(--travel-ink);
    font-size: 22px;
    line-height: 1.25;
}

.frontend-page.is-home .travel-home-packages__body strong {
    display: block;
    min-height: 60px;
}

.frontend-page.is-home .travel-home-packages__card span {
    color: var(--travel-muted);
    line-height: 1.72;
}

.frontend-page.is-home .travel-home-packages__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 12px;
    color: var(--travel-muted);
    font-size: 13px;
    font-weight: 600;
}

.frontend-page.is-home .travel-home-packages__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    line-height: 1.45;
}

.frontend-page.is-home .travel-home-packages__meta i {
    color: var(--home-accent);
    font-size: 14px;
}

.frontend-page.is-home .travel-home-packages__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 16px;
}

.frontend-page.is-home .travel-home-packages__price small {
    color: rgba(82, 96, 109, 0.78);
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
}

.frontend-page.is-home .travel-home-packages__price span {
    color: var(--travel-primary-dark);
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.frontend-page.is-home .travel-home-packages__card:hover,
.frontend-page.is-home .travel-home-packages__card:focus {
    border-color: rgba(243, 64, 28, 0.24);
    text-decoration: none;
}

.frontend-page.is-home .travel-home-infographics *,
.frontend-page.is-home .travel-home-packages * {
    will-change: auto !important;
}

.frontend-page.is-home .travel-home-infographics .travel-home-infographics__card,
.frontend-page.is-home .travel-home-infographics .travel-home-infographics__timeline-item,
.frontend-page.is-home .travel-home-packages .travel-home-packages__card {
    transform: none !important;
}

.frontend-page.is-home .travel-home-packages__actions {
    margin-top: 20px;
}

.frontend-page.is-home .travel-home-packages__actions .btn {
    min-width: 220px;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 700;
}

.frontend-page.is-home .travel-home-signature {
    margin-top: 34px;
    padding: 34px;
    border-radius: 34px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(1, 38, 61, 0.98), rgba(1, 56, 87, 0.96));
    box-shadow: 0 24px 60px rgba(1, 56, 87, 0.2);
}

.frontend-page.is-home .travel-home-signature::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 64, 28, 0.28), transparent 66%);
    pointer-events: none;
}

.frontend-page.is-home .travel-home-signature::after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(45, 156, 116, 0.22), transparent 64%);
    pointer-events: none;
}

.frontend-page.is-home .travel-home-signature__intro {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 28px;
}

.frontend-page.is-home .travel-home-signature__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(243, 64, 28, 0.14);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.frontend-page.is-home .travel-home-signature__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
    color: #fff;
}

.frontend-page.is-home .travel-home-signature__intro p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.8;
}

.frontend-page.is-home .travel-home-signature__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.frontend-page.is-home .travel-home-signature__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 190px;
    padding: 24px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 253, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 34px rgba(1, 38, 61, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.frontend-page.is-home .travel-home-signature__card::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 46px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--home-accent), var(--home-accent-soft));
}

.frontend-page.is-home .travel-home-signature__card strong {
    color: var(--travel-ink);
    font-size: 19px;
    line-height: 1.25;
}

.frontend-page.is-home .travel-home-signature__card span {
    color: var(--travel-muted);
    line-height: 1.72;
}

.frontend-page.is-home .travel-home-signature__card:hover,
.frontend-page.is-home .travel-home-signature__card:focus {
    transform: translateY(-7px);
    border-color: rgba(45, 156, 116, 0.32);
    box-shadow: 0 24px 44px rgba(1, 38, 61, 0.22);
    text-decoration: none;
}

.frontend-page.is-home .travel-home-signature__steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.frontend-page.is-home .travel-home-signature__step {
    padding: 20px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.frontend-page.is-home .travel-home-signature__step strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.frontend-page.is-home .travel-home-signature__step span {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.frontend-page.is-home .travel-home-signature__cta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding: 22px 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(243, 64, 28, 0.16), rgba(255, 106, 61, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.frontend-page.is-home .travel-home-signature__cta-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.frontend-page.is-home .travel-home-signature__cta-copy strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.frontend-page.is-home .travel-home-signature__cta-copy span {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.frontend-page.is-home .travel-home-signature__cta .btn {
    min-width: 210px;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 700;
}

.travel-page-shell .travel-home-signature {
    margin-top: 0;
    padding: 34px;
    border-radius: 34px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(1, 38, 61, 0.98), rgba(1, 56, 87, 0.96));
    box-shadow: 0 24px 60px rgba(1, 56, 87, 0.2);
}

.travel-page-shell .travel-home-signature::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 64, 28, 0.28), transparent 66%);
    pointer-events: none;
}

.travel-page-shell .travel-home-signature::after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(45, 156, 116, 0.22), transparent 64%);
    pointer-events: none;
}

.travel-page-shell .travel-home-signature__intro,
.travel-page-shell .travel-home-signature__grid,
.travel-page-shell .travel-home-signature__steps,
.travel-page-shell .travel-home-signature__cta {
    position: relative;
    z-index: 1;
}

.travel-page-shell .travel-home-signature__intro {
    max-width: 760px;
    margin-bottom: 28px;
}

.travel-page-shell .travel-home-signature__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(243, 64, 28, 0.14);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.travel-page-shell .travel-home-signature__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
    color: #fff;
}

.travel-page-shell .travel-home-signature__intro p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.8;
}

.travel-page-shell .travel-home-signature__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.travel-page-shell .travel-home-signature__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 190px;
    padding: 24px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 253, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 34px rgba(1, 38, 61, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.travel-page-shell .travel-home-signature__card::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 46px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--home-accent), var(--home-accent-soft));
}

.travel-page-shell .travel-home-signature__card strong {
    color: var(--travel-ink);
    font-size: 19px;
    line-height: 1.25;
}

.travel-page-shell .travel-home-signature__card span {
    color: var(--travel-muted);
    line-height: 1.72;
}

.travel-page-shell .travel-home-signature__card:hover,
.travel-page-shell .travel-home-signature__card:focus {
    transform: translateY(-7px);
    border-color: rgba(45, 156, 116, 0.32);
    box-shadow: 0 24px 44px rgba(1, 38, 61, 0.22);
    text-decoration: none;
}

.travel-page-shell .travel-home-signature__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.travel-page-shell .travel-home-signature__step {
    padding: 20px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.travel-page-shell .travel-home-signature__step strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.travel-page-shell .travel-home-signature__step span {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.travel-page-shell .travel-home-signature__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding: 22px 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(243, 64, 28, 0.16), rgba(255, 106, 61, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.travel-page-shell .travel-home-signature__cta-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.travel-page-shell .travel-home-signature__cta-copy strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.travel-page-shell .travel-home-signature__cta-copy span {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.travel-page-shell .travel-home-signature__cta .btn {
    min-width: 210px;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .travel-page-shell .travel-home-signature__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .travel-page-shell .travel-home-signature {
        padding: 28px;
    }

    .travel-page-shell .travel-home-signature__grid,
    .travel-page-shell .travel-home-signature__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .travel-page-shell .travel-home-signature {
        padding: 22px;
        border-radius: 26px;
    }

    .travel-page-shell .travel-home-signature__intro h2 {
        font-size: 30px;
    }

    .travel-page-shell .travel-home-signature__grid,
    .travel-page-shell .travel-home-signature__steps {
        grid-template-columns: 1fr;
    }

    .travel-page-shell .travel-home-signature__card {
        min-height: 0;
    }
}

.frontend-page.is-home .travel-home-section {
    position: relative;
    padding: 54px 0 26px;
}

.frontend-page.is-home .travel-home-section .title,
.frontend-page.is-home .travel-home-section .title div {
    text-align: left;
}

.frontend-page.is-home .travel-home-section .title {
    margin-bottom: 10px;
    font-size: clamp(28px, 3.8vw, 44px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--travel-ink);
}

.frontend-page.is-home .travel-home-section .sub-title {
    max-width: 700px;
    margin-bottom: 24px;
    color: var(--travel-muted);
    font-size: 17px;
    line-height: 1.75;
}

.frontend-page.is-home .travel-home-section:nth-of-type(odd):not(.bc-form-search-all) {
    background:
        linear-gradient(180deg, rgba(245, 248, 251, 0.92), rgba(255, 255, 255, 0.98));
}

.frontend-page.is-home .travel-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.frontend-page.is-home .travel-section-heading__content {
    max-width: 760px;
}

.frontend-page.is-home .travel-section-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(45, 156, 116, 0.1);
    color: var(--travel-primary-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.frontend-page.is-home .travel-section-heading__action .btn {
    min-width: 156px;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
}

.frontend-page.is-home .travel-home-section .list-item .row > [class*="col-"] {
    margin-bottom: 24px;
}

.frontend-page.is-home .travel-home-section .item-loop,
.frontend-page.is-home .travel-home-section .item-loop-wrap,
.frontend-page.is-home .travel-home-section .item-tour {
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.frontend-page.is-home .travel-home-section .item-loop:hover,
.frontend-page.is-home .travel-home-section .item-loop-wrap:hover,
.frontend-page.is-home .travel-home-section .item-tour:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(1, 56, 87, 0.14);
}

.frontend-page.is-home .travel-home-section .item-loop,
.frontend-page.is-home .travel-home-section .item-loop-wrap,
.frontend-page.is-home .travel-home-section .item-tour,
.frontend-page.is-home .travel-home-section .item-news,
.frontend-page.is-home .travel-home-section .destination-item .image {
    overflow: hidden;
    border-radius: 24px;
}

.frontend-page.is-home .travel-home-section .item-loop,
.frontend-page.is-home .travel-home-section .item-loop-wrap,
.frontend-page.is-home .travel-home-section .item-tour,
.frontend-page.is-home .travel-home-section .item-news {
    height: 100%;
    padding-bottom: 0;
    border: 1px solid rgba(1, 56, 87, 0.06);
    background: #fff;
    box-shadow: 0 16px 36px rgba(1, 56, 87, 0.08);
}

.frontend-page.is-home .travel-home-section .thumb-image,
.frontend-page.is-home .travel-home-section .header-thumb,
.frontend-page.is-home .travel-home-section .item-news .thumb-image {
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.frontend-page.is-home .travel-home-section .thumb-image img,
.frontend-page.is-home .travel-home-section .header-thumb img,
.frontend-page.is-home .travel-home-section .item-news .thumb-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 220ms ease;
}

.frontend-page.is-home .travel-home-section .item-loop:hover .thumb-image img,
.frontend-page.is-home .travel-home-section .item-loop-wrap:hover .thumb-image img,
.frontend-page.is-home .travel-home-section .item-tour:hover .thumb-image img,
.frontend-page.is-home .travel-home-section .item-news:hover .thumb-image img {
    transform: scale(1.04);
}

.frontend-page.is-home .travel-home-section .item-tour .item-title,
.frontend-page.is-home .travel-home-section .item-loop .item-title,
.frontend-page.is-home .travel-home-section .item-loop-wrap .item-title {
    padding: 0 20px;
    margin-top: 14px;
}

.frontend-page.is-home .travel-home-section .item-tour .location,
.frontend-page.is-home .travel-home-section .item-loop .location,
.frontend-page.is-home .travel-home-section .item-loop-wrap .location,
.frontend-page.is-home .travel-home-section .item-tour .info,
.frontend-page.is-home .travel-home-section .item-loop .info,
.frontend-page.is-home .travel-home-section .item-loop-wrap .info,
.frontend-page.is-home .travel-home-section .item-tour .service-review,
.frontend-page.is-home .travel-home-section .item-loop .service-review,
.frontend-page.is-home .travel-home-section .item-loop-wrap .amenities,
.frontend-page.is-home .travel-home-section .item-loop-wrap .info {
    padding-left: 20px;
    padding-right: 20px;
}

.frontend-page.is-home .travel-home-section .item-tour .location,
.frontend-page.is-home .travel-home-section .item-loop .location,
.frontend-page.is-home .travel-home-section .item-loop-wrap .location {
    margin-top: 16px;
    color: var(--travel-primary-dark);
    font-weight: 600;
}

.frontend-page.is-home .travel-home-section .item-tour .info,
.frontend-page.is-home .travel-home-section .item-loop .info,
.frontend-page.is-home .travel-home-section .item-loop-wrap .info {
    margin-top: 16px;
}

.frontend-page.is-home .travel-home-section .travel-service-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 20px 20px;
}

.frontend-page.is-home .travel-home-section .travel-service-actions {
    margin-top: 18px;
}

.frontend-page.is-home .travel-home-section .travel-service-actions .btn {
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 700;
}

.frontend-page.is-home .bc-list-locations .destination-item .image {
    min-height: 320px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 16px 40px rgba(1, 56, 87, 0.1);
}

.frontend-page.is-home .bc-list-locations .destination-item .content {
    padding: 26px;
}

.frontend-page.is-home .bc-list-locations .destination-item .title {
    margin-bottom: 10px;
}

.frontend-page.is-home .bc-list-news .item-news .caption {
    padding: 22px;
}

.frontend-page.is-home .bc-list-news .item-news .item-title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.28;
}

.frontend-page.is-home .bc-list-news .item-news .item-desc {
    color: var(--travel-muted);
    line-height: 1.75;
}

.frontend-page.is-home .bc-list-news .item-news .btn-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(207, 147, 38, 0.14);
    color: var(--travel-primary-dark);
    font-weight: 700;
}

.frontend-page.is-home .bc-list-news .item-news .btn-readmore:hover,
.frontend-page.is-home .bc-list-news .item-news .btn-readmore:focus {
    background: linear-gradient(135deg, var(--travel-primary), var(--travel-secondary));
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .frontend-page.is-home .travel-home-page-map__svg {
        width: 1180px;
        top: 45%;
        opacity: 0.72;
    }

    .frontend-page.is-home .travel-home-page-map__plane {
        width: 74px;
        opacity: 0.38;
    }

    .frontend-page.is-home .travel-home-page-map__pin {
        transform: scale(0.85);
    }

    .frontend-page.is-home .travel-home-hero__animation {
        opacity: 0.55;
    }

    .frontend-page.is-home .travel-home-hero__animation-orbit {
        right: -2%;
        top: 12%;
        width: 280px;
        height: 280px;
    }

    .frontend-page.is-home .travel-home-hero__animation-globe {
        right: 3%;
        top: 20%;
        width: 156px;
        height: 156px;
    }

    .frontend-page.is-home .travel-home-hero__animation-plane {
        right: 0;
        top: 12%;
        width: 84px;
    }

    .frontend-page.is-home .travel-home-hero {
        padding: 24px 0 34px;
    }

    .frontend-page.is-home .travel-home-hero__copy {
        margin-bottom: 24px;
    }

    .frontend-page.is-home .travel-home-hero .sub-heading,
    .frontend-page.is-home .travel-home-hero__lead,
    .frontend-page.is-home .travel-home-hero__service-strip,
    .frontend-page.is-home .travel-home-hero__note-line {
        max-width: 100%;
    }

    .frontend-page.is-home .travel-home-hero__panel {
        padding: 12px;
    }

    .frontend-page.is-home .travel-home-hero__service-strip {
        grid-template-columns: 1fr;
    }

    .frontend-page.is-home .travel-home-hero__aside-metrics,
    .frontend-page.is-home .travel-home-infographics__timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .frontend-page.is-home .travel-home-search-shell__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .frontend-page.is-home .travel-home-signature__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .frontend-page.is-home .travel-home-infographics__grid,
    .frontend-page.is-home .travel-home-infographics__stats,
    .frontend-page.is-home .travel-home-packages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .frontend-page.is-home .travel-home-signature__steps {
        grid-template-columns: 1fr;
    }

    .frontend-page.is-home .travel-home-signature__cta {
        flex-direction: column;
        align-items: stretch;
    }

    .frontend-page.is-home .travel-section-heading {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .frontend-page.is-home .travel-home-page-map {
        display: none;
    }

    .frontend-page.is-home .travel-home-hero__animation {
        display: none;
    }

    .frontend-page.is-home .travel-home-hero {
        padding: 18px 0 30px;
    }

    .frontend-page.is-home .travel-home-hero__top {
        gap: 18px;
    }

    .frontend-page.is-home .travel-home-hero__copy,
    .frontend-page.is-home .travel-home-hero__kicker,
    .frontend-page.is-home .travel-home-hero__actions,
    .frontend-page.is-home .travel-home-hero__note-line {
        justify-content: center;
        text-align: center;
    }

    .frontend-page.is-home .travel-home-hero__kicker {
        gap: 8px;
        margin-bottom: 14px;
    }

    .frontend-page.is-home .travel-home-hero__kicker span {
        padding: 7px 11px;
        font-size: 12px;
    }

    .frontend-page.is-home .travel-home-hero .text-heading {
        font-size: clamp(30px, 10vw, 42px);
        line-height: 1.02;
        margin-bottom: 12px;
    }

    .frontend-page.is-home .travel-home-hero .sub-heading,
    .frontend-page.is-home .travel-home-hero__lead {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 15px;
        line-height: 1.6;
    }

    .frontend-page.is-home .travel-home-hero__actions {
        gap: 10px;
        margin-top: 18px;
    }

    .frontend-page.is-home .travel-home-hero__actions .btn {
        width: 100%;
        min-width: 0;
        padding: 14px 18px;
    }

    .frontend-page.is-home .travel-home-hero__panel {
        margin-top: 16px;
        padding: 10px;
        border-radius: 22px;
    }

    .frontend-page.is-home .travel-home-hero__panel .travel-home-search-shell__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .frontend-page.is-home .travel-home-hero__panel .travel-home-search-shell__feature {
        padding: 12px 10px;
        border-radius: 16px;
        text-align: center;
    }

    .frontend-page.is-home .travel-home-hero__panel .travel-home-search-shell__feature strong {
        font-size: 15px;
        line-height: 1.25;
    }

    .frontend-page.is-home .travel-home-hero__service-strip {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 16px;
    }

    .frontend-page.is-home .travel-home-hero__service-item {
        padding: 14px 16px;
    }

    .frontend-page.is-home .travel-home-hero__note-line {
        gap: 6px;
        margin-top: 14px;
    }

    .frontend-page.is-home .travel-home-hero__note-line span {
        width: 100%;
    }

    .frontend-page.is-home .travel-home-hero__aside {
        gap: 12px;
    }

    .frontend-page.is-home .travel-home-hero__aside-card,
    .frontend-page.is-home .travel-home-hero__aside-metric {
        box-shadow: 0 14px 28px rgba(1, 38, 61, 0.14);
    }

    .frontend-page.is-home .travel-home-hero__aside-card {
        padding: 16px;
        border-radius: 20px;
    }

    .frontend-page.is-home .travel-home-hero__aside-metrics,
    .frontend-page.is-home .travel-home-infographics__timeline {
        grid-template-columns: 1fr;
    }

    .frontend-page.is-home .travel-home-search-shell {
        padding: 10px;
    }

    .frontend-page.is-home .travel-home-search-shell__content {
        padding: 14px;
    }

    .frontend-page.is-home .travel-home-search-shell__body {
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
    }

    .frontend-page.is-home .travel-home-search-shell__text {
        max-width: 100%;
        text-align: center;
    }

    .frontend-page.is-home .travel-home-search-shell__text strong {
        font-size: 20px;
    }

    .frontend-page.is-home .travel-home-search-shell__actions .btn {
        width: 100%;
        min-width: 0;
        padding: 15px 18px;
    }

    .frontend-page.is-home .travel-home-search-shell__grid {
        grid-template-columns: 1fr;
    }

    .frontend-page.is-home .travel-home-signature {
        padding: 22px;
        border-radius: 26px;
    }

    .frontend-page.is-home .travel-home-infographics {
        padding: 22px;
        border-radius: 26px;
    }

    .frontend-page.is-home .travel-home-packages {
        padding: 22px;
        border-radius: 26px;
    }

    .frontend-page.is-home .travel-home-infographics__intro h2,
    .frontend-page.is-home .travel-home-packages__intro h2,
    .frontend-page.is-home .travel-home-signature__intro h2 {
        font-size: 28px;
        line-height: 1.15;
    }

    .frontend-page.is-home .travel-home-infographics__card,
    .frontend-page.is-home .travel-home-packages__card,
    .frontend-page.is-home .travel-home-signature__card,
    .frontend-page.is-home .travel-home-signature__step {
        border-radius: 20px;
    }

    .frontend-page.is-home .travel-home-packages__media {
        min-height: 180px;
    }

    .frontend-page.is-home .travel-home-packages__body {
        padding: 16px 16px 18px;
    }

    .frontend-page.is-home .travel-home-packages__body strong {
        min-height: 0;
        font-size: 19px;
    }

    .frontend-page.is-home .travel-home-packages__price span {
        font-size: 21px;
    }

    .frontend-page.is-home .travel-home-signature__grid {
        grid-template-columns: 1fr;
    }

    .frontend-page.is-home .travel-home-infographics__grid,
    .frontend-page.is-home .travel-home-infographics__stats,
    .frontend-page.is-home .travel-home-packages__grid {
        grid-template-columns: 1fr;
    }

    .frontend-page.is-home .travel-home-section {
        padding: 42px 0 18px;
    }

    .frontend-page.is-home .travel-home-section .travel-service-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .frontend-page.is-home .travel-home-hero {
        padding: 14px 0 24px;
    }

    .frontend-page.is-home .travel-home-hero__kicker {
        display: grid;
        grid-template-columns: 1fr;
    }

    .frontend-page.is-home .travel-home-hero__panel .travel-home-search-shell__grid {
        grid-template-columns: 1fr;
    }

    .frontend-page.is-home .travel-home-infographics,
    .frontend-page.is-home .travel-home-packages,
    .frontend-page.is-home .travel-home-signature,
    .frontend-page.is-home .travel-home-search-shell__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .frontend-page.is-home .travel-home-infographics__intro h2,
    .frontend-page.is-home .travel-home-packages__intro h2,
    .frontend-page.is-home .travel-home-signature__intro h2 {
        font-size: 24px;
    }

    .frontend-page.is-home .travel-home-search-shell__text strong {
        font-size: 18px;
    }
}

.frontend-page.is-home {
    overflow-x: clip;
}

.frontend-page.is-home .travel-home-hero__copy,
.frontend-page.is-home .travel-home-hero__aside,
.frontend-page.is-home .travel-home-search-shell__text,
.frontend-page.is-home .travel-home-packages__body,
.frontend-page.is-home .travel-home-signature__card,
.frontend-page.is-home .travel-home-infographics__card,
.frontend-page.is-home .travel-home-signature__step {
    min-width: 0;
}

.frontend-page.is-home .travel-home-hero__top {
    row-gap: 24px;
}

.frontend-page.is-home .travel-home-packages__meta {
    align-items: flex-start;
}

.frontend-page.is-home .travel-home-packages__meta span {
    min-width: 0;
    word-break: break-word;
}

.frontend-page.is-home .travel-home-packages__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@supports (content-visibility: auto) {
    .frontend-page.is-home .travel-home-search-shell,
    .frontend-page.is-home .travel-home-infographics,
    .frontend-page.is-home .travel-home-packages,
    .frontend-page.is-home .travel-home-signature {
        content-visibility: auto;
        contain-intrinsic-size: 1px 860px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .frontend-page.is-home .travel-home-page-map__route-line,
    .frontend-page.is-home .travel-home-page-map__plane,
    .frontend-page.is-home .travel-home-hero__animation-orbit,
    .frontend-page.is-home .travel-home-hero__animation-globe,
    .frontend-page.is-home .travel-home-hero__animation-plane,
    .frontend-page.is-home .travel-home-infographics .travel-home-infographics__card,
    .frontend-page.is-home .travel-home-infographics .travel-home-infographics__timeline-item,
    .frontend-page.is-home .travel-home-packages .travel-home-packages__card {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

@media (max-width: 991px) {
    .frontend-page.is-home .travel-home-hero__top {
        row-gap: 28px;
    }

    .frontend-page.is-home .travel-home-search-shell {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .frontend-page.is-home .travel-home-hero > .container::before,
    .frontend-page.is-home .travel-home-hero > .container::after,
    .frontend-page.is-home .travel-home-hero::after {
        display: none;
    }

    .frontend-page.is-home .travel-home-hero__top {
        row-gap: 20px;
    }

    .frontend-page.is-home .travel-home-packages__meta {
        gap: 8px;
    }

    .frontend-page.is-home .travel-home-packages__meta span {
        width: 100%;
    }

    .frontend-page.is-home .travel-home-signature__cta .btn,
    .frontend-page.is-home .travel-home-packages__actions .btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .frontend-page.is-home .travel-home-hero__copy,
    .frontend-page.is-home .travel-home-hero__aside {
        padding-left: 2px;
        padding-right: 2px;
    }

    .frontend-page.is-home .travel-home-search-shell {
        padding: 6px;
    }

    .frontend-page.is-home .travel-home-search-shell__body {
        padding: 16px 14px;
    }

    .frontend-page.is-home .travel-home-packages__media {
        min-height: 168px;
    }
}

.frontend-page.is-home .travel-home-page-map,
.frontend-page.is-home .travel-home-hero__animation,
.frontend-page.is-home .travel-home-hero::after,
.frontend-page.is-home .travel-home-hero > .container::before,
.frontend-page.is-home .travel-home-hero > .container::after {
    display: none !important;
}

.frontend-page.is-home .travel-home-hero,
.frontend-page.is-home .travel-home-search-shell,
.frontend-page.is-home .travel-home-infographics,
.frontend-page.is-home .travel-home-packages,
.frontend-page.is-home .travel-home-signature {
    contain: layout paint;
}

.frontend-page.is-home .travel-home-hero__panel,
.frontend-page.is-home .travel-home-hero__service-item,
.frontend-page.is-home .travel-home-hero__aside-card,
.frontend-page.is-home .travel-home-hero__aside-metric,
.frontend-page.is-home .travel-home-search-shell__content,
.frontend-page.is-home .travel-home-infographics__card,
.frontend-page.is-home .travel-home-infographics__timeline-item,
.frontend-page.is-home .travel-home-packages__card,
.frontend-page.is-home .travel-home-signature__card,
.frontend-page.is-home .travel-home-signature__step,
.frontend-page.is-home .travel-home-signature__cta {
    backdrop-filter: none !important;
    box-shadow: 0 8px 20px rgba(1, 56, 87, 0.08) !important;
}

.frontend-page.is-home .travel-home-search-shell__content {
    background: rgba(255, 255, 255, 0.96) !important;
}

.frontend-page.is-home .travel-home-hero__aside-card,
.frontend-page.is-home .travel-home-hero__aside-metric,
.frontend-page.is-home .travel-home-hero__service-item {
    background: rgba(255, 255, 255, 0.1) !important;
}

.frontend-page.is-home .travel-home-hero__panel .travel-home-search-shell__grid,
.frontend-page.is-home .travel-home-hero__aside-metrics {
    align-items: stretch;
}

.frontend-page.is-home .travel-home-hero__panel .travel-home-search-shell__feature,
.frontend-page.is-home .travel-home-hero__aside-metric {
    min-height: 96px;
}

.frontend-page.is-home .travel-home-hero__panel .travel-home-search-shell__feature {
    justify-content: center;
}

.frontend-page.is-home .travel-home-hero__aside-metric {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.frontend-page.is-home .travel-home-hero__aside-metric strong {
    color: #ffffff;
}

.frontend-page.is-home .travel-home-hero__aside-metric span {
    color: rgba(255, 255, 255, 0.9);
}

.frontend-page.is-home .travel-home-packages__card,
.frontend-page.is-home .travel-home-signature__card,
.frontend-page.is-home .travel-home-signature__step,
.frontend-page.is-home .travel-home-infographics__card,
.frontend-page.is-home .travel-home-infographics__timeline-item {
    transition: transform 140ms ease, box-shadow 140ms ease !important;
}

.frontend-page.is-home .travel-home-infographics *,
.frontend-page.is-home .travel-home-packages *,
.frontend-page.is-home .travel-home-signature * {
    animation: none !important;
}
