.bzd-checkout-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;color-scheme:light only}.bzd-checkout-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.bzd-checkout-container{position:relative;width:100%;max-width:480px;max-height:90vh;background:#fff;background-color:#fff!important;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:scaleIn .3s ease;overflow:hidden;display:flex;flex-direction:column;color-scheme:light only;appearance:none;-webkit-appearance:none}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.bzd-checkout-header{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-bottom:1px solid #e5e7eb;background:#fff}.bzd-checkout-logo img{max-height:40px;width:auto}.bzd-checkout-logo h2{margin:0;font-size:20px;font-weight:700;color:#1f2937}.bzd-checkout-close{background:0 0;border:none;padding:8px;cursor:pointer;color:#6b7280;transition:all .2s ease;border-radius:8px;display:flex;align-items:center;justify-content:center}.bzd-checkout-close:hover{background:#f3f4f6;color:#1f2937}.bzd-checkout-body{flex:1;overflow-y:auto;padding:32px 24px}.bzd-checkout-step{display:none}.bzd-checkout-step.active{display:block;animation:fadeIn .3s ease}.bzd-step-header{margin-bottom:32px;text-align:center}.bzd-step-header h2{margin:0 0 8px 0;font-size:24px;font-weight:700;color:#1f2937}.bzd-step-header p{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.bzd-back-btn{display:inline-flex;align-items:center;gap:6px;background:0 0;border:none;padding:0;margin-bottom:20px;cursor:pointer;color:#3b82f6;font-size:.9rem;font-weight:500;border-radius:8px;transition:all .2s ease}.bzd-back-btn:hover{background:0 0;color:#2563eb}.bzd-checkout-form{display:flex;flex-direction:column;gap:15px}.bzd-form-group{display:flex;flex-direction:column;gap:8px}.bzd-form-group label{font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center;gap:4px}.bzd-form-group label .required{color:#ef4444}.bzd-form-group input[type=email],.bzd-form-group input[type=tel],.bzd-form-group input[type=text]{width:100%;padding:12px 16px;font-size:16px;border:2px solid #e5e7eb;border-radius:5px;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#fff}.bzd-form-group input:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.bzd-form-group input.error{border-color:#ef4444}.bzd-form-group input.error:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.bzd-form-group input.valid{border-color:#22c55e}.bzd-form-group input.warning{border-color:#f59e0b}.bzd-field-error{display:none;font-size:13px;color:#ef4444;font-weight:500}.bzd-field-hint{font-size:12px;color:#9ca3af}.bzd-field-suggestion{display:none;margin-top:6px;font-size:13px;color:#6b7280;line-height:1.5}.bzd-suggestion-link{color:#2563eb;cursor:pointer;text-decoration:underline;font-weight:500;transition:color .2s ease}.bzd-suggestion-link:hover{color:#1d4ed8;text-decoration:none}.bzd-bonus-offer{position:relative;background:linear-gradient(135deg,#0ea5e929 0,#0284c705 100%);border:1px solid #00000014;border-radius:12px;padding:24px}.bzd-bonus-badge{position:absolute;top:-12px;left:20px;background:#0489cc;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.bzd-bonus-offer h3{margin:8px 0 0 0;font-size:20px;font-weight:500;color:#1f2937}.bzd-bonus-description{margin:8px 0;font-size:.8rem;color:#374151;font-weight:500;line-height:1.6}.bzd-bonus-description strong{color:#0489cc;font-weight:700}.bzd-bonus-original-price{text-decoration:line-through;color:#9ca3af}.bzd-bonus-checkbox{display:flex;align-items:center;gap:12px}.bzd-bonus-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#0489cc}.bzd-bonus-checkbox label{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:#1f2937;cursor:pointer;margin:0}.bzd-bonus-checkbox label svg{display:none}.bzd-bonus-checkbox input:checked+label svg{display:block;color:#0489cc}.bzd-payment-divider{display:flex;align-items:center;text-align:center;margin:0 0;color:#6b7280;font-size:12px}#bzd-payment-request-button{margin-bottom:0!important}.bzd-payment-divider::after,.bzd-payment-divider::before{content:'';flex:1;border-bottom:1px solid #e5e7eb}.bzd-payment-divider span{padding:0 16px;font-weight:600;letter-spacing:.5px}.bzd-card-element{padding:13px 15px!important;border:1px solid #e0e0e0!important;border-radius:6px;background:#f9f9f9!important;box-shadow:inset 0 1px 3px rgba(0,0,0,.05)!important;transition:all .3s ease}.bzd-summary-header{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #e5e7eb}.bzd-header-item{font-size:.8rem;font-weight:700;color:#4b5563;text-transform:capitalize}.bzd-header-amount{font-size:.8rem;font-weight:700;color:#4b5563;text-transform:lowercase}.bzd-summary-line{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #e5e7eb}.bzd-summary-line:last-of-type{border-bottom:1px solid #e5e7eb}.bzd-item-name{font-size:.8rem;color:#4b5563;line-height:1.5;font-weight:500}.bzd-item-amount{font-size:.8rem;font-weight:500;color:#1f2937}.bzd-summary-total{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:.8rem;font-weight:700;color:#1f2937}.bzd-total-amount{font-size:.8rem;font-weight:700;color:#1f2937}.bzd-trust-badges{display:flex;justify-content:center;margin-top:6px}.bzd-trust-badges-img{max-width:100%;height:auto;max-height:40px}.bzd-btn{width:100%;padding:14px 12px;font-size:16px;font-weight:700;text-align:center;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.bzd-btn-primary{background:linear-gradient(135deg,#0ea5e9 0,#0284c7 100%);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.2);border:1px solid rgba(0,0,0,.1)}.bzd-btn-primary:hover:not(:disabled){box-shadow:0 6px 16px rgba(59,130,246,.4);transform:translateY(-2px)}.bzd-btn-primary:disabled{opacity:.6;cursor:not-allowed}.bzd-btn-submit{background:linear-gradient(135deg,#0ea5e9 0,#0284c7 100%);font-size:18px}.bzd-btn-loader{display:flex;align-items:center;gap:8px}.bzd-spinner{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.bzd-security-badges{text-align:center}.bzd-security-text{font-size:11px;color:#666;margin:0;font-weight:600;letter-spacing:.5px}.bzd-badges-row{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.bzd-badge-item{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:12px}.bzd-badge-item svg{flex-shrink:0}.bzd-powered-by{font-size:10px;color:#9ca3af}.bzd-badge-item.bzd-cards{gap:4px}.bzd-step-success{text-align:center;padding:40px 20px}.bzd-success-icon{margin:0 auto 24px;animation:scaleIn .5s ease}@keyframes scaleIn{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.bzd-step-success h2{margin:0 0 12px 0;font-size:28px;font-weight:700;color:#22c55e}.bzd-step-success p{margin:0 0 32px 0;font-size:16px;color:#6b7280;line-height:1.6}body.bzd-checkout-open{overflow:hidden}@media (max-width:640px){.bzd-checkout-modal{padding:16px;align-items:center}.bzd-checkout-container{max-width:100%;max-height:95vh;border-radius:16px}.bzd-checkout-body{padding:12px 20px}.bzd-step-header h2{font-size:20px}.bzd-bonus-offer{padding:16px 20px;margin-bottom:10px}.bzd-bonus-offer h3{font-size:1rem}}