/* Choose A Best Place Section - Exact Reference Carousel */
.choose-best-place-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0c120d;
}

.choose-best-place-section * {
    box-sizing: border-box;
}

.cbp-hero {
    position: relative;
    min-height: 100vh;
    height: min(820px, 100vh);
    width: 100%;
    overflow: hidden;
    background: var(--cbp-bg, #0c120d);
    isolation: isolate;
    color: #fff;
}

.cbp-bg-stack,
.cbp-bg-img {
    position: absolute;
    inset: 0;
}

.cbp-bg-stack {
    z-index: 0;
    overflow: hidden;
}

.cbp-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transform: scale(1.045);
    transition: opacity .7s ease, transform 1.4s ease;
}

.cbp-bg-img.is-active {
    opacity: 1;
    transform: scale(1.015);
}

.cbp-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(3, 8, 5, .60) 0%, rgba(3, 8, 5, .20) 47%, rgba(3, 8, 5, .66) 100%),
        linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.34)),
        var(--cbp-overlay, rgba(5,10,7,.34));
}

.cbp-left {
    position: relative;
    z-index: 3;
    min-height: 100%;
    width: min(60%, 980px);
    padding: clamp(26px, 3.7vw, 52px) 0 clamp(28px, 4vw, 54px) clamp(20px, 2.8vw, 34px);
    display: flex;
    flex-direction: column;
}

.cbp-title {
    margin: 0;
    color: var(--cbp-heading, #fff);
    font-family: "Arial Narrow", "Helvetica Neue Condensed", Impact, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(74px, 8.05vw, 150px);
    line-height: .91;
    font-weight: 400;
    letter-spacing: -0.088em;
    text-transform: uppercase;
    max-width: 830px;
}

.cbp-intro {
    margin-top: auto;
    margin-bottom: 106px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    color: var(--cbp-intro, #fff);
    max-width: 360px;
}

.cbp-intro span {
    flex: 0 0 auto;
    font-size: 30px;
    line-height: 1;
    opacity: .88;
    transform: translateY(-4px);
}

.cbp-intro p {
    margin: 0;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.cbp-booking-bar {
    position: absolute;
    left: clamp(20px, 2.8vw, 34px);
    right: 0;
    bottom: 32px;
    max-width: 860px;
    display: grid;
    grid-template-columns: 145px 145px 110px 145px 145px;
    align-items: stretch;
    gap: 14px;
}

.cbp-booking-item {
    height: 68px;
    border-bottom: 1px solid rgba(255,255,255,.74);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 4px 12px 0;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
}

.cbp-booking-item b {
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    opacity: .95;
}

.cbp-book-now {
    height: 112px;
    min-width: 112px;
    align-self: end;
    margin-bottom: 0;
    border-radius: 8px;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 18px 35px rgba(0,0,0,.18);
}

.cbp-panel {
    position: absolute;
    z-index: 4;
    top: clamp(10px, 1.5vw, 18px);
    right: clamp(14px, 2.1vw, 32px);
    bottom: clamp(12px, 2vw, 24px);
    width: min(39vw, 590px);
    border-radius: var(--cbp-panel-radius, 34px);
    background: var(--cbp-panel-bg, rgba(7,11,7,.88));
    color: #fff;
    padding: 30px 34px 28px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.28);
}

.cbp-panel-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 5;
}

.cbp-panel-top h3 {
    margin: 0;
    color: var(--cbp-panel-title, #fff);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    max-width: 260px;
}

.cbp-panel-arrows {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.cbp-arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.025);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
}

.cbp-carousel-stage {
    position: absolute;
    inset: 104px 34px 118px 34px;
    z-index: 3;
    pointer-events: none;
}

.cbp-place-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(26px) scale(.98);
    transition: opacity .55s ease, transform .65s cubic-bezier(.22,.61,.36,1);
}

.cbp-place-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.cbp-photo-pair {
    position: relative;
    width: 100%;
    height: 100%;
}

.cbp-photo-wrap {
    position: absolute;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 28px 50px rgba(0,0,0,.34);
    background: #203021;
}

