.oaza-reservation{--oaza-reservation-bg: #1a1515;--oaza-reservation-surface: #2a2525;--oaza-reservation-border: #3a3535;--oaza-reservation-primary: #feca82;--oaza-reservation-text: #ffffff;--oaza-reservation-muted: rgba(255, 255, 255, .6);--bg-color: var(--oaza-reservation-bg);--secondary-bg: var(--oaza-reservation-surface);--border-color: var(--oaza-reservation-border);--primary-color: var(--oaza-reservation-primary);--text-color: var(--oaza-reservation-text);--accent-color: var(--oaza-reservation-primary);background:var(--oaza-reservation-bg);color:var(--oaza-reservation-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-size:16px}.oaza-reservation,.oaza-reservation *{box-sizing:border-box}.oaza-reservation .oaza-reservation__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.oaza-reservation .oaza-reservation__layout{max-width:1180px;margin:0 auto;padding:0}.oaza-reservation .oaza-reservation__layout h2.oaza-reservation__step-title{margin:0;font-size:1.8rem;font-weight:600;text-transform:none;letter-spacing:normal;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__booking{display:flex;gap:40px;flex-wrap:wrap;position:relative}.oaza-reservation .oaza-reservation__layout .oaza-reservation__booking.is-loading>*:not(.oaza-reservation__booking-overlay){visibility:hidden}.oaza-reservation .oaza-reservation__layout .oaza-reservation__booking-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(26,21,21,.88);display:flex;align-items:center;justify-content:center;border-radius:12px;z-index:4;pointer-events:all}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-wrapper,.oaza-reservation .oaza-reservation__layout .oaza-reservation__slots-wrapper{flex:1;min-width:300px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-wrapper{flex:0 0 420px;max-width:420px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__slots-wrapper{flex:1}.oaza-reservation .oaza-reservation__layout .oaza-reservation__slots-title{margin:0 0 20px;font-size:1.125rem;font-weight:600;text-align:left;text-transform:none;letter-spacing:normal}.oaza-reservation .oaza-reservation__layout .oaza-reservation__rooms-section{margin-top:18px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__rooms-hint{margin:-12px 0 10px;color:var(--oaza-reservation-muted);font-size:.9rem}.oaza-reservation .oaza-reservation__layout .oaza-reservation__rooms-grid{display:flex;flex-wrap:wrap;gap:10px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__room-pill{width:auto;min-width:80px;padding-left:14px;padding-right:14px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__room-pill.is-disabled{opacity:.7;cursor:not-allowed}.oaza-reservation .oaza-reservation__layout .oaza-reservation__room-pill:not(.is-selected):not(.is-disabled):hover{border-color:var(--primary-color);background:var(--secondary-bg);color:var(--text-color)}.oaza-reservation .oaza-reservation__notice{margin-top:16px;padding:12px 16px;border-radius:8px;border:1px solid var(--primary-color);background:rgba(254,202,130,.12);color:var(--oaza-reservation-text);text-align:left;font-size:.95rem}@media (max-width: 900px){.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-wrapper{flex:1 1 100%;max-width:none}}@media (max-width: 720px){.oaza-reservation .oaza-reservation__layout{padding:0}}@media (max-width: 520px){.oaza-reservation .oaza-reservation__layout{padding:0}}.oaza-reservation .oaza-reservation__layout .progress-wizard{display:flex;justify-content:space-between;align-items:center;margin:0 auto 50px;position:relative;max-width:800px}.oaza-reservation .oaza-reservation__layout .progress-step{-webkit-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:center;flex:1 1 0;min-width:0;position:relative;z-index:2;cursor:default;transition:all .3s;background:transparent;border:none;border-image:none;border-radius:0;color:inherit;padding:0;margin:0;font:inherit;text-transform:none;letter-spacing:normal;box-shadow:none}.oaza-reservation .oaza-reservation__layout .progress-step.is-clickable,.oaza-reservation .oaza-reservation__layout .progress-step.completed{cursor:pointer}.oaza-reservation .oaza-reservation__layout .progress-step.disabled{cursor:not-allowed}.oaza-reservation .oaza-reservation__layout .progress-step.disabled .step-label{opacity:.4}.oaza-reservation .oaza-reservation__layout .progress-step:hover{background:transparent}.oaza-reservation .oaza-reservation__layout .step-circle{width:36px;height:36px;border-radius:50%;background:var(--bg-color);border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:all .3s;font-size:.9rem;font-weight:700;color:var(--border-color);position:relative}.oaza-reservation .oaza-reservation__layout .progress-step.active .step-circle{border-color:var(--primary-color);box-shadow:0 0 0 4px rgba(254,202,130,.1);color:var(--primary-color);background:var(--bg-color)}.oaza-reservation .oaza-reservation__layout .progress-step.active .step-circle:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:var(--primary-color);transform:translate(-50%,-50%)}.oaza-reservation .oaza-reservation__layout .progress-step.completed .step-circle{background:var(--primary-color);border-color:var(--primary-color);color:var(--bg-color)}.oaza-reservation .oaza-reservation__layout .step-label{font-size:.85rem;color:var(--text-color);opacity:.6;font-weight:500;transition:all .3s;white-space:nowrap}.oaza-reservation .oaza-reservation__layout .progress-step.active .step-label,.oaza-reservation .oaza-reservation__layout .progress-step.completed .step-label{opacity:1;color:var(--primary-color)}.oaza-reservation .oaza-reservation__layout .progress-line-container{position:absolute;top:18px;left:0;right:0;height:2px;background:var(--border-color);z-index:1}.oaza-reservation .oaza-reservation__layout .progress-line-fill{height:100%;background:var(--primary-color);width:0%;transition:width .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 720px){.oaza-reservation .oaza-reservation__layout .progress-wizard{gap:8px}.oaza-reservation .oaza-reservation__layout .step-label{font-size:.75rem}}@media (max-width: 520px){.oaza-reservation .oaza-reservation__layout .progress-wizard{padding:0;gap:6px}.oaza-reservation .oaza-reservation__layout .step-circle{width:32px;height:32px;margin-bottom:8px;font-size:.8rem}.oaza-reservation .oaza-reservation__layout .step-label{font-size:.7rem}}.oaza-reservation .oaza-reservation__layout .oaza-reservation__summary{display:flex;flex-wrap:wrap;gap:30px;background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:12px;padding:20px;margin-bottom:30px;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__summary-item{flex:1;min-width:200px;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__summary-label{font-weight:700;color:var(--primary-color);font-size:.75rem;text-transform:uppercase;margin-bottom:5px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__summary-value{font-size:1rem;line-height:1.2;color:var(--text-color);font-weight:500}.oaza-reservation .oaza-reservation__layout .oaza-reservation__summary-subvalue{font-size:.9rem;color:var(--text-color);opacity:.7;margin-top:2px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__button{-webkit-appearance:none;appearance:none;border:none;border-image:none;border-radius:8px;padding:10px 20px;font-size:1rem;font-weight:600;line-height:1.2;font-family:inherit;text-transform:none;letter-spacing:normal;cursor:pointer;transition:all .2s;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__button.is-primary{background-color:var(--primary-color);color:var(--bg-color);font-weight:700}.oaza-reservation .oaza-reservation__layout .oaza-reservation__button.is-secondary{background-color:var(--secondary-bg);color:var(--text-color);border:1px solid var(--primary-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__button.is-danger{background-color:#e65b5b;color:#1a1515;border:1px solid #e65b5b}.oaza-reservation .oaza-reservation__layout .oaza-reservation__button.is-danger:hover{background-color:#d14b4b!important;border-color:#d14b4b!important;color:#1a1515!important}.oaza-reservation .oaza-reservation__layout .oaza-reservation__button:focus-visible{outline:2px solid var(--primary-color);outline-offset:4px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__button:disabled{cursor:not-allowed;opacity:.6}.oaza-reservation .oaza-reservation__layout .oaza-reservation__loader{display:inline-flex;align-items:center;justify-content:center;--oaza-loader-size: 26px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__loader--sm{--oaza-loader-size: 16px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__loader--lg{--oaza-loader-size: 32px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__loader-spinner{width:var(--oaza-loader-size);height:var(--oaza-loader-size);border-radius:50%;border:2px solid rgba(254,202,130,.3);border-top-color:var(--primary-color);animation:oaza-reservation-spin .9s linear infinite}@keyframes oaza-reservation-spin{to{transform:rotate(360deg)}}.oaza-reservation .oaza-reservation__layout .card{background-color:var(--secondary-bg);border:1px solid var(--border-color);padding:20px;border-radius:12px;transition:border-color .2s,background-color .2s}.oaza-reservation .oaza-reservation__layout .card.is-clickable{cursor:pointer}.oaza-reservation .oaza-reservation__layout .card.disabled{cursor:not-allowed;opacity:.6}.oaza-reservation .oaza-reservation__layout .card.selected{border-color:var(--primary-color);background-color:rgba(254,202,130,.1)}.oaza-reservation .oaza-reservation__layout .card.is-clickable:hover{border-color:var(--primary-color)}.oaza-reservation .oaza-reservation__layout .card:focus-visible{outline:2px solid var(--primary-color);outline-offset:4px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-card{display:flex;flex-direction:column;gap:4px;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-card .oaza-reservation__selection-card-title{font-size:1.125rem;font-weight:700;color:var(--text-color);margin:0;text-transform:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-card .oaza-reservation__selection-card-description{font-size:1rem;color:var(--text-color);margin:0;text-transform:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-grid.is-branches .oaza-reservation__selection-card .oaza-reservation__selection-card-description{font-size:.875rem}.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-card-meta{font-size:.85rem;color:var(--primary-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-grid.is-procedures,.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-grid.is-branches{grid-template-columns:repeat(3,1fr)}@media (max-width: 900px){.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-grid.is-procedures,.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-grid.is-branches{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-grid.is-procedures,.oaza-reservation .oaza-reservation__layout .oaza-reservation__selection-grid.is-branches{grid-template-columns:1fr}}.oaza-reservation .oaza-reservation__layout .oaza-reservation__step{display:flex;flex-direction:column;gap:24px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__step-actions{display:flex;gap:12px;align-items:center}.oaza-reservation .oaza-reservation__layout .oaza-reservation__step-content{display:flex;flex-direction:column;gap:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__step-footer{display:flex;justify-content:flex-end}.oaza-reservation .oaza-reservation__layout .oaza-reservation__variant-btn{-webkit-appearance:none;appearance:none;background-color:var(--secondary-bg);border:1px solid var(--primary-color);border-image:none;border-radius:8px;padding:12px 20px;text-align:center;font:inherit;color:var(--text-color);cursor:pointer;line-height:1.2;display:inline-flex;flex-direction:column;gap:4px;text-transform:none;letter-spacing:normal;box-shadow:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__variant-btn.is-selected,.oaza-reservation .oaza-reservation__layout .oaza-reservation__variant-btn:hover{background-color:rgba(254,202,130,.12);border-color:var(--primary-color);color:var(--text-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__variant-btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__variant-btn:disabled{cursor:not-allowed;opacity:.6}.oaza-reservation .oaza-reservation__layout .oaza-reservation__variant-duration{font-size:.95rem;font-weight:600}.oaza-reservation .oaza-reservation__layout .oaza-reservation__variant-price{font-size:.85rem;opacity:.8}.oaza-reservation .oaza-reservation__layout .oaza-reservation__procedure-card{display:flex;flex-direction:column;gap:12px;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__procedure-title{font-size:1.05rem;font-weight:700;margin:0 0 8px;color:var(--text-color);text-transform:none;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__procedure-variants{display:flex;gap:10px;flex-wrap:wrap}.oaza-reservation .oaza-reservation__layout .oaza-reservation__employee-card{display:flex;align-items:center;gap:1rem;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__employee-avatar{width:60px;height:60px;border-radius:50%;background:rgba(254,202,130,.1);border:1px solid var(--primary-color);display:flex;align-items:center;justify-content:center;overflow:hidden}.oaza-reservation .oaza-reservation__layout .oaza-reservation__employee-avatar-image{width:100%;height:100%;object-fit:cover}.oaza-reservation .oaza-reservation__layout .oaza-reservation__employee-avatar-icon{font-size:1.5rem}.oaza-reservation .oaza-reservation__layout .oaza-reservation__employee-content{display:flex;flex-direction:column;gap:6px;flex:1}.oaza-reservation .oaza-reservation__layout .oaza-reservation__employee-name{font-size:1.05rem;font-weight:700;margin:0;color:var(--text-color);text-transform:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__employee-description{font-size:.9rem;line-height:1.2;color:var(--text-color);opacity:.7;margin:0}.oaza-reservation .oaza-reservation__layout .oaza-reservation__employee-empty{grid-column:1 / -1;text-align:center;padding:40px;background:rgba(255,100,100,.05);border-radius:12px;border:1px solid rgba(255,100,100,.2);color:#ff6b6b;font-weight:600}.oaza-reservation .oaza-reservation__layout .oaza-reservation__employee-hint{margin:0;font-size:.95rem;font-weight:600;color:var(--primary-color);text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar{background:var(--secondary-bg);border-radius:12px;padding:20px;font-size:1rem;position:relative}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-title{font-size:1.125rem;font-weight:600}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-nav{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--primary-color);background:var(--secondary-bg);color:var(--text-color);padding:6px 14px;border-radius:8px;cursor:pointer;font:inherit;box-shadow:none;text-transform:none;font-size:1rem;user-select:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-nav:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--text-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-nav:disabled{opacity:.5;cursor:not-allowed}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar.is-loading .oaza-reservation__calendar-grid{visibility:hidden}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day-name{text-align:center;font-size:.8rem;color:#888;padding-bottom:10px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day,.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-spacer{aspect-ratio:1;display:flex;align-items:center;justify-content:center}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day{border:none;background:transparent;border-radius:50%;cursor:pointer;transition:background .2s,color .2s;font:inherit;font-size:1rem;color:inherit;box-shadow:none;padding:0;user-select:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day:hover:not(.is-disabled):not(.is-locked):not(.is-selected){background:var(--border-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day.is-selected:hover{background:var(--primary-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day.is-selected{background:var(--primary-color);color:var(--bg-color);font-weight:700}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day.is-disabled{color:#444;cursor:not-allowed}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day.is-disabled:hover,.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day.is-locked:hover{background:transparent}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day.is-locked{color:#444;cursor:not-allowed;background:transparent}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-day.is-today{border:1px solid var(--primary-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__calendar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;color:var(--text-color);font-size:.95rem;font-weight:600;z-index:2;pointer-events:all}.oaza-reservation .oaza-reservation__layout .oaza-reservation__slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__slot-pill{display:inline-flex;align-items:center;justify-content:center;background:var(--secondary-bg);border:1px solid var(--border-color);padding:10px;text-align:center;border-radius:20px;cursor:pointer;transition:all .2s;font:inherit;color:var(--text-color);box-shadow:none;text-transform:none;user-select:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__slot-pill:hover{border-color:var(--primary-color);background:var(--secondary-bg)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__slot-pill.is-selected{background:var(--primary-color);color:var(--bg-color);border-color:var(--primary-color);font-weight:700}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-layout{display:flex;gap:20px;flex-wrap:wrap}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-main{flex:1 1 620px;min-width:300px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-summary{flex:1 1 260px;min-width:260px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-card{cursor:default}.oaza-reservation .oaza-reservation__layout h2.oaza-reservation__contact-section-heading{margin:24px 0 12px}.oaza-reservation .oaza-reservation__layout label.oaza-reservation__payment-option.oaza-reservation__billing-toggle{margin-bottom:16px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__billing-company{display:grid;gap:12px;margin-bottom:12px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__billing-company .oaza-reservation__form-group{margin-bottom:0}.oaza-reservation .oaza-reservation__layout .oaza-reservation__ares-status{margin:6px 0 0;font-size:.85rem;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__ares-status--loading{color:var(--oaza-reservation-muted)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__ares-status--success{color:#6edc7e}.oaza-reservation .oaza-reservation__layout .oaza-reservation__ares-status--error{color:var(--primary-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-prompt{background:rgba(254,202,130,.1);border:1px dashed var(--primary-color);padding:15px;border-radius:8px;margin-bottom:25px;display:flex;align-items:center;justify-content:space-between;gap:15px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-text{font-size:.9rem;opacity:.9}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-button{white-space:nowrap;padding:6px 15px;font-size:.85rem}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-form{margin:0}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-after-card{display:flex;flex-direction:column;gap:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-after-card .oaza-reservation__form-group{margin-bottom:0}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group{margin-bottom:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-error{margin:6px 0 0;font-size:.85rem;color:var(--primary-color);text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-success{margin:6px 0 0;font-size:.9rem;color:#6edc7e;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-info{margin:6px 0 0;font-size:.85rem;color:var(--oaza-reservation-muted);text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__email-lookup-wrap{position:relative}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-email-input:disabled{cursor:default;opacity:1}.oaza-reservation .oaza-reservation__layout .oaza-reservation__email-lookup-overlay{position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:8px;background:rgba(22,18,18,.5);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}.oaza-reservation .oaza-reservation__layout .oaza-reservation__inline-link{display:inline;background:transparent!important;background-color:transparent!important;border:0!important;color:var(--primary-color);text-decoration:underline;cursor:pointer;font:inherit;text-transform:none;letter-spacing:normal;padding:0;margin:0;box-shadow:none!important;appearance:none;-webkit-appearance:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__inline-link:hover{background:transparent!important;background-color:transparent!important;text-decoration:none;color:var(--primary-color);box-shadow:none!important}.oaza-reservation .oaza-reservation__layout .oaza-reservation__inline-link:focus,.oaza-reservation .oaza-reservation__layout .oaza-reservation__inline-link:focus-visible,.oaza-reservation .oaza-reservation__layout .oaza-reservation__inline-link:active{background:transparent!important;background-color:transparent!important;border:0!important;color:var(--primary-color);box-shadow:none!important;outline:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group--select .oaza-reservation__loader{margin-bottom:8px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group label{display:block;margin-bottom:8px;color:#888;font-size:16px;text-align:left;text-transform:none;letter-spacing:normal}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group input:not([type=radio]):not([type=checkbox]),.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group select,.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group textarea{width:100%;padding:12px;background:var(--secondary-bg);border:1px solid var(--border-color);color:var(--text-color);border-radius:8px;font:inherit;font-size:14px;line-height:1;text-transform:none;letter-spacing:normal;box-shadow:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group input:not([type=radio]):not([type=checkbox]):focus,.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group select:focus,.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group textarea:focus{outline:none;border-color:var(--primary-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group select{cursor:pointer;padding-right:36px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px 6px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-group select option{background-color:var(--secondary-bg);color:var(--text-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-row{display:flex;gap:10px;margin-bottom:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-row .oaza-reservation__form-group{flex:1;margin-bottom:0}.oaza-reservation .oaza-reservation__layout .oaza-reservation__voucher-group{margin-top:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__voucher-row{align-items:center;flex-wrap:nowrap;margin-bottom:0}.oaza-reservation .oaza-reservation__layout .oaza-reservation__voucher-row input{flex:1}.oaza-reservation .oaza-reservation__layout .oaza-reservation__voucher-label{margin:0;flex:0 1 340px;font-size:.95rem;color:#fff;line-height:1.3}.oaza-reservation .oaza-reservation__layout .oaza-reservation__voucher-button{white-space:nowrap}.oaza-reservation .oaza-reservation__layout .oaza-reservation__voucher-message{margin-top:5px;font-size:.9rem;color:#6edc7e;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-group{margin-top:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-group.is-disabled{opacity:.6}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-group.is-disabled label.oaza-reservation__payment-option{cursor:not-allowed;pointer-events:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-notice{background:rgba(110,220,126,.12);border:1px solid #6edc7e;color:#6edc7e;padding:12px 16px;border-radius:8px;display:flex;flex-direction:column;gap:6px;margin-top:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-notice strong{font-weight:600}.oaza-reservation .oaza-reservation__layout label.oaza-reservation__payment-option{background:rgba(255,255,255,.05);padding:10px;border-radius:8px;border:1px solid var(--border-color);cursor:pointer;font-size:.85rem;color:var(--oaza-reservation-muted);display:flex;align-items:center;gap:8px;transition:all .2s;margin-bottom:0}.oaza-reservation .oaza-reservation__layout label.oaza-reservation__payment-option:hover{border-color:var(--primary-color)}.oaza-reservation .oaza-reservation__layout label.oaza-reservation__payment-option input{width:auto;margin:0}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-submit .oaza-reservation__button{width:100%}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-submit{margin-top:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-cancel-row{flex:1 1 100%;margin-top:12px;display:flex;flex-direction:column;gap:8px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-cancel-button{width:100%}.oaza-reservation .oaza-reservation__layout .oaza-reservation__price-summary{background:rgba(255,255,255,.05);border-radius:8px;padding:16px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__price-row{display:flex;justify-content:space-between;gap:10px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__price-row--discount{margin-top:8px;color:var(--primary-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__price-total{display:flex;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid var(--border-color);font-weight:700;font-size:1.2rem}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-summary{margin-top:16px;background:rgba(255,255,255,.04);border:1px solid var(--border-color);border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-summary-label{font-size:.95rem;color:var(--text-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-summary-logo{display:flex;justify-content:center}.oaza-reservation .oaza-reservation__layout .oaza-reservation__payment-summary-logo img{width:auto;max-width:260px;display:block}@media (max-width: 980px){.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-layout{flex-direction:column}.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-main,.oaza-reservation .oaza-reservation__layout .oaza-reservation__contact-summary{flex:1}}@media (max-width: 720px){.oaza-reservation .oaza-reservation__layout .oaza-reservation__form-row{flex-direction:column}.oaza-reservation .oaza-reservation__layout .oaza-reservation__voucher-row{flex-direction:row;align-items:center;flex-wrap:wrap}.oaza-reservation .oaza-reservation__layout .oaza-reservation__voucher-row input{flex:1}.oaza-reservation .oaza-reservation__layout .oaza-reservation__voucher-label{flex:1 1 100%;margin-bottom:6px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-prompt{flex-direction:column;align-items:center;text-align:center}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-button{align-self:center}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-text{text-align:center}}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation{display:flex;gap:20px;flex-wrap:wrap}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-main{flex:1 1 520px;min-width:280px;display:flex;flex-direction:column;gap:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-summary{flex:1 1 260px;min-width:260px;display:flex;flex-direction:column;gap:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-card{cursor:default}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-title{font-size:1.2rem;margin:0 0 8px;color:var(--primary-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-message{margin:0;color:var(--oaza-reservation-muted)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-actions{margin-top:16px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-payment{margin-top:16px;padding:12px;border-radius:12px;background:rgba(0,0,0,.03);display:grid;gap:8px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-payment-row{display:flex;justify-content:space-between;gap:12px;font-size:.95rem}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-payment-note{margin:0;color:var(--oaza-reservation-muted)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-countdown{font-weight:600;color:var(--primary-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-pay{margin-top:4px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-section{margin:0 0 12px;font-size:1rem;text-align:left}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-list{display:grid;gap:8px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-row{display:flex;justify-content:space-between;gap:12px;font-size:.95rem}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-label{color:var(--oaza-reservation-muted)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-value{text-align:right}@media (max-width: 720px){.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-row{flex-direction:column;align-items:flex-start}.oaza-reservation .oaza-reservation__layout .oaza-reservation__confirmation-value{text-align:left}}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.7)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-panel{position:relative;z-index:2;width:min(860px,92vw);max-height:85vh;background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.35)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-color)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-header h3{margin:0;font-size:1.1rem;font-weight:600}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-close{padding:6px 14px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-body{flex:1;background:var(--secondary-bg);padding:20px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-form{display:flex;flex-direction:column;gap:12px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-remember{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--oaza-reservation-muted)}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-links{display:flex;justify-content:space-between;gap:12px;font-size:.9rem}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-links a{color:var(--primary-color);text-decoration:none}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-links a:hover{text-decoration:underline}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-actions{margin-top:4px}.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-actions .oaza-reservation__button{width:100%}@media (max-width: 768px){.oaza-reservation .oaza-reservation__layout .oaza-reservation__login-modal-panel{width:95vw;max-height:90vh}}
