* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Segoe UI', Tahoma, sans-serif; }
body { background: linear-gradient(135deg, #0093E9 0%, #80D0C7 100%); min-height: 100vh; padding: 20px; display: flex; justify-content: center; align-items: flex-start; }
.form-container { background: #fff; width: 100%; max-width: 650px; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); overflow: hidden; margin: 20px 0; }
.form-header { background: linear-gradient(135deg, #0093E9, #80D0C7); color: white; padding: 25px; text-align: center; }
.form-header h2 { margin-bottom: 5px; font-size: 22px; }
.form-header p { font-size: 13px; opacity: 0.95; }
.header-badges { display: flex; justify-content: center; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.badge { background: rgba(255,255,255,0.25); padding: 5px 12px; border-radius: 20px; font-size: 11px; font-weight: 600; backdrop-filter: blur(10px); }
.progress-bar { display: flex; padding: 15px 10px; background: #f8f9fa; border-bottom: 1px solid #eee; overflow-x: auto; }
.step-indicator { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #888; flex: 1; min-width: 60px; }
.step-indicator.active { color: #0093E9; font-weight: bold; }
.step-circle { width: 28px; height: 28px; border-radius: 50%; background: #ddd; color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; font-weight: bold; font-size: 12px; }
.step-indicator.active .step-circle { background: #0093E9; }
.step-indicator.completed .step-circle { background: #28a745; }
.form-body { padding: 25px; }
.form-step { display: none; animation: fadeIn 0.4s; }
.form-step.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.form-group { margin-bottom: 18px; }
label { display: block; margin-bottom: 6px; font-weight: 600; color: #333; font-size: 13px; }
.label-hint { font-weight: normal; color: #888; font-size: 11px; display: block; margin-top: 2px; }
input, select, textarea { width: 100%; padding: 11px; border: 1.5px solid #ddd; border-radius: 8px; font-size: 14px; transition: border 0.3s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: #0093E9; }
.info-box { background: #e8f5e9; border-left: 4px solid #0093E9; padding: 12px 15px; border-radius: 6px; font-size: 13px; color: #2e7d32; margin-bottom: 15px; line-height: 1.6; }
.info-box strong { color: #1b5e20; }
.info-box.highlight { background: linear-gradient(135deg, #e3f2fd, #bbdefb); border-left-color: #0093E9; color: #0d47a1; }
.info-box.highlight strong { color: #01579b; }
.include-list { list-style: none; padding: 0; margin: 10px 0 0 0; }
.include-list li { padding: 6px 0; display: flex; align-items: center; gap: 8px; font-size: 13px; }
.check-icon { font-size: 14px; }
.error-box { background: #f8d7da; border-left: 4px solid #dc3545; padding: 12px 15px; border-radius: 6px; font-size: 13px; color: #721c24; margin-bottom: 15px; display: none; }
.error-box.show { display: block; }
.price-display { background: linear-gradient(135deg, #0093E9, #80D0C7); color: white; padding: 15px; border-radius: 10px; text-align: center; margin-top: 15px; }
.price-display.grand { background: linear-gradient(135deg, #6a1b9a, #ab47bc); }
.price-display .label { font-size: 12px; opacity: 0.9; }
.price-display .amount { font-size: 22px; font-weight: bold; margin-top: 5px; }
.total-breakdown { margin-top: 10px; font-size: 12px; opacity: 0.95; text-align: left; padding: 10px; background: rgba(255,255,255,0.1); border-radius: 6px; }
.total-breakdown .row-bd { display: flex; justify-content: space-between; padding: 3px 0; }
/* ==================== PAKET HERO ==================== */
.paket-hero { text-align: center; padding: 25px 15px; background: linear-gradient(135deg, #e3f2fd, #bbdefb); border-radius: 12px; margin-bottom: 15px; }
.paket-hero-icon { font-size: 60px; margin-bottom: 10px; }
.paket-hero h4 { color: #0d47a1; font-size: 20px; margin-bottom: 5px; }
.paket-hero p { color: #1565c0; font-size: 13px; }
/* ==================== TRANSPORT OPTIONS ==================== */
.transport-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 15px; }
.radio-card-transport { display: block; cursor: pointer; }
.radio-card-transport input { display: none; }
.radio-content-transport { display: flex; align-items: center; gap: 15px; padding: 18px; border: 2px solid #e0e0e0; border-radius: 12px; background: white; transition: all 0.3s; }
.radio-card-transport:hover .radio-content-transport { border-color: #0093E9; background: #f5fbff; transform: translateX(4px); }
.radio-card-transport input:checked + .radio-content-transport { border-color: #0093E9; background: linear-gradient(135deg, #e3f2fd, #bbdefb); box-shadow: 0 4px 12px rgba(0, 147, 233, 0.2); }
.radio-card-transport.roda4 input:checked + .radio-content-transport { border-color: #0093E9; }
.radio-card-transport.roda2 input:checked + .radio-content-transport { border-color: #ff9800; background: linear-gradient(135deg, #fff3e0, #ffe0b2); box-shadow: 0 4px 12px rgba(255, 152, 0, 0.2); }
.transport-icon { font-size: 40px; flex-shrink: 0; }
.transport-info { flex: 1; }
.transport-info strong { display: block; font-size: 16px; color: #333; margin-bottom: 3px; }
.transport-info > span { font-size: 12px; color: #666; display: block; margin-bottom: 6px; }
.transport-features { display: flex; flex-wrap: wrap; gap: 5px; }
.feature-tag { background: rgba(0, 147, 233, 0.15); color: #0d47a1; padding: 2px 8px; border-radius: 10px; font-size: 10px; font-weight: 600; }
.radio-card-transport.roda2 input:checked + .radio-content-transport .feature-tag { background: rgba(255, 152, 0, 0.15); color: #e65100; }
.transport-price { text-align: right; flex-shrink: 0; }
.transport-price .price-label { font-size: 10px; color: #888; text-transform: uppercase; }
.transport-price .price-value { font-size: 18px; font-weight: bold; color: #0093E9; }
.radio-card-transport.roda2 input:checked + .radio-content-transport .transport-price .price-value { color: #e65100; }
/* ==================== KETENTUAN ==================== */
.ketentuan-section { background: #fafafa; border: 2px solid #ffcdd2; border-radius: 12px; padding: 18px; margin-top: 20px; }
.ketentuan-box { background: white; border: 1.5px solid #e0e0e0; border-radius: 8px; padding: 15px 15px 15px 40px; margin-bottom: 15px; max-height: 300px; overflow-y: auto; }
.ketentuan-box::-webkit-scrollbar { width: 8px; }
.ketentuan-box::-webkit-scrollbar-thumb { background: #0093E9; border-radius: 4px; }
.ketentuan-list { list-style: none; counter-reset: ketentuan-counter; margin: 0; padding: 0; }
.ketentuan-list li { counter-increment: ketentuan-counter; position: relative; padding: 12px 0 12px 35px; border-bottom: 1px dashed #e0e0e0; }
.ketentuan-list li:last-child { border-bottom: none; }
.ketentuan-list li::before { content: counter(ketentuan-counter); position: absolute; left: 0; top: 12px; width: 24px; height: 24px; background: linear-gradient(135deg, #0093E9, #80D0C7); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }
.ketentuan-list li strong { display: block; font-size: 13px; color: #333; margin-bottom: 4px; }
.ketentuan-list li p { font-size: 12px; color: #666; line-height: 1.5; margin: 0; }
.checkbox-persetujuan { display: flex; align-items: flex-start; gap: 12px; padding: 15px; background: linear-gradient(135deg, #e3f2fd, #bbdefb); border: 2px solid #0093E9; border-radius: 10px; cursor: pointer; transition: all 0.3s; margin-top: 15px; }
.checkbox-persetujuan:hover { background: linear-gradient(135deg, #bbdefb, #90caf9); }
.checkbox-persetujuan input[type="checkbox"] { width: 22px; height: 22px; margin-top: 2px; cursor: pointer; accent-color: #0093E9; flex-shrink: 0; }
.persetujuan-text { flex: 1; }
.persetujuan-text strong { display: block; font-size: 14px; color: #0d47a1; margin-bottom: 4px; }
.persetujuan-text span { display: block; font-size: 12px; color: #1565c0; }
.checkbox-persetujuan.checked { background: linear-gradient(135deg, #e8f5e9, #c8e6c9); border-color: #4caf50; }
.checkbox-persetujuan.shake { animation: shake 0.5s; border-color: #f44336 !important; }
/* ==================== SUMMARY ==================== */
.summary-box { background: #f8f9fa; padding: 18px; border-radius: 10px; margin-bottom: 15px; }
.summary-section { margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px dashed #ddd; }
.summary-section:last-child { border-bottom: none; }
.summary-section h4 { color: #0093E9; margin-bottom: 8px; font-size: 14px; }
.summary-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 13px; gap: 10px; flex-wrap: wrap; }
.summary-total { background: linear-gradient(135deg, #6a1b9a, #ab47bc); color: white; padding: 12px; border-radius: 8px; display: flex; justify-content: space-between; font-size: 16px; font-weight: bold; margin-top: 10px; }
.fasilitas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 6px; }
.fasilitas-item { background: #e8f5e9; padding: 6px 10px; border-radius: 6px; font-size: 12px; color: #1b5e20; }
/* ==================== REKENING ==================== */
.rekening-section { background: linear-gradient(135deg, #fff9c4, #fff59d); border: 2px solid #fbc02d; border-radius: 12px; padding: 20px; margin: 20px 0; }
.rekening-section h4 { color: #f57f17; font-size: 16px; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.rekening-card { background: white; border: 1.5px solid #fdd835; border-radius: 10px; padding: 15px; margin-bottom: 12px; transition: all 0.3s; }
.rekening-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(251, 192, 45, 0.3); }
.rekening-card.primary { border-color: #f57f17; border-width: 2px; background: linear-gradient(135deg, #fffde7, #fff9c4); }
.rekening-label { display: inline-block; background: #f57f17; color: white; padding: 3px 10px; border-radius: 12px; font-size: 10px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.rekening-label.secondary { background: #9e9e9e; }
.rekening-bank { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 8px; }
.rekening-nomor-box { display: flex; align-items: center; gap: 10px; background: #f5f5f5; padding: 12px 15px; border-radius: 8px; margin-bottom: 8px; border: 1px dashed #bdbdbd; }
.rekening-nomor { flex: 1; font-family: 'Courier New', monospace; font-size: 18px; font-weight: bold; color: #0093E9; letter-spacing: 2px; word-break: break-all; }
.btn-copy { padding: 8px 14px; background: #0093E9; color: white; border: none; border-radius: 6px; font-size: 12px; font-weight: 600; cursor: pointer; transition: all 0.3s; white-space: nowrap; display: flex; align-items: center; gap: 5px; }
.btn-copy:hover { background: #0077b6; }
.btn-copy.copied { background: #4caf50; }
.rekening-an { font-size: 13px; color: #555; margin-top: 5px; }
.rekening-an strong { color: #333; }
.rekening-catatan { background: #fff3e0; border-left: 3px solid #ff9800; padding: 10px 12px; border-radius: 6px; font-size: 12px; color: #e65100; margin-top: 15px; line-height: 1.5; }
.rekening-langkah { background: white; border-radius: 8px; padding: 12px 15px; margin-top: 12px; }
.rekening-langkah h5 { color: #f57f17; font-size: 13px; margin-bottom: 8px; }
.rekening-langkah ol { margin: 0; padding-left: 20px; font-size: 12px; color: #555; line-height: 1.6; }
.rekening-langkah ol li { margin-bottom: 4px; }
.rekening-langkah ol li strong { color: #333; }
.copy-toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(100px); background: linear-gradient(135deg, #4caf50, #81c784); color: white; padding: 12px 24px; border-radius: 25px; font-size: 14px; font-weight: 600; box-shadow: 0 4px 20px rgba(76, 175, 80, 0.4); z-index: 9999; transition: transform 0.3s ease; }
.copy-toast.show { transform: translateX(-50%) translateY(0); }
/* ==================== SUCCESS BOX ==================== */
.success-box { background: linear-gradient(135deg, #4caf50, #81c784); color: white; padding: 25px; border-radius: 12px; text-align: center; margin-bottom: 20px; }
.success-icon { font-size: 48px; margin-bottom: 10px; }
.success-box h3 { font-size: 20px; margin-bottom: 5px; }
.success-box p { font-size: 13px; opacity: 0.95; }
.booking-id-display { display: inline-block; background: rgba(255,255,255,0.25); color: white; padding: 8px 20px; border-radius: 25px; font-size: 16px; font-weight: bold; margin-top: 12px; letter-spacing: 1px; border: 2px dashed rgba(255,255,255,0.5); }
/* ==================== TICKET ==================== */
.ticket-container { background: white; border: 2px dashed #0093E9; border-radius: 12px; padding: 25px; margin-bottom: 15px; position: relative; overflow: hidden; }
.ticket-header { text-align: center; padding: 20px; margin-bottom: 15px; background: linear-gradient(135deg, #0093E9, #80D0C7); color: white; border-radius: 8px; }
.ticket-header h2 { color: white; font-size: 20px; margin-bottom: 5px; }
.ticket-header p { font-size: 12px; color: rgba(255,255,255,0.95); }
.ticket-id { display: inline-block; background: white; color: #0093E9; padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: bold; margin-top: 8px; }
.ticket-status { position: absolute; top: 15px; right: 15px; padding: 8px 16px; border-radius: 20px; font-size: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); z-index: 10; }
.ticket-status.unpaid { background: #ff9800; color: white; }
.ticket-status.paid { background: #4caf50; color: white; }
.ticket-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-30deg); font-size: 80px; font-weight: bold; color: rgba(255, 152, 0, 0.1); pointer-events: none; white-space: nowrap; z-index: 1; letter-spacing: 10px; }
.ticket-section { margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px dashed #ddd; position: relative; z-index: 2; }
.ticket-section:last-of-type { border-bottom: none; }
.ticket-section h4 { color: #0093E9; font-size: 14px; margin-bottom: 8px; }
.ticket-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 13px; gap: 10px; flex-wrap: wrap; }
.ticket-row strong { color: #333; }
.ticket-fasilitas { display: flex; flex-wrap: wrap; gap: 6px; }
.ticket-fasilitas-item { background: #e8f5e9; padding: 4px 10px; border-radius: 6px; font-size: 11px; color: #1b5e20; }
.ticket-total { background: linear-gradient(135deg, #0093E9, #80D0C7); color: white; padding: 15px; border-radius: 8px; display: flex; justify-content: space-between; font-size: 16px; font-weight: bold; margin-top: 15px; position: relative; z-index: 2; }
.ticket-footer { margin-top: 15px; padding-top: 15px; border-top: 2px dashed #0093E9; text-align: center; font-size: 11px; color: #666; position: relative; z-index: 2; }
.ticket-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 15px; }
.btn-download, .btn-wa, .btn-booking-baru { flex: 1; min-width: 180px; padding: 14px; color: white; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s; }
.btn-download { background: #0093E9; }
.btn-download:hover { background: #0077b6; }
.btn-wa { background: #25D366; }
.btn-wa:hover { background: #1ebe57; }
.btn-booking-baru { background: #ff9800; }
.btn-booking-baru:hover { background: #f57c00; }
.pdf-loading-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 9999; color: white; }
.pdf-loading-spinner { width: 60px; height: 60px; border: 5px solid rgba(255,255,255,0.3); border-top-color: white; border-radius: 50%; animation: spin 1s linear infinite; margin-bottom: 20px; }
@keyframes spin { to { transform: rotate(360deg); } }
.pdf-loading-text { font-size: 16px; font-weight: 600; }
@keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
.shake { animation: shake 0.5s; }
/* ==================== FOOTER ==================== */
.form-footer { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background: #f8f9fa; border-top: 1px solid #eee; gap: 10px; }
.footer-left, .footer-right { display: flex; gap: 10px; align-items: center; }
.footer-left { justify-content: flex-start; }
.footer-right { justify-content: flex-end; }
.btn-home { display: inline-flex; align-items: center; gap: 6px; padding: 11px 22px; background: #ffffff; color: #0093E9; border: 2px solid #0093E9; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.3s; white-space: nowrap; }
.btn-home:hover { background: #0093E9; color: white; }
.btn-home.btn-hidden { display: none; }
.btn-next { padding: 11px 22px; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; background: #0093E9; color: white; }
.btn-next:hover { background: #0077b6; }
.btn-prev { padding: 11px 22px; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; background: #e9ecef; color: #495057; }
.btn-prev:hover { background: #dee2e6; }
.btn-proses { padding: 11px 22px; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; background: #25D366; color: white; white-space: nowrap; }
.btn-proses:hover { background: #1ebe57; transform: translateY(-2px); }
.btn-proses:disabled { background: #999; cursor: not-allowed; transform: none; }
.btn-proses.loading { background: #ff9800; cursor: wait; }
/* ==================== RESPONSIVE ==================== */
@media (max-width: 600px) {
body { padding: 10px; }
.form-body { padding: 18px; }
.form-header { padding: 20px 15px; }
.form-header h2 { font-size: 18px; }
.form-footer { padding: 15px; flex-wrap: wrap; }
.footer-left, .footer-right { flex: 1 1 calc(50% - 5px); min-width: 120px; }
.footer-left button, .footer-right button, .footer-left .btn-home { flex: 1; min-width: 0; padding: 10px 14px; font-size: 13px; }
.radio-content-transport { padding: 14px; gap: 10px; flex-wrap: wrap; }
.transport-icon { font-size: 32px; }
.transport-info strong { font-size: 14px; }
.transport-price .price-value { font-size: 16px; }
.ticket-actions { flex-direction: column; }
.btn-download, .btn-wa, .btn-booking-baru { width: 100%; min-width: 0; }
.ticket-container { padding: 18px; }
.ticket-header h2 { font-size: 17px; }
.ticket-watermark { font-size: 50px; }
.ticket-status { font-size: 10px; padding: 6px 12px; top: 10px; right: 10px; }
.ketentuan-box { max-height: 250px; padding: 12px 12px 12px 35px; }
.ketentuan-list li { padding: 10px 0 10px 30px; }
.ketentuan-list li::before { width: 20px; height: 20px; font-size: 11px; }
.checkbox-persetujuan { padding: 12px; }
.checkbox-persetujuan input[type="checkbox"] { width: 20px; height: 20px; }
.persetujuan-text strong { font-size: 13px; }
.persetujuan-text span { font-size: 11px; }
.rekening-section { padding: 15px; }
.rekening-nomor { font-size: 15px; letter-spacing: 1px; }
.rekening-nomor-box { flex-direction: column; gap: 8px; }
.btn-copy { width: 100%; justify-content: center; }
.fasilitas-grid { grid-template-columns: 1fr; }
}