.stripe-checkout-btn{cursor:pointer;box-sizing:border-box;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:140px;min-height:48px;padding:12px 24px;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s;display:inline-flex}.stripe-checkout-btn:disabled{opacity:.6;cursor:not-allowed}.stripe-checkout-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.stripe-checkout-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 8px 16px #6366f14d}.stripe-checkout-btn-secondary{color:#1f2937;background:#fff;border:2px solid #e5e7eb}.stripe-checkout-btn-secondary:hover:not(:disabled){color:#6366f1;background:#f9fafb;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.spinner{box-sizing:border-box;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;min-width:16px;height:16px;min-height:16px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.stripe-checkout-btn{width:100%;padding:14px 20px}}
