/* Premium booking CTA */
.booking-section-wrap {
    padding: clamp(56px, 7vw, 96px) 0;
    background:
        linear-gradient(180deg, rgba(247, 251, 250, .94), rgba(255, 255, 255, .98)),
        radial-gradient(circle at 12% 10%, rgba(197, 157, 99, .16), transparent 32%),
        radial-gradient(circle at 88% 88%, rgba(10, 63, 58, .12), transparent 36%);
}

.booking-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
    overflow: hidden;
    min-height: 430px;
    padding: clamp(28px, 5vw, 64px);
    border: 1px solid rgba(15, 61, 58, .12);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(247, 251, 250, .92) 47%, rgba(237, 246, 243, .9) 100%);
    box-shadow: 0 28px 70px rgba(8, 55, 51, .11);
}

.booking-panel::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: linear-gradient(180deg, #0a3f3a, #c59d63);
}

.booking-copy {
    position: relative;
    z-index: 2;
    max-width: 590px;
}

.booking-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 13px;
    border: 1px solid rgba(197, 157, 99, .36);
    border-radius: 999px;
    background: rgba(197, 157, 99, .12);
    color: #0a3f3a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.booking-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #c59d63;
    box-shadow: 0 0 0 5px rgba(197, 157, 99, .16);
}

.booking-title {
    max-width: 560px;
    color: #083733 !important;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
    text-align: start;
}

.booking-text {
    max-width: 620px;
    margin: 20px 0 0;
    color: #506863 !important;
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 500;
    line-height: 1.85;
    text-align: start;
}

.booking-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.booking-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 13px;
    border: 1px solid rgba(15, 61, 58, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .76);
    color: #0a3f3a;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(8, 55, 51, .06);
}

.booking-benefits i {
    color: #c59d63;
    font-size: 15px;
}

.booking-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 188px;
    min-height: 54px;
    margin-top: 30px;
    padding: 14px 22px;
    border: 1px solid #0a3f3a !important;
    border-radius: 12px;
    background: #0a3f3a !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(10, 63, 58, .22);
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.booking-cta:hover {
    transform: translateY(-2px);
    background: #155d55 !important;
    border-color: #155d55 !important;
    box-shadow: 0 22px 40px rgba(10, 63, 58, .26);
}

html[dir="rtl"] .booking-cta i {
    transform: scaleX(-1);
}

.booking-visual {
    position: relative;
    min-height: 360px;
}

.booking-imgwrap {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 18px;
    background: #eef4f2;
    box-shadow: 0 28px 70px rgba(8, 55, 51, .2);
}

.booking-imgwrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 63, 58, .02), rgba(10, 63, 58, .32));
    pointer-events: none;
}

.booking-imgwrap--main {
    inset: 0 0 24px 56px;
}

.booking-imgwrap--small {
    left: 0;
    bottom: 0;
    width: 42%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    transform: translateY(16px);
}

html[dir="rtl"] .booking-imgwrap--main {
    inset: 0 56px 24px 0;
}

html[dir="rtl"] .booking-imgwrap--small {
    right: 0;
    left: auto;
}

.booking-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .55s ease;
}

.booking-panel:hover .booking-img {
    transform: scale(1.055);
}

.booking-card-note {
    position: absolute;
    right: 28px;
    bottom: 0;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 300px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 14px;
    background: rgba(10, 63, 58, .9);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(8, 55, 51, .22);
    backdrop-filter: blur(10px);
}

.booking-card-note i {
    color: #c59d63;
}

html[dir="rtl"] .booking-card-note {
    right: auto;
    left: 28px;
}

@media (max-width: 991px) {
    .booking-panel {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .booking-copy {
        max-width: none;
    }

    .booking-visual {
        min-height: 320px;
    }

    .booking-imgwrap--main,
    html[dir="rtl"] .booking-imgwrap--main {
        inset: 0 0 22px 0;
    }

    .booking-imgwrap--small {
        width: 34%;
    }
}

@media (max-width: 575px) {
    .booking-section-wrap {
        padding: 42px 0;
    }

    .booking-panel {
        border-radius: 18px;
        padding: 22px;
        gap: 24px;
    }

    .booking-title {
        font-size: 30px;
    }

    .booking-benefits span {
        width: 100%;
        justify-content: center;
    }

    .booking-cta {
        width: 100%;
    }

    .booking-visual {
        min-height: 260px;
    }

    .booking-imgwrap--small {
        display: none;
    }

    .booking-card-note,
    html[dir="rtl"] .booking-card-note {
        right: 14px;
        left: 14px;
        bottom: 14px;
        justify-content: center;
        max-width: none;
    }
}