.va-booking-popup-section{padding:1rem 2rem;min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative}.va-booking-popup-container{max-width:600px;width:100%;background:var(--va-surface-03);backdrop-filter:blur(10px);border-radius:1.5rem;box-shadow:none;overflow:hidden;position:relative;z-index:1;border:1px solid var(--va-border);text-align:center}.va-booking-popup-header{padding:3rem 3rem 2rem;background:var(--va-surface-02);border-bottom:1px solid var(--va-border)}.va-booking-popup-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:var(--va-text)}.va-booking-popup-subtitle{font-size:1.1rem;color:var(--va-text-muted);margin:0;line-height:1.6;font-weight:400}.va-booking-popup-button-wrapper{padding:3rem;background:var(--va-surface-02)}.va-booking-popup-button{background:linear-gradient(135deg,var(--va-highlight) 0,var(--va-highlight-shadow) 100%);border:none;border-radius:16px;padding:2rem;width:100%;max-width:400px;color:black;font-family:inherit;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:var(--va-shadow-highlight);font-weight:600}.va-booking-popup-button:hover{transform:translateY(-2px);box-shadow:var(--va-shadow-highlight-strong);background:linear-gradient(135deg,var(--va-highlight-shadow) 0,var(--va-highlight) 100%)}.va-booking-popup-button:active{transform:translateY(0)}.va-booking-popup-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--palette-white-rgb),.2),transparent);transition:left .5s}.va-booking-popup-button:hover:before{left:100%}.va-booking-popup-button-content{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.va-booking-popup-icon{width:24px;height:24px;stroke-width:2}.va-booking-popup-button-subtext{font-size:.9rem;opacity:.9;font-weight:400}.va-booking-popup-features{padding:2rem 3rem 3rem;background:var(--va-surface-01);display:flex;flex-direction:column;gap:1rem}.va-booking-popup-feature{display:flex;align-items:center;gap:.75rem;color:var(--va-text-subtle);font-size:.95rem;justify-content:center}.va-booking-popup-feature svg{width:18px;height:18px;stroke-width:2;color:var(--va-highlight);flex-shrink:0}@media (max-width:768px){.va-booking-popup-section{padding:2rem 1rem}.va-booking-popup-container{margin:1rem 0;border-radius:20px}.va-booking-popup-header{padding:2rem 1.5rem 1.5rem}.va-booking-popup-title{font-size:2rem}.va-booking-popup-subtitle{font-size:1rem}.va-booking-popup-button-wrapper{padding:2rem 1.5rem}.va-booking-popup-button,.va-booking-popup-features{padding:1.5rem}}@media (max-width:480px){.va-booking-popup-section{padding:1rem .5rem}.va-booking-popup-header{padding:1.5rem 1rem}.va-booking-popup-title{font-size:1.75rem}.va-booking-popup-subtitle{font-size:.95rem}.va-booking-popup-button-wrapper{padding:1.5rem 1rem}.va-booking-popup-button{padding:1.25rem}.va-booking-popup-button-content{font-size:1.1rem}.va-booking-popup-features{padding:1.25rem 1rem;gap:.75rem}.va-booking-popup-feature{font-size:.9rem}}@media (prefers-color-scheme:dark){.va-booking-popup-container{background:var(--va-surface-03);border:1px solid var(--va-border)}.va-booking-popup-header{background:var(--va-surface-02)}.va-booking-popup-title{color:var(--va-text)}.va-booking-popup-subtitle{color:var(--va-text-muted)}.va-booking-popup-features{background:var(--va-surface-01)}}.va-booking-popup-button:focus{outline:2px solid var(--va-highlight);outline-offset:2px}.va-booking-popup-button:focus-visible{box-shadow:0 0 0 3px var(--va-highlight-glow)}.va-booking-popup-container{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-contrast:high){.va-booking-popup-container{border:2px solid white;background:rgba(var(--palette-black-rgb),.9)}.va-booking-popup-title{color:white;-webkit-text-fill-color:white}.va-booking-popup-subtitle{color:#e0e0e0}.va-booking-popup-button{background:var(--va-highlight);border:2px solid white;color:black}.va-booking-popup-feature{color:white}}