.cqc-root{--cqc-white: #ffffff;--cqc-indigo-50: #fff0f7;--cqc-indigo-100: #ffdcec;--cqc-indigo-200: #ffc2de;--cqc-indigo-300: #ff9ecb;--cqc-indigo-400: #ff85bf;--cqc-indigo-500: #ff85c2;--cqc-indigo-600: #ff69b4;--cqc-indigo-700: #e84f9c;--cqc-indigo-900: #b81f6f;--cqc-slate-50: #f8fafc;--cqc-slate-100: #f1f5f9;--cqc-slate-200: #e2e8f0;--cqc-slate-300: #cbd5e1;--cqc-slate-400: #94a3b8;--cqc-slate-500: #fcfdff;--cqc-slate-600: #475569;--cqc-slate-700: #334155;--cqc-slate-800: #11407c;--cqc-slate-900: #11407c;--cqc-green-50: #f0fdf4;--cqc-green-100: #dcfce7;--cqc-green-600: #16a34a;--cqc-red-50: #fef2f2;--cqc-red-200: #fecaca;--cqc-red-500: #ef4444;--cqc-red-600: #dc2626;--cqc-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--cqc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--cqc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--cqc-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--cqc-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--cqc-ease: cubic-bezier(.4, 0, .2, 1);display:block;width:100%;min-width:0;color:var(--cqc-slate-900);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-user-select:none;user-select:none}.cqc-root *,.cqc-root *:before,.cqc-root *:after{box-sizing:border-box}.cqc-root.cqc-root :where(h1,h2,h3,h4,p,ul,li,figure,form,fieldset){margin:0;padding:0}.cqc-root.cqc-root :where(ul){list-style:none}.cqc-root.cqc-root :where(img,svg){display:block;max-width:100%}.cqc-root.cqc-root :where(button){margin:0;padding:0;font:inherit;letter-spacing:normal;text-transform:none;text-decoration:none;color:inherit;background:none;border:0;border-radius:0;box-shadow:none;cursor:pointer}.cqc-root.cqc-root :where(input,textarea,select){margin:0;font:inherit;letter-spacing:normal;color:inherit}.cqc-root .cqc-layout{display:flex;flex-direction:column}.cqc-root .cqc-main{display:flex;flex-direction:column;gap:.375rem;width:100%;margin-bottom:2rem}.cqc-root .cqc-divider{height:1px;margin:.25rem 0;background:#e2e8f099}.cqc-root .cqc-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:.75rem;font-size:.875rem;font-weight:700;transition:all .15s var(--cqc-ease)}.cqc-root .cqc-btn__icon{width:1rem;height:1rem}.cqc-root .cqc-btn--block{width:100%;padding:1rem}.cqc-root .cqc-btn--primary{background:var(--cqc-indigo-600);color:var(--cqc-white);box-shadow:0 20px 25px -5px #b81f6f80,0 8px 10px -6px #b81f6f80}.cqc-root .cqc-btn--primary:hover:not(:disabled){background:var(--cqc-indigo-500)}.cqc-root .cqc-btn--primary:active:not(:disabled){transform:scale(.98)}.cqc-root .cqc-btn--primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.cqc-root .cqc-btn--ghost{padding:.5rem 1rem;font-size:.875rem;color:#847c7c;background:var(--cqc-white);border:1px solid var(--cqc-slate-200);border-radius:.75rem}.cqc-root .cqc-btn--ghost:hover{color:var(--cqc-indigo-600);border-color:var(--cqc-indigo-200);background:var(--cqc-indigo-50)}.cqc-root .cqc-btn--soft{margin-top:2rem;background:var(--cqc-slate-100);color:var(--cqc-slate-700)}.cqc-root .cqc-btn--soft:hover{background:var(--cqc-slate-200)}.cqc-root .cqc-spinner{position:absolute;right:1rem;width:1.25rem;height:1.25rem;animation:cqc-spin 1s linear infinite}@keyframes cqc-spin{to{transform:rotate(360deg)}}.cqc-root .cqc-step__head{margin-bottom:5px}.cqc-root .cqc-step__toggle{display:flex;align-items:center;justify-content:space-between}.cqc-root .cqc-step__heading{display:flex;align-items:center;gap:.75rem}.cqc-root .cqc-step__num{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:9999px;background:var(--cqc-indigo-100);color:var(--cqc-indigo-600);font-size:.6875rem;font-weight:900;box-shadow:var(--cqc-shadow-sm);transition:color .15s var(--cqc-ease),background .15s var(--cqc-ease)}.cqc-root .cqc-step__toggle:hover .cqc-step__num{background:var(--cqc-indigo-600);color:var(--cqc-white)}.cqc-root .cqc-step__title{font-size:.875rem;font-weight:700;color:var(--cqc-slate-700);transition:color .15s var(--cqc-ease)}.cqc-root .cqc-step__toggle:hover .cqc-step__title{color:var(--cqc-indigo-600)}.cqc-root .cqc-step__subtitle{margin-top:.25rem;font-size:.6875rem;font-weight:500;color:var(--cqc-slate-500);transition:color .15s var(--cqc-ease)}.cqc-root .cqc-step__toggle:hover .cqc-step__subtitle{color:var(--cqc-slate-600)}.cqc-root .cqc-step__meta{display:flex;align-items:center;gap:.75rem}.cqc-root .cqc-step__badge{padding:.25rem .75rem;border-radius:.5rem;background:var(--cqc-indigo-50);color:var(--cqc-indigo-600);font-size:.875rem;font-weight:900}.cqc-root .cqc-step__chevron{width:1.25rem;height:1.25rem;color:var(--cqc-indigo-500);transition:transform .3s var(--cqc-ease),color .15s var(--cqc-ease)}.cqc-root .cqc-step__toggle:hover .cqc-step__chevron{color:var(--cqc-indigo-600)}.cqc-root .cqc-step__chevron--open{transform:rotate(180deg)}.cqc-root .cqc-step__body{transition:all .3s var(--cqc-ease)}.cqc-root .cqc-step__body--collapsed{max-height:0;opacity:0;pointer-events:none}.cqc-root .cqc-grid-2{display:grid;grid-template-columns:1fr;gap:1rem}.cqc-root .cqc-prop{display:flex;align-items:center;padding:.75rem;border:2px solid var(--cqc-slate-200);border-radius:1rem;background:var(--cqc-white);cursor:pointer;opacity:.8;transition:all .3s var(--cqc-ease)}.cqc-root .cqc-prop:hover{border-color:var(--cqc-indigo-300);background:var(--cqc-slate-50);box-shadow:var(--cqc-shadow-md);opacity:1}.cqc-root .cqc-prop--active{border-color:var(--cqc-indigo-500);background:var(--cqc-white);box-shadow:var(--cqc-shadow-md),0 0 0 4px var(--cqc-indigo-50);opacity:1;transform:translateY(-2px)}.cqc-root .cqc-prop__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-right:1rem;border-radius:.75rem;background:var(--cqc-slate-50);color:var(--cqc-slate-400);transition:all .15s var(--cqc-ease)}.cqc-root .cqc-prop:hover .cqc-prop__icon{background:var(--cqc-indigo-50);color:var(--cqc-indigo-500)}.cqc-root .cqc-prop--active .cqc-prop__icon{background:var(--cqc-indigo-100);color:var(--cqc-indigo-600)}.cqc-root .cqc-prop__icon svg{width:1.5rem;height:1.5rem}.cqc-root .cqc-prop__label{flex:1;font-size:.875rem;font-weight:700;text-align:left;color:var(--cqc-slate-500);transition:color .15s var(--cqc-ease)}.cqc-root .cqc-prop:hover .cqc-prop__label{color:var(--cqc-slate-700)}.cqc-root .cqc-prop--active .cqc-prop__label{color:var(--cqc-slate-900)}.cqc-root .cqc-prop__check,.cqc-root .cqc-prop__radio{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:9999px}.cqc-root .cqc-prop__check{background:var(--cqc-indigo-500);color:var(--cqc-white);box-shadow:var(--cqc-shadow-sm)}.cqc-root .cqc-prop__check svg{width:.75rem;height:.75rem}.cqc-root .cqc-prop__radio{border:2px solid var(--cqc-slate-200);transition:border-color .15s var(--cqc-ease)}.cqc-root .cqc-prop:hover .cqc-prop__radio{border-color:var(--cqc-indigo-300)}.cqc-root .cqc-svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.cqc-root .cqc-svc{padding:.75rem 1rem;border:1px solid var(--cqc-slate-200);border-radius:.75rem;background:var(--cqc-white);color:var(--cqc-slate-600);font-size:.75rem;font-weight:700;opacity:.9;transition:all .3s var(--cqc-ease)}.cqc-root .cqc-svc:hover{border-color:var(--cqc-indigo-300);background:var(--cqc-indigo-50);box-shadow:var(--cqc-shadow-sm);opacity:1}.cqc-root .cqc-svc--active,.cqc-root .cqc-svc--active:hover{background:var(--cqc-indigo-600);color:var(--cqc-white);border-color:var(--cqc-indigo-600);box-shadow:0 10px 15px -3px var(--cqc-indigo-200),0 4px 6px -4px var(--cqc-indigo-200);opacity:1}.cqc-root .cqc-empty{font-size:.75rem;font-weight:500;color:var(--cqc-slate-400)}.cqc-root .cqc-rooms{display:flex;flex-direction:column;gap:.75rem;line-height:14px}.cqc-root .cqc-slider__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.cqc-root .cqc-slider__label{font-size:.875rem;font-weight:700;color:var(--cqc-slate-700)}.cqc-root .cqc-slider__value{font-size:1.425rem;font-weight:900;color:var(--cqc-indigo-600)}.cqc-root .cqc-slider__track{position:relative;padding:4px 2px 0 0}.cqc-root .cqc-slider__scale{display:flex;justify-content:space-between;padding:0 .25rem;font-size:.6875rem;font-weight:700;color:var(--cqc-slate-400)}.cqc-root .cqc-range.cqc-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:10px;min-height:0;margin:0;padding:0!important;border:0;background:transparent;background-color:transparent;box-shadow:none;outline:none;accent-color:var(--cqc-indigo-600);cursor:pointer}.cqc-root .cqc-range.cqc-range::-webkit-slider-runnable-track{height:.25rem;border:0;border-radius:9999px;background:var(--cqc-slate-200)}.cqc-root .cqc-range.cqc-range::-moz-range-track{height:.25rem;border:0;border-radius:9999px;background:var(--cqc-slate-200)}.cqc-root .cqc-range.cqc-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.5rem;height:1.5rem;margin-top:-.625rem;border:3px solid var(--cqc-indigo-600);border-radius:9999px;background:var(--cqc-white);box-shadow:var(--cqc-shadow-lg);transition:transform .15s var(--cqc-ease)}.cqc-root .cqc-range.cqc-range:hover::-webkit-slider-thumb{transform:scale(1.1)}.cqc-root .cqc-range.cqc-range::-moz-range-thumb{width:1.5rem;height:1.5rem;border:3px solid var(--cqc-indigo-600);border-radius:9999px;background:var(--cqc-white);box-shadow:var(--cqc-shadow-lg)}.cqc-root .cqc-summary{width:100%}.cqc-root .cqc-summary__card{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:10px;border-radius:1.25rem;background:var(--cqc-slate-900);overflow:hidden;box-shadow:var(--cqc-shadow-2xl)}.cqc-root .cqc-summary__glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to bottom,rgba(99,102,241,.1),transparent)}.cqc-root .cqc-summary__body{position:relative;z-index:10;display:flex;flex:1;flex-direction:column;gap:1rem;padding-top:.25rem;text-align:center}.cqc-root .cqc-summary__eyebrow{color:var(--cqc-indigo-400);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em}.cqc-root .cqc-summary__price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin:.5rem 0;color:var(--cqc-white);transition:all .3s var(--cqc-ease)}.cqc-root .cqc-summary__price--pulse{transform:scale(1.05);color:var(--cqc-indigo-200);filter:drop-shadow(0 0 15px rgba(199,210,254,.5))}.cqc-root .cqc-summary__currency{font-size:2.75rem;font-weight:400;opacity:.6}.cqc-root .cqc-summary__min{font-size:3rem;font-weight:900;letter-spacing:-.05em}.cqc-root .cqc-summary__dash{margin:0 .25rem;font-size:1.125rem;font-weight:300;opacity:.5}.cqc-root .cqc-summary__max{font-size:1.25rem;font-weight:700;letter-spacing:-.025em;opacity:.75}.cqc-root .cqc-summary__caption{color:var(--cqc-slate-400);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.cqc-root .cqc-summary__breakdown{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding:.75rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#ffffff0d;text-align:left}.cqc-root .cqc-summary__row{display:flex;justify-content:space-between;font-size:.75rem}.cqc-root .cqc-summary__row-label{color:var(--cqc-slate-400)}.cqc-root .cqc-summary__row-value{color:var(--cqc-white);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700}.cqc-root .cqc-summary__extras{display:flex;flex-direction:column;gap:.375rem;margin-top:.5rem;padding-left:.5rem}.cqc-root .cqc-summary__extra{display:flex;justify-content:space-between;font-size:.6875rem}.cqc-root .cqc-summary__extra-label{color:var(--cqc-slate-500)}.cqc-root .cqc-summary__extra-value{color:#fff9;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.cqc-root .cqc-summary__rule{height:1px;margin:.5rem 0;background:#ffffff1a}.cqc-root .cqc-summary__row--total{font-size:.875rem;font-weight:700}.cqc-root .cqc-summary__row--total .cqc-summary__row-label{color:var(--cqc-indigo-300)}.cqc-root .cqc-summary__row--total .cqc-summary__row-value{font-weight:400}.cqc-root .cqc-summary__foot{position:relative;z-index:10;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-bottom:.25rem}.cqc-root .cqc-summary__note{padding:0 1rem;color:var(--cqc-slate-500);font-size:14px;line-height:1.625;text-align:center}.cqc-root .cqc-panel{display:flex;flex:1;flex-direction:column;width:100%;margin:0 auto;padding:1.5rem;border:1px solid var(--cqc-slate-100);border-radius:1.5rem;background:var(--cqc-white);box-shadow:var(--cqc-shadow-xl)}.cqc-root .cqc-panel--extras{max-width:48rem;padding:0;border:0;background:transparent;box-shadow:none}.cqc-root .cqc-panel--booking{max-width:42rem;padding:10px}.cqc-root .cqc-panel__title{font-size:1.25rem;font-weight:700;color:var(--cqc-slate-900)}.cqc-root .cqc-panel--extras .cqc-panel__title{margin-bottom:.25rem;text-align:center;margin-bottom:13px}.cqc-root .cqc-quote-title{margin-bottom:2rem;text-align:center}.cqc-root .cqc-panel__subtitle{font-size:.875rem;color:var(--cqc-slate-500)}.cqc-root .cqc-panel--extras .cqc-panel__subtitle{margin-bottom:1.5rem;text-align:center}.cqc-root .cqc-panel__head{margin-bottom:2rem;display:flex;flex-direction:column;gap:1.25rem}.cqc-root .cqc-panel__foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--cqc-slate-100)}.cqc-root .cqc-panel--extras .cqc-panel__foot .cqc-btn--primary{padding:11px;font-size:12px}.cqc-root .cqc-extras-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.cqc-root .cqc-extra{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;min-height:8.5rem;padding:.5rem .375rem;border:1px solid var(--cqc-slate-200);border-radius:.75rem;background:var(--cqc-white);text-align:center;cursor:pointer;transition:all .2s var(--cqc-ease)}.cqc-root .cqc-extra:hover{border-color:var(--cqc-indigo-300);box-shadow:var(--cqc-shadow-sm)}.cqc-root .cqc-extra--active{border-color:var(--cqc-indigo-400);box-shadow:var(--cqc-shadow-md),0 0 0 4px var(--cqc-indigo-50)}.cqc-root .cqc-extra__check{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:9999px;background:var(--cqc-indigo-600);color:var(--cqc-white)}.cqc-root .cqc-extra__check svg{width:.75rem;height:.75rem}.cqc-root .cqc-extra__img{width:2.25rem;height:2.25rem;margin-bottom:.25rem;object-fit:contain}.cqc-root .cqc-extra__icon{width:1.75rem;height:1.75rem;margin-bottom:.25rem;color:var(--cqc-slate-400)}.cqc-root .cqc-extra__icon--active{color:var(--cqc-indigo-600)}.cqc-root .cqc-extra__name{font-size:.75rem;font-weight:700;line-height:1.2;color:var(--cqc-slate-800)}.cqc-root .cqc-extra__price{margin-top:.125rem;font-size:.6875rem;color:var(--cqc-slate-400)}.cqc-root .cqc-stepper{display:flex;align-items:center;gap:.375rem;margin-top:.375rem}.cqc-root .cqc-stepper__btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:1px solid var(--cqc-slate-200);border-radius:.5rem;background:var(--cqc-slate-50);color:var(--cqc-slate-500);font-weight:900;transition:all .15s var(--cqc-ease)}.cqc-root .cqc-stepper__btn--minus:hover{background:var(--cqc-red-50);color:var(--cqc-red-500)}.cqc-root .cqc-stepper__btn--plus:hover{background:var(--cqc-indigo-100);color:var(--cqc-indigo-600)}.cqc-root .cqc-stepper__btn--plus.is-on{background:var(--cqc-indigo-600);color:var(--cqc-white);border-color:var(--cqc-indigo-600)}.cqc-root .cqc-stepper__btn--plus.is-on:hover{background:var(--cqc-indigo-700)}.cqc-root .cqc-stepper__qty{width:1.5rem;font-size:.875rem;font-weight:900;text-align:center;color:var(--cqc-slate-700)}.cqc-root .cqc-stepper__qty.is-on{color:var(--cqc-indigo-700)}.cqc-root .cqc-order{margin-top:2rem;padding:1rem;border:1px solid var(--cqc-slate-200);border-radius:1rem;background:var(--cqc-slate-50)}.cqc-root .cqc-order__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.cqc-root .cqc-order__eyebrow{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cqc-slate-500)}.cqc-root .cqc-order__service{margin-top:.125rem;font-size:.875rem;font-weight:700;color:var(--cqc-slate-800)}.cqc-root .cqc-order__rooms{font-weight:500;color:var(--cqc-slate-400)}.cqc-root .cqc-order__estimate{text-align:right}.cqc-root .cqc-order__estimate-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:var(--cqc-slate-400)}.cqc-root .cqc-order__estimate-value{font-size:1.125rem;font-weight:900;line-height:1.25;color:var(--cqc-indigo-600)}.cqc-root .cqc-order__estimate-value span{color:var(--cqc-slate-300)}.cqc-root .cqc-order__empty{font-size:.75rem;font-style:italic;color:var(--cqc-slate-400)}.cqc-root .cqc-order__list{display:grid;grid-template-columns:1fr;gap:.25rem 1rem;padding-left:1.25rem;font-size:.75rem;color:var(--cqc-slate-600);list-style:disc}.cqc-root .cqc-order__list li{list-style:disc}.cqc-root .cqc-order__qty{font-weight:700;color:var(--cqc-slate-800)}.cqc-root .cqc-form{display:flex;flex-direction:column;gap:1.5rem}.cqc-root .cqc-field{display:flex;flex-direction:column;gap:.5rem}.cqc-root .cqc-field--freq{padding:10px;border:1px solid var(--cqc-indigo-100);border-radius:1rem;background:var(--cqc-indigo-50)}.cqc-root .cqc-label{font-size:.75rem;font-weight:700;letter-spacing:.025em;color:var(--cqc-slate-700)}.cqc-root .cqc-label__hint{color:var(--cqc-indigo-500);font-weight:500;text-transform:lowercase}.cqc-root .cqc-input.cqc-input{width:100%;height:auto;padding:.75rem 1rem;border:1px solid var(--cqc-slate-200);border-radius:.75rem;background:var(--cqc-slate-50);font-size:.875rem;box-shadow:none;outline:none;transition:all .15s var(--cqc-ease)}.cqc-root .cqc-input.cqc-input:focus{border-color:var(--cqc-indigo-600);box-shadow:0 0 0 2px var(--cqc-indigo-100)}.cqc-root .cqc-textarea{resize:none}.cqc-root .cqc-form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}.cqc-root .cqc-freq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.cqc-root .cqc-freq{padding:10px;border:1px solid var(--cqc-slate-200);border-radius:.75rem;background:var(--cqc-white);color:var(--cqc-slate-600);font-size:.875rem;font-weight:700;transition:all .15s var(--cqc-ease)}.cqc-root .cqc-freq:hover{border-color:var(--cqc-indigo-300);background:var(--cqc-indigo-50)}.cqc-root .cqc-freq--active{background:var(--cqc-indigo-600);color:var(--cqc-white);border-color:var(--cqc-indigo-600);box-shadow:var(--cqc-shadow-md)}.cqc-root .cqc-error{font-size:.875rem;font-weight:500;color:var(--cqc-red-600)}.cqc-root .cqc-success{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;width:100%;max-width:32rem;margin:3rem auto 0;text-align:center}.cqc-root .cqc-success__icon{display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;margin-bottom:1rem;border-radius:9999px;background:var(--cqc-green-100);color:var(--cqc-green-600);box-shadow:var(--cqc-shadow-lg),0 0 0 8px var(--cqc-green-50)}.cqc-root .cqc-success__icon svg{width:3rem;height:3rem}.cqc-root .cqc-success__title{font-size:1.875rem;font-weight:900;letter-spacing:-.025em;color:var(--cqc-slate-900)}.cqc-root .cqc-success__text{font-size:1.125rem;color:#847c7c}.cqc-root .cqc-state{padding:2.5rem 0;text-align:center;font-size:.875rem;color:var(--cqc-slate-500)}.cqc-root .cqc-state--loading{padding:4rem 0;font-weight:500;color:var(--cqc-slate-400)}@media(min-width:640px){.cqc-root .cqc-panel--booking{padding:10px}.cqc-root .cqc-svc-grid{grid-template-columns:repeat(3,1fr)}.cqc-root .cqc-extras-grid{grid-template-columns:repeat(5,1fr);gap:.5rem}.cqc-root .cqc-panel--extras .cqc-panel__foot .cqc-btn--primary{padding:.75rem 2rem;font-size:.875rem}.cqc-root .cqc-grid-2,.cqc-root .cqc-form-row,.cqc-root .cqc-order__list{grid-template-columns:repeat(2,1fr)}.cqc-root .cqc-summary__min{font-size:3.75rem}.cqc-root .cqc-summary__max{font-size:1.5rem}}@media(min-width:1024px){.cqc-root .cqc-layout{flex-direction:row;gap:2rem}.cqc-root .cqc-main{width:58.3333%;margin-bottom:0}.cqc-root .cqc-summary{width:41.6667%}.cqc-root .cqc-summary__card{position:sticky;top:2rem}.cqc-root .cqc-step__title{font-size:.875rem}.cqc-root .cqc-step__subtitle{font-size:.75rem}.cqc-root .cqc-step__badge{font-size:1rem}}@media(min-width:1280px){.cqc-root .cqc-layout{gap:3rem}.cqc-root .cqc-main{width:66.6667%}.cqc-root .cqc-summary{width:33.3333%}.cqc-root .cqc-summary__card{padding:10px}.cqc-root .cqc-summary__min{font-size:4.5rem}.cqc-root .cqc-summary__max{font-size:1.875rem}}.cqc-root .cqc-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1.5rem .75rem}.cqc-root .cqc-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c}.cqc-root .cqc-modal__dialog{position:relative;display:flex;flex-direction:column;width:100%;max-width:50rem;max-height:calc(100vh - 3rem);max-height:calc(100dvh - 3rem);border-radius:1.5rem;background:var(--cqc-white);box-shadow:var(--cqc-shadow-2xl)}.cqc-root .cqc-modal__body{flex:1;min-height:0;overflow-y:auto;padding:2.5rem 1.5rem 1.5rem;border-radius:inherit;display:flex;flex-direction:column}.cqc-root .cqc-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:2;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;background:var(--cqc-slate-100);color:var(--cqc-slate-600);transition:background .15s var(--cqc-ease),color .15s var(--cqc-ease)}.cqc-root .cqc-modal__close:hover{background:var(--cqc-indigo-100);color:var(--cqc-indigo-600)}.cqc-root .cqc-modal__close svg{width:1.125rem;height:1.125rem}.cqc-root .cqc-modal .cqc-panel{border:0;box-shadow:none;background:transparent}.cqc-root .cqc-modal .cqc-success{margin:0 auto;padding:2rem 0}@media(min-width:640px){.cqc-root .cqc-modal{padding:2rem 1.5rem}.cqc-root .cqc-modal__body{padding:2.75rem 2rem 2rem}}.cqc-root .cqc-gift-row{display:flex;gap:.5rem;align-items:stretch}.cqc-root .cqc-gift-input{flex:1;text-transform:uppercase;letter-spacing:.08em}.cqc-root .cqc-gift-apply{flex:0 0 auto}.cqc-root .cqc-gift-ok{margin-top:.375rem;font-size:.8125rem;font-weight:700;color:var(--cqc-green-600)}.cqc-root .cqc-gift-layout{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}.cqc-root .cqc-gift-form{flex:1 1 320px;min-width:300px;display:flex;flex-direction:column;gap:1rem}.cqc-root .cqc-gift-preview{flex:1 1 380px;min-width:300px;position:sticky;top:1rem}.cqc-root .cqc-gift-secure{font-size:.75rem;color:var(--cqc-slate-400);text-align:center}.cqc-root .cqc-gift-result{padding:2rem;text-align:center}.cqc-root .cqc-gift-result__title{font-size:1.375rem;font-weight:800;margin-bottom:.5rem}@media(max-width:720px){.cqc-root .cqc-gift-preview{position:static;order:-1}}.cqc-root .cqc-gift-paywrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a8c}.cqc-root .cqc-gift-paycard{width:100%;max-width:420px;max-height:92vh;overflow-y:auto;background:var(--cqc-white);border-radius:1rem;box-shadow:var(--cqc-shadow-2xl);padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.cqc-root .cqc-gift-payhead{display:flex;align-items:center;justify-content:space-between}.cqc-root .cqc-gift-paytitle{font-size:1.125rem;font-weight:800;color:var(--cqc-slate-900)}.cqc-root .cqc-gift-payclose{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;color:var(--cqc-slate-400);background:var(--cqc-slate-100)}.cqc-root .cqc-gift-payclose:hover:not(:disabled){color:var(--cqc-indigo-600);background:var(--cqc-indigo-50)}.cqc-root .cqc-gift-payclose svg{width:1rem;height:1rem}.cqc-root .cqc-gift-payelement{min-height:3rem}.cqc-root .cqc-gift-payloading{font-size:.8125rem;color:var(--cqc-slate-400);text-align:center}
