.booking-screen-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:#000;z-index:1000;overflow-y:auto;overflow-x:hidden;animation:screenFadeIn .3s ease-out;display:flex;align-items:center}@keyframes screenFadeIn{0%{opacity:0}to{opacity:1}}.booking-screen-container{width:100%;position:relative;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:-moz-fit-content;min-height:fit-content;padding:20px 0}.booking-screen-close{position:fixed;top:20px;right:20px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:#fff;font-size:28px;cursor:pointer;padding:8px 16px;line-height:1;transition:all .2s;z-index:1001;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.booking-screen-close:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4)}.booking-screen-content{padding:50px 20px 30px;max-width:500px;width:100%;margin:0 auto}.booking-screen-title{font-size:28px;font-weight:600;margin-bottom:8px;color:#fff;text-align:center}.booking-screen-subtitle{color:#888;margin-bottom:24px;font-size:14px;line-height:1.4;text-align:center}@media (min-width:768px){.booking-screen-content{padding:50px 40px 40px}.booking-screen-title{font-size:32px}.booking-screen-subtitle{font-size:15px}}@media (max-width:767px){.form-group select{font-size:16px;max-height:180px}.booking-screen-content{padding:40px 20px 30px}}.booking-form{gap:16px}.booking-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px;margin-bottom:0}.form-group label{font-size:14px;font-weight:500;color:#ccc;margin-bottom:2px}.form-group input,.form-group select{padding:10px 14px;border-radius:8px;border:1px solid #333;background-color:hsla(0,0%,100%,.05);color:#fff;font-size:14px;transition:all .2s;width:100%;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px;padding-right:40px;cursor:pointer}.form-group select option{background-color:#1a1a1a;color:#fff;padding:10px}.form-group input:focus,.form-group select:focus{outline:none;border-color:hsla(0,0%,100%,.5);background-color:hsla(0,0%,100%,.08)}.form-group input::-moz-placeholder{color:#666}.form-group input::placeholder{color:#666}.form-group select:disabled{opacity:.5;cursor:not-allowed}.form-group select{max-height:200px;overflow-y:auto;min-height:44px}.form-group select:focus{max-height:200px}.booking-form .form-group,.form-group p{margin-bottom:0}.form-group p{margin-top:4px;padding-top:0}.form-group:first-child label{padding-top:0}.booking-submit-button{margin-top:8px;padding:12px;border-radius:8px;background-color:#fff;color:#000;font-weight:600;font-size:15px;border:none;cursor:pointer;transition:all .2s;width:100%}.booking-submit-button:hover{opacity:.9;transform:translateY(-1px)}.booking-submit-button:active{transform:translateY(0)}.booking-submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-success{background-color:rgba(34,197,94,.1);color:#22c55e}.form-error,.form-success{padding:10px;border-radius:8px;font-size:13px;text-align:center}.form-error{background-color:rgba(239,68,68,.1);color:#ef4444}