.bookus-main {
    position: relative;
    z-index: 1;
    padding-top: 64px;
}

/* Book us Hero Image */
.bookus-hero {
    padding: 80px 0 0;
}

.bookus-hero-image {
    width: 100%;
    min-height: 380px;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--bg-tertiary);
    position: relative;
}

.bookus-hero-image.img-placeholder img {
    position: absolute;
}

.bookus-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Book us Headline Section */
.bookus-headline {
    padding: 60px 0;
}

.bookus-headline-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
}

.bookus-headline-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    color: var(--text-primary);
    margin: 0;
}

.bookus-headline-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: var(--text-secondary);
    margin: 0;
    max-width: 800px;
}

/* Book us Details Section */
.bookus-details {
    padding: 80px 0;
}

.bookus-details-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.bookus-detail-item {
    display: flex;
    gap: 60px;
    align-items: center;
}

.bookus-detail-item-reverse {
    flex-direction: row-reverse;
}

.bookus-detail-image-wrapper {
    flex: 1;
    min-width: 0;
}

.bookus-detail-image {
    width: 100%;
    aspect-ratio: 1;
    min-height: 0;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--bg-tertiary);
    position: relative;
}

.bookus-detail-image.img-placeholder img {
    position: absolute;
}

.bookus-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bookus-detail-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.bookus-detail-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: var(--text-primary);
    margin: 0;
}

.bookus-detail-lead {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--text-secondary);
    margin: 0;
}

.bookus-detail-specs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bookus-detail-spec {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--text-secondary);
}

.bookus-detail-spec strong {
    font-weight: 600;
    color: var(--text-primary);
    margin-right: 4px;
}

.bookus-detail-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.bookus-detail-note-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 4px;
}

.bookus-detail-note span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-secondary);
}

/* Outlined Contact Button — hover matches event-schedule Today button */
.bookus-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    height: 60px;
    border: 1px solid var(--text-primary);
    border-radius: 8px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.3s, text-shadow 0.3s, border-color 0.3s, background-color 0.3s;
    align-self: flex-start;
}

.bookus-btn-outline:hover,
.bookus-btn-outline:active,
.bookus-btn-outline:focus-visible {
    color: var(--white-100);
    border-color: var(--white-100);
    background-color: rgba(255, 255, 255, 0.05);
    text-shadow: 0 0 10px rgba(22, 223, 253, 0.85), 0 0 22px rgba(22, 223, 253, 0.6), 0 0 36px rgba(22, 223, 253, 0.4);
}

/* Book us CTA Section */
.bookus-cta {
    padding: 120px 0 80px;
}

.bookus-cta-box {
    background-color: var(--bg-secondary);
    border: 1px solid var(--alfa-grey-1);
    border-radius: 16px;
    padding: 80px;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.bookus-cta-box::before {
    content: '';
    position: absolute;
    left: calc(33.33% - 1008px);
    top: calc(100% - 1008px);
    width: 2016px;
    height: 2016px;
    background: radial-gradient(circle at center, rgba(60, 150, 255, 0.25) 0%, rgba(60, 150, 255, 0.12) 12%, rgba(60, 150, 255, 0.06) 30%, rgba(60, 150, 255, 0.025) 50%, rgba(60, 150, 255, 0.008) 70%, rgba(60, 150, 255, 0.002) 88%, transparent 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.bookus-cta-box > * {
    position: relative;
    z-index: 1;
}

.bookus-cta-text {
    flex: 1;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: var(--text-primary);
    margin: 0;
}

/* Book us Decoration Elements */
.decoration-blueball-bookus-1 {
    left: calc(25% + 55px);
    top: 128px;
    width: 1165px;
    height: 768px;
    background-image: radial-gradient(circle closest-side at center, rgba(60, 150, 255, 0.52) 0%, rgba(60, 150, 255, 0.28) 18%, rgba(60, 150, 255, 0.12) 42%, rgba(60, 150, 255, 0.06) 60%, rgba(60, 150, 255, 0.02) 82%, transparent 100%);
}

.decoration-blueball-bookus-2 {
    left: -18px;
    top: 1142px;
    width: 1681px;
    height: 1108px;
    background-image: radial-gradient(circle closest-side at center, rgba(60, 150, 255, 0.52) 0%, rgba(60, 150, 255, 0.28) 18%, rgba(60, 150, 255, 0.12) 42%, rgba(60, 150, 255, 0.06) 60%, rgba(60, 150, 255, 0.02) 82%, transparent 100%);
}

.decoration-blueball-bookus-3 {
    left: 50px;
    top: 2330px;
    width: 1681px;
    height: 1108px;
    background-image: radial-gradient(circle closest-side at center, rgba(60, 150, 255, 0.52) 0%, rgba(60, 150, 255, 0.28) 18%, rgba(60, 150, 255, 0.12) 42%, rgba(60, 150, 255, 0.06) 60%, rgba(60, 150, 255, 0.02) 82%, transparent 100%);
}

/* Responsive */
@media (max-width: 1024px) {
    .bookus-detail-item,
    .bookus-detail-item-reverse {
        flex-direction: column;
        /* Column + center shrinks items to content width; absolute imgs contribute no width → image column can collapse to 0 */
        align-items: stretch;
    }

    .bookus-detail-image-wrapper {
        order: -1;
        width: 100%;
    }

    .bookus-detail-image {
        aspect-ratio: 16/9;
    }

    .bookus-headline-title {
        font-size: 48px;
        line-height: 56px;
    }

    .bookus-headline-description {
        font-size: 20px;
        line-height: 28px;
    }

    .bookus-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 60px 40px;
    }

    .bookus-cta-text {
        font-size: 32px;
        line-height: 40px;
    }

    .bookus-main {
        padding-top: 48px;
    }

    .bookus-hero {
        padding: 40px 0 0;
    }

    .bookus-headline {
        padding: 40px 0;
    }

    .bookus-details {
        padding: 40px 0;
    }

    .bookus-details-container {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .bookus-hero-image {
        min-height: 240px;
        height: 240px;
    }

    .bookus-headline {
        padding: 40px 0;
    }

    .bookus-headline-title {
        font-size: 36px;
        line-height: 44px;
    }

    .bookus-headline-description {
        font-size: 16px;
        line-height: 24px;
    }

    .bookus-detail-title {
        font-size: 36px;
        line-height: 44px;
    }

    .bookus-detail-lead {
        font-size: 16px;
        line-height: 24px;
    }

    .bookus-detail-spec {
        font-size: 16px;
        line-height: 24px;
    }

    .bookus-detail-note span {
        font-size: 14px;
        line-height: 20px;
    }

    .bookus-cta-box {
        padding: 40px 24px;
    }

    .bookus-cta-text {
        font-size: 24px;
        line-height: 32px;
    }

    .bookus-detail-content {
        gap: 24px;
    }

    .bookus-detail-lead,
    .bookus-detail-spec {
        font-size: 18px;
        line-height: 26px;
    }
}
