/* Styles for jacana_booking_premium_hero */

.jacana-booking-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding-top: 18px;
    padding-bottom: 8px;
    background:
        radial-gradient(circle at 18% 15%, rgba(255, 250, 228, 0.28), transparent 45%),
        radial-gradient(circle at 88% 18%, rgba(157, 203, 223, 0.2), transparent 50%),
        linear-gradient(180deg, #21160d 0%, #1a120c 55%, #140f0b 100%);
}

.jacana-booking-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--jacana-booking-hero-bg, none);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.42;
    transform: scale(1.02);
    z-index: -2;
}

.jacana-booking-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(112deg, rgba(13, 9, 6, 0.92) 0%, rgba(15, 11, 8, 0.86) 46%, rgba(15, 11, 8, 0.6) 100%);
    z-index: -1;
}

.jacana-booking-hero .section-inner {
    position: relative;
    z-index: 1;
}

.jacana-booking-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 26px;
    align-items: stretch;
}

.jacana-booking-hero-copy,
.jacana-booking-hero-side-card {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(23, 17, 12, 0.76), rgba(16, 12, 9, 0.84));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.jacana-booking-hero-copy {
    padding: 30px;
    color: #fff;
}

.jacana-booking-hero-copy .hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    letter-spacing: .14em;
}

.jacana-booking-hero-copy h1 {
    color: #fff;
    margin: 14px 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.02;
    text-wrap: balance;
    max-width: 11ch;
}

.jacana-booking-hero-copy>p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 58ch;
}

.jacana-booking-hero-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.jacana-booking-hero-list li {
    position: relative;
    padding: 12px 14px 12px 38px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.09);
    line-height: 1.45;
}

.jacana-booking-hero-list li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(219, 151, 81, 0.95);
    transform: translateY(-50%);
    box-shadow: 0 0 0 4px rgba(219, 151, 81, 0.18);
}

.jacana-booking-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.jacana-booking-hero-actions .button {
    min-height: 50px;
    padding-left: 18px;
    padding-right: 18px;
}

.jacana-booking-hero-side {
    display: grid;
}

.jacana-booking-hero-side-card {
    position: relative;
    padding: 24px;
    display: grid;
    gap: 18px;
    color: #fff;
    overflow: hidden;
}

.jacana-booking-hero-side-card::before {
    content: "";
    position: absolute;
    inset: -25% auto auto -5%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(157, 203, 223, 0.3), transparent 70%);
    pointer-events: none;
}

.jacana-booking-hero-side-head {
    display: grid;
    gap: 4px;
}

.jacana-booking-hero-side-head span {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.jacana-booking-hero-side-head strong {
    color: #fff;
    font-size: 1.28rem;
    line-height: 1.15;
}

.jacana-booking-service-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.jacana-booking-service-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    font-size: .85rem;
}

.jacana-booking-hero-stats {
    display: grid;
    gap: 12px;
}

.jacana-booking-hero-stat {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.jacana-booking-hero-stat strong {
    color: #fffae4;
    font-size: 1.02rem;
    letter-spacing: .02em;
    white-space: nowrap;
}

.jacana-booking-hero-stat span {
    color: rgba(255, 255, 255, 0.76);
    font-size: .9rem;
    line-height: 1.45;
}

@media (max-width: 1024px) {
    .jacana-booking-hero {
        padding-top: 0;
    }

    .jacana-booking-hero-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .jacana-booking-hero-copy,
    .jacana-booking-hero-side-card {
        border-radius: 18px;
    }

    .jacana-booking-hero-copy,
    .jacana-booking-hero-side-card {
        padding: 18px;
    }

    .jacana-booking-hero-copy h1 {
        max-width: none;
        font-size: clamp(2rem, 10vw, 2.6rem);
    }

    .jacana-booking-hero-actions .button {
        width: 100%;
        justify-content: center;
    }
}
