/* CRCICA EventBridge Frontend Styles v2.3.1 */
.crcica-checkout-card { background: white; border-radius: 20px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); max-width: 560px; width: 100%; padding: 48px; position: relative; overflow: hidden; margin: 40px auto; }
.crcica-checkout-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #4f46e5, #7c3aed, #4f46e5); }
.crcica-checkout-logo { text-align: center; margin-bottom: 28px; }
.crcica-checkout-logo img { max-height: 70px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)); }
.crcica-checkout-title { font-size: 26px; color: #1a1a2e; margin-bottom: 6px; text-align: center; font-weight: 700; }
.crcica-checkout-subtitle { color: #666; text-align: center; margin-bottom: 32px; font-size: 15px; }
.crcica-info-box { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border-radius: 12px; padding: 20px; margin-bottom: 24px; border: 1px solid #e9ecef; }
.crcica-info-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed #dee2e6; font-size: 13px; }
.crcica-info-row:last-child { border-bottom: none; }
.crcica-info-label { color: #6c757d; font-weight: 500; }
.crcica-info-value { color: #1a1a2e; font-weight: 600; }
.crcica-fee-row { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid #f1f3f5; align-items: center; }
.crcica-fee-row:last-child { border-bottom: none; }
.crcica-fee-label { color: #495057; font-size: 15px; font-weight: 500; }
.crcica-fee-value { color: #1a1a2e; font-weight: 700; font-size: 15px; }
.crcica-fee-highlight { background: linear-gradient(135deg, #f0f4ff 0%, #e8eaff 100%); margin: 16px -20px 0; padding: 20px 20px; border-radius: 14px; border: 2px solid #4f46e5; position: relative; }
.crcica-fee-highlight::after { content: '★'; position: absolute; top: -10px; right: 20px; background: #4f46e5; color: white; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.crcica-fee-highlight .crcica-fee-label { color: #4f46e5; font-weight: 700; font-size: 16px; }
.crcica-fee-highlight .crcica-fee-value { color: #4f46e5; font-size: 24px; }
.crcica-fee-detail { font-size: 12px; color: #868e96; margin-top: 4px; font-weight: 400; }
.crcica-btn-primary { display: block; width: 100%; background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%); color: white; border: none; padding: 18px; font-size: 17px; font-weight: 700; border-radius: 12px; cursor: pointer; margin-top: 32px; text-align: center; text-decoration: none; transition: all 0.3s ease; position: relative; overflow: hidden; }
.crcica-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(79,70,229,0.35); }
.crcica-btn-primary:active { transform: translateY(0); }
.crcica-btn-primary:disabled { background: #adb5bd; cursor: not-allowed; transform: none; box-shadow: none; }
.crcica-btn-secondary { display: inline-block; background: #f8f9fa; color: #495057; border: 1px solid #dee2e6; padding: 12px 24px; font-size: 14px; font-weight: 600; border-radius: 10px; cursor: pointer; margin-top: 16px; text-align: center; text-decoration: none; transition: all 0.2s ease; }
.crcica-btn-secondary:hover { background: #e9ecef; }
.crcica-secure-badge { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; color: #22c55e; font-size: 13px; font-weight: 600; }
.crcica-error-box { background: #fff5f5; border: 1px solid #feb2b2; border-radius: 12px; padding: 20px; margin-bottom: 24px; text-align: center; }
.crcica-error-icon { font-size: 40px; margin-bottom: 8px; }
.crcica-error-title { color: #c53030; font-weight: 700; font-size: 16px; margin-bottom: 4px; }
.crcica-error-text { color: #742a2a; font-size: 13px; }
.crcica-footer-text { text-align: center; margin-top: 24px; font-size: 11px; color: #adb5bd; }
.crcica-result-wrapper { max-width: 720px; margin: 40px auto; }
.crcica-status-card { border-radius: 16px; padding: 32px; text-align: center; margin-bottom: 24px; }
.crcica-status-card h2 { margin: 0; color: #1a1a2e; font-size: 26px; font-weight: 700; }
.crcica-status-card p { color: #555; margin: 12px 0 0; font-size: 15px; }
.crcica-event-badge { display: inline-block; padding: 6px 16px; border-radius: 20px; font-weight: 600; font-size: 13px; margin: 0 4px; }
.crcica-zoom-box { background: #f0f4ff; border: 2px solid #4f46e5; border-radius: 12px; padding: 24px; margin-bottom: 24px; }
.crcica-qr-box { background: white; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px; text-align: center; margin-bottom: 24px; }
.crcica-qr-box img { max-width: 220px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.crcica-detail-box { background: white; border: 1px solid #e0e0e0; border-radius: 12px; padding: 20px; margin-bottom: 24px; }
.crcica-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 14px; }
.crcica-action-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }
.crcica-action-buttons a { padding: 12px 24px; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 600; transition: all 0.2s; }
.crcica-action-buttons a:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
@keyframes crcica-fade-in-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.crcica-animate { animation: crcica-fade-in-up 0.5s ease-out; }
@media (max-width: 600px) { .crcica-checkout-card { padding: 24px; margin: 20px 10px; } .crcica-fee-highlight { margin: 16px -12px 0; padding: 16px 12px; } .crcica-detail-grid { grid-template-columns: 1fr; } .crcica-result-wrapper { margin: 20px 10px; } }
.rtl .crcica-fee-highlight::after { right: auto; left: 20px; }
.rtl .crcica-info-row { flex-direction: row-reverse; }
.rtl .crcica-fee-row { flex-direction: row-reverse; }
.rtl .crcica-detail-grid { direction: rtl; }
