.booking-dialog{box-sizing:border-box;width:min(1080px,calc(100% - 40px));max-width:none;height:min(860px,calc(100dvh - 48px));max-height:none;margin:auto;padding:0;overflow:hidden;border:1px solid #8770b3;border-radius:24px;background:#100d17;color:#fff;box-shadow:0 32px 120px #0009;font-family:Arial,sans-serif}
.booking-dialog[open]{display:flex;flex-direction:column;animation:booking-enter .25s ease-out}
.booking-dialog::backdrop{background:#08050cd9;backdrop-filter:blur(10px)}
.booking-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;background:linear-gradient(115deg,#261a43,#110e18)}
.booking-kicker{font-size:12px;letter-spacing:.12em;color:#c9b6ff;font-weight:700}
.booking-heading h2{margin:7px 0 0;font-size:clamp(20px,3vw,28px);line-height:1.2;letter-spacing:-.025em;color:#fff}
.booking-close{flex:none;width:44px;height:44px;border:1px solid #786293;border-radius:50%;background:#ffffff0c;color:#fff;font-size:30px;cursor:pointer}
.booking-close:hover{background:#7047eb}
.booking-body{flex:1;min-height:0;background:#fff;overflow:auto}
.booking-body iframe{display:block;width:100%;height:100%;min-height:320px;border:0;background:#fff}
.booking-help{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;padding:12px 24px;font-size:13px;line-height:1.4;color:#c5becf}
.booking-help a{color:#d1bfff;text-decoration:underline;text-underline-offset:3px}
.whatsapp-contact{position:fixed;z-index:189;right:24px;bottom:calc(24px + env(safe-area-inset-bottom,0px));display:flex;align-items:center;justify-content:center;width:62px;height:62px;padding:0;border:1px solid #a57aff;border-radius:50%;background:radial-gradient(circle at 50% 35%,#1c122b,#09080d 72%);color:#b38aff;text-decoration:none;font:500 14px Arial,sans-serif;box-shadow:0 0 22px #9055ff38,inset 0 0 14px #9055ff0d;transition:transform .25s,border-color .25s,box-shadow .25s}
.whatsapp-contact svg{filter:drop-shadow(0 0 5px #9e69ff55)}
.whatsapp-contact::after{content:'';position:absolute;right:0;top:0;width:10px;height:10px;border-radius:50%;background:#b38aff;border:2px solid #100b18;box-shadow:0 0 0 4px #a776ff16,0 0 14px #a776ff77;animation:contact-glimmer 2s ease-in-out 2}
.whatsapp-contact>span{position:absolute;right:0;bottom:calc(100% + 14px);display:flex;align-items:center;gap:6px;width:max-content;max-width:calc(100vw - 44px);padding:8px 13px;border:1px solid #ac81ed45;border-radius:999px;background:#0c0a12eb;backdrop-filter:blur(12px);box-shadow:0 4px 18px #0003;white-space:nowrap;line-height:1.3;transition:border-color .25s,box-shadow .25s}
.whatsapp-contact small{font-size:12px;font-weight:400;color:#dfd8e9}
.whatsapp-contact b{font-size:12px;font-weight:600;color:#bc96ff}
.whatsapp-contact:hover{transform:translateY(-2px);border-color:#d3b9ff;box-shadow:0 0 30px #a36aff55,inset 0 0 18px #9e69ff20}
.whatsapp-contact:hover>span{border-color:#b388ff88;box-shadow:0 0 18px #9055ff22}
@keyframes contact-glimmer{50%{box-shadow:0 0 0 7px #a776ff0a,0 0 18px #a776ff99}}
.whatsapp-contact:focus-visible,.booking-close:focus-visible,.booking-help a:focus-visible{outline:3px solid #bd9cff;outline-offset:4px}
body .a11y-toggle{left:20px;right:auto;bottom:calc(20px + env(safe-area-inset-bottom,0px));width:44px;height:44px;font-size:20px;box-shadow:0 6px 20px rgba(112,71,235,.22)}
body .a11y-panel{left:20px;right:auto;bottom:calc(76px + env(safe-area-inset-bottom,0px))}
@media(max-width:760px){body .a11y-toggle{left:14px;bottom:calc(14px + env(safe-area-inset-bottom,0px))}body .a11y-panel{left:14px;right:auto;bottom:calc(70px + env(safe-area-inset-bottom,0px))}}
@media(max-width:760px){body .a11y-toggle,body .a11y-panel{display:none!important}}
body:has(.cookie-banner.is-visible:not([hidden])) .whatsapp-contact{visibility:hidden}
@keyframes booking-enter{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:600px){.booking-dialog{width:100%;height:calc(100dvh - 12px);margin:auto 0 0;border-radius:20px 20px 0 0}.booking-heading{padding:14px 16px}.booking-help{padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px))}.booking-help span{display:none}.whatsapp-contact{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:56px;height:56px}.whatsapp-contact>span{bottom:calc(100% + 12px);padding:7px 11px}}
@media(prefers-reduced-motion:reduce){.booking-dialog[open],.whatsapp-contact::after{animation:none}.whatsapp-contact,.whatsapp-contact>span{transition:none}}
