.modal-overlay{position:fixed;inset:0;background:#0000007f;display:flex;align-items:center;justify-content:center;z-index:2500;padding:20px}.booking-modal{background:var(--surface-white, #fff);border-radius:16px;max-width:1100px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;position:relative;z-index:2501}.booking-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--border-color, #e5e7eb)}.booking-header h2{font-size:24px;font-weight:700;margin:0;color:var(--text-main, #1f2937)}.booking-steps{display:flex;align-items:center;justify-content:center;padding:32px 24px;gap:16px}.step{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.4;transition:opacity .3s}.step.active{opacity:1}.step.completed .step-number{background:#10b981;border-color:#10b981}.step-number{width:40px;height:40px;border-radius:50%;border:2px solid var(--border-color, #e5e7eb);display:flex;align-items:center;justify-content:center;font-weight:600;background:#fff;color:var(--text-main, #1f2937);transition:all .3s}.step.active .step-number{border-color:var(--primary-blue, #3b82f6);background:var(--primary-blue, #3b82f6);color:#fff}.step span{font-size:13px;font-weight:500;color:var(--text-muted, #6b7280)}.step.active span{color:var(--text-main, #1f2937)}.step-line{width:80px;height:2px;background:var(--border-color, #e5e7eb);margin-bottom:24px}.booking-modal .booking-content{display:grid!important;gap:0;min-height:500px}.booking-summary{background:var(--surface-light, #f9fafb);padding:24px;border-right:1px solid var(--border-color, #e5e7eb);display:flex;flex-direction:column;gap:24px}.booking-summary h3{font-size:18px;font-weight:600;margin:0;color:var(--text-main, #1f2937)}.summary-hotel{display:flex;gap:12px}.summary-hotel img{width:80px;height:80px;object-fit:cover;border-radius:8px}.summary-hotel h4{font-size:16px;font-weight:600;margin:0 0 4px;color:var(--text-main, #1f2937)}.summary-hotel p{font-size:13px;color:var(--text-muted, #6b7280);margin:0;display:flex;align-items:center;gap:4px}.summary-details{display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;gap:12px;align-items:flex-start;color:var(--text-muted, #6b7280)}.detail-row>div{display:flex;flex-direction:column;gap:2px}.detail-row .label{font-size:12px;color:var(--text-muted, #6b7280)}.detail-row .value{font-size:14px;font-weight:500;color:var(--text-main, #1f2937)}.summary-pricing{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid var(--border-color, #e5e7eb)}.price-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-main, #1f2937)}.price-row.total{font-size:18px;font-weight:700;padding-top:12px;border-top:1px solid var(--border-color, #e5e7eb);color:#1f2937}.excluded-taxes-section{margin:12px 0;padding:12px;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px}.excluded-taxes-header{font-size:13px;font-weight:600;color:#92400e;margin-bottom:8px}.price-row.excluded-tax{font-size:13px;color:#78350f;padding:4px 0}.price-row.excluded-tax .tax-name{text-transform:capitalize}.booking-form{padding:32px}.form-step h3{font-size:20px;font-weight:600;margin:0 0 8px;color:var(--text-main, #1f2937);display:flex;align-items:center;gap:12px}.step-description{font-size:14px;color:var(--text-muted, #6b7280);margin:0 0 24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:14px;font-weight:500;color:var(--text-main, #1f2937)}.form-group input{padding:12px 16px;border:1px solid var(--border-color, #e5e7eb);border-radius:8px;font-size:15px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:var(--primary-blue, #3b82f6)}.form-group input.error{border-color:#ef4444}.error-message{font-size:13px;color:#ef4444;margin-top:-4px}.review-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border-color, #e5e7eb)}.review-section:last-of-type{border-bottom:none}.review-section h4{font-size:16px;font-weight:600;margin:0 0 16px;color:var(--text-main, #1f2937)}.review-grid{display:flex;flex-direction:column;gap:12px}.review-grid>div{display:flex;flex-direction:column;gap:4px}.review-label{font-size:13px;color:var(--text-muted, #6b7280)}.review-value{font-size:15px;font-weight:500;color:var(--text-main, #1f2937)}.policy-text{font-size:14px;line-height:1.6;color:var(--text-muted, #6b7280);margin:0}.agreements{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding:20px;background:var(--surface-light, #f9fafb);border-radius:8px}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;color:var(--text-main, #1f2937)}.checkbox-label input[type=checkbox]{margin-top:2px;width:18px;height:18px;cursor:pointer}.checkbox-label.error{color:#ef4444}.submit-error{padding:12px 16px;background:#fee2e2;border:1px solid #ef4444;border-radius:8px;color:#ef4444;font-size:14px;margin-bottom:16px}.form-actions{display:flex;justify-content:space-between;gap:16px;margin-top:32px}.btn-primary,.btn-secondary{padding:14px 32px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:var(--primary-blue, #3b82f6);color:#fff;flex:1 1 0%}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:var(--text-main, #1f2937);border:1px solid var(--border-color, #e5e7eb)}.btn-secondary:hover{background:var(--surface-light, #f9fafb)}@media(max-width:768px){.booking-content{grid-template-columns:1fr}.booking-summary{border-right:none;border-bottom:1px solid var(--border-color, #e5e7eb)}.form-grid{grid-template-columns:1fr}.booking-steps{padding:20px 16px}.step span{display:none}.step-line{width:40px}}.booking-progress{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;margin:20px 0;color:#fff;box-shadow:0 4px 12px #667eea4d}.progress-spinner{width:40px;height:40px;border:4px solid rgb(255 255 255 / 30%);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.progress-message{flex:1}.progress-message strong{display:block;font-size:16px;font-weight:600;margin-bottom:4px}.progress-detail{font-size:14px;opacity:.9;margin:4px 0 0}.pulse-text{animation:pulse-opacity 2s ease-in-out infinite}@keyframes pulse-opacity{0%,to{opacity:.7}50%{opacity:1}}.booking-timeout-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;margin:20px 0;border:2px solid #10b981}.booking-timeout-message h3{font-size:24px;font-weight:700;color:#065f46;margin:0 0 12px}.booking-timeout-message p{font-size:16px;color:#047857;line-height:1.6;max-width:500px;margin:0}.booking-success-enhanced{max-width:600px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040}.success-header-enhanced{background:linear-gradient(135deg,#10b981,#059669);padding:40px 30px;text-align:center;color:#fff;position:relative;border-radius:24px 24px 0 0}.success-header-enhanced .close-btn{position:absolute;top:16px;right:16px;background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.success-header-enhanced .close-btn:hover{background:#ffffff4d}.success-animation{margin-bottom:24px}.check-circle-container{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:#fff3;border-radius:50%;animation:scaleIn .5s ease-out}.success-check-icon{color:#fff;filter:drop-shadow(0 4px 8px rgb(0 0 0 / 20%))}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-header-enhanced h2{font-size:32px;font-weight:700;margin:0 0 12px;text-shadow:0 2px 4px rgb(0 0 0 / 10%)}.success-subtitle{font-size:16px;opacity:.95;margin:0;line-height:1.5}.success-subtitle strong{font-weight:600}.reference-card{background:linear-gradient(135deg,#1e3a5f,#0f2027);margin:-20px 30px 24px;padding:24px;border-radius:16px;text-align:center;color:#fff;box-shadow:0 8px 30px #00000026;position:relative;z-index:10}.reference-label{font-size:12px;text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:8px}.reference-number{font-size:28px;font-weight:700;letter-spacing:3px;font-family:Courier New,monospace;background:linear-gradient(90deg,#fff,#e2e8f0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.confirmation-date{font-size:13px;opacity:.7;margin-top:8px}.success-tabs{display:flex;padding:0 30px;border-bottom:1px solid #e2e8f0;gap:8px}.tab-btn{padding:12px 24px;background:none;border:none;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab-btn:hover{color:#1e293b}.tab-btn.active{color:#10b981;border-bottom-color:#10b981}.tab-content{padding:24px 30px}.hotel-info-card{display:flex;gap:16px;padding:20px;background:#f8fafc;border-radius:12px;margin-bottom:20px}.hotel-info-card .hotel-image{width:100px;height:80px;object-fit:cover;border-radius:8px}.hotel-info-card .hotel-details{flex:1 1 0%}.hotel-info-card h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px}.hotel-location{display:flex;align-items:center;gap:6px;font-size:14px;color:#64748b;margin:0 0 4px}.hotel-address{font-size:13px;color:#94a3b8;margin:0}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.detail-item{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f1f5f9;border-radius:10px}.detail-item svg{color:#10b981;flex-shrink:0}.detail-item div{flex:1 1 0%}.detail-item label{display:block;font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.detail-item span{font-size:14px;font-weight:500;color:#1e293b}.guest-info{padding:16px 20px;background:#f8fafc;border-radius:10px;margin-bottom:20px}.guest-info h4{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.guest-info p{font-size:15px;font-weight:500;color:#1e293b;margin:0}.guest-email{font-size:14px;color:#64748b;margin-top:4px}.price-summary-card{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:12px;padding:20px;color:#fff;margin-bottom:20px}.price-summary-card h4{font-size:14px;font-weight:600;margin:0 0 16px;color:#94a3b8}.price-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px;color:#cbd5e1}.price-row.total{margin-top:16px;padding-top:16px;border-top:1px solid rgb(255 255 255 / 10%);font-size:16px;font-weight:600;color:#fff}.total-amount{font-size:20px;color:#10b981}.action-buttons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:2px solid transparent}.action-btn:disabled{cursor:not-allowed;opacity:.8}.action-btn .spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.planner-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:transparent}.planner-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.planner-btn.success{background:#10b981}.itinerary-btn{background:#fff;color:#1e293b;border-color:#e2e8f0}.itinerary-btn:hover:not(:disabled){background:#f8fafc;border-color:#10b981;color:#10b981}.itinerary-btn.success{background:#10b981;color:#fff;border-color:#10b981}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.voucher-tab{padding:8px 0}.voucher-preview{background:#fff;border:2px dashed #e2e8f0;border-radius:12px;padding:24px;margin-bottom:20px}.voucher-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:2px solid #f1f5f9;margin-bottom:20px}.voucher-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.voucher-ref{font-family:Courier New,monospace;font-size:14px;font-weight:600;color:#10b981;background:#f0fdf4;padding:6px 12px;border-radius:6px}.voucher-section{margin-bottom:20px}.voucher-section h4{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin:0 0 8px}.voucher-section p{margin:0 0 4px;font-size:14px;color:#1e293b}.voucher-hotel-name{font-weight:600;font-size:16px}.voucher-barcode{text-align:center;margin-top:24px;padding-top:20px;border-top:1px dashed #e2e8f0}.barcode-lines{height:60px;background:repeating-linear-gradient(90deg,#1e293b 0,#1e293b 2px,transparent 2px,transparent 4px);margin-bottom:8px}.voucher-barcode span{font-family:Courier New,monospace;font-size:14px;color:#64748b;letter-spacing:2px}.voucher-actions{display:flex;flex-direction:column;gap:12px}.voucher-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.voucher-btn.download{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff}.voucher-btn.download:hover{background:linear-gradient(135deg,#0f172a,#020617);transform:translateY(-1px);box-shadow:0 4px 12px #0f172a4d}.voucher-btn.email{background:#fff;color:#1e293b;border:2px solid #e2e8f0}.voucher-btn.email:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.success-footer{padding:20px 30px;background:#f8fafc;border-top:1px solid #e2e8f0;text-align:center;border-radius:0 0 24px 24px}.success-footer p{margin:0 0 8px;font-size:14px;color:#64748b}.success-footer strong{color:#1e293b}.footer-note{font-size:13px;color:#94a3b8}@media(max-width:640px){.booking-success-enhanced{max-width:100%;margin:10px;max-height:95vh}.success-header-enhanced{padding:30px 20px}.check-circle-container{width:80px;height:80px}.success-check-icon{width:40px;height:40px}.success-header-enhanced h2{font-size:24px}.reference-card{margin:-20px 20px 20px;padding:20px}.reference-number{font-size:20px}.success-tabs{padding:0 20px}.tab-btn{padding:10px 16px;font-size:13px}.tab-content{padding:20px}.details-grid,.action-buttons-grid{grid-template-columns:1fr}.voucher-header{flex-direction:column;gap:12px;align-items:flex-start}}