.cbp-photo-wrap img,
.cbp-photo-fallback {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.cbp-photo-main {
    width: 66%;
    aspect-ratio: 1.08 / 1;
    left: 16%;
    top: 10%;
    transform: rotate(var(--cbp-panel-rotate, -7deg));
    z-index: 2;
}

.cbp-photo-secondary {
    width: 45%;
    aspect-ratio: 1.02 / 1;
    right: 4%;
    top: 44%;
    transform: rotate(6deg);
    z-index: 1;
    opacity: .88;
}

.cbp-photo-fallback {
    background:
        linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,0)),
        linear-gradient(135deg, #38473b, #a79b79 52%, #203021);
}

.cbp-photo-fallback-alt {
    background:
        linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,0)),
        linear-gradient(135deg, #5d6d50, #d2b47c 52%, #1a2a1c);
}

.cbp-panel-bottom {
    position: absolute;
    z-index: 5;
    left: 34px;
    right: 34px;
    bottom: 26px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.cbp-place-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .45s ease, transform .45s ease;
}

.cbp-place-copy.is-active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
}

.cbp-panel-bottom h4 {
    margin: 0;
    color: rgba(255,255,255,.74);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(38px, 4vw, 58px);
    line-height: .9;
    font-weight: 400;
    letter-spacing: -0.07em;
    text-transform: uppercase;
}

.cbp-panel-bottom p {
    margin: 14px 0 0;
    color: rgba(255,255,255,.28);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

.cbp-price {
    display: none;
    color: rgba(255,255,255,.62);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    padding-bottom: 2px;
}

.cbp-price.is-active {
    display: block;
}

@media (max-width: 1100px) {
    .cbp-hero {
        height: auto;
        min-height: 900px;
    }

    .cbp-left {
        width: 100%;
        padding-right: 26px;
        min-height: 520px;
    }

    .cbp-title {
        font-size: clamp(64px, 12vw, 120px);
        max-width: 760px;
    }

    .cbp-intro {
        margin-top: 70px;
        margin-bottom: 120px;
    }

    .cbp-booking-bar {
        grid-template-columns: repeat(2, minmax(130px, 1fr)) 112px;
        max-width: 620px;
    }

    .cbp-panel {
        position: relative;
        width: calc(100% - 36px);
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0 auto 22px;
        min-height: 560px;
    }

    .cbp-carousel-stage {
        inset: 104px 34px 118px 34px;
    }

    .cbp-photo-main {
        width: min(440px, 66%);
    }
}

@media (max-width: 720px) {
    .cbp-hero {
        min-height: 860px;
    }

    .cbp-left {
        padding: 30px 18px 0;
        min-height: 540px;
    }

    .cbp-title {
        font-size: clamp(54px, 16vw, 82px);
        letter-spacing: -0.075em;
    }

    .cbp-intro {
        margin-top: 52px;
        margin-bottom: 140px;
    }

    .cbp-booking-bar {
        left: 18px;
        right: 18px;
        bottom: 24px;
        grid-template-columns: 1fr 1fr;
        gap: 10px 14px;
    }

    .cbp-book-now {
        grid-column: span 2;
        width: 120px;
        height: 72px;
        justify-self: center;
        order: 5;
    }

    .cbp-booking-item {
        height: 50px;
        font-size: 13px;
    }

    .cbp-panel {
        width: calc(100% - 24px);
        padding: 24px 20px;
        border-radius: 22px;
        min-height: 500px;
    }

    .cbp-panel-top h3 {
        font-size: 17px;
    }

    .cbp-arrow {
        width: 42px;
        height: 42px;
    }

    .cbp-carousel-stage {
        inset: 96px 20px 112px 20px;
    }

    .cbp-photo-main {
        width: 76%;
        left: 8%;
        top: 10%;
    }

    .cbp-photo-secondary {
        width: 50%;
        right: 1%;
        top: 48%;
    }

    .cbp-panel-bottom {
        left: 20px;
        right: 20px;
        bottom: 22px;
    }

    .cbp-panel-bottom h4 {
        font-size: 36px;
    }
}
