.bookings-module__CbxTQW__container{flex-direction:column;gap:1.5rem;display:flex}.bookings-module__CbxTQW__controls{justify-content:space-between;align-items:center;gap:1rem;display:flex}.bookings-module__CbxTQW__searchBar{flex:1;max-width:400px;position:relative}.bookings-module__CbxTQW__searchInput{border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem;transition:all .2s}.bookings-module__CbxTQW__searchInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #c68e3c1a}.bookings-module__CbxTQW__filters{background:#fff;border:1px solid #eee;border-radius:8px;gap:.5rem;padding:.35rem;display:flex}.bookings-module__CbxTQW__filterBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.bookings-module__CbxTQW__activeFilter{background:var(--primary);color:#fff}.bookings-module__CbxTQW__tableCard{background:#fff;border:1px solid #0000000d;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000005}.bookings-module__CbxTQW__tableWrapper{overflow-x:auto}.bookings-module__CbxTQW__table{border-collapse:collapse;text-align:left;width:100%}.bookings-module__CbxTQW__table th{text-transform:uppercase;color:#888;letter-spacing:.5px;background:#faf9f8;border-bottom:1px solid #eee;padding:1rem 1.5rem;font-size:.8rem;font-weight:700}.bookings-module__CbxTQW__table td{vertical-align:top;border-bottom:1px solid #f5f5f5;padding:1.25rem 1.5rem}.bookings-module__CbxTQW__table tr:last-child td{border-bottom:none}.bookings-module__CbxTQW__table tr:hover td{background:#fcfcfc}.bookings-module__CbxTQW__bookingId{font-family:var(--font-playfair);color:var(--primary);font-weight:700;display:block}.bookings-module__CbxTQW__bookingDate{color:#888;margin-top:.25rem;font-size:.75rem;display:block}.bookings-module__CbxTQW__customerName{color:#333;font-weight:600;display:block}.bookings-module__CbxTQW__customerContact{color:#666;margin-top:.25rem;font-size:.8rem;display:block}.bookings-module__CbxTQW__itinerarySummary{color:#555;max-width:300px;font-size:.85rem;line-height:1.4}.bookings-module__CbxTQW__cost{color:#333;font-size:1.05rem;font-weight:700}.bookings-module__CbxTQW__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.bookings-module__CbxTQW__status-inquiry{color:#e65100;background:#fff3e0}.bookings-module__CbxTQW__status-processing{color:#1565c0;background:#e3f2fd}.bookings-module__CbxTQW__status-confirmed{color:#2e7d32;background:#e8f5e9}.bookings-module__CbxTQW__status-completed{color:#7b1fa2;background:#f3e5f5}.bookings-module__CbxTQW__status-cancelled{color:#c62828;background:#ffebee}.bookings-module__CbxTQW__actionGroup{flex-direction:column;gap:.5rem;display:flex}.bookings-module__CbxTQW__actionBtn{color:#555;cursor:pointer;text-align:left;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.4rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.bookings-module__CbxTQW__actionBtn:hover{background:#f5f5f5;border-color:#ccc}.bookings-module__CbxTQW__emptyState{text-align:center;color:#666;padding:4rem 2rem}.bookings-module__CbxTQW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.bookings-module__CbxTQW__modalBox{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 40px #00000026}.bookings-module__CbxTQW__modalClose{color:#999;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.bookings-module__CbxTQW__modalClose:hover{color:#333}.bookings-module__CbxTQW__modalHeader{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem}.bookings-module__CbxTQW__modalTitle{font-family:var(--font-playfair);color:var(--primary);font-size:1.5rem}.bookings-module__CbxTQW__modalGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.bookings-module__CbxTQW__infoSection{margin-bottom:1.5rem}.bookings-module__CbxTQW__infoSection h4{text-transform:uppercase;color:#888;letter-spacing:.5px;margin-bottom:.75rem;font-size:.85rem}.bookings-module__CbxTQW__infoRow{justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.bookings-module__CbxTQW__infoLabel{color:#666}.bookings-module__CbxTQW__infoVal{color:#333;font-weight:600}.bookings-module__CbxTQW__statusSelect{border:1px solid #ddd;border-radius:6px;width:100%;margin-top:.5rem;padding:.75rem;font-family:inherit}.bookings-module__CbxTQW__updateBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;margin-top:1rem;padding:1rem;font-weight:600;transition:all .2s}.bookings-module__CbxTQW__updateBtn:hover{background:var(--primary-dark)}.bookings-module__CbxTQW__editInput{background:#fdfdfd;border:1px solid #ddd;border-radius:4px;width:100%;padding:.5rem;font-size:.85rem}.bookings-module__CbxTQW__editInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #c68e3c1a}.bookings-module__CbxTQW__destinationList{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.bookings-module__CbxTQW__destinationItem{background:#f9f9f9;border:1px solid #eee;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.85rem;display:flex}.bookings-module__CbxTQW__removeBtn{color:#d32f2f;cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.1rem;line-height:1}.bookings-module__CbxTQW__removeBtn:hover{color:#b71c1c}.bookings-module__CbxTQW__iconBtn{color:#888;cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.1rem;line-height:1}.bookings-module__CbxTQW__iconBtn:hover{color:var(--primary)}.bookings-module__CbxTQW__addDestinationWrap{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex;position:relative}.bookings-module__CbxTQW__searchInputWrapper{width:100%;position:relative}.bookings-module__CbxTQW__searchIcon{color:#888;display:flex;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.bookings-module__CbxTQW__searchInputAdmin{border:1px solid #ddd;border-radius:6px;width:100%;padding:.65rem 1rem .65rem 2.25rem;font-size:.85rem;transition:all .2s}.bookings-module__CbxTQW__searchInputAdmin:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #c68e3c1a}.bookings-module__CbxTQW__searchSpinner{border:2px solid #ddd;border-top-color:var(--primary);border-radius:50%;width:16px;height:16px;animation:1s linear infinite bookings-module__CbxTQW__spin;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.bookings-module__CbxTQW__searchResults{z-index:50;background:#fff;border:1px solid #eee;border-radius:6px;max-height:200px;margin-top:.25rem;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001a}.bookings-module__CbxTQW__searchResultItem{cursor:pointer;border-bottom:1px solid #f5f5f5;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .2s;display:flex}.bookings-module__CbxTQW__searchResultItem:hover{background:#fdfaf7}.bookings-module__CbxTQW__searchResultItem:last-child{border-bottom:none}.bookings-module__CbxTQW__searchResultIcon{color:var(--primary);flex-shrink:0;display:flex}.bookings-module__CbxTQW__searchResultAddress{color:#888;white-space:nowrap;text-overflow:ellipsis;max-width:250px;font-size:.7rem;display:block;overflow:hidden}.bookings-module__CbxTQW__invoiceBtn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1rem;font-weight:600;transition:all .2s;display:flex}.bookings-module__CbxTQW__invoiceBtn:hover{background:#f5f5f5;border-color:#ccc}.bookings-module__CbxTQW__editModeBtn{cursor:pointer;background:#f0f0f0;border:none;border-radius:4px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;position:absolute;top:1.5rem;right:3.5rem}.bookings-module__CbxTQW__editModeBtn:hover{background:#e0e0e0}
.InvoiceModal-module__r6FHXW__modalOverlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(8px);padding:var(--space-4);background:#0d1b2ab3;justify-content:center;align-items:center;animation:.3s ease-out InvoiceModal-module__r6FHXW__fadeIn;display:flex;position:fixed;inset:0}.InvoiceModal-module__r6FHXW__modalContent{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:800px;max-height:90vh;box-shadow:var(--shadow-2xl);animation:.4s cubic-bezier(.175,.885,.32,1.275) InvoiceModal-module__r6FHXW__scaleIn;position:relative;overflow-y:auto}.InvoiceModal-module__r6FHXW__pageContainer{background:#f7f9fc;justify-content:center;min-height:100vh;padding:40px 20px;display:flex}.InvoiceModal-module__r6FHXW__pageContent{background:var(--white);border-radius:var(--radius-xl);border-top:8px solid var(--primary);width:100%;max-width:900px;margin-bottom:40px;position:relative;box-shadow:0 10px 40px #00000014}.InvoiceModal-module__r6FHXW__invoiceHeader{background:var(--white);color:var(--text-primary);border-bottom:2px solid var(--gray-100);border-radius:var(--radius-xl) var(--radius-xl) 0 0;justify-content:space-between;align-items:center;padding:40px 48px;display:flex;position:relative}.InvoiceModal-module__r6FHXW__logoArea{align-items:center;gap:var(--space-3);display:flex}.InvoiceModal-module__r6FHXW__logoImageWrap{justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.InvoiceModal-module__r6FHXW__logoImage{object-fit:contain;width:100%;height:100%}.InvoiceModal-module__r6FHXW__logoText{flex-direction:column;display:flex}.InvoiceModal-module__r6FHXW__logoName{font-family:var(--font-heading);color:var(--primary-dark);letter-spacing:-.5px;font-size:28px;font-weight:800;line-height:1}.InvoiceModal-module__r6FHXW__logoAccent{color:var(--primary)}.InvoiceModal-module__r6FHXW__logoTagline{text-transform:uppercase;letter-spacing:4px;color:var(--text-muted);margin-top:4px;font-size:11px;font-weight:600}.InvoiceModal-module__r6FHXW__invoiceTitleArea{text-align:right;flex-direction:column;gap:8px;display:flex}.InvoiceModal-module__r6FHXW__invoiceTitle{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:32px;font-weight:800}.InvoiceModal-module__r6FHXW__invoiceMeta{color:var(--text-secondary);flex-direction:column;gap:4px;font-size:14px;display:flex}.InvoiceModal-module__r6FHXW__invoiceMeta strong{color:var(--text-primary);font-weight:600}.InvoiceModal-module__r6FHXW__invoiceBody{padding:var(--space-8)}.InvoiceModal-module__r6FHXW__detailsGrid{gap:var(--space-8);margin-bottom:var(--space-8);grid-template-columns:1fr 1fr;display:grid}.InvoiceModal-module__r6FHXW__detailsSection h4{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:1px;color:var(--gray-500);margin-bottom:var(--space-4);border-bottom:1px solid var(--gray-200);padding-bottom:var(--space-2)}.InvoiceModal-module__r6FHXW__detailRow{margin-bottom:var(--space-2);font-size:var(--text-base);justify-content:space-between;gap:var(--space-4);display:flex}.InvoiceModal-module__r6FHXW__detailLabel{color:var(--text-secondary);white-space:nowrap;font-weight:500}.InvoiceModal-module__r6FHXW__detailValue{color:var(--text-primary);text-align:right;font-weight:600}.InvoiceModal-module__r6FHXW__tableWrapper{margin-bottom:var(--space-8);border-radius:var(--radius-lg);border:1px solid var(--gray-200);overflow:hidden}.InvoiceModal-module__r6FHXW__itineraryTable{border-collapse:collapse;text-align:left;width:100%}.InvoiceModal-module__r6FHXW__itineraryTable th{background:var(--surface);padding:var(--space-4);font-size:var(--text-sm);color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid var(--gray-200);font-weight:600}.InvoiceModal-module__r6FHXW__itineraryTable td{padding:var(--space-4);border-bottom:1px solid var(--gray-200);color:var(--text-primary)}.InvoiceModal-module__r6FHXW__itineraryTable tr:last-child td{border-bottom:none}.InvoiceModal-module__r6FHXW__dayCol{width:80px;color:var(--primary);font-weight:600}.InvoiceModal-module__r6FHXW__destinationName{color:var(--text-primary);font-weight:600}.InvoiceModal-module__r6FHXW__logisticsRow{background-color:var(--primary-50)}.InvoiceModal-module__r6FHXW__travelInfo{font-size:var(--text-sm);color:var(--text-muted);align-items:center;gap:4px;display:flex}.InvoiceModal-module__r6FHXW__totalsSection{background:var(--surface);padding:var(--space-6);border-radius:var(--radius-lg);margin-bottom:var(--space-8)}.InvoiceModal-module__r6FHXW__totalRow{margin-bottom:var(--space-3);font-size:var(--text-base);color:var(--text-secondary);justify-content:space-between;display:flex}.InvoiceModal-module__r6FHXW__totalRow.InvoiceModal-module__r6FHXW__grandTotal{margin-top:var(--space-4);padding-top:var(--space-4);border-top:2px dashed var(--gray-300);font-size:var(--text-2xl);color:var(--primary-dark);font-weight:700}.InvoiceModal-module__r6FHXW__grandTotalAmount{font-size:var(--text-2xl);color:var(--primary-dark);font-weight:800}.InvoiceModal-module__r6FHXW__customizationNote{font-size:var(--text-xs);color:var(--text-secondary);text-align:center;margin-top:var(--space-4);background-color:var(--gray-50);padding:var(--space-3);border-radius:var(--radius-md);border-left:3px solid var(--primary-light);font-style:italic}.InvoiceModal-module__r6FHXW__footerMessage{text-align:center;color:var(--text-muted);font-size:var(--text-sm);font-style:italic}.InvoiceModal-module__r6FHXW__modalActions{padding:var(--space-4) var(--space-8);background:var(--gray-50);border-top:1px solid var(--gray-200);justify-content:flex-end;gap:var(--space-4);border-radius:0 0 var(--radius-xl) var(--radius-xl);display:flex;position:sticky;bottom:0}.InvoiceModal-module__r6FHXW__closeBtn{padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);font-weight:600;font-size:var(--text-sm);color:var(--text-primary);border:1px solid var(--gray-300);cursor:pointer;transition:all var(--transition-base);background:0 0}.InvoiceModal-module__r6FHXW__closeBtn:hover{background:var(--gray-200)}.InvoiceModal-module__r6FHXW__printBtn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);font-weight:600;font-size:var(--text-sm);background:var(--gradient-gold);color:var(--white);cursor:pointer;box-shadow:var(--shadow-md);transition:all var(--transition-base);border:none;display:flex}.InvoiceModal-module__r6FHXW__printBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@keyframes InvoiceModal-module__r6FHXW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InvoiceModal-module__r6FHXW__scaleIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.InvoiceModal-module__r6FHXW__actionGroup{align-items:center;gap:12px;display:flex}.InvoiceModal-module__r6FHXW__whatsappBtn{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.InvoiceModal-module__r6FHXW__whatsappBtn:hover{color:#fff;background-color:#128c7e;transform:translateY(-2px)}.InvoiceModal-module__r6FHXW__btnIcon{width:18px;height:18px}@media print{.InvoiceModal-module__r6FHXW__modalOverlay{background:0 0;padding:0;display:block;position:static}.InvoiceModal-module__r6FHXW__modalContent{box-shadow:none;max-width:100%;max-height:none;overflow:visible}.InvoiceModal-module__r6FHXW__modalActions{display:none!important}.InvoiceModal-module__r6FHXW__invoiceHeader{-webkit-print-color-adjust:exact;print-color-adjust:exact;page-break-after:avoid;padding:var(--space-4)!important;flex-direction:row!important;align-items:flex-start!important}.InvoiceModal-module__r6FHXW__detailsGrid{gap:var(--space-8)!important;grid-template-columns:1fr 1fr!important}.InvoiceModal-module__r6FHXW__invoiceTitleArea{text-align:right!important}.InvoiceModal-module__r6FHXW__invoiceBody{padding:var(--space-4)!important}.InvoiceModal-module__r6FHXW__detailsSection,.InvoiceModal-module__r6FHXW__totalsSection,.InvoiceModal-module__r6FHXW__itineraryTable tr{page-break-inside:avoid}.InvoiceModal-module__r6FHXW__totalsSection{margin-bottom:0!important}body *{visibility:hidden}.InvoiceModal-module__r6FHXW__modalOverlay,.InvoiceModal-module__r6FHXW__modalOverlay *,.InvoiceModal-module__r6FHXW__pageContainer,.InvoiceModal-module__r6FHXW__pageContainer *{visibility:visible}.InvoiceModal-module__r6FHXW__modalOverlay,.InvoiceModal-module__r6FHXW__pageContainer{background:0 0;width:100%;margin:0;padding:0;position:absolute;top:0;left:0}.InvoiceModal-module__r6FHXW__pageContent{box-shadow:none;margin:0}@page{margin:.5cm;size:A4 portrait}}@media (max-width:768px){.InvoiceModal-module__r6FHXW__detailsGrid{gap:var(--space-6);grid-template-columns:1fr}.InvoiceModal-module__r6FHXW__invoiceHeader{gap:var(--space-4);flex-direction:column}.InvoiceModal-module__r6FHXW__invoiceTitleArea{text-align:left}}
.CartDrawer-module__wN0dRW__cartOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;background:#0009;justify-content:flex-end;width:100vw;height:100vh;animation:.3s forwards CartDrawer-module__wN0dRW__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes CartDrawer-module__wN0dRW__fadeIn{to{opacity:1}}.CartDrawer-module__wN0dRW__cartDrawer{background:var(--white);border-left:1px solid var(--gray-200);flex-direction:column;width:100%;max-width:440px;height:100vh;animation:.4s cubic-bezier(.16,1,.3,1) forwards CartDrawer-module__wN0dRW__slideIn;display:flex;transform:translate(100%);box-shadow:-10px 0 40px #0003}@keyframes CartDrawer-module__wN0dRW__slideIn{to{transform:translate(0)}}.CartDrawer-module__wN0dRW__cartHeader{padding:var(--space-6) var(--space-8);background:var(--primary-dark);color:var(--white);border-bottom:2px solid var(--accent);justify-content:space-between;align-items:center;display:flex;position:relative;overflow:hidden}.CartDrawer-module__wN0dRW__cartHeader:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0d);width:150px;height:100%;position:absolute;top:0;right:0;transform:skew(-20deg)}.CartDrawer-module__wN0dRW__cartTitle{font-family:var(--font-heading);font-size:var(--text-2xl);letter-spacing:-.5px;margin:0;font-weight:700}.CartDrawer-module__wN0dRW__closeBtn{color:var(--white);cursor:pointer;padding:var(--space-2);z-index:2;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{background:var(--accent);border-color:var(--accent);transform:rotate(90deg)}.CartDrawer-module__wN0dRW__cartBody{padding:var(--space-8);background:var(--bg-primary);gap:var(--space-6);flex-direction:column;flex:1;display:flex;overflow-y:auto}.CartDrawer-module__wN0dRW__emptyState{text-align:center;padding:var(--space-12) var(--space-4);color:var(--text-muted);align-items:center;gap:var(--space-4);flex-direction:column;display:flex}.CartDrawer-module__wN0dRW__emptyState p{font-size:var(--text-lg);margin:0}.CartDrawer-module__wN0dRW__tripSummary{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.CartDrawer-module__wN0dRW__tripSummaryStat{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:var(--space-4) var(--space-2);text-align:center;transition:transform .2s;box-shadow:0 4px 12px #00000005}.CartDrawer-module__wN0dRW__tripSummaryStat:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000a}.CartDrawer-module__wN0dRW__tripSummaryValue{font-size:var(--text-xl);color:var(--primary-dark);margin-bottom:2px;font-weight:800;display:block}.CartDrawer-module__wN0dRW__tripSummaryLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:600;display:block}.CartDrawer-module__wN0dRW__costSection{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);padding:var(--space-6);box-shadow:0 4px 20px #00000008}.CartDrawer-module__wN0dRW__costSectionTitle{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:var(--space-4);align-items:center;gap:var(--space-2);font-weight:800;display:flex}.CartDrawer-module__wN0dRW__costRow{padding:var(--space-3) 0;border-bottom:1px dashed var(--gray-200);justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__wN0dRW__costRow:last-child{border-bottom:none;padding-bottom:0}.CartDrawer-module__wN0dRW__costLabel{font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:var(--space-3);display:flex}.CartDrawer-module__wN0dRW__costLabelIcon{color:var(--accent);background:var(--accent-light);border-radius:8px;padding:6px;display:flex}.CartDrawer-module__wN0dRW__costValue{color:var(--text-primary);font-weight:700;font-size:var(--text-base)}.CartDrawer-module__wN0dRW__costTotal{margin-top:var(--space-2);padding:var(--space-5);background:linear-gradient(135deg, var(--primary-dark) 0%, #1e293b 100%);color:var(--white);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0f172a26}.CartDrawer-module__wN0dRW__costTotal:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100px;height:200%;position:absolute;top:-50%;right:-20%;transform:rotate(30deg)}.CartDrawer-module__wN0dRW__costTotalLabel{font-weight:600;font-size:var(--text-base);color:#ffffffe6}.CartDrawer-module__wN0dRW__costTotalValue{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--white);font-weight:800}.CartDrawer-module__wN0dRW__costPerPassenger{padding:var(--space-4) var(--space-5);border:1px solid var(--gray-200);border-radius:var(--radius-xl);background:#f8fafc;justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__wN0dRW__cppLabel{font-size:var(--text-sm);color:var(--text-secondary);font-weight:600}.CartDrawer-module__wN0dRW__cppValue{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--primary);font-weight:800}.CartDrawer-module__wN0dRW__ticketInfoSection{padding:var(--space-4);border-left:4px solid var(--accent);border-radius:0 var(--radius-lg) var(--radius-lg) 0;background:#f59e0b1a}.CartDrawer-module__wN0dRW__ticketInfoTitle{font-weight:700;font-size:var(--text-sm);color:#b45309;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.CartDrawer-module__wN0dRW__ticketInfoText{color:#92400e;margin:0;font-size:13px;line-height:1.6}.CartDrawer-module__wN0dRW__costNote{color:var(--text-muted);text-align:center;margin-top:auto;font-size:12px;font-style:italic}.CartDrawer-module__wN0dRW__cartFooter{padding:var(--space-6) var(--space-8);background:var(--white);border-top:1px solid var(--gray-200);box-shadow:0 -10px 30px #00000008}.CartDrawer-module__wN0dRW__btnGold{justify-content:center;align-items:center;gap:var(--space-3);background:linear-gradient(135deg, var(--accent) 0%, #d97706 100%);width:100%;color:var(--white);font-weight:800;font-size:var(--text-lg);border-radius:var(--radius-full);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;padding:18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 25px #d4a84366}.CartDrawer-module__wN0dRW__btnGold:hover{background:linear-gradient(135deg, #fcd34d 0%, var(--accent) 100%);transform:translateY(-3px);box-shadow:0 12px 30px #d4a84380}
.Navbar-module__cJzEcG__navbar{z-index:var(--z-navbar);padding:20px 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);background:#0d1b2ad9;border-bottom:1px solid #ffffff14;padding:10px 0;box-shadow:0 4px 30px #0003}.Navbar-module__cJzEcG__container{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{z-index:10;align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImageWrap{width:40px;height:40px;position:relative}.Navbar-module__cJzEcG__logoText{flex-direction:column;display:flex}.Navbar-module__cJzEcG__logoName{font-family:var(--font-heading);color:#fff;letter-spacing:-.5px;font-size:22px;font-weight:700;line-height:1.1}.Navbar-module__cJzEcG__logoAccent{color:var(--primary-glow)}.Navbar-module__cJzEcG__logoTagline{text-transform:uppercase;letter-spacing:3px;color:#fff9;font-size:9px;font-weight:500}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:8px;display:flex}.Navbar-module__cJzEcG__navLink{color:#ffffffd9;letter-spacing:.3px;border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;align-items:center;gap:4px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLinkActive{color:#fff;background:#ffffff1a}.Navbar-module__cJzEcG__navLinkActive{font-weight:700;position:relative}.Navbar-module__cJzEcG__navLinkActive:after{content:"";background:var(--primary-glow);border-radius:2px;height:2px;position:absolute;bottom:0;left:16px;right:16px}.Navbar-module__cJzEcG__chevron{transition:transform var(--transition-base)}.Navbar-module__cJzEcG__chevronOpen{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdown{position:relative}.Navbar-module__cJzEcG__megaMenu{-webkit-backdrop-filter:blur(30px);border-radius:var(--radius-lg);opacity:0;visibility:hidden;width:520px;transition:all var(--transition-base);pointer-events:none;background:#0d1b2af2;border:1px solid #ffffff1a;padding:20px;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 25px 60px #0006}.Navbar-module__cJzEcG__megaMenuOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__megaMenuGrid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.Navbar-module__cJzEcG__megaMenuItem{border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__megaMenuItem:hover{background:#ffffff14}.Navbar-module__cJzEcG__megaMenuIcon{color:var(--primary);flex-shrink:0;font-size:24px}.Navbar-module__cJzEcG__megaMenuTitle{color:#fff;font-size:13px;font-weight:600;display:block}.Navbar-module__cJzEcG__megaMenuDesc{color:#ffffff80;margin-top:2px;font-size:11px;display:block}.Navbar-module__cJzEcG__navActions{z-index:10;align-items:center;gap:16px;display:flex}.Navbar-module__cJzEcG__ctaBtn{background:var(--gradient-gold);color:var(--secondary);text-transform:uppercase;letter-spacing:1.5px;border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;align-items:center;padding:10px 24px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 15px #d4a8434d}.Navbar-module__cJzEcG__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4a84380}.Navbar-module__cJzEcG__cartIconBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);border-radius:var(--radius-full);cursor:pointer;font-family:var(--font-heading);background:#ffffff0d;border:1px solid #ffffff26;align-items:center;gap:10px;padding:8px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.Navbar-module__cJzEcG__cartIconBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:50%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.Navbar-module__cJzEcG__cartIconBtn:hover{border-color:var(--accent);color:var(--accent);background:#ffffff1a;transform:translateY(-2px);box-shadow:0 8px 25px #d4a8434d}.Navbar-module__cJzEcG__cartIconBtn:hover:before{left:150%}.Navbar-module__cJzEcG__cartPrice{letter-spacing:.5px;font-size:15px;font-weight:800}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:10;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cJzEcG__hamburger span{transform-origin:50%;background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s}.Navbar-module__cJzEcG__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileOverlay{z-index:calc(var(--z-navbar) - 1);-webkit-backdrop-filter:blur(30px);opacity:0;visibility:hidden;background:#0d1b2afa;transition:all .4s;position:fixed;inset:0;overflow-y:auto}.Navbar-module__cJzEcG__mobileOverlayOpen{opacity:1;visibility:visible}.Navbar-module__cJzEcG__mobileMenu{flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:100vh;padding:100px 30px 40px;display:flex}.Navbar-module__cJzEcG__mobileLink{color:#fff;font-family:var(--font-heading);transition:all var(--transition-base);opacity:.8;padding:10px 20px;font-size:28px;font-weight:600;text-decoration:none}.Navbar-module__cJzEcG__mobileLink:hover,.Navbar-module__cJzEcG__mobileLinkActive{opacity:1;color:var(--primary-glow)}.Navbar-module__cJzEcG__mobileLinkActive{padding-left:28px;font-weight:800;position:relative}.Navbar-module__cJzEcG__mobileLinkActive:before{content:"";background:var(--primary-glow);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Navbar-module__cJzEcG__mobileTourGrid{grid-template-columns:1fr 1fr;gap:8px;width:100%;max-width:400px;padding:10px 0;display:grid}.Navbar-module__cJzEcG__mobileTourItem{color:#fff9;border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.Navbar-module__cJzEcG__mobileTourItem:hover{color:#fff;background:#ffffff14}.Navbar-module__cJzEcG__mobileCta{background:var(--gradient-gold);color:var(--secondary);text-transform:uppercase;letter-spacing:2px;border-radius:var(--radius-full);transition:all var(--transition-base);margin-top:20px;padding:14px 40px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.Navbar-module__cJzEcG__mobileCta:hover{transform:scale(1.05)}@media (max-width:1024px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__ctaBtn{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}@media (max-width:480px){.Navbar-module__cJzEcG__logoName{font-size:18px}.Navbar-module__cJzEcG__mobileLink{font-size:22px}.Navbar-module__cJzEcG__mobileTourGrid{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{background:var(--secondary);color:#ffffffb3;position:relative}.Footer-module__S6Hkya__waveDivider{color:var(--secondary);line-height:0;position:relative;top:-2px}.Footer-module__S6Hkya__waveDivider svg{width:100%;height:80px}.Footer-module__S6Hkya__footerContent{padding:60px 0 40px}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:50px;display:grid}.Footer-module__S6Hkya__footerBrand{padding-right:20px}.Footer-module__S6Hkya__footerLogo{align-items:center;gap:10px;margin-bottom:20px;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoIcon{font-size:28px}.Footer-module__S6Hkya__logoName{font-family:var(--font-heading);color:#fff;font-size:22px;font-weight:700;line-height:1.1;display:block}.Footer-module__S6Hkya__logoAccent{color:var(--primary-glow)}.Footer-module__S6Hkya__logoTagline{text-transform:uppercase;letter-spacing:3px;color:#fff6;font-size:9px;display:block}.Footer-module__S6Hkya__brandDesc{color:#ffffff80;margin-bottom:24px;font-size:14px;line-height:1.8}.Footer-module__S6Hkya__socialLinks{gap:10px;display:flex}.Footer-module__S6Hkya__socialLink{width:42px;height:42px;transition:all var(--transition-base);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:18px;text-decoration:none;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px);box-shadow:0 6px 20px #0077b666}.Footer-module__S6Hkya__footerTitle{font-family:var(--font-heading);color:#fff;margin-bottom:20px;padding-bottom:12px;font-size:16px;font-weight:600;position:relative}.Footer-module__S6Hkya__footerTitle:after{content:"";background:var(--gradient-gold);border-radius:2px;width:30px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__footerLinks{flex-direction:column;gap:10px;display:flex}.Footer-module__S6Hkya__footerLinks a{color:#ffffff80;transition:all var(--transition-base);align-items:center;gap:6px;font-size:14px;text-decoration:none;display:flex}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--primary-glow);transform:translate(4px)}.Footer-module__S6Hkya__newsletterDesc{color:#ffffff80;margin-bottom:16px;font-size:14px;line-height:1.7}.Footer-module__S6Hkya__newsletterForm{margin-bottom:20px;display:flex}.Footer-module__S6Hkya__newsletterInput{border-radius:var(--radius-full) 0 0 var(--radius-full);color:#fff;transition:all var(--transition-base);font-size:13px;font-family:var(--font-body);background:#ffffff0f;border:1px solid #ffffff1f;border-right:none;outline:none;flex:1;padding:12px 16px}.Footer-module__S6Hkya__newsletterInput::placeholder{color:#ffffff59}.Footer-module__S6Hkya__newsletterInput:focus{border-color:var(--primary);background:#0077b61a}.Footer-module__S6Hkya__newsletterBtn{background:var(--gradient-gold);color:var(--secondary);border-radius:0 var(--radius-full) var(--radius-full) 0;cursor:pointer;transition:all var(--transition-base);border:none;padding:12px 20px;font-size:18px;font-weight:700}.Footer-module__S6Hkya__newsletterBtn:hover{transform:scale(1.05)}.Footer-module__S6Hkya__contactInfo{color:#fff6;flex-direction:column;gap:8px;font-size:13px;display:flex}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #ffffff14;padding:20px 0}.Footer-module__S6Hkya__bottomContent{color:#ffffff59;justify-content:space-between;align-items:center;font-size:13px;display:flex}.Footer-module__S6Hkya__bottomLinks{gap:24px;display:flex}.Footer-module__S6Hkya__bottomLinks a{color:#ffffff59;transition:color var(--transition-base);text-decoration:none}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--primary-glow)}@media (max-width:1024px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:640px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:30px}.Footer-module__S6Hkya__bottomContent{text-align:center;flex-direction:column;gap:12px}.Footer-module__S6Hkya__waveDivider svg{height:50px}}.Footer-module__S6Hkya__logoImageWrap{width:44px;height:44px;position:relative}
.FloatingWhatsApp-module__QndPVW__floatingBtn{bottom:var(--space-8);right:var(--space-8);color:#fff;z-index:1000;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:2s infinite FloatingWhatsApp-module__QndPVW__pulse;display:flex;position:fixed;box-shadow:0 4px 14px #25d36666}.FloatingWhatsApp-module__QndPVW__floatingBtn:hover{background-color:#128c7e;animation:none;transform:scale(1.1)translateY(-4px);box-shadow:0 8px 25px #25d36680}.FloatingWhatsApp-module__QndPVW__whatsappIcon{width:34px;height:34px}@keyframes FloatingWhatsApp-module__QndPVW__pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media print{.FloatingWhatsApp-module__QndPVW__floatingBtn{display:none!important}}@media (max-width:768px){.FloatingWhatsApp-module__QndPVW__floatingBtn{bottom:var(--space-6);right:var(--space-6);width:50px;height:50px}.FloatingWhatsApp-module__QndPVW__whatsappIcon{width:28px;height:28px}}
