.booking-system {
    padding: var(--section-padding);
    max-width: 1200px;
    margin: 0 auto;
}

#security-gate {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
}

#security-gate.hidden {
    display: none;
}

.security-veil {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

#booking-turnstile {
    position: relative;
    z-index: 1;
}
