.checkout-module__b_ZQ0q__checkoutPage{color:#1a1a1a;min-height:100vh;font-family:var(--font);background:#fff}.checkout-module__b_ZQ0q__splitLayout{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.checkout-module__b_ZQ0q__posterSide{background:#f1f5f9;height:100vh;position:sticky;top:0;overflow:hidden}.checkout-module__b_ZQ0q__posterImage{object-fit:cover;object-position:center;width:100%;height:100%}.checkout-module__b_ZQ0q__contentSide{max-height:100vh;padding:40px 48px 160px;overflow-y:auto}.checkout-module__b_ZQ0q__checkoutHeader{margin-bottom:32px}.checkout-module__b_ZQ0q__backBtn{color:#64748b;cursor:pointer;font-size:.85rem;font-family:var(--font);background:0 0;border:none;align-items:center;gap:6px;margin-bottom:16px;transition:color .2s;display:inline-flex}.checkout-module__b_ZQ0q__backBtn:hover{color:#0d3369}.checkout-module__b_ZQ0q__checkoutTitle{color:#0d3369;margin-bottom:4px;font-size:1.6rem;font-weight:800}.checkout-module__b_ZQ0q__checkoutSubtitle{color:#64748b;font-size:.9rem}.checkout-module__b_ZQ0q__productSummary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:20px;padding:20px}.checkout-module__b_ZQ0q__productSummaryLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:12px;font-size:.75rem;font-weight:600}.checkout-module__b_ZQ0q__summaryProductRow{justify-content:space-between;align-items:flex-start;gap:12px;padding:6px 0;display:flex}.checkout-module__b_ZQ0q__summaryProductName{color:#0d3369;flex:1;font-size:.95rem;font-weight:700}.checkout-module__b_ZQ0q__summaryAddonName{color:#475569;flex:1;font-size:.88rem;font-weight:500}.checkout-module__b_ZQ0q__summaryPrices{flex-shrink:0;align-items:center;gap:6px;display:flex}.checkout-module__b_ZQ0q__priceRow{justify-content:space-between;align-items:center;padding:4px 0;font-size:.88rem;display:flex}.checkout-module__b_ZQ0q__priceLabel{color:#64748b}.checkout-module__b_ZQ0q__priceValue{color:#1e293b;font-size:.88rem;font-weight:600}.checkout-module__b_ZQ0q__priceStrike{color:#94a3b8;font-size:.78rem;font-weight:500;text-decoration:line-through}.checkout-module__b_ZQ0q__priceHighlight{color:#0d3369;font-size:1.1rem;font-weight:800}.checkout-module__b_ZQ0q__totalLabel{color:#0d3369;font-weight:800}.checkout-module__b_ZQ0q__discountHighlight{background:#79d6ae1a;border:1px solid #79d6ae47;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin:10px 0 4px;padding:10px 12px;display:flex}.checkout-module__b_ZQ0q__discountBadge{color:#06130d;text-transform:uppercase;letter-spacing:.04em;background:#9de0c1;border-radius:999px;align-items:center;min-height:26px;padding:4px 9px;font-size:.72rem;font-weight:900;line-height:1;display:inline-flex}.checkout-module__b_ZQ0q__discountAmount,.checkout-module__b_ZQ0q__voucherDiscountAmount{color:#0d3369;font-weight:850}.checkout-module__b_ZQ0q__savingsRow{color:#166534;background:#79d6ae2e;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;margin:8px 0;padding:9px 12px;font-size:.82rem;font-weight:700;display:flex}.checkout-module__b_ZQ0q__savingsRow strong{color:#166534;font-weight:900}.checkout-module__b_ZQ0q__divider{background:#e2e8f0;height:1px;margin:10px 0}.checkout-module__b_ZQ0q__addonSection{background:linear-gradient(135deg,#f0f7ff 0%,#f8fafc 100%);border:1.5px solid #bfdbfe;border-radius:16px;margin-bottom:20px;padding:20px}.checkout-module__b_ZQ0q__addonHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.checkout-module__b_ZQ0q__addonHeaderLeft{align-items:center;gap:12px;display:flex}.checkout-module__b_ZQ0q__addonIconWrap{color:#fff;background:#0d3369;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.checkout-module__b_ZQ0q__addonTitle{color:#0d3369;margin-bottom:2px;font-size:.95rem;font-weight:700}.checkout-module__b_ZQ0q__addonSubtitle{color:#64748b;font-size:.78rem}.checkout-module__b_ZQ0q__addonList{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.checkout-module__b_ZQ0q__addonItem{background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;animation:.2s checkout-module__b_ZQ0q__addonSlideIn;display:flex}@keyframes checkout-module__b_ZQ0q__addonSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.checkout-module__b_ZQ0q__addonItemInfo{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.checkout-module__b_ZQ0q__addonItemName{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.checkout-module__b_ZQ0q__addonItemPrices{align-items:center;gap:6px;display:flex}.checkout-module__b_ZQ0q__addonItemStrike{color:#94a3b8;font-size:.72rem;text-decoration:line-through}.checkout-module__b_ZQ0q__addonItemPrice{color:#0d3369;font-size:.8rem;font-weight:700}.checkout-module__b_ZQ0q__addonItemRemove{color:#0d3369;cursor:pointer;width:28px;height:28px;font-family:var(--font);background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.checkout-module__b_ZQ0q__addonItemRemove:hover{color:#fff;background:#0d3369;border-color:#0d3369}.checkout-module__b_ZQ0q__addonDropdownWrap{position:relative}.checkout-module__b_ZQ0q__addonDropdownTrigger{color:#0d3369;cursor:pointer;width:100%;font-size:.88rem;font-weight:600;font-family:var(--font);background:#fff;border:1.5px dashed #93c5fd;border-radius:10px;align-items:center;gap:8px;padding:11px 16px;transition:all .2s;display:flex}.checkout-module__b_ZQ0q__addonDropdownTrigger:hover{background:#eff6ff;border-color:#0d3369}.checkout-module__b_ZQ0q__addonChevron{margin-left:auto;transition:transform .2s}.checkout-module__b_ZQ0q__addonChevronOpen{transform:rotate(180deg)}.checkout-module__b_ZQ0q__addonDropdownPanel{z-index:50;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;animation:.15s checkout-module__b_ZQ0q__dropdownFadeIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 12px 40px #0d33691f}@keyframes checkout-module__b_ZQ0q__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.checkout-module__b_ZQ0q__addonSearchWrap{background:#f8fafc;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:12px 16px;display:flex}.checkout-module__b_ZQ0q__addonSearchIcon{color:#94a3b8;flex-shrink:0}.checkout-module__b_ZQ0q__addonSearchInput{font-size:.88rem;font-family:var(--font);color:#1a1a1a;background:0 0;border:none;outline:none;flex:1}.checkout-module__b_ZQ0q__addonSearchInput::placeholder{color:#94a3b8}.checkout-module__b_ZQ0q__addonDropdownList{max-height:240px;overflow-y:auto}.checkout-module__b_ZQ0q__addonDropdownEmpty{color:#94a3b8;text-align:center;padding:20px 16px;font-size:.85rem}.checkout-module__b_ZQ0q__addonDropdownOption{cursor:pointer;width:100%;font-family:var(--font);text-align:left;background:0 0;border:none;border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;transition:background .15s;display:flex}.checkout-module__b_ZQ0q__addonDropdownOption:hover{background:#eff6ff}.checkout-module__b_ZQ0q__addonDropdownOption:last-child{border-bottom:none}.checkout-module__b_ZQ0q__addonOptionInfo{flex:1;min-width:0}.checkout-module__b_ZQ0q__addonOptionName{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:.88rem;font-weight:600;display:block;overflow:hidden}.checkout-module__b_ZQ0q__addonOptionPrices{align-items:center;gap:6px;display:flex}.checkout-module__b_ZQ0q__addonOptionStrike{color:#94a3b8;font-size:.72rem;text-decoration:line-through}.checkout-module__b_ZQ0q__addonOptionPrice{color:#0d3369;font-size:.82rem;font-weight:700}.checkout-module__b_ZQ0q__addonOptionAdd{color:#fff;background:#0d3369;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}.checkout-module__b_ZQ0q__addonDropdownOption:hover .checkout-module__b_ZQ0q__addonOptionAdd{background:#0a2850}.checkout-module__b_ZQ0q__customSelectWrap{position:relative}.checkout-module__b_ZQ0q__customSelectTrigger{color:#1a1a1a;width:100%;font-size:16px;font-family:var(--font);cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;transition:border-color .2s;display:flex}.checkout-module__b_ZQ0q__customSelectTrigger:hover,.checkout-module__b_ZQ0q__customSelectTriggerOpen{border-color:#0d3369}.checkout-module__b_ZQ0q__customSelectPlaceholder{color:#94a3b8}.checkout-module__b_ZQ0q__customSelectChevron{color:#94a3b8;flex-shrink:0;margin-left:8px;transition:transform .2s}.checkout-module__b_ZQ0q__customSelectChevronOpen{transform:rotate(180deg)}.checkout-module__b_ZQ0q__customSelectPanel{z-index:300;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;max-height:260px;animation:.15s checkout-module__b_ZQ0q__dropdownFadeIn;overflow-y:auto;box-shadow:0 12px 40px #0d336929}.checkout-module__b_ZQ0q__customSelectOption{cursor:pointer;width:100%;font-family:var(--font);text-align:left;color:#1e293b;background:0 0;border:none;border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.88rem;font-weight:600;transition:background .15s;display:flex}.checkout-module__b_ZQ0q__customSelectOption:last-child{border-bottom:none}.checkout-module__b_ZQ0q__customSelectOption:hover{background:#eff6ff}.checkout-module__b_ZQ0q__customSelectOptionActive{color:#0d3369;background:#f8fafc}.checkout-module__b_ZQ0q__voucherSection{margin-bottom:28px}.checkout-module__b_ZQ0q__voucherLabel{color:#334155;margin-bottom:8px;font-size:.88rem;font-weight:600}.checkout-module__b_ZQ0q__voucherInputWrap{gap:8px;display:flex}.checkout-module__b_ZQ0q__voucherInput{font-size:.9rem;font-family:var(--font);border:1.5px solid #e2e8f0;border-radius:10px;outline:none;flex:1;padding:12px 16px;transition:border-color .2s}.checkout-module__b_ZQ0q__voucherInput:focus{border-color:#0d3369}.checkout-module__b_ZQ0q__voucherBtn{color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font);white-space:nowrap;background:#0d3369;border:none;border-radius:10px;padding:12px 20px;transition:background .2s}.checkout-module__b_ZQ0q__voucherBtn:hover{background:#0a2850}.checkout-module__b_ZQ0q__voucherBtn:disabled{opacity:1;color:#07111a;cursor:not-allowed;background:#9eabb7}.checkout-module__b_ZQ0q__voucherMsg{border-radius:8px;margin-top:6px;padding:8px 12px;font-size:.82rem}.checkout-module__b_ZQ0q__voucherSuccess,.checkout-module__b_ZQ0q__voucherError{color:#0d3369;background:#f8fafc}.checkout-module__b_ZQ0q__formSection{flex-direction:column;gap:18px;display:flex}.checkout-module__b_ZQ0q__formGroup{flex-direction:column;gap:6px;display:flex}.checkout-module__b_ZQ0q__formLabel{color:#334155;font-size:.85rem;font-weight:600}.checkout-module__b_ZQ0q__formInput,.checkout-module__b_ZQ0q__formSelect{font-family:var(--font);color:#1a1a1a;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:12px 16px;transition:border-color .2s;font-size:16px!important}.checkout-module__b_ZQ0q__formInput:focus,.checkout-module__b_ZQ0q__formSelect:focus{border-color:#0d3369}.checkout-module__b_ZQ0q__formInput::placeholder{color:#94a3b8}.checkout-module__b_ZQ0q__errorOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);background:#07111a61;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out checkout-module__b_ZQ0q__errorOverlayIn;display:flex;position:fixed;inset:0}.checkout-module__b_ZQ0q__errorPopup{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:22px;width:min(100%,390px);padding:30px 26px 24px;animation:.2s ease-out checkout-module__b_ZQ0q__errorPopupIn;position:relative;box-shadow:0 24px 70px #07111a38}.checkout-module__b_ZQ0q__errorClose{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:14px;right:14px}.checkout-module__b_ZQ0q__errorIcon{color:#0d3369;background:#eaf2fb;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 15px;display:flex}.checkout-module__b_ZQ0q__errorTitle{color:#0d3369;margin:0 0 8px;font-size:1.15rem;font-weight:800}.checkout-module__b_ZQ0q__errorMessage{color:#475569;margin:0;font-size:.9rem;line-height:1.55}.checkout-module__b_ZQ0q__errorAction{color:#fff;width:100%;font-family:var(--font);cursor:pointer;background:#0d3369;border:0;border-radius:12px;margin-top:22px;padding:12px 18px;font-size:.9rem;font-weight:700}.checkout-module__b_ZQ0q__errorClose:hover{color:#0d3369;background:#e2e8f0}.checkout-module__b_ZQ0q__errorAction:hover{background:#0a2850}@keyframes checkout-module__b_ZQ0q__errorOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes checkout-module__b_ZQ0q__errorPopupIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.checkout-module__b_ZQ0q__fixedCTA{-webkit-backdrop-filter:blur(16px);z-index:50;background:#fff;border-top:1px solid #e2e8f0;width:50%;padding:16px 48px;position:fixed;bottom:0;right:0}.checkout-module__b_ZQ0q__ctaButton{color:#fff;cursor:pointer;width:100%;font-size:1rem;font-weight:700;font-family:var(--font);background:#0d3369;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:16px 28px;transition:all .2s;display:flex}.checkout-module__b_ZQ0q__ctaButton:hover{background:#0a2850;transform:translateY(-1px);box-shadow:0 8px 24px #0d33694d}.checkout-module__b_ZQ0q__ctaButton:disabled{opacity:1;color:#07111a;cursor:not-allowed;box-shadow:none;background:#9eabb7;transform:none}.checkout-module__b_ZQ0q__loadingSpinner{transform-origin:50%;flex-shrink:0;animation:.8s linear infinite checkout-module__b_ZQ0q__checkoutSpinner}@keyframes checkout-module__b_ZQ0q__checkoutSpinner{to{transform:rotate(360deg)}}.checkout-module__b_ZQ0q__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.checkout-module__b_ZQ0q__modalCard{background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #0003}.checkout-module__b_ZQ0q__modalHeader{padding:24px 24px 0}.checkout-module__b_ZQ0q__modalTitle{color:#0d3369;margin-bottom:4px;font-size:1.25rem;font-weight:800}.checkout-module__b_ZQ0q__modalSubtitle{color:#64748b;margin-bottom:20px;font-size:.85rem}.checkout-module__b_ZQ0q__modalBody{padding:0 24px}.checkout-module__b_ZQ0q__bankInfo{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:20px;padding:20px}.checkout-module__b_ZQ0q__bankAccount{color:#0d3369;letter-spacing:.05em;margin-bottom:4px;font-size:1.5rem;font-weight:800}.checkout-module__b_ZQ0q__bankName{color:#475569;margin-bottom:12px;font-size:.9rem;font-weight:600}.checkout-module__b_ZQ0q__copyBtn{color:#fff;cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font);background:#0d3369;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;transition:background .2s;display:inline-flex}.checkout-module__b_ZQ0q__copyBtn:hover{background:#0a2850}.checkout-module__b_ZQ0q__paymentBreakdown{margin-bottom:20px}.checkout-module__b_ZQ0q__breakdownSectionTitle{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.78rem;font-weight:700}.checkout-module__b_ZQ0q__breakdownRow{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:flex-start;padding:6px 0;font-size:.88rem;display:flex}.checkout-module__b_ZQ0q__breakdownLabel{color:#64748b;flex:1;padding-right:12px}.checkout-module__b_ZQ0q__breakdownValue{color:#1e293b;font-weight:500}.checkout-module__b_ZQ0q__breakdownTotal{border-top:2px solid #0d3369;border-bottom:none;margin-top:8px;padding:12px 0}.checkout-module__b_ZQ0q__breakdownTotalLabel{color:#0d3369;font-size:.95rem;font-weight:700}.checkout-module__b_ZQ0q__breakdownTotalValue{color:#0d3369;font-size:1.3rem;font-weight:800}.checkout-module__b_ZQ0q__paymentNote{color:#64748b;margin-bottom:20px;font-size:.82rem;line-height:1.6}.checkout-module__b_ZQ0q__modalFooter{padding:0 24px 24px}.checkout-module__b_ZQ0q__payBtn{color:#fff;cursor:pointer;width:100%;font-size:1rem;font-weight:700;font-family:var(--font);background:#0d3369;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:16px;transition:all .2s;display:flex}.checkout-module__b_ZQ0q__payBtn:hover{background:#0a2850}.checkout-module__b_ZQ0q__payBtn:disabled{opacity:1;color:#07111a;cursor:not-allowed;background:#9eabb7}@media (max-width:768px){.checkout-module__b_ZQ0q__splitLayout{grid-template-columns:1fr}.checkout-module__b_ZQ0q__posterSide{display:none}.checkout-module__b_ZQ0q__contentSide{max-height:none;padding:24px 20px 160px}.checkout-module__b_ZQ0q__checkoutTitle{font-size:1.3rem}.checkout-module__b_ZQ0q__fixedCTA{width:100%;padding:14px 20px}}
